:root {
    --light-grey: #F2F2F2;
    --cs-success: #0f6939;
    --cs-main-green: #0F6939;
    --cs-priamry: #2A6EF1;
}

.nav-link {
    color: #222228 !important;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 24px !important;
}

.nav-link.active {
    color: var(--cs-main-green) !important;
}

.nav-link:hover {
    color: var(--cs-main-green) !important;
}

.btn-light {
    background-color: var(--light-grey);
    border-color: var(--light-grey);
}

.btn-success {
    background-color: var(--cs-main-green);
    border-color: var(--cs-main-green);
}

.btn-primary {
    background-color: var(--cs-priamry);
    border-color: var(--cs-priamry);
}

.bg_light {
    background-color: rgba(15, 167, 252, 0.13) !important;
}

.fw-600 {
    font-weight: 600;
}

.rounded {
    border-radius: 50px !important;
}

.banner_img {
    position: absolute;
    top: 0;
}

.navbar {
    background: #fff;
    position: relative;
    z-index: 1;
}

.primary_badge {
    color: var(--cs-priamry);
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 12px;
    background-color: #FFFFFF91;
    letter-spacing: 0.8px;
    width: fit-content;
}

.p-relative {
    position: relative;
    z-index: 1;
}

.main-banner {
    background-image: url('../images/main_banner.png');
    /* background-image: linear-gradient( rgb(0 0 0 / 73%), rgb(24 24 46 / 98%) ), url('../images/main_banner.png'); */
    min-height: calc(100vh - 95px);
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_content {
    display: flex;
    align-items: center;
    min-height: 400px;
    height: calc(100vh - 100px);
    justify-content: end;
    padding: 24px 0;
}

.main_title {
    color: #5C5C5C;
    font-size: 56px;
    font-weight: 700;
}

.main_title_h2 {
    color: var(--cs-main-green);
    font-size: 46px;
    font-weight: 700;
}

.main_p {
    color: #5C5C5C;
    font-size: 18px;
    font-weight: 400;
}

.feature_img {
    margin-bottom: 32px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0px;
}

.main_title_h4 {
    color: var(--cs-main-green);
}

p {
    color: #636373;
    font-size: 16px;
    font-weight: 400;
}

.features_section {
    padding-top: 70px;
    padding-bottom: 40px;
    background-image: url('../images/seo3-sectionbg1.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.about_us_section {
    padding-top: 70px;
    padding-bottom: 40px;
    background-image: url('../images/dlims-sectionbg2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.silent_features_section {
    padding-top: 70px;
    padding-bottom: 40px;
    background-image: url('../images/dlims-sectionbg3.png');
    background-repeat: no-repeat;
    background-position: center;
}

.our_services_section {
    padding-top: 70px;
    padding-bottom: 40px;
    background-image: url('../images/dlims-sectionbg4.png');
    background-repeat: no-repeat;
    background-position: center;
}

.counter_wrapper {
    padding: 32px 32px 16px 32px;
    background: linear-gradient(180deg, #85C442 0%, #0f6939 100%);
    box-shadow: 0px 10px 30px rgba(55, 43, 125, .2);
    border-radius: 25px;
    margin-top: 80px;
}

.number {
    font-size: 52px;
    line-height: 52px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 700;
}

.number_tag {
    color: #CDFFD4;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}

.silent_features_card {
    background-color: #ffffff;
    padding: 36px 36px;
    box-shadow: 0px 10px 30px rgba(55, 43, 125, .1);
    border-radius: 25px;
    display: flex;
    align-items: center;
    min-height: 124px;
}

.image_wrapper {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.faq .question {
    border-width: 0 0 0 1px;
    border-style: solid;
    margin-bottom: 0;
    position: relative;
    background: none;
}

.accordion-button:not(.collapsed) {
    color: #323232;
    background-color: unset;
    box-shadow: unset;
    border-radius: unset;
}

.accordion-item {
    border: unset;
    border-bottom: 1.5px solid #B0B0B080;
    border-radius: unset;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.accordion-button {
    color: #323232 !important;
    font-size: 16px;
    font-weight: 500;
}

.accordion {
    margin-top: 40px;
}

.footer_section {
    /* background-color: #2f8b4f; */
    padding-top: 36px;
    padding-bottom: 0px;
    background-image: url(../images/footer_img.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.footer_copy {
    border-top: 1.5px solid #ffffff95;
}

.copyright {
    color: #5C5C5C;
    /* text-align: center; */
}

.footer_copy_content {
    padding: 18px 0;
}

.text-decoration-none {
    text-decoration: none;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.fixed-top {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 transparent;
    opacity: .97;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.animated-text {
    animation: fadeIn 1.5s ease-out;
}



/* new style  */
.slider_wrapper_cs {
    background-color: #ffffff;
    padding: 24px;
    box-shadow: 0px 10px 30px rgba(55, 43, 125, .1);
    border-radius: 70px;
    border: 1px solid #eef1f1;
}

.collaboration_logos {
    width: 140px;
    height: 140px;
    object-fit: contain;

}

.border-bottom-cs {
    border-bottom: 1px solid #B1B5BB;
}

.btn-outline-success:hover .verified_icon path {
    fill: white;
}

.header_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-cs {
    background-image: url('../images/Banner.png');
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_content_breadcrum {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.licensing_centers_card {
    background: #F6F6F6;
    border: 1px solid #D5D5D5;
    border-radius: 16px;
    /* display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch; */
    height: 100%;
}

.licensing_centers_card_img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 16px;
}

.licensing_centers_card_img img {
    transition: 0.5s ease-in-out;
    width: 100%;
}

.licensing_centers_card_sub_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.licensing_centers_card_desc {
    font-size: 14px;
    color: #787878;
}

.licensing_centers_card:hover img {
    transform: scale(1.1);
}

.download_card {
    background-color: #F4F4F4;
    padding: 22px;
    border-radius: 25px;
    display: flex;
    align-items: end;
    /* min-height: 124px; */
    justify-content: space-between;
    transition: 0.5s all;
}

.download_card:hover {
    transform: scale(1.02);
}

.download_card .image_wrapper {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    width: 60px;
    min-height: 60px;
    height: 60px;
    padding: 14px;
    border-radius: 12px;
}

/* verify license style  */

.h5_cs {
    color: #222;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.mcb-wrap-inner_new {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

.card_bg {
    background-color: #F6FAFF;
    border-radius: 40px;
}

.sec_title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #0F6939;
    position: relative;

}

.sec_title span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    height: 4px;
    width: 60px;
    background-color: #2A6EF1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}

table tr td {
    text-align: left;
    border: 0;
    font-weight: 500;
    background-color: transparent !important;
}

table tr td span {
    display: block;
    color: #8f8f8f;
    font-weight: 400;
}


/* .banner_content_2{
    display: none;
} */


@media (max-width: 1199.5px) {
    /* .banner_content_1{
        display: none;
    }
    .banner_content_2{
        display: flex;
    } */
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }



    .navbar-collapse {
        position: fixed;
        top: 0px;
        /* Adjust this value based on the height of your navbar */
        left: -100%;
        width: 100%;
        max-width: 250px;
        height: 100%;
        overflow-y: auto;
        background-color: #f8f9fa;
        /* Adjust the background color as needed */
        transition: left 0.3s ease;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .main-banner,
    .banner-cs,
    .varify_license_wrapper
    {
        margin-top: 95px;
    }
    .main_title {
        /* text-shadow: 3px 3px #f8f7ff; */
    }
    .main_p {
        font-weight: 600;
        /* text-shadow: 1px 1px #f8f7ff; */
    }
    .main-banner {
        min-height: 494px;
        height: 100%;
    }

    .banner_content {
        min-height: 400px;
        height: 100%;
    }
}
@media (max-width: 768.5px) {

    .main-banner {
        min-height: 400px;
    }
    .main-banner {
        background-image: linear-gradient( rgb(0 0 0 / 73%), rgb(24 24 46 / 98%) ), url('../images/main_banner.png');

    }
    .main_title {
        color: #f8f7ff;
    }
    .main-banner .main_p{
        color: #f8f7ff;
    }
    .banner_content {
        justify-content: center;
    }
    .features_section,
    .our_services_section,
    .silent_features_section,
    .about_us_section
    {
        padding-top: 30px;
    }
    .main_title_h2 {
        font-size: 34px;
        margin-bottom: 6px !important;

    }

}

@media (max-width: 576.5px) {
    .main_title {
        font-size: 34px;
    }

    h5 {
        font-size: 1rem;
    }
}
