/*==================================================
ROOT VARIABLES
==================================================*/

:root{

    --primary:#2E7D32;
    --primary-dark:#1B5E20;
    --primary-light:#4CAF50;

    --secondary:#F4B400;
    --secondary-dark:#D89E00;

    --dark:#1F2937;
    --text:#4B5563;

    --light:#F8FAFC;
    --white:#FFFFFF;

    --border:#E5E7EB;

    --radius:18px;

    --shadow-sm:0 8px 20px rgba(0,0,0,.05);
    --shadow-md:0 15px 40px rgba(0,0,0,.08);
    --shadow-lg:0 25px 60px rgba(0,0,0,.12);

    --transition:.35s ease;

}
/*==================================================
TYPOGRAPHY
==================================================*/

body{

    font-family:'Poppins',sans-serif;

    font-size:17px;

    line-height:1.8;

    color:var(--text);

    background:#fff;

    overflow-x:hidden;

    -webkit-font-smoothing:antialiased;

}

h1,h2,h3,h4,h5,h6{

    font-weight:700;
    
    color: #ffffff;

    line-height:1.3;

}

h1{

    font-size:58px;

}

h2{

    font-size:42px;

}

h3{

    font-size:30px;

}

h4{

    font-size:24px;

}

p{

    margin-bottom:18px;

}

a{

    text-decoration:none;

    transition:var(--transition);

}
/*==========================
Container and section spacing
==========================*/
.container{

    max-width:1320px;

}

.section-padding{

    padding:50px 0;

}

.section-padding-sm{

    padding:30px 0;

}

.section-padding-lg{

    padding:60px 0;

}
.section-subtitle{

    color:var(--primary);

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:15px;

    margin-bottom:12px;

    display:inline-block;

}

.section-title{

    margin-bottom:20px;

    font-size:42px;

    font-weight:700;

}

.section-description{

    max-width:700px;

    margin:auto;

    margin-bottom:50px;

    color:#6B7280;

}

/*==========================
Buttons
==========================*/
.btn-primary-custom{

    background:var(--primary);

    color:#fff;

    padding:15px 36px;

    border-radius:50px;

    font-weight:600;

    transition:var(--transition);

    box-shadow:var(--shadow-sm);

    border:none;

}

.btn-primary-custom:hover{

    background:var(--primary-dark);

    transform:translateY(-3px);

    box-shadow:var(--shadow-md);

    color:#fff;

}

.btn-outline-custom{

    border:2px solid var(--primary);

    color:var(--primary);

    padding:15px 36px;

    border-radius:50px;

    transition:var(--transition);

}

.btn-outline-custom:hover{

    background:var(--primary);

    color:#fff;

}
/*==========================
cards
==========================*/
.service-card,
.loan-card,
.calculator-card,
.benefit-card,
.related-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:var(--shadow-sm);

    transition:var(--transition);

    height:100%;

}

.service-card:hover,
.loan-card:hover,
.calculator-card:hover,
.benefit-card:hover,
.related-card:hover{

    transform:translateY(-10px);

    box-shadow:var(--shadow-lg);

}

.shadow-card{

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}
/*==========================
Images
==========================*/

img{

    max-width:100%;

    height:auto;

}

.rounded-image{

    border-radius:20px;

    overflow:hidden;

    box-shadow:var(--shadow-md);

}

/*==========================
Form
==========================*/

.form-control,
.form-select{

    height:56px;

    border-radius:12px;

    border:1px solid var(--border);

    box-shadow:none;

}

textarea.form-control{

    min-height:160px;

}

.form-control:focus,
.form-select:focus{

    border-color:var(--primary);

    box-shadow:0 0 0 .2rem rgba(46,125,50,.15);

}
/*==========================
better spacing
==========================*/
.mb-5{

    margin-bottom:3rem!important;

}

.py-100{

    padding:90px 0;

}

.mt-5{

    margin-top:3rem!important;

}

/*==========================
smooth animations
==========================*/
*{

    transition:all .3s ease;

}

html{

    scroll-behavior:smooth;

}

/*==========================
Top Bar
==========================*/

.top-bar{

    background:#5E7428;

    color:#fff;

    font-size:14px;

    padding:8px 0;

}

.top-contact a{

    color:#fff;

    margin-right:25px;

    text-decoration:none;

}

.top-social a{

    color:#fff;

    margin-left:15px;

}


/*==========================
Navbar
==========================*/

.main-navbar{

    background:#ffffff;

    padding:15px 0;

    box-shadow:0 5px 20px rgba(0,0,0,.05);

    transition:.3s;

    position:sticky;

    top:0;

    z-index:999;

}

.navbar-brand img{

    height:70px;

}

.nav-link{

    font-family:Poppins;

    font-weight:600;

    color:#333;

    margin:0 10px;

}

.nav-link:hover,

.nav-link.active{

    color:#7FA341;

}

.dropdown-menu{

    border:none;

    border-radius:15px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.dropdown-item{

    padding:12px 20px;

}

.dropdown-item:hover{

    background:#7FA341;

    color:#fff;

}

.btn-call{

    background:#7FA341;

    color:#fff;

    border-radius:40px;

    padding:12px 24px;

    font-weight:600;

}

.btn-call:hover{

    background:#5E7428;

    color:#fff;

}

.btn-consult{

    background:#D8B15A;

    color:#fff;

    border-radius:40px;

    padding:12px 24px;

    font-weight:600;

}

.btn-consult:hover{

    background:#c89f3f;

    color:#fff;

}

/*==================================
FOOTER
==================================*/

.footer{

    background:#30411c;

    color:#fff;

    padding:80px 0 0;

}

.footer-logo{

    max-width:230px;

    border-radius:10px;

}

.footer-text{

    color:#d9d9d9;

    line-height:30px;

}

.footer h5{

    color:#ffffff;

    margin-bottom:25px;

    font-weight:700;

}

.footer ul{

    list-style:none;

    padding:0;

}

.footer ul li{

    margin-bottom:14px;

}

.footer ul li a{

    color:#d9d9d9;

    text-decoration:none;

    transition:.3s;

}

.footer ul li a:hover{

    color:#D8B15A;

    padding-left:8px;

}

.contact-list li{

    display:flex;

    gap:12px;

    align-items:flex-start;

}

.contact-list i{

    color:#D8B15A;

    margin-top:5px;

}

.footer-btn{

    display:inline-block;

    margin-top:25px;

    background:#D8B15A;

    color:#fff;

    padding:14px 30px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.footer-btn:hover{

    background:#7FA341;

    color:#fff;

}

.social-icons{

    margin-top:30px;

}

.social-icons a{

    width:45px;

    height:45px;

    background:#ffffff15;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    margin-right:10px;

    color:#fff;

    transition:.3s;

}

.social-icons a:hover{

    background:#D8B15A;

    transform:translateY(-5px);

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.1);

    margin-top:60px;

    padding:25px 0;

    color:#cfcfcf;

    font-size:14px;

}

.footer-bottom a{

    color:#cfcfcf;

    text-decoration:none;

}

.footer-bottom a:hover{

    color:#D8B15A;

}

#backToTop{

    position:fixed;

    right:25px;

    bottom:25px;

    width:50px;

    height:50px;

    background:#7FA341;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    z-index:999;

    transition:.3s;

}

#backToTop:hover{

    background:#D8B15A;

}

/*==========================
Hero
==========================*/

.hero-section{

position:relative;

background:#f8faf5;

overflow:hidden;

padding-top:60px;

padding-bottom:40px;

}

.hero-overlay{

position:absolute;

right:0;

top:0;

width:45%;

height:100%;

background:linear-gradient(135deg,#7FA341,#5E7428);

clip-path:polygon(25% 0,100% 0,100% 100%,0 100%);

}

.hero-content{

position:relative;

z-index:2;

}

.hero-badge{

display:inline-block;

padding:10px 22px;

background:#eef6e1;

border-radius:40px;

color:#5E7428;

font-weight:600;

margin-bottom:25px;

}

.hero-badge i{

color:#D8B15A;

margin-right:8px;

}

.hero-section h1{

font-size:62px;

font-weight:800;

line-height:1.1;

color:#222;

margin-bottom:30px;

font-family:'Poppins',sans-serif;

}

.hero-section p{

font-size:18px;

line-height:34px;

color:#666;

margin-bottom:35px;

}

.hero-buttons{

display:flex;

gap:15px;

margin-bottom:40px;

flex-wrap:wrap;

}

.hero-features{

display:flex;

gap:35px;

flex-wrap:wrap;

font-weight:600;

color:#555;

}

.hero-features i{

color:#7FA341;

margin-right:8px;

}

.hero-image{

position:relative;

z-index:2;

animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

/*==========================
Hero Slider
==========================*/

.heroSwiper{

    position:relative;

    z-index:5;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.heroSwiper img{

    width:100%;

    height:600px;

    object-fit:cover;

}

.heroSwiper .swiper-slide{

    overflow:hidden;

}

.heroSwiper .swiper-slide img{

    transition:transform 8s linear;

}

.heroSwiper .swiper-slide-active img{

    transform:scale(1.08);

}

.heroSwiper .swiper-pagination-bullet{

    width:12px;

    height:12px;

    background:#ffffff;

    opacity:.6;

}

.heroSwiper .swiper-pagination-bullet-active{

    background:#D8B15A;

    opacity:1;

}

/*===================================
WELCOME
====================================*/

.welcome-section{

padding:100px 0;

background:#fff;

}

.section-subtitle{

display:inline-block;

padding:8px 18px;

background:#eef6e1;

border-radius:30px;

color:#7FA341;

font-weight:600;

margin-bottom:20px;

}

.section-title{

font-size:46px;

font-weight:700;

margin-bottom:25px;

color:#222;

}

.section-description{

font-size:18px;

line-height:34px;

color:#666;

}

.trust-card{

background:#fff;

padding:40px 25px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.3s;

height:100%;

}

.trust-card:hover{

transform:translateY(-10px);

}

.trust-card i{

font-size:42px;

color:#D8B15A;

margin-bottom:20px;

}

.trust-card h3{

font-size:38px;

font-weight:700;

color:#7FA341;

}

.trust-card p{

margin:0;

font-weight:600;

}

.why-list{

padding:0;

list-style:none;

margin-top:30px;

}

.why-list li{

margin-bottom:18px;

font-size:17px;

}

.why-list i{

color:#7FA341;

margin-right:10px;

}

/*==================================
SERVICES
==================================*/

.services-section{

    padding:50px 0;

    background:#f8faf5;

}

.service-card{

    background:#fff;

    border-radius:20px;

    padding:20px 20px;

    height:100%;

    text-align:center;

    transition:.4s;

    position:relative;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.service-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#7FA341;

    transform:scaleX(0);

    transition:.4s;

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.service-card:hover::before{

    transform:scaleX(1);

}

.service-icon{

    width:90px;

    height:90px;

    background:#eef6e1;

    border-radius:50%;

    margin:0 auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.4s;

}

.service-card:hover .service-icon{

    background:#7FA341;

}

.service-icon i{

    font-size:40px;

    color:#D8B15A;

    transition:.4s;

}

.service-card:hover .service-icon i{

    color:#fff;

}

.service-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

}

.service-card p{

    color:#666;

    line-height:28px;

    margin-bottom:25px;

}

.service-card a{

    text-decoration:none;

    color:#7FA341;

    font-weight:700;

}

.service-card a i{

    margin-left:8px;

    transition:.3s;

}

.service-card:hover a i{

    margin-left:15px;

}

/*=========================
WHY US
==========================*/

.why-us{

padding:40px 0;

background:#fff;

}

.why-image{

position:relative;

}

.why-image img{

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.experience-box{

position:absolute;

bottom:40px;

right:-30px;

background:#7FA341;

color:#fff;

padding:30px;

border-radius:20px;

text-align:center;

width:180px;

box-shadow:0 20px 50px rgba(0,0,0,.2);

}

.experience-box h2{

font-size:54px;

font-weight:700;

margin:0;

}

.experience-box span{

font-size:16px;

}

.why-box{

display:flex;

align-items:flex-start;

margin-top:30px;

padding-bottom:25px;

border-bottom:1px solid #eee;

}

.why-icon{

width:70px;

height:70px;

background:#eef6e1;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin-right:20px;

flex-shrink:0;

}

.why-icon i{

font-size:28px;

color:#7FA341;

}

.why-box h5{

font-weight:700;

margin-bottom:8px;

}

.why-box p{

margin:0;

color:#666;

line-height:28px;

}

/*==================================
PROCESS
==================================*/

.process-section{

padding:110px 0;

background:#f8faf5;

position:relative;

}

.process-wrapper{

position:relative;

}

.process-line{

position:absolute;

top:45px;

left:8%;

right:8%;

height:4px;

background:#dfe8d2;

z-index:0;

}

.process-card{

position:relative;

z-index:2;

text-align:center;

background:#fff;

padding:30px 20px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.05);

transition:.35s;

height:100%;

}

.process-card:hover{

transform:translateY(-10px);

}

.process-number{

position:absolute;

top:15px;

right:20px;

font-size:42px;

font-weight:700;

color:#eef3e5;

}

.process-icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:20px;

background:#7FA341;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

}

.process-icon i{

font-size:36px;

color:#fff;

}

.process-card h5{

font-weight:700;

margin-bottom:15px;

}

.process-card p{

font-size:15px;

line-height:28px;

color:#666;

}

/*==================================
LENDERS
==================================*/

.lenders-section{

    padding:110px 0;

    background:#ffffff;

}

.logo-slider{

    overflow:hidden;

    position:relative;

    width:100%;

    margin-top:20px;

}

.logo-track{

    display:flex;

    width:calc(220px * 20);

    animation:scrollLogo 35s linear infinite;

}

.logo-track img{

    width:180px;

    height:90px;

    object-fit:contain;

    margin:0 20px;

    opacity:.6;

    transition:.3s;

}

.logo-track img:hover{

    filter:none;

    opacity:1;

    transform:scale(1.08);

}

@keyframes scrollLogo{

    0%{

        transform:translateX(0);

    }

    100%{

        transform:translateX(calc(-220px * 10));

    }

}

/*==================================
TESTIMONIALS
==================================*/

.testimonial-section{

padding:110px 0;

background:#f8faf5;

}

.counter-box{

padding:25px;

}

.counter-box h2{

font-size:48px;

font-weight:700;

color:#7FA341;

margin-bottom:10px;

}

.counter-box p{

font-weight:600;

color:#666;

}

.testimonial-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.06);

height:100%;

}

.stars{

font-size:24px;

color:#D8B15A;

margin-bottom:20px;

}

.testimonial-card p{

line-height:30px;

color:#555;

margin-bottom:30px;

}

.client{

display:flex;

align-items:center;

}

.client img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

margin-right:18px;

}

.client h5{

margin:0;

font-weight:700;

}

.client span{

color:#777;

font-size:14px;

}

/*=========================
CALCULATORS
=========================*/

.calculator-section{

    padding:110px 0;

    background:#fff;

}

.calculator-card{

    background:#fff;

    border:1px solid #e8e8e8;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.calculator-card:hover{

    transform:translateY(-10px);

    border-color:#7FA341;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.calculator-icon{

    width:90px;

    height:90px;

    background:#eef6e1;

    border-radius:50%;

    margin:auto;

    margin-bottom:25px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.calculator-icon i{

    font-size:36px;

    color:#7FA341;

}

.calculator-card h4{

    margin-bottom:15px;

    font-weight:700;

}

.calculator-card p{

    color:#666;

    line-height:28px;

    min-height:85px;

}

.calculator-card a{

    display:inline-block;

    margin-top:10px;

    background:#7FA341;

    color:#fff;

    padding:12px 28px;

    border-radius:40px;

    text-decoration:none;

    transition:.3s;

}

.calculator-card a:hover{

    background:#D8B15A;

}

/*==================================
FAQ
==================================*/

.faq-section{

    padding:110px 0;

    background:#f8faf5;

}

.custom-faq .accordion-item{

    border:none;

    margin-bottom:18px;

    border-radius:18px !important;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.custom-faq .accordion-button{

    background:#fff;

    font-size:18px;

    font-weight:600;

    color:#222;

    padding:22px;

    box-shadow:none;

}

.custom-faq .accordion-button:not(.collapsed){

    background:#7FA341;

    color:#fff;

}

.custom-faq .accordion-button::after{

    filter:brightness(0);

}

.custom-faq .accordion-button:not(.collapsed)::after{

    filter:brightness(0) invert(1);

}

.custom-faq .accordion-body{

    padding:25px;

    line-height:30px;

    color:#666;

    background:#fff;

}

/*==================================
MISSION
==================================*/

.mission-section{

    padding:110px 0;

    background:#f8faf5;

}

.value-card{

    background:#fff;

    padding:45px 35px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    position:relative;

    overflow:hidden;

}

.value-card:before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#7FA341;

    transform:scaleX(0);

    transition:.4s;

}

.value-card:hover:before{

    transform:scaleX(1);

}

.value-card:hover{

    transform:translateY(-10px);

}

.value-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#eef6e1;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:25px;

}

.value-icon i{

    font-size:40px;

    color:#7FA341;

}

.value-card h3{

    margin-bottom:20px;

    font-weight:700;

}

.value-card p{

    line-height:30px;

    color:#666;

}

.value-list{

    list-style:none;

    padding:0;

    margin-top:20px;

}

.value-list li{

    padding:12px 0;

    border-bottom:1px solid #eee;

    font-weight:500;

}

.value-list li:last-child{

    border:none;

}

.home-loan-banner{

background:url('../images/home-loans/banner.jpg') center center/cover;

position:relative;

padding:170px 0;

color:#fff;

}

.home-loan-banner .overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,40,20,.65);

}

.home-loan-banner .container{

position:relative;

z-index:2;

}

.home-loan-banner h1{

font-size:58px;

font-weight:700;

margin-bottom:20px;

}

.home-loan-banner p{

font-size:20px;

max-width:650px;

line-height:36px;

margin-bottom:35px;

}

/*==================================
HOME LOAN WHY US
==================================*/

.home-why-us{

    background:#f8faf5;

    padding:100px 0;

}

.why-image{

    position:relative;

}

.why-image img{

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.experience-badge{

    position:absolute;

    bottom:30px;

    right:-20px;

    width:170px;

    height:170px;

    border-radius:50%;

    background:#7FA341;

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    box-shadow:0 15px 40px rgba(0,0,0,.2);

}

.experience-badge h2{

    font-size:48px;

    margin:0;

    font-weight:700;

}

.experience-badge span{

    font-size:15px;

    text-align:center;

    line-height:22px;

    padding:0 15px;

}

.feature-box{

    display:flex;

    align-items:flex-start;

    margin-bottom:25px;

}

.feature-icon{

    width:65px;

    height:65px;

    background:#eef6e1;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:20px;

    flex-shrink:0;

    transition:.3s;

}

.feature-icon i{

    color:#7FA341;

    font-size:28px;

}

.feature-box:hover .feature-icon{

    background:#7FA341;

}

.feature-box:hover .feature-icon i{

    color:#fff;

}

.feature-box h5{

    font-weight:700;

    margin-bottom:8px;

}

.feature-box p{

    color:#666;

    line-height:28px;

    margin:0;

}
/*==================================
SERVICE CTA
==================================*/

.service-cta{

    background:linear-gradient(135deg,#7FA341,#5d7b2d);

    padding:80px 0;

    color:#fff;

}

.service-cta h2{

    font-size:42px;

    font-weight:700;

    margin:15px 0;

}

.service-cta p{

    font-size:18px;

    line-height:32px;

    max-width:700px;

    opacity:.95;

}

.cta-subtitle{

    color:#D8B15A;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.btn-light-custom{

    display:inline-block;

    background:#fff;

    color:#7FA341;

    padding:14px 35px;

    border-radius:50px;

    font-weight:600;

    text-decoration:none;

    margin-right:15px;

    transition:.3s;

}

.btn-light-custom:hover{

    background:#D8B15A;

    color:#fff;

}

.btn-outline-light-custom{

    display:inline-block;

    border:2px solid #fff;

    color:#fff;

    padding:14px 35px;

    border-radius:50px;

    text-decoration:none;

    transition:.3s;

}

.btn-outline-light-custom:hover{

    background:#fff;

    color:#7FA341;

}


.contact-section{

padding:100px 0;

background:#f8faf5;

}

.contact-form{

background:#fff;

padding:50px;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.contact-info{

background:#7FA341;

color:#fff;

padding:50px;

border-radius:20px;

height:100%;

}

.info-box{

display:flex;

margin-bottom:35px;

}

.info-box i{

font-size:30px;

margin-right:20px;

color:#D8B15A;

width:40px;

}

.contact-form .form-control,

.contact-form .form-select{

height:55px;

border-radius:12px;

}

.contact-form textarea{

height:auto !important;

}

.asset-banner{

    background:url('../images/asset-finance/banner.jpg') center center/cover;

    position:relative;

    padding:170px 0;

    color:#fff;

}

.asset-banner .overlay{

    position:absolute;

    inset:0;

    background:rgba(22,48,22,.65);

}

.asset-banner .container{

    position:relative;

    z-index:2;

}
.business-banner{

    background:url('../images/business-finance/banner.jpg') center center/cover;

    position:relative;

    padding:170px 0;

    color:#fff;

}

.business-banner .overlay{

    position:absolute;

    inset:0;

    background:rgba(18,40,18,.65);

}

.business-banner .container{

    position:relative;

    z-index:2;

}

.personal-banner{

    background:url('../images/personal-loans/banner.jpg') center center/cover;

    position:relative;

    padding:170px 0;

    color:#fff;

}

.personal-banner .overlay{

    position:absolute;

    inset:0;

    background:rgba(20,45,20,.65);

}

.personal-banner .container{

    position:relative;

    z-index:2;

}
/*==================================
CALCULATOR PAGE
==================================*/

.calculator-banner{

    background:url('../images/calculators/banner.jpg') center center/cover;

    position:relative;

    padding:170px 0;

    color:#fff;

}

.calculator-banner .overlay{

    position:absolute;

    inset:0;

    background:rgba(18,40,18,.65);

}

.calculator-banner .container{

    position:relative;

    z-index:2;

}

.calculator-feature{

    background:#fff;

}

.calculator-form{

    background:#f8faf5;

    padding:35px;

    border-radius:20px;

}

.range-value{

    font-weight:700;

    color:#7FA341;

    margin-top:8px;

}

.calculator-result{

    background:linear-gradient(135deg,#7FA341,#5e7428);

    color:#fff;

    padding:50px;

    border-radius:25px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.repayment-amount{

    font-size:64px;

    font-weight:800;

    margin:25px 0;

    color:#D8B15A;

}

.tool-card{

    background:#fff;

    padding:40px 30px;

    border-radius:20px;

    text-align:center;

    transition:.35s;

    height:100%;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.tool-card:hover{

    transform:translateY(-10px);

}

.tool-card i{

    font-size:42px;

    color:#7FA341;

    margin-bottom:20px;

}

.tool-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.faq-banner{

    background:url('../images/faq/banner.jpg') center center/cover;

    position:relative;

    padding:170px 0;

    color:#fff;

}

.faq-banner .overlay{

    position:absolute;

    inset:0;

    background:rgba(20,45,20,.65);

}

.faq-banner .container{

    position:relative;

    z-index:2;

}

/*==========================
LEGAL PAGES
==========================*/

.legal-banner{

background:url('../images/legal/banner.jpg') center center/cover;

padding:170px 0;

position:relative;

color:#fff;

}

.legal-banner .overlay{

position:absolute;

inset:0;

background:rgba(20,45,20,.70);

}

.legal-banner .container{

position:relative;

z-index:2;

}

.legal-content{

padding:100px 0;

background:#fff;

}

.legal-content h2{

font-size:30px;

margin-top:40px;

margin-bottom:20px;

color:#2d3f22;

font-weight:700;

}

.legal-content p{

line-height:32px;

color:#666;

margin-bottom:20px;

}

.legal-content ul{

padding-left:20px;

margin-bottom:30px;

}

.legal-content li{

margin-bottom:12px;

line-height:30px;

}

.legal-content hr{

margin:50px 0;

opacity:.1;

}

/*==========================
THANK YOU PAGE
==========================*/

.thank-you-section{

padding:120px 0;

background:#f7f9f6;

}

.thank-you-card{

background:#fff;

padding:70px;

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.success-icon{

font-size:80px;

color:#5f8d4e;

margin-bottom:25px;

}

.thank-you-card h1{

font-size:48px;

font-weight:700;

color:#2d3f22;

margin-bottom:20px;

}

.step-box{

padding:25px;

}

.step-box span{

width:55px;

height:55px;

display:inline-flex;

align-items:center;

justify-content:center;

background:#5f8d4e;

color:#fff;

border-radius:50%;

font-weight:700;

font-size:22px;

margin-bottom:20px;

}

.contact-box{

background:#f5f5f5;

padding:30px;

border-radius:12px;

}

/*==========================
404 PAGE
==========================*/

.error-section{

padding:150px 0;

text-align:center;

background:#fff;

}

.error-code{

font-size:180px;

font-weight:900;

line-height:1;

color:#5f8d4e;

margin-bottom:20px;

}

.error-section h2{

font-size:42px;

margin-bottom:20px;

color:#2d3f22;

}

.error-section p{

font-size:20px;

color:#666;

max-width:600px;

margin:auto;

margin-bottom:40px;

}