/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* .membership-lock{
	 text-align: center;
    border: 1px solid #eee;
    padding: 30px;
}
.item-wrap-v9 .item-body{
        border-bottom: 1px solid #dce0e0;
}
.gap-head{
	gap:30px
}
/* Your CSS code goes here
-------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --green-dark: #012e7f;
  --green-mid: #012e7f;
  --green-light: #4caf6a;
  --green-pale: #7990b240;
  --green-xpale: #EDEDED66;
  --dark: #000;
  --orange: #f47c20;
  --orange-dark: #d46210;
  --text-dark: #012e7f;
  --text-mid: #3d4a41;
  --text-muted: #656565;
  --border: #d5e4d8;
  --white: #ffffff;
  --shadow-sm: 0 2px 12px rgba(30, 80, 40, 0.08);
  --shadow-md: 0 6px 30px rgba(30, 80, 40, 0.12);
  --radius: 10px;
  --radius-lg: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
 font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}
a{
	color:#012e7f;
}
/* ── NAV ── */
/*nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.nav-logo-icon {
  width: 38px;
  height: 38px;
  background: var(--green-dark);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo-icon svg {
  width: 22px;
  height: 22px;
  fill: white;
}

.nav-logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.35rem;
  color: var(--green-dark);
  line-height: 1.1;
}

.nav-logo-sub {
  font-size: 0.65rem;
  color: var(--text-muted);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.nav-links {
  display: flex;
  gap: 2px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-mid);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--green-dark);
  background: var(--green-pale);
}
*/
.btns-primary {
  background: var(--orange);
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}

.btns-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  color:#fff;
  box-shadow: 0 4px 16px rgba(244, 124, 32, 0.35);
}

.btn-outline {
  background: transparent;
color: #f47c20;
    border: 2px solid #f47c20;
  padding: 10px 22px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}

.btn-outline:hover {
      background: #d46210;
    border-color: #d46210;
    color: #fff;
  }
  .project-body h4 a{
    color:#333;
  }

.btn-green {
  background: var(--green-dark);
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}

.btn-green:hover {
  background: var(--green-mid);
  transform: translateY(-1px);
}

/* ── HERO ── */
.hero {
 
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 380px;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('https://noidaflats.in/wp-content/uploads/2026/07/bg23.png');
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(78, 197, 100, 0.2);
  border: 1px solid rgba(78, 197, 100, 0.4);
  color: #7ed99a;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #7ed99a;
  border-radius: 50%;
  display: inline-block;
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: white;
  line-height: 1.15;
  margin-bottom: 8px;
}

.hero h1 span {
  color: #f47c20;
}

.hero-tagline {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  margin-bottom: 28px;
  letter-spacing: 0.03em;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
}

.hero-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  font-weight: 500;
}

.hero-feat-icon {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── HERO FORM ── */
.hero-form-wrap {
  position: relative;
  z-index: 1;
}

.hero-form {
  background: white;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.hero-form h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  color: var(--green-dark);
  margin-bottom: 6px;
}

.hero-form p {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.form-field {
  margin-bottom: 14px;
}
.audit-right .hero-form{
	padding:10px 16px;
}
#wpforms-submit-580{
	    background: #f47c20;
    width: 100%;
}

div.wpforms-container-full input[type=text],div.wpforms-container-full input[type=number] {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  color: var(--text-dark);
  background: #fafcfa;
  outline: none;
  transition: border 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.form-field input:focus,
.form-field select:focus {
  border-color: var(--green-mid);
  background: white;
}

.form-field input::placeholder {
  color: var(--text-muted);
}

.form-submit,
#wpforms-submit-19526 {
  width: 100%;
  padding: 13px;
  background: var(--orange);
  color: white;
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 6px;
}

.form-submit:hover,
#wpforms-submit-418:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(244, 124, 32, 0.4);
}

.form-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 10px;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
padding: 8px 0 !important;
}
/* ── SECTION COMMON ── */
.space-p {
  padding: 80px 5%;
} 
.advanced-search-nav{
  background: transparent !important;
}

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-mid);
  margin-bottom: 10px;
  display: block;
}

.section-title {
  font-family: 'Poppins', sans-serif;
/*   font-size: clamp(1.8rem, 3vw, 2.4rem); */
  color: var(--text-dark);
  margin-bottom: 14px;
  line-height: 1.2;
}

.section-title span {
  color: var(--dark);
}

.section-sub {
  color: var(--text-muted);
  font-size: 0.9rem;
  max-width: 520px;
  line-height: 1.7;
}

/* ── WHY LOW-RISE ── */
.why-section {
  background: #f5f5f5;
    padding: 35px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.why-header {
  text-align: center;
  margin-bottom: 52px;
}

.why-header .section-sub {
  margin: 0 auto;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* .why-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    position: relative;
} */

.why-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--green-mid);
  transform: scaleX(0);
  transition: transform 0.25s;
}
.why-icon {
    width: 52px;
    height: 52px;
    background: var(--green-pale);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.8;
}

.why-card h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.why-card p {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.6;
	margin-bottom:0
}

/* ── PROJECTS ── */
.projects-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 16px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.project-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all 0.25s;
  cursor: pointer;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.project-img {
  height: 190px;
  position: relative;
  overflow: hidden;
  background: #c8dfc8;
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.project-card:hover .project-img img {
  transform: scale(1.06);
}

.project-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.03em;
}

.tag-ready {
  background: #e6f7ed;
  color: #1a6e35;
}

.tag-construction {
  background: #fff3e0;
  color: #b05c00;
}

.tag-new {
  background: #e3f2fd;
  color: #0d47a1;
}

.project-body {
  padding: 18px;
}

.project-body h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 3px;
}

.project-body .location {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 6px;
  letter-spacing:0.2px;
}

.project-body .config {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.project-price {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.amentie{
     display: flex;
    align-items: baseline;
    gap: 10px;
}

.project-price span {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* .project-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
} */

.project-chip {
  font-size: 0.7rem;
  color: var(--text-muted);
  background: var(--green-xpale);
  border: 1px solid var(--border);
  padding: 3px 9px;
  border-radius: 20px;
}

/* ── AUDIT ── */
.ad-container{
	background: url(https://noidaflats.in/wp-content/uploads/2026/07/cta.png);
    border-radius: 19px;
    padding: 37px;
    background-size: 100%;
    background-repeat: no-repeat;
	background-position:bottom;
}
.audit-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.audit-left h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: white;
  margin-bottom: 16px;
  line-height: 1.2;
}

.audit-left h2 span {
  color: #7ed99a;
}

.audit-left p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.audit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.audit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.audit-item-icon {
  width: 36px;
  height: 36px;
  background: rgba(126, 217, 154, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.audit-item span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  line-height: 1.3;
}

/* ── LOCATIONS ── */
.locations-section {
  background: var(--white);
	padding: 80px 5%;
}

.locations-header {
  margin-bottom: 36px;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
}

.location-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all 0.25s;
  cursor: pointer;
}

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.location-img {
  height: 160px;
  overflow: hidden;
  background: #b0cfb8;
}

.location-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.location-card:hover .location-img img {
  transform: scale(1.06);
}

.location-body {
  padding: 16px 18px;
}

.location-body h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.location-body .loc-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.loc-stats {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.loc-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
}

.loc-stat-label {
  color: var(--text-muted);
}

.loc-stat-val {
  font-weight: 600;
  color: var(--text-dark);
}

.demand-high {
  color: #1a6e35;
  font-weight: 700;
}

.demand-very-high {
  color: #c44d00;
  font-weight: 700;
}

/* ── TESTIMONIALS ── */
.testi-section {
  background: var(--green-xpale);
}

.testi-header {
  text-align: center;
  margin-bottom: 44px;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(326px, 1fr));
  gap: 22px;
}

.testi-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  border: 1px solid var(--border);
  position: relative;
}

.testi-quote {
  font-size: 3rem;
  color: var(--green-pale);
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}

.testi-text {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 20px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.testi-name {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text-dark);
}

.testi-loc {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.testi-stars {
  color: #f4a620;
  font-size: 0.85rem;
  margin-top: 2px;
}

/* ── CTA FOOTER ── */
/*.cta-footer {
  background: var(--green-dark);
  padding: 40px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-footer-left h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: white;
  margin-bottom: 4px;
}

.cta-footer-left p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
}

.cta-footer-badges {
  display: flex;
  gap: 24px;
}

.cta-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  text-align: center;
}*/

.cta-badge-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.cta-whatsapp {
  background: #25d366;
  color: white;
  border: none;
  padding: 13px 26px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  white-space: nowrap;
}

.cta-whatsapp:hover {
  background: #1eb55a;
  transform: translateY(-2px);
}



/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 48px 5% 40px;
    min-height: auto;
  }

  .hero-form-wrap {
    max-width: 440px;
  }

  .audit-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  nav {
    padding: 0 4%;
  }

  .nav-links {
    display: none;
  }

  section {
    padding: 56px 4%;
  }

  .projects-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-footer {
    flex-direction: column;
    text-align: center;
  }

  .cta-footer-badges {
    justify-content: center;
  }

  .audit-grid {
    grid-template-columns: 1fr;
  }
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content>* {
  animation: fadeUp 0.6s ease both;
}

.hero-content>*:nth-child(1) {
  animation-delay: 0.1s;
}

.hero-content>*:nth-child(2) {
  animation-delay: 0.2s;
}

.hero-content>*:nth-child(3) {
  animation-delay: 0.3s;
}

.hero-content>*:nth-child(4) {
  animation-delay: 0.4s;
}

.hero-content>*:nth-child(5) {
  animation-delay: 0.5s;
}

.hero-form-wrap {
  animation: fadeUp 0.7s ease 0.35s both;
}

/* ─────────────────────────────
   PROPERTY DETAIL (NoidaFlats)
*/
  .heros {
    position: relative;
    overflow: hidden;
  }

  .heros-bg {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #0A1628 0%, #1a3a6b 40%, #0d3b4f 100%);
  }

  .heros-pattern {
    position: absolute; inset: 0; opacity: 0.06;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 28px 28px;
  }

  .heros-img {
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?w=1400&q=80') center/cover;
    opacity: 0.22;
  }

  .heros-overlay {
    position: absolute; inset: 0;
/*     background: linear-gradient(to right, rgba(10,22,40,0.92) 55%, rgba(10,22,40,0.4) 100%); */
  }

  .heros-content {
    position: relative; z-index: 2;
    padding: 60px 5% 0;
    animation: fadeUp 0.7s ease both;
  }
.search-home{
    margin-top: 4rem;
    background: #f3f4f5;
    padding: 2rem 0px;	
}
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .badge {
   display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgb(249 115 22);
    border: 1px solid rgb(249 115 22);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}
  }

  .badge::before {
    content: '';
    width: 7px; height: 7px;
    background: var(--green);
    border-radius: 50%;
  }
.fa-solid, .fas,.fa-regular, .far{
     color: #656565;
}
  .heros h1 {
     font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 600; color: #fff;
    letter-spacing: -1px; line-height: 1.1;
    max-width: 640px;
  }

  .heros-sub {
    color: #ffff;
    font-size: 0.95rem; margin-top: 10px;
    display: flex; align-items: center; gap: 8px;
  }

  .heros-sub span { color: rgba(255,255,255,0.3); }

  .heros-price {
    margin-top: 22px;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .heros-price small {
    font-size: 0.85em;
    font-weight: 500;
    opacity: 0.7;
  }

  .heros-tags {
    display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap;
  }

  .heros-tag {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.75);
    font-size: 0.8rem; padding: 5px 14px; border-radius: 20px;
  }

  /* ─── LAYOUT ─── */
  .main-wrap {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px;
    align-items: start;
  }

  .left-col { display: flex; flex-direction: column; gap: 24px; }

  /* ─── CARDS ─── */
  .card {
    background: var(--card);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 28px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s;
  }

  .card:hover { box-shadow: 0 4px 28px rgba(0,0,0,0.08); }

  .card-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem; font-weight: 700;
    color: #002c7b;;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--border);
  }
  /* ─── OVERVIEW GRID ─── */
  .overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 14px;
  }

  .ov-item {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    transition: border-color 0.2s, transform 0.2s;
  }
  .ov-icon {
    border-radius: 8px;
    /* background: linear-gradient(135deg, #0a3482); */
    display: flex;
    align-items: end;
    justify-content: left;
    margin-bottom: 5px;
    font-size: 26px;
  }

  .ov-label {
    font-size: 0.72rem; color: var(--muted);
    text-transform: uppercase; letter-spacing: 0.5px;
    font-weight: 500; margin-bottom: 4px;
  }

  .ov-value {
    font-family: 'Syne', sans-serif;
    font-size: 0.95rem; font-weight: 700;
    color: var(--navy);
  }

  /* ─── AMENITIES ─── */
  .amenities-grid {
    display: flex; flex-wrap: wrap; gap: 12px;
  }

  .amenity {
    display: flex; align-items: center; gap: 10px;
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 0.875rem; font-weight: 500;
    color: var(--text);
    transition: all 0.2s;
    cursor: default;
  }

  .amenity:hover {
    background: linear-gradient(135deg, rgba(27,79,216,0.07), rgba(14,165,160,0.07));
    border-color: var(--teal-light);
    color: var(--navy);
  }

  .amenity-icon {
    font-size: 18px;
    width: 30px; height: 30px;
    border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
  }

  /* ─── GALLERY ─── */
  .gallery-slider {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/7;
    background: var(--navy);
  }

  .gallery-slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0;
    transition: opacity 0.7s ease;
  }

  .gallery-slide.active { opacity: 1; }

  .gallery-slide:nth-child(1) { background-image: url('https://images.unsplash.com/photo-1564013799919-ab600027ffc6?w=900&q=75'); }
  .gallery-slide:nth-child(2) { background-image: url('https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?w=900&q=75'); }
  .gallery-slide:nth-child(3) { background-image: url('https://images.unsplash.com/photo-1556912172-45b7abe8b7e1?w=900&q=75'); }
  .gallery-slide:nth-child(4) { background-image: url('https://images.unsplash.com/photo-1560184897-ae75f418493e?w=900&q=75'); }

  .gallery-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,22,40,0.5) 0%, transparent 50%);
    pointer-events: none;
  }

  .gallery-controls {
    position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 8px; z-index: 2;
  }

  .gallery-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    border: none;
    transition: all 0.25s;
  }

  .gallery-dot.active {
    background: #fff;
    width: 24px; border-radius: 4px;
  }

  .gallery-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.2); backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff; border-radius: 50%;
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 18px;
    transition: background 0.2s;
    z-index: 2;
  }

  .gallery-nav:hover { background: rgba(255,255,255,0.35); }
  .gallery-prev { left: 14px; }
  .gallery-next { right: 14px; }

  .gallery-count {
    position: absolute; top: 14px; right: 14px;
    background: rgba(10,22,40,0.7); backdrop-filter: blur(6px);
    color: #fff; font-size: 0.78rem; font-weight: 600;
    padding: 5px 12px; border-radius: 20px; z-index: 2;
  }

  /* ─── DESCRIPTION ─── */
  .description p {
    color: var(--muted);
    line-height: 1.8; font-size: 0.92rem;
    font-weight: 300;
  }

  .description p + p { margin-top: 12px; }

  /* ─── RIGHT COL ─── */
  .right-col { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 80px; }

  /* ─── BOOK VISIT ─── */
  .book-card {
    background: var(--card);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  }

  .book-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem; font-weight: 700;
    color: #032f7b;; margin-bottom: 6px;
  }

  .book-sub {
    font-size: 0.82rem; color: var(--muted); margin-bottom: 20px;
  }

  .form-field {
    width: 100%;
    background: var(--cream);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 13px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem; color: var(--text);
    margin-bottom: 12px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .form-field:focus {
    border-color: var(--blue-mid);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
  }

  .form-field::placeholder { color: #94a3b8; }

  select.form-field { cursor: pointer; }

  .btn-cta {
    width: 100%;
    background: #f47c20;
    color: #fff; border: none; border-radius: 10px;
    padding: 15px;
    font-family: 'Syne', sans-serif;
    font-size: 0.95rem; font-weight: 700;
    cursor: pointer; letter-spacing: 0.3px;
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  }

  .btn-cta:hover {
    transform: translateY(-2px);
/*     box-shadow: 0 8px 24px rgba(249,115,22,0.45); */
  }

  .btn-cta:active { transform: translateY(0); }

  .form-note {
    text-align: center;
    font-size: 0.75rem; color: var(--muted);
    margin-top: 12px;
  }

  /* ─── PROJECT INFO ─── */
  .info-card {
    background: var(--card);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 22px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  }

  .info-title {
    font-family: 'Syne', sans-serif;
    font-size: 0.95rem; font-weight: 700; color: var(--navy);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
  }

  .info-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
  }

  .info-row:last-child { border-bottom: none; }

  .info-key { color: var(--muted); font-weight: 400; }

  .info-val {
    font-weight: 600; color: var(--navy);
    text-align: right;
  }

  .status-badge {
    background: rgba(34,197,94,0.1);
    color: #16a34a;
    border: 1px solid rgba(34,197,94,0.25);
    padding: 3px 10px; border-radius: 20px;
    font-size: 0.78rem; font-weight: 600;
  }

  .rera-badge {
    background: rgba(27,79,216,0.08);
    color: var(--blue);
    border: 1px solid rgba(27,79,216,0.2);
    padding: 3px 10px; border-radius: 20px;
    font-size: 0.78rem; font-weight: 600;
  }

  /* ─── MAP TEASER ─── */
  .map-card {
    border-radius: 12px; overflow: hidden;
    border: 1px solid var(--border);
    height: 130px;
    background: linear-gradient(135deg, #dbeafe, #ccfbf1);
    position: relative;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
  }

  .map-label {
    font-family: 'Syne', sans-serif;
    font-size: 0.85rem; font-weight: 700;
    color: var(--navy); z-index: 1;
    display: flex; align-items: center; gap: 8px;
  }

  .map-dot {
    width: 12px; height: 12px;
    background: var(--orange);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(249,115,22,0.2);
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0%,100% { box-shadow: 0 0 0 4px rgba(249,115,22,0.2); }
    50% { box-shadow: 0 0 0 8px rgba(249,115,22,0.08); }
  }