
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800&display=swap');

:root{
    --green:#3f8b20;
    --green-dark:#246c12;
    --green-deep:#174e0d;
    --green-light:#eaf5e5;
    --text:#151515;
    --muted:#666;
    --border:#e6e6e6;
    --shadow:0 8px 24px rgba(0,0,0,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    color:var(--text);
    background:#fff;
    font-family:'Noto Sans Devanagari',Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
.site-header{
    background:#fff;
    box-shadow:0 1px 9px rgba(0,0,0,.10);
    z-index:1000;
}
.brand-logo{width:235px;height:58px;object-fit:cover;object-position:left center;border-radius:4px}
.navbar .nav-link{
    font-size:14px;font-weight:600;color:#262626!important;padding:12px 8px!important;
}
.navbar .nav-link:hover,.navbar .nav-link.active{color:var(--green-dark)!important}
.phone-btn{
    background:var(--green);color:#fff!important;border-radius:7px;
    padding:10px 17px;font-size:14px;font-weight:700;white-space:nowrap;
    box-shadow:0 4px 12px rgba(63,139,32,.18);
}
.phone-btn:hover{background:var(--green-dark)}
.phone-icon{margin-right:6px}

.hero-section{
    min-height:320px;
    position:relative;
    background-image:url('../images/hero.avif');
    background-size:cover;
    background-position:center 52%;
    display:flex;align-items:center;
}
.hero-overlay{
    position:absolute;inset:0;
    background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.82) 33%,rgba(255,255,255,.05) 72%);
}
.hero-content{position:relative;padding:38px 0 48px}
.hero-content h1{font-size:42px;line-height:1.15;font-weight:800;margin:0 0 5px}
.hero-content h1 span{color:var(--green)}
.hero-content p{font-size:19px;font-weight:600;margin:0 0 28px}
.search-panel{
    max-width:930px;
    background:rgba(15,29,8,.82);
    border-radius:10px;
    padding:10px 12px;
    margin:0;
}
.search-field{
    height:46px;background:#fff;border-radius:5px;display:flex;align-items:center;padding:0 10px;
}
.search-field span{color:var(--green);font-size:19px;margin-right:7px}
.search-field input{border:0;outline:0;width:100%;font-family:inherit;font-size:13px}
.search-select{height:46px;border:0;font-size:13px;font-family:inherit}
.search-btn{
    min-width:125px;height:46px;border:0;border-radius:5px;background:#5b9e28;color:#fff;
    font-family:inherit;font-weight:700;font-size:14px;
}
.search-btn:hover{background:#75b73b}

.trust-strip{margin-top:-37px;position:relative;z-index:2}
.trust-card{
    background:#fff;border-radius:11px;box-shadow:0 7px 20px rgba(0,0,0,.13);
    min-height:74px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:13px 28px;
}
.trust-item{display:flex;align-items:center;gap:12px;border-right:1px solid #eee;padding:0 18px}
.trust-item:last-child{border-right:0}
.trust-icon{
    width:38px;height:38px;border:2px solid #7ab45e;color:var(--green);border-radius:50%;
    display:grid;place-items:center;font-weight:800;font-size:18px;flex:0 0 auto
}
.trust-item strong{display:block;font-size:14px}
.trust-item small{display:block;color:#777;font-size:11px;margin-top:2px}

.section-padding{padding:34px 0}
.section-title{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:22px}
.section-title h2{font-size:25px;font-weight:800;margin:0;white-space:nowrap}
.section-title span{display:block;width:58px;height:2px;background:#9bc78b;position:relative}
.section-title span:after{content:"";width:7px;height:7px;background:var(--green);border-radius:50%;position:absolute;top:-3px}
.section-title span:first-child:after{right:0}
.section-title span:last-child:after{left:0}

.land-type-card{
    display:block;background:#fff;border:1px solid #e4e4e4;border-radius:9px;overflow:hidden;
    box-shadow:0 3px 9px rgba(0,0,0,.10);height:100%;transition:.2s
}
.land-type-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.land-type-card img{width:100%;height:82px;object-fit:cover;display:block}
.land-type-body{text-align:center;padding:7px 4px 8px}
.land-type-body h3{font-size:14px;font-weight:800;margin:0 0 1px}
.land-type-body p{font-size:11px;color:#666;margin:0}

.featured-section{background:#fafafa;padding:10px 0 36px}
.property-card{
    height:100%;background:#fff;border:1px solid #e4e4e4;border-radius:10px;overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.08)
}
.property-image{height:138px;position:relative;overflow:hidden}
.property-image img{width:100%;height:100%;object-fit:cover;display:block}
.property-tag{
    position:absolute;left:8px;top:8px;background:var(--green);color:#fff;border-radius:5px;
    padding:4px 7px;font-size:10px;font-weight:700
}
.favorite-btn{
    position:absolute;right:7px;top:7px;width:28px;height:28px;border:0;border-radius:50%;
    background:rgba(255,255,255,.88);color:#5b7b4b;font-size:20px;line-height:1
}
.area-badge{
    position:absolute;right:9px;bottom:7px;color:#fff;text-shadow:0 1px 3px #000;font-size:17px
}
.property-body{padding:10px 11px 12px}
.property-body h3{font-size:15px;font-weight:800;margin:0 0 5px}
.property-location{font-size:11px;color:#555;margin-bottom:5px}
.property-body ul{padding:0;margin:0 0 5px;list-style:none}
.property-body li{font-size:10.5px;color:#666;margin:2px 0}
.property-body li:before{content:"•";color:var(--green);font-weight:800;margin-right:5px}
.property-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:4px}
.property-bottom strong{font-size:14px;color:#e06b00}
.whatsapp-small{
    width:28px;height:28px;border:2px solid var(--green);color:var(--green);border-radius:50%;
    display:grid;place-items:center;font-weight:800
}
.details-btn{
    display:block;text-align:center;background:var(--green);color:#fff;border-radius:4px;
    padding:6px;margin-top:8px;font-size:12px;font-weight:700
}
.details-btn:hover{background:var(--green-dark);color:#fff}
.sell-card{
    border-radius:11px;padding:18px;background:linear-gradient(rgba(24,79,12,.87),rgba(24,79,12,.94)),url('../images/hero.jpg') center/cover;
    color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:100%
}
.sell-card h3{font-size:21px;font-weight:800;line-height:1.35;margin:0 0 6px}
.sell-card p{font-size:12px;margin:0 0 10px}
.sell-card ul{padding-left:19px;margin:0}
.sell-card li{font-size:12px;margin:5px 0}
.sell-card li::marker{color:#d6f5c9}
.sell-btn{align-self:flex-start;background:#fff;color:var(--green-dark);padding:8px 13px;border-radius:5px;font-size:12px;font-weight:800;margin-top:20px}
.all-properties-btn{display:inline-block;background:var(--green);color:#fff;border-radius:5px;padding:8px 30px;font-size:13px;font-weight:700}
.all-properties-btn:hover{background:var(--green-dark);color:#fff}

.about-section{background:#fff}
.eyebrow{display:inline-block;color:var(--green);font-size:13px;font-weight:800;margin-bottom:7px}
.about-copy h2{font-size:31px;line-height:1.25;font-weight:800;margin-bottom:12px}
.about-copy h2 span{color:var(--green)}
.about-copy p{font-size:15px;line-height:1.8;color:#666;max-width:620px}
.mini-stat{border:1px solid #e4eadf;background:#f7fbf5;border-radius:8px;padding:12px}
.mini-stat strong{display:block;color:var(--green);font-size:22px}
.mini-stat span{font-size:12px;color:#666}
.about-image{height:350px;border-radius:12px;overflow:hidden;position:relative;box-shadow:var(--shadow)}
.about-image img{width:100%;height:100%;object-fit:cover}
.about-badge{position:absolute;bottom:18px;left:18px;background:#fff;border-radius:8px;padding:10px 14px;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.about-badge strong{display:block;color:var(--green);font-size:14px}
.about-badge span{font-size:11px;color:#555}

.cta-section{padding:0 0 42px}
.cta-box{
    border-radius:13px;padding:30px 38px;background:linear-gradient(100deg,#245f13,#4d9228);
    color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px
}
.eyebrow.light{color:#d6f4c7}
.cta-box h2{font-size:27px;font-weight:800;line-height:1.3;margin:2px 0 5px}
.cta-box p{margin:0;color:#eaf6e4;font-size:13px}
.cta-btn{background:#fff;color:var(--green-dark);font-weight:800;border-radius:6px;padding:11px 24px;white-space:nowrap}

.site-footer{background:#163d0d;color:#dcebd7;padding:42px 0 0}
.footer-logo{width:215px;height:53px;object-fit:cover;margin-bottom:10px;border-radius:4px}
.site-footer p{font-size:12px;line-height:1.8;color:#c4d4bf}
.site-footer h4{color:#fff;font-size:15px;margin:4px 0 14px;font-weight:800}
.site-footer .col-lg-2 a,.site-footer .col-lg-4 a:not(.footer-phone):not(.footer-mail){display:block;color:#c4d4bf;font-size:12px;margin:8px 0}
.footer-phone,.footer-mail{color:#fff!important;font-size:13px;font-weight:700}
.footer-socials{display:flex;gap:8px;margin-top:13px}
.footer-socials a{
    width:31px!important;height:31px;background:#2f6f1c;border-radius:50%;display:grid!important;place-items:center;
    color:#fff!important;margin:0!important;font-weight:800
}
.footer-bottom{
    margin-top:30px;padding:15px 0;border-top:1px solid rgba(255,255,255,.12);
    display:flex;justify-content:space-between;gap:15px;color:#a8bda1;font-size:10px
}

@media(max-width:991.98px){
    .brand-logo{width:205px;height:52px}
    .navbar-collapse{padding:12px 0 8px}
    .navbar-nav{gap:0!important}
    .phone-btn{display:inline-block;margin-top:8px}
    .hero-content h1{font-size:36px}
    .trust-card{grid-template-columns:repeat(2,1fr);padding:8px}
    .trust-item{min-height:58px}
    .trust-item:nth-child(2){border-right:0}
    .trust-item:nth-child(-n+2){border-bottom:1px solid #eee}
    .trust-item:nth-child(odd){padding-left:10px}
}
@media(max-width:767.98px){
    .hero-section{min-height:500px;background-position:center;align-items:flex-end}
    .hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.78) 42%,rgba(255,255,255,.97) 74%)}
    .hero-content{padding:45px 0 25px}
    .hero-content h1{font-size:31px}
    .hero-content p{font-size:15px;margin-bottom:16px}
    .search-panel{padding:8px}
    .trust-strip{margin-top:0;padding-top:12px}
    .trust-card{grid-template-columns:1fr}
    .trust-item{border-right:0!important;border-bottom:1px solid #eee!important;padding:9px 8px!important}
    .trust-item:last-child{border-bottom:0!important}
    .section-padding{padding:28px 0}
    .section-title h2{font-size:21px}
    .section-title span{width:35px}
    .land-type-card img{height:105px}
    .property-image{height:180px}
    .about-copy h2{font-size:26px}
    .about-image{height:260px}
    .cta-box{padding:25px;display:block}
    .cta-btn{display:inline-block;margin-top:18px}
    .footer-bottom{display:block}
    .footer-bottom span{display:block;margin:5px 0}
}
@media(max-width:420px){
    .brand-logo{width:180px;height:47px}
    .hero-content h1{font-size:28px}
    .search-panel .col-6{width:100%}
    .land-type-card img{height:90px}
    .property-image{height:155px}
}
