html{
    scroll-behavior: smooth;
}

.stats{
    background: #17452A;   /* Same dark green */
    padding: 50px 0;
}

.stats h2{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Manrope', sans-serif;
}

.stats p{
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.stats .col-md-3{
    border-right: 1px solid rgba(255,255,255,0.15);
}

.stats .col-md-3:last-child{
    border-right: none;
}

@media(max-width:768px){

    .stats .col-md-3{
        border-right: none;
        margin-bottom:25px;
    }

}

/*=========================
    Compact Hero Contact Card
=========================*/

.hero-contact-card{

    max-width:340px;
    background:#fff;
    border-radius:14px;
    padding:10px 14px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    box-shadow:0 8px 20px rgba(0,0,0,.08);
    border:1px solid rgba(25,135,84,.12);

    transition:.3s ease;
    margin-top:25px;

}

.hero-contact-card:hover{

    transform:translateY(-4px);
    box-shadow:0 12px 28px rgba(25,135,84,.18);

}

.contact-left{

    display:flex;
    align-items:center;
    gap:10px;

}

.contact-icon{

    width:42px;
    height:42px;

    border-radius:50%;
    background:#25D366;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:22px;

    transition:.3s;

}

.hero-contact-card:hover .contact-icon{

    transform:scale(1.1);

}

.contact-info h6{

    margin:0;
    font-size:15px;
    font-weight:700;
    color:#222;

}

.contact-info p{

    margin:2px 0 0;
    font-size:12px;
    color:#777;

}

.contact-now-btn{

    background:#198754;
    color:#fff;
    text-decoration:none;

    padding:7px 14px;

    border-radius:25px;

    font-size:13px;
    font-weight:600;

    transition:.3s;

}

.contact-now-btn:hover{

    background:#146c43;
    color:#fff;

}

@media(max-width:768px){

.hero-contact-card{

    max-width:100%;

}

}

.nav-link{
    position: relative;
    transition: 0.3s;
    color: #333;
}

.nav-link.active-link{
    color: #164525 !important;
    font-weight: 600;
}

.nav-link.active-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #164525;
    border-radius: 5px;
}



/* ================= SERVICES ================= */

#services{
    background:#f7f6f2;
}

.service-title{
    font-family:'Manrope',sans-serif;
    color:#173f27;
}


.service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 35px rgba(0,0,0,.12);

}


.service-link{

    color:#174a2f;

    text-decoration:none;

    font-weight:600;

}

.service-link:hover{

    color:#0b7d39;

}

.object-fit-cover{

    object-fit:cover;

    height:100%;

}

/*=========================
Property Section
=========================*/

.property-section{

    background:#ffffff;

    padding:80px 0;

}

.section-heading{

    font-family:'Manrope',sans-serif;

    font-size:42px;

    font-weight:800;

    color:#164525;

}

.section-subtitle{

    max-width:700px;

    margin:auto;

    color:#666;

    margin-top:15px;

}

.property-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}



.icon-box{

    width:70px;

    height:70px;

    background:#e8f3eb;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:20px;

}

.icon-box i{

    font-size:34px;

    color: white;

}

.property-card h4{

    font-weight:700;

    margin-bottom:15px;

    color:#164525;

}

.property-card p{

    color:#666;

}

.property-card ul{

    padding-left:0;

    list-style:none;

    margin:20px 0;

}

.property-card li{

    margin-bottom:10px;

    color: #444;

}




/*=========================
Timeline
=========================*/

/*.timeline-section{

    padding:90px 0;

    background:#fff;

}

.timeline-wrapper{

    position:relative;

}

.timeline-line{

    position:absolute;

    width:100%;

    height:3px;

    background:#d8ddd6;

    top:32px;

    left:0;

    z-index:0;

}

.timeline-step{

    position:relative;

    z-index:2;

}

.step-circle{

    width:65px;

    height:65px;

    background:#164525;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    font-size:22px;

    font-weight:700;

    box-shadow:0 8px 20px rgba(0,0,0,.15);

}

.secondary{

    background:#8b5a2b;

}

.timeline-step h6{

    margin-top:18px;

    font-weight:600;

    color:#164525;

}*/


/*=========================
Banner
=========================*/

.feature-banner{

    padding-bottom:90px;

}

.banner-box{

    background:#164525;

    border-radius:28px;

    padding:60px 40px;

    text-align:center;

}

.banner-box h2{

    font-family:'Manrope',sans-serif;

    font-weight:700;

}

.feature-tags{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:15px;

}

.feature-tags span{

    color:#fff;

    border:1px solid rgba(255,255,255,.25);

    background:rgba(255,255,255,.08);

    padding:10px 18px;

    border-radius:30px;

    font-size:14px;

}

/*==============================
Inspection Features
===============================*/


.inspection-features{

    background:#f8f9f5;

    padding:90px 0;

}

.section-badge{

    background:#eaf5ee;

    color:#164525;

    padding:8px 18px;

    border-radius:30px;

    font-weight:600;

    display:inline-block;

}

.feature-card{

    background:#fff;

    border-radius:18px;

    padding:35px 25px;

    text-align:center;

    transition:.35s;

    height:100%;

    border:1px solid #eee;

}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 30px rgba(0,0,0,.08);

}

.feature-card i{

    font-size:42px;

    color:#164525;

    margin-bottom:20px;

    display:block;

}

.feature-card h5{

    color:#164525;

    font-weight:700;

    margin-bottom:10px;

}

.feature-card p{

    color:#666;

    font-size:15px;

    margin:0;

}

/*=================================
CTA SECTION
==================================*/

.cta-section{

    background:#f8f9f5;

}

.cta-box{

    background:#164525;

    border-radius:24px;

    padding:60px;

}

.cta-box h2{

    color:#fff;

    font-size:40px;

    font-weight:800;

    margin-bottom:20px;

}

.cta-box p{

    color:rgba(255,255,255,.85);

    font-size:18px;

    margin:0;

}

.cta-box .btn{

    border-radius:50px;

    font-weight:600;

}


/*=================================
WHY US
==================================*/

/*.why-us{

    background:#fff;

    padding:90px 0;

}

.why-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:20px;

    padding:35px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 15px 30px rgba(0,0,0,.08);

}

.why-card i{

    font-size:42px;

    color:#164525;

    margin-bottom:20px;

    display:block;

}

.why-card h5{

    color:#164525;

    font-weight:700;

    margin-bottom:15px;

}

.why-card p{

    color:#666;

    margin:0;

}*/


/* ==========================
   HOW IT WORKS CARD HOVER
========================== */

.step-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    position:relative;
    text-align:center;
    height:100%;
    cursor:pointer;
    overflow:hidden;
    transition:all .4s ease;
    border:1px solid rgba(25,135,84,.08);
    box-shadow:0 5px 18px rgba(0,0,0,.06);
}

.step-card:hover{
    transform:translateY(-12px);
    border-color:#198754;
    box-shadow:0 20px 40px rgba(25,135,84,.18);
}

/* Shine Effect */

.step-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.55),
        transparent
    );
    transition:.8s;
}

.step-card:hover::before{
    left:130%;
}

/* Icon */

.step-card i{
    font-size:45px;
    color:#164525;
    margin-bottom:20px;
    transition:.4s ease;
}

.step-card:hover i{
    color:#198754;
    transform:scale(1.15) rotate(-8deg);
}

/* Heading */

.step-card h5{
    color:#164525;
    font-weight:700;
    transition:.3s;
}

.step-card:hover h5{
    color:#198754;
}

/* Paragraph */

.step-card p{
    color:#666;
    transition:.3s;
}

.step-card:hover p{
    color:#555;
}

/* Step Number */

.step-number{
    position:absolute;
    top:20px;
    right:20px;
    color:#d9e4da;
    font-size:30px;
    font-weight:700;
    transition:.3s;
}

.step-card:hover .step-number{
    color:#198754;
    transform:scale(1.1);
}

/*=========================
Risk Section
=========================*/

.risk-section{

    padding-bottom:90px;

}

.risk-box{

    background:#f5f8f6;

    border-radius:25px;

    padding:60px;

}

.risk-tag{

    background:#164525;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

}

.risk-box h2{

    color:#164525;

    font-weight:800;

}

.risk-box p{

    color:#666;

    margin:20px 0;

}

.risk-list{

    list-style:none;

    padding:0;

}

.risk-list li{

    margin-bottom:12px;

    color:#444;

}

.risk-circle{

    width:260px;

    height:260px;

    margin:auto;

    border-radius:50%;

    background:#164525;

    display:flex;

    justify-content:center;

    align-items:center;

}

.risk-circle i{

    font-size:100px;

    color:#fff;

}

/* Testimonials */

/*.testimonials{

background:#f8f9f5;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 5px 15px rgba(0,0,0,.08);

height:100%;

transition:.3s;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.stars{

color:#ffb400;

font-size:20px;

margin-bottom:15px;

}*/


/* FAQ */

/*.accordion-button{

font-weight:600;

}

.accordion-button:not(.collapsed){

background:#164525;

color:#fff;

}
*/

/* CTA */

/*.final-cta{

padding:90px 0;

}

.cta-green{

background:#164525;

padding:70px;

border-radius:30px;

text-align:center;

color:#fff;

}

.cta-green p{

margin:20px 0 35px;

}*/



/*=========================
 HERO ANIMATION
=========================*/

.hero{

overflow:hidden;

position:relative;

}



.hero-content{

opacity:0;

transform:translateX(-60px);

animation:fadeLeft 1s ease forwards;

animation-delay:.2s;

}



@keyframes fadeLeft{

to{

opacity:1;

transform:translateX(0);

}

}

.hero-image{
    max-width: 100%;
    margin-left: 80px; 
      /* Increase or decrease this value */
}

.hero-image{

animation:float 4s ease-in-out infinite;

transition:.2s;

cursor:pointer;

}



@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0px);

}

}



.hero-title span{

color:#198754;

border-right:3px solid #198754;

padding-right:4px;

}



.hero-buttons a{

transition:.4s;

}



.hero-buttons a:hover{

transform:translateY(-6px);

box-shadow:0 15px 30px rgba(0,0,0,.15);

}



/* Scroll Indicator */

.scroll-indicator{

position:absolute;

bottom:20px;

left:50%;

transform:translateX(-50%);

}



.scroll-indicator span{

display:block;

width:28px;

height:48px;

border:2px solid #198754;

border-radius:30px;

position:relative;

}



.scroll-indicator span::before{

content:"";

position:absolute;

left:50%;

top:8px;

width:6px;

height:6px;

background:#198754;

border-radius:50%;

transform:translateX(-50%);

animation:scroll 1.5s infinite;

}



@keyframes scroll{

0%{

opacity:1;

top:8px;

}

100%{

opacity:0;

top:28px;

}

}

/*=========================
Premium Services
==========================*/

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 40px rgba(25,135,84,.18)!important;

}


.service-card::before{

content:"";

position:absolute;

top:0;

left:-100%;

width:100%;

height:100%;

background:linear-gradient(

120deg,

transparent,

rgba(255,255,255,.45),

transparent

);

transition:.8s;

}


.service-card:hover::before{

left:100%;

}

/* Icon */

.service-card:hover .service-icon{

transform:rotate(12deg) scale(1.2);

color:#198754;

}


/* Reveal */

.reveal{

opacity:0;

transform:translateY(50px);

transition:.8s;

}


.reveal.active{

opacity:1;

transform:translateY(0);

}


/* ==========================
   PREMIUM INSPECTION CARDS
========================== */

.feature-card{
    position:relative;
    background:#fff;
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    overflow:hidden;
    transition:.45s ease;
    border:1px solid #ececec;
    cursor:pointer;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.feature-card:hover{
    transform:translateY(-15px);
    border-color:#198754;
    box-shadow:0 20px 45px rgba(25,135,84,.18);
}

/* Floating Popup */


.feature-card:hover::after{

    right:18px;

}

/* Glow */

.feature-card::before{

    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(25,135,84,.08),
        transparent
    );
    opacity:0;
    transition:.4s;
}

.feature-card:hover::before{

    opacity:1;

}

.feature-card i{

    font-size:46px;
    color:#164525;
    transition:.45s;
}

.feature-card:hover i{

    transform:rotate(-12deg) scale(1.2);
    color:#198754;

}

.feature-card h5{

    margin-top:20px;
    font-weight:700;
    color:#164525;
    transition:.3s;

}

.feature-card:hover h5{

    color:#198754;

}

.feature-card p{

    color:#666;
    transition:.3s;

}

.feature-card:hover p{

    color:#444;

}


/* Navbar Logo */

.navbar-logo{

    width:70px;
    height:42px;
    object-fit:cover;
    border-radius:10px;
    transition:.4s;

}

/* Hover Animation */



.navbar-brand{

    font-size:1.6rem;

    display:flex;

    align-items:center;

    gap:10px;

}

/* ===========================
   PROPERTY CARDS
=========================== */

.property-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
    cursor:pointer;
    border:1px solid rgba(25,135,84,.08);
    transform-style:preserve-3d;
}

.property-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(25,135,84,.18);
    border-color:#198754;
}

/* Shine Effect */

.property-card::before{

    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.55),
        transparent
    );
    transition:.8s;

}

.property-card:hover::before{

    left:130%;

}

/* Icon */

.icon-box{

    width:70px;
    height:70px;
    border-radius:18px;
    background:#198754;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    transition:.4s;

}

.property-card:hover .icon-box{

    transform:rotate(12deg) scale(1.1);

}

/* Heading */

.property-card h4{

    margin-top:25px;
    transition:.3s;

}

.property-card:hover h4{

    color:#198754;

}

/* Paragraph */

.property-card p{

    transition:.3s;

}

.property-card:hover p{

    color:#555;

}

/* List */

.property-card ul{

    padding-left:0;
    list-style:none;

}

.property-card ul li{

    padding:8px 0;
    transition:.35s;

}

.property-card:hover ul li{

    transform:translateX(8px);

}

/* Button */

.property-btn{

    transition:.35s;

}

.property-card:hover .property-btn{

    transform:translateY(-5px);

}

/* Mobile */

@media(max-width:768px){

.property-card{

margin-bottom:20px;

}

}

/*=========================
        FOOTER
=========================*/

.footer{

    background:#0b3d2e;
    padding:30px 0;
    border-top:1px solid rgba(255,255,255,.1);

}

.footer-right a{
    text-decoration:none;
    color:#b8f5d0;          /* light green */
    font-weight:700;
    transition:.3s ease;
}

.footer-right a:hover{
    color:#ffffff;
    text-decoration:none;
}

.footer-right span{
    color:inherit;
}

/* Footer Layout */

.footer-bottom{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;

}

/* Left */

.footer-left h5{

    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-bottom:6px;

}

.footer-left p{

    color:#cfcfcf;
    margin:0;
    font-size:14px;

}

/* Center */

.footer-center{

    text-align:center;

}

.footer-contact{

    display:inline-flex;
    align-items:center;
    gap:10px;

    text-decoration:none;

    color:#20c997;

    font-size:18px;

    font-weight:600;

    transition:.3s;

}

.footer-contact i{

    width:42px;
    height:42px;

    border-radius:50%;

    background:#198754;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    transition:.3s;

}

.footer-contact:hover{

    color:#fff;

}

.footer-contact:hover i{

    transform:scale(1.1);

    background:#20c997;

}

/* Right */

.footer-right{

    text-align:right;

}

.footer-right p{

    color:#d3d0d0ca;
    margin:0;
    font-size:15px;

}

.footer-right span{

    color:#20c997;
    font-weight:400;
    transition:.3s;

}

.footer-right span:hover{

    color:#fff;
    text-shadow:0 0 12px rgba(32,201,151,.6);

}

/* Responsive */

@media(max-width:991px){

.footer-bottom{

    flex-direction:column;
    text-align:center;

}

.footer-left,
.footer-center,
.footer-right{

    text-align:center;

}

}

/* ==========================
   Premium Service Cards Hover
========================== */

.service-card{
    border-radius:20px;
    overflow:hidden;
    transition:all .35s ease;
    cursor:pointer;
    position:relative;
    background:#fff;
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 40px rgba(25,135,84,0.18);
    border:1px solid #198754 !important;
}

/* Icon Animation */

.service-icon{
    font-size:40px;
    color:#198754;
    transition:all .35s ease;
}

.service-card:hover .service-icon{
    transform:scale(1.2) rotate(-8deg);
}

/* Heading */

.service-card h4,
.service-card h5{
    transition:.3s;
}

.service-card:hover h4,
.service-card:hover h5{
    color:#198754;
}

/* Paragraph */

.service-card p{
    transition:.3s;
}

.service-card:hover p{
    color:#555;
}

/* Learn More Link */

.service-link{
    color:#198754;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.service-card:hover .service-link{
    letter-spacing:1px;
}

.service-card:hover .service-link i{
    transform:translateX(6px);
}

.service-link i{
    transition:.3s;
}

/* Image Zoom (only for the large card) */

.service-card img{
    transition:transform .5s ease;
}

.service-card:hover img{
    transform:scale(1.08);
}

/* ==========================
   PROPERTY CARDS
========================== */

.property-card{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
}

.reveal{
    opacity:1 !important;
    transform:none !important;
}


/*=========================
      WhatsApp Widget
=========================*/

.whatsapp-widget{

    position:fixed;

    right:25px;

    bottom:25px;

    z-index:9999;

}

.whatsapp-button{

    background:#25D366;

    color:#fff;

    display:flex;

    align-items:center;

    gap:10px;

    padding:14px 18px;

    border-radius:50px;

    cursor:pointer;

    font-weight:600;

    box-shadow:0 12px 30px rgba(0,0,0,.2);

    transition:.3s;

}

.whatsapp-button:hover{

    transform:translateY(-5px);

}

.whatsapp-button i{

    font-size:28px;

}

.whatsapp-popup{

    width:330px;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    position:absolute;

    bottom:80px;

    right:0;

    box-shadow:0 20px 50px rgba(0,0,0,.2);

    display:none;

    animation:popup .35s ease;

}

@keyframes popup{

    from{

        opacity:0;

        transform:translateY(20px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

.popup-header{

    background:#25D366;

    color:#fff;

    padding:16px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.popup-header h6{

    margin:0;

}

.popup-header small{

    opacity:.9;

}

.popup-header button{

    background:none;

    border:none;

    color:#fff;

    font-size:20px;

    cursor:pointer;

}

.popup-body{

    padding:18px;

    background:#ece5dd;

}

.chat-message{

    background:#fff;

    display:inline-block;

    padding:12px 16px;

    border-radius:12px;

    max-width:220px;

    box-shadow:0 2px 8px rgba(0,0,0,.08);

}

.popup-footer{

    display:flex;

    padding:15px;

    gap:10px;

}

.popup-footer input{

    flex:1;

    border:1px solid #ddd;

    border-radius:25px;

    padding:10px 15px;

    outline:none;

}

.popup-footer button{

    width:45px;

    height:45px;

    border:none;

    border-radius:50%;

    background:#25D366;

    color:#fff;

    cursor:pointer;

}

/*=========================
   Floating WhatsApp Button
=========================*/

.whatsapp-widget{
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
}

/* Floating Button */

.whatsapp-button{
    display: flex;
    align-items: center;
    gap: 12px;

    background: #ffffff;
    padding: 7px 12px;

    border-radius: 50px;
    cursor: pointer;

    box-shadow: 0 10px 35px rgba(0,0,0,.12);
    border: 1px solid rgba(25,135,84,.15);

    transition: .35s ease;
}

.whatsapp-button:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(25,135,84,.20);
}

/* WhatsApp Icon */

.whatsapp-button i{
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #199345;
    color: #fff;

    font-size: 24px;

    transition: .35s;
}

.whatsapp-button:hover i{
    transform: rotate(12deg) scale(1.08);
}

/* Text */

.whatsapp-button span{

    display: flex;
    flex-direction: column;

    line-height: 1.2;

}

.whatsapp-button span strong{
    font-size: 14px;
    color: #222;
    font-weight: 700;
}

.whatsapp-button span small{
    font-size: 12px;
    color: #777;
}

/* Floating Animation */

.whatsapp-button{

    animation: floatWhatsapp 3s ease-in-out infinite;

}

@keyframes floatWhatsapp{

    0%,100%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(-6px);
    }

}

/* Mobile */

@media(max-width:768px){

.whatsapp-button{

    padding:10px 14px;

}

.whatsapp-button i{

    width:40px;
    height:40px;
    font-size:20px;

}

.whatsapp-button span strong{

    font-size:14px;

}

.whatsapp-button span small{

    font-size:11px;

}

}
