*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --dark: #232323;
    --dark2: #1a1a1a;
    --gold: #C9A84C;
    --gold-lt: #E8C96A;
    --gold-dk: #A07830;
    --gold-bg: #FBF5E6;
    --gold-border: #DFC07A;
    --wh: #FFFFFF;
    --ow: #F9F8F6;
    --sl: #5A5A5A;
    --border: #E8E2D8;
    --text: #1C1C1C;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--wh); overflow-x: hidden; }
html, body {
  overflow-y: auto !important;
  height: auto !important;
  -webkit-overflow-scrolling: touch;
}
  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(35,35,35,0.97); backdrop-filter: blur(14px);
    padding: 0 48px; display: flex; align-items: center;
    justify-content: space-between; height: 72px;
    border-bottom: 1px solid rgba(201,168,76,0.18);
    transition: background 0.3s;
  }
  .nav-logo img { height: 40px; width: auto; display: block; filter: invert(1);}
  .nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
  .nav-links a { color: rgba(255,255,255,0.72); text-decoration: none; font-size: 13px; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--gold); }
  .n-cta { background: var(--gold) !important; color: var(--dark) !important; padding: 9px 22px; border-radius: 6px; font-weight: 700 !important; }
  .n-cta:hover { background: var(--gold-lt) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
  .hamburger span { width: 24px; height: 2px; background: white; border-radius: 2px; }

  /* HERO SLIDER */
  #hero { position: relative; height: 100vh; min-height: 700px; overflow: hidden; }
  .slides { position: absolute; inset: 0; display: flex; transition: transform 0.9s cubic-bezier(0.77,0,0.175,1); }
  .slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; }
  .slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 8s ease; }
  .slide.active img { transform: scale(1); }
  .slide-ov {
    position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(35,35,35,0.88) 0%, rgba(35,35,35,0.60) 45%, rgba(35,35,35,0.25) 100%);
  }
  .s-arrows { position: absolute; top: 50%; width: 100%; padding: 0 22px; z-index: 20; display: flex; justify-content: space-between; transform: translateY(-50%); pointer-events: none; }
  .s-arr { width: 44px; height: 44px; border-radius: 50%; background: rgba(201,168,76,0.18); backdrop-filter: blur(8px); border: 1px solid rgba(201,168,76,0.4); color: var(--gold); font-size: 18px; cursor: pointer; pointer-events: all; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
  .s-arr:hover { background: rgba(201,168,76,0.35); }
  .s-dots { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; z-index: 20; }
  .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.38); cursor: pointer; border: none; transition: all 0.3s; }
  .dot.active { background: var(--gold); width: 24px; border-radius: 4px; }

  /* HERO CONTENT */
  .hero-cnt { position: absolute; inset: 0; z-index: 10; display: flex; align-items: center; padding-top: 72px; }
  .hero-in { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 1fr 430px; gap: 54px; align-items: center; }
  .hero-l { color: white; }
  .h-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.45);
    padding: 6px 18px; border-radius: 50px; font-size: 11.5px; font-weight: 600;
    letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 26px;
    animation: fsd 0.8s ease both;
  }
  .h-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #4CAF50; box-shadow: 0 0 8px #4CAF50; flex-shrink: 0; }
  .h-title { font-family: 'Cormorant Garamond', serif; font-size: 74px; line-height: 0.95; font-weight: 300; letter-spacing: -1px; margin-bottom: 8px; animation: fsd 0.9s 0.1s ease both; }
  .h-title .sub { font-style: italic; color: var(--gold-lt); font-size: 50px; display: block; }
  .h-title .main { font-weight: 600; display: block; font-size: 90px; letter-spacing: -3px; color: white; }
  .h-loc { font-size: 12.5px; color: rgba(255,255,255,0.8); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 34px; animation: fsd 1s 0.2s ease both; }
  @keyframes fsd { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

  .h-stats { display: flex; width: fit-content; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.25); border-radius: 12px; overflow: hidden; backdrop-filter: blur(8px); margin-bottom: 34px; animation: fsd 1s 0.3s ease both; }
  .stat { padding: 15px 24px; border-right: 1px solid rgba(201,168,76,0.15); text-align: center; }
  .stat:last-child { border-right: none; }
  .sv { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; color: var(--gold); line-height: 1; }
  .sl { font-size: 10.5px; color: rgba(255,255,255,0.7); margin-top: 4px; letter-spacing: 1px; text-transform: uppercase; }

  .h-checks { display: flex; flex-direction: column; gap: 9px; animation: fsd 1s 0.4s ease both; }
  .h-chk { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,0.78); }
  .tick { width: 20px; height: 20px; border-radius: 50%; background: rgba(201,168,76,0.2); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }

  /* HERO FORM */
  .h-form { background: white; border-radius: 20px; padding: 34px 20px; box-shadow: 0 40px 80px rgba(0,0,0,0.40); animation: fsd 1s 0.2s ease both; border-top: 3px solid var(--gold); }
  .fh { margin-bottom: 18px; }
  .fh h3 { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 600; color: var(--dark); margin-bottom: 3px; }
  .fh p { font-size: 12px; color: var(--sl); }
  .fbadges { display: flex; gap: 6px; margin-bottom: 16px; flex-wrap: wrap; }
  .fb { font-size: 10.5px; padding: 4px 10px; border-radius: 20px; background: var(--gold-bg); color: var(--gold-dk); border: 1px solid var(--gold-border); font-weight: 600; }
  .fg { margin-bottom: 11px; }
  .fg label { display: block; font-size: 11.5px; font-weight: 500; color: var(--sl); margin-bottom: 5px; }
  .fg input, .fg select { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 13.5px; font-family: 'DM Sans', sans-serif; color: var(--dark); background: #FAFAF8; outline: none; transition: border-color 0.2s, box-shadow 0.2s; -webkit-appearance: none; }
  .fg input:focus, .fg select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.14); background: white; }
  .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .btn-sub { width: 100%; padding: 14px; background: linear-gradient(135deg, var(--dark2), var(--dark)); color: white; border: none; border-radius: 10px; font-size: 14.5px; font-weight: 600; cursor: pointer; margin-top: 5px; font-family: 'DM Sans', sans-serif; transition: all 0.25s; letter-spacing: 0.3px; }
  .btn-sub:hover { background: linear-gradient(135deg, var(--gold-dk), var(--gold)); color: var(--dark); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(201,168,76,0.30); }
  .f-disc { font-size: 10.5px; color: #9BA8BA; text-align: center; margin-top: 10px; line-height: 1.5; }
  .succ { display: none; text-align: center; padding: 22px 10px; }
  .succ-ico { width: 54px; height: 54px; background: var(--gold-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 12px; }
  .succ h4 { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--dark); margin-bottom: 7px; }
  .succ p { font-size: 13px; color: var(--sl); }

  /* SECTIONS */
  .sec { padding: 90px 48px; }
  .sec-in { max-width: 1200px; margin: 0 auto; }
  .sec-lbl { font-size: 11.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-dk); margin-bottom: 12px; }
  .sec-tit { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 400; line-height: 1.05; color: var(--dark); margin-bottom: 18px; }
  .sec-tit em { font-style: italic; color: var(--gold); }
  .sec-desc { font-size: 15.5px; color: var(--sl); line-height: 1.75; max-width: 600px; }

  /* ABOUT */
  #about { background: var(--ow); }
  .ab-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 58px; }
  .ab-imgs { position: relative; }
  .ab-main { width: 100%; border-radius: 16px; aspect-ratio: 4/3; object-fit: cover; box-shadow: 0 32px 64px rgba(35,35,35,0.16); }
  .ab-acc { position: absolute; bottom: -26px; right: -26px; width: 50%; border-radius: 12px; aspect-ratio: 3/2; object-fit: cover; border: 4px solid white; box-shadow: 0 20px 40px rgba(35,35,35,0.18); }
  .ab-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 28px; }
  .feat { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--dark); font-weight: 500; }
  .ftic { width: 35px; height: 35px; border-radius: 8px; background: var(--gold-bg); border: 1px solid var(--gold-border); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }

  /* NUMBERS */
  #numbers { background: white; }
  .n-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 48px; }
  .n-card { background: linear-gradient(150deg, var(--dark2), var(--dark)); border-radius: 18px; padding: 32px 24px; color: white; position: relative; overflow: hidden; transition: transform 0.3s; border: 1px solid rgba(201,168,76,0.15); }
  .n-card:hover { transform: translateY(-4px); }
  .n-card::after { content: ''; position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; border-radius: 50%; background: rgba(201,168,76,0.06); }
  .n-val { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 9px; }
  .n-lbl { font-size: 12.5px; color: rgba(255,255,255,0.62); line-height: 1.5; }

  /* AMENITIES */
  #amenities { background: var(--dark); }
  #amenities .sec-lbl { color: var(--gold); }
  #amenities .sec-tit { color: white; }
  #amenities .sec-desc { color: rgba(255,255,255,0.55); }
  .am-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 2px; margin-top: 48px; border-radius: 16px; overflow: hidden; }
  .am-c { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); padding: 24px 14px; text-align: center; transition: background 0.25s; }
  .am-c:hover { background: rgba(201,168,76,0.12); border-color: rgba(201,168,76,0.2); }
  .am-ico { font-size: 24px; margin-bottom: 9px; display: block; }
  .am-nm { font-size: 11.5px; color: rgba(255,255,255,0.65); font-weight: 500; line-height: 1.3; }

  /* GALLERY */
  #gallery { background: var(--ow); }
  .g-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: 240px 240px; gap: 11px; margin-top: 46px; }
  .gi { border-radius: 12px; overflow: hidden; position: relative; }
  .gi:nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .gi img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s; }
  .gi:hover img { transform: scale(1.06); }
  .gi-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(35,35,35,0.70), transparent); opacity: 0; transition: opacity 0.3s; display: flex; align-items: flex-end; padding: 14px; }
  .gi:hover .gi-ov { opacity: 1; }
  .gi-cap { color: var(--gold-lt); font-size: 12.5px; font-weight: 600; letter-spacing: 0.5px; }

  /* PRICING */
  #pricing { background: white; }
  .p-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 46px; }
  .p-card { background: white; border: 1.5px solid var(--border); border-radius: 18px; overflow: hidden; transition: box-shadow 0.3s, transform 0.3s; position: relative; }
  .p-card:hover { box-shadow: 0 24px 56px rgba(35,35,35,0.12); transform: translateY(-3px); }
  .ptag { position: absolute; top: 17px; right: 17px; font-size: 10px; font-weight: 700; letter-spacing: 1px; padding: 4px 11px; border-radius: 20px; text-transform: uppercase; }
  .ta { background: var(--gold-bg); color: var(--gold-dk); border: 1px solid var(--gold-border); }
  .tb { background: var(--dark); color: var(--gold); border: 1px solid rgba(201,168,76,0.3); }
  .tc { background: var(--gold); color: var(--dark); }
  /* Pricing card header — dark with gold + white text */
  .ph { background: linear-gradient(145deg, var(--dark2), var(--dark)); padding: 26px 24px 20px; color: white; border-bottom: 2px solid var(--gold); }
  .pb-bhk { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 600; color: white; }
  .pb-area { font-size: 12.5px; color: rgba(255,255,255,0.55); margin-top: 3px; }
  .pb-price { font-size: 22px; font-weight: 700; color: var(--gold); margin-top: 13px; }
  .pb { padding: 20px 24px; }
  .pf { list-style: none; margin-bottom: 16px; }
  .pf li { font-size: 13px; color: var(--sl); padding: 7px 0; border-bottom: 1px solid var(--ow); display: flex; align-items: center; gap: 8px; }
  .pf li::before { content: '•'; color: var(--gold); font-size: 18px; }
  .btn-enq { display: block; width: 100%; padding: 12px; border-radius: 8px; background: var(--gold-bg); color: var(--dark); border: 1.5px solid var(--gold-border); font-size: 13.5px; font-weight: 700; text-align: center; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.2s; }
  .btn-enq:hover { background: var(--dark); color: var(--gold); border-color: var(--dark); }

  /* LOCATION */
  #location { background: var(--ow); }
  .l-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-top: 48px; }
  .l-map { border-radius: 16px; overflow: hidden; height: 420px; box-shadow: 0 20px 50px rgba(35,35,35,0.12); }
  .l-map iframe { width: 100%; height: 100%; border: none; }
  .l-cats { display: flex; flex-direction: column; gap: 24px; }
  .l-cat h4 { font-size: 10.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-dk); margin-bottom: 11px; padding-bottom: 8px; border-bottom: 1px solid var(--gold-border); }
  .l-items { display: flex; flex-direction: column; gap: 8px; }
  .l-item { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; }
  .l-nm { color: var(--dark); font-weight: 500; }
  .l-d { font-size: 11.5px; color: var(--dark); background: var(--gold-bg); padding: 3px 10px; border-radius: 20px; font-weight: 700; border: 1px solid var(--gold-border); }

  /* FAQ */
  #faq { background: white; }
  .faq-list { margin-top: 46px; max-width: 820px; }
  .faq-it { border: 1.5px solid var(--border); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
  .faq-q { padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 14.5px; font-weight: 500; color: var(--dark); gap: 16px; background: white; border: none; width: 100%; text-align: left; font-family: 'DM Sans', sans-serif; transition: background 0.2s; }
  .faq-q:hover { background: var(--ow); }
  .faq-ico { width: 28px; height: 28px; border-radius: 50%; background: var(--gold-bg); border: 1px solid var(--gold-border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px; color: var(--gold-dk); transition: transform 0.3s, background 0.3s; }
  .faq-it.open .faq-ico { transform: rotate(45deg); background: var(--dark); color: var(--gold); border-color: var(--dark); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s; padding: 0 22px; font-size: 14px; color: var(--sl); line-height: 1.75; }
  .faq-it.open .faq-a { max-height: 200px; padding: 0 22px 18px; }

  /* CONTACT */
  #contact { background: linear-gradient(135deg, var(--dark2) 0%, var(--dark) 100%); padding: 100px 48px; border-top: 2px solid rgba(201,168,76,0.25); }
  .ct-wrap { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .ct-l { color: white; }
  .ct-l .sec-lbl { color: var(--gold); }
  .ct-l .sec-tit { color: white; font-size: 44px; margin-bottom: 18px; }
  .ct-tag { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.75; }
  .ct-info { margin-top: 30px; display: flex; flex-direction: column; gap: 13px; }
  .ct-d { display: flex; align-items: center; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.76); }
  .ct-d a { color: var(--gold-lt); text-decoration: none; }
  .ct-d a:hover { color: white; }
  .c-ico { width: 36px; height: 36px; border-radius: 8px; background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .ct-fc { background: white; border-radius: 18px; padding: 30px 26px; border-top: 3px solid var(--gold); }
  .ct-fc h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; color: var(--dark); margin-bottom: 18px; }

  /* FOOTER */
  footer { background: #111111; padding: 38px 48px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 22px; border-top: 1px solid rgba(201,168,76,0.2); }
  .fl img { height: 34px; width: auto; opacity: 0.65; margin-bottom: 9px; display: block; }
  .fl p { font-size: 11.5px; color: rgba(255,255,255,0.35); }
  .fr { font-size: 11px; color: rgba(255,255,255,0.33); line-height: 1.8; }
  .fd { font-size: 11px; color: rgba(255,255,255,0.22); max-width: 360px; line-height: 1.65; }

  /* FLOAT BAR */
  .flt { position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: var(--dark); padding: 12px 20px; display: none; justify-content: space-between; align-items: center; gap: 12px; box-shadow: 0 -4px 24px rgba(0,0,0,0.3); border-top: 1px solid rgba(201,168,76,0.25); }
  .flt p { color: white; font-size: 13.5px; font-weight: 500; }
  .flt a { background: var(--gold); color: var(--dark); padding: 10px 22px; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap; }

  /* MODAL */
  .m-bg { position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.72); backdrop-filter: blur(5px); display: none; align-items: center; justify-content: center; padding: 20px; }
  .m-bg.open { display: flex; }
  .m-box { background: white; border-radius: 20px; padding: 38px 32px; max-width: 480px; width: 100%; position: relative; animation: pi 0.3s ease; border-top: 3px solid var(--gold); }
  @keyframes pi { from { opacity: 0; transform: scale(0.94) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
  .m-cls { position: absolute; top: 13px; right: 13px; background: var(--gold-bg); border: 1px solid var(--gold-border); border-radius: 50%; width: 32px; height: 32px; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; color: var(--dark); }
  .m-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; margin-bottom: 4px; color: var(--dark); }
  .m-sub { font-size: 13.5px; color: var(--sl); margin-bottom: 20px; }

  /* REVEAL */
  [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
  [data-reveal].visible { opacity: 1; transform: translateY(0); }



  /* Hamburger base */
.hamburger {
  width: 28px;
  height: 22px;
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s ease;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 9px; }
.hamburger span:nth-child(3) { top: 18px; }

/* ❌ when menu open */
#mainNav.nav-open .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

#mainNav.nav-open .hamburger span:nth-child(2) {
  opacity: 0;
}

#mainNav.nav-open .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

  /* RESPONSIVE */
  @media (max-width: 1080px) {
    .hero-in { grid-template-columns: 1fr; }
    .h-title { font-size: 58px; } .h-title .main { font-size: 72px; }
    .h-form { max-width: 520px; }
    .n-grid { grid-template-columns: repeat(2,1fr); }
    .am-grid { grid-template-columns: repeat(4,1fr); }
    .p-grid { grid-template-columns: repeat(2,1fr); }
    .ab-grid { grid-template-columns: 1fr; gap: 40px; }
    .ab-acc { display: none; }
    .l-grid, .ct-wrap { grid-template-columns: 1fr; }
  }
  @media (max-width: 768px) {
    nav { padding: 0 20px; } .nav-links { display: none; } .hamburger { display: flex; }
    .sec, #contact { padding: 60px 20px; } footer { padding: 28px 20px; }
    .sec-tit { font-size: 34px; }
    .hero-in { padding: 0 20px; }
    .h-title { font-size: 42px; display: none;} .h-title .sub { font-size: 30px; } .h-title .main { font-size: 52px; }
    .h-stats { flex-wrap: wrap; } .stat { flex: 1 0 90px; }
    .n-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .am-grid { grid-template-columns: repeat(3,1fr); }
    .p-grid { grid-template-columns: 1fr; }
    .g-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gi:nth-child(1) { grid-column: span 2; grid-row: span 1; }
    .frow { grid-template-columns: 1fr; }
    .flt { display: flex; } body { padding-bottom: 64px; }
    nav .nav-logo img { height: 32px; }
    .hero-l{
      text-align: center;
    }
    .hero-cnt{
      position: relative;
      margin-top: 15px;
      padding-bottom: 30px;
    }
    .h-loc, .h-stats, .s-arrows, .s-dots{
      display: none;
    }
    .h-badge{
      padding: 6px 15px;
      font-size: 11px;
      letter-spacing: normal;
    }
    #hero{
      overflow: inherit;
      height: auto;
      background: url("../images/ireo-mobile-banner-2.jpg") no-repeat ;
      background-position: center;
      background-size: cover;
      position: relative;
    }
     #hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);   /* adjust darkness */
  z-index: 1;
}
    .fbadges .fb:nth-child(2){
      display: none;
    }
    .h-form{
      padding: 20px;
    }
   .slides,
  .hero-cnt {
    position: relative !important;
    inset: auto !important;
  }


 .zoho-form {
    position: relative;
    z-index: 2;
  }

  .zoho-form iframe {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
   .slides {
    pointer-events: none;
    display: none !important;
  }
  }


/* =====================================
   MOBILE DRAWER MENU – 80% WIDTH
===================================== */

@media (max-width: 768px) {

  .nav-links {
    display: flex;
    position: fixed;
    top: 0;
    left: -85%;
    width: 85%;
    height: 100vh;
    background: #16302b;
    flex-direction: column;
    gap: 26px;
    padding: 30px 28px 28px;
    transition: left 0.35s ease;
    z-index: 10001;
  }

  #mainNav.nav-open .nav-links {
    left: 0;
  }

  /* 🔥 OVERLAY */
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 10000;
  }

  /* 🔥 THIS WAS MISSING */
  #mainNav.nav-open .nav-overlay {
    opacity: 1;
    pointer-events: auto;
    height: 100vh;
  }

  .hamburger {
    display: flex;
    z-index: 10002;
  }
}
  @media (max-width: 480px) {
    .h-title { font-size: 34px; display: none; } .h-title .sub { font-size: 24px; } .h-title .main { font-size: 42px; }
    .am-grid { grid-template-columns: repeat(2,1fr); }
    .sec-tit { font-size: 28px; }
  }