@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}

/*====================
Top Bar
=====================*/

.top-bar{
    background:#17452c;
    color:#fff;
    font-size:15px;
    padding:18px 0;
}

.top-bar a{
    color:#31ad52;
    text-decoration:none;
    font-weight:600;
}
.top-text-bar {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .top-text-bar {
        font-size: 11px;
    }
}
/*====================
Navbar
=====================*/

.custom-navbar{
    background:#fff;
    /*padding:18px 0;*/
}

.navbar-brand img{
   height: 65px;
}

.navbar-nav .nav-link{
    color:#23442f;
    font-size:16px;
    font-weight:500;
    margin:0 5px;
    transition:.3s;
}

.navbar-nav .nav-link.active{
    color:#31ad52;
    font-weight:700;
}

.navbar-nav .nav-link:hover{
    color:#4CAF19;
}

.solution-btn{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    background:#31ad52;
    border-radius:0 22px 22px 0;
    overflow:visible;
    position:relative;
    height:46px;
    padding-left:28px;
    transition:.35s;
}

.solution-btn .icon{
    width:50px;
    height:50px;
    background:#173f2b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    left:-14px;
    top:50%;
    transform:translateY(-50%);
    /*border:3px solid #fff;*/
    box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.solution-btn .icon i{
    color:#fff;
    font-size:24px;
}

.solution-btn .text {
        padding: 0 15px 0 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 42px;
    white-space: nowrap;
}

.solution-btn:hover{
    background:#4ba011;
    transform:translateY(-2px);
}

.solution-btn:hover .icon{
    background:#102e1f;
}
/* =========================
   MOBILE SOLUTION BUTTON
   ========================= */

.mobile-solution-btn {
    display: none;
}

@media (max-width: 991px) {

    .mobile-solution-btn {
        display: inline-flex;
        align-items: center;

        text-decoration: none;
        background: #31ad52;

        border-radius: 0 18px 18px 0;

        overflow: visible;
        position: relative;

        height: 34px;

        padding-left: 20px;
        padding-right: 8px;

        margin-left: auto;
        margin-right: 8px;

        transition: .35s;
    }


    .mobile-solution-icon {
        width: 36px;
        height: 36px;

        background: #173f2b;

        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;

        position: absolute;

        left: -10px;
        top: 50%;

        transform: translateY(-50%);

        box-shadow: 0 5px 12px rgba(0,0,0,.18);
    }


    .mobile-solution-icon i {
        color: #fff;
        font-size: 15px;
    }


    .mobile-solution-text {
        padding: 0 7px 0 18px;

        color: #fff;

        font-size: 11px;
        font-weight: 500;

        letter-spacing: .3px;

        line-height: 34px;

        white-space: nowrap;
    }


    .mobile-solution-btn:hover {
        background: #4ba011;

        transform: translateY(-1px);
    }


    .mobile-solution-btn:hover .mobile-solution-icon {
        background: #102e1f;
    }

}
@media (max-width: 350px) {

    .mobile-solution-btn {
               height: 25px;
        padding-left: 0px;
        padding-right: 8px;
        margin-right: 0px;
    }

    .mobile-solution-icon {
        width: 30px;
        height: 30px;
        left: -8px;
    }

    .mobile-solution-icon i {
        font-size: 12px;
    }

    .mobile-solution-text {
        padding: 0 0px 0 25px;
        font-size: 9px;
        letter-spacing: 0;
        line-height: 30px;
    }
    .navbar-brand img {
        height: 40px !important;
    }
}

    /* Desktop Dropdown */

.custom-navbar .dropdown-menu{
    border:none;
    border-radius:15px;
    padding:10px 0;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
    margin-top:18px;
}

.custom-navbar .dropdown-item{
    padding:10px 22px;
    font-size:15px;
    transition:.3s;
}

.custom-navbar .dropdown-item:hover{
    background:#2aa74b;
    color:#fff;
}

.custom-navbar .dropdown-toggle::after{
    /*margin-left:8px;*/
}

/* Offcanvas */

.offcanvas{
    width:300px;
}

.offcanvas-header{
    border-bottom:1px solid #eee;
}

.offcanvas-body .nav-link{

    font-size:17px;
    font-weight:600;
    color:#222;
    padding:15px 0;

}

.mobile-submenu{

    list-style:none;
    padding-left:15px;
    margin:10px 0 15px;

}

.mobile-submenu li{

    margin-bottom:10px;

}

.mobile-submenu a{

    text-decoration:none;
    color:#666;
    display:block;
    padding:5px 0;

}

.mobile-submenu a:hover{

    color:#2aa74b;

}

@media(min-width:992px){

.offcanvas{
    display:none;
}

}

/*====================
Responsive
=====================*/

@media(max-width:991px){

.custom-navbar{
    padding:12px 0;
}

.navbar-brand img{
    height:48px;
}

.navbar-nav{
    padding:20px 0;
}

.navbar-nav .nav-link{
    margin:0px 0;
}

.solution-btn{
    margin-top:15px;
    width:230px;
}

}

@media(max-width:767px){
    .navbar-nav {
        padding: 20px 20px;
    }
.top-bar{
    font-size:13px;
    text-align:center;
}

.navbar-brand img{
    height:48px;
}

.solution-btn{
    font-size:16px;
    margin-left: 24px;
}

.solution-btn span{
    width:50px;
    height:50px;
}

}

/*=====================
Hero
======================*/

.hero-btn{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    
}

.btn-expert{
    background:#31ad52;
    color:#fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration:none;
    padding:12px 15px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    gap:12px;
    position:relative;
    transition:.3s;
}


.btn-expert:hover{
    transform:translateY(-4px);
    color:#000;
}

.btn-outline{
    border:2px solid #274c74;
    color:#274c74;
    text-decoration:none;
       padding: 10px 10px;
    border-radius:14px;
    font-size: 17px;
    font-weight: 600;
    display:inline-flex;
    align-items:center;
    gap:15px;
    transition:.3s;
}

.btn-outline i{
    width:28px;
    height:28px;
    border:2px solid #274c74;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
}

.btn-outline:hover{
    background:#274c74;
    color:#fff;
}

.btn-outline:hover i{
    border-color:#fff;
}

@media(max-width:991px){



.hero-btn{
    flex-direction:column;
}

.btn-expert,
.btn-outline{
    width:100%;
    justify-content:center;
    font-size:18px;
    padding:16px 25px;
}

}

/*==========================
Reviews
==========================*/

.reviews-wrapper{
   
        margin: 0 85px;
}





/*==========================
 HERO SECTION
==========================*/

.hero-section{
    /*padding:70px 0;*/
    overflow:hidden;
}

.hero-slide{
    min-height:650px;
    display:flex;
    align-items:center;
    border-radius:30px;
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
}

.hero-slide::before{
    content:"";
    position:absolute;
    inset:0;
        background: linear-gradient(90deg, #ffffff 0%, rgb(255 255 255 / 36%) 40%, rgb(255 255 255 / 0%) 75%, transparent 100%);
}

.hero-slide .container{
    position:relative;
    z-index:2;
}

.hero-logo h5{
    font-size:48px;
    font-weight:700;
    color:#0d1b38;
}

.hero-logo h5 span{
    color:#31ad52;
}

.hero-title{
       font-size: 52px;
    line-height:1.1;
    font-weight:800;
    color:#0d1b38;
    margin-bottom:20px;
}

.hero-title span{
    color:#31ad52;
}

.hero-line{
    width:180px;
    height:3px;
    background:#31ad52;
    margin:20px 0;
}

.hero-desc{
    font-size:20px;
    line-height:1.8;
    color:#555;
    max-width:650px;
    margin-bottom:35px;
}

.hero-feature-wrap{
    display:flex;
    gap:30px;
    /*flex-wrap:wrap;*/
    margin-bottom:35px;
}

.hero-feature-box{
    display:flex;
    align-items:center;
    gap:15px;
}

.hero-feature-box .icon{
    width:55px;
    height:42px;
    border-radius:50%;
    background:#eef9e7;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#31ad52;
    font-size:18px;
}

.hero-feature-box span{
    font-size:15px;
    font-weight:600;
}

.hero-btn{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.btn-expert,
.btn-outline{
    padding:14px 28px;
    border-radius:12px;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
}

/*==========================
 REVIEWS
==========================*/


.reviews-wrapper{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:30px 40px;
    gap:30px;
}

.review-item{
    display:flex;
    align-items:center;
    gap:20px;
    flex:1;
}

.review-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    border:1px solid #eee;
    display:flex;
    align-items:center;
    justify-content:center;
}

.review-icon img{
    width:45px;
}

.review-content h4{
    font-size:20px;
    margin-bottom:10px;
}

.rating{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}

.stars{
    color:#1c8e40;
    font-size:24px;
}

.review-content p{
    color:#666;
    margin:0;
}

.divider{
    width:1px;
    height:70px;
    background:#ddd;
}

/*==========================
 TABLET
==========================*/

@media (max-width:991px){

.hero-section{
    padding:20px 0;
}

.hero-slide{
    min-height:auto;
    padding:60px 0;
    text-align:center;
      border-radius: 0px
}

.hero-slide::before{
    background:rgba(255,255,255,.92);
  
}

.hero-logo h5{
    font-size:36px;
}

.hero-title{
    font-size:38px;
}

.hero-line{
    margin:20px auto;
}

.hero-desc{
    font-size:18px;
    margin:0 auto 30px;
}

.hero-feature-wrap{
    justify-content:center;
    gap:20px;
}

.hero-btn{
    justify-content:center;
}

.btn-expert,
.btn-outline{
    width:100%;
    justify-content:center;
}

.reviews-wrapper{
    /*flex-direction:column;*/
    text-align:center;
}

.review-item{
    flex-direction:column;
}

.divider{
    width:100%;
    height:1px;
}

.rating{
    justify-content:center;
}

}

@media (max-width: 767px){
    .custom-padding{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
}
/*==========================
 MOBILE
==========================*/

@media (max-width:576px){
.top-text-bar {
    font-size: 12px;
}
.reviews-wrapper{
   
        margin: 0 5px;
}


.hero-section{
    padding:0px 0;
}

.hero-logo h5{
    font-size:25px;
}

.hero-title{
    font-size:22px;
    line-height:1.2;
}

.hero-desc{
    font-size:15px;
}


.btn-expert,
.btn-outline{
    width:100%;
    font-size:15px;
    padding:14px;
}

.reviews-section{
    /*padding:40px 0;*/
}

.reviews-wrapper{
    padding:20px;
}

.review-icon{
    width:60px;
    height:60px;
}

.review-icon img{
    width:35px;
}

.review-content h4{
    font-size:18px;
}

.stars{
    font-size:20px;
}

.review-content p{
    font-size:14px;
}

}
 
@media (max-width: 767px) {
    .reviews-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 0;
    }

    .review-item {
        width: 50%;
        flex: 0 0 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .divider {
        width: 1px;
        height: 50px;
        flex-shrink: 0;
    }

    .review-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .review-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .review-content h4 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .stars i {
        font-size: 10px;
    }

    .rating {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .rating span {
        font-size: 11px;
    }

    .review-content p {
        font-size: 10px;
        margin: 2px 0 0;
    }
} 
@media (max-width:576px){

.hero-feature-wrap{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
    gap:10px;
    margin:25px 0;
            flex-wrap: nowrap;
}

.hero-feature-box{
    width:33.33%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:8px;
}

.hero-feature-box .icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#eef8e8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.hero-feature-box span{
    font-size:12px;
    line-height:1.35;
    font-weight:600;
}

.hero-feature-box::after{
    display:none !important;
}

}

   /*==========================
ABOUT
==========================*/

.about-section{
    padding:80px 0;
    background:#fff;
        /*margin: 60px 0px;*/
}

.about-tag{
    margin-bottom:25px;
}

.about-tag span{

    color:#1e8c39;
    font-size:16px;
    font-weight:700;
    letter-spacing:2px;
    position:relative;
    display:inline-block;
    padding-right:140px;

}

.about-tag span::after{

    content:"";
    position:absolute;
    right:18px;
    top:50%;
    width:95px;
    height:2px;
    background:#1e8c39;

}

.about-tag span::before{

    content:"";
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    width:10px;
    height:10px;
    background:#36454F;
    border-radius:50%;

}

.about-title{

        font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    color:#18263d;
    margin-bottom:25px;

}

.about-title .green{
    color:#1e8c39;
}

.about-title .orange{
    color:#36454F;
}

.about-line{

    display:flex;
    align-items:center;
    margin-bottom:24px;

}

.green-line{

    width:55px;
    height:4px;
    background:#1e8c39;
    border-radius:10px;

}

.orange-line{

    width:55px;
    height:4px;
    background:#36454F;
    border-radius:10px;
    /*margin-left:2px;*/

}

.about-text{

    color:#616161;
    line-height:1.8;
    font-size:17px;
    margin-bottom:35px;

}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #188d35;
    color: #fff;
    padding: 8px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
}

.about-btn i{

    width:34px;
    height:34px;

    border-radius:50%;

    background:#fff;

    color:#188d35;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:15px;

}

.about-btn:hover{

    color:#fff;

    transform:translateY(-4px);

}

/* Right */

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:30px;

}

.trust-box{

    position:absolute;

    bottom:25px;
    left:50%;

    transform:translateX(-50%);

    width:75%;

    background:#fff;

    border-radius:18px;

    display:flex;

    align-items:center;

    gap:15px;

    padding:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.trust-icon{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#edf8ef;

    color:#1e8c39;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:25px;

}

.trust-box h6{

    margin:0;

    font-size:22px;

    font-weight:700;

}

.trust-box p{

    margin:0;

    color:#666;

    font-size:16px;

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.about-section{
    text-align:center;
}

.about-title{
    font-size:42px;
}

.about-line{
    justify-content:center;
}

.about-tag span{
    padding-right:0;
}

.about-tag span::after,
.about-tag span::before{
    display:none;
}

.about-image{
    margin-top:40px;
}

.trust-box{

    position:relative;

    left:0;

    bottom:0;

    transform:none;

    width:100%;

    margin-top:20px;

}

}

@media(max-width:767px){

.about-section{
    padding:60px 0;
}

.about-title{
    font-size:32px;
}

.about-text{
    font-size:16px;
    line-height:1.8;
}

.about-btn{
    /*width:100%;*/
    justify-content:center;
}

.trust-box{

    flex-direction:column;

    text-align:center;

    padding:18px;

}

.trust-box h6{
    font-size:18px;
}

.trust-box p{
    font-size:14px;
}

}

/*Stats Section*/

  .stats-section {
    background: #fff;
   
}

.section-heading .section-tag{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:15px;
}

.section-heading .section-tag span{
    width:70px;
    height:2px;
    background:#1aa34a;
}

.section-heading .section-tag h6{
    margin:0;
    color:#11853d;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 8px;
}

.section-heading h2 span{
    color:#118543;
}

.section-heading p{
    color:#666;
    font-size:18px;
    margin:0;
}

/* Card */
.stats-card{
    background:#fff;
    border-radius:22px;
       padding: 25px 20px 10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
     margin-top: -38px;
    position: relative;
    z-index: 2;
}

.stat-item{
    width:25%;
    display:flex;
    /*align-items:center;*/
    justify-content:center;
    gap:18px;
    border-right:1px solid #e6e6e6;
}

.stat-item:last-child{
    border-right:none;
}

.stat-item img{
    width:60px;
    height:60px;
    object-fit:contain;
}

.stat-item h3{
    margin:0;
        font-size: 28px;
    font-weight: 600;
    color:#111;
    line-height:1;
}

.stat-item p{
    margin-top:8px;
    font-size:16px;
    color:#555;
}

.stat-item p strong{
    font-weight:700;
}

/* Mobile */
@media(max-width:991px){

    .section-heading h2{
        font-size:34px;
    }

    .section-heading p{
        font-size:16px;
    }

    .stats-card{
        flex-wrap:wrap;
        padding:20px;
    }

    .stat-item{
        width:50%;
        border-right:none;
        border-bottom:1px solid #eee;
        padding:20px 10px;
    }

    .stat-item:nth-child(3),
    .stat-item:nth-child(4){
        border-bottom:none;
    }

    .stat-item h3{
        font-size:28px;
    }

    .stat-item p{
        font-size:13px;
    }

    .stat-item img{
        width:45px;
    }
}

@media(max-width:576px){

    .section-heading h2{
        font-size:28px;
    }

    .stat-item{
        width:100%;
        border-bottom:1px solid #eee;
    }

    .stat-item:last-child{
        border-bottom:none;
    }
}
 /* Mobile View */
@media (max-width: 767px){

    .stats-card{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .stats-card .stat-item{
        width: calc(50% - 8px);
        border-right: none !important;
        border-bottom: 1px solid #e5e5e5;
        padding: 15px 10px;
        justify-content: flex-start;
    }

    .stats-card .stat-item:nth-last-child(-n+2){
        border-bottom: none;
    }

    .stats-card .stat-item img{
        width: 40px;
        height: auto;
    }

    .stats-card .stat-item h3{
        font-size: 16px;
        margin-bottom: 4px;
    }

    .stats-card .stat-item p{
        font-size: 12px;
        margin: 0;
    }
} 

    /*=====================================
    OUR SOLUTIONS
======================================*/

.solutions-section{
    background:#fff;
    padding:80px 0;
}

.section-title{
    margin-bottom:60px;
}

.sub-heading{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:15px;
    font-weight:700;
    color:#138c3c;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.sub-heading span{
    width:55px;
    height:2px;
    background:#8bcf9e;
    display:block;
    position:relative;
}

.sub-heading span::after{
    content:'';
    width:6px;
    height:6px;
    border-radius:50%;
    background:#138c3c;
    position:absolute;
    right:-3px;
    top:50%;
    transform:translateY(-50%);
}

.sub-heading span:first-child::after{
    right:auto;
    left:-3px;
}

.section-title h2{
    margin-top:15px;
    margin-bottom:8px;
    font-size:42px;
    font-weight:600;
    line-height:1.2;
}

.orange-text{
    color:#118543;
    
}

.green-text{
    color:#22a447;
}

.section-title p{
    color:#666;
    font-size: 18px;
    margin:0;
}


/*==============================
    CARD
==============================*/

.solution-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    display:flex;
    flex-direction:column;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.solution-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.solution-image{
    overflow:hidden;
}

.solution-image img{
    width:100%;
    height:135px;
    object-fit:cover;
    transition:.5s;
}

.solution-card:hover img{
    transform:scale(1.08);
}

.solution-content{
       padding: 20px 14px;
    display:flex;
    flex-direction:column;
    flex:1;
    text-align:center;
}

.solution-content h4{
       font-size: 16px;
    font-weight: 600;
    color:#1f1f1f;
    margin-bottom:15px;
    line-height:1.3;
}

.solution-content p{
    color:#555;
    font-size:15px;
    /*line-height:1.8;*/
  
    flex:1;
}
   .btn-custom-blue {
    display: inline-block;
    background-color: #138b43; 
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-custom-blue:hover {
    background-color: #082846; 
    color: #ffffff;
    text-decoration: none;
}

.solution-content a:hover i{
    margin-left:12px;
}


/*==============================
    RESPONSIVE
==============================*/

@media(max-width:1199px){

    .section-title h2{
        font-size:42px;
    }

    .solution-content h4{
        font-size:24px;
    }

}

@media(max-width:991px){

    .section-title h2{
        font-size:34px;
    }

    .section-title p{
        font-size:17px;
    }

    .solution-image img{
        height:210px;
    }

}

@media(max-width:767px){

    .solutions-section{
        padding:60px 0;
    }

    .section-title{
        margin-bottom:35px;
    }

    .section-title h2{
        font-size:28px;
    }

    .section-title p{
        font-size:15px;
    }

    .sub-heading{
        font-size:13px;
    }

    .sub-heading span{
        width:35px;
    }

    .solution-image img{
        height:220px;
    }

    .solution-content{
        padding:20px;
    }

    .solution-content h4{
        font-size:22px;
    }

    .solution-content p{
        font-size:15px;
    }

    .solution-content a{
        font-size:16px;
    }

}

 /*=========================================
            FOOTER
=========================================*/
    .footer-bottom{
    padding:40px 0;
}

.trust-section h6{
    font-size:16px;
    margin-bottom:15px;
    font-weight:600;
}

.trust-logos{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.trust-logos img{
    max-height:45px;
    width:auto;
}

.trust-content{
    display:flex;
    /*align-items:center;*/
    gap:18px;
}

.trust-icon{
    width:40px;
    height:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.trust-content h5{
    margin-bottom:8px;
    font-size:20px;
}

.trust-content p{
    margin:0;
    line-height:1.7;
}

.copyright{
    text-align:right;
}

.copyright p{
    margin-bottom:8px;
    font-weight:600;
}

.copyright span{
    display:block;
    font-size:12px;
    line-height:1.6;
}

@media (max-width:767px){

    .footer-bottom .row{
        display: flex;
        flex-wrap: wrap;
    }

    /* First 2 columns = Half Half */
    .footer-bottom .col-lg-4:nth-child(1),
    .footer-bottom .col-lg-4:nth-child(2){
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Last column = Full Width */
    .footer-bottom .col-lg-4:nth-child(3){
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .trust-section,
   
    .copyright{
        text-align: center;
    }

    
    .trust-logos img{
        max-height: 35px;
        width: auto;
    }

    .trust-icon{
        margin: 0 auto;
    }
    .footer-bottom::after{
        display:none;
    }
    .footer-bottom::before{
        display:none;
    }
}

  

.rd-footer{
        background: #e3ebdd4d;
    padding: 70px 0 40px;
    position:relative;
    overflow:hidden;
    border-top:1px solid #efefef;
}

/*=========================
Logo
=========================*/

.footer-logo img{
    max-width:270px;
    margin-bottom:25px;
}

.footer-about{
    color:#555;
    font-size:15px;
    line-height:31px;
    margin-bottom:15px;
}

/*=========================
Features
=========================*/

.footer-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:35px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.feature-item i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#eef8f0;
    color:#16763b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.feature-item span{
    font-size:14px;
    color:#333;
    font-weight:600;
}

/*=========================
Social
=========================*/

.footer-social{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.footer-social h6{
    margin:0;
    font-size:16px;
    font-weight:700;
    color:#222;
}

.footer-social a{
    width:42px;
    height:42px;
    border:1px solid #dcdcdc;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#222;
    text-decoration:none;
    transition:.35s;
}

.footer-social a:hover{
    background:#16763b;
    color:#fff;
    border-color:#16763b;
}

/*=========================
Title
=========================*/

.footer-title{
    margin-bottom:25px;
}

.footer-title h4{
    font-size:18px;
    font-weight:600;
    color:#222;
    margin-bottom:12px;
}

.footer-title span{
    display:block;
    width:45px;
    height:4px;
    background:#16763b;
    border-radius:20px;
}
.trust-content i{
        color:#16763b;
    font-size:22px;
    margin-top:4px;
}

/*=========================
Contact
=========================*/

.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-contact li{
    display:flex;
    gap:18px;
    margin-bottom:30px;
}

.footer-contact i{
    color:#16763b;
    font-size:22px;
    margin-top:4px;
}

.footer-contact div{
    color:#444;
    font-size:14px;
    line-height:20px;
}

.footer-contact strong{
    display:block;
    /*color:#222;*/
    font-size:15px;
}

.footer-contact p{
    margin:3px 0 0;
    color:#666;
}

/*=========================
Links
=========================*/

.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    color:#444;
    text-decoration:none;
    transition:.3s;
    font-size:15px;
}
 
.footer-links a i{
    color:#16763b;
    margin-right:10px;
}

.footer-links a:hover{
    color:#16763b;
    padding-left:8px;
}

/*=========================
Expert Box
=========================*/

.expert-box{
    border:2px solid #2f8d46;
    border-radius:12px;
    padding:6px;
    display:flex;
    align-items:center;
    gap:18px;
}

.expert-box i{
    font-size:18px;
    color:#16763b;
}

.expert-box h3{
    margin:0;
    color:#16763b;
    font-size:15px;
    font-weight:600;
}

.expert-box p{
    margin:4px 0 0;
    color:#666;
    font-size:13px;
}

/*=========================
Apps
=========================*/

.app-buttons{
    display:flex;
    /*flex-direction:column;*/
    gap:10px;
}

.app-buttons img{
    width:165px;
    transition:.35s;
}

.app-buttons img:hover{
    transform:translateY(-4px);
}

/*===================================== 
Bottom Footer
=====================================*/

.footer-bottom{
    background:#0d4f24;
    color:#fff;
    padding:25px 0;
}

.trust-section h6{
    color:#fff;
    margin-bottom:14px;
    font-size:18px;
   
}

.trust-logos{
    display:flex;
    gap:25px;
    align-items:center;
    flex-wrap:wrap;
}

.trust-logos img{
    height:52px;
}

.trust-content{
    display:flex;
    /*align-items:center;*/
    /*gap:10px;*/
}

.trust-icon{
   
    border-radius:50%;
    background:#2c8b42;
    display:flex;
    justify-content:center;
    align-items:center;
}

.trust-icon i{
    color:#fff;
    font-size:24px;
}

.trust-content h5{
    margin-bottom:8px;
    font-size:16px;
    /*font-weight:600;*/
}

.trust-content p{
    margin:0;
    color:#555;
    line-height:20px;
    font-size:14px;
}

.copyright{
    text-align:right;
        padding-left: 28px;
}

.copyright p{
    margin-bottom:0px;
    font-size:14px;
    color:#fff;
}

.copyright span{
    color:#d5d5d5;
    line-height:20px;
    font-size:12px;
}
/*=========================================
            LARGE DEVICES
=========================================*/

@media (max-width:1199px){

.footer-title h4{
    font-size:24px;
}

.footer-about{
    font-size:15px;
    line-height:28px;
}

.footer-contact strong{
    font-size:18px;
}

.expert-box h3{
    font-size:24px;
}

.app-buttons img{
    width:170px;
}

}


/*=========================================
            TABLET
=========================================*/

@media (max-width:991px){

.rd-footer{
    padding:60px 30px;
}

.footer-logo{
    /*text-align:center;*/
}

.footer-logo img{
    margin:auto auto 25px;
}

.footer-about{
    /*text-align:center;*/
}

.footer-features{
    grid-template-columns:repeat(2,1fr);
}

.footer-social{
    /*justify-content:center;*/
    margin-bottom:15px;
}

.footer-title{
    margin-top:15px;
}

.expert-box{
    margin-bottom:25px;
}

.footer-bottom{
    text-align:center;
}

.trust-section{
    margin-bottom:30px;
}

.trust-content{
    justify-content:center;
    margin-bottom:30px;
}

.copyright{
    text-align:center;
}

}


/*=========================================
            MOBILE
=========================================*/

@media (max-width:767px){

.rd-footer{
    padding:45px 20px;
}

.footer-logo img{
    max-width:220px;
}

.footer-about{
    font-size:15px;
    line-height:28px;
    margin-bottom:25px;
}



.feature-item{
    justify-content:flex-start;
}


.footer-title{
    margin-top:25px;
    margin-bottom:20px;
}

.footer-title h4{
    font-size:22px;
}

.footer-contact li{
    margin-bottom:20px;
}

.footer-contact strong{
    font-size:17px;
}

.footer-contact div{
    font-size:15px;
    line-height:26px;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    font-size:16px;
}

.expert-box{
    /*flex-direction:column;*/
    /*text-align:center;*/
    /*gap:12px;*/
    padding:20px;
}

.expert-box h3{
    font-size:22px;
}

.app-buttons{
    align-items:center;
        display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: nowrap;
}

.app-buttons img{
    width:180px;
}

.footer-bottom{
    padding:30px 0;
}




.copyright{
    text-align:center;
}

.copyright p,
.copyright span{
    font-size:12px;
    line-height:24px;
}
.trust-section h6 {
    color: #fff;
    margin-bottom: 14px;
     font-size: 14px; 
}
}
 

/*=========================================
        EXTRA SMALL DEVICES
=========================================*/

@media (max-width:480px){

.footer-logo img{
    max-width:190px;
}

.footer-title h4{
    font-size:20px;
}

.footer-social a{
    width:38px;
    height:38px;
}

.feature-item{
    gap:10px;
}

.feature-item i{
    width:38px;
    height:38px;
    font-size:16px;
}

.feature-item span{
    font-size:13px;
}

.footer-contact i{
    font-size:18px;
}

.footer-contact strong{
    font-size:16px;
}

.footer-contact div{
    font-size:14px;
}

.expert-box h3{
    font-size:20px;
}

.app-buttons img{
    width:160px;
}

.trust-logos img{
    height:40px;
}

}
/*==============================
    Smooth Animation
==============================*/

.rd-footer *{
    transition:all .35s ease;
}

/* Footer Headings */

.footer-title{
    position:relative;
    padding-bottom:15px;
}

.footer-title span{
    position:absolute;
    left:0;
    bottom:0;
}



/* Hover */

.feature-item:hover{
    transform:translateX(6px);
}

.footer-contact li:hover{
    transform:translateX(6px);
}

.footer-links li:hover{
    transform:translateX(6px);
}

.footer-links a:hover{
    color:#0b7a36;
}

/* Social */

.footer-social a{
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.footer-social a:hover{
    transform:translateY(-5px);
}

/* Expert Box */

.expert-box{
    /*background:#fff;*/
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.expert-box:hover{
    transform:translateY(-8px);
}

/* Store Buttons */

.app-buttons img{
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.10);
}

/* Bottom Footer */

.footer-bottom{
    position:relative;
}

.footer-bottom::before{
    content:"";
    position:absolute;
    left:33.33%;
    top:35px;
    bottom:35px;
    width:1px;
    background:rgba(255,255,255,.15);
}

.footer-bottom::after{
    content:"";
    position:absolute;
    right:33.33%;
    top:35px;
    bottom:35px;
    width:1px;
    background:rgba(255,255,255,.15);
}

/* Trust Logos */

.trust-logos img{
    filter:brightness(100%);
    transition:.3s;
}

.trust-logos img:hover{
    transform:scale(1.08);
}

/* Copyright */

.copyright{
    line-height:1.8;
}


 /*==========================
 Journey Section
===========================*/

.journey-section{
    background:#f7f9fb;
    padding:80px 0;
}

.journey-wrapper{
    background:#fff;
    border-radius:35px;
    padding:70px 50px;
    box-shadow:0 15px 60px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
}

/*==========================
 Heading
===========================*/

.section-badge{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:15px;
    font-weight:700;
    color:#11883c;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.section-badge span{
    width:42px;
    height:2px;
    background:#42b96b;
    display:block;
}

.journey-title{
       margin-top: 15px;
    margin-bottom: 8px;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
}

.journey-title span{
    color:#118543;
}

.journey-subtitle{
    color:#6d6d6d;
    font-size:18px;
    margin-bottom:70px;
}

/*==========================
 Timeline
===========================*/

.journey-timeline{
    position:relative;
}

.timeline-line{
    position:absolute;
    top:74px;
    left:12%;
    right:12%;
    height:3px;
    border-top:2px dashed #cfd8dc;
    z-index:0;
}

/* Green Dots */

/*.timeline-line::before,*/
/*.timeline-line::after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    width:18px;*/
/*    height:18px;*/
/*    background:#0b9d3d;*/
/*    border:4px solid #fff;*/
/*    border-radius:50%;*/
/*    top:-10px;*/
/*    box-shadow:0 0 0 2px #d8f0df;*/
/*}*/

.timeline-line::before{
    left:22%;
}

.timeline-line::after{
    right:22%;
}
/*==========================
 Journey Card
===========================*/

.journey-card{
    text-align:center;
    position:relative;
    z-index:2;
    padding:0 15px;
}

.icon-box{
    width:110px;
    height:110px;
    background:#fff;
    border-radius:50%;
    margin:0 auto 28px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.icon-box i{
    font-size:44px;
    color:#18a542;
    transition:.35s;
}

/* Hover */

.journey-card:hover .icon-box{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.journey-card:hover .icon-box i{
    transform:scale(1.1);
}

/*==========================
 Step Number
===========================*/

.step-number{
    position:absolute;
    top:-8px;
    right:-10px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:#0d8f38;
    color:#fff;
    font-size:14px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    border:4px solid #fff;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

/*==========================
 Card Text
===========================*/

.journey-card h4{
    font-size:18px;
    font-weight:600;
    color:#222;
    margin-bottom:18px;
}

.journey-card p{
       color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    max-width:280px;
    margin:auto;
}

/*==========================
 Animation
===========================*/

.journey-card{
    transition:.35s;
}

.journey-card:hover h4{
    color:#0d8f38;
}

.journey-card:hover p{
    color:#444;
}

/*==========================
  Tablet
===========================*/

@media (max-width:991px){

    .journey-wrapper{
        padding:60px 35px;
    }

    .journey-title{
        font-size:40px;
    }

    .journey-subtitle{
        margin-bottom:50px;
    }

    .timeline-line{
        display:none;
    }

    .journey-card{
        margin-bottom:40px;
    }

    .icon-box{
        width:100px;
        height:100px;
    }

    .icon-box i{
        font-size:42px;
    }

}

/*==========================
  Mobile
===========================*/

@media (max-width:767px){

    .journey-section{
        padding:60px 0;
    }

    .journey-wrapper{
        border-radius:20px;
        padding:45px 20px;
    }

    .section-badge{
        font-size:13px;
    }

    .section-badge span{
        width:25px;
    }

    .journey-title{
        font-size:30px;
        line-height:1.35;
    }

    .journey-subtitle{
        font-size:15px;
        margin-bottom:35px;
    }

    .icon-box{
        width:90px;
        height:90px;
        margin-bottom:20px;
    }

    .icon-box i{
        font-size:38px;
    }

    .step-number{
        width:34px;
        height:34px;
        font-size:13px;
    }

    .journey-card h4{
        font-size:22px;
        margin-bottom:12px;
    }

    .journey-card p{
        font-size:15px;
        line-height:1.8;
    }

}

@media (max-width:767px){

    .journey-card{
        padding:20px 15px;
        height:100%;
    }

    .journey-card h4{
        font-size:16px;
        margin-top:15px;
    }

    .journey-card p{
        font-size:13px;
        line-height:1.6;
    }

    .icon-box{
        width:60px;
        height:60px;
        margin:0 auto 15px;
    }

    .icon-box i{
        font-size:22px;
    }

    .step-number{
        /*width:24px;*/
        /*height:24px;*/
        font-size:11px;
    }
}
/*==========================
  Small Mobile
===========================*/

@media (max-width:480px){

    .journey-title{
        font-size:26px;
          margin-top: 2px;
    }
   
    .journey-card{
        padding:0;
    }

    .icon-box{
        width:85px;
        height:85px;
    }

    .icon-box i{
        font-size:34px;
    }

}

/*==========================
  Optional Background Glow
===========================*/

.journey-wrapper::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:radial-gradient(circle,
        rgba(20,170,70,.08),
        transparent 70%);
    left:-140px;
    top:-120px;
}

.journey-wrapper::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
       background: radial-gradient(circle, rgb(24 165 66 / 10%), transparent 70%);
    right:-120px;
    bottom:-120px;
}

    /*==========================
    FAQ Section
===========================*/

.faq-section{
    /*background:#f8f9fb;*/
    padding:80px 0;
}

.faq-section .section-badge{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#138c3b;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.faq-section .section-badge span{
    width:45px;
    height:2px;
    background:#32b25c;
}

.faq-title{
    font-size:54px;
    font-weight:800;
    color:#111;
    margin-bottom:8px;
}

.faq-title span{
    color:#ff8d3f;
}

.faq-subtitle{
    color:#6d6d6d;
    font-size:18px;
    margin-bottom:60px;
}


/*==========================
     Accordion
===========================*/

.custom-faq .accordion-item{
    border:none;
    border-radius:18px !important;
    overflow:hidden;
    margin-bottom:12px;
    box-shadow:0 8px 30px rgba(0,0,0,.06);
    background:#fff;
}

.custom-faq .accordion-button{
    background:#fff;
   padding: 10px 15px;
    box-shadow:none !important;
    display:flex;
    align-items:center;
    gap:20px;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#fff;
    color:#111;
}


/*==========================
      Number Circle
===========================*/

.faq-number{
    width:44px;
    height:44px;
    min-width:44px;
    border-radius:50%;
    background:#15963d;
    color:#fff;
    font-size:18px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}


/*==========================
      Question
===========================*/

.faq-question{
    flex:1;
    font-size:17px;
    font-weight:600;
    color:#222;
    text-align:left;
    line-height:1.4;
}


/*==========================
      Answer
===========================*/

.custom-faq .accordion-body{
    padding:0 30px 25px 92px;
    color:#666;
    /*font-size:17px;*/
    line-height:1.8;
}


/*==========================
      Arrow
===========================*/

.custom-faq .accordion-button::after{
    background-image:none;
    content:"\f078";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#15963d;
    font-size:20px;
    transition:.3s;
}

.custom-faq .accordion-button:not(.collapsed)::after{
    transform:rotate(180deg);
}


/*==========================
      Hover
===========================*/

.custom-faq .accordion-item:hover{
    transform:translateY(-3px);
    transition:.3s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.custom-faq .accordion-button:hover .faq-question{
    color:#15963d;
}
@media(max-width:480px){
.faq-question {
 
    font-size: 15px;
  
}
.custom-faq .accordion-body {
  
    font-size: 14px;
   
}
}


  /*==========================
   Media Logo Section
==========================*/

.media-section{
    padding:80px 0;
    background:#fff;
}

/*==========================
     Heading
===========================*/

.media-section .section-badge{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#148a3c;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:18px;
    letter-spacing:.5px;
}

.media-section .section-badge span{
    width:45px;
    height:2px;
    background:#34b45d;
    display:block;
}

.media-title{
    font-size:56px;
    font-weight:800;
    color:#111;
    line-height:1.25;
    margin-bottom:10px;
}

.media-title span{
    color:#118543;
}

/*==========================
      Logo Card
===========================*/
    /* Swiper Continuous Linear Motion Fix */
.mediaSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  height: auto !important; /* Forces layout to fit cards */
}

/* Container & Slide Height Adjustments */
.mediaSwiper {
  height: auto !important;
  padding: 10px 0;
}

.mediaSwiper .swiper-slide {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Card Styling */
.media-card {
  width: 100%;
  height: 100px; 
  background: #f8f9fa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.media-card img {
  max-width: 100%;
  /*max-height: 100%;*/
  object-fit: contain;
}
.media-card{
    background:#f7f7f9;
    border-radius:18px;
    height:105px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    transition:.35s;
    border:1px solid #ececec;
}

.media-card img{
    max-width:150px;
    width:100%;
    transition:.35s;
    object-fit:contain;
}

/* Hover */

.media-card:hover{
    background:#fff;
    transform:translateY(-6px);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.media-card:hover img{
    transform:scale(1.05);
}

/*==========================
    Equal Height
===========================*/

.media-section .row>[class*="col"]{
    display:flex;
}

.media-section .media-card{
    width:100%;
}

/*==========================
      Responsive
===========================*/

@media(max-width:1200px){

    .media-title{
        font-size:48px;
    }

}

@media(max-width:992px){

    .media-title{
        font-size:40px;
    }

    .media-card{
        height:95px;
    }

    .media-card img{
        max-width:130px;
    }

}

@media(max-width:768px){

    .media-section{
        padding:60px 0;
    }

    .media-title{
        font-size:30px;
        line-height:1.4;
    }

    .section-badge{
        font-size:13px;
    }

    .section-badge span{
        width:25px;
    }

    .media-card{
        height:85px;
        border-radius:14px;
        padding:15px;
    }

    .media-card img{
        max-width:110px;
    }

}

@media(max-width:480px){

    .media-title{
        font-size:26px;
    }

    .media-card{
        height:75px;
    }

    .media-card img{
        max-width:95px;
    }

}
.mediaSwiper{
    overflow:hidden;
    padding:15px 5px;
}

.mediaSwiper .swiper-slide{
    height:auto;
}

.mediaSwiper .media-card{
    width:100%;
}

  /*=============================
      Testimonial Section
=============================*/
/* 1. Swiper slide ko poori height lene ke liye force karein */
.testimonialSlider .swiper-wrapper {
    display: flex;
}

.testimonialSlider .swiper-slide {
    height: auto !important; /* Saare slides ki height equal rakhta hai */
    display: flex;
}

/* 2. Card container & box styling */
.testimonial-card, 
.testimonialSlider .swiper-slide > div { 
    width: 100%;
    height: 100%; /* Parent slide jitni poori height le lega */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Content top/bottom balanced rahega */
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); /* Clean shadow */
}

/* 3. Text area flexible space lega */
.testimonial-card p {
    flex-grow: 1; /* Chote text wale card ko bhi baki ke barabar stretch karega */
    margin-bottom: 20px;
}
.testimonial-section {
    padding: 90px 0;
    background: #fff;
}

.testimonial-wrapper {
    background: #f8f4ed;
    border-radius: 35px;
    padding: 35px;
    overflow: hidden;
    position: relative;
}

/* Left Image */
.testimonial-left {
    position: relative;
    z-index: 1;
}

.testimonial-left img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

/* Slider Base Setup */
.testimonialSlider {
    position: relative;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 55px;
}

/* Desktop Only Overlap Effect */
@media (min-width: 992px) {
    .testimonialSlider {
        margin-left: -110px;
        padding-top: 70px;
    }
}

/* Testimonial Card */
.testimonial-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 25px rgba(0,0,0,.04), 0 20px 45px rgba(0,0,0,.05);
    transition: .35s;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #2e2e2e;
    margin-bottom: 25px;
}

/* Client Details Styling */
.testimonial-card .client {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-card .client img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card .client h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #1a1a1a;
}

.testimonial-card .client .rating i {
    color: #118543;
    font-size: 13px;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .testimonial-section {
        padding: 50px 0;
    }
    .testimonial-wrapper {
        padding: 20px;
        border-radius: 20px;
    }
    .testimonial-left img {
        height: 280px;
    }
    .testimonial-card {
        padding: 22px;
    }
}
/* Base Desktop Styles (No Changes) */
.testimonial-section {
    padding: 90px 0;
       background: whitesmoke;
}

.testimonial-wrapper {
        background: #fff;
    border-radius: 35px;
    padding: 35px;
    overflow: hidden;
    position: relative;
}

.testimonial-left {
    position: relative;
    z-index: 1;
}

.testimonial-left img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.testimonialSlider {
    position: relative;
    z-index: 5;
    padding-top: 70px;
    padding-bottom: 55px;
}

/* Desktop Only (Overlap Keep Intact) */
@media (min-width: 992px) {
    .testimonialSlider {
        margin-left: -110px;
    }
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.testimonial-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 25px rgba(0,0,0,.04), 0 20px 45px rgba(0,0,0,.05);
    transition: .35s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #2e2e2e;
    margin-bottom: 25px;
}

/* ========================================================
   🔥 MOBILE FIX (Desktop bilkul change nahi hoga)
======================================================== */
@media (max-width: 767px) {
    /* Margin remove taaki mobile me overflow/overlap na ho */
    .testimonialSlider {
        margin-left: 0 !important;
        padding-top: 0px;
    }

    /* Mobile me 2 column ki jagah 1 single column kar do */
    .testimonial-grid {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    /* Agar mobile par Har Slide me sirf 1 hi card dikhana hai */
    .testimonial-grid .testimonial-card:nth-child(2) {
        display: none !important; /* Slide ka 2nd card mobile me hide ho jayega */
    }

    .testimonial-wrapper {
        padding: 20px;
        border-radius: 20px;
    }

    .testimonial-left img {
        height: 260px;
    }

    .testimonial-card {
        padding: 20px;
        min-height: auto;
    }
}
/*=============================
      Client
=============================*/

.client{
    display:flex;
    align-items:center;
    gap:15px;
}

.client img{
    width:56px;
    height:56px;
    border-radius:50%;
    object-fit:cover;
}

.client h5{
    font-size:20px;
    margin:0;
    font-weight:600;
    color:#222;
}

.rating{
    margin-top:3px;
}

.rating i{
    color:#0d8f38;
    font-size:13px;
    margin-right:2px;
}

/*=============================
      Pagination
=============================*/

.testimonialSlider .swiper-pagination{
    bottom:0 !important;
}

.testimonialSlider .swiper-pagination-bullet{
    width:9px;
    height:9px;
    background:#d7d7d7;
    opacity:1;
}

.testimonialSlider .swiper-pagination-bullet-active{
    width:28px;
    border-radius:30px;
    background:#0d8f38;
}

/*=============================
      Hover
=============================*/

.testimonial-card,
.testimonial-left img{
    transition:.4s;
}

.testimonial-left:hover img{
    transform:scale(1.03);
}

/*=============================
      Laptop
=============================*/

@media(max-width:1200px){

.testimonialSlider{
    margin-left:-80px;
}

.testimonial-left img{
    height:500px;
}

.testimonial-card{
    min-height:240px;
    padding:28px;
}

}

/*=============================
      Tablet
=============================*/

@media(max-width:991px){

.testimonial-wrapper{
    padding:25px;
}

.testimonialSlider{

    margin-left:0;
    padding-top:0px;

}

.testimonial-grid{

    grid-template-columns:1fr;

}

.testimonial-left{

    margin-bottom:25px;

}

.testimonial-left img{

    height:420px;

}

}

/*=============================
      Mobile
=============================*/

@media(max-width:767px){

.testimonial-section{

    padding:60px 0;

}

.testimonial-wrapper{

    padding:15px;
    border-radius:22px;

}

.testimonial-left img{

    height:260px;
    border-radius:18px;

}

.testimonial-card{

    border-radius:18px;
    padding:22px;

}

.testimonial-card p{

    font-size:15px;
    line-height:1.8;

}

.client h5{

    font-size:18px;

}

.client img{

    width:48px;
    height:48px;

}

.rating i{

    font-size:12px;

}

}



    /* Blog Title - Maximum 2 Lines */
.blog-content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    line-height: 1.45;
    min-height: calc(1.45em * 2);
    margin-bottom: 12px;
}

/* Blog Description - Maximum 3 Lines */
.blog-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

    line-height: 1.6;
    min-height: calc(1.6em * 3);
    margin-bottom: 18px;
}
section.blog-section {
    background: #f8f9fb;
}

    .blogSwiper{
    padding-bottom:55px;
}

.blogSwiper .swiper-slide{
    height:auto;
}

.blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-img img{
    width:100%;
    height:230px;
    object-fit:cover;
}

.blog-content{
    padding:25px;
}

.blog-tag{
    position:absolute;
    top:15px;
    left:15px;
    background:#15963d;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
}

.blog-img{
    position:relative;
}

.blog-date{
    display:block;
    color:#777;
    margin-bottom:12px;
     font-size:14px;
}

.blog-content h4{
    font-size:18px;
    font-weight:600;
    margin-bottom:15px;
}

.blog-content p{
    color:#666;
     font-size:15px;
}

.blog-content a{
    text-decoration:none;
    color:#15963d;
    /*font-weight:600;*/
    font-size:14px;
}

.blogSwiper .swiper-pagination{
    bottom:0;
}

.blogSwiper .swiper-pagination-bullet{
    width:12px;
    height:12px;
}

.blogSwiper .swiper-pagination-bullet-active{
    background:#15963d;
}

@media(max-width:767px){

.blog-content{
padding:20px;
}

.blog-content h4{
font-size:20px;
}

.blog-img img{
height:220px;
}

}


.video-image{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.video-image video{
    width:100%;
    height:480px; /* Apni current image height ke equal */
    object-fit:cover;
    display:block;
    border-radius:20px;
}

.play-btn{
    transition:.3s;
}

.hover-video{
    pointer-events:none;
}
    /*=====================================
        Video Testimonial Section
======================================*/

.video-testimonial-section{
    padding:90px 0;
    background:#fff;
    overflow:hidden;
}

.videoTestimonialSlider{
    overflow:visible;
}

/*=====================================
            Video Card
======================================*/

.video-card{
    transition:.35s;
}

.video-card:hover{
    transform:translateY(-8px);
}

/*=====================================
            Image
======================================*/

.video-image{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.video-image img{
    width:100%;
    /*height:480px;*/
    object-fit:cover;
    display:block;
    border-radius:20px;
    transition:.4s;
}

.video-card:hover .video-image img{
    transform:scale(1.05);
}

/*=====================================
          Play Button
======================================*/

.play-btn{

    position:absolute;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    width:86px;
    height:86px;

    border-radius:50%;

    background:rgba(255,255,255,.45);

    backdrop-filter:blur(10px);

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    transition:.35s;

}

.play-btn i{

    color:#3b3b3b;

    font-size:28px;

    margin-left:5px;

}

.video-card:hover .play-btn{

    background:#ffffff;

    transform:translate(-50%,-50%) scale(1.08);

}

/*=====================================
          User Info
======================================*/

.video-user{

    display:flex;

    align-items:center;

    gap:14px;

    margin-top:18px;

}

.video-user img{

    width:54px;
    height:54px;

    border-radius:50%;

    object-fit:cover;

}

.video-user h5{

    margin:0;

    font-size:20px;

    font-weight:700;

    color:#222;

}

.video-user span{

    display:block;

    margin-top:4px;

    color:#666;

    font-size:17px;

}

/*=====================================
        Swiper Slide
======================================*/

.videoTestimonialSlider .swiper-slide{

    width:320px;

}

/*=====================================
          Shadow
======================================*/

.video-image{

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

/*=====================================
        Smooth Transition
======================================*/

.video-card,
.video-image,
.video-image img,
.play-btn{

    transition:.35s;

}
/*=====================================
        Image Overlay
======================================*/

.video-image::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.20),
        rgba(0,0,0,0) 45%
    );
    opacity:0;
    transition:.35s;
    z-index:1;
}

.video-card:hover .video-image::before{
    opacity:1;
}

/*=====================================
      Glass Play Button
======================================*/

.play-btn{
    z-index:2;
    box-shadow:
        0 10px 30px rgba(0,0,0,.18),
        inset 0 2px 8px rgba(255,255,255,.5);
}

.play-btn::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.35);
    animation:playPulse 2.2s infinite;
}

@keyframes playPulse{

    0%{
        transform:scale(1);
        opacity:.8;
    }

    100%{
        transform:scale(1.35);
        opacity:0;
    }

}

.video-card:hover .play-btn{

    background:#fff;

    color:#000;

}

/*=====================================
      Swiper
======================================*/

.videoTestimonialSlider{

    padding-bottom:15px;

}

.videoTestimonialSlider .swiper-wrapper{

    align-items:flex-start;

}

.videoTestimonialSlider .swiper-slide{

    height:auto;

}

/*=====================================
      Cursor
======================================*/

.video-card{

    cursor:pointer;

}

/*=====================================
      Better Spacing
======================================*/

.video-user{

    padding-left:8px;

}

.video-user h5{

    line-height:1.2;

}

.video-user span{

    line-height:1.4;

}
/*=====================================
        Large Desktop
======================================*/

@media (max-width:1400px){

    .video-image img{
        /*height:450px;*/
    }

    .video-user h5{
        font-size:18px;
    }

    .video-user span{
        font-size:15px;
    }

}

/*=====================================
          Laptop
======================================*/

@media (max-width:1200px){

    .video-image img{
        /*height:420px;*/
    }

    .videoTestimonialSlider .swiper-slide{
        width:290px;
    }

}

/*=====================================
          Tablet
======================================*/

@media (max-width:991px){

    .video-testimonial-section{
        padding:70px 0;
    }

    .videoTestimonialSlider .swiper-slide{
        width:260px;
    }

    .video-image img{
        /*height:360px;*/
    }

    .play-btn{
        width:70px;
        height:70px;
    }

    .play-btn i{
        font-size:22px;
    }

}

/*=====================================
          Mobile
======================================*/

@media (max-width:767px){

    .video-testimonial-section{
        padding:60px 0;
    }

    .video-image{
        border-radius:16px;
    }

    .video-image img{
        /*height:320px;*/
        border-radius:16px;
    }

    .video-user{
        margin-top:15px;
        gap:10px;
        padding-left:0;
    }

    .video-user img{
        width:46px;
        height:46px;
    }

    .video-user h5{
        font-size:16px;
    }

    .video-user span{
        font-size:14px;
    }

    .play-btn{
        width:62px;
        height:62px;
    }

    .play-btn i{
        font-size:18px;
    }

}

/*=====================================
        Small Mobile
======================================*/

@media (max-width:480px){

    .videoTestimonialSlider .swiper-slide{
        width:220px;
    }

    .video-image img{
        /*height:280px;*/
    }

    .play-btn{
        width:56px;
        height:56px;
    }

}

/*=====================================
        Hover Effects
======================================*/

.video-card:hover .video-user h5{
    color:#118543;
}

.video-card:hover .video-user img{
    transform:scale(1.08);
}

.video-user img{
    transition:.35s;
}

.video-image,
.video-image img,
.play-btn,
.video-card{
    transition:all .35s ease;
}

   
    .debt-free-section {
      width: 100%;
      padding: 40px 15px;
      background-color: transparent;
      
    }

    .debt-free-section * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    /* Banner Outer Container */
    .debt-free-section .debt-banner {
      position: relative;
      width: 100%;
      /*max-width: 1050px;*/
      height: 220px;
      margin: 0 auto;
      border-radius: 16px;
      overflow: hidden;
      background-color: #f0f0f0;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    /* Right Side Image */
    .debt-free-section .banner-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 52%;
      height: 100%;
      z-index: 1;
    }

    .debt-free-section .banner-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
    }

    /* Left Dark Green Curved Container */
    .debt-free-section .banner-content {
      position: relative;
      z-index: 2;
      width: 58%;
      height: 100%;
      background-color: #0d381e; /* Exact Dark Forest Green */
      padding: 35px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* Top-Right Curve Effect */
      border-top-right-radius: 110px 220px;
    }

  

    /* Heading Styling */
    .debt-free-section .banner-content h2 {
      color: #ffffff;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 8px;
      letter-spacing: -0.2px;
    }

    .debt-free-section .banner-content h2 .highlight {
      color: #118543; 
    }

    /* Subtitle Styling */
    .debt-free-section .banner-content p {
      color: #d1d5db;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 22px;
      opacity: 0.9;
    }

    /* Yellow CTA Button */
    .debt-free-section .btn-expert {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      /*background-color: #118543;*/
      color: #0a0a0a;
      font-weight: 700;
      font-size: 14px;
      padding: 10px 16px 10px 20px;
      border-radius: 10px;
      text-decoration: none;
      transition: all 0.2s ease;
    }

    .debt-free-section .btn-expert:hover {
      background-color: #118543;
      transform: translateY(-1px);
    }

    /* Phone Icon Badge Inside Button */
    .debt-free-section .icon-circle {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .debt-free-section .icon-circle svg {
      width: 16px;
      height: 16px;
      color: #0d381e;
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
      .debt-free-section .debt-banner {
        height: auto;
      }
      
      .debt-free-section .banner-content {
        width: 100%;
        border-top-right-radius: 0;
        padding: 30px 20px;
      }
      
      .debt-free-section .banner-image {
        position: relative;
        width: 100%;
        height: 200px;
        
        display: none;
      }
      
      .debt-free-section .banner-content h2 {
        font-size: 22px;
      }
    }
    
    
    /*calculater*/
    
.loan-calculator-section {
            padding: 50px 0;
            background-color: #f8fafc;
        }

        .calculator-wrapper {
            background: #e8f5e9;
            border-radius: 20px;
            padding: 35px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .main-title {
            font-size: 42px;
            font-weight: 600;
            color: #2f5f3d;
            margin-bottom: 10px;
        }

        .main-title span {
            background: linear-gradient(90deg, #22c55e 0%, #14532d 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }

        .calculator-wrapper p {
            color: #666;
            margin-bottom: 0;
        }

        /* Tabs Styling */
        .calculator-tabs {
            width: 400px;
            max-width: 100%;
            margin: 0 auto 30px auto;
            background: #fff;
            border-radius: 50px;
            border: 1px solid #e2e8f0;
            display: flex;
            overflow: hidden;
        }

        .tab-btn {
            flex: 1;
            border: none;
            background: #fff;
            padding: 14px;
            font-weight: 600;
            color: #64748b;
            cursor: pointer;
            transition: 0.3s;
        }

        .tab-btn.active {
            background: #15803d;
            color: #fff;
        }

        .equal-height-row {
            display: flex;
            flex-wrap: wrap;
        }

        /* Left Panel Card */
        .left-card {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            height: 100%;
            padding: 25px;
            border: 1px solid #e2e8f0;
            display: flex;
            flex-direction: column;
        }

        .loan-item {
            padding-bottom: 18px;
            margin-bottom: 18px;
            border-bottom: 1px dashed #e2e8f0;
        }

        .loan-title {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            font-size: 14px;
            color: #334155;
            margin-bottom: 12px;
        }

        .loan-title i {
            color: #22c55e;
        }

        .slider-box {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .slider-box input[type=range] {
            flex: 1;
            appearance: none;
            height: 6px;
            border-radius: 10px;
            background: #cbd5e1;
            outline: none;
        }

        .slider-box input[type=range]::-webkit-slider-thumb {
            appearance: none;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #22c55e;
            cursor: pointer;
            border: 2px solid #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        }

        .slider-box input[type=text] {
            width: 130px;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            padding: 8px;
            text-align: center;
            font-weight: 700;
            color: #1e293b;
            outline: none;
        }

        .range-label {
            display: flex;
            justify-content: space-between;
            margin-top: 6px;
            font-size: 11px;
            color: #94a3b8;
        }

        .radio-group {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }

        .radio-btn {
            cursor: pointer;
        }

        .radio-btn input {
            display: none;
        }

        .radio-btn span {
            display: inline-block;
            padding: 6px 18px;
            border: 1px solid #cbd5e1;
            border-radius: 6px;
            font-weight: 600;
            font-size: 13px;
            color: #475569;
        }

        .radio-btn input:checked + span {
            background: #22c55e;
            color: #fff;
            border-color: #22c55e;
        }

        .calculate-btn {
            width: 100%;
            margin-top: auto;
            border: none;
            border-radius: 30px;
            padding: 14px;
            background: linear-gradient(90deg, #15803d, #22c55e);
            color: #fff;
            font-weight: 700;
            font-size: 15px;
            cursor: pointer;
            transition: 0.3s;
        }

        /* RIGHT PANEL */
        .right-panel-wrapper {
            display: flex;
            flex-direction: column;
            gap: 18px;
            height: 100%;
        }

        /* Top Standalone Card */
        .result-top-card {
            background: linear-gradient(90deg, #15803d 0%, #052e16 100%);
            border-radius: 20px;
            padding: 20px 30px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }

        .result-top-card small {
            display: block;
            font-size: 13px;
            opacity: 0.9;
            margin-bottom: 2px;
        }

        .result-top-card h3 {
            font-size: 26px;
            font-weight: 800;
            margin: 0;
        }

        .result-top-card .divider {
            width: 1px;
            height: 40px;
            background: rgba(255, 255, 255, 0.3);
        }

        /* Bottom White Main Card */
        .result-bottom-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            padding: 25px 20px 15px 20px;
            text-align: center;
            /* flex: 1;
            display: flex; */
            flex-direction: column;
            justify-content: space-between;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            position: relative;
        }

        .target-date {
            font-size: 18px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 2px;
        }

        .you-pay-label {
            font-size: 13px;
            color: #64748b;
            font-weight: 500;
        }

        .you-pay-amount {
            font-size: 32px;
            font-weight: 800;
            color: #15803d;
            margin-bottom: 5px;
        }

        /* Chart Box Container */
        .chart-box {
            height: 290px;
            position: relative;
            margin-top: 5px;
        }

        /* FIX: Floating SAVE Badge Exact Centered Position Above Bars */
        .save-badge {
            position: absolute;
            top: 22%;
            left: 44%;
            transform: translate(-50%, -50%);
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 30px;
            padding: 6px 18px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
            z-index: 15;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            pointer-events: none;
        }

        .save-badge span {
            font-size: 10px;
            color: #15803d;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .save-badge strong {
            font-size: 14px;
            color: #15803d;
            font-weight: 800;
            white-space: nowrap;
        }

        .save-badge .paper-plane-icon {
            position: absolute;
            top: -12px;
            left: -16px;
            color: #15803d;
            font-size: 18px;
            transform: rotate(-25deg);
        }

        /* Responsive Breakpoints */
        @media (max-width:991px) {
            .calculator-wrapper { padding: 25px; }
            .main-title { font-size: 34px; }
            .left-card { margin-bottom: 10px; }
            .chart-box { height: 260px; }
            .save-badge { top: 25%; left: 45%; }
        }

        @media (max-width:767px) {
            .loan-calculator-section { padding: 30px 0; }
            .calculator-wrapper { padding: 18px; border-radius: 18px; }
            .main-title { font-size: 28px; line-height: 1.3; }
            .calculator-tabs { width: 100%; border-radius: 12px; overflow: hidden; }
            .tab-btn { width: 100%; padding: 12px; font-size: 14px; }
            .slider-box { flex-direction: column; align-items: stretch; gap: 10px; }
            .slider-box input[type="text"] { width: 100%; font-size: 14px; }
            .result-top-card {  gap: 12px; }
            .result-top-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}
            .result-top-card .divider { display: none; }
            .you-pay-amount { font-size: 26px; }
            .chart-box { height: 230px; }
            .save-badge { top: 22%; left: 45%; padding: 4px 12px; }
            .save-badge strong { font-size: 12px; }
        }
        
        
  /* ==========================================
     SECTION CONTAINER
     ========================================== */
  .compliance-section {
    background-color: #f7f9f5; 
   
    /*text-align: center;*/
    
    color: #ffffff;
    box-sizing: border-box;
  }

  /* ==========================================
     HEADER SECTION (Title & Green Line)
     ========================================== */
  .compliance-header {
    margin-bottom: 10px;
  }

  .compliance-title {
    font-size: 24px;
    font-weight: 500;
    color: black;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
  }

  .compliance-divider {
    width: 50px;
    height: 3px;
    background-color: #22c55e; /* Green accent underline */
    margin: 0 auto;
    border-radius: 2px;
  }

  /* ==========================================
     BADGES SECTION (Logos Layout)
     ========================================== */
  .compliance-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  
  }
.reviews-wrapper .review-item {
    text-decoration: none;
    color: inherit;
}

.reviews-wrapper .review-item:hover {
    text-decoration: none;
    color: inherit;
}
  .badge-item {
    width: 75px;
    /*height: 90px;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .badge-item img,
  .badge-item svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* ==========================================
     FOOTER BAR SECTION
     ========================================== */
  .compliance-footer {
    background-color: #000000;
    padding: 12px 20px;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.3px;
  }
  
  @media (max-width:768px){
  .badge-item {
    width: 85px;
    /* height: 90px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
}





/*service page css*/


.breadcrumb-section {
       /* background: #f8f9fa; */
    padding: 14px 0;
    /* border-bottom: 1px solid #e9ecef; */
    box-shadow: 0 8px 25px rgb(0 0 0 / 6%);
    position: relative;
    z-index: 9;
}

.breadcrumb {
    margin: 0;
    /*padding-left: 50px;*/
}

.breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: black;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: #008552 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #6c757d;
}

.breadcrumb-item.active {
    color:  #198754;
}

@media (max-width: 768px) {
    .breadcrumb-section {
        padding: 18px 0;
    }

    .breadcrumb-item {
        font-size: 14px;
    }
    .breadcrumb {
    margin: 0;
    padding-left: 10px;
}
}
    .services-hero-section {
    position: relative;
    overflow: hidden;
}

.services-banner-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.services-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: rgb(0 0 0 / 51%);
    z-index: 1;
}

.services-hero-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
}

.services-hero-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services-hero-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #31ad52;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
}

.services-hero-btn:hover {
    background: #198754;
    color: #fff;
}
@media (max-width: 1199px) {
    .services-hero-title {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .services-hero-title {
        font-size: 38px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .services-hero-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .services-hero-title br {
        display: none; 
    }
}

@media (max-width: 480px) {
    .services-hero-title {
        font-size: 24px;
        line-height: 1.4;
    }
}

 /* Core Section Styling */
.about-section {
  padding: 60px 20px;
  /*background-color: #f7f9fb;*/
 
  color: #333333;
}
section.situation-section {
    background: whitesmoke;
}

.about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Image Column Styles */
.about-image-column {
  position: relative;
  padding-right: 15px;
  padding-bottom: 15px;
}

.image-box {
  position: relative;
  z-index: 1;
}

.main-img {
  width: 100%;
  border-radius: 16px;
  display: block;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  object-fit: cover;
}

.img-backdrop {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background: #31ad52;
  border-radius: 16px;
  opacity: 0.12;
  z-index: 1;
}

.badge-experience {
  position: absolute;
  bottom: -20px;
  right: -10px;
  background: #ffffff;
  padding: 16px 22px;
  border-radius: 12px;
  border-left: 4px solid #31ac52;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  z-index: 3;
}

.badge-icon {
  width: 42px;
  height: 42px;
  background-color: #eef4f8;
  color: #31ac52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.badge-text h3 {
  margin: 0;
  font-size: 15px;
  color: #31ac52;
  font-weight: 700;
}

.badge-text p {
  margin: 0;
  font-size: 12px;
  color: #666666;
}

/* Content Column Styles */
.section-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #083b24;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.tag-line {
  width: 25px;
  height: 2px;
  background-color: #083b24;
  display: inline-block;
}

.about-content-column h2 {
  font-size: 32px;
  /*color: #138c3c;*/
  line-height: 1.3;
  margin-bottom: 18px;
  font-weight: 700;
}

.lead-p {
  font-size: 16px;
  color: #2c3e50;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 12px;
}

.description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* Feature Grid */
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}



.feature-item h4 {
  font-size: 16px;
  color: #31ad52;
  margin: 0 0 4px 0;
  font-weight: 600;
}

.feature-item p {
  font-size: 15px;
  color: #666666;
  margin: 0;
  line-height: 1.4;
}

/* Action Section */
.about-action {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: #1f7d5;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 64, 133, 0.2);
}

.btn-primary:hover {
  background-color: #31ac52;
  color: #ffffff;
  transform: translateY(-2px);
}

.support-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.call-icon {
  width: 38px;
  height: 38px;
  background-color: #eef4f8;
  color: #31ad52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.support-contact span {
  display: block;
  font-size: 12px;
  color: #666666;
}

.support-contact a {
  text-decoration: none;
}

.support-contact strong {
  display: block;
  font-size: 15px;
  color: #31ad52;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .about-features {
    grid-template-columns: 1fr;
  }
  
  .badge-experience {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: -20px;
    margin-left: 20px;
    display: inline-flex;
  }
}
@media (max-width: 768px) {
.about-content-column h2 {
    font-size: 32px;
    
    text-align: left;
}
.about-content-column {
    text-align: left;
}
}

  .debt-info-section {
    background: #f7faf9;
}


/* Heading */

.content-heading {
    /*max-width: 850px;*/
    margin: 0 auto 35px;
}

.section-tag {
    display: inline-block;
    color: #108e5f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-title {
    color: #182923;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 15px;
}

.section-intro {
    color: #66716d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    /*max-width: 780px;*/
}


/* Info Cards */

.info-card {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid #e8efec;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    border-color: #d5e9e1;
}


/* Icon */

.info-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: #e6f5ef;
    color: #108e5f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.info-card:hover .info-icon {
    background: #108e5f;
    color: #ffffff;
}


/* Card Content */

.info-content h5 {
    color: #1c2c26;
    font-size: 18px;
    font-weight: 700;
    margin: 2px 0 8px;
}

.info-content p {
    color: #6d7773;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}


/* Bottom Highlight */

.content-highlight {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #eaf7f1;
    border-left: 4px solid #108e5f;
    border-radius: 10px;
    padding: 18px 22px;
}

.highlight-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #108e5f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.content-highlight h6 {
    color: #1c2c26;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px;
}

.content-highlight p {
    color: #68736f;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


/* Mobile */

@media (max-width: 767px) {

    .debt-info-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
        padding: 60px 20px;
    }

    .content-heading {
        margin-bottom: 25px;
    }

    .section-tag {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .section-title {
        font-size: 26px;
        line-height: 1.35;
        margin-bottom: 12px;
    }

    .section-intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .info-card {
        padding: 22px 18px;
        gap: 14px;
    }

    .info-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        border-radius: 12px;
        font-size: 17px;
    }

    .info-content h5 {
        font-size: 16px;
    }

    .info-content p {
        font-size: 13px;
        line-height: 1.6;
    }

    .content-highlight {
        align-items: flex-start;
        padding: 16px;
        gap: 12px;
    }

    .highlight-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .content-highlight h6 {
        font-size: 14px;
    }

    .content-highlight p {
        font-size: 13px;
    }
}

 /* ==========================================
     CREDIT SCORE SECTION (WHITE BACKGROUND)
     ========================================== */
  .credit-score-section-light {
    background-color: #ffffff;
    color: #1e293b;
    font-family: Arial, Helvetica, sans-serif;
    padding: 60px 20px;
    box-sizing: border-box;
  }

  .credit-container {
    max-width: 1100px;
    margin: 0 auto;
  }

  /* Header */
  .credit-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .credit-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px 0;
  }

  .credit-subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0 0 15px 0;
  }

  .credit-divider {
    width: 60px;
    height: 4px;
    background-color: #22c55e;
    margin: 0 auto;
    border-radius: 2px;
  }

  /* Grid Layout */
  .credit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
  }

  /* Feature Cards */
  .credit-card {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .credit-card:hover {
    transform: translateY(-5px);
    border-color: #22c55e;
    box-shadow: 0 10px 15px -3px rgba(34, 197, 94, 0.15);
  }

  .card-icon {
    width: 60px;
    height: 60px;
    background-color: #eab30815; /* Soft background accent */
    background-color: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
  }

  .card-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #0f172a;
  }

  .card-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
    margin: 0;
  }

  /* Action Button Area */
  .credit-action {
    text-align: center;
    margin-top: 40px;
  }

  .credit-btn {
    display: inline-block;
    background-color: #22c55e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .credit-btn:hover {
    background-color: #16a34a;
    transform: translateY(-2px);
  }
  
  
/* =========================================
   FINANCIAL ISSUES SECTION
========================================= */

.debt-issues-section {
    position: relative;
    padding: 110px 0;
    background: #f6f8f7;
    overflow: hidden;
}


/* Background Shapes */

.debt-issues-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(31, 125, 91, 0.05);
    top: -180px;
    left: -150px;
}

.debt-issues-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(31, 125, 91, 0.05);
    right: -120px;
    bottom: -170px;
}

.debt-issues-section .container {
    position: relative;
    z-index: 2;
}



/* =========================================
   HEADING
========================================= */

.issues-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 65px;
}

.issues-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;

    color: #ee8736;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.label-dot {
    width: 8px;
    height: 8px;
    background: #ee8736;
    border-radius: 50%;

    box-shadow:
        0 0 0 5px rgba(238, 135, 54, 0.12);
}

.issues-heading h2 {
    margin: 0;

    color: #172c25;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.issues-heading h2 span {
    color: #138c3c;
}

.issues-heading > p {
    max-width: 470px;
    margin: 0;

    color: #687771;
    font-size: 16px;
    line-height: 1.8;
}



/* =========================================
   MAIN LAYOUT
========================================= */

.issues-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        300px
        minmax(0, 1fr);

    align-items: center;

    gap: 28px;
}



/* =========================================
   ISSUE COLUMNS
========================================= */

.issues-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}



/* =========================================
   ISSUE CARD
========================================= */

.issue-card {
    position: relative;

    display: flex;
    align-items: center;

    gap: 16px;

    min-height: 100px;

    padding: 18px 48px 18px 18px;

    background: #ffffff;

    border: 1px solid #e4ebe7;

    border-radius: 18px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Green Side Line */

.issue-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 3px;
    height: 0;

    background: #31ac52;

    transition: height 0.35s ease;
}


.issue-card:hover {
    transform: translateY(-5px);

    border-color: rgba(31, 125, 91, 0.25);

    box-shadow:
        0 18px 40px rgba(25, 61, 48, 0.09);
}


.issue-card:hover::before {
    height: 100%;
}



/* =========================================
   ICON
========================================= */

.issue-icon {
    flex: 0 0 54px;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #edf7f2;

    color: #31ac52;

    border-radius: 15px;

    font-size: 21px;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}


.issue-card:hover .issue-icon {
    background: #31ac52;
    color: #ffffff;

    transform: rotate(-5deg);
}



/* =========================================
   CONTENT
========================================= */

.issue-content {
    min-width: 0;
}

.issue-card h4 {
    margin: 0 0 5px;

    color: #20332c;

    font-size: 16px;
    font-weight: 600;
}

.issue-card p {
    margin: 0;

    color: #81908a;

    font-size: 15px;
    line-height: 1.55;
}



/* =========================================
   CARD ARROW
========================================= */

.issue-arrow {
    position: absolute;

    top: 50%;
    right: 17px;

    width: 29px;
    height: 29px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e1e8e4;

    border-radius: 50%;

    color: #8a9892;

    font-size: 11px;

    transform: translateY(-50%);

    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease;
}


.issue-card:hover .issue-arrow {
    background: #ee8736;
    border-color: #ee8736;
    color: #ffffff;
}



/* =========================================
   CENTER VISUAL
========================================= */

.issues-center {
    position: relative;

    height: 390px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.center-glow {
    position: absolute;

    width: 255px;
    height: 255px;

    border-radius: 50%;

    background: rgba(31, 125, 91, 0.08);

    filter: blur(8px);
}



/* =========================================
   STRESS CIRCLE
========================================= */

.stress-circle {
    position: relative;

    width: 225px;
    height: 225px;

    padding: 12px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #31ac52,
            #155a42
        );

    box-shadow:
        0 25px 55px rgba(20, 86, 63, 0.24),
        inset 0 0 0 1px rgba(255,255,255,0.2);
}


.circle-inner {
    width: 100%;
    height: 100%;

    border: 1px dashed rgba(255,255,255,0.3);

    border-radius: 50%;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;
}



/* Warning Icon */

.warning-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 12px;

    background: #3cb35b;

    color: #ffffff;

    border-radius: 50%;

    font-size: 19px;

    box-shadow:
        0 8px 20px rgba(238, 135, 54, 0.3);
}


.circle-small-text {
    color: rgba(255,255,255,0.7);

    font-size: 9px;

    letter-spacing: 3px;

    font-weight: 700;
}


.circle-inner strong {
    margin: 3px 0 5px;

    color: #ffffff;

    font-size: 28px;

    line-height: 1;

    letter-spacing: 1px;
}


.circle-bottom {
    color: rgba(255,255,255,0.65);

    font-size: 8px;

    letter-spacing: 1.5px;
}



/* =========================================
   FLOATING TAGS
========================================= */

.floating-tag {
    position: absolute;

    display: flex;
    align-items: center;

    gap: 8px;

    padding: 10px 14px;

    background: #ffffff;

    border: 1px solid #e1e9e5;

    border-radius: 10px;

    color: #42534c;

    font-size: 11px;

    font-weight: 700;

    box-shadow:
        0 12px 30px rgba(27, 55, 45, 0.1);

    white-space: nowrap;
}


.floating-tag i {
    color: #3cb35b;
}


.tag-one {
    left: -5px;
    top: 72px;
}


.tag-two {
    right: -5px;
    bottom: 70px;
}



/* =========================================
   BOTTOM CTA
========================================= */

.issues-bottom {
    margin-top: 55px;

    padding: 18px 22px 18px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    background: #ffffff;

    border: 1px solid #e2e9e5;

    border-radius: 18px;
}


.bottom-message {
    display: flex;
    align-items: center;

    gap: 14px;
}


.check-circle {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #edf7f2;

    color: #31ac52;

    border-radius: 50%;

    font-size: 17px;
}


.bottom-message strong {
    display: block;

    margin-bottom: 3px;

    color: #243a31;

    font-size: 14px;
}


.bottom-message span {
    color: #7c8984;

    font-size: 14px;
}



/* =========================================
   CTA BUTTON
========================================= */

.issues-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 14px 21px;

    background: #31ac52;

    color: #ffffff;

    border-radius: 10px;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.issues-btn:hover {
    background: #31ad52;

    color: #ffffff;

    transform: translateY(-2px);
}


.issues-btn i {
    transition: transform 0.3s ease;
}


.issues-btn:hover i {
    transform: translateX(4px);
}



/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .issues-layout {
        grid-template-columns:
            minmax(0, 1fr)
            240px
            minmax(0, 1fr);

        gap: 15px;
    }


    .issues-center {
        height: 350px;
    }


    .stress-circle {
        width: 190px;
        height: 190px;
    }


    .circle-inner strong {
        font-size: 24px;
    }


    .floating-tag {
        font-size: 10px;
    }


    .tag-one {
        left: -15px;
    }


    .tag-two {
        right: -15px;
    }

}



/* =========================================
   MOBILE / TABLET
========================================= */

@media (max-width: 991px) {

    .debt-issues-section {
        padding: 60px 20;
    }


    .issues-heading {
        display: block;

        margin-bottom: 40px;
    }


    .issues-heading h2 {
        font-size: 36px;
    }


    .issues-heading > p {
        margin-top: 18px;

        max-width: 650px;
    }


    .issues-layout {
        grid-template-columns: 1fr;
    }


    .issues-center {
        order: -1;

        height: 280px;

        margin-bottom: 10px;
    }


    .stress-circle {
        width: 190px;
        height: 190px;
    }


    .tag-one {
        left: 15%;
        top: 15px;
    }


    .tag-two {
        right: 15%;
        bottom: 15px;
    }


    .issues-column {
        gap: 14px;
    }

}



/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .debt-issues-section {
       padding: 60px 20;
    }


    .issues-heading h2 {
        font-size: 30px;
        letter-spacing: -0.5px;
    }


    .issues-heading > p {
        font-size: 14px;
        line-height: 1.7;
    }


    .issue-card {
        min-height: 88px;

        padding: 14px 42px 14px 14px;

        gap: 12px;
    }


    .issue-icon {
        width: 46px;
        height: 46px;

        flex: 0 0 46px;

        font-size: 18px;

        border-radius: 12px;
    }


    .issue-card h4 {
        font-size: 13px;
    }


    .issue-card p {
        font-size: 11px;
    }


    .issues-center {
        height: 250px;
    }


    .stress-circle {
        width: 170px;
        height: 170px;
    }


    .circle-inner strong {
        font-size: 21px;
    }


    .warning-icon {
        width: 36px;
        height: 36px;

        font-size: 17px;

        margin-bottom: 8px;
    }


    .floating-tag {
        padding: 8px 10px;

        font-size: 9px;
    }


    .tag-one {
        left: 0;
    }


    .tag-two {
        right: 0;
    }


    .issues-bottom {
        align-items: flex-start;

        flex-direction: column;

        padding: 18px;
    }


    .issues-btn {
        width: 100%;
    }

}



/* --- SECTION 1: PROCESS STYLING --- */
.process-section {
  text-align: center;
  padding: 60px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.section-title-service {
    font-size: 42px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.underline {
  width: 40px;
  height: 3px;
  background-color: #0a6b41;
  margin: 0 auto 40px auto;
  border-radius: 2px;
}

.steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.step-item:hover {
  transform: translateY(-4px);
}

/* Connecting dashed line for Desktop */
.step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 36px;
  left: 50%;
  width: 100%;
  border-top: 2px dashed #cbd5e1;
  z-index: 1;
}

.icon-wrapper {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}

.step-number {
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: #0a6b41;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  z-index: 3;
  box-shadow: 0 2px 6px rgba(10, 107, 65, 0.3);
}

.step-icon-circle {
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  font-size: 26px;
  color: #0a6b41;
  transition: all 0.3s ease;
}

.step-item:hover .step-icon-circle {
  background-color: #0a6b41;
  color: #ffffff;
  border-color: #0a6b41;
}

.step-item h4 {
     font-size: 18px;
    font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

.step-item p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  max-width: 190px;
  margin: 0 auto;
}

/* --- SECTION 2: BENEFITS STYLING --- */
.process-benefits {
  padding: 60px 0;
  background-color: #f8fafc;
}

.benefits-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.image-container {
  position: relative;
  margin-left: 20px;
}

.image-container img {
  width: 100%;
  border-radius: 16px;
  display: block;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.badge-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background-color: #ffffff;
  padding: 16px 22px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #f1f5f9;
  z-index: 3;
}

.badge-card i {
  font-size: 26px;
  color: #0a6b41;
  margin-bottom: 8px;
}

.badge-card span {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.25;
}

.benefits-title {
  font-size: 28px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
  /*letter-spacing: -0.5px;*/
}

.benefits-underline {
  width: 32px;
  height: 3px;
  background-color: #0a6b41;
  margin-bottom: 30px;
  border-radius: 2px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.benefit-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background-color: #eaf6f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a6b41;
  font-size: 16px;
  transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
  background-color: #0a6b41;
  color: #ffffff;
}

.benefit-text h5 {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px;
}

.benefit-text p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.45;
  margin: 0;
}

/* ==========================================
   MOBILE & TABLET RESPONSIVE STYLING (2x2 GRID)
   ========================================== */

@media (max-width: 991px) {
  .benefits-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .image-container {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .process-section,
  .process-benefits {
    padding: 60px 20px;
  }

  /* Steps in 2x2 Grid on Mobile */
  .steps-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }

  .step-item:not(:last-child)::after {
    display: none;
  }

  .step-item p {
    max-width: 100%;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .badge-card {
    bottom: 10px;
    left: 10px;
    padding: 12px 16px;
  }

  .badge-card i {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .badge-card span {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .step-icon-circle {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .step-item h4 {
    font-size: 13px;
  }

  .step-item p {
    font-size: 11px;
  }
}

 
.rd-trust-section {
  padding: 60px 0;
  background-color: #fff;
     text-align: center;
  color: #333333;
}



.rd-trust-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 30px;
  align-items: center;
}

/* Left Impact Card Styling */
.rd-impact-box {
       background: linear-gradient(90deg, #15803d 0%, #052e16 100%);
  padding: 45px 35px;
  border-radius: 20px;
  color: #ffffff;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 64, 133, 0.2);
  border-bottom: 5px solid #17452c; 
}

.impact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 20px;
}

.rd-impact-box h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #ffffff;
}

.rd-impact-box p {
  font-size: 14px;
  color: #d1dbe5;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Left Metrics Row */
.impact-metrics {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 12px;
  backdrop-filter: blur(5px);
}

.metric-item {
  flex: 1;
  text-align: center;
}

.metric-item h3 {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 4px 0;
}

.metric-item span {
  font-size: 12px;
  color: #c2d4e5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.metric-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}

/* Right Feature Grid Cards */
.rd-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rd-trust-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 25px 20px;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
}

.rd-trust-card:hover {
  transform: translateY(-5px);
  border-color: #11582f;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.icon-circle {
  width: 44px;
  height: 44px;
  background-color: #eef4f8;
  color: #11582f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.rd-trust-card:hover .icon-circle {
  background-color: #11582f;
  color: #ffffff;
}

.stat-badge {
  background-color: #22844124;
  color: #17452c;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

.rd-trust-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #11582f;
  margin-bottom: 8px;
}

.rd-trust-card p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Responsive View */
@media (max-width: 991px) {
  .rd-trust-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .rd-features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .section-title-service {
    margin-top: 12px;
    font-size: 32px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

  .rd-impact-box {
    padding: 30px 20px;
  }

  .rd-impact-box h2 {
    font-size: 24px;
  }
.rd-trust-card {
 
  padding: 45px 25px;
 
}
  .impact-metrics {
    flex-direction: column;
    gap: 15px;
  }

  .metric-divider {
    width: 80%;
    height: 1px;
  }
}

/* FORCE FIX FOR SWIPER HEIGHT */
.testimonials-slider-section .swiper,
.testimonials-slider-section .swiper-wrapper {
  height: auto !important; /* Forces slider container to fit content */
}

.testimonials-slider-section .swiper-slide {
  height: auto !important; /* Prevents slide stretch */
  display: flex !important;
}

.testimonials-slider-section .testimonial-card {
  height: auto !important; /* Removes stretched fixed height */
  min-height: unset !important;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

/* Text & Content spacing */
.testimonials-slider-section .review-text {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 24px; /* Fixes space between text and name */
  
  flex-grow: 0 !important; /* Stops forcing gap */
}

.testimonials-slider-section .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0 !important;
}
   /* --- TESTIMONIALS SWIPER SECTION --- */
.testimonials-slider-section {
  padding: 60px 20;
  /*background-color: #f8fafc;*/
 
}

.testimonials-header {
  text-align: center;
  /*max-width: 600px;*/
  margin: 0 auto 40px auto;
}

.testimonials-header .section-title {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.testimonials-header .green-underline {
  margin: 0 auto 16px auto;
  width: 32px;
  height: 3px;
  background-color: #0a6b41;
  border-radius: 2px;
}

.testimonial-swiper {
  padding-bottom: 50px !important;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  height: 100%;
}

.testimonial-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  border-color: #eaf6f0;
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.stars {
  color: #f59e0b;
  font-size: 13px;
  display: flex;
  gap: 3px;
}

.savings-badge {
  background-color: #eaf6f0;
  color: #0a6b41;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
}

.review-text {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 20px;
 
  min-height: 60px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.client-avatar {
  width: 40px;
  height: 40px;
  background-color: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a6b41;
  font-size: 16px;
}

.client-details h5 {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

.client-details span {
  font-size: 11px;
  color: #94a3b8;
}

/* Swiper Custom Dots Styling */
.swiper-pagination-bullet {
  background: #cbd5e1;
  opacity: 1;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #0a6b41 !important;
  width: 20px;
  border-radius: 10px;
}

  /* --- FAQ & FORM SECTION STYLING --- */
.faq-form-section {
  padding: 60px 0;
  background-color: #f8fafc;
 
}

.faq-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.faq-column, 
.form-column {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f5f9;
}

.section-title-ser-faq {
     font-size: 22px;
    font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.green-underline {
  width: 28px;
  height: 3px;
  background-color: #0a6b41;
  border-radius: 2px;
  margin-bottom: 25px;
}

/* --- ACCORDION STYLING --- */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

.accordion-header {
  width: 100%;
  /*padding: 14px 18px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  font-size: 16px;
    font-weight: 600;
  color: #0f172a;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.accordion-header:hover {
  background-color: #f8fafc;
}

.accordion-header .icon {
  font-size: 15px;
  font-weight: 600;
  color: #64748b;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  background-color: #ffffff;
  padding: 0 18px;
}

.accordion-content p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  margin: 10px 0 14px 0;
}

.accordion-item.active .accordion-header .icon {
  transform: rotate(45deg);
}

/* --- FORM STYLING --- */
.consultation-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
      border: 1px solid #0a6b416b;
  border-radius: 8px;
  font-size: 14px;
  color: #0f172a;
  outline: none;
  background-color: #ffffff;
  transition: border-color 0.2s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #94a3b8;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #0a6b41;
}

.form-group textarea {
  resize: vertical;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background-color: #0a6b41;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s ease;
}

.submit-btn:hover {
  background-color: #085634;
}

.security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
}

.security-note i {
  color: #0a6b41;
  font-size: 11px;
}

/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 991px) {
  .faq-form-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .faq-column, 
  .form-column {
    padding: 25px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

 .banner-footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px 20px;
  width: 100%;
}

.banner-footer-card {
  position: relative;
  width: 100%;
  max-width: 950px;
  height: 220px;
 background: linear-gradient(to right, #3a383817 15%, #77c587 60%, #0a6b41 90%);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.banner-footer-content {
  max-width: 420px;
  z-index: 2;
}

.banner-footer-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3238;
  line-height: 1.3;
  margin: 0 0 24px 0;
}

.banner-footer-btn {
  display: inline-flex;
  align-items: center;
  background-color: #0a6b41;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 24px 6px 8px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(227, 38, 46, 0.3);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.banner-footer-btn:hover {
  transform: translateY(-2px);
  background-color: #20b858;
}

.banner-footer-icon {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.banner-footer-icon svg {
  width: 18px;
  height: 18px;
  fill: #0a6b41;
}

.banner-footer-image {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 105%;
  object-fit: contain;
  z-index: 1;
}

@media (max-width: 768px) {
  .banner-footer-card {
    height: auto;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner-footer-title {
    font-size: 20px;
  }
  .banner-footer-image {
    display: none;
  }
}


.rme-logo-section {
    box-sizing: border-box;
    margin: 0;
    padding: 20px 0 ;
    background-color: #fff;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.rme-logo-heading {
    font-size: 13px;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 25px;
}

.rme-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.rme-slider-track-wrapper {
    width: 100%;
    margin: auto;
    overflow: hidden;

    mask-image: linear-gradient(
        to right,
        transparent,
        black 8%,
        black 92%,
        transparent
    );

    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 8%,
        black 92%,
        transparent
    );
}

.rme-slider-track {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;

    animation: rme-scroll 25s linear infinite;
    will-change: transform;
}

.rme-slider-track:hover {
    animation-play-state: paused;
}

.rme-logo-card {
    width: 170px;
    min-width: 170px;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rme-logo-img {
        /* width: auto; */
    max-width: 210px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 7px;
    /* width: 100%;*/
}

.rme-rating-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;

    font-size: 11px;
    font-weight: 700;
    color: #334155;
    white-space: nowrap;
}

.rme-stars {
    display: inline-flex;
    color: #F59E0B;
    font-size: 10px;
    letter-spacing: 1px;
}


/* JS will calculate the exact distance */
@keyframes rme-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(var(--rme-scroll-distance));
    }
}


@media (max-width: 991px) {

    .rme-slider-track-wrapper {
        width: 90%;
    }

    .rme-slider-track {
        gap: 45px;
        animation-duration: 22s;
    }

    .rme-logo-card {
        width: 135px;
        min-width: 135px;
    }

    .rme-logo-img {
        max-width: 135px;
        height: 30px;
    }
}


@media (max-width: 767px) {

    .rme-logo-section {
        padding: 25px 0;
    }

    .rme-logo-heading {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .rme-slider-track-wrapper {
        width: 100%;
    }

    .rme-slider-track {
        gap: 35px;
        animation-duration: 18s;
    }

    .rme-logo-card {
        width: 120px;
        min-width: 120px;
    }

    .rme-logo-img {
        max-width: 120px;
        height: 40px;
    }

    .rme-rating-box {
        font-size: 10px;
    }

    .rme-stars {
        font-size: 9px;
    }
}


.loan-situation-container {
    width: 100%;
    margin: 0 auto;
    padding: 80px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.loan-situation-left {
    width: 100%;
}

.loan-situation-left h1 {
    font-size: 45px;
    line-height: 1.08;
    font-weight: 700;
    margin: 0 0 15px;
    color: #18263d;
}

.loan-situation-subtitle {
    font-size: 18px;
    color: #777;
    margin-bottom: 35px;
}

.loan-situation-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.loan-situation-option {
    width: 100%;
    min-height: 70px;
    padding: 12px 15px 12px 22px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
    cursor: pointer;
    text-align: left;

    font-size: 16px;
    color: #222;

    transition: all 0.3s ease;
}

.loan-situation-option:hover {
    border-color: #188d35;
}

.loan-situation-option.active {
    background: #188d35;
    color: #fff;
    border-color: #188d35;
}

.loan-situation-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;

    border-radius: 50%;
    border: 1px solid #ddd;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.loan-situation-icon i {
    font-size: 12px;
    display: none;
}

.loan-situation-option.active .loan-situation-icon {
    background: #fff;
    color: #111;
    border-color: #fff;
}

.loan-situation-option.active .loan-situation-icon i {
    display: block;
}


/* =========================================
   DESKTOP RIGHT CONTENT
========================================= */

.loan-situation-right {
    width: 100%;
}

.loan-situation-image-box {
    width: 100%;
    height: 350px;

    border-radius: 20px;
    overflow: hidden;

    background: #f5f5f5;

    margin-bottom: 25px;
}

.loan-situation-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.loan-situation-quote {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;

    margin: 0 0 22px;

    color: #222;
}

.loan-situation-callout {
    padding: 20px 22px;

    border-radius: 12px;

    background: #f5f5f5;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.loan-situation-callout-text {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.loan-situation-cta {
    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 18px;

    border-radius: 8px;

    background: #188d35;
    color: #fff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.loan-situation-cta:hover {
    color: #fff;
    transform: translateY(-2px);
}


/* =========================================
   HIDDEN HTML DATA
========================================= */

.loan-situation-content {
    display: none;
}


/* =========================================
   MOBILE CONTENT
   Default hidden
========================================= */

.loan-situation-mobile-content {
    display: none;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .loan-situation-container {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 60px 20px;
    }

    .loan-situation-left h1 {
        font-size: 44px;
    }

    .loan-situation-image-box {
        height: 400px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .loan-situation-container {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 30px;

        padding: 45px 16px;
        margin: 0;
    }


    /* -------------------------
       LEFT
    ------------------------- */

    .loan-situation-left {
        width: 100%;
        margin: 0;
    }

    .loan-situation-left h1 {
        font-size: 34px;
        line-height: 1.12;

        margin: 0 0 12px;
    }

    .loan-situation-subtitle {
        font-size: 16px;
        line-height: 1.5;

        margin-bottom: 25px;
    }


    /* -------------------------
       OPTIONS
    ------------------------- */

    .loan-situation-options {
        width: 100%;
        gap: 10px;
    }

    .loan-situation-option {
        width: 100%;

        min-height: 62px;

        padding: 10px 12px 10px 16px;

        border-radius: 12px;

        font-size: 14px;
        line-height: 1.4;

        gap: 12px;

        position: relative;
    }

    .loan-situation-option span {
        display: block;
        flex: 1;
    }

    .loan-situation-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .loan-situation-icon i {
        font-size: 11px;
    }


    /* -------------------------
       MOBILE DROPDOWN CONTENT
    ------------------------- */

    .loan-situation-mobile-content {
        display: block;

        width: 100%;

        padding: 5px 0 15px;

        animation: loanSituationDropdown 0.3s ease;
    }


    .loan-situation-mobile-content
    .loan-situation-image {
        display: block;

        width: 100%;
        height: 260px;

        object-fit: cover;

        border-radius: 14px;

        margin: 0 0 18px;
    }


    .loan-situation-mobile-content
    .loan-situation-content-quote {
        display: block;

        font-size: 16px;
        line-height: 1.55;

        font-weight: 500;

        color: #222;

        margin: 0 0 16px;
    }


    .loan-situation-mobile-content
    .loan-situation-content-callout {
        display: block;

        width: 100%;

        padding: 16px;

        background: #f5f5f5;

        border-radius: 12px;

        font-size: 14px;
        line-height: 1.5;

        color: #333;

        margin-bottom: 15px;
    }


    .loan-situation-mobile-content
    .loan-situation-content-link {
        display: flex;

        align-items: center;
        justify-content: center;

        width: 100%;

        padding: 13px 15px;

        background: #188d35;
        color: #fff;

        border-radius: 8px;

        font-size: 14px;
        font-weight: 600;

        text-decoration: none;
    }


    /* -------------------------
       DESKTOP RIGHT HIDE
    ------------------------- */

    .loan-situation-right {
        display: none;
    }


    /* -------------------------
       DROPDOWN ANIMATION
    ------------------------- */

    @keyframes loanSituationDropdown {

        from {
            opacity: 0;
            transform: translateY(-8px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .loan-situation-container {
        padding: 35px 14px;
        gap: 28px;
    }

    .loan-situation-left h1 {
        font-size: 30px;
    }

    .loan-situation-subtitle {
        font-size: 15px;
        margin-bottom: 22px;
    }

    .loan-situation-option {
        min-height: 60px;

        padding: 9px 10px 9px 14px;

        font-size: 13px;
    }

    .loan-situation-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .loan-situation-mobile-content
    .loan-situation-image {
        height: 230px;
    }

    .loan-situation-mobile-content
    .loan-situation-content-quote {
        font-size: 15px;
    }

    .loan-situation-mobile-content
    .loan-situation-content-callout {
        padding: 15px;
        font-size: 13px;
    }

}


/* =========================================
   PREVENT DESKTOP MOBILE CONTENT
========================================= */

@media (min-width: 768px) {

    .loan-situation-mobile-content {
        display: none !important;
    }

}