@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #8b9ca1;
    line-height: 34px;
    font-size: 18px;
}

.hero-image {
    background-image: url('images/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-text {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    margin-top: 75px;
}

.content-box {
    padding: 25px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    width: 80%;
    height: 250px;
    text-align: center;
    flex: 1;
}

.content-box {
    padding: 0px 20px;
    background-color: #e6f0f4;
    border-bottom: 1px solid #e9ecef;
    width: 80%;
    height: 250px;
    text-align: center;
    flex: 1;
}

#content img {
    width: 75%;
    margin: 0 auto;
    height: auto;
    
}
.content-box p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

.large-container {
    width: 80%;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}

.navbar {
    background-color: #e6f0f4;
    width: 80%;
    margin: 0 auto;
}
#content {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto 25px;
    background-color: #e6f0f4;
    justify-content: center;
    text-align: center;
    height: 100vh;          /* Full viewport height for demonstration */
}

#content h3 {
    text-align: center;
    margin: 0 auto;
    padding: 25px;
    font-weight: bold;
}

#content h5 {
    text-align: center;
    margin: 0 auto;
    padding: 25px;
}

#content p {
    padding: 5px;
    text-align: left;
}

#content div {
    background-color: #e6f0f4;
}

#content span {
    font-weight: bold;
}

#footer {
    width: 100%;
    text-align: center;
}

.container-fluid div {
    background-color: #e6f0f4;
}

.container img {
    width: 60%;
    
}

.card-text {
    text-align: center;
    margin: 0 auto;
}

.row{
    margin-right: -20px !important; 
    margin-left: -20px;
}

.cloudimg{
    width:90%;
}

.col-md-6 p{
    padding-top:5%;
    text-align: left;
}
.col-md-6 img{
    padding-top:7%;
}

#footer {
    background-color: #2d4b65;
    height: 100%;
    color: white;
}

#tjfooter div {
    background-color: #2d4b65 !important;
    color: white;
}

#tj-image {
    padding-top: 10px !important;
    
    width: 100%;
    height: auto;
    max-height: auto;
}

#tj-image img {
    width: 80%;
    height: auto;
}
#buy-now-button {
    position: fixed;
    bottom: 120px !important;
    right: 120px;
    background-color: #21bbd4 !important;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1000;
}

#buy-now-button:hover {
    background-color: #21bbd4 !important;
}
