/* ==========================================================
   Jeevora Experience — Premium Luxury Stylesheet
   Wild Luxury | प्रकृति के बीच, सुकून के करीब
   ========================================================== */

:root {
  --gold:        #CFAE62;
  --gold-soft:   #E8CF8A;
  --gold-dark:   #A57A3A;
  --forest:      #1F3D2E;
  --forest-700:  #163228;
  --forest-50:   #EEF5F0;
  --jungle:      #0D1F17;
  --ivory:       #F8F6F0;
  --brown:       #4A3728;
  --ink:         #181C18;
  --muted:       #6B7A6F;
  --line:        #E5DDD0;
  --cream:       #F8F6F0;
  --white:       #FFFFFF;

  --serif:  'Playfair Display', Georgia, serif;
  --sub:    'Cormorant Garamond', Georgia, serif;
  --sans:   'Poppins', system-ui, sans-serif;
  --deva:   'Noto Sans Devanagari', 'Poppins', sans-serif;

  --radius:      16px;
  --maxw:        1200px;
  --shadow:      0 16px 52px rgba(13,31,23,.16);
  --shadow-sm:   0 4px 20px rgba(13,31,23,.09);
  --shadow-gold: 0 8px 36px rgba(207,174,98,.26);
}

*, *::before, *::after { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block }
a  { color: inherit; text-decoration: none }
h1,h2,h3,h4 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 .4em;
  color: var(--forest);
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px }
.section    { padding: 88px 0 }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-family: var(--sans);
  margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 28px; height: 1.5px; background: var(--gold) }

.section-head { max-width: 700px; margin: 0 auto 54px; text-align: center }
.section-head h2 { font-size: clamp(30px,4vw,48px) }
.section-head p  { color: var(--muted); font-size: 16px }
.text-center { text-align: center }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: .24s;
  font-family: var(--sans);
  letter-spacing: .02em;
}
.btn-primary { background: var(--gold); color: var(--brown); border-color: var(--gold) }
.btn-primary:hover { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-2px); box-shadow: var(--shadow-gold) }
.btn-teal   { background: var(--forest); color: #fff }
.btn-teal:hover { background: var(--forest-700); transform: translateY(-2px) }
.btn-outline { background: transparent; color: var(--forest); border-color: var(--line) }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-dark); background: rgba(207,174,98,.06) }
.btn-ghost-light { background: rgba(255,255,255,.13); color: #fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(6px) }
.btn-ghost-light:hover { background: rgba(255,255,255,.24) }
.btn-wa { background: #25d366; color: #064e24; border-color: #25d366 }
.btn-wa:hover { background: #1fba59 }
.btn-sm    { padding: 9px 20px; font-size: 13px }
.btn-block { width: 100%; justify-content: center }

/* ---- Top Bar ---- */
.topbar { background: var(--jungle); color: #9ab5a8; font-size: 13px }
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 44px; flex-wrap: wrap; gap: 10px }
.topbar a { color: #9ab5a8; transition: .2s }
.topbar a:hover { color: var(--gold) }
.topbar .tb-left  { display: flex; gap: 22px; align-items: center }
.topbar .tb-social { display: flex; gap: 16px }

/* ---- Site Header ---- */
.site-header {
  position: sticky;
  top: 0; z-index: 10000;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 80px; gap: 20px; flex-wrap: wrap; }

/* Brand / Logo */
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; flex-shrink: 0 }
.brand .j-logo-img {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(207,174,98,.35);
  border: 2px solid rgba(207,174,98,.3);
}
.brand .j-text   { display: flex; flex-direction: column; line-height: 1 }
.brand .j-name   { font-family: var(--serif); font-size: 26px; font-weight: 700; color: var(--jungle); letter-spacing: -.01em }
.brand .j-name b { color: var(--gold-dark) }
.brand .j-exp    { font-family: var(--sub); font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); font-style: italic; margin-top: 2px }

/* Nav links */
.nav-links { display: flex; align-items: center; gap: 10px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.nav-links > li { position: relative; white-space: nowrap }
.nav-links > li > a {
  display: flex; align-items: center; gap: 6px;
  padding: 11px 15px; border-radius: 12px;
  font-weight: 500; font-size: 14px; color: var(--ink); transition: .2s;
}
.nav-links > li > a:hover,
.nav-links > li.active > a { color: var(--gold-dark); background: rgba(207,174,98,.1) }
.nav-links .has-drop:hover > a { background: rgba(207,174,98,.08); }
.nav-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap }
.nav-actions .btn { white-space: nowrap }
.nav-enquire-desk { white-space: nowrap; padding: 12px 18px; border-radius: 40px; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px }
.menu-toggle span { width: 24px; height: 2px; background: var(--forest); border-radius: 2px; transition: .2s }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
body.menu-open { overflow: hidden; }

/* Mobile enquire — hidden on desktop */
.nav-wa-mob { display: none }
.mobile-enquire-item { display: none }

/* Mobile enquire button inside nav menu */
.mobile-enquire-btn {
  display: flex; align-items: center; gap: 9px;
  margin: 10px 0 4px;
  padding: 13px 18px; border-radius: 50px;
  background: var(--gold); color: var(--brown);
  font-weight: 600; font-size: 14px;
  justify-content: center;
}

/* Dropdown */
.has-drop { position: relative }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 50%;
  min-width: 340px; width: auto; max-width: 520px;
  background: #fff;
  border: 1px solid rgba(31,50,38,.12);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: 0 26px 60px rgba(16, 34, 22, .18);
  padding: 22px;
  white-space: normal;
  opacity: 0; visibility: hidden; transform: translate(-50%, 18px); transition: opacity .22s ease, transform .22s ease;
  z-index: 70;
}
.dropdown::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #fff;
  border-left: 1px solid rgba(31,50,38,.12);
  border-top: 1px solid rgba(31,50,38,.12);
  transform: translateX(-50%) rotate(45deg);
}
.has-drop:hover .dropdown,
.has-drop.open .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0) }

/* Smart alignment — applied by JS when the centered dropdown would overflow the viewport */
.dropdown.align-right { left: auto; right: -18px; transform: translate(0, 18px) }
.has-drop:hover .dropdown.align-right,
.has-drop.open .dropdown.align-right { transform: translate(0, 0) }
.dropdown.align-right::before { left: auto; right: 30px; transform: translateX(0) rotate(45deg) }

.dropdown.align-left { left: -18px; transform: translate(0, 18px) }
.has-drop:hover .dropdown.align-left,
.has-drop.open .dropdown.align-left { transform: translate(0, 0) }
.dropdown.align-left::before { left: 30px; transform: translateX(0) rotate(45deg) }
.dropdown .dd-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 10px 12px; border-bottom: 1px solid var(--line); margin-bottom: 10px;
}
.dropdown .dd-head span { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark) }
.dropdown .dd-head a    { font-size: 13px; color: var(--forest); font-weight: 600 }
.dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px }
.dd-grid a { padding: 9px 10px; border-radius: 9px; font-size: 13.5px; font-weight: 500; color: var(--ink); transition: .15s; white-space: normal; overflow-wrap: break-word }
.dd-grid a small { display: block; font-weight: 400; color: var(--muted); font-size: 12px; white-space: normal; overflow-wrap: break-word }
.dd-grid a:hover { background: rgba(207,174,98,.08); color: var(--gold-dark) }

/* ---- Brand hero banner ---- */
.brand-hero { position: relative; width: 100%; aspect-ratio: 1920 / 1050; background: var(--jungle); overflow: hidden }
.brand-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.3s ease }
.brand-hero-slide.active { opacity: 1 }
.brand-hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block }
.brand-hero-dots { position: absolute; bottom: 16px; left: 0; right: 0; z-index: 2; display: flex; gap: 9px; justify-content: center }
.brand-hero-dots button { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255,255,255,.45); cursor: pointer; padding: 0; transition: .2s }
.brand-hero-dots button.active { background: var(--gold, #cfae62); width: 24px; border-radius: 5px }

/* ---- Announcement ticker ---- */
.ticker-bar {
  background: linear-gradient(90deg, var(--jungle) 0%, #143427 50%, var(--jungle) 100%);
  border-top: 1px solid rgba(207,174,98,.4);
  border-bottom: 1px solid rgba(207,174,98,.4);
  overflow: hidden;
  position: relative;
}
.ticker-bar::before, .ticker-bar::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none;
}
.ticker-bar::before { left: 0; background: linear-gradient(90deg, var(--jungle), rgba(13,31,23,0)); }
.ticker-bar::after  { right: 0; background: linear-gradient(270deg, var(--jungle), rgba(13,31,23,0)); }
.ticker-track { display: flex; width: max-content; animation: ticker-scroll 38s linear infinite; }
.ticker-bar:hover .ticker-track { animation-play-state: paused }
.ticker-seq { display: flex; align-items: center; flex-shrink: 0 }
.ticker-item {
  color: var(--gold-soft); font-family: var(--sub); font-size: 13.5px; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; padding: 13px 20px;
}
.ticker-sep { color: var(--gold); font-size: 11px; opacity: .75 }
@keyframes ticker-scroll { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ---- Hero: full-bleed image + floating glass card ---- */
.hero { position: relative; width: 100%; min-height: 90vh; display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--jungle) }
.hero-media { position: absolute; inset: 0; z-index: 0 }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; background-size: cover; background-position: center }
.hero-slide.active { opacity: 1 }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(6,14,10,.88) 0%, rgba(6,14,10,.58) 34%, rgba(6,14,10,.12) 62%, rgba(6,14,10,0) 78%),
    linear-gradient(0deg, rgba(6,14,10,.65) 0%, rgba(6,14,10,0) 45%);
}
.hero-layer { position: relative; z-index: 2; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 130px 0 64px }
.hero-card {
  max-width: 620px;
  background: rgba(12,22,17,.4);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid rgba(255,255,255,.14);
  border-top: 3px solid var(--gold);
  border-radius: 24px;
  padding: 46px 46px 42px;
  box-shadow: 0 40px 90px rgba(0,0,0,.4);
}
.hero .eyebrow { color: var(--gold-soft) }
.hero .eyebrow::before { background: var(--gold-soft) }
.hero h1 { color: #fff; font-size: clamp(34px,3.6vw,56px); line-height: 1.08; margin-bottom: 18px }
.hero p  { font-size: 16.5px; color: rgba(255,255,255,.85); max-width: 520px; margin-bottom: 30px }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap }
.hero-tags { display: flex; gap: 10px; margin-top: 32px; flex-wrap: wrap }
.hero-tags span {
  padding: 7px 16px; border-radius: 50px;
  background: rgba(207,174,98,.16); border: 1px solid rgba(207,174,98,.38);
  font-size: 13px; font-weight: 500;
}
.hero-hindi { font-family: var(--deva); font-size: 15px; color: rgba(255,255,255,.6); margin-top: 14px }

.hero-badge {
  flex-shrink: 0; display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px; padding: 16px 22px; margin-bottom: 6px;
}
.hero-badge i { color: var(--gold); font-size: 20px }
.hero-badge b { display: block; font-family: var(--serif); font-size: 22px; line-height: 1; color: #fff }
.hero-badge span { display: block; margin-top: 5px; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.68); white-space: nowrap }

.hero-dots { position: absolute; bottom: 26px; left: 0; right: 0; z-index: 4; display: flex; gap: 9px; justify-content: center }
.hero-dots button { width: 36px; height: 4px; border-radius: 4px; border: none; background: rgba(255,255,255,.35); cursor: pointer; transition: .3s }
.hero-dots button.active { background: var(--gold); width: 56px }

/* ---- Cards / Grids ---- */
.grid   { display: grid; gap: 28px }
.grid-3 { grid-template-columns: repeat(3,1fr) }
.grid-4 { grid-template-columns: repeat(4,1fr) }
.grid-2 { grid-template-columns: repeat(2,1fr) }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .3s; box-shadow: var(--shadow-sm) }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow) }
.card .thumb { position: relative; aspect-ratio: 4/3; overflow: hidden }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: .6s }
.card:hover .thumb img { transform: scale(1.09) }
.card .badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--gold); color: var(--brown);
  font-size: 12px; font-weight: 700; padding: 5px 13px; border-radius: 50px;
}
.card .badge-loc {
  position: absolute; bottom: 12px; left: 12px;
  background: rgba(13,31,23,.82); color: #fff;
  font-size: 12.5px; font-weight: 500; padding: 5px 13px; border-radius: 50px;
  display: flex; align-items: center; gap: 5px;
}
.card-body { padding: 22px }
.card-body h3 { font-size: 21px; margin-bottom: 8px }
.card-body p  { color: var(--muted); font-size: 14px; margin: 0 0 16px }
.card-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px 14px; padding-top: 14px; border-top: 1px solid var(--line) }
.card-foot > .btn { flex-shrink: 0 }
.price b     { font-family: var(--serif); font-size: 24px; color: var(--forest) }
.price s     { color: #aa9f8c; font-size: 14px; margin-right: 6px }
.price small { display: block; color: var(--muted); font-size: 12px }
.price-cta b { font-family: var(--sub); font-size: 14px; font-weight: 700; color: var(--forest); display: block; line-height: 1.3 }

.tour-card .card-body { display: flex; flex-direction: column }
.tour-meta { display: flex; gap: 14px; font-size: 13px; color: var(--muted); margin-bottom: 10px; flex-wrap: wrap }
.tour-meta span { display: flex; align-items: center; gap: 5px }

/* ---- Page Banner ---- */
.page-banner {
  background: linear-gradient(108deg, var(--jungle) 0%, var(--forest) 100%);
  color: #fff; padding: 72px 0; position: relative; overflow: hidden;
}
.page-banner::before {
  content: ''; position: absolute; right: -80px; top: -80px;
  width: 320px; height: 320px; border-radius: 50%; background: rgba(207,174,98,.07);
}
.page-banner h1 { color: #fff; font-size: clamp(30px,4.5vw,52px); margin-bottom: 8px }
.page-banner .crumbs { color: rgba(255,255,255,.55); font-size: 14px }
.page-banner .crumbs a { color: var(--gold-soft) }

/* ---- Feature / Why Strip ---- */
.feature-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px }
.feature {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 24px; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; transition: .26s;
}
.feature:hover { border-color: rgba(207,174,98,.5); box-shadow: var(--shadow-gold); transform: translateY(-3px) }
.feature .ico {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(207,174,98,.1); display: grid; place-items: center;
  color: var(--gold-dark); font-size: 20px; flex-shrink: 0;
}
.feature h4 { font-size: 16px; margin-bottom: 3px }
.feature p  { font-size: 13.5px; color: var(--muted); margin: 0 }

/* ---- Wildlife Experiences (Jeevora) ---- */
.wildlife-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px }
.wildlife-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 16/10; display: flex; align-items: flex-end; color: #fff;
  cursor: pointer;
}
.wildlife-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .6s }
.wildlife-card:hover img { transform: scale(1.09) }
.wildlife-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(transparent 20%, rgba(13,31,23,.88));
}
.wc-body { position: relative; z-index: 2; padding: 24px }
.wc-body .wc-icon { font-size: 24px; color: var(--gold); margin-bottom: 8px }
.wc-body h3 { font-size: 22px; margin: 0 0 4px; color: #fff }
.wc-body p  { font-size: 13.5px; color: rgba(255,255,255,.72); margin: 0 }

/* Dark section */
.bg-dark-jungle {
  background: linear-gradient(120deg, var(--jungle) 0%, #0a1f14 100%);
  color: #fff;
}
.bg-dark-jungle .section-head h2 { color: var(--gold-soft) }
.bg-dark-jungle .section-head p  { color: rgba(255,255,255,.6) }
.bg-dark-jungle .eyebrow { color: var(--gold-soft) }
.bg-dark-jungle .eyebrow::before { background: var(--gold-soft) }

/* ---- Enquiry / Quote Block ---- */
.quote-block {
  background: linear-gradient(115deg, var(--jungle) 0%, var(--forest) 100%);
  color: #fff; border-radius: 24px; padding: 52px;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center;
  position: relative; overflow: hidden;
}
.quote-block::before {
  content: ''; position: absolute; right: -70px; top: -70px;
  width: 300px; height: 300px; border-radius: 50%; background: rgba(207,174,98,.06);
}
.quote-block h2 { color: #fff; font-size: 36px }
.quote-block .pts { list-style: none; padding: 0; margin: 22px 0 0 }
.quote-block .pts li { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; color: rgba(255,255,255,.78); font-size: 14.5px }
.quote-block .pts li i { color: var(--gold) }
.form-card { background: var(--ivory); border-radius: 20px; padding: 32px; color: var(--ink) }
.form-card h3     { font-size: 22px; margin-bottom: 4px }
.form-card .muted { color: var(--muted); font-size: 13.5px; margin-bottom: 18px }
.field { margin-bottom: 14px }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--ink) }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--sans); font-size: 14px; background: #fff; transition: .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(207,174,98,.13);
}
.field textarea { resize: vertical; min-height: 90px }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px }

/* ---- Reviews ---- */
.review-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: .26s;
}
.review-card:hover { border-color: rgba(207,174,98,.4); box-shadow: var(--shadow-gold) }
.review-card .stars { color: var(--gold); font-size: 15px; margin-bottom: 14px; display: flex; gap: 5px; align-items: center }
.review-card .stars .vf {
  font-size: 11px; font-weight: 600; color: var(--forest);
  background: var(--forest-50); padding: 3px 9px; border-radius: 50px; letter-spacing: .04em;
}
.review-card p { font-size: 14.5px; color: #3c4642; margin: 0 0 18px; line-height: 1.75 }
.review-author { display: flex; align-items: center; gap: 12px }
.review-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover }
.review-author b   { display: block; font-size: 15px; color: var(--forest) }
.review-author small { color: var(--muted); font-size: 12.5px }

/* ---- Stat Row ---- */
.stat-row { display: flex; gap: 48px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px }
.stat   { text-align: center }
.stat b { font-family: var(--serif); font-size: 44px; color: var(--gold-dark); display: block; line-height: 1 }
.stat span { color: var(--muted); font-size: 13.5px }

/* ---- Offers ---- */
.offer-card {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; background: #fff; position: relative; overflow: hidden; transition: .26s;
}
.offer-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 4px; height: 100%; background: linear-gradient(to bottom, var(--gold), var(--gold-dark));
}
.offer-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow-gold) }
.offer-card .disc { font-family: var(--serif); font-size: 36px; color: var(--gold-dark); font-weight: 700 }
.offer-card h4 { font-size: 20px; margin: 6px 0 10px }
.offer-card p  { color: var(--muted); font-size: 14px; margin-bottom: 20px }

/* ---- Feature badges ---- */
.feature-badges { display: flex; flex-wrap: wrap; gap: 8px }
.feature-badges span {
  padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 600;
  background: rgba(207,174,98,.12); color: var(--gold-dark); border: 1px solid rgba(207,174,98,.22)
}

/* ---- Premium CTA / Group Tours / Wedding ---- */
.premium-cta {
  display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 18px 24px; border-radius: 999px; background: linear-gradient(120deg, var(--forest), var(--jungle));
  color: #fff; box-shadow: var(--shadow-gold)
}
.premium-cta span { font-size: 17px; font-weight: 700; letter-spacing: .02em }

/* ---- Wedding banner (mosaic of real destination photos) ---- */
.wedding-banner { position: relative; width: 100%; height: 320px; overflow: hidden; background: var(--jungle) }
.wedding-banner-grid { display: flex; height: 100%; width: 100% }
.wedding-banner-img {
  flex: 1; height: 100%; background-size: cover; background-position: center;
  position: relative; filter: saturate(1.05);
}
.wedding-banner-img::after {
  content: ''; position: absolute; inset: 0; background: rgba(13,31,23,.4);
  transition: background .3s ease;
}
.wedding-banner-img:hover::after { background: rgba(13,31,23,.2) }
.wedding-banner-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; color: #fff; pointer-events: none; padding: 0 20px;
  background: linear-gradient(0deg, rgba(6,14,10,.5) 0%, rgba(6,14,10,.3) 40%, rgba(6,14,10,.3) 60%, rgba(6,14,10,.5) 100%);
}
.wedding-banner-overlay .eyebrow {
  color: var(--gold-soft); justify-content: center;
  background: rgba(6,14,10,.55); padding: 7px 18px; border-radius: 50px;
  border: 1px solid rgba(207,174,98,.4);
}
.wedding-banner-overlay .eyebrow::before { display: none }
.wedding-banner-overlay h3 {
  font-family: var(--serif); font-weight: 700; margin: 14px 0 0; color: #fff;
  font-size: clamp(26px, 4vw, 46px); text-shadow: 0 2px 10px rgba(0,0,0,.75), 0 6px 30px rgba(0,0,0,.55);
}

.wedding-hero {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center;
  padding: 38px; border-radius: 24px; background: linear-gradient(120deg, #ffffff, var(--ivory));
  border: 1px solid var(--line); box-shadow: var(--shadow-sm)
}
.wedding-card {
  display: grid; gap: 12px; padding: 24px; border-radius: 20px; background: var(--jungle);
  color: #fff; box-shadow: var(--shadow)
}
.wedding-item { border-left: 3px solid var(--gold); padding: 12px 0 12px 14px }
.wedding-item h4 { color: #fff; font-size: 17px; margin-bottom: 4px }
.wedding-item p { margin: 0; color: rgba(255,255,255,.74); font-size: 13.5px }

/* ---- Gallery ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px }
.gallery-card {
  position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(255,255,255,.2)
}
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: .45s }
.gallery-card:hover img { transform: scale(1.07) }
.gallery-overlay {
  position: absolute; inset: auto 0 0 0; padding: 18px; background: linear-gradient(transparent, rgba(13,31,23,.9));
  color: #fff;
}
.gallery-overlay span { display: inline-block; padding: 4px 8px; border-radius: 999px; background: rgba(207,174,98,.2); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 8px }
.gallery-overlay h4 { color: #fff; font-size: 20px; margin: 0 }
.gallery-lightbox {
  position: fixed; inset: 0; background: rgba(8,16,12,.86); display: none; align-items: center; justify-content: center; z-index: 120; padding: 20px;
}
.gallery-lightbox.open { display: flex }
.gallery-lightbox img { max-width: min(100%, 900px); max-height: min(88vh, 900px); border-radius: 18px; object-fit: cover; box-shadow: var(--shadow) }
.gallery-lightbox-caption { margin-top: 12px; color: #fff; text-align: center; font-size: 14px }

/* ---- FAQ ---- */
.faq-stack { max-width: 780px; margin: 0 auto; display: grid; gap: 12px }
.faq-item { border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; background: #fff; box-shadow: var(--shadow-sm) }
.faq-item summary { cursor: pointer; font-weight: 600; color: var(--forest) }
.faq-item p { color: var(--muted); margin: 10px 0 0; line-height: 1.7 }

/* ---- Theme Chips ---- */
.theme-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px }
.theme-chip {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 3/4; display: flex; align-items: flex-end; color: #fff;
}
.theme-chip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .6s }
.theme-chip:hover img { transform: scale(1.1) }
.theme-chip::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(transparent 28%, rgba(13,31,23,.88));
}
.theme-chip span { position: relative; z-index: 2; padding: 20px; font-family: var(--serif); font-size: 21px; font-weight: 700 }

/* ---- Footer ---- */
.site-footer { background: var(--jungle); color: #9ab5a8; padding: 72px 0 0; margin-top: 20px }
.footer-grid {
  display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.5fr; gap: 40px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-footer h5 {
  color: var(--gold-soft); font-family: var(--sans); font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase; margin: 0 0 18px; font-weight: 600;
}
.site-footer a { color: #9ab5a8; transition: .2s; font-size: 14px }
.site-footer a:hover { color: var(--gold) }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px }
.foot-brand .brand { margin-bottom: 14px }
.foot-brand p { font-size: 14px; max-width: 290px; margin-bottom: 18px; line-height: 1.75; color: rgba(255,255,255,.55) }
.foot-contact { margin-top: 14px; font-size: 14px }
.foot-contact b { color: var(--gold-soft); display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; font-weight: 600 }
.foot-social { display: flex; gap: 10px; margin-top: 10px }
.foot-social a {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,.07); display: grid; place-items: center; color: #9ab5a8;
}
.foot-social a:hover { background: var(--gold); color: var(--brown) }
.foot-sub { display: flex; gap: 8px; margin-top: 14px; max-width: 100% }
.foot-sub input {
  flex: 1 1 auto; min-width: 0; width: 100%; box-sizing: border-box; padding: 11px 14px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06);
  color: #fff; font-family: var(--sans); font-size: 13.5px;
}
.foot-sub input::placeholder { color: #5a7a6e }
.foot-sub button { flex-shrink: 0 }
.foot-sub-msg { margin-top: 10px; font-size: 12.5px; padding: 8px 12px; border-radius: 8px }
.foot-sub-msg.ok { background: rgba(120,200,150,.12); color: #9fe0b4 }
.foot-sub-msg.err { background: rgba(220,120,120,.12); color: #f0a8a8 }
.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; font-size: 13px; color: #567060; flex-wrap: wrap; gap: 12px;
}
.foot-bottom .links { display: flex; gap: 20px }
.foot-hindi { font-family: var(--deva); color: rgba(207,174,98,.5); font-size: 12.5px; margin-top: 4px }

/* ---- WhatsApp Float ---- */
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center; color: #fff; font-size: 28px;
  box-shadow: 0 8px 28px rgba(37,211,102,.45); transition: .22s;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(37,211,102,.55) }
@media (max-width: 560px) {
  .wa-float { right: 16px; bottom: 24px; width: 56px; height: 56px; font-size: 25px }
}

/* ---- Scroll to top (left side) ---- */
.scroll-top-float {
  position: fixed; left: 24px; bottom: 24px; z-index: 90;
  width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--forest); color: #fff; font-size: 18px;
  display: grid; place-items: center; box-shadow: 0 8px 28px rgba(13,31,23,.32);
  opacity: 0; transform: translateY(12px) scale(.9); pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
}
.scroll-top-float.show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto }
.scroll-top-float:hover { background: var(--gold-dark) }
@media (max-width: 560px) {
  .scroll-top-float { left: 16px; bottom: 24px; width: 46px; height: 46px; font-size: 16px }
}

/* ---- Detail Layout ---- */
.detail-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 40px; align-items: start }
.detail-main img.hero-img { width: 100%; border-radius: 18px; margin-bottom: 28px; aspect-ratio: 16/9; object-fit: cover }

/* ---- Detail photo gallery (destination / tour pages) ---- */
.detail-gallery { position: relative; width: 100%; border-radius: 18px; margin-bottom: 28px; aspect-ratio: 16/9; overflow: hidden; background: var(--jungle) }
.detail-gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .45s ease }
.detail-gallery img.active { opacity: 1 }
.gallery-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.92); color: var(--forest); font-size: 15px;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,.25); transition: .2s;
}
.gallery-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.07) }
.gallery-prev { left: 16px }
.gallery-next { right: 16px }
.gallery-dots {
  position: absolute; bottom: 16px; left: 0; right: 0; z-index: 3;
  display: flex; gap: 8px; justify-content: center;
}
.gallery-dots button { width: 8px; height: 8px; border-radius: 50%; border: none; background: rgba(255,255,255,.55); cursor: pointer; padding: 0; transition: .2s }
.gallery-dots button.active { background: var(--gold); width: 22px; border-radius: 4px }
@media (max-width: 640px) {
  .gallery-arrow { width: 36px; height: 36px; font-size: 13px }
  .gallery-prev { left: 10px }
  .gallery-next { right: 10px }
}

/* ---- Homepage Gallery — auto-scrolling carousel ---- */
.gallery-carousel-section { padding-bottom: 64px }
.gallery-carousel-section .section-head {
  text-align: left; margin: 0 0 44px; max-width: 760px;
}
.gallery-carousel-section .section-head p { max-width: 640px }
@media (max-width: 760px) {
  .gallery-carousel-section .section-head { margin-bottom: 32px }
  .gallery-carousel-section .section-head h2 { font-size: clamp(26px,6vw,34px) }
}
.gallery-carousel-wrap { position: relative; padding: 0 68px; user-select: none }
.gallery-carousel-viewport { overflow: hidden }
.gallery-carousel-track { display: flex; gap: 20px; will-change: transform }
.gallery-carousel-card { flex: 0 0 auto; width: 240px }
.gallery-carousel-img {
  position: relative; width: 100%; aspect-ratio: 3/4; border-radius: 16px; overflow: hidden;
  background: var(--forest-700); box-shadow: 0 14px 34px rgba(0,0,0,.35);
}
.gallery-carousel-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) brightness(.92); transform: scale(1.001);
  transition: filter .5s ease, transform .6s ease;
}
.gallery-carousel-card:hover .gallery-carousel-img img { filter: grayscale(0) brightness(1); transform: scale(1.06) }
.gallery-carousel-caption {
  margin-top: 14px; text-align: center; padding: 0 6px;
  display: flex; flex-direction: column; gap: 2px;
}
.gallery-carousel-caption b {
  color: #fff; font-family: var(--serif); font-size: 16px; font-weight: 700;
  letter-spacing: .02em; transition: color .3s;
}
.gallery-carousel-card:hover .gallery-carousel-caption b { color: var(--gold-soft) }
.gallery-carousel-caption span { color: rgba(255,255,255,.5); font-size: 12.5px }
.gallery-carousel-wrap .gallery-carousel-prev { left: 8px }
.gallery-carousel-wrap .gallery-carousel-next { right: 8px }
.gallery-carousel-dots { display: flex; gap: 8px; justify-content: center; margin-top: 34px }
.gallery-carousel-dots button { width: 8px; height: 8px; border-radius: 50%; border: none; background: rgba(255,255,255,.28); cursor: pointer; padding: 0; transition: .2s }
.gallery-carousel-dots button.active { background: var(--gold); width: 22px; border-radius: 4px }
@media (max-width: 1024px) {
  .gallery-carousel-card { width: 210px }
  .gallery-carousel-wrap { padding: 0 56px }
}
@media (max-width: 760px) {
  .gallery-carousel-card { width: 170px }
  .gallery-carousel-wrap { padding: 0 44px }
  .gallery-carousel-track { gap: 14px }
  .gallery-carousel-caption b { font-size: 14px }
}
@media (max-width: 480px) {
  .gallery-carousel-card { width: 140px }
  .gallery-carousel-wrap { padding: 0 38px }
  .gallery-arrow { width: 32px; height: 32px; font-size: 12px }
}

/* ---- Homepage Safari Spotlight — fanned/stacked auto-advancing deck ---- */
.spotlight-stage { position: relative; height: 460px; margin-top: 10px; overflow: hidden }
.spotlight-deck { position: relative; width: 100%; height: 100% }
.spotlight-card {
  position: absolute; top: 50%; left: 50%; width: 280px; height: 420px;
  border-radius: 20px; overflow: hidden; cursor: pointer;
  box-shadow: 0 20px 50px rgba(13,31,23,.28);
  transition: transform .6s cubic-bezier(.22,.68,0,1.01), opacity .55s ease, filter .55s ease;
}
.spotlight-card img { width: 100%; height: 100%; object-fit: cover; display: block }
.spotlight-overlay {
  position: absolute; inset: auto 0 0 0; padding: 22px 20px 24px;
  background: linear-gradient(to top, rgba(8,20,14,.92) 10%, rgba(8,20,14,.4) 58%, transparent 100%);
  color: #fff; opacity: 0; transform: translateY(10px);
  transition: opacity .4s ease .1s, transform .4s ease .1s;
}
.spotlight-overlay h4 { font-family: var(--serif); font-size: 20px; margin: 0 0 6px; color: #fff }
.spotlight-overlay p  { font-size: 13px; color: rgba(255,255,255,.82); margin: 0 0 14px; line-height: 1.5 }

.spotlight-pos-0     { transform: translate(-50%,-50%)  scale(1);    opacity: 1;    z-index: 5; filter: none }
.spotlight-pos-0 .spotlight-overlay { opacity: 1; transform: translateY(0) }
.spotlight-pos--1    { transform: translate(-118%,-50%) scale(.84); opacity: .65; z-index: 4; filter: brightness(.55) }
.spotlight-pos-1     { transform: translate(18%,-50%)   scale(.84); opacity: .65; z-index: 4; filter: brightness(.55) }
.spotlight-pos--2    { transform: translate(-186%,-50%) scale(.7);  opacity: .35; z-index: 3; filter: brightness(.4) }
.spotlight-pos-2     { transform: translate(86%,-50%)   scale(.7);  opacity: .35; z-index: 3; filter: brightness(.4) }
.spotlight-pos-hidden{ transform: translate(-50%,-50%)  scale(.5);  opacity: 0;   z-index: 1; pointer-events: none }

.spotlight-next, .spotlight-prev {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 6;
  width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(31,61,46,.55); color: #fff; font-size: 17px;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px); transition: .2s;
}
.spotlight-next { right: 4% }
.spotlight-prev { left: 4% }
.spotlight-next:hover, .spotlight-prev:hover { background: var(--forest); transform: translateY(-50%) scale(1.08) }

@media (max-width: 1024px) {
  .spotlight-stage { height: 400px }
  .spotlight-card { width: 240px; height: 360px }
}
@media (max-width: 760px) {
  .spotlight-stage { height: 340px }
  .spotlight-card { width: 195px; height: 290px; border-radius: 16px }
  .spotlight-overlay { padding: 16px 16px 18px }
  .spotlight-overlay h4 { font-size: 17px }
  .spotlight-overlay p  { font-size: 12px; margin-bottom: 10px }
  .spotlight-next, .spotlight-prev { width: 42px; height: 42px; font-size: 14px }
  .spotlight-next { right: 3% }
  .spotlight-prev { left: 3% }
}
@media (max-width: 480px) {
  .spotlight-stage { height: 300px }
  .spotlight-card { width: 165px; height: 250px }
  .spotlight-pos--2, .spotlight-pos-2 { opacity: 0; pointer-events: none }
}

.detail-main h2 { font-size: 28px; margin-top: 32px }
.detail-main p  { color: #3c4642 }
.itin-list { list-style: none; padding: 0; margin: 14px 0 }
.itin-list li {
  padding: 14px 18px; border-left: 3px solid var(--gold);
  background: var(--ivory); border-radius: 0 10px 10px 0; margin-bottom: 10px; font-size: 14.5px;
}
.inc-list { list-style: none; padding: 0; margin: 14px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px }
.inc-list li { display: flex; gap: 9px; align-items: center; font-size: 14.5px }
.inc-list li i { color: var(--gold-dark) }
.book-side {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 30px; position: sticky; top: 100px; box-shadow: var(--shadow-sm);
}
.book-side .big-price       { font-family: var(--serif); font-size: 38px; color: var(--forest) }
.book-side .big-price small { font-size: 14px; color: var(--muted) }

/* ---- Alerts ---- */
.alert         { padding: 14px 18px; border-radius: 10px; font-size: 14px; margin-bottom: 18px }
.alert-success { background: #edf7ed; color: #1a6636; border: 1px solid #c3e6cb }
.alert-error   { background: #fdecea; color: #a3271a; border: 1px solid #f3c7c0 }

/* ---- About ---- */
.about-split{
    display:flex;
    flex-direction:column;
    gap:35px;
    align-items:center;
}
.about-split img{
    width:100%;
    max-width:900px;
    height:auto;
    display:block;
    margin:0 auto;
    border-radius:18px;
    box-shadow:var(--shadow);
}.page-content img,
.content-image{
    display:block;
    width:100%;
    max-width:900px;
    height:auto;
    margin:35px auto;
    border-radius:18px;
    box-shadow:var(--shadow);
}
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 32px }
.value { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .26s }
.value:hover { border-color: rgba(207,174,98,.4); transform: translateY(-4px); box-shadow: var(--shadow-gold) }
.value .ico { width: 50px; height: 50px; border-radius: 12px; background: rgba(207,174,98,.12); color: var(--gold-dark); display: grid; place-items: center; font-size: 22px; margin-bottom: 14px }

/* ---- Utility ---- */
.mt-0 { margin-top: 0 }
.mb-0 { margin-bottom: 0 }
.bg-cream, .bg-ivory { background: var(--ivory) }
.divider { height: 1px; background: var(--line); margin: 44px 0 }
.mark { width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(135deg,var(--forest),var(--forest-700)); display: grid; place-items: center; color: var(--gold-soft); font-size: 20px; box-shadow: var(--shadow-sm) }

/* ========== RESPONSIVE ========== */
@media(max-width:980px){
  .grid-3,.grid-4       { grid-template-columns:repeat(2,1fr) }
  .theme-grid           { grid-template-columns:repeat(3,1fr) }
  .feature-strip        { grid-template-columns:repeat(2,1fr) }
  .wildlife-grid        { grid-template-columns:repeat(2,1fr) }
  .quote-block,.about-split,.detail-grid { grid-template-columns:1fr }
  .footer-grid          { grid-template-columns:1fr 1fr }
  .value-grid           { grid-template-columns:1fr }
  .book-side            { position:static }
  .ticker-bar           { margin-top:10px }
  .hero                 { display:block; min-height:0 }
  .hero-media           { top:0; left:0; right:0; bottom:auto; height:46vh }
  .hero-scrim           { top:0; left:0; right:0; bottom:auto; height:46vh; background:linear-gradient(0deg, rgba(6,14,10,.72) 0%, rgba(6,14,10,.08) 68%, rgba(6,14,10,0) 100%) }
  .hero-layer           { display:block; padding:calc(46vh + 26px) 0 8px; gap:16px }
  .hero-card            { max-width:none; margin:0 18px; padding:34px 26px 30px; box-shadow:0 26px 60px rgba(0,0,0,.4) }
  .hero-badge           { margin:16px 18px 24px; align-self:flex-start }
  .hero-dots            { position:static; margin:0 0 28px; justify-content:center }
  .hero p               { max-width:none }
}
@media(max-width:1024px){
  .menu-toggle { display:flex }
  .nav-links {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 24px 18px;
    box-shadow: 0 24px 60px rgba(16,34,22,.15);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease, visibility .28s ease;
    gap: 10px;
    z-index: 9999;
    height: calc(100vh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-links > li { width: 100%; }
  .nav-links > li > a {
    display: block;
    width: 100%;
    padding: 16px 18px;
    color: var(--forest);
    background: #fafaf7;
    border-radius: 18px;
    border: 1px solid rgba(31,50,38,.08);
    transition: background .2s, transform .2s;
  }
  .nav-links > li > a:hover {
    background: rgba(207,174,98,.14);
    transform: translateY(-1px);
  }
  .nav-links .has-drop > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 46px;
  }
  .nav-links .has-drop > a > i.fa-chevron-down { display: none }
  .nav-links .has-drop > a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  .has-drop.open > a::after { transform: translateY(-50%) rotate(180deg); }
  .nav-links .dropdown {
    position: static;
    inset: auto;
    transform: none;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 0 8px;
    margin: 4px 0 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height .32s ease, opacity .28s ease, visibility 0s linear .32s;
  }
  .nav-links .dropdown::before { display: none }
  .nav-links .has-drop.open .dropdown {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height .32s ease, opacity .2s ease;
  }
  .nav-links .dd-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 4px;
  }
  .nav-links .dd-grid a {
    background: #fff;
    border: 1px solid rgba(31,50,38,.08);
    border-radius: 14px;
    padding: 12px 14px;
  }
  .nav-links .dd-grid a:hover {
    background: rgba(207,174,98,.08);
  }

  /* Hide desktop enquire button, show mobile icon + in-menu button */
  .nav-enquire-desk  { display:none }
  .nav-wa-mob {
    display:grid; place-items:center;
    width:38px; height:38px; border-radius:50%;
    background:var(--gold); color:var(--brown);
    font-size:18px; flex-shrink:0;
    box-shadow:0 4px 12px rgba(207,174,98,.35);
  }
  .mobile-enquire-item { display:block }
  .grid-3,.grid-4,.grid-2,.theme-grid,.feature-strip,.wildlife-grid,.inc-list,.form-row,.gallery-grid,.wedding-hero { grid-template-columns:1fr }
  .footer-grid           { grid-template-columns:1fr }
  .section               { padding:52px 0 }
  .quote-block           { padding:30px 22px }
  .wedding-banner         { height:220px }
  .wedding-banner-img:nth-child(4),
  .wedding-banner-img:nth-child(5) { display:none }
  .form-card             { padding:22px 18px }
  .foot-bottom           { flex-direction:column;text-align:center }
  .foot-bottom .links    { justify-content:center;flex-wrap:wrap }
  .topbar .tb-left .hide-sm { display:none }
  .ticker-item           { font-size:11.5px; padding:10px 14px }
  .ticker-bar::before, .ticker-bar::after { width:30px }
  .premium-cta           { border-radius:20px; justify-content:center; padding:18px }
  .wedding-hero          { padding:24px }
  .hero p                { font-size:15px }
  .hero-actions          { flex-direction:column;gap:10px }
  .hero-actions .btn     { justify-content:center }
  .ticker-bar            { margin-top:10px }
  .hero-media            { height:42vh }
  .hero-scrim            { height:42vh }
  .hero-layer            { padding:calc(42vh + 24px) 0 6px }
  .hero-card             { padding:28px 20px 24px; border-radius:18px; margin:0 14px }
  .hero-badge            { padding:12px 16px; border-radius:14px; margin:14px 14px 22px }
  .hero-badge b          { font-size:18px }
  .hero-dots             { position:static; margin:0 0 24px; justify-content:center }
  .page-banner           { padding:48px 0 }
  .stat-row              { gap:24px }
  .about-split img       { display:none }
}
@media(max-width:760px){
  .topbar .container     { height:auto;padding:10px 16px;flex-direction:column;align-items:flex-start;gap:6px }
  .topbar .tb-social     { display:none }
  .container             { padding:0 14px }
  .section               { padding:40px 0 }
  .grid-3,.grid-4,.grid-2,.theme-grid,.feature-strip,.wildlife-grid,.inc-list,.form-row,.gallery-grid,.wedding-hero { grid-template-columns:1fr }
  .footer-grid           { grid-template-columns:1fr }
  .section               { padding:52px 0 }
  .quote-block           { padding:30px 22px }
  .wedding-banner         { height:220px }
  .wedding-banner-img:nth-child(4),
  .wedding-banner-img:nth-child(5) { display:none }
  .form-card             { padding:22px 18px }
  .foot-bottom           { flex-direction:column;text-align:center }
  .foot-bottom .links    { justify-content:center;flex-wrap:wrap }
  .topbar .tb-left .hide-sm { display:none }
  .ticker-item           { font-size:11.5px; padding:10px 14px }
  .ticker-bar::before, .ticker-bar::after { width:30px }
  .premium-cta           { border-radius:20px; justify-content:center; padding:18px }
  .wedding-hero          { padding:24px }
  .hero p                { font-size:15px }
  .hero-actions          { flex-direction:column;gap:10px }
  .hero-actions .btn     { justify-content:center }
  .ticker-bar            { margin-top:10px }
  .hero-media            { height:42vh }
  .hero-scrim            { height:42vh }
  .hero-layer            { padding:calc(42vh + 24px) 0 6px }
  .hero-card             { padding:28px 20px 24px; border-radius:18px; margin:0 14px }
  .hero-badge            { padding:12px 16px; border-radius:14px; margin:14px 14px 22px }
  .hero-badge b          { font-size:18px }
  .hero-dots             { position:static; margin:0 0 24px; justify-content:center }
  .page-banner           { padding:48px 0 }
  .stat-row              { gap:24px }
  .about-split img       { display:none }
}
@media(max-width:480px){
  .topbar .container     { height:auto;padding:10px 16px;flex-direction:column;align-items:flex-start;gap:6px }
  .topbar .tb-social     { display:none }
  .container             { padding:0 14px }
  .section               { padding:40px 0 }
  .quote-block           { padding:24px 16px }
  /* Keep logo clearly visible on very small screens */
  .brand .j-logo-img     { width:46px;height:46px }
  .brand .j-name         { font-size:21px }
  .brand .j-exp          { font-size:11px }
  .nav                   { height:74px }
}

/* ---- Inquiry Popup ---- */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(13,31,23,.6);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 99999;
  opacity: 0;
  transition: opacity .3s ease;
}
.popup.open {
  display: flex;
  opacity: 1;
}
.popup-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px 30px;
  max-width: 480px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  transform: scale(0.9);
  transition: transform .3s ease;
}
.popup.open .popup-card {
  transform: scale(1);
}
.popup .close-popup {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 0;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--muted);
  transition: color .2s;
  line-height: 1;
}
.popup .close-popup:hover {
  color: var(--gold-dark);
}
.popup h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--forest);
}

/* Admin-editable page content (About / Booking Help / Cancellation / Privacy / Terms) */
.page-content { line-height: 1.8; color: #3c4642; }
.page-content h2 { margin-top: 0; }
.page-content h3 { margin-top: 24px; font-size: 20px; color: var(--forest); }
.page-content p { margin: 0 0 16px; }
.page-content ul { padding-left: 20px; margin: 0 0 16px; }
.page-content li { margin-bottom: 8px; }
.page-content a { color: var(--gold-dark); font-weight: 600; }
.page-content img.page-hero-img { width: 100%; border-radius: 18px; object-fit: cover; aspect-ratio: 16/9; margin-bottom: 24px; }

/* ---- Mobile/tablet-only manual swipe rows ----
   Wildlife Experiences, By Interest (themes) and Guest Stories (reviews).
   Desktop/laptop are untouched — this only applies at 1024px and below,
   replacing the vertical 1-column stack with a native horizontal swipe
   (no JS, no auto-scroll — the user drags/swipes it themselves). */
@media (max-width: 1024px) {
  .wildlife-grid,
  .theme-grid,
  .review-grid {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    margin: 0 -24px;
    padding: 4px 24px 14px;
  }
  .wildlife-grid::-webkit-scrollbar,
  .theme-grid::-webkit-scrollbar,
  .review-grid::-webkit-scrollbar { display: none; height: 0 }

  .wildlife-grid > .wildlife-card {
    flex: 0 0 auto; width: 82vw; max-width: 320px; scroll-snap-align: start;
  }
  .theme-grid > .theme-chip {
    flex: 0 0 auto; width: 46vw; max-width: 200px; scroll-snap-align: start;
  }
  .review-grid > .review-card {
    flex: 0 0 auto; width: 84vw; max-width: 360px; scroll-snap-align: start;
  }
}
@media (max-width: 760px) {
  .wildlife-grid, .review-grid { margin: 0 -14px; padding: 4px 14px 14px }
  .theme-grid { margin: 0 -14px; padding: 4px 14px 14px }
}

/* ---- Blog post: share buttons, inline CTAs, comments ---- */
.blog-share { display: flex; align-items: center; gap: 10px; margin-bottom: 26px }
.blog-share span { font-size: 13px; font-weight: 600; color: var(--muted) }
.blog-share a, .blog-copy-link {
  width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--forest-50); color: var(--forest); font-size: 14px; border: none; cursor: pointer; transition: .2s;
}
.blog-share a:hover, .blog-copy-link:hover { background: var(--gold); color: var(--brown) }
.blog-copy-link.copied { background: #57e08a; color: #0d1f17 }

.blog-inline-cta { margin: 28px 0; border-radius: 16px; overflow: hidden }
.blog-inline-packages { border: 1px solid var(--line); padding: 20px; background: var(--forest-50) }
.blog-inline-packages > b { display: block; font-family: var(--serif); font-size: 17px; color: var(--forest); margin-bottom: 14px }
.blog-inline-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px }
.blog-inline-card { display: flex; gap: 10px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 8px; text-decoration: none; transition: .2s }
.blog-inline-card:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); transform: translateY(-1px) }
.blog-inline-card img { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; flex-shrink: 0 }
.blog-inline-card b { display: block; font-size: 13.5px; color: var(--forest); font-family: var(--serif); line-height: 1.3 }
.blog-inline-card span { display: block; font-size: 11.5px; color: var(--gold-dark); font-weight: 600; margin-top: 2px }
.blog-inline-whatsapp { background: var(--forest); color: #fff; padding: 24px; text-align: center }
.blog-inline-whatsapp p { margin: 0 0 16px; font-size: 15px; color: rgba(255,255,255,.88) }
.blog-inline-cta-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap }

.blog-comments-list { display: flex; flex-direction: column; gap: 18px; margin-bottom: 26px }
.blog-comment { display: flex; gap: 12px; align-items: flex-start }
.blog-comment-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--forest); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; font-family: var(--serif);
}
.blog-comment b { color: var(--forest); font-size: 14.5px }
.blog-comment-date { color: var(--muted); font-size: 12px; margin-left: 8px }
.blog-comment p { margin: 6px 0 0; color: #3c4642; font-size: 14px; line-height: 1.65 }
.blog-comment-form { margin-top: 8px }

@media (max-width: 640px) {
  .blog-inline-cards { grid-template-columns: 1fr }
  .blog-inline-whatsapp { padding: 18px }
}
