/* BHUMI ACRES — Frontend CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
:root{--navy:#0f1e30;--navy2:#1a2e4a;--red:#cc2929;--gold:#c8972a;--green:#25d366;--white:#fff;--offwhite:#f5f6f8;--text:#2d3748;--muted:#718096;--border:#e2e8f0;--radius:10px;--shadow:0 4px 20px rgba(0,0,0,.10);}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Poppins',sans-serif;color:var(--text);background:#fff;}
a{text-decoration:none;color:inherit;}
img{display:block;max-width:100%;}
.container{max-width:1200px;margin:0 auto;padding:0 20px;}
.section-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:6px;}
.section-title{font-size:2rem;font-weight:700;color:var(--navy);line-height:1.25;}
.section-sub{color:var(--muted);margin-top:10px;font-size:.95rem;}
/* Navbar */
.navbar{position:sticky;top:0;z-index:999;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 2px 12px rgba(0,0,0,.07);}
.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:24px;height:68px;}
.nav-logo-img{height:52px;width:auto;max-width:190px;object-fit:contain;border-radius:8px;border:1px solid var(--border);padding:2px 6px;background:#fff;}
.nav-links{display:flex;align-items:center;gap:4px;margin-left:auto;}
.nav-links a{padding:6px 14px;font-size:.9rem;font-weight:500;color:var(--navy);border-radius:6px;transition:background .2s;}
.nav-links a:hover,.nav-links a.active{background:var(--offwhite);color:var(--red);}
.nav-socials{display:flex;align-items:center;gap:8px;margin-left:16px;}
.nav-socials a{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:transform .2s;}
.nav-socials a:hover{transform:scale(1.15);}
.nav-socials .yt{background:#ff0000;color:#fff;} .nav-socials .fb{background:#1877f2;color:#fff;}
.nav-socials .ig{background:radial-gradient(circle at 30% 110%,#fdf497,#fd5949,#d6249f,#285aeb);color:#fff;}
.nav-socials .wa{background:#25d366;color:#fff;}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;margin-left:auto;}
.hamburger span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:.3s;}
.mobile-menu{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--border);padding:12px 20px;}
.mobile-menu a{padding:10px 0;font-weight:500;border-bottom:1px solid var(--border);color:var(--navy);}
.mobile-menu a:last-child{border:none;}
.mobile-menu.open{display:flex;}
@media(max-width:768px){.nav-links,.nav-socials{display:none;}.hamburger{display:flex;}}
/* Hero */
.hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;}
.hero-bg{position:absolute;inset:0;z-index:0;}
.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,20,40,.82) 0%,rgba(10,20,40,.55) 60%,rgba(10,20,40,.25) 100%);}
.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:60px 20px;width:100%;}
.hero-content h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:10px;}
.hero-sub{color:rgba(255,255,255,.85);font-size:1rem;margin-bottom:20px;}
.hero-badge{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#c8972a,#f0c040,#c8972a);background-size:200%;animation:shimmer 2.5s ease infinite;color:#1a1a1a;font-weight:800;font-size:1.05rem;padding:12px 32px;border-radius:8px;margin-bottom:22px;box-shadow:0 4px 20px rgba(200,151,42,.5);}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;}
.btn-call,.btn-wa-green,.btn-view{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s;cursor:pointer;border:none;font-family:inherit;}
.btn-call{background:var(--navy2);color:#fff;border:2px solid rgba(255,255,255,.3);}
.btn-call:hover{background:var(--navy);border-color:#fff;}
.btn-wa-green{background:var(--green);color:#fff;}
.btn-wa-green:hover{background:#1ebe5a;color:#fff;}
.btn-view{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);}
.btn-view:hover{background:rgba(255,255,255,.12);border-color:#fff;}
@media(max-width:600px){.hero-ctas{flex-direction:column;}}
/* RERA bar */
.rera-bar{background:#e8f4fd;border-top:1px solid #bee3f8;border-bottom:1px solid #bee3f8;padding:11px 20px;text-align:center;font-size:.8rem;color:#2c5282;}
.rera-bar strong{color:#1a365d;}
/* Properties */
.prop-strip{background:#fff;padding:40px 0;}
.prop-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px;}
.prop-strip-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .2s;background:#fff;}
.prop-strip-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);}
.prop-strip-img{width:100%;height:150px;object-fit:cover;display:block;}
.prop-no-img{display:flex;align-items:center;justify-content:center;height:150px;font-size:2.5rem;color:var(--border);background:var(--offwhite);}
.prop-strip-body{padding:12px;}
.prop-strip-price{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:2px;}
.prop-strip-loc{font-size:.78rem;color:var(--muted);margin-bottom:2px;}
.prop-strip-bhk{font-size:.78rem;color:var(--text);font-weight:500;margin-bottom:10px;}
.btn-call-best{display:block;width:100%;text-align:center;border:2px solid var(--navy);color:var(--navy);padding:7px 0;border-radius:6px;font-size:.8rem;font-weight:600;transition:all .2s;}
.btn-call-best:hover{background:var(--navy);color:#fff;}
@media(max-width:900px){.prop-strip-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:500px){.prop-strip-grid{grid-template-columns:1fr 1fr;gap:10px;}}
/* Why choose */
.why-choose{padding:56px 0;background:var(--offwhite);}
.why-choose h2{text-align:center;margin-bottom:36px;}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.why-item{background:#fff;border-radius:var(--radius);padding:28px 20px;text-align:center;box-shadow:var(--shadow);transition:transform .2s;}
.why-item:hover{transform:translateY(-4px);}
.why-icon{width:60px;height:60px;border-radius:50%;background:var(--offwhite);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 14px;}
.why-item h4{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:6px;}
.why-item p{font-size:.78rem;color:var(--muted);line-height:1.5;}
@media(max-width:768px){.why-grid{grid-template-columns:repeat(2,1fr);}}
/* WA CTA */
.wa-cta-banner{background:var(--navy);padding:36px 20px;text-align:center;}
.wa-cta-banner h2{color:#fff;font-size:1.6rem;font-weight:700;margin-bottom:20px;}
.btn-wa-big{display:inline-flex;align-items:center;gap:10px;background:var(--green);color:#fff;padding:14px 40px;border-radius:50px;font-size:1.1rem;font-weight:700;transition:background .2s;box-shadow:0 4px 20px rgba(37,211,102,.35);}
.btn-wa-big:hover{background:#1ebe5a;color:#fff;}
/* Video tours */
.video-tours{padding:56px 0;background:#fff;}
.yt-thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px;}
.yt-thumb-mini{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:16/9;cursor:pointer;background:#111;}
.yt-thumb-mini img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.yt-thumb-mini:hover img{transform:scale(1.06);}
.yt-play-sm{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);}
.yt-mini-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;font-size:.7rem;font-weight:600;padding:8px;line-height:1.3;}
@media(max-width:600px){.yt-thumb-row{grid-template-columns:1fr 1fr;}}
/* Google forms */
.gforms-section{padding:60px 0;background:linear-gradient(135deg,#0f1e30,#1a2e4a);}
.gforms-section .section-label{color:#f0c040;}
.gforms-section .section-title{color:#fff;}
.gforms-section .section-sub{color:rgba(255,255,255,.7);}
.gforms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.gform-card{background:#fff;border-radius:14px;padding:32px 24px;text-align:center;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 32px rgba(0,0,0,.15);}
.gform-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.25);}
.gform-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;}
.gform-buyer::before{background:linear-gradient(90deg,#1565c0,#42a5f5);}
.gform-renter::before{background:linear-gradient(90deg,#2e7d32,#66bb6a);}
.gform-owner::before{background:linear-gradient(90deg,#c8972a,#f0c040);}
.gform-icon{font-size:2.8rem;margin-bottom:10px;}
.gform-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:3px 12px;border-radius:50px;margin-bottom:12px;}
.gform-buyer .gform-tag{background:#e3f2fd;color:#1565c0;}
.gform-renter .gform-tag{background:#e8f5e9;color:#2e7d32;}
.gform-owner .gform-tag{background:#fff8e1;color:#c8972a;}
.gform-card h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:10px;}
.gform-card p{font-size:.83rem;color:var(--muted);line-height:1.6;margin-bottom:20px;}
.gform-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:8px;font-weight:700;font-size:.88rem;transition:all .2s;color:#fff;}
.gform-buyer .gform-btn{background:#1565c0;} .gform-buyer .gform-btn:hover{background:#0d47a1;color:#fff;}
.gform-renter .gform-btn{background:#2e7d32;} .gform-renter .gform-btn:hover{background:#1b5e20;color:#fff;}
.gform-owner .gform-btn{background:var(--gold);} .gform-owner .gform-btn:hover{background:#b07d20;color:#fff;}
@media(max-width:768px){.gforms-grid{grid-template-columns:1fr;gap:16px;}}
/* Testimonials */
.testimonials{padding:56px 0;background:var(--offwhite);}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;}
.testi-card{background:#fff;border-radius:14px;padding:24px;box-shadow:var(--shadow);}
.testi-stars{color:#f6c90e;font-size:.9rem;margin-bottom:10px;}
.testi-card p{font-size:.85rem;color:var(--text);line-height:1.6;font-style:italic;margin-bottom:16px;}
.testi-author{display:flex;align-items:center;gap:12px;}
.testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--navy2);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.testi-author strong{display:block;font-size:.85rem;font-weight:700;color:var(--navy);}
.testi-author span{font-size:.72rem;color:var(--muted);}
@media(max-width:768px){.testi-grid{grid-template-columns:1fr;}}
/* Contact CTA */
.contact-cta{background:linear-gradient(135deg,var(--navy),var(--navy2));padding:60px 0;}
.cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;}
.contact-details{display:flex;flex-direction:column;gap:12px;}
.contact-row{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;}
.cta-form{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:28px;}
.cta-form h3{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:20px;}
.form-group{margin-bottom:14px;}
.form-group label{display:block;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.7);margin-bottom:5px;}
.form-group input,.form-group select{width:100%;padding:10px 12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-family:'Poppins',sans-serif;font-size:.88rem;}
.form-group input::placeholder{color:rgba(255,255,255,.4);}
.form-submit{width:100%;padding:12px;background:var(--green);color:#fff;border:none;border-radius:8px;font-family:'Poppins',sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s;}
.form-submit:hover{background:#1ebe5a;}
.form-note{font-size:.72rem;color:rgba(255,255,255,.5);text-align:center;margin-top:8px;}
@media(max-width:768px){.cta-inner{grid-template-columns:1fr;}}
/* Footer */
.footer{background:var(--navy);padding:40px 0 0;color:rgba(255,255,255,.8);}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px;}
.footer-logo-img{height:50px;width:auto;object-fit:contain;border-radius:6px;margin-bottom:12px;}
.footer-brand p{font-size:.85rem;line-height:1.6;color:rgba(255,255,255,.65);}
.footer-contact{margin-top:16px;display:flex;flex-direction:column;gap:8px;}
.footer-contact a{color:rgba(255,255,255,.8);font-size:.85rem;transition:color .2s;}
.footer-contact a:hover{color:#fff;}
.footer-col h4{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:14px;}
.footer-col a{display:block;color:rgba(255,255,255,.65);font-size:.83rem;margin-bottom:8px;transition:color .2s;}
.footer-col a:hover{color:#fff;}
.footer-social-row{display:flex;gap:10px;margin-top:16px;}
.footer-social-row a{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);color:#fff;transition:background .2s;}
.footer-social-row a:hover{background:rgba(255,255,255,.25);}
.footer-cta-bar{background:var(--navy2);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.footer-cta-phone{color:var(--gold);font-size:1.2rem;font-weight:700;}
.footer-cta-btns{display:flex;gap:10px;}
.footer-cta-btns a{padding:9px 22px;border-radius:6px;font-weight:600;font-size:.85rem;display:inline-flex;align-items:center;gap:6px;}
.ftr-call{background:var(--gold);color:#fff;}
.ftr-wa{background:var(--green);color:#fff;}
.footer-bottom{background:rgba(0,0,0,.25);padding:14px 20px;text-align:center;font-size:.78rem;color:rgba(255,255,255,.5);}
@media(max-width:900px){.footer-top{grid-template-columns:1fr 1fr;}.footer-cta-bar{flex-direction:column;text-align:center;}}
@media(max-width:500px){.footer-top{grid-template-columns:1fr;}}
/* Float WA */
.float-wa{position:fixed;bottom:24px;right:24px;z-index:9999;background:var(--green);color:#fff;display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:50px;font-weight:700;font-size:.9rem;box-shadow:0 4px 20px rgba(37,211,102,.5);transition:transform .2s,box-shadow .2s;}
.float-wa:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(37,211,102,.6);color:#fff;}
@media(max-width:600px){.float-wa span{display:none;}.float-wa{padding:14px;border-radius:50%;}}
/* Filter tabs */
.filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:0;}
.filter-tab{padding:7px 16px;border:1.5px solid var(--border);border-radius:50px;font-size:.83rem;font-weight:500;background:#fff;color:var(--muted);cursor:pointer;transition:all .2s;font-family:inherit;}
.filter-tab.active,.filter-tab:hover{background:var(--navy);color:#fff;border-color:var(--navy);}
/* Responsive overall */
@media(max-width:768px){.section-title{font-size:1.6rem;}}

/* ══════════════════════════════════════════
   HOMEPAGE GALLERY SECTION
══════════════════════════════════════════ */
.home-gallery { padding: 56px 0; background: #f1f3f6; }

/* Header */
.hg-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.hg-header-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.hg-total-badge { background: #0f1e30; color: #f0c040; font-size: .78rem; font-weight: 700; padding: 5px 14px; border-radius: 50px; }
.hg-view-all { color: #1565c0; font-size: .88rem; font-weight: 700; text-decoration: none; border: 2px solid #1565c0; padding: 7px 18px; border-radius: 8px; transition: all .2s; }
.hg-view-all:hover { background: #1565c0; color: #fff; }

/* Tabs */
.hg-tabs { display: flex; gap: 6px; margin-bottom: 20px; border-bottom: 2px solid #e2e8f0; padding-bottom: 0; flex-wrap: wrap; }
.hg-tab { padding: 10px 20px; background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; font-size: .88rem; font-weight: 600; color: #718096; cursor: pointer; font-family: 'Poppins',sans-serif; transition: all .2s; }
.hg-tab:hover { color: #0f1e30; }
.hg-tab.active { color: #0f1e30; border-bottom-color: #c8972a; }

/* Panels */
.hg-panel { display: none; }
.hg-panel.active { display: block; }

/* Cards grid — 4 cols */
.hg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

/* Card */
.hg-card { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e2e8f0; box-shadow: 0 1px 6px rgba(0,0,0,.06); cursor: pointer; transition: box-shadow .2s, transform .2s; }
.hg-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.13); transform: translateY(-4px); }

/* Card image */
.hg-card-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #e2e8f0; }
.hg-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.hg-card:hover .hg-card-img img { transform: scale(1.07); }
.hg-no-img { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 3rem; color: #cbd5e0; background: #f7fafc; }

/* Badges */
.hg-feat-badge { position: absolute; top: 9px; left: 9px; background: #e91e8c; color: #fff; font-size: .6rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; }
.hg-type-badge { position: absolute; top: 9px; right: 9px; font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; }
.hg-type-sale { background: #1565c0; color: #fff; }
.hg-type-rent { background: #2e7d32; color: #fff; }
.hg-zoom-ov { position: absolute; inset: 0; background: rgba(0,0,0,.3); display: flex; align-items: center; justify-content: center; color: #fff; font-size: .82rem; font-weight: 700; opacity: 0; transition: opacity .2s; }
.hg-card:hover .hg-zoom-ov { opacity: 1; }

/* Card body */
.hg-card-body { padding: 12px 13px; }
.hg-card-cat { font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #1565c0; margin-bottom: 3px; }
.hg-card-title { font-size: .88rem; font-weight: 700; color: #0f1e30; margin-bottom: 4px; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hg-card-meta { font-size: .73rem; color: #718096; display: flex; align-items: center; gap: 5px; flex-wrap: wrap; margin-bottom: 6px; }
.hg-dot { color: #cbd5e0; }
.hg-card-price { font-size: 1.05rem; font-weight: 800; color: #0f1e30; margin-bottom: 10px; letter-spacing: -.02em; }
.hg-card-price span { font-size: .72rem; font-weight: 500; color: #718096; }

/* Card footer */
.hg-card-footer { display: flex; gap: 7px; align-items: center; border-top: 1px solid #f0f4f8; padding-top: 9px; }
.hg-wa-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px; background: #25d366; color: #fff; padding: 7px 8px; border-radius: 6px; font-size: .74rem; font-weight: 700; text-decoration: none; transition: background .2s; font-family: 'Poppins',sans-serif; }
.hg-wa-btn:hover { background: #1ebe5a; color: #fff; }
.hg-call-btn { display: flex; align-items: center; justify-content: center; gap: 4px; background: #0f1e30; color: #fff; padding: 7px 12px; border-radius: 6px; font-size: .74rem; font-weight: 700; text-decoration: none; transition: background .2s; white-space: nowrap; }
.hg-call-btn:hover { background: #1a2e4a; color: #fff; }

/* Empty */
.hg-empty { text-align: center; padding: 48px 20px; background: #fff; border-radius: 10px; border: 2px dashed #e2e8f0; color: #718096; font-size: .87rem; }

/* View all row */
.hg-view-all-row { text-align: center; margin-top: 28px; }
.hg-view-all-btn { display: inline-flex; align-items: center; gap: 8px; background: #0f1e30; color: #fff; padding: 13px 32px; border-radius: 8px; font-size: .95rem; font-weight: 700; text-decoration: none; transition: background .2s; font-family: 'Poppins',sans-serif; }
.hg-view-all-btn:hover { background: #1565c0; color: #fff; }

/* Responsive */
@media (max-width: 1024px) { .hg-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 768px)  { .hg-grid { grid-template-columns: repeat(2,1fr); gap: 10px; } .hg-header { flex-direction: column; } .hg-header-right { align-items: flex-start; flex-direction: row; flex-wrap: wrap; } }
@media (max-width: 480px)  { .hg-grid { grid-template-columns: repeat(2,1fr); gap: 8px; } .hg-card-title { font-size: .8rem; } }
