.navbar-nav li {
    color: #041527;
}

.active {
    color: grey !important;
}

.hero_section {
    background: #041527;
    color: white;
}

.banner-heading {
    font-family: "Libre Baskerville", serif;
}

.banner-heading {
    font-size: 52px;
    font-weight: 400 !important;
}

@media (max-width:768px) {
    .banner-heading {
        font-size: 42px !important;
    }
}

.banner-heading span,
.section_head span {
    color: #FDE047;
}

.banner-description,
.section_head,
.content,
.section_batch,
.card_title,
.card_description,
.navbar-nav li,
.block_head,
.blockcard_head,
.footer-section {
    font-family: "Montserrat", sans-serif;
}

.banner-description {
    font-weight: 300;
}

.service-banner-container {
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    padding: 6rem 1rem;
}

.banner-description {

    font-size: 16px;
}


.section_batch {
    border: 1px solid #FBBD23;
    background-color: #FBBD231A;
    color: #694b00;
    width: fit-content;
    padding: 4px 10px;
    font-weight: 500;
    line-height: 24px;
}

.section_head {
    font-size: 40px;
    font-weight: bold;
}

.feature_card {
    background: linear-gradient(180deg, #FFFDF7 0%, #FFF2D3 100%);
    border: 0.5px solid #D3D5D8;
}

.card_title {
    font-size: 19px;
}

.card_description {
    font-size: 16px;
    color: #525E7A;
    text-align: left;
}

.icon {
    color: #FBBD23;
    background: #FBBD231A;
}

.icon,
.expertise_icon,
.record_icon {
    background: #FBBD231A;
    height: fit-content;
    width: fit-content;
    font-weight: bolder;
    font-size: 22px;

}

.expertise_icon {
    background: #FBBD231A;
}

.expertise_card {
    border: 0.5px solid #525E7A;
}

.record_card {
    border-style: dashed;
    border-color: #122549;
}

.record_icon,
.capsule {
    background-color: #0F27571A;
    color: #0F2757;
    width: fit-content;
}

.capsule {
    padding: 4px 12px 4px 12px;
}

.yellow_text {
    color: #F59F0A;
}

.block_head {
    font-size: 25px;
}

.blockcard_head {
    font-size: 20px;
}

.footer-section {
    background-color: #071527;
}

.footer-logo {
    width: 45px;
    height: 45px;
}

.footer-section a {
    text-decoration: none;
    color: white;
}

.footer-section a:hover {
    color: #facc15 !important;
    transition: color 0.3s ease;
}


.ethical-circle {
    width: 280px;
    height: 280px;
    border: 4px dashed #FBBD23;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    overflow-wrap: break-word;
}