.header.header-2 .primary-header{
    background:#fff;
    padding:22px 0;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}
.header.header-2 .primary-header-inner{
    min-height:82px;
    padding:0 10px;
}
 .header.header-2 .primary-header-inner .header-logo img{
     max-width:170px;
}
 .header.header-2 .primary-header-inner .header-right-wrap .header-right .header-btn{
     display:inline-flex;
     align-items:center;
     justify-content:center;
     background:#05746d;
     color:#fff;
     padding:14px 22px;
     border-radius:10px;
     font-size:14px;
     font-weight:700;
     text-transform:none;
     margin-right:0;
     box-shadow:0 10px 24px rgba(5,116,109,.22);
}
 .header.header-2 .primary-header-inner .header-right-wrap .header-right .header-btn:hover{
     background:#045b56;
     color:#fff;
}
.bz-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #05746d 0%, #079188 100%);
    border-radius: 12px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 8px 24px rgba(5,116,109,0.35);
    transition: all 0.25s ease;
    border: none;
}

.eligibility-modal .bz-primary-btn,
.eligibility-modal .bz-outline-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 54px !important;
    min-width: 160px !important;
    padding: 0 28px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    cursor: pointer !important;
    line-height: 1 !important;
}

.eligibility-modal .bz-primary-btn {
    background: linear-gradient(135deg, #05746d 0%, #079188 100%) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(5,116,109,0.35) !important;
}

.eligibility-modal .bz-primary-btn:hover {
    background: linear-gradient(135deg, #046860 0%, #068078 100%) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(5,116,109,0.45) !important;
}

.eligibility-modal .bz-outline-btn {
    background: #fff !important;
    color: #05746d !important;
    border: 1px solid #05746d !important;
    box-shadow: none !important;
}

.bz-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(5,116,109,0.45);
    background: linear-gradient(135deg, #046860 0%, #068078 100%);
    color: #fff;
}

.bz-primary-btn:active {
    transform: translateY(0px);
    box-shadow: 0 6px 16px rgba(5,116,109,0.3);
}
 .bz-primary-btn:hover, .bz-primary-btn:focus{
     color:#fff;
}
 .slider-item .color-shape, .slider-item .color-shape-2{
     background:rgba(5,116,109,.72) !important;
}
 .slider-section .hero-content-2{
     padding:120px 0 95px;
}
 .slider-section .hero-content-2 .section-heading .section-title{
     font-size:58px;
     line-height:1.05;
}
 .slider-section .hero-content-2 p{
     max-width:620px;
     margin-bottom:18px;
}
 .hero-cta-note{
     color:#fff;
     font-size:14px;
     font-weight:600;
     margin-top:10px;
}
 .slide-img-wrap, .slide-img-wrap .slide-img, .slider-item{
     min-height:560px;
     height:560px;
}
 .slide-img-wrap .slide-img{
     object-fit:cover;
}
 @media (max-width: 992px){
     .slider-section .hero-content-2{
         padding:50px 0 30px;
    }
     .slider-section .hero-content-2 .section-heading .section-title{
         font-size:46px;
    }
     .slide-img-wrap, .slide-img-wrap .slide-img, .slider-item{
         min-height:470px;
         height:470px;
    }
}
@media (max-width: 767px){
    .header.header-2 .primary-header{
        padding:10px 0;
    }

    .header.header-2 .primary-header-inner{
        min-height:60px;
    }

    .header.header-2 .primary-header-inner .header-logo img{
        max-width:130px;
    }

    .header.header-2 .primary-header-inner .header-right-wrap .header-right .header-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        background:#05746d;
        color:#fff;
        padding:16px 28px;
        border-radius:12px;
        font-size:15px;
        font-weight:800;
        text-transform:none;
        margin-right:0;
        box-shadow:0 12px 28px rgba(5,116,109,.28);
    }

    .slider-section .hero-content-2{
        padding:28px 0 20px;
    }

    .slider-section .hero-content-2 .section-heading .section-title{
        font-size:32px;
        line-height:1.08;
    }

    .slider-section .hero-content-2 p{
        font-size:14px;
        line-height:1.5;
    }

   .slide-img-wrap, .slide-img-wrap .slide-img, .slider-item{
    min-height:auto;
    height:auto;
}

    .hero-cta-note{
        font-size:12px;
    }

    .hero-content-2 .hero-btn{
        background:#05746d !important;
        color:#fff !important;
        padding:18px 30px !important;
        font-size:16px;
        font-weight:800;
        border-radius:12px;
        box-shadow:0 14px 30px rgba(5,116,109,.30);
    }

    .hero-content-2 .hero-btn:hover{
        background:#045b56 !important;
        color:#fff !important;
    }
}
.hero-content-2 .hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#05746d !important;
    color:#fff !important;
    padding:18px 30px !important;
    font-size:16px;
    font-weight:800;
    border-radius:12px;
    box-shadow:0 14px 30px rgba(5,116,109,.30);
    border:none;
}

.hero-content-2 .hero-btn:hover{
    background:#045b56 !important;
    color:#fff !important;
}
.process-section{
    background:#05746d !important;
}

.process-section .section-heading .sub-heading,
.process-section .section-heading .section-title,
.process-section .process-card .content .title,
.process-section .process-card .content p,
.process-section .process-card .number{
    color:#fff !important;
}

.process-section .process-card{
    background:transparent;
    border:none;
    box-shadow:none;
}

.process-section .process-card .icon{
    background:#ffffff;
    border-radius:50%;
    box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.service-section-2 .service-items{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:22px;
}

.service-section-2 .service-item-2{
    min-height:auto;
    padding:26px 24px;
}

.service-section-2 .service-item-2 .content p{
    margin-bottom:0;
}

@media (max-width: 767px){
    .service-section-2 .service-items{
        grid-template-columns:1fr;
    }

    .service-section-2 .service-item-2{
        padding:22px 18px;
    }
}
.service-section-2 .service-items{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:22px;
}

.service-section-2 .service-item-2{
    min-height:auto;
    padding:26px 24px;
}

.service-section-2 .service-item-2 .content p{
    margin-bottom:0;
}

.request-benefits-only{
    background:#05746d;
    position:relative;
    overflow:hidden;
}

.request-benefits-only .section-heading p{
    color:rgba(255,255,255,.88);
    max-width:760px;
    margin:14px auto 0;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:22px;
}

.benefit-card{
    background:#fff;
    border-radius:16px;
    padding:28px 22px;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
    height:100%;
}

.benefit-card .icon{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#f3f8f7;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:16px;
}

.benefit-card .icon img{
    max-width:26px;
}

.benefit-card h3{
    font-size:22px;
    line-height:1.25;
    margin-bottom:10px;
}

.benefit-card p{
    margin-bottom:0;
    font-size:15px;
    line-height:1.6;
}

@media (max-width: 992px){
    .benefits-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 767px){
    .service-section-2 .service-items{
        grid-template-columns:1fr;
    }

    .service-section-2 .service-item-2{
        padding:22px 18px;
    }

    .benefits-grid{
        grid-template-columns:1fr;
    }

    .benefit-card{
        padding:22px 18px;
    }
}

.finalcor-site-footer{
    background:#f6f6f6;
    padding:70px 0 28px;
}

.finalcor-site-footer #logo-footer{
    max-width:320px;
    width:100%;
    height:auto;
    display:block;
}

.finalcor-site-footer .footer-logos p{
    max-width:560px;
    font-size:15px;
    line-height:1.75;
    color:#5e6470;
    margin-top:22px;
}

.finalcor-site-footer .seo-h4{
    font-size:16px;
    line-height:1.3;
    font-weight:600;
    color:#1f2430;
    margin-bottom:18px;
}

.finalcor-site-footer ul{
    list-style:none;
    margin:0;
    padding:0;
}

.finalcor-site-footer .footer-nav-list li,
.finalcor-site-footer .footer-contact-list li{
    margin-bottom:12px;
}

.finalcor-site-footer .footer-nav-list li a,
.finalcor-site-footer .footer-contact-list li a,
.finalcor-site-footer .footer-widget p,
.finalcor-site-footer .footer-widget p a{
    color:#5e6470;
    font-size:15px;
    text-decoration:none;
}

.finalcor-site-footer .footer-nav-list li a:hover,
.finalcor-site-footer .footer-contact-list li a:hover,
.finalcor-site-footer .footer-widget p a:hover{
    color:#05746d;
}

.finalcor-site-footer .footer-contact-list li a{
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.finalcor-site-footer .footer-contact-list li i{
    color:#05746d;
    font-size:15px;
    width:16px;
}

.finalcor-site-footer .footer-widget{
    margin-top:34px;
    padding-top:10px;
    border:none;
}

.finalcor-site-footer .footer-bottom-row{
    gap:20px;
}

.finalcor-site-footer .social-icons{
    display:flex;
    align-items:center;
    gap:16px;
}

.finalcor-site-footer .social-icons a{
    color:#05746d;
    font-size:30px;
    line-height:1;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.finalcor-site-footer .social-icons i{
    display:block;
}

@media (max-width: 1199px){
    .finalcor-site-footer #logo-footer{
        max-width:280px;
    }
}

@media (max-width: 991px){
    .finalcor-site-footer{
        padding:50px 0 24px;
    }

    .finalcor-site-footer .footer-logos p{
        max-width:100%;
        margin-bottom:25px;
    }

    .finalcor-site-footer .footer-widget{
        margin-top:20px;
    }

    .finalcor-site-footer .footer-bottom-row{
        display:block !important;
    }

    .finalcor-site-footer .footer-bottom-row p{
        margin-bottom:16px !important;
    }
}

@media (max-width: 767px){
    .finalcor-site-footer #logo-footer{
        max-width:220px;
    }

    .finalcor-site-footer .footer-logos p,
    .finalcor-site-footer .footer-nav-list li a,
    .finalcor-site-footer .footer-contact-list li a,
    .finalcor-site-footer .footer-widget p,
    .finalcor-site-footer .footer-widget p a{
        font-size:14px;
    }

    .finalcor-site-footer .social-icons a{
        font-size:24px;
    }
}
.eligibility-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
}

.eligibility-modal.is-open{
    display:block;
}

.eligibility-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.eligibility-dialog{
    position:relative;
    width:min(760px, calc(100% - 30px));
    max-height:calc(100vh - 40px);
    overflow:auto;
    margin:20px auto;
    background:#fff;
    border-radius:20px;
    padding:34px 32px 28px;
    box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.eligibility-close{
    position:absolute;
    top:14px;
    right:16px;
    width:38px;
    height:38px;
    border:none;
    border-radius:50%;
    background:#f2f4f5;
    color:#1f2430;
    font-size:24px;
    line-height:1;
    cursor:pointer;
}

.eligibility-step{
    display:none;
}

.eligibility-step.is-active{
    display:block;
}

.eligibility-head{
    text-align:center;
    margin-bottom:28px;
}

.eligibility-kicker{
    font-size:14px;
    font-weight:700;
    color:#05746d;
    margin-bottom:10px;
}

.eligibility-head h2{
    font-size:40px;
    line-height:1.15;
    margin-bottom:10px;
}

.eligibility-head p{
    font-size:18px;
    margin-bottom:18px;
}

.eligibility-progress{
    width:100%;
    height:10px;
    border-radius:999px;
    background:#e7eeec;
    overflow:hidden;
}

.eligibility-progress-bar{
    height:100%;
    background:#05746d;
    border-radius:999px;
}

.eligibility-fields{
    display:grid;
    gap:22px;
}

.eligibility-field > label{
    display:block;
    font-size:18px;
    font-weight:700;
    margin-bottom:14px;
    color:#1f2430;
}

.eligibility-options{
    display:grid;
    gap:12px;
}

.eligibility-options label{
    display:flex;
    align-items:center;
    gap:12px;
    margin:0;
    padding:16px 18px;
    border:1px solid #d9e4e1;
    border-radius:14px;
    background:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:500;
}

.eligibility-options input[type="radio"]{
    accent-color:#05746d;
    transform:scale(1.15);
}

.eligibility-field select{
    width:100%;
    height:56px;
    border:1px solid #d9e4e1;
    border-radius:14px;
    padding:0 16px;
    font-size:16px;
    color:#1f2430;
    background:#fff;
}

.eligibility-actions{
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:28px;
}

.eligibility-actions-between{
    justify-content:space-between;
}

.bz-outline-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:160px;
    height:54px;
    border:1px solid #05746d;
    background:#fff;
    color:#05746d;
    border-radius:12px;
    font-weight:700;
    padding:0 24px;
    cursor:pointer;
}

.eligibility-result{
    text-align:center;
    padding:20px 10px 10px;
}

.eligibility-result h2{
    font-size:42px;
    line-height:1.15;
    margin-bottom:16px;
}

.eligibility-result p{
    font-size:18px;
    line-height:1.65;
    max-width:620px;
    margin:0 auto 14px;
}

.eligibility-result-good h2{
    color:#05746d;
}

.eligibility-result-bad h2{
    color:#1f2430;
}

.eligibility-form-wrap{
    border:1px solid #e5ecea;
    border-radius:16px;
    overflow:hidden;
    background:#fff;
}

#eligibilityZohoFrame{
    width:100%;
    height:500px;
    border:none;
    display:block;
    transition: height 0.3s ease;
}

@media (max-width: 767px){
    .eligibility-dialog{
        width:calc(100% - 16px);
        margin:8px auto;
        padding:24px 16px 0;
        border-radius:16px;
        max-height:calc(100dvh - 16px);
        display:flex;
        flex-direction:column;
    }

    .eligibility-step.is-active{
        display:flex;
        flex-direction:column;
        flex:1;
        overflow-y:auto;
        padding-bottom:0;
    }

    .eligibility-actions{
        position:sticky;
        bottom:0;
        background:#fff;
        padding:12px 0 16px;
        margin-top:12px;
        flex-shrink:0;
    }

    .eligibility-head h2{
        font-size:30px;
    }

    .eligibility-head p,
    .eligibility-result p{
        font-size:16px;
    }

    .eligibility-field > label{
        font-size:16px;
    }

    .eligibility-options label{
        font-size:15px;
        padding:14px 14px;
    }

    .eligibility-actions-between{
        flex-direction:column;
    }

    .bz-outline-btn,
    .eligibility-actions .bz-primary-btn{
        width:100%;
    }

    #eligibilityZohoFrame{
        height:auto;
        min-height:600px;
    }

    .eligibility-dialog.dialog-form-active{
        overflow-y:auto;
        display:block;
    }

    .eligibility-dialog.dialog-form-active .eligibility-step[data-step="form"].is-active{
        overflow-y:visible;
        flex:none;
    }
}
.request-benefits-only .text-center .bz-primary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#ffffff !important;
    color:#05746d !important;
    padding:18px 34px !important;
    min-height:60px;
    border-radius:14px;
    font-size:18px;
    font-weight:800;
    line-height:1;
    border:2px solid #ffffff !important;
    box-shadow:0 14px 30px rgba(0,0,0,.18);
}

.request-benefits-only .text-center .bz-primary-btn:hover{
    background:#f4f7f6 !important;
    color:#045b56 !important;
    transform:translateY(-1px);
}

.request-benefits-only .text-center{
    margin-top:38px !important;
}
@media (max-width: 767px){
    .header.header-2{
        position:sticky;
        top:0;
        z-index:9999;
        background:#fff;
    }

    .header.header-2 .primary-header{
        position:sticky;
        top:0;
        z-index:9999;
        background:#fff;
        padding:12px 0;
        box-shadow:0 6px 18px rgba(0,0,0,.08);
    }

    .header.header-2 .primary-header-inner{
        min-height:68px;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .header.header-2 .primary-header-inner .header-logo img{
        max-width:140px;
        height:auto;
    }

    .header.header-2 .primary-header-inner .header-right-wrap{
        display:flex;
        align-items:center;
    }

    .header.header-2 .primary-header-inner .header-right-wrap .header-right .header-btn,
    .header.header-2 .primary-header-inner .header-right-wrap .header-right .hero-btn{
        padding:12px 18px !important;
        font-size:14px !important;
        border-radius:10px;
        white-space:nowrap;
    }
}
@media (max-width: 767px){
    .eligibility-dialog{
        padding:18px 12px 16px;
    }

    .eligibility-head{
        margin-bottom:18px;
    }

    .eligibility-head h2{
        font-size:24px;
        margin-bottom:6px;
    }

    .eligibility-head p{
        font-size:14px;
        margin-bottom:12px;
    }

    .eligibility-fields{
        gap:14px;
    }

    .eligibility-field > label{
        font-size:15px;
        margin-bottom:10px;
    }

    .eligibility-options{
        gap:8px;
    }

    .eligibility-options label{
        padding:10px 12px;
        min-height:52px;
        border-radius:12px;
        font-size:14px;
    }

    .eligibility-options input[type="radio"]{
        transform:scale(1);
    }

    .eligibility-field select{
        height:48px;
        font-size:14px;
        border-radius:12px;
    }

    .eligibility-actions{
        margin-top:18px;
        gap:10px;
    }

    .bz-outline-btn,
    .eligibility-actions .bz-primary-btn{
        height:50px;
        min-width:0;
        font-size:14px;
        padding:0 16px;
    }
}
.eligibility-head-form{
    margin-bottom:20px;
}

.eligibility-step[data-step="form"] .eligibility-actions{
    margin-top:12px;
}

@media (max-width: 767px) {
    .eligibility-step[data-step="form"] .eligibility-actions {
        position: static !important;
        padding-bottom: 20px;
    }
}

.eligibility-step[data-step="form"] .eligibility-form-footer{
    margin-top:8px;
}

.eligibility-head-form h2{
    margin-bottom:14px;
}

.eligibility-form-footer{
    display:flex;
    justify-content:center;
    margin-top:14px;
}

.eligibility-privacy-btn{
    background:none;
    border:none;
    color:#5e6470;
    font-size:13px;
    text-decoration:underline;
    cursor:pointer;
    padding:0;
}

.eligibility-privacy-btn:hover{
    color:#05746d;
}

.privacy-policy-modal{
    position:fixed;
    inset:0;
    z-index:100000;
    display:none;
}

.privacy-policy-modal.is-open{
    display:block;
}

.privacy-policy-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.privacy-policy-dialog{
    position:relative;
    width:min(700px, calc(100% - 30px));
    margin:40px auto;
    background:#fff;
    border-radius:18px;
    padding:28px 24px;
    box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.privacy-policy-close{
    position:absolute;
    top:12px;
    right:14px;
    width:36px;
    height:36px;
    border:none;
    border-radius:50%;
    background:#f2f4f5;
    color:#1f2430;
    font-size:22px;
    line-height:1;
    cursor:pointer;
}

.privacy-policy-content h3{
    font-size:28px;
    margin-bottom:18px;
    color:#1f2430;
}

.privacy-policy-content p{
    font-size:16px;
    line-height:1.7;
    color:#4f5562;
    margin-bottom:14px;
}

@media (max-width: 767px){
    .privacy-policy-dialog{
        width:calc(100% - 16px);
        margin:8px auto;
        padding:22px 16px;
        border-radius:16px;
    }

    .privacy-policy-content h3{
        font-size:22px;
    }

    .privacy-policy-content p{
        font-size:14px;
    }
}
@media (max-width: 767px){
    .header.header-2{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        z-index:9999;
        background:#fff;
    }

    .header.header-2 .primary-header{
        background:#fff;
        padding:8px 0 !important;
        box-shadow:0 4px 12px rgba(0,0,0,.08);
    }

    .header.header-2 .primary-header-inner{
        min-height:52px !important;
        padding:0 !important;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .header.header-2 .primary-header-inner .header-logo img{
        max-width:120px !important;
        height:auto;
    }

    .header.header-2 .primary-header-inner .header-right-wrap .header-right .header-btn,
    .header.header-2 .primary-header-inner .header-right-wrap .header-right .hero-btn{
        padding:10px 16px !important;
        font-size:13px !important;
        border-radius:10px !important;
        line-height:1 !important;
        min-height:42px !important;
    }

    body{
        padding-top:68px !important;
    }

    .slider-section{
        margin-top:0 !important;
    }
}
.eligibility-fields-step-1{
    gap:16px;
}

.eligibility-options-compact{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.eligibility-options-amount label{
    width:calc(50% - 5px);
}

.eligibility-options-3 label{
    width:calc(33.333% - 7px);
}

.eligibility-options-2 label{
    width:calc(50% - 5px);
}

.eligibility-options-compact label{
    position:relative;
    margin:0;
    padding:0;
    border:none;
    background:transparent;
}

.eligibility-options-compact input[type="radio"]{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.eligibility-options-compact span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:12px 14px;
    border:1px solid #d9e4e1;
    border-radius:14px;
    background:#fff;
    font-size:15px;
    font-weight:600;
    text-align:center;
    line-height:1.35;
    cursor:pointer;
    transition:all .2s ease;
    width:100%;
}

.eligibility-options-compact input[type="radio"]:checked + span{
    background:#05746d;
    border-color:#05746d;
    color:#fff;
    box-shadow:0 10px 24px rgba(5,116,109,.18);
}

.eligibility-options-compact label:hover span{
    border-color:#05746d;
}

@media (max-width: 767px){
    .eligibility-fields-step-1{
        gap:14px;
    }

    .eligibility-options-amount label,
    .eligibility-options-3 label{
        width:100%;
    }

    .eligibility-options-2 label{
        width:calc(50% - 5px);
    }

    .eligibility-options-compact span{
        min-height:48px;
        padding:10px 12px;
        font-size:14px;
        border-radius:12px;
    }
}
.eligibility-check-label{
    display:flex !important;
    align-items:flex-start;
    gap:12px;
    padding:16px 18px;
    border:1px solid #d9e4e1;
    border-radius:14px;
    background:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:500;
    line-height:1.5;
}

.eligibility-check-label input[type="checkbox"]{
    margin-top:4px;
    accent-color:#05746d;
    transform:scale(1.15);
    flex-shrink:0;
}

.eligibility-check-label span{
    display:block;
}

@media (max-width: 767px){
    .eligibility-check-label{
        padding:12px 14px;
        font-size:14px;
        border-radius:12px;
    }

    .eligibility-check-label input[type="checkbox"]{
        transform:scale(1);
    }
}
/* Hero carrousel */
.hero-inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-carousel-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.hero-swiper .swiper-slide img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.hero-swiper-pagination {
    text-align: center;
    margin-top: 10px;
}

.hero-swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

@media (max-width: 991px) {
    .hero-inner-grid {
        grid-template-columns: 1fr;
    }
    .slider-item .slider-content-wrap {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .slider-item .slide-img-wrap {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    .slider-item .slide-img-wrap img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .slider-item {
        min-height: auto !important;
        height: auto !important;
    }
    .hero-carousel-wrap {
        display: block;
        margin-top: 24px;
        margin-bottom: 30px;
    }
    .hero-swiper .swiper-slide img {
        height: 220px;
    }
    .slider-section .hero-content-2 {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .hero-swiper .swiper-slide img {
        height: 190px;
    }
    .hero-carousel-wrap {
        margin-top: 16px;
        margin-bottom: 24px;
    }
}
@media (max-width: 991px) {
    .slider-section .hero-content-2 {
        padding-bottom: 0 !important;
    }
    .slider-item {
        padding-bottom: 0 !important;
    }
    .slider-content-wrap {
        padding-bottom: 0 !important;
    }
}

/* ── Réduction des espacements entre sections ── */
.pt-120 { padding-top: 70px !important; }
.pb-120 { padding-bottom: 70px !important; }
.pt-60  { padding-top: 40px !important; }
.pb-60  { padding-bottom: 40px !important; }

@media (max-width: 992px) {
    .pt-120 { padding-top: 50px !important; }
    .pb-120 { padding-bottom: 50px !important; }
    .pt-60  { padding-top: 30px !important; }
    .pb-60  { padding-bottom: 30px !important; }
}

@media (max-width: 767px) {
    .pt-120 { padding-top: 40px !important; }
    .pb-120 { padding-bottom: 40px !important; }
    .pt-60  { padding-top: 24px !important; }
    .pb-60  { padding-bottom: 24px !important; }
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 700;
}

.lang-switcher .lang-active {
    color: #05746d;
}

.lang-switcher .lang-sep {
    color: #c0cac8;
}

.lang-switcher .lang-link {
    color: #5e6470;
    text-decoration: none;
    transition: color 0.2s ease;
}

.lang-switcher .lang-link:hover {
    color: #05746d;
}

@media (max-width: 767px) {
    .lang-switcher {
        margin-right: 10px;
        font-size: 13px;
    }
}