body {
    background-color: #e7f7fe;
}
.hero-section {
    text-align: center;
    background-color: white;

}
.logo-img {
    max-width: 150px;
    max-height: 100px;
}
.countdown-section {
    text-align: center;
    padding: 20px 0;
}
.countdown-item {
    display: inline-block;
    margin: 0 5px;
    font-weight: bold;
    color: #2a6ebb;
}
.countdown-label {
    display: block;
    font-size: 0.6em;
    color: #2a6ebb;
}
.card-img-top {
    height: 200px;
    object-fit: cover;
}
.cards-section {
    padding: 20px 0;
}
.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Navigation Menu Font */
.nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 600; /* Regular weight for menu items */
}
/* Footer Styling */
.footer {
    background-color: #367b9b;
    color: #ffffff;
    padding: 15px 0;
    width: 100%;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-links a {
    color: #ffffff;
    margin-left: 15px;
    text-decoration: none;
}
.footer-links a:hover {
    text-decoration: underline;
}
/* Desktop only */
@media (min-width: 992px) {
    .navbar-logo {
        display: none;
    }

    .logo-img {
    height: 100px; /* adjust as needed */
    width: auto;
}
    .hero-logo {
        display: block;
        text-align: center;
        padding-top: 20px;
    }
    .main-content {
        display: flex;
        flex-direction: column;
    }
    .navbar {
        order: 4;
      
    }
    .hero-section {
        order: 1;
    }
    .countdown-section {
        order: 2;
    }
    .text-section {
        order: 3;
    }
    .cards-section {
        order: 5;
    }
}
/* Mobile only */
@media (max-width: 991.98px) {
    .hero-logo {
        display: none;
    }
    .navbar-logo {
        display: block;
    }
    .navbar {
        position: static;
    }
    .logo-img {
        max-width: 150px;
        max-height: 70px;
    }
    .footer .container {
        flex-direction: column;
        text-align: center;
    }
    .footer-links {
        margin-top: 10px;
    }
    .footer-links a {
        margin: 0 10px;
    }
}
.lead1 {
    font-weight: 700 !important;
}

.card-title {
    font-size: 26px;
    font-weight: 700;
}

/* .cont p {
    font-weight: 700 !important;
} */

.rmb {
    background: #e99b47;
}

.rnb {
    background: #367b9b;
}