/* ════════════════════════════════════════════════════════════════
   UTSODHAARA — Desktop stylesheet (cleaned & de-duplicated)
   ════════════════════════════════════════════════════════════════ */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Roboto, sans-serif; font-weight: 400;    background: #f0ebe3; }

img.utsodhaara_logo { width: 75%; }

/* ════════════════════════════════════════════════════════════════
   PSX — Sport Club / Why Utsodhaara / In the heart (overlay + cards)
   ════════════════════════════════════════════════════════════════ */
.psx-wrap { height: 100vh; position: relative; overflow: hidden; }
.psx-bg, .psx-bg .owl-stage-outer, .psx-bg .owl-stage, .psx-bg .owl-item { height: 100%; }
.psx-bg-item img { width: 100%; height: 100vh; object-fit: cover; }
.psx-overlay { position: absolute; inset: 0; z-index: 5; color: #fff; }
.psx-title {
  position: absolute; left: 9%; top: 27%;
  font-family: "Source Serif 4", serif; font-size: 52px; font-weight: 500;
  color: #fff; line-height: 50px; margin-bottom: 14px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}
.psx-bottom { position: absolute; bottom: 40px; width: 100%; text-align: center; }
.psx-cards-wrap { display: flex; justify-content: center; align-items: center; gap: 15px; }
.psx-card {
    height: 110px;
    width: 110px;
    border-radius: 14px;
    background: #ffffff00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 18px;
    text-align: center;
    color: #fff;
    border: 1px solid #fffffffa;
    font-size: 12px;
    flex-direction: column;
    position: relative;
}
div#iconCarousel .owl-item {
    width: 134px !important;
}
.lfb-seg-label {
    fill: #ffffff;
    font-family: "Source Serif 4", serif;
    font-size: 16px;
}
svg.arc-text-svg {
    display: none;
}
.psx-card .icon-ring { border: none; background: transparent; margin-bottom: 0; }
.psx-card .icon-ring svg { width: 30px; height: 30px; stroke: #fff; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.psx-card.active { background: #fff; color: #1f5e3a; font-weight: 400; }
.psx-card.active .icon-ring svg { stroke: #1f5e3a; }
.psx-card .icon-ring-icons { width: 36px !important; height: 36px; filter: brightness(0) invert(1); }
.psx-card.active .icon-ring-icons { filter: none; }
.psx-arrow { width: 60px; height: 60px; border-radius: 50%; border: none; font-size: 28px; cursor: pointer; }
.psx-overlay1 .psx-title { left: 23.8%; top: 52%; }
.psx-overlay1 .hero-title-bar {
    left: 24.3% !important;
    top: 70% !important;
}
.psx-bottom .owl-item {
    width: 130px !important;
}
.yoga_bottom_box {
    height: 66px;
    background: #dccebc;
}
.psx-overlay1 a { text-decoration: none; }
.psx-overlay2 .psx-title { color: #1a4a2e; }
.psx-overlay2 .hero-title-bar { background: #0a4316 !important; top: 44%; }
.psx-overlay .hero-title-bar { position: absolute; left: 9%; top: 47%; }
.psx-bottom h2 { font-size: 32px; font-family: 'Roboto'; font-weight: 400; color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,0.35); margin-bottom: 16px; letter-spacing: 0.3px; }

/* hide all owl nav/dots by default (re-enabled per-carousel below) */
.owl-nav, .owl-dots { display: none !important; }

/* ════════════════════════════════════════════════════════════════
   HERO SECTION — A Township in the Making
   ════════════════════════════════════════════════════════════════ */
.hero-section { position: relative; width: 100%; height: 100vh; min-height: 560px; overflow: hidden; }
.bg-slide { position: absolute; inset: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.9s ease; z-index: 0; }
.bg-slide.active { opacity: 1; z-index: 1; }
.bg-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.30) 50%, rgba(0,0,0,0.10) 100%); }
.hero-content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; padding-top: 80px; }
.hero-heading-wrap { padding-left: 0; position: relative; top: 80px; }
.hero-title { font-family: "Source Serif 4", serif; font-size: 52px; font-weight: 500; color: #fff; line-height: 50px; margin-bottom: 14px; text-shadow: 0 2px 16px rgba(0,0,0,0.4); }
.hero-title-bar { width: 120px; height: 2px; background: rgba(255,255,255,0.7); }

/* map pin */
.map-pin-wrap { position: absolute; top: 46%; left: 52%; transform: translate(-50%, -50%); z-index: 3; cursor: pointer; }
.pin-icon { display: block; text-align: center; font-size: 2.8rem; animation: pinBounce 2s ease-in-out infinite; filter: drop-shadow(0 3px 8px rgba(0,0,0,0.4)); }
@keyframes pinBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.pin-tooltip { position: absolute; top: 6px; left: calc(100% + 12px); background: #fff; border-radius: 8px; padding: 10px 14px 10px 10px; display: flex; align-items: center; gap: 10px; box-shadow: 0 4px 20px rgba(0,0,0,0.18); white-space: nowrap; }
.pin-tooltip::before { content: ''; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); border: 7px solid transparent; border-right-color: #fff; }
.tooltip-ico { width: 30px; height: 30px; background: #e8f5e9; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tooltip-ico svg { width: 15px; height: 15px; stroke: #2e7d32; fill: none; stroke-width: 2; }
.tooltip-txt strong { display: block; font-size: 0.72rem; font-weight: 600; color: #111; }
.tooltip-txt span { font-size: 0.62rem; color: #888; line-height: 1.4; }

/* bottom info bar */
.info-bar-outer { width: 100%; padding-bottom: 0; }
.info-bar { display: flex; align-items: stretch; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 -6px 30px rgba(0,0,0,0.15); width: 47%; margin: auto; position: relative; bottom: 50px; }
.icon-strip { flex: 1; min-width: 0; overflow: hidden; position: relative; }
.icon-strip .owl-dots, .icon-strip .owl-nav { display: none !important; }
.icon-strip .owl-item { border-right: 1px solid #2e7d32; }
.icon-strip .owl-item:last-child { border-right: none; }
.icon-item { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 8px; cursor: pointer; transition: background 0.2s; text-align: center; height: 100%; }
.icon-item:hover { background: #f5faf5; }
.icon-item.active { background: #f0ebe2; }
.icon-item.active .icon-ring { border-color: #2e7d32; background: #e8f5e9; }
.icon-item.active .icon-ring svg { stroke: #1b5e20; }
.icon-item.active .icon-label { color: #2e7d32; }
.icon-ring { width: 48px; height: 54px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; flex-shrink: 0; transition: background 0.2s, border-color 0.2s; }
.icon-label { font-size: 12px; font-weight: 600; color: #2e7d32; line-height: 1.25; margin-bottom: 4px; transition: color 0.2s; }
.icon-desc { font-size: 12px; font-weight: 400; color: #2e7d32; line-height: 1.45; margin-bottom: 0; }
.explore-cta { flex-shrink: 0; width: 134px; background: #2e7d32; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-decoration: none; cursor: pointer; transition: background 0.25s; }
.explore-cta:hover { background: #1b5e20; }
.explore-arrow-ring { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.55); display: flex; align-items: center; justify-content: center; }
.explore-arrow-ring svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; }
.explore-cta-label { font-size: 14px; font-weight: 600; color: #fff; text-align: center; line-height: 1.3; }
@media (max-width: 991px) {
  .icon-item { padding: 16px 8px 14px; }
  .icon-ring { width: 44px; height: 44px; }
  .icon-ring svg { width: 19px; height: 19px; }
  .explore-cta { width: 100px; }
}
@media (max-width: 767px) {
  .hero-title { font-size: 1.7rem; }
  .map-pin-wrap { display: none; }
  .icon-desc { display: none; }
  .icon-label { font-size: 0.65rem; }
  .explore-cta { width: 80px; }
  .explore-cta-label { font-size: 0.65rem; }
}
@media (max-width: 575px) { .icon-item:nth-child(n+4) { display: none; } }

/* ════════════════════════════════════════════════════════════════
   GALLERY & FILMS
   ════════════════════════════════════════════════════════════════ */
.gallery-films-section { background: #f0ebe3; padding: 100px 0 90px; }
.gallery-films-title { font-family: "Source Serif 4", serif; font-size: 45px; font-weight: 700; color: #1a4a2e; text-align: center; margin-bottom: 20px; }
/*.gallery-card { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; display: block; text-decoration: none; }*/

.gallery-card { position: relative; border-radius: 16px; overflow: hidden; cursor: pointer; display: block; text-decoration: none; height:400px; }

.gallery-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s ease; }
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 45%, transparent 70%); border-radius: 16px; pointer-events: none; }
.gallery-card-label { position: absolute; bottom: 14px; left: 16px; color: #fff; font-size: 18px; font-weight: 500; line-height: 1.35; z-index: 2; font-family: "Source Serif 4", serif; }
.gallery-card-arrow { position: absolute; bottom: 12px; right: 14px; z-index: 2; width: 30px; height: 30px; border: 1.5px solid rgba(255,255,255,0.75); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; transition: background 0.2s, border-color 0.2s; }
.gallery-card:hover .gallery-card-arrow { background: rgba(255,255,255,0.2); border-color: #fff; }

/* ════════════════════════════════════════════════════════════════
   ECOSYSTEM — Visit the Ecosystem
   ════════════════════════════════════════════════════════════════ */
.ecosystem-section { position: relative; width: 100%; overflow: hidden; }
.ecosystem-hero { position: relative; min-height: 640px; background: url('../img/VisittheEcosystem.png') center center / cover no-repeat; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 60px 20px 0; }
.ecosystem-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.15) 40%, rgba(0,0,0,0.10) 70%, rgba(0,0,0,0.45) 100%); pointer-events: none; }
.ecosystem-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 520px;
    top: 40px;
}
.ecosystem-hero-title { font-family: "Source Serif 4", serif; font-size: 52px; font-weight: 700; color: #1a4a2e; line-height: 1.15; margin-bottom: 14px; }
.ecosystem-hero-desc { font-size: 15px; color: #2c4a35; line-height: 18px; margin-bottom: 12px; font-weight: 500; }
.ecosystem-hero-line { width: 40px; height: 2px; background: #1a4a2e; margin: 0 auto; }
.ecosystem-cards-row { position: relative; z-index: 2; display: flex; justify-content: center; gap: 35px; margin-top: auto; padding: 0 20px; align-self: flex-end; width: 100%; max-width: 680px; margin-left: auto; margin-right: auto; top: 232px; }
.ecosystem-card { flex: 1; background: rgba(30, 80, 45, 0.78); border-radius: 15px; padding: 22px 16px 20px; text-align: center; color: #fff; cursor: pointer; transition: background 0.25s; text-decoration: none; display: block; }
.ecosystem-card:hover { background: rgba(20, 65, 35, 0.92); color: #fff; text-decoration: none; }
.ecosystem-card-icon { width: 36px; height: 36px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; }
.ecosystem-card-icon svg { width: 36px; height: 36px; stroke: #fff; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ecosystem-card-icon .icon-ring-icons { filter: none !important; }
.ecosystem-card-icon .icon-ring { background: transparent; }
.ecosystem-card-title { font-size: 15px; font-weight: 500; color: #fff; margin-bottom: 6px; line-height: 1.3; }
.ecosystem-card-desc { font-size: 11.5px; color: rgba(255,255,255,0.82); line-height: 1.5; }
.ecosystem-schedule-bar { background: #1a5c32; padding: 18px 24px; display: flex; align-items: center; justify-content: center; gap: 18px; cursor: pointer; transition: background 0.2s; text-decoration: none; position:relative;top:-10px; }
.ecosystem-schedule-bar:hover { background: #154d29; text-decoration: none; }
.schedule-bar-icon { flex-shrink: 0; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; }
.schedule-bar-icon svg { width: 38px; height: 38px; stroke: #fff; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.schedule-bar-text { display: flex; flex-direction: column; line-height: 1.3; }
.schedule-bar-title { font-size: 18px; font-weight: 500; color: #fff; }
.schedule-bar-sub { font-size: 13px; color: rgba(255,255,255,0.82); }
.schedule-bar-arrow { flex-shrink: 0; width: 32px; height: 32px; border: 1.5px solid rgba(255,255,255,0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; margin-left: 8px; transition: border-color 0.2s, background 0.2s; }
.ecosystem-schedule-bar:hover .schedule-bar-arrow { border-color: #fff; background: rgba(255,255,255,0.15); }

/* ════════════════════════════════════════════════════════════════
   NML — Villa / Condominium tabs + substrip
   ════════════════════════════════════════════════════════════════ */
.nml-section { position: relative; font-family: inherit; }
.nml-hero { position: relative; width: 100%; height: 532px; overflow: hidden; }
.nml-tab-panel { display: none; height: 100%; }
.nml-tab-panel.nml-active { display: block; }
.nml-tab-panel .owl-carousel, .nml-tab-panel .owl-stage-outer, .nml-tab-panel .owl-stage, .nml-tab-panel .owl-item { height: 100%; }
.nml-slide { height: 532px; background-size: cover; background-position: center; position: relative; }
.nml-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.08) 50%, rgba(0,0,0,0.50) 100%); }
.nml-overlay { position: absolute; bottom: 30px; left: 0; right: 0; z-index: 10; text-align: center; padding: 0 20px; }
.nml-overlay-title { font-size: 22px; font-family: 'Roboto'; font-weight: 400; color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,0.35); margin-bottom: 16px; letter-spacing: 0.3px; }
.nml-features { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.nml-feat-pill {
    background: transparent;
    border: 1.5px solid #fff;
    border-radius: 10px;
    padding: 10px 11px;
    text-align: center;
    cursor: pointer;
    min-width: 74px;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    width: 100px;
    padding-top: 15px;
}
.nml-feat-pill:hover { transform: translateY(-2px); background: transparent; }
.nml-feat-pill.nml-pill-active { background: #fff; border-color: #fff; box-shadow: 0 2px 10px rgba(26,92,50,0.15); }
.nml-feat-icon { width: 28px; height: 28px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; color: #1a5c32; }
.nml-feat-icon svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.nml-feat-pill.nml-pill-active .nml-feat-icon { background: transparent; border-radius: 6px; padding: 3px; }
.nml-feat-pill.nml-pill-active .nml-feat-icon svg { stroke: #1a5c32; }
.nml-feat-icon .icon-ring-icons { width: 36px; height: 36px; filter: brightness(0) invert(1); }
.nml-feat-pill.nml-pill-active .icon-ring-icons { filter: none; }
.nml-feat-label { font-size: 12px; font-weight: 600; color: #fff; line-height: 1.25; font-family: 'Roboto'; }
.nml-feat-pill.nml-pill-active .nml-feat-label { color: #1a4a2e; }
.nml-tab-bar { background: #1a5c32; display: flex; align-items: stretch; }
.nml-tab-btn { flex: 1; padding: 10px 24px; text-align: center; cursor: pointer; position: relative; border: none; background: transparent; transition: background 0.2s; }
.nml-tab-btn:hover { background: transparent; }
.nml-tab-btn.nml-tab-active { background: rgba(255,255,255,0.10); }
.nml-tab-btn.nml-tab-active::before { content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #1a5c32; }
.nml-tab-btn-label { font-size: 22px; font-weight: 500; font-family: "Source Serif 4", serif; color: #fff; letter-spacing: 0.3px; }
.nml-tab-btn:not(.nml-tab-active) .nml-tab-btn-label { color: rgba(255,255,255,0.55); }
.nml-tab-divider { width: 1px; background: rgba(255,255,255,0.25); align-self: stretch; }
.nml-tab-panel .owl-dots, .nml-tab-panel .owl-nav { display: none !important; }
.nml-substrip-bar { background: #fff; padding: 16px 24px; text-align: center; }
.nml-substrip-link { display: inline-flex; align-items: center; gap: 10px; font-size: clamp(13px, 1.8vw, 15px); font-weight: 600; color: #1a5c32; text-decoration: none; transition: gap 0.2s, color 0.2s; }
.nml-substrip-link:hover { gap: 14px; color: #123f22; text-decoration: none; }
.nml-substrip-arrow { font-size: 22px; line-height: 1; transition: transform 0.2s; }
.nml-substrip-link:hover .nml-substrip-arrow { transform: translateX(3px); }
span.nml-substrip-label { font-size: 16px; }

/* ════════════════════════════════════════════════════════════════
   UFT — Footer
   ════════════════════════════════════════════════════════════════ */
.uft-footer { font-family: 'Roboto', sans-serif; padding: 50px 0 36px; background: #f0ebe3; }
.uft-heading { color: #178554; font-weight: 600; font-size: 18px; margin-bottom: 18px; }
.uft-address p { color: #178554; font-size: 14px; line-height: 1.6; margin-bottom: 18px; font-weight: 500; }
.uft-address p:last-child { margin-bottom: 0; }
.uft-address a { text-decoration: none; color: #2b8754; }
.uft-links { list-style: none; padding: 0; margin: 0; }
.uft-links li { color: #178554; font-size: 14px; line-height: 1.6; font-weight: 500; margin-bottom: 13px; }
.uft-links li:last-child { margin-bottom: 0; }
.uft-links a { color: #178554; font-size: 14px; font-weight: 500; text-decoration: none; }
.uft-links a:hover { color: #178554; }
.uft-social { display: flex; justify-content: start; gap: 14px; margin: 20px 0 40px; }
.uft-social-circle { width: 35px; height: 35px; border: 1.4px solid #1a6b3f; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.uft-yt-you { display: block; color: #1a6b3f; font-weight: 700; font-size: 9.5px; text-align: center; line-height: 1; }
.uft-yt-tube { display: block; background: #1a6b3f; color: #fff; font-weight: 700; font-size: 9px; text-align: center; line-height: 1.4; border-radius: 3px; padding: 0 3px; margin-top: 1px; }
.uft-legal-row { display: grid; gap: 31px; grid-template-columns: 22% 35% 40%; }
.uft-legal-line { flex: 1; border-top: 1px solid #c2c2c2; margin-top: 10px; }
.uft-legal-text { color: #178554; font-size: 14px; line-height: 1.6; font-weight: 500; text-decoration: none; }
.uft-copyright { color: #178554; font-size: 14px; line-height: 1.6; font-weight: 500; margin-bottom: 32px; text-decoration: none; }
.uft-col { margin-bottom: 36px; }
@media (min-width: 768px) { .uft-col { margin-bottom: 0; } }
@media (max-width: 767px) { .uft-legal-text { white-space: normal; text-align: center; } }

/* ════════════════════════════════════════════════════════════════
   OSS — One-Scroll-One-Section
   ════════════════════════════════════════════════════════════════ */
html, body { scroll-behavior: auto; }
.oss-slide { position: relative; width: 100%; }
.oss-slide-fit {overflow-y: auto; display: flex; flex-direction: column;  -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.oss-slide-fit::-webkit-scrollbar { display: none; }
@media (max-width: 767px) { .oss-slide-fit { height: 100vh; height: 100dvh; } }

/* ════════════════════════════════════════════════════════════════
   ADU — A Day in Utsodhaara
   ════════════════════════════════════════════════════════════════ */
.adu-section { position: relative; width: 100%; background: #f0ebe3; }
.adu-hero { position: relative; width: 100%; aspect-ratio: 1366 / 596; overflow: hidden; background: #20331f; }
.adu-hero .adu-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-position: center top; z-index: 0; transition: opacity 0.6s ease; }
.adu-title-wrap { position: absolute; left: 8.6%; top: 30%; z-index: 4; }
.adu-title { font-family: "Source Serif 4", serif; font-size: clamp(26px, 3.8vw, 50px); font-weight: 500; line-height: 1.02; color: #fff; text-shadow: 0 2px 16px rgba(0,0,0,0.45); margin-bottom: 3.0%; }
.adu-title-bar { width: 8.4%; min-width: 70px; height: 2px; background: rgba(255,255,255,0.85); }
.adu-ring-wrap { position: absolute; left: 70%; top: 95%; width: 34.4%; aspect-ratio: 1; transform: translate(-50%, -50%); z-index: 3; pointer-events: none; }
.adu-arc-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.adu-arc-text { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 500; font-size: 20px; letter-spacing: 1px; fill: #fff; paint-order: stroke; stroke: rgba(0,0,0,0.18); stroke-width: 0.4px; }
.adu-badge-label { position: relative; z-index: 2; font-family: "Source Serif 4", serif; font-size:13px; font-weight: 600; color: #1f5e3a; letter-spacing: 0.3px; }
.arc-text-svg { width: 300px; height: 300px; overflow: visible; }
.arc-text { fill: #fff; font-size: 30px; font-weight: 300; letter-spacing: 1px; transition: opacity 0.5s ease; }
.adu-figure { position: absolute; bottom: -25px; right: 18%; height: 55%; width: auto; z-index: 4; transition: opacity 0.5s ease; }
.adu-arm { position: absolute; inset: 0; transform-origin: 50% 50%; transform: rotate(0deg); transition: transform 1.1s cubic-bezier(.45,0,.2,1); pointer-events: none; z-index: 5; }
.adu-badge { position: absolute; left: 50%; top: 0.8%; width: 18.5%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%, -50%) rotate(0deg); transition: transform 1.1s cubic-bezier(.45,0,.2,1); filter: drop-shadow(0 3px 10px rgba(0,0,0,0.20)); }
.adu-seal-bg { position: absolute; inset: 0; width: 100%; height: 100%; }
.adu-moon-seal { display: none; }
.adu-badge.is-night .adu-sun-seal { display: none; }
.adu-badge.is-night .adu-moon-seal { display: block; }
.adu-badge.is-night .adu-badge-label { color: #1f3a5e; }
.adu-activity { margin-top: 16px; max-width: 340px; font-family: "Source Serif 4", serif; font-size: clamp(14px, 1.7vw, 22px); font-weight: 500; color: #fff; line-height: 1.25; text-shadow: 0 2px 12px rgba(0,0,0,0.45); transition: opacity 0.5s ease; }
@media (max-width: 767px) { .adu-title { font-size: 34px; line-height: 36px; } .adu-arc-text { font-size: 15px; } }

/* ════════════════════════════════════════════════════════════════
   LFB — Life Flows Better Here (banner + header + menu)
   ════════════════════════════════════════════════════════════════ */
.lfb-hero { position: relative; width: 100%; height: 100vh; min-height: 640px; overflow: hidden; background: linear-gradient(to bottom, #efe7da 0%, #efe7da 46%, #c9d6b0 60%, #7fae5a 80%, #4f8f3c 100%); background-image: url('../img/home_banner.png'); background-size: cover; background-position: center bottom; }
.lfb-header {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 48px;
    transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
    width: 100%;
}
.lfb-header.scrolled .utsodhaara_logo {
    width: 67%;
}
.lfb-header.scrolled {
    background: rgba(255,255,255,0.96);
    box-shadow: 0 2px 18px rgba(0,0,0,0.10);
    padding: 10px 48px;
    backdrop-filter: blur(6px);
    padding-bottom: 10px;
    z-index: 99;
}
.lfb-header.scrolled .lfb-brand {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.3px;
    position: relative;
    left: 80px;
}
.lfb-header.scrolled img.ambuja_logo {
    width: 60%;
}

.lfb-header.scrolled .lfb-burger span {
    position: absolute;
    left: 5px;
    right: 5px;
    height: 1px;
    border-radius: 2px;
    background: #000;
    transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease;
}


.ambuja_hover {
    filter: brightness(0) invert(1);
}

.lfb-header.scrolled .ambuja_hover {
    filter: none;
}


.lfb-logo .lfb-logo-main { font-family: "Source Serif 4", serif; font-weight: 600; font-size: 20px; letter-spacing: 3px; }
.lfb-logo .lfb-logo-sub { font-size: 8px; letter-spacing: 4px; margin-top: 5px; opacity: 0.9; }
.lfb-logo .lfb-logo-city { font-size: 9px; letter-spacing: 6px; margin-top: 8px; opacity: 0.8; }
.lfb-header-right { display: flex; align-items: center; gap: 0px; }
.lfb-brand {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.3px;
    position: relative;
    left: 60px;
}
img.ambuja_logo {
    width: 70%;
}
.lfb-burger.open span {
    top: 15px;
    transform: rotate(45deg);
    background: #fff;
}
.lfb-brand .b1 { color: #1b3f8f; }
.lfb-brand .b2 { color: #e8821e; }
.lfb-burger { width: 40px; height: 31px; position: relative; cursor: pointer; background: none; border: none; padding: 0; }
.lfb-burger span { position: absolute; left: 5px; right: 5px; height: 2.5px; border-radius: 2px; background: #fff; transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease; }
.lfb-burger span:nth-child(1) { top: 7px; }
.lfb-burger span:nth-child(2) { top: 15px; }
.lfb-burger span:nth-child(3) { top: 23px; }
.lfb-burger.open span:nth-child(1) { top: 15px; transform: rotate(45deg); }
.lfb-burger.open span:nth-child(2) { opacity: 0; }
.lfb-burger.open span:nth-child(3) { top: 15px; transform: rotate(-45deg); }
.lfb-menu { position: fixed; inset: 0; z-index: 85; background: linear-gradient(135deg, #1f5e34 0%, #133f23 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; opacity: 0; visibility: hidden; transform: scale(1.04); transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s; }
.lfb-menu.open { opacity: 1; visibility: visible; transform: scale(1); }
.lfb-menu a { color: #fff; text-decoration: none; font-family: "Source Serif 4", serif; font-size: 34px; font-weight: 500; padding: 8px 0; opacity: 0.85; transform: translateY(14px); transition: opacity 0.3s ease, transform 0.3s ease, letter-spacing 0.3s ease; }
.lfb-menu.open a { transform: translateY(0); opacity: 0.9; }
.lfb-menu a:hover { opacity: 1; letter-spacing: 2px; }
.lfb-left { position: absolute; left: 8%; top: 33%; z-index: 20; max-width: 460px; }
.lfb-title {
    font-family: "Source Serif 4", serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 0.9;
    color: #1f5e34;
    margin-bottom: 9px;
}
.lfb-sub { font-size: 17px; color: #2f5238; margin-bottom: 30px; }
.lfb-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.lfb-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1.5px solid #1f5e34;
    color: #1f5e34;
    background: transparent;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.lfb-btn:hover { background: #1f5e34; color: #fff; }
.lfb-wheel {
    position: absolute;
    right: 14%;
    top: 53%;
    transform: translateY(-52%);
    width: 470px;
    max-width: 52vw;
    aspect-ratio: 1;
    z-index: 10;
}
.lfb-wheel svg.lfb-wheel-svg { width: 100%; height: 100%; display: block; overflow: visible; }
.lfb-seg { transform-box: view-box; transform-origin: 300px 300px; transition: transform 0.6s cubic-bezier(.2,.7,.3,1), filter 0.6s ease; }
.lfb-seg.active { transform: scale(1.07); filter: drop-shadow(0 8px 16px rgba(0,0,0,0.38)); }
.lfb-hub { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50%; aspect-ratio: 1; background: #fff; border-radius: 50%; box-shadow: 0 10px 40px rgba(0,0,0,0.12); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; z-index: 4; }
.lfb-hand { position: absolute; inset: 0; width: 100%; height: 100%; transform-origin: 50% 50%; transition: transform 0.9s cubic-bezier(.5,0,.2,1); pointer-events: none; }
.lfb-hub-within {
    font-size: 12px;
    letter-spacing: 4px;
    color: #1f5e34;
    font-weight: 600;
    position: relative;
    top: -34px;
}
.lfb-hub-num {
    font-family: "Source Serif 4", serif;
    font-weight: 700;
    font-size: 40px;
    color: #1f5e34;
    line-height: 1;
    margin: 0px;
    position: relative;
    top: -34px;
}
.lfb-hub-min {
    font-size: 12px;
    letter-spacing: 3px;
    color: #1f5e34;
    font-weight: 500;
    position: relative;
    top: -34px;
}
.lfb-hub-eco {
    font-size: 12px;
    letter-spacing: 2px;
    color: #1f5e34;
    font-weight: 700;
    margin-top: 0px;
    position: relative;
    top: -34px;
}
.lfb-seg-label { fill: #fff; font-family: "Source Serif 4", serif; }
.lfb-family {
    position: absolute;
    left: 68.4%;
    bottom: -18px;
    transform: translateX(-50%);
    height: 50%;
    z-index: 25;
    pointer-events: none;
}

/* hamburger overlay nav — loop-friendly: ul.lfb-nav-list > li(.lfb-has-dd) > a.lfb-dd-toggle + ul.lfb-dropdown */
.lfb-nav-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.lfb-nav-item { text-align: center; }
.lfb-nav-item > a, .lfb-dd-toggle {
  display: inline-flex; align-items: center; gap: 12px; cursor: pointer;
  color: #fff; text-decoration: none; font-family: "Source Serif 4", serif;
  font-size: 24px; font-weight: 500; padding: 8px 0; opacity: 0.9;
  transform: none; transition: opacity 0.3s ease, letter-spacing 0.3s ease;
}
.lfb-nav-item > a:hover, .lfb-dd-toggle:hover { opacity: 1; letter-spacing: 2px; }
.lfb-caret { display: inline-block; width: 9px; height: 9px; border-right: 2.5px solid #fff; border-bottom: 2.5px solid #fff; transform: rotate(45deg); margin-bottom: 4px; transition: transform 0.3s ease, margin 0.3s ease; }
li.open > .lfb-dd-toggle .lfb-caret { transform: rotate(-135deg); margin-bottom: -1px; }
.lfb-dropdown { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; gap: 2px; max-height: 0; overflow: hidden; transition: max-height 0.45s ease, margin 0.3s ease; }
li.open > .lfb-dropdown { max-height: 900px; margin: 6px 0 14px; }
.lfb-dropdown .lfb-dropdown { margin-left: 0; }
.lfb-dropdown .lfb-dropdown a { font-size: 17px; opacity: 0.7; }
.lfb-dropdown a { display: inline-block; color: #fff; text-decoration: none; font-family: "Source Serif 4", serif; font-size: 20px; font-weight: 400; opacity: 0.75; padding: 6px 0; transform: none; transition: opacity 0.25s ease, letter-spacing 0.25s ease; }
.lfb-dropdown a:hover { opacity: 1; letter-spacing: 1px; }

/* ── LFB responsive ── */
@media (max-width: 991px) {
  .lfb-title { font-size: 38px; }
  .lfb-wheel { width: 360px; right: -6%; }
  .lfb-left { top: 22%; }
  .lfb-header, .lfb-header.scrolled { padding-left: 22px; padding-right: 22px; }
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE — tablet ➜ 4K / TV / projector
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
  .hero-title, .psx-title, .gallery-films-title { font-size: 42px; line-height: 1.06; }
  .ecosystem-hero-title { font-size: 40px; }
  .info-bar { width: 82% !important; }
  .psx-card { height: 104px; width: 104px; }
  .lfb-title { font-size: 44px; }
  .lfb-wheel { width: 400px; }
  .lfb-hub-num { font-size: 52px; }
  .lfb-left { max-width: 50%; }
  .nml-overlay-title { font-size: 26px; }
  .nml-tab-btn-label { font-size: 26px; }
  .adu-title { font-size: 38px; }
}
@media (max-width: 991px) {
  .hero-title, .psx-title, .gallery-films-title { font-size: 34px; }
  .ecosystem-hero-title { font-size: 32px; }
  .info-bar { width: 92% !important; }
  .psx-cards-wrap { flex-wrap: wrap; gap: 12px; }
  .psx-card { height: 92px; width: 92px; }
  .psx-title { top: 18%; }
  .lfb-wheel { width: 320px; right: -8%; top: 46%; }
  .lfb-left { max-width: 58%; }
  .lfb-hub-num { font-size: 44px; }
  .lfb-family { height: 34%; left: 80%; }
  .nml-overlay-title { font-size: 22px; }
  .nml-tab-btn-label { font-size: 22px; }
  .adu-title { font-size: 30px; }
  .adu-title-wrap { top: 22%; }
}
@media (max-width: 767px) {
  .hero-title, .psx-title, .gallery-films-title, .ecosystem-hero-title { font-size: 28px; }
  .info-bar { width: 94% !important; }
  .lfb-title { font-size: 34px; }
  .lfb-wheel { width: 260px; right: -14%; opacity: 0.92; }
  .lfb-left { max-width: 80%; }
  .lfb-family { display: none; }
  .psx-card { height: 80px; width: 80px; }
  .nml-overlay-title, .nml-tab-btn-label { font-size: 20px; }
  .adu-title { font-size: 24px; }
}
@media (min-width: 1920px) {
  .hero-title, .psx-title, .gallery-films-title, .ecosystem-hero-title { font-size: 74px; line-height: 1.05; }
  .adu-title { font-size: 70px; }
  .lfb-title { font-size: 82px; }
  .lfb-sub { font-size: 24px; }
  .lfb-left { max-width: 660px; }
  .lfb-wheel { width: 660px; }
  .lfb-hub-num { font-size: 92px; }
  .lfb-hub-within, .lfb-hub-min { font-size: 20px; }
  .lfb-hub-eco { font-size: 22px; }
  .psx-card { height: 164px; width: 164px; }
  .info-bar { font-size: 1.3rem; }
  .nml-overlay-title { font-size: 46px; }
  .nml-tab-btn-label { font-size: 46px; }
  .ecosystem-card-title { font-size: 1.45rem; }
  .uft-footer, .uft-footer p, .uft-footer a, .uft-footer li { font-size: 1.15rem; }
}
@media (min-width: 2560px) {
  .hero-title, .psx-title, .gallery-films-title, .ecosystem-hero-title { font-size: 100px; }
  .adu-title { font-size: 96px; }
  .lfb-title { font-size: 110px; }
  .lfb-sub { font-size: 32px; }
  .lfb-left { max-width: 880px; }
  .lfb-wheel { width: 900px; }
  .lfb-hub-num { font-size: 128px; }
  .lfb-hub-within, .lfb-hub-min { font-size: 28px; }
  .lfb-hub-eco { font-size: 30px; }
  .psx-card { height: 224px; width: 224px; }
  .info-bar { font-size: 1.7rem; }
  .nml-overlay-title, .nml-tab-btn-label { font-size: 62px; }
  .uft-footer, .uft-footer p, .uft-footer a, .uft-footer li { font-size: 1.5rem; }
}
@media (min-width: 3400px) {
  .hero-title, .psx-title, .gallery-films-title, .ecosystem-hero-title { font-size: 140px; }
  .adu-title { font-size: 132px; }
  .lfb-title { font-size: 152px; }
  .lfb-sub { font-size: 44px; }
  .lfb-left { max-width: 1150px; }
  .lfb-wheel { width: 1200px; }
  .lfb-hub-num { font-size: 176px; }
  .psx-card { height: 300px; width: 300px; }
  .info-bar { font-size: 2.3rem; }
  .nml-overlay-title, .nml-tab-btn-label { font-size: 84px; }
  .uft-footer, .uft-footer p, .uft-footer a, .uft-footer li { font-size: 2rem; }
}

/* ════════════════════════════════════════════════════════════════
   INNER-PAGE — Normal banner + Sub-nav
   ════════════════════════════════════════════════════════════════ */
.ipd-banner { position: relative; width: 100%; height: 100vh; min-height: 500px;}
.ipd-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 35%) 0%, rgb(0 0 0 / 45%) 48%, rgb(0 0 0 / 49%) 100%);
    height: 640px;
}
.ipd-heading { font-family: "Source Serif 4", serif; font-size: 54px; font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 18px; text-shadow: 0 2px 16px rgba(0,0,0,0.4); }
.ipd-para { font-size: 17px; color: rgba(255,255,255,0.92); line-height: 1.65; margin-bottom: 30px; }
img.inner_banner_webpage {
    width: 100%;
    height: 640px;
}
.ipd-content {
    position: absolute;
    z-index: 2;
    max-width: 670px;
    padding-left: 8%;
    bottom:60px;
}
.ipd-heading { font-family: "Source Serif 4", serif; font-size: 54px; font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 18px; text-shadow: 0 2px 16px rgba(0,0,0,0.4); }
.ipd-para { font-size: 17px; color: rgba(255,255,255,0.92); line-height: 1.65; margin-bottom: 30px; }
.ipd-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.ipd-btn { display: inline-flex; align-items: center; gap: 12px; padding: 14px 28px; border-radius: 5px; font-size: 14px; font-weight: 600; text-decoration: none; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.ipd-btn-primary { background: #2e7d32; color: #fff; border: 1.5px solid #2e7d32; }
.ipd-btn-primary:hover { background: #1b5e20; border-color: #1b5e20; color: #fff; }
.ipd-btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.7); }
.ipd-btn-outline:hover { background: rgba(255,255,255,0.15); color: #fff; }
.ipd-subnav {
    background: #f6f1ec;
    position: relative;
    top: -10px;
}
.ipd-subnav ul { list-style: none; margin: 0; padding: 20px 24px; display: flex; justify-content: center; align-items: center; gap: 44px; flex-wrap: wrap; }
.ipd-subnav li { display: inline-flex; }
.ipd-subnav a { text-decoration: none; color: #7a7a72; font-size: 15px; font-weight: 500; letter-spacing: 0.2px; white-space: nowrap; transition: color 0.2s ease; }
.ipd-subnav a:hover { color: #1a7a45; }
.ipd-subnav a.active { color: #1a7a45; font-weight: 700; }
@media (max-width: 767px) {


  .ipd-heading { font-size: 34px; }
  .ipd-content { padding: 0 24px; }
  .ipd-subnav ul { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; gap: 26px; padding: 14px 18px; -webkit-overflow-scrolling: touch; }
  .ipd-subnav a { font-size: 14px; }
  .ipd-subnav ul::-webkit-scrollbar { display: none; }




}

/* ════════════════════════════════════════════════════════════════
   CHAIRMAN'S NOTE
   ════════════════════════════════════════════════════════════════ */
.cn-section { background: #fff; padding: 64px 0; }
.cn-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; gap: 50px; align-items: flex-end; }
.cn-text { flex: 1 1 0; padding-bottom: 10px; }
.cn-title { font-family: "Source Serif 4", serif; font-size: 40px; font-weight: 700; color: #0d6b3b; margin-bottom: 26px; }
.cn-text p { color: #8a8a82; font-size: 15px; line-height: 1.85; margin-bottom: 18px; }
.cn-dear { margin-bottom: 18px; }
.cn-name { color: #8a8a82; font-size: 15px; margin-top: 4px; }
.cn-sign { height: 56px; margin-top: 12px; display: block; }
.cn-photo { flex: 0 0 40%; align-self: flex-end; text-align: center; }
.cn-photo img { max-width: 100%; height: auto; display: block; margin-left: auto; }
@media (max-width: 767px) {
  .cn-section { padding: 36px 0; }
  .cn-wrap { flex-direction: column; align-items: stretch; gap: 26px; }
  .cn-title { font-size: 28px; }
  .cn-photo { flex: 1 1 100%; max-width: 320px; margin: 0 auto; }
}

/* ════════════════════════════════════════════════════════════════
   EVERYTHING YOU NEED — zig-zag amenities (desktop)
   (mobile-stacked .eyn-card version lives in mobile_style.css)
   ════════════════════════════════════════════════════════════════ */
.eyn-section {
    background: #f4efe9;
    padding: 56px 0 64px;
    position: relative;
    top: -10px;
}
.eyn-title { text-align: center; font-family: "Source Serif 4", serif; font-size: 34px; font-weight: 700; color: #0d6b3b; margin-bottom: 25px; padding: 0 20px; }
.eyn-wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; display: flex; flex-direction: column; gap: 40px; }
.eyn-row { display: flex; align-items: center; }
.eyn-row.reverse { flex-direction: row-reverse; }
.eyn-media { position: relative; flex: 0 0 52%; max-width: 52%; }
.eyn-media img { width: 100%; height: 300px; object-fit: cover; border-radius: 16px; display: block; box-shadow: 0 16px 34px rgba(0,0,0,0.13); background: #2a3a25; }
.eyn-media::after {
    content: '';
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    border-style: solid;
    transform: rotate(
180deg);
}
.eyn-row:not(.reverse) .eyn-media::after { right: -1px; border-width: 28px 0 28px 32px; border-color: transparent transparent transparent #f4efe9; }
.eyn-row.reverse .eyn-media::after { left: -1px; border-width: 28px 32px 28px 0; border-color: transparent #f4efe9 transparent transparent; }
.eyn-info { flex: 1 1 auto; display: flex; align-items: center; }
.eyn-row.reverse .eyn-info { flex-direction: row-reverse; }
.eyn-inner { padding: 0 44px; }
.eyn-icon svg { width: 46px; height: 46px; stroke: #1a7a45; fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 14px; }
.eyn-name { font-family: "Source Serif 4", serif; font-size: 26px; font-weight: 700; color: #0d6b3b; line-height: 1.22; margin-bottom: 8px; }
.eyn-sub { color: #9a9a92; font-size: 15px; }
.eyn-line { flex: 0 0 auto; width: 2px; height: 120px; background: #1a7a45; opacity: 0.45; }
@media (max-width: 767px) {
  .eyn-title { font-size: 26px; margin-bottom: 28px; }
  .eyn-row, .eyn-row.reverse { flex-direction: column; }
  .eyn-media, .eyn-row.reverse .eyn-media { flex: 1 1 100%; max-width: 100%; }
  .eyn-media img { height: 210px; }
  .eyn-media::after { display: none; }
  .eyn-info, .eyn-row.reverse .eyn-info { flex-direction: column; align-items: flex-start; }
  .eyn-inner { padding: 16px 4px 0; }
  .eyn-line { display: none; }
}

/* ════════════════════════════════════════════════════════════════
   ZOOM / CENTER SLIDER
   ════════════════════════════════════════════════════════════════ */
.zs-section { background: #f4efe9; padding: 66px 0 60px; text-align: center; overflow: hidden;position:relative;top:-10px; }
.zs-head { max-width: 980px; margin: 0 auto; padding: 0 24px; padding-bottom:40px; }
.zs-title { font-family: "Source Serif 4", serif; font-size: 46px; font-weight: 700; color: #0d6b3b; line-height: 1.1; margin-bottom: 24px; }
.zs-text { color: #8a8a82; font-size: 16px; line-height: 1.75; margin-bottom: 18px;text-align:center; }
.zs-text:last-child { margin-bottom: 0; }
.zs-carousel { margin-top: 30px; padding: 40px 0 6px; }
.zs-carousel .owl-stage-outer { overflow: visible; }
.zs-slide { border-radius: 16px; overflow: hidden; transform: scale(0.8); opacity: 0.9; transition: transform 0.45s ease, box-shadow 0.45s ease, opacity 0.45s ease; }
.zs-slide img { width: 100%; height: 232px; object-fit: cover; display: block; }
.zs-carousel .owl-item.center .zs-slide { transform: scale(1.13); opacity: 1; box-shadow: 0 26px 55px rgba(0,0,0,0.30); position: relative; z-index: 6; }
.zs-carousel .owl-dots { display: block !important; margin-top: 42px; text-align: center; }
.zs-carousel .owl-dot { display: inline-block; }
.zs-carousel .owl-dot span { display: block; width: 9px; height: 9px; margin: 5px; border-radius: 50%; background: #cdc6ba; transition: background 0.3s ease, width 0.3s ease; }
.zs-carousel .owl-dot.active span { background: #0d6b3b; width: 26px; border-radius: 6px; }
@media (max-width: 767px) {
  .zs-title { font-size: 30px; }
  .zs-text { font-size: 14px; }
  .zs-slide img { height: 240px; }
  .zs-carousel { padding: 26px 0 6px; }
}

/* ════════════════════════════════════════════════════════════════
   ENQUIRE NOW
   ════════════════════════════════════════════════════════════════ */
.enq-section { background: #fff; padding: 60px 0; }
.enq-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; gap: 42px; align-items: stretch; }
.enq-left { flex: 1 1 0; display: flex; flex-direction: column; gap: 22px; }
.enq-right { flex: 1 1 0; }
.enq-field { border: 1px solid #d8d8d8; border-radius: 6px; padding: 16px 20px; min-height: 90px; }
.enq-field label { display: block; color: #4a4a4a; font-size: 18px; font-weight: 400; margin-bottom: 7px; }
.enq-field input { width: 100%; border: none; outline: none; background: transparent; font-size: 15px; color: #333; font-family: 'Roboto', sans-serif; }
.enq-field input::placeholder { color: #b3b3b3; }
.enq-btn { align-self: flex-start; margin-top: 6px; background: #0d5a30; color: #fff; border: none; border-radius: 6px; font-weight: 700; font-size: 16px; letter-spacing: 0.6px; padding: 22px 46px; cursor: pointer; transition: background 0.2s ease; font-family: 'Roboto', sans-serif; }
.enq-btn:hover { background: #0a4826; }
.enq-right img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 4px; display: block; background: #2a3a25; }
@media (max-width: 767px) {
  .enq-wrap { flex-direction: column; gap: 24px; }
  .enq-section { padding: 40px 0; }
  .enq-field label { font-size: 16px; }
  .enq-btn { width: 100%; text-align: center; }
  .enq-right img { min-height: 240px; }
}

/* ════════════════════════════════════════════════════════════════
   SCHEDULE A VISIT
   ════════════════════════════════════════════════════════════════ */
.sav-title { background: #f4efe9; text-align: center; padding: 32px 20px; }
.sav-title h2 { font-family: "Source Serif 4", serif; color: #0d6b3b; font-weight: 700; font-size: 44px; letter-spacing: 0.3px; }
.sav-body { background: #1a5c32; padding: 58px 0 50px; }
.sav-form { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.sav-row { display: flex; gap: 28px; margin-bottom: 26px; flex-wrap: wrap; }
.sav-field { flex: 1 1 0; min-width: 220px; }
.sav-field-mail { flex: 1.35 1 0; }
.sav-field-full { flex: 1 1 100%; }
.sav-input, .sav-textarea { width: 100%; background: transparent; border: 1px solid rgba(255,255,255,0.28); border-radius: 8px; padding: 19px 22px; color: #fff; font-size: 15px; font-family: 'Roboto', sans-serif; outline: none; transition: border-color 0.2s ease; }
.sav-input::placeholder, .sav-textarea::placeholder { color: rgba(255,255,255,0.5); font-style: italic; }
.sav-input:focus, .sav-textarea:focus { border-color: rgba(255,255,255,0.7); }
.sav-input[type="date"], .sav-input[type="time"] { color: #fff; -webkit-appearance: none; appearance: none; }
.sav-dt::-webkit-calendar-picker-indicator { filter: invert(1); opacity: 0.7; cursor: pointer; }
.sav-dt::-webkit-calendar-picker-indicator:hover { opacity: 1; }
.sav-dt::-webkit-datetime-edit { color: rgba(255,255,255,0.92); }
.sav-dt::-webkit-datetime-edit-fields-wrapper { color: rgba(255,255,255,0.92); }
.sav-dt:focus::-webkit-datetime-edit { color: #fff; }
.sav-textarea { resize: vertical; min-height: 132px; line-height: 1.5; }
.sav-actions { text-align: center; margin-top: 38px; }
.sav-btn { background: #f4efe9; color: #0d6b3b; border: none; border-radius: 8px; font-weight: 700; font-size: 16px; padding: 19px 72px; cursor: pointer; font-family: 'Roboto', sans-serif; transition: background 0.2s ease; }
.sav-btn:hover { background: #fff; }
@media (max-width: 767px) {
  .sav-title h2 { font-size: 30px; }
  .sav-body { padding: 36px 0 44px; }
  .sav-row { gap: 16px; margin-bottom: 16px; }
  .sav-field, .sav-field-mail { flex: 1 1 100%; min-width: 100%; }
  .sav-btn { width: 100%; padding: 17px; }
}

/* ════════════════════════════════════════════════════════════════
   LOCATION / MAP
   ════════════════════════════════════════════════════════════════ */
.loc-section {
    background: #f4efe9;
    padding: 0px 0 0;
}
.loc-head { text-align: center; }
.loc-title { font-family: "Source Serif 4", serif; font-size: 52px; font-weight: 700; color: #1a4a2e; line-height: 1.05; }
.loc-title-bar { width: 90px; height: 3px; background: #1f5e34; margin: 16px auto 36px; }
.loc-map { display: block; width: 100%; line-height: 0; position: relative; }
.loc-map img { width: 100%; height: auto; max-height: 640px; object-fit: cover; display: block; }
.loc-pin { position: absolute; top: 16px; right: 24px; background: #1f5e34; color: #fff; font-size: 13px; font-weight: 600; padding: 9px 16px; border-radius: 30px; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,0.22); transition: background 0.2s ease; }
.loc-pin:hover { background: #133f23; }
@media (max-width: 767px) {
  .loc-title { font-size: 30px; }
  .loc-section { padding: 36px 0 0; }
  .loc-map img { max-height: 360px; }
  .loc-pin { right: 14px; top: 12px; font-size: 11px; padding: 7px 12px; }
}

/* ════════════════════════════════════════════════════════════════
   OFFICES / CONTACT
   ════════════════════════════════════════════════════════════════ */
.coff-section { background: #f4efe9; padding: 64px 0 70px; }
.coff-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; gap: 60px; flex-wrap: wrap; }
.coff-col { flex: 1 1 380px; }
.coff-title { font-family: "Source Serif 4", serif; font-size: 34px; font-weight: 700; color: #0d6b3b; margin-bottom: 6px; }
.coff-sub { color: #7a7a72; font-size: 15px; margin-bottom: 30px; }
.coff-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 26px; }
.coff-ic { flex: 0 0 auto; }
.coff-ic svg { width: 24px; height: 24px; stroke: #6f6f67; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.coff-text, .coff-text a { color: #5f5f57; font-size: 15px; line-height: 1.7; text-decoration: none; }
.coff-text a:hover { color: #0d6b3b; }
@media (max-width: 767px) {
  .coff-section { padding: 40px 0 46px; }
  .coff-wrap { gap: 30px; }
  .coff-title { font-size: 26px; }
}

/* ════════════════════════════════════════════════════════════════
   OTP MODALS (green theme) — osav- (Schedule) & oenq- (Enquire)
   ════════════════════════════════════════════════════════════════ */
/* .osav-overlay, .oenq-overlay { position: fixed; inset: 0; z-index: 1000; background: rgba(18, 28, 20, 0.55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.osav-overlay.open, .oenq-overlay.open { opacity: 1; visibility: visible; }
.osav-card, .oenq-card { position: relative; background: #fff; width: 100%; max-width: 420px; border-radius: 16px; padding: 42px 34px 30px; text-align: center; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28); transform: translateY(16px) scale(0.97); transition: transform 0.3s ease; font-family: 'Roboto', sans-serif; }
.osav-overlay.open .osav-card, .oenq-overlay.open .oenq-card { transform: translateY(0) scale(1); }
.osav-close, .oenq-close { position: absolute; top: 14px; right: 18px; background: none; border: none; font-size: 24px; line-height: 1; color: #9a9a92; cursor: pointer; transition: color 0.2s ease; }
.osav-close:hover, .oenq-close:hover { color: #1f5e34; }
.osav-icon, .oenq-icon { width: 64px; height: 64px; border-radius: 50%; background: #e8f1ec; display: flex; align-items: center; justify-content: center; margin: 4px auto 18px; }
.osav-icon svg, .oenq-icon svg { width: 28px; height: 28px; stroke: #0d6b3b; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.osav-title, .oenq-title { font-family: "Source Serif 4", serif; font-size: 26px; font-weight: 700; color: #1a2b20; margin-bottom: 8px; }
.osav-sub, .oenq-sub { color: #9a9a92; font-size: 14px; margin-bottom: 26px; }
.osav-boxes, .oenq-boxes { display: flex; justify-content: center; gap: 14px; margin-bottom: 26px; }
.osav-boxes input, .oenq-boxes input { width: 60px; height: 60px; border: 1.5px solid #e2dccf; border-radius: 10px; background: #faf7f2; text-align: center; font-size: 24px; font-weight: 600; color: #1a2b20; outline: none; font-family: 'Roboto', sans-serif; transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.osav-boxes input:focus, .oenq-boxes input:focus, .osav-boxes input.filled, .oenq-boxes input.filled { border-color: #1f5e34; background: #fff; box-shadow: 0 0 0 3px rgba(31, 94, 52, 0.12); }
.osav-verify, .oenq-verify { width: 100%; background: #1f5e34; color: #fff; border: none; border-radius: 8px; font-weight: 700; font-size: 16px; padding: 16px; cursor: pointer; margin-bottom: 18px; font-family: 'Roboto', sans-serif; transition: background 0.2s ease; }
.osav-verify:hover, .oenq-verify:hover { background: #133f23; }
.osav-resend, .oenq-resend { background: none; border: none; color: #1f5e34; font-weight: 600; font-size: 14px; cursor: pointer; opacity: 0.45; pointer-events: none; font-family: 'Roboto', sans-serif; }
.osav-resend.active, .oenq-resend.active { opacity: 1; pointer-events: auto; text-decoration: underline; }
.osav-timer, .oenq-timer { color: #9a9a92; font-size: 13px; margin-top: 10px; }
.osav-timer b, .oenq-timer b { color: #1f5e34; font-weight: 700; } */
@media (max-width: 767px) {
  .osav-card, .oenq-card { padding: 34px 22px 26px; }
  .osav-title, .oenq-title { font-size: 23px; }
  .osav-boxes input, .oenq-boxes input { width: 54px; height: 54px; font-size: 22px; }
}

  /* ════════ STEP INTO WORLD-CLASS LIVING (About Ambuja Neotia) ════════ */
  .swl-section { background: #f4efe9; padding: 56px 0 64px; }
  .swl-wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; text-align: center; }
  .swl-title { font-family: "Source Serif 4", serif; font-size: 40px; font-weight: 700; color: #0d6b3b; margin-bottom: 30px; }
  .swl-text { color: #9a9a92; font-size: 15px; line-height: 1.85; margin-bottom: 20px; }
  .swl-visit { color: #7a7a72; font-weight: 700; font-size: 15px; margin: 8px 0 38px; }
  .swl-visit a { color: #1a7a45; text-decoration: none; }
  .swl-visit a:hover { text-decoration: underline; }
  .swl-cards { display: flex; gap: 22px; }
  .swl-card { flex: 1; position: relative; border-radius: 12px; overflow: hidden; height: 290px; box-shadow: 0 10px 26px rgba(0,0,0,0.12); background: #2a3a25; display: block; text-decoration: none; }
  .swl-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s ease; }
  .swl-card:hover img { transform: scale(1.05); }
  .swl-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.05) 45%, transparent 65%); }
  .swl-card span { position: absolute; left: 16px; bottom: 14px; z-index: 2; color: #fff; font-size: 16px; font-weight: 500; }
  @media (max-width: 767px) {
    .swl-title { font-size: 28px; }
    .swl-text { font-size: 14px; }
    .swl-cards { flex-wrap: wrap; gap: 14px; }
    .swl-card { flex: 1 1 45%; height: 200px; }
  }

  /* ════════ WORLD-CLASS TOWN PLANNING — simple section ════════ */
  .wtp-section { background: #fff; padding: 30px 0 70px; position:relative;top:-10px; }
  .wtp-title { text-align: center; font-family: "Source Serif 4", serif; font-size: 44px; font-weight: 700; color: #0d6b3b; margin: 30px 0 40px; }
  .wtp-body { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
  .wtp-body img { width: 100%; height: auto; display: block; border-radius: 6px; background: #f4f6f4; }
  @media (max-width: 767px) { .wtp-title { font-size: 28px; margin: 18px 0 24px; } }

    /* ════════ INFRASTRUCTURE — card grid section ════════ */
  .inf-section { background: #fff; padding: 30px 0 70px; position:relative;top:-10px; }
  .inf-head { max-width: 900px; margin: 0 auto; text-align: center; padding: 18px 24px 0; }
  .inf-title { font-family: "Source Serif 4", serif; font-size: 44px; font-weight: 700; color: #0d6b3b; margin: 20px 0 18px; }
  .inf-intro { font-family: "Roboto", sans-serif; font-size: 16px; line-height: 1.65; color: #6f6f6f; margin: 0 auto 34px; }
  .inf-grid { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
  .inf-card { background: #fff; border: 1px solid #ececec; border-radius: 15px; width: 255px; box-shadow: 0 6px 18px rgba(0,0,0,0.05); display: flex; flex-direction: column; }
  .inf-card {
    background: #fff;
    border-radius: 15px;
    width: 255px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}
  .inf-card-title { font-family: "Source Serif 4", serif; font-size: 21px; font-weight: 700; color: #0d6b3b; text-align: center; margin: 20px 0 12px; line-height: 1.25; }
  .inf-card-text { font-family: "Roboto", sans-serif; font-size: 13.5px; line-height: 1.6; color: #7a7a7a; text-align: center; margin: 0; }
  @media (max-width: 991px) { .inf-card { width: 46%; } }
  @media (max-width: 767px) { .inf-title { font-size: 28px; } .inf-card { width: 100%; max-width: 360px; } }

  .inf_text_box {
    border-left: 1px solid #0d6b3b;
     border-right: 1px solid #0d6b3b;
      border-bottom: 1px solid #0d6b3b;
    height: 280px;
    padding: 0px 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
img.inf-card-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

 /* ════════ SPORTS — slider section ════════ */
 .spt-section {
    background: #fff;
    padding: 30px 0 50px;
    position: relative;
    top: -10px;
}
  .spt-head { max-width: 980px; margin: 0 auto; text-align: center; padding: 18px 24px 0; }
  .spt-title { font-family: "Source Serif 4", serif; font-size: 44px; font-weight: 700; color: #0d6b3b; margin: 20px 0 18px; }
  .spt-intro {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #6f6f6f;
    margin: 0 auto -12px;
    padding-bottom: 40px;
}
  .spt-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
  .spt-card { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 22px rgba(0,0,0,0.08); }
  .spt-card-img { width: 100%; height: 240px; object-fit: cover; display: block; background: #d9ddd9; }
  .spt-card-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 38px 16px 16px; color: #fff; font-family: "Roboto", sans-serif; font-size: 18px; font-weight: 500; text-align: center; background: linear-gradient(to top, rgba(0,0,0,0.62), rgba(0,0,0,0)); }
  /* dots */
  .spt-carousel .owl-dots { display: block; text-align: center; margin-top: 28px; }
  .spt-carousel .owl-dot { background: transparent; border: none; padding: 0; outline: none; cursor: pointer; }
  .spt-carousel .owl-dot span { width: 9px; height: 9px; background: #cdc4c4; border-radius: 50%; display: inline-block; margin: 0 5px; transition: .3s; }
  .spt-carousel .owl-dot.active span { background: #0d6b3b; width: 24px; border-radius: 6px; }
  @media (max-width: 767px) { .spt-title { font-size: 28px; } }

  /* ════════ AMENITY GRID — static; icons bounce, cards react on hover ════════ */
  .afx-section { background: #fff; padding: 10px 0 70px; position:relative;top:-10px; }
  .afx-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; gap: 34px; align-items: stretch; }
  .afx-left { flex: 0 0 46%; max-width: 46%; }
  .afx-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .afx-box { border: 1px solid #e2e2e2; border-radius: 10px; padding: 22px 10px 16px; text-align: center; background: #fff; display: flex; flex-direction: column; align-items: center; min-height: 128px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease; }
  .afx-ico { width: 54px; height: 54px; margin-bottom: 14px; transform-origin: center bottom; animation: afxBounce 3s ease-in-out infinite; }
  .afx-ico svg { width: 100%; height: 100%; display: block; transition: stroke .3s ease; }
  .afx-label { font-family: "Roboto", sans-serif; font-size: 14px; color: #3a3a3a; line-height: 1.3; transition: color .3s ease; }
  /* periodic bounce — quiet for most of the 3s, then a quick double bounce */
  @keyframes afxBounce {
    0%, 60%, 100% { transform: translateY(0); }
    68% { transform: translateY(-12px); }
    76% { transform: translateY(0); }
    84% { transform: translateY(-6px); }
    92% { transform: translateY(0); }
  }
  /* stagger so they don't all bounce in unison */
  .afx-box:nth-child(3n+2) .afx-ico { animation-delay: .4s; }
  .afx-box:nth-child(3n) .afx-ico { animation-delay: .8s; }
  /* hover — card design changes */
  .afx-box:hover { border-color: #0d6b3b; background: #f3f9f5; transform: translateY(-5px); box-shadow: 0 12px 24px rgba(13,107,59,0.16); }
  .afx-box:hover .afx-label { color: #0d6b3b; font-weight: 600; }
  .afx-box:hover .afx-ico { animation-play-state: paused; }
  .afx-right { flex: 1 1 auto; }
  .afx-stage { width: 100%; height: 100%; min-height: 560px; border-radius: 10px; overflow: hidden; background: #eef0ee; }
  .afx-stage img { width: 100%; height: 100%; object-fit: cover; display: block; }
  @media (max-width: 991px) { .afx-wrap { flex-direction: column; } .afx-left, .afx-right { max-width: 100%; flex: none; } .afx-stage { min-height: 340px; } }


section.swl-section.archi {
    padding-bottom: 0px;
}

    /* ════════ WHY INVEST (video + YouTube popup) ════════ */
  .wiv-section{ background:#f4eeec; padding:54px 0 72px; text-align:center; position:relative; top:-10px; }
  .wiv-title{ font-family:"Source Serif 4", serif; font-weight:700; font-size:46px; line-height:1.16; color:#165132; margin:0 0 14px; }
  .wiv-sub{ font-family:"Roboto", sans-serif; font-size:18px; line-height:1.5; color:#6f6f6f; max-width:760px; margin:0 auto 38px; padding:0 24px;text-align:center; }
  .wiv-video{ position:relative; max-width:1000px; margin:0 auto; padding:0 24px; cursor:pointer; }
  .wiv-frame{ position:relative; border-radius:18px; overflow:hidden; box-shadow:0 18px 44px rgba(0,0,0,.14); background:#2a3a25; }
  .wiv-frame img{ width:100%; height:auto; display:block; }
  .wiv-play{ position:absolute; inset:0; margin:auto; width:90px; height:90px; border-radius:50%; border:2px solid #fff; background:rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:.25s;top:8%; }
  .wiv-video:hover .wiv-play{ background:rgba(255,255,255,.28); transform:scale(1.06); }
  .wiv-play::before{ content:""; border-left:26px solid #fff; border-top:16px solid transparent; border-bottom:16px solid transparent; margin-left:7px; }

  /* ════════ YOUTUBE POPUP MODAL ════════ */
  .yt-modal{ position:fixed; inset:0; z-index:9999; display:none; align-items:center; justify-content:center; padding:24px; }
  .yt-modal.open{ display:flex; }
  .yt-modal-back{ position:absolute; inset:0; background:rgba(0,0,0,.85); }
  .yt-modal-box{ position:relative; z-index:2; width:100%; max-width:920px; }
  .yt-modal-frame{ position:relative; width:100%; aspect-ratio:16/9; background:#000; border-radius:10px; overflow:hidden; box-shadow:0 24px 60px rgba(0,0,0,.5); }
  .yt-modal-frame iframe{ width:100%; height:100%; border:0; display:block; }
  .yt-modal-close{ position:absolute; top:-46px; right:0; width:40px; height:40px; font-size:30px; line-height:1; color:#fff; background:rgba(255,255,255,.12); border:none; border-radius:50%; cursor:pointer; transition:.2s; }
  .yt-modal-close:hover{ background:rgba(255,255,255,.28); }

  @media (max-width:767px){
    .wiv-title{ font-size:30px; }
    .wiv-sub{ font-size:15px; }
    .wiv-play{ width:64px; height:64px; }
    .wiv-play::before{ border-left-width:18px; border-top-width:11px; border-bottom-width:11px; }
  }

  /* ════════ INVEST IN A DESTINATION (click card → image changes) ════════ */
  .idg-section{ background:#f4eeec; padding:24px 0 72px; }
  .idg-head{ text-align:center; max-width:760px; margin:0 auto 38px; padding:0 24px; }
  .idg-title{ font-family:"Source Serif 4", serif; font-weight:700; font-size:34px; color:#165132; margin-bottom:12px; }
  .idg-sub{ font-family:"Roboto", sans-serif; font-size:16px; line-height:1.5; color:#6f6f6f; }
  .idg-grid{ max-width:1160px; margin:0 auto; padding:0 24px; display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center; }
  .idg-cards{ display:flex; flex-direction:column; gap:20px; }
  .idg-card{ display:flex; align-items:center; gap:22px; width:100%; background:#fbf7f1; border:1px solid #cdd9cf; border-radius:14px; padding:22px 26px; cursor:pointer; text-align:left; transition:border-color .25s, box-shadow .25s, background .25s, transform .25s; }
  .idg-card:hover{ border-color:#5a8f6c; }
  .idg-card.active{ border:2px solid #1a6b3f; background:#fff; box-shadow:0 16px 34px rgba(0,0,0,.10); }
  .idg-ico{ flex:0 0 auto; display:flex; align-items:center; justify-content:center; }
  .idg-ico svg{ width:54px; height:54px; stroke:#1a6b3f; fill:none; }
  .idg-sep{ flex:0 0 1px; align-self:stretch; min-height:48px; background:#9ab8a4; }
  .idg-card.active .idg-sep{ background:#1a6b3f; }
  .idg-tx{ font-family:"Roboto", sans-serif; font-size:17px; line-height:1.4; color:#3a4a3f; }
  .idg-media img{ width:100%; height:430px; object-fit:cover; border-radius:14px; box-shadow:0 16px 36px rgba(0,0,0,.16); display:block; }
  @media (max-width:880px){
    .idg-grid{ grid-template-columns:1fr; gap:28px; }
    .idg-media{ order:-1; }
    .idg-media img{ height:300px; }
    .idg-title{ font-size:28px; }
  }
  @media (max-width:480px){
    .idg-card{ padding:18px 16px; gap:14px; }
    .idg-ico svg{ width:44px; height:44px; }
    .idg-tx{ font-size:15px; }
  }

  /* ════════ AT THE CROSSROADS (simple text + map image) ════════ */
  .cro-section{ background:#f4eeec; padding:20px 0 74px; text-align:center; }
  .cro-title{ font-family:"Source Serif 4", serif; font-weight:700; font-size:36px; color:#165132; margin-bottom:14px; }
  .cro-sub{ font-family:"Roboto", sans-serif; font-size:18px; line-height:1.55; color:#6f6f6f; max-width:820px; margin:0 auto 36px; padding:0 24px; }
  .cro-img{ max-width:1160px; margin:0 auto; padding:0 24px; }
  .cro-img img{ width:100%; display:block; border-radius:8px; background:#fff; box-shadow:0 14px 34px rgba(0,0,0,.10); }
  @media (max-width:767px){
    .cro-title{ font-size:26px; }
    .cro-sub{ font-size:15px; }
  }

  /* ════════ INVEST WHERE GROWTH IS HAPPENING (static) ════════ */
  .gro-section{ background:#f4eeec; padding:24px 0 64px; text-align:center; }
  .gro-head{ max-width:780px; margin:0 auto 26px; padding:0 24px; }
  .gro-title{ font-family:"Source Serif 4", serif; font-weight:700; font-size:32px; color:#165132; margin-bottom:12px; }
  .gro-sub{ font-family:"Roboto", sans-serif; font-size:16px; line-height:1.5; color:#7d7d7d; }
  .gro-stage{ max-width:1180px; margin:0 auto; padding:0 24px; }
  .gro-photo-wrap{ position:relative; border-radius:6px; overflow:hidden; }
  .gro-photo{ width:100%; display:block; }
  .gro-bars{ position:absolute; left:5%; right:5%; top:8%; bottom:14%; display:flex; align-items:flex-end; gap:1.4%; pointer-events:none; }
  .gro-bars span{ flex:1; background:rgba(255,255,255,.5); border-radius:6px 6px 0 0; }
  .gro-bars span:nth-child(1){ height:30%; } .gro-bars span:nth-child(2){ height:38%; }
  .gro-bars span:nth-child(3){ height:46%; } .gro-bars span:nth-child(4){ height:55%; }
  .gro-bars span:nth-child(5){ height:64%; } .gro-bars span:nth-child(6){ height:73%; }
  .gro-bars span:nth-child(7){ height:84%; } .gro-bars span:nth-child(8){ height:96%; }
  .gro-bar{ position:relative; z-index:2; margin:-64px auto 0; max-width:90%; background:#fff; border-radius:16px; box-shadow:0 16px 40px rgba(0,0,0,.12); display:flex; align-items:center; }
  .gro-item{ flex:1 1 0; display:flex; flex-direction:column; align-items:center; gap:12px;}
  .gro-item:not(:first-child){ border-left:1px solid #e6e6e6; }
  .gro-ico svg{ width:42px; height:42px; stroke:#1a6b3f; fill:none; }
  .gro-name{ font-family:"Source Serif 4", serif; font-weight:700; font-size:20px; color:#165132; }
  .gro-next{ flex:0 0 auto; padding:0 22px; color:#9a9a9a; font-size:30px; line-height:1; }
  @media (max-width:767px){
    .gro-title{ font-size:24px; }
    .gro-bar{ flex-wrap:wrap; max-width:94%; margin-top:-30px; }
    .gro-item{ flex:1 1 50%; }
    .gro-item:nth-child(odd):not(:first-child){ border-left:none; }
    .gro-item:nth-child(n+3){ border-top:1px solid #e6e6e6; }
    .gro-name{ font-size:17px; }
    .gro-next{ display:none; }
  }

  /* ════════ A COMPLETE ECOSYSTEM (click card → bg image changes) ════════ */
  .eco-section{ background:#f4eeec; padding:24px 0 70px; text-align:center; }
  .eco-head{ max-width:820px; margin:0 auto 28px; padding:0 24px; }
  .eco-title{ font-family:"Source Serif 4", serif; font-weight:700; font-size:34px; color:#165132; margin-bottom:12px; }
  .eco-sub{ font-family:"Roboto", sans-serif; font-size:16px; line-height:1.5; color:#7d7d7d; }
  .eco-stage{ position:relative; max-width:1180px; margin:0 auto; padding:0 24px; }
  .eco-bg{ width:100%; display:block; border-radius:8px; box-shadow:0 14px 34px rgba(0,0,0,.14); background:#1d2c1a; transition:opacity .35s ease; }
  .eco-cards{ position:absolute; left:0; right:0; bottom:-26px; display:flex; justify-content:center; gap:10px; padding:0 24px; flex-wrap:wrap; }
.eco-card {
    width: 110px;
    background: #fff;
    color: #1a6b3f;
    border: none;
    border-radius: 12px;
    padding: 12px 6px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,.14);
    transition: .22s;
}
  .eco-card:hover{ transform:translateY(-3px); }
  .eco-card.active{ background:#2e7d32; color:#fff; }
  .eco-ico svg{ width:40px; height:40px; stroke:currentColor; fill:none; }
  .eco-name{ font-size:11px; font-weight:600; line-height:1.2; color:inherit; }
  @media (max-width:900px){
    .eco-title{ font-size:26px; }
    .eco-cards{ position:static; margin-top:16px; bottom:auto; gap:8px; }
    .eco-card{ width:84px; }
  }
  @media (max-width:480px){ .eco-card{ width:30%; } }

  /* ════════ THE FOUR FOUNDATIONS (static image cards) ════════ */
  .ffg-section{ background:#f4eeec; padding:30px 0 74px; text-align:center; }
  .ffg-head{ max-width:760px; margin:0 auto 34px; padding:0 24px; }
  .ffg-title{ font-family:"Source Serif 4", serif; font-weight:700; font-size:36px; color:#165132; margin-bottom:12px; }
  .ffg-sub{ font-family:"Roboto", sans-serif; font-size:16px; line-height:1.5; color:#7d7d7d; }
  .ffg-grid{ max-width:1180px; margin:0 auto; padding:0 24px; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; align-items:end; }
  .ffg-card{ position:relative; border-radius:16px; overflow:hidden; aspect-ratio:7/12; box-shadow:0 16px 36px rgba(0,0,0,.18); cursor:pointer; }
  .ffg-card img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .55s ease; }
  .ffg-card:hover img{ transform:scale(1.06); }
  /* only the image shows by default; on hover a soft golden overlay + text fade in */
 .ffg-cap {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 30px 18px 26px;
    background: linear-gradient(to top, rgb(26 107 63), rgb(40 101 61 / 47%) 55%, rgba(201, 161, 74, 0));
    opacity: 1;
    transition: opacity .4s ease;
}
  .ffg-name{ font-family:"Source Serif 4", serif; font-weight:700; font-size:21px; color:#fff; line-height:1.15; margin-bottom:8px; transform:translateY(12px); transition:transform .4s ease; }
  .ffg-desc{ font-family:"Roboto", sans-serif; font-size:13px; line-height:1.45; color:#fdf6e8; transform:translateY(12px); transition:transform .4s ease .05s; }
  .ffg-card:hover .ffg-name, .ffg-card:hover .ffg-desc{ transform:translateY(0); }
  @media (max-width:880px){
    .ffg-title{ font-size:28px; }
    .ffg-grid{ grid-template-columns:repeat(2,1fr); gap:14px; }
    .ffg-card{ aspect-ratio:7/9; }
    .ffg-cap{ opacity:1; }              /* touch devices: show overlay always */
    .ffg-name, .ffg-desc{ transform:none; }
  }
  @media (max-width:520px){ .ffg-grid{ grid-template-columns:1fr; } }

  /* ════════ MORE THAN A HOME (full-width image + green strip) ════════ */
  .mth-section{ background:#f4eeec; padding:30px 0 0; text-align:center; }
  .mth-head{ max-width:980px; margin:0 auto 26px; padding:0 24px; }
  .mth-title{ font-family:"Source Serif 4", serif; font-weight:700; font-size:36px; line-height:1.2; color:#165132; margin-bottom:12px; }
  .mth-sub{ font-family:"Roboto", sans-serif; font-size:16px; line-height:1.5; color:#7d7d7d; }
  .mth-photo{ width:100%; display:block; }
  .mth-strip{ background:#1a6b3f; padding:20px 24px; }
  .mth-strip p{ font-family:"Roboto", sans-serif; font-size:18px; color:#fff; line-height:1.4; margin:0; }
  @media (max-width:767px){
    .mth-title{ font-size:26px; }
    .mth-sub{ font-size:15px; }
    .mth-strip p{ font-size:14px; }
  }

    /* ════════════════════════════════════════════════════════════
     SEAMLESS CONNECTIVITY  (background img FIXED, only cards slide)
     Prefix: .scn-   — self-contained, paste between header & footer
     ════════════════════════════════════════════════════════════ */
  .scn-section{ background:#f4eeec; padding:44px 0 0; text-align:center; }
  .scn-head{ max-width:820px; margin:0 auto 28px; padding:0 24px; }
  .scn-title{ font-family:"Source Serif 4", serif; font-weight:700; font-size:46px; line-height:1.15; color:#165132; margin:0 0 14px; }
  .scn-sub{ font-family:"Roboto", sans-serif; font-size:17px; line-height:1.55; color:#8a8a8a; margin:0; }

  /* ── the map "stage": background image stays fixed inside this box ── */
  .scn-stage{
    position:relative;
    height:560px;
    background-image:url("../img/Location-page.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;          /* ← background stays put while page scrolls */
    overflow:hidden;
  }

  /* ── bottom card slider (only this scrolls) ── */
  .scn-slider{
    position:absolute;
    left:0; right:0; bottom:26px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:0 46px;
  }
  .scn-track{
    flex:1 1 auto;
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;                 /* Firefox */
    padding:4px 2px;
  }
  .scn-track::-webkit-scrollbar{ display:none; }   /* Chrome/Safari */

  .scn-card{
    flex:0 0 auto;
    width:118px;
    min-height:78px;
    background:rgba(255,255,255,.96);
    border:1px solid #d7e0d8;
    border-radius:0;                     /* sharp corners */
    padding:14px 12px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    transition:transform .2s, box-shadow .2s;
  }
  .scn-card:hover{ transform:translateY(-3px); box-shadow:0 12px 28px rgba(0,0,0,.18); }
  .scn-card.active{ background:#1c6b3a; border-color:#1c6b3a; }

  .scn-km{ font-family:"Source Serif 4", serif; font-weight:700; font-size:17px; color:#1c6b3a; line-height:1.1; margin-bottom:5px; }
  .scn-tx{ font-family:"Roboto", sans-serif; font-size:11px; line-height:1.3; color:#5a5a5a; }
  .scn-card.active .scn-km,
  .scn-card.active .scn-tx{ color:#fff; }

  /* ── arrows ── */
  .scn-arrow{
    flex:0 0 auto;
    width:34px; height:44px;
    border:none;
    border-radius:0;                     /* no round shape — plain chevron */
    background:transparent;
    box-shadow:none;
    cursor:pointer;
    display:flex; align-items:center; justify-content:center;
    color:#3a3a3a;
    font-size:34px; line-height:1;
    transition:color .2s, transform .2s;
  }
  .scn-arrow:hover{ color:#1c6b3a; transform:scale(1.1); }
  .scn-arrow:disabled{ opacity:.3; cursor:default; transform:none; }

  /* ── mobile: background can't be truly fixed on iOS, use scroll fallback ── */
  @media (max-width:767px){
    .scn-title{ font-size:28px; }
    .scn-sub{ font-size:14px; }
    .scn-stage{ height:420px; background-attachment:scroll; }
    .scn-slider{ padding:0 12px; bottom:16px; gap:8px; }
    .scn-arrow{ width:32px; height:32px; font-size:18px; }
    .scn-card{ width:132px; }
  }

    @media (max-width:767px){
    .scn-title{ font-size:28px; }
    .scn-sub{ font-size:14px; }
    .scn-stage{ height:420px; background-attachment:scroll; }   /* iOS fixed-bg fallback */
    .scn-slider{ padding:0 6px; bottom:16px; gap:4px; }
    .scn-arrow{ width:24px; height:40px; font-size:26px; }
    .scn-track{ gap:10px; scroll-snap-type:x mandatory; }
    /* 2 cards per view: half the track width minus the gap */
    .scn-card{
      width:calc((100% - 10px) / 2);
      min-width:calc((100% - 10px) / 2);
      scroll-snap-align:start;
      min-height:88px;
      padding:14px 10px;
    }
    .scn-km{ font-size:18px; }
    .scn-tx{ font-size:12px; }
  }

    /* ════════════════════════════════════════════════════════════
     EVENTS GALLERY  —  two CSS-only tabs (Diwali / Tree Plantation)
     Desktop 3-per-row, hover scale.  Mobile = swipe slider.
     No JS — tabs use hidden radio inputs + :checked.
     ════════════════════════════════════════════════════════════ */
  .gal-section{ background:#f3f2ec; padding:12px 0 72px; position:relative;top:-10px; }

  /* the radio inputs that drive the tabs (kept out of view) */
  .gal-radio{ position:absolute; opacity:0; pointer-events:none; }

  /* ── tab bar ── */
  .gal-tabs{
    display:flex;
    justify-content:center;
    gap:14px;
    margin:0 auto 10px;
    padding:0 24px;
    flex-wrap:wrap;
  }
  .gal-tab{
    font-weight:500;
    font-size:20px;
    letter-spacing:.5px;
    color:#7a7a72;
    background:transparent;
    padding:12px 34px;
    cursor:pointer;
    transition:background .25s, color .25s, box-shadow .25s;
    user-select:none;
  }

  #galDiwali:checked ~ .gal-tabs .gal-tab[for="galDiwali"], #galTree:checked   ~ .gal-tabs .gal-tab[for="galTree"] {
    background: transparent;
    color: #1a5336;
}
  /* ── panels: hidden by default, shown when its radio is checked ── */
  .gal-panel{ display:none; }
  #galDiwali:checked ~ .gal-panel-diwali{ display:block; }
  #galTree:checked   ~ .gal-panel-tree{   display:block; }

  /* ── grid ── */
.gal-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 47px 41px;
}
  .gal-item{ text-align:center; }

  .gal-frame{
    position:relative;
    overflow:hidden;
    border-radius:4px;
    aspect-ratio:16/10;
    background:#e5e4dc;
    box-shadow:0 10px 26px rgba(0,0,0,.08);
  }
  .gal-frame img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .6s cubic-bezier(.2,.6,.2,1);
  }
  .gal-item:hover .gal-frame img{ transform:scale(1.1); }          /* hover scale */

  .gal-frame::after{
    content:"";
    position:absolute; inset:0;
    background:rgba(20,60,40,0);
    transition:background .5s ease;
  }
  .gal-item:hover .gal-frame::after{ background:rgba(20,60,40,.12); }

.gal-caption {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    color: #2a2a2a;
    margin-top: 10px;
    transition: color .3s ease;
}
  .gal-item:hover .gal-caption{ color:#1a5336; }

  /* ── tablet ── */
  @media (max-width:900px){
    .gal-tab{ font-size:18px; padding:10px 26px; }
    .gal-grid{ grid-template-columns:repeat(2, 1fr); gap:26px 24px; }
  }
  /* ── mobile: HORIZONTAL SWIPE SLIDER (pure CSS scroll-snap) ── */
  @media (max-width:560px){
    .gal-section{ padding:38px 0 52px; }
    .gal-tabs{ gap:10px; margin-bottom:30px; }
    .gal-tab{ font-size:16px; padding:9px 22px; }

    .gal-grid{
      display:flex;
      grid-template-columns:none;
      gap:16px;
      overflow-x:auto;
      scroll-snap-type:x mandatory;
      -webkit-overflow-scrolling:touch;
      scrollbar-width:none;
      padding:0 20px 6px;
    }
    .gal-grid::-webkit-scrollbar{ display:none; }
    .gal-item{ flex:0 0 84%; scroll-snap-align:center; }
    .gal-caption{ font-size:14px; margin-top:14px; }
    .gal-item:active .gal-frame img{ transform:scale(1.08); }
  }
  section.sav-section {
    position: relative;
    top: 0px;
}

  .gro-section{ background:#f4eeec; padding:24px 0 64px; text-align:center; }
  .gro-head{ max-width:820px; margin:0 auto 26px; padding:0 24px; }
  .gro-title{ font-family:"Source Serif 4",serif; font-weight:700; font-size:32px; color:#165132; margin-bottom:12px; }
  .gro-sub{ font-family:"Roboto",sans-serif; font-size:15px; line-height:1.6; color:#7d7d7d; }
  .gro-stage{ max-width:1180px; margin:0 auto; padding:0 24px; }

  /* background photo — unchanged */
  .gro-photo-wrap{ position:relative; border-radius:8px; overflow:hidden; }
  .gro-photo{ width:100%; display:block; }

  /* white band — same style, just a touch taller to fit the flip text */
  .gro-bar{
    position:relative; z-index:2; margin:-64px auto 0; max-width:92%;
    background:#fff; border-radius:16px; box-shadow:0 16px 40px rgba(0,0,0,.12);
    display:flex; align-items:stretch;
  }
  .gro-item{
    flex:1 1 0; min-width:0;
    min-height:188px;                 /* height thoda bada, zyada nahi */
    perspective:1200px;
  }
  .gro-item-inner{
    position:relative; width:100%; height:100%;
    transform-style:preserve-3d;
    transition:transform .8s cubic-bezier(.22,1,.36,1);
    will-change:transform;
  }
  .gro-item:hover .gro-item-inner,
  .gro-item.flipped .gro-item-inner{ transform:rotateY(180deg); }

  .gro-face, .gro-back{
    position:absolute; inset:0;
    backface-visibility:hidden; -webkit-backface-visibility:hidden;
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    text-align:center; padding:22px 14px;
  }
  /* FRONT — transparent so the white band shows through (same look as before) */
  .gro-face{ background:transparent; }
  .gro-ico{ margin-bottom:12px; }
  .gro-ico svg{ width:42px; height:42px; stroke:#1a6b3f; fill:none; }
  .gro-name{ font-family:"Source Serif 4",serif; font-weight:700; font-size:18px; line-height:1.2; color:#165132; }

  /* BACK — green, description */
  .gro-back{
    transform:rotateY(180deg);
    background:linear-gradient(160deg,#1f6f42,#155230); color:#eef6ef;
  }
  .gro-back p{ font-family:"Roboto",sans-serif; font-size:11px; line-height:1.55; color:#e4f0e7; }
  .gro-item:first-child .gro-back{ border-radius:16px 0 0 16px; }
  .gro-item:last-child  .gro-back{ border-radius:0 16px 16px 0; }

  @media (max-width:767px){
    .gro-title{ font-size:24px; }
    .gro-bar{ flex-wrap:nowrap; max-width:100%; margin-top:16px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
    .gro-bar::-webkit-scrollbar{ display:none; }
    .gro-item{ flex:0 0 60% !important; scroll-snap-align:center; min-height:200px; }
    .gro-item:not(:first-child) .gro-face{ border-left:none; }
    .gro-item:hover .gro-item-inner{ transform:none; }
    .gro-item.flipped .gro-item-inner{ transform:rotateY(180deg); }
    .gro-item:first-child .gro-back, .gro-item:last-child .gro-back{ border-radius:0; }
  }
  p.ambuja_footer_text {
       color: #178554;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
    font-weight: 500;
}
.col-md-3.uft-col img.utsodhaara_logo.ambuja {
    position: relative;
    left: -10px;
}
  /* before JS wraps it: hide the form so it never flashes (only when sav-js is set) */
  html.sav-js .sav-section{ display:none; }
  /* once wrapped, the wrapper controls visibility */
  html.sav-js .sav-collapse .sav-section{ display:block; }

  .sav-collapse{ overflow:hidden; max-height:0; transition:max-height .55s cubic-bezier(.22,1,.36,1); }

  .ecosystem-schedule-bar{ cursor:pointer; }
  .ecosystem-schedule-bar .schedule-bar-arrow{ transition:transform .35s cubic-bezier(.34,1.56,.64,1); }
  .ecosystem-schedule-bar.open .schedule-bar-arrow{ transform:rotate(90deg); }

    :root{ --green:#2e4d3d; --gold:#c9a14a; --cream:#f3ece0; }
  *{ box-sizing:border-box; margin:0; padding:0; }
  body{ font-family:"Mulish",sans-serif; background:#f4efe9; }
  img{ max-width:100%; display:block; }

  /* ════════════════════════════════════════════════════════════
     MOSAIC GALLERY — big image left, 2×2 on the right
     Fancybox lightbox + bottom text overlay on every image.
     ════════════════════════════════════════════════════════════ */
  .mg-section{ background:#f3ece0; padding:56px 0 70px; }
  .mg-head{ text-align:center; max-width:820px; margin:0 auto 40px; padding:0 24px; }
  .mg-title{ font-family:"Cormorant Garamond",serif; font-weight:700; font-size:54px; color:#1f4034; margin-bottom:14px; }
  .mg-lead{ font-size:15px; line-height:1.7; color:#6f7d72; }

  .mg-grid{
    max-width:1180px; margin:0 auto; padding:0 24px;
    display:grid; gap:16px;
    grid-template-columns:1.5fr 1fr 1fr;
    grid-template-rows:270px 270px;
    grid-template-areas:
      "big a b"
      "big c d";
  }
  .mg-big{ grid-area:big; }

  .mg-item{
    position:relative; display:block; overflow:hidden;
    border-radius:14px; cursor:pointer;
    box-shadow:0 12px 28px rgba(0,0,0,.14);
  }
  .mg-item img{
    width:100%; height:100%; object-fit:cover;
    transition:transform .7s cubic-bezier(.22,1,.36,1);
  }
  .mg-item:hover img{ transform:scale(1.07); }

  /* bottom text overlay */
  .mg-cap{
    position:absolute; left:0; right:0; bottom:0; z-index:2;
    padding:34px 18px 16px;
    font-family:"Cormorant Garamond",serif; font-weight:700; line-height:1.15; color:#fff;
    background:linear-gradient(to top, rgba(10,20,14,.86), rgba(10,20,14,.15) 60%, transparent);
    text-shadow:0 2px 8px rgba(0,0,0,.4);
  }
  .mg-cap .mg-name{ font-size:20px; display:block; }
  .mg-cap .mg-sub{ font-family:"Mulish",sans-serif; font-weight:500; font-size:12px; letter-spacing:1px; text-transform:uppercase; color:#e9d8ad; }
  .mg-big .mg-cap .mg-name{ font-size:28px; }

  /* ── tablet ── */
  @media (max-width:900px){
    .mg-title{ font-size:40px; }
    .mg-grid{
      grid-template-columns:1fr 1fr;
      grid-template-rows:300px 200px 200px;
      grid-template-areas:
        "big big"
        "a b"
        "c d";
    }
  }
  /* ── mobile ── */
  @media (max-width:560px){
    .mg-grid{
      grid-template-columns:1fr 1fr;
      grid-template-rows:240px 160px 160px 160px;
      grid-template-areas:
        "big big"
        "a a"
        "b c"
        "d d";
      gap:12px;
    }
    .mg-cap{ padding:26px 14px 12px; }
    .mg-cap .mg-name{ font-size:17px; }
    .mg-big .mg-cap .mg-name{ font-size:22px; }
  }

  span.idg-ico img {
    width: 40px;
}
span.eco-ico img {
    width: 30px;
}
button.eco-card.active img {
    filter: brightness(0) invert(1);
}
.inf-card img {
    width: 40%;
    padding: 20px;
    display: flex;
    margin: auto;
    position: relative;
    top: 30px;
}
span.gro-ico img {
    width: 50px;
}
/* NEW dynamic hub text — pointed card ka naam + sub */
.lfb-hub-name { display:none; }
.lfb-hub-sub {
    font-size: 18px;
    color: #1f5e34;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    margin-top: 8px;
    padding: 0 16px;
    max-width: 86%;
    position: relative;
    top: -25px;
}

    .mp-section{ background:#f4efe9; padding:56px 24px 70px; text-align:center; }
    .mp-title{ font-family:"Source Serif 4",serif; font-weight:700; font-size:clamp(28px,3.4vw,46px); color:#0d6b3b; line-height:1.12; margin:0 0 16px; }
    .mp-sub{ font-family:"Roboto",sans-serif; font-size:15px; line-height:1.6; color:#8a8a82; max-width:900px; margin:0 auto 30px; }
    .mp-stage{ position:relative; max-width:1240px; margin:0 auto; padding-bottom:44px; }
    .mp-imgs{ position:relative; height:56vh; min-height:420px; max-height:580px; border-radius:16px; overflow:hidden; box-shadow:0 20px 46px rgba(0,0,0,.14); background:#dfe3da; }
    .mp-bg{ position:absolute; inset:0; background-size:cover; background-position:center; opacity:0; transition:opacity .55s ease; }
    .mp-bg.show{ opacity:1; }
    /* bottom card slider (overlapping the image bottom) */
    .mp-cards-wrap{ position:absolute; left:14px; right:14px; bottom:-14px; display:flex; align-items:center; gap:8px; z-index:3; }
    .mp-cards{ flex:1 1 auto; display:flex; gap:12px; overflow-x:auto; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding:6px 4px 10px; }
    .mp-cards::-webkit-scrollbar{ display:none; }
    .mp-card{ flex:0 0 auto; min-width:127px; max-width:122px; min-height:70px; background:#fff; border:none; border-radius:10px; padding:12px 10px; cursor:pointer;
      font-family:"Roboto",sans-serif; font-size:12.5px; font-weight:600; line-height:1.25; color:#1f5e34; text-align:center;
      display:flex; align-items:center; justify-content:center;transition:background .25s, color .25s, transform .2s; }
    .mp-card:hover{ transform:translateY(-3px); }
    .mp-card.active{ background:#2e7d32; color:#fff; }
    .mp-arrow{ flex:0 0 auto; width:40px; height:40px; border-radius:50%; border:none; background:#fff; color:#1f5e34; font-size:22px; line-height:1; cursor:pointer;
      display:flex; align-items:center; justify-content:center; box-shadow:0 8px 20px rgba(0,0,0,.16); transition:background .2s, color .2s; }
    .mp-arrow:hover{ background:#2e7d32; color:#fff; }
    @media (max-width:767px){
      .mp-imgs{ height:44vh; min-height:300px; }
      .mp-card{ min-width:110px; max-width:110px; min-height:62px; font-size:11.5px; }
      .mp-arrow{ width:34px; height:34px; font-size:20px; }
      .mp-cards-wrap{ left:8px; right:8px; }
    }

    .ug-section{
    --green:#1f5e34; --green-d:#0d6b3b; --cream:#f0ebe3;
    background:var(--cream); padding:64px 24px 74px; font-family:"Roboto",sans-serif;
  }
  .ug-head{ max-width:820px; margin:0 auto 40px; text-align:center; }
  .ug-title{
    font-family:"Source Serif 4",serif; font-weight:700;
    font-size:clamp(28px,3.4vw,44px); color:var(--green-d); line-height:1.12; margin:0 0 14px;
  }
  .ug-sub{ font-size:15px; line-height:1.7; color:#8a8a82; margin:0; }

  /* bento grid: left(2) | center(big) | right(2) */
  .ug-grid{
    max-width:1200px; margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1.35fr 1fr;
    grid-template-rows:236px 236px;
    gap:16px;
  }
  .ug-cell{ position:relative; overflow:hidden; border-radius:14px; display:block; box-shadow:0 12px 28px rgba(0,0,0,.10); }
  .ug-cell img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s cubic-bezier(.2,.6,.2,1); }
  .ug-cell::after{ content:""; position:absolute; inset:0; background:rgba(20,60,40,0); transition:background .4s ease; }
  .ug-cell:hover img{ transform:scale(1.08); }
  .ug-cell:hover::after{ background:rgba(20,60,40,.12); }

  .ug-a{ grid-column:1; grid-row:1; }
  .ug-b{ grid-column:1; grid-row:2; }
  .ug-c{ grid-column:2; grid-row:1 / span 2; }   /* center tall */
  .ug-d{ grid-column:3; grid-row:1; }
  .ug-e{ grid-column:3; grid-row:2; }

  .ug-cta{ text-align:center; margin-top:40px; }
  .ug-btn{
    display:inline-flex; align-items:center; gap:12px;
    background:var(--green); color:#fff; text-decoration:none;
    font-family:"Source Serif 4",serif; font-weight:600; font-size:16px;
    padding:14px 34px; border-radius:8px;
    box-shadow:0 10px 24px rgba(31,94,52,.22); transition:background .25s, transform .25s, box-shadow .25s;
  }
  .ug-btn:hover{ background:var(--green-d); transform:translateY(-2px); box-shadow:0 14px 30px rgba(31,94,52,.3); }
  .ug-ar{ font-size:18px; transition:transform .3s ease; }
  .ug-btn:hover .ug-ar{ transform:translateX(5px); }

  /* ── responsive fallback ── */
  @media (max-width:860px){
    .ug-grid{ grid-template-columns:1fr 1fr; grid-template-rows:200px 200px 200px; }
    .ug-c{ grid-column:1 / span 2; grid-row:1; }
    .ug-a{ grid-column:1; grid-row:2; }
    .ug-d{ grid-column:2; grid-row:2; }
    .ug-b{ grid-column:1; grid-row:3; }
    .ug-e{ grid-column:2; grid-row:3; }
  }
  @media (max-width:520px){
    .ug-grid{ grid-template-columns:1fr; grid-template-rows:none; grid-auto-rows:200px; }
    .ug-a,.ug-b,.ug-c,.ug-d,.ug-e{ grid-column:1; grid-row:auto; }
  }

  /* ══════════════════════════════════════════════════════════════
   Township-style bg overlay (jin sections mein nahi tha wahan add)
   Sport Club + Why Utsodhaara + In the heart of Siliguri + A Day
   ══════════════════════════════════════════════════════════════ */
.psx-overlay::before{
  content:''; position:absolute; inset:0; z-index:-1; pointer-events:none;
  background: linear-gradient(to right, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.30) 50%, rgba(0,0,0,0.10) 100%);
}
.adu-hero::after{
  content:''; position:absolute; inset:0; z-index:1; pointer-events:none;
  background: linear-gradient(to right, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.30) 50%, rgba(0,0,0,0.10) 100%);
}
.psx-overlay2 .psx-title{ color:#fff; }
.psx-overlay2 .hero-title-bar{ background:rgba(255,255,255,0.7) !important; }

ul.zs-list li {
    list-style: none;
}

/* ── Schedule Your Visit: click bar -> form open/close (collapse) ── */
html.sav-js .sav-section{ display:none; }
html.sav-js .sav-collapse .sav-section{ display:block; }
.sav-collapse{ overflow:hidden; max-height:0; transition:max-height .55s cubic-bezier(.22,1,.36,1); }
.ecosystem-schedule-bar.open .schedule-bar-arrow{ transform:rotate(90deg); transition:transform .35s ease; }
.sav-collapse {
    position: relative;
    top: -11px;
}