:root{
  --teal:#0b5f67;--teal2:#073f46;--gold:#c3a35d;--ink:#162326;--muted:#6d7778;
  --cream:#f6f5f0;--line:#dfe5e3;--white:#fff;--shadow:0 18px 60px rgba(7,63,70,.12)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--teal2);color:#d8ebed;font-size:12px}.topbar-in{height:38px;display:flex;align-items:center;justify-content:space-between}.toplinks{display:flex;gap:24px}
.site-header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid #e6ecea}.nav-wrap{height:82px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.site-logo{width:220px;max-width:100%;height:auto;display:block;object-fit:contain}.brand-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;font-weight:800}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:15px}.brand-copy small{font-size:12px;color:#7b8584;margin-top:5px;text-transform:uppercase;letter-spacing:.16em}.desktop-nav{display:flex;gap:28px;font-size:14px;font-weight:600}.desktop-nav a:hover{color:var(--teal)}.nav-cta{padding:12px 18px;background:var(--teal);color:#fff;border-radius:4px;font-size:13px;font-weight:700}.menu-btn,.mobile-menu{display:none}
.hero{min-height:680px;position:relative;color:white;display:flex;align-items:center}.hero-media{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1600607688960-e095ff83135c?auto=format&fit=crop&w=1800&q=86') center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,42,46,.88) 0%,rgba(6,42,46,.58) 48%,rgba(6,42,46,.12) 100%),linear-gradient(0deg,rgba(0,0,0,.18),transparent 55%)}.hero-content{position:relative;padding-top:40px}.eyebrow,.section-kicker{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--gold)}.hero h1{font:700 clamp(46px,6vw,78px)/.98 "Playfair Display",serif;max-width:800px;margin:18px 0 18px}.hero h1 em{font-style:normal;color:#e3c987}.hero p{max-width:670px;font-size:17px;line-height:1.7;color:#edf5f4}.hero-actions{display:flex;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:4px;font-weight:800;font-size:13px;border:1px solid transparent;cursor:pointer}.primary{background:var(--teal);color:#fff}.ghost{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.outline{border-color:#cfd8d6;background:#fff}.gold{background:var(--gold);color:#102f33}.small{padding:11px 14px;font-size:12px}
.search-panel{margin-top:56px;background:#fff;color:var(--ink);padding:16px;display:grid;grid-template-columns:1.2fr 1fr 1fr .8fr;gap:12px;box-shadow:var(--shadow);max-width:1020px}.search-field{border:1px solid var(--line);padding:9px 12px}.search-field label{display:block;font-size:10px;color:#889292;text-transform:uppercase;font-weight:800;letter-spacing:.12em}.search-field select{width:100%;border:0;background:transparent;font:600 13px Manrope;margin-top:5px;outline:none}.search-btn{border:0;background:var(--gold);font-weight:800;color:#17373b;cursor:pointer}
.section{padding:88px 0}.light{background:var(--cream)}.intro-grid,.about-grid,.lead-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.section h2{font:700 38px/1.15 "Playfair Display",serif;margin:12px 0}.intro p,.about p{color:var(--muted);line-height:1.8}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.text-link{font-size:13px;font-weight:800;color:var(--teal)}
.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{background:#fff;border:1px solid #e3e8e6;transition:.25s;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.project-img{height:245px;position:relative;overflow:hidden}.project-img img{width:100%;height:100%;object-fit:cover;transition:.35s}.project-card:hover .project-img img{transform:scale(1.035)}.tag{position:absolute;left:14px;top:14px;background:var(--teal);color:#fff;padding:7px 10px;font-size:10px;font-weight:800;letter-spacing:.1em}.price{position:absolute;right:0;bottom:0;background:#fff;padding:10px 14px;font-weight:800;font-size:13px}.project-body{padding:20px}.builder{font-size:11px;color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.project-body h3{font-size:19px;line-height:1.35;margin:8px 0}.location{color:#677373;font-size:13px}.specs{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.specs span{background:#f2f5f3;padding:7px 9px;font-size:11px;font-weight:700}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.location-card{padding:25px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;gap:7px;transition:.2s}.location-card:hover{border-color:var(--gold);transform:translateY(-3px)}.location-card strong{font-size:16px}.location-card span{font-size:12px;color:#758180}.stats{background:var(--teal2);color:#fff;padding:36px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.stats-grid div{border-right:1px solid rgba(255,255,255,.17)}.stats-grid div:last-child{border-right:0}.stats-grid b{display:block;font:700 34px "Playfair Display";color:#e3c987}.stats-grid span{font-size:12px;color:#c6d8d9}.developers{background:#fff}.developer-row{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line)}.developer-row span{padding:28px 16px;text-align:center;font-weight:800;font-size:13px;border-right:1px solid var(--line)}.developer-row span:last-child{border-right:0}.about{background:#f2f5f3}.about-art{min-height:390px;background:url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?auto=format&fit=crop&w=900&q=84') center/cover;position:relative}.art-panel{position:absolute;left:0;bottom:0;background:rgba(7,63,70,.92);color:#fff;padding:26px 30px;min-width:70%}.art-panel span{font-size:10px;letter-spacing:.17em;color:#e2c785}.art-panel strong{display:block;font:700 25px/1.2 "Playfair Display";margin-top:8px}.about ul{padding-left:18px;color:#566261;line-height:2}.lead-section{background:var(--teal);color:#fff;padding:70px 0}.lead-section h2{font:700 40px/1.15 "Playfair Display";margin:12px 0}.lead-section p{color:#cce0e0;line-height:1.7}.light-kicker{color:#e4c77f}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lead-form input,.lead-form select{border:1px solid rgba(255,255,255,.22);background:#fff;padding:14px 15px;font:500 13px Manrope;min-width:0}.lead-form .btn{grid-column:1/-1}.narrow{max-width:850px}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-weight:800}.faq details p{color:var(--muted);line-height:1.7}footer{background:#ffffff;color:#333333;padding:58px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:60px}.footer-brand .brand-mark{background:var(--gold);color:#153238}.footer-grid p{color:#666666;line-height:1.7;max-width:420px}.footer-grid h4{color:#181818;margin-top:0}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:11px;font-size:13px}.disclaimer{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;font-size:11px;color:#769090}.mobile-bar{display:none}
.hidden-card{display:none!important}
@media(max-width:900px){
 .desktop-nav,.nav-cta{display:none}.menu-btn{display:block;background:none;border:0;font-size:24px}.nav-wrap{height:70px}.mobile-menu{position:absolute;left:0;right:0;background:#fff;padding:10px 20px 18px;border-bottom:1px solid var(--line);flex-direction:column;gap:10px}.mobile-menu.open{display:flex}.mobile-menu a{padding:10px 0;font-weight:700}
 .hero{min-height:720px}.hero-content{padding-top:20px}.search-panel{grid-template-columns:1fr 1fr}.projects-grid{grid-template-columns:1fr 1fr}.location-grid{grid-template-columns:1fr 1fr}.intro-grid,.about-grid,.lead-grid{grid-template-columns:1fr;gap:35px}.developer-row{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:1fr 1fr;gap:20px}.stats-grid div{border-right:0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:600px){
 .container{width:min(100% - 28px,1180px)}.topbar{display:none}.brand-copy strong{font-size:13px}.hero{min-height:690px;align-items:flex-start;padding-top:95px}.hero h1{font-size:44px}.hero p{font-size:14px}.hero-actions{flex-wrap:wrap}.search-panel{margin-top:35px;grid-template-columns:1fr}.section{padding:62px 0}.section h2{font-size:31px}.projects-grid,.location-grid,.developer-row,.footer-grid{grid-template-columns:1fr}.developer-row span{border-right:0;border-bottom:1px solid var(--line)}.lead-form{grid-template-columns:1fr}.project-img{height:230px}.mobile-bar{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;z-index:70;background:#fff;border-top:1px solid var(--line)}.mobile-bar a{padding:14px;text-align:center;font-weight:800;font-size:13px}.mobile-bar a:last-child{background:var(--teal);color:#fff}body{padding-bottom:48px}
}
/* All-builders update */
.builder-tools{display:grid;grid-template-columns:minmax(280px,1fr) 180px 180px;gap:14px;margin-bottom:22px}
.builder-select-wrap,.project-count{border:1px solid var(--line);background:#fff;padding:14px 16px}
.builder-select-wrap label{display:block;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#768181;margin-bottom:7px}
.builder-select-wrap select{width:100%;border:0;background:transparent;font:700 13px Manrope;outline:none}
.project-count{display:flex;align-items:center;gap:10px}.project-count strong{font:700 28px "Playfair Display";color:var(--teal)}.project-count span{font-size:11px;color:#758180;font-weight:700}
.developer-row.all-builders{display:flex;flex-wrap:wrap;border:0;gap:8px}
.builder-chip{border:1px solid var(--line);background:#fff;padding:11px 14px;font:700 12px Manrope;cursor:pointer;transition:.2s}
.builder-chip:hover,.builder-chip.active{background:var(--teal);border-color:var(--teal);color:#fff}
.no-results{grid-column:1/-1;padding:32px;text-align:center;border:1px dashed var(--line);background:#fff;color:var(--muted)}
@media(max-width:900px){.builder-tools{grid-template-columns:1fr 1fr}.builder-select-wrap{grid-column:1/-1}}
@media(max-width:600px){.builder-tools{grid-template-columns:1fr}.builder-select-wrap{grid-column:auto}.project-count{justify-content:center}}

/* SEO discovery copy */
.seo-discovery{background:#fff}
.seo-copy-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}
.seo-copy-grid p{margin:0;color:var(--muted);line-height:1.85;font-size:14px}
.seo-copy-grid strong{color:var(--ink);font-weight:800}
@media(max-width:700px){.seo-copy-grid{grid-template-columns:1fr}}

/* Varied SEO intent sections */
.keyword-hubs{background:#fff}.keyword-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.keyword-hub{border:1px solid var(--line);padding:24px;background:#fff}.keyword-hub h3{margin:0 0 10px;font:700 21px/1.25 "Playfair Display",serif}.keyword-hub p{font-size:13px;line-height:1.75;color:var(--muted)}.keyword-hub a{font-size:12px;font-weight:800;color:var(--teal)}.seo-guide{background:var(--cream)}.booking-guide{background:#fff}.booking-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.booking-steps>div{border-top:3px solid var(--gold);background:#f7f8f5;padding:22px}.booking-steps b{font:700 28px "Playfair Display";color:var(--teal)}.booking-steps h3{margin:10px 0 8px;font-size:16px}.booking-steps p{font-size:12px;line-height:1.6;color:var(--muted)}@media(max-width:900px){.keyword-hub-grid{grid-template-columns:1fr 1fr}.booking-steps{grid-template-columns:1fr 1fr}}@media(max-width:600px){.keyword-hub-grid,.booking-steps{grid-template-columns:1fr}}


/* Gurgaon intro section - screenshot style */
.gurgaon-intro-section{
  background:#fff;
  padding:62px 0 58px;
}
.gurgaon-intro-heading{
  text-align:center;
  margin-bottom:38px;
}
.gurgaon-intro-heading h2{
  margin:0;
  font-family:Manrope,Arial,sans-serif;
  font-size:36px;
  line-height:1.25;
  font-weight:800;
  color:#111;
}
.gurgaon-intro-divider{
  display:block;
  width:80px;
  height:4px;
  margin:18px auto 0;
  background:#0b3157;
  border-radius:4px;
}
.gurgaon-intro-content{
  max-width:1180px;
  margin:0 auto;
}
.gurgaon-intro-content p{
  margin:0 0 20px;
  color:#151515;
  font-size:15.5px;
  line-height:1.75;
  font-weight:500;
}
.gurgaon-intro-content p:last-child{
  margin-bottom:0;
}
@media(max-width:768px){
  .gurgaon-intro-section{padding:48px 0 44px}
  .gurgaon-intro-heading{margin-bottom:28px}
  .gurgaon-intro-heading h2{font-size:28px}
  .gurgaon-intro-content p{font-size:14px;line-height:1.7}
}


/* Mid-page Upcoming Gurgaon + pre-registration section */
.upcoming-mid-section{
  grid-column:1/-1;
  background:#232323;
  color:#fff;
  margin:28px 0;
  padding:34px;
}
.upcoming-mid-inner{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:44px;
  align-items:start;
}
.upcoming-mid-copy h2{
  margin:0 0 26px;
  font:800 34px/1.2 Manrope,Arial,sans-serif;
  color:#fff;
}
.upcoming-mid-copy p{
  margin:0 0 20px;
  color:#fff;
  font-size:14.5px;
  line-height:1.85;
  font-weight:600;
}
.upcoming-mid-formbox h3{
  margin:0 0 16px;
  text-align:center;
  font:800 23px/1.35 Manrope,Arial,sans-serif;
  color:#fff;
}
.builder-logo-strip{
  background:#fff;
  overflow:hidden;
  margin-bottom:20px;
  padding:12px 0;
  border:1px solid #e6e6e6;
}
.builder-logo-track{
  display:flex;
  gap:10px;
  width:max-content;
  animation:builderTicker 45s linear infinite;
}
.builder-logo-track span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:145px;
  min-height:50px;
  padding:8px 12px;
  border-right:1px solid #e5e5e5;
  color:#233438;
  font-weight:800;
  font-size:12px;
  text-align:center;
  white-space:nowrap;
}
@keyframes builderTicker{
  from{transform:translateX(0)}
  to{transform:translateX(-45%)}
}
.upcoming-register-form{
  background:#fff;
  padding:30px;
  display:grid;
  gap:15px;
}
.upcoming-register-form input,
.upcoming-register-form textarea{
  width:100%;
  border:1px solid #d8d8d8;
  background:#fff;
  color:#263436;
  padding:13px 14px;
  font:500 14px Manrope,Arial,sans-serif;
  outline:none;
}
.upcoming-register-form input:focus,
.upcoming-register-form textarea:focus{
  border-color:var(--teal);
}
.phone-combo{
  display:grid;
  grid-template-columns:120px 1fr;
  border:1px solid #d8d8d8;
  align-items:center;
}
.phone-combo span{
  padding:13px 12px;
  color:#536062;
  font-size:12px;
  border-right:1px solid #d8d8d8;
}
.phone-combo input{
  border:0;
}
.upcoming-register-form button{
  width:max-content;
  min-width:196px;
  border:0;
  background:#b9f400;
  color:#081210;
  padding:15px 25px;
  font:800 14px Manrope,Arial,sans-serif;
  cursor:pointer;
}
.upcoming-register-form button:hover{
  filter:brightness(.96);
}
@media(max-width:900px){
  .upcoming-mid-section{padding:26px 22px}
  .upcoming-mid-inner{grid-template-columns:1fr;gap:30px}
  .upcoming-mid-copy h2{font-size:29px}
}
@media(max-width:600px){
  .upcoming-mid-section{margin:18px 0;padding:22px 16px}
  .upcoming-mid-copy h2{font-size:25px}
  .upcoming-mid-copy p{font-size:13.5px;line-height:1.75}
  .upcoming-mid-formbox h3{font-size:20px}
  .upcoming-register-form{padding:20px 16px}
  .phone-combo{grid-template-columns:105px 1fr}
  .upcoming-register-form button{width:100%}
}


/* =========================================================
   Balanced Upcoming Residential Projects + Enquiry Section
   ========================================================= */
.upcoming-mid-section{
  padding:38px 36px !important;
}

.upcoming-balanced-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:36px !important;
  align-items:stretch !important;
}

.upcoming-mid-copy,
.upcoming-mid-formbox{
  height:100% !important;
  min-height:100% !important;
  box-sizing:border-box;
}

.upcoming-mid-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  padding:4px 6px 4px 0 !important;
}

.upcoming-mid-copy h2{
  margin:0 0 20px !important;
  font-size:30px !important;
  line-height:1.22 !important;
  font-weight:800 !important;
}

.upcoming-mid-copy p{
  margin:0 0 13px !important;
  font-size:13.7px !important;
  line-height:1.67 !important;
  font-weight:500 !important;
}

.upcoming-mid-copy p:last-child{
  margin-bottom:0 !important;
}

.upcoming-mid-formbox{
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
}

.upcoming-mid-formbox h3{
  margin:0 0 16px !important;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:21px !important;
  line-height:1.32 !important;
  padding:0 12px;
}

.builder-logo-strip{
  margin-bottom:16px !important;
}

.upcoming-register-form{
  flex:1 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:24px 26px !important;
  min-height:0 !important;
}

.upcoming-register-form input,
.upcoming-register-form textarea{
  min-height:43px !important;
  padding:11px 13px !important;
}

.phone-combo{
  min-height:43px !important;
}

.phone-combo span{
  padding:11px 12px !important;
}

.upcoming-register-form textarea{
  flex:1 1 auto !important;
  min-height:82px !important;
  max-height:120px;
  resize:vertical;
}

.upcoming-register-form button{
  margin-top:2px !important;
  min-height:46px;
}

/* Keeps both columns visually equal even when content varies slightly */
@media(min-width:901px){
  .upcoming-balanced-layout{
    grid-auto-rows:1fr;
  }
  .upcoming-mid-copy,
  .upcoming-mid-formbox{
    align-self:stretch;
  }
}

@media(max-width:900px){
  .upcoming-mid-section{
    padding:28px 22px !important;
  }
  .upcoming-balanced-layout{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  .upcoming-mid-copy,
  .upcoming-mid-formbox{
    height:auto !important;
    min-height:0 !important;
  }
  .upcoming-mid-copy h2{
    font-size:27px !important;
  }
  .upcoming-mid-formbox h3{
    min-height:0;
  }
  .upcoming-register-form{
    min-height:0 !important;
  }
}

@media(max-width:600px){
  .upcoming-mid-section{
    padding:22px 16px !important;
  }
  .upcoming-mid-copy h2{
    font-size:24px !important;
  }
  .upcoming-mid-copy p{
    font-size:13.4px !important;
    line-height:1.65 !important;
  }
  .upcoming-register-form{
    padding:19px 16px !important;
  }
}


/* Top Developers logo grid */
.logo-developers .developer-logo-head{
  justify-content:center;
  text-align:center;
  margin-bottom:34px;
}
.developer-logo-head > div{
  width:100%;
}
.developer-logo-subtitle{
  max-width:760px;
  margin:12px auto 0;
  color:var(--muted);
  line-height:1.7;
}
.developer-logo-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:26px;
}
.developer-logo-card{
  background:#f2f2f2;
  border-radius:8px;
  overflow:hidden;
  transition:.25s ease;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.developer-logo-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow);
}
.developer-logo-image{
  background:#777;
  min-height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  position:relative;
}
.developer-logo-image img{
  max-width:78%;
  max-height:96px;
  object-fit:contain;
  filter:none;
}
.developer-logo-card h3{
  margin:0;
  padding:16px 14px 18px;
  text-align:center;
  font-size:17px;
  line-height:1.35;
  color:var(--ink);
  background:#fff;
}
.developer-logo-fallback{
  display:none;
  font-size:20px;
  font-weight:800;
  line-height:1.35;
  text-align:center;
  color:#fff;
  padding:0 12px;
}
.logo-fallback-active .developer-logo-fallback{
  display:block;
}
@media(max-width:900px){
  .developer-logo-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
  }
  .developer-logo-image{
    min-height:150px;
  }
}
@media(max-width:700px){
  .developer-logo-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media(max-width:480px){
  .developer-logo-grid{
    grid-template-columns:1fr;
  }
}


/* Local builder logo cards - guaranteed visible */
.logo-developers .developer-logo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}
.logo-developers .developer-logo-card{
  background:#f3f3f1;
  border:1px solid #e2e5e3;
  border-radius:8px;
  overflow:hidden;
  min-height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .22s ease, box-shadow .22s ease;
}
.logo-developers .developer-logo-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow);
}
.logo-developers .developer-logo-image{
  width:100%;
  min-height:170px;
  background:#f3f3f1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
}
.logo-developers .developer-logo-image img{
  display:block !important;
  width:100%;
  max-width:250px;
  max-height:110px;
  object-fit:contain;
  filter:none !important;
}
.logo-developers .developer-logo-card h3,
.logo-developers .developer-logo-fallback{
  display:none !important;
}
@media(max-width:900px){
  .logo-developers .developer-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
  .logo-developers .developer-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:480px){
  .logo-developers .developer-logo-grid{grid-template-columns:1fr}
}


/* Official-color local logo images */
.logo-developers .developer-logo-image{
  background:#f4f4f4 !important;
}
.logo-developers .developer-logo-image img{
  display:block !important;
  width:100% !important;
  max-width:260px !important;
  max-height:110px !important;
  object-fit:contain !important;
}

.logo-developers .developer-logo-image{background:#fff!important;}
.logo-developers .developer-logo-image img{
  width:100%!important;
  max-width:280px!important;
  max-height:120px!important;
  object-fit:contain!important;
}

/* Top Developers logo boxes enlarged to fill box better */
.logo-developers .developer-logo-card{
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  background:#fff !important;
  border:1px solid #e3e3e3 !important;
  min-height:246px !important;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.logo-developers .developer-logo-image{
  flex:1 1 auto !important;
  width:100% !important;
  min-height:186px !important;
  padding:10px !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.logo-developers .developer-logo-image img{
  width:92% !important;
  height:92% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
}
.logo-developers .developer-logo-name{
  display:block !important;
  text-align:center;
  padding:14px 12px 16px;
  border-top:1px solid #efefef;
  background:#fff;
  font-size:15px;
  line-height:1.35;
  font-weight:800;
  color:var(--ink);
}
@media(max-width:900px){
  .logo-developers .developer-logo-card{min-height:220px !important;}
  .logo-developers .developer-logo-image{min-height:162px !important;}
}
@media(max-width:600px){
  .logo-developers .developer-logo-card{min-height:208px !important;}
  .logo-developers .developer-logo-image{min-height:150px !important;padding:12px !important;}
}

/* Final equal clean logo boxes override */
.logo-developers .developer-logo-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}
.logo-developers .developer-logo-card{
  height:100% !important;
  min-height:278px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  background:#ffffff !important;
  border:1px solid #e5e7ea !important;
  border-radius:10px !important;
  overflow:hidden !important;
  box-shadow:0 1px 0 rgba(0,0,0,.03) !important;
}
.logo-developers .developer-logo-image{
  flex:0 0 208px !important;
  min-height:208px !important;
  max-height:208px !important;
  width:100% !important;
  padding:18px !important;
  background:#ffffff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.logo-developers .developer-logo-image img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  display:block !important;
}
.logo-developers .developer-logo-name{
  flex:0 0 70px !important;
  min-height:70px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:12px 14px !important;
  border-top:1px solid #eef0f2 !important;
  background:#ffffff !important;
  color:var(--ink) !important;
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
@media(max-width:900px){
  .logo-developers .developer-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  .logo-developers .developer-logo-card{min-height:260px !important;}
  .logo-developers .developer-logo-image{flex-basis:190px !important;min-height:190px !important;max-height:190px !important;}
  .logo-developers .developer-logo-name{flex-basis:66px !important;min-height:66px !important;}
}
@media(max-width:700px){
  .logo-developers .developer-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:480px){
  .logo-developers .developer-logo-grid{grid-template-columns:1fr !important;}
  .logo-developers .developer-logo-card{min-height:236px !important;}
  .logo-developers .developer-logo-image{flex-basis:170px !important;min-height:170px !important;max-height:170px !important;}
  .logo-developers .developer-logo-name{flex-basis:60px !important;min-height:60px !important;font-size:14px !important;}
}

/* Reference-pattern additions, keeping original Gurgaon theme */
.gurgaon-keyword-searches{background:#fff}
.gurgaon-keyword-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}
.gurgaon-keyword-list li{border:1px solid var(--line);background:var(--cream);padding:15px 17px;font-size:13px;line-height:1.45}
.faq-intro{color:var(--muted);line-height:1.75;margin:0 0 14px}
.footer-upcoming-section{background:#232323;color:#fff}
.upcoming-footer-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:start}
.upcoming-footer-copy h2{color:#fff;margin-top:10px}.upcoming-footer-copy p{color:#e2e8e7;line-height:1.8;font-size:14px}
.upcoming-footer-formbox{background:#173f43;padding:28px;border:1px solid rgba(255,255,255,.12)}
.upcoming-footer-formbox h3{font:700 25px/1.3 "Playfair Display",serif;margin:0 0 16px;color:#fff}
.builder-name-cloud{font-size:12px;line-height:1.8;color:#d3e0df;margin-bottom:18px}
.upcoming-footer-form{display:grid;gap:12px}.upcoming-footer-form input,.upcoming-footer-form textarea{width:100%;border:1px solid #d8dfdd;background:#fff;padding:13px 14px;font:500 13px Manrope,Arial,sans-serif}
.phone-field{display:grid;grid-template-columns:110px 1fr;background:#fff;border:1px solid #d8dfdd;align-items:center}.phone-field span{padding:13px 10px;color:#586665;font-size:11px;border-right:1px solid #d8dfdd}.phone-field input{border:0}
@media(max-width:900px){.upcoming-footer-grid{grid-template-columns:1fr}.gurgaon-keyword-list{grid-template-columns:1fr}}


/* Global project enquiry popup */
body.enquiry-modal-open{overflow:hidden}
.enquiry-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}
.enquiry-modal.is-open{display:flex}
.enquiry-modal-backdrop{position:absolute;inset:0;background:rgba(4,22,25,.72);backdrop-filter:blur(4px)}
.enquiry-modal-dialog{position:relative;z-index:1;width:min(100%,560px);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border:1px solid rgba(215,180,96,.45);box-shadow:0 24px 80px rgba(0,0,0,.28);padding:34px;border-radius:4px}
.enquiry-modal-close{position:absolute;right:14px;top:10px;width:38px;height:38px;border:0;background:transparent;color:#17383d;font-size:32px;line-height:1;cursor:pointer}
.enquiry-modal-head{padding-right:28px;margin-bottom:22px}
.enquiry-modal-head h2{font:700 34px/1.15 "Playfair Display",serif;margin:8px 0;color:#12383d}
.enquiry-modal-head p{margin:0;color:#627171;line-height:1.65;font-size:13px}
.enquiry-popup-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.enquiry-popup-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:800;letter-spacing:.04em;color:#3f5152}
.enquiry-popup-form label:nth-of-type(1),.enquiry-popup-form label:nth-of-type(2),.enquiry-popup-form label:nth-of-type(3){grid-column:1/-1}
.enquiry-popup-form input,.enquiry-popup-form select{width:100%;min-width:0;border:1px solid #d8dfdc;background:#fff;padding:13px 14px;font:500 13px Manrope,sans-serif;color:#1b2f31;outline:0}
.enquiry-popup-form input:focus,.enquiry-popup-form select:focus{border-color:#b99747;box-shadow:0 0 0 3px rgba(185,151,71,.12)}
.enquiry-phone{display:grid;grid-template-columns:auto 1fr;border:1px solid #d8dfdc;background:#fff}
.enquiry-phone:focus-within{border-color:#b99747;box-shadow:0 0 0 3px rgba(185,151,71,.12)}
.enquiry-phone span{display:flex;align-items:center;padding:0 12px;border-right:1px solid #d8dfdc;color:#445657;font-size:12px}
.enquiry-phone input{border:0;box-shadow:none!important}
.enquiry-submit{grid-column:1/-1;border:0;cursor:pointer;min-height:46px}
.enquiry-consent{grid-column:1/-1;color:#7b8887;font-size:10px;line-height:1.45;text-align:center}
@media(max-width:640px){.enquiry-modal{padding:12px}.enquiry-modal-dialog{padding:26px 18px 22px;max-height:calc(100vh - 24px)}.enquiry-modal-head h2{font-size:28px}.enquiry-popup-form{grid-template-columns:1fr}.enquiry-popup-form label{grid-column:1/-1}.enquiry-modal-close{right:8px;top:7px}}

.builder-modal{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.35)}
.builder-modal.is-open{display:flex;align-items:center;justify-content:center}
.builder-modal-backdrop{position:absolute;inset:0}
.builder-modal-box{position:relative;background:#fff;width:min(520px,92%);padding:32px;border-radius:14px;z-index:1}
.builder-modal-close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:28px}
.builder-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}
.builder-options a{padding:12px;border:1px solid #ddd;border-radius:8px;color:#222;text-align:center}
@media(max-width:600px){.builder-options{grid-template-columns:1fr}}
