/* ============================================================
   SHUBH TOURS & TRAVELS — "Sacred Yatra" design language
   ------------------------------------------------------------
   A handcrafted, temple-inspired look:
   · Marcellus (carved-stone headings) + Mulish (clean body)
   · Yatra One for Devanagari-flavoured accents & numerals
   · Mehrab (temple-arch) photo frames
   · Yatra-ticket package cards with punched perforation
   · Slow-turning mandala ornaments, gold rules, sand paper bg
   Edit the colors below to re-theme the entire site.
   ============================================================ */

:root {
  /* ---- Brand colors ---- */
  --saffron:        #E2711D;
  --saffron-deep:   #B85310;
  --saffron-soft:   #F8E3CB;
  --maroon:         #451010;
  --maroon-soft:    #5E1A1A;
  --maroon-deep:    #320B0B;
  --gold:           #C0901E;
  --gold-light:     #E3BC5F;
  --cream:          #FBF4E6;
  --cream-2:        #F3E7D1;
  --ink:            #2A190F;
  --muted:          #86715A;
  --line:           #E6D5B8;
  --white:          #ffffff;
  --ticket-bg:      var(--cream);   /* bg colour behind ticket notches */

  /* ---- Effects ---- */
  --shadow-sm: 0 2px 10px rgba(69, 16, 16, .07);
  --shadow:    0 12px 32px rgba(69, 16, 16, .12);
  --shadow-lg: 0 24px 60px rgba(69, 16, 16, .18);
  --radius:    14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --arch:      170px;               /* mehrab arch curvature */
  --container: 1200px;
  --t: .25s ease;

  /* ---- Fonts ---- */
  --font-head:   'Marcellus', Georgia, serif;
  --font-body:   'Mulish', system-ui, sans-serif;
  --font-accent: 'Yatra One', 'Marcellus', serif;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background-color: var(--cream);
  /* faint hand-made paper dots */
  background-image: radial-gradient(rgba(192, 144, 30, .07) 1px, transparent 1.4px);
  background-size: 26px 26px;
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 400;
  line-height: 1.18;
  color: var(--ink);
  letter-spacing: .01em;
}

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }

section { position: relative; }

/* ============================================================
   HELPERS / SECTION HEADERS
   ============================================================ */
.section { padding: 92px 0; }
.section--tint { background: var(--cream-2); border-block: 1px solid var(--line); --ticket-bg: var(--cream-2); }
.section--maroon {
  background:
    radial-gradient(700px 340px at 85% 0%, rgba(226, 113, 29, .14), transparent 65%),
    var(--maroon);
  color: #F4E2C8;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-accent);
  font-weight: 400; font-size: .95rem; letter-spacing: .1em;
  color: var(--saffron-deep);
  margin-bottom: 10px;
}
.eyebrow::before, .eyebrow::after { content: "✦"; color: var(--gold); font-size: .75rem; }
.section--maroon .eyebrow { color: var(--gold-light); }

.section-head { text-align: center; max-width: 700px; margin: 0 auto 54px; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.02rem; }
.section--maroon .section-head h2 { color: #FBEFD9; }
.section--maroon .section-head p { color: #E2C5A4; }

.divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 16px; }
.divider span { height: 1.5px; width: 56px; background: linear-gradient(90deg, transparent, var(--gold)); }
.divider span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.divider i { color: var(--gold); font-style: normal; font-size: 1.05rem; }

/* ============================================================
   BUTTONS — squared, bordered, engraved feel
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: .92rem;
  letter-spacing: .04em;
  padding: 14px 28px; border-radius: 12px;
  cursor: pointer; border: 1.5px solid transparent;
  transition: var(--t); white-space: nowrap; position: relative;
}
.btn-primary {
  background: linear-gradient(180deg, var(--saffron), var(--saffron-deep));
  color: #fff;
  box-shadow: 0 10px 22px rgba(184, 83, 16, .32), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(184, 83, 16, .4); }
.btn-outline {
  background: transparent; color: var(--maroon-soft);
  border-color: var(--gold); box-shadow: inset 0 0 0 0 var(--saffron-soft);
}
.btn-outline:hover { background: var(--saffron-soft); border-color: var(--saffron); color: var(--saffron-deep); }
.btn-ghost { background: rgba(255,255,255,.06); color: #F8E9CF; border-color: rgba(227,188,95,.6); }
.btn-ghost:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--maroon-deep); }
.btn-gold {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #3A2300;
  box-shadow: 0 10px 22px rgba(192,144,30,.35), inset 0 1px 0 rgba(255,255,255,.45);
}
.btn-gold:hover { transform: translateY(-2px); }
.btn-sm { padding: 10px 18px; font-size: .84rem; border-radius: 10px; }
.btn-block { width: 100%; }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  background: var(--maroon-deep); color: #E8CCAA; font-size: .8rem;
  border-bottom: 1px solid rgba(227,188,95,.35);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 16px; }
.topbar a { color: #E8CCAA; transition: var(--t); }
.topbar a:hover { color: var(--gold-light); }
.topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-left span, .topbar-left a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-social { display: flex; gap: 12px; align-items: center; }
.topbar-social a { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(227,188,95,.4); background: transparent; }
.topbar-social a:hover { background: var(--gold-light); color: var(--maroon-deep); border-color: var(--gold-light); }
.topbar-social svg { width: 12px; height: 12px; fill: currentColor; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  transition: var(--t);
}
.header.scrolled { background: rgba(251, 244, 230, .94); backdrop-filter: blur(9px); box-shadow: var(--shadow); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 20px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 48px; height: 48px; flex: none; filter: drop-shadow(0 3px 6px rgba(69,16,16,.25)); }
.brand-text strong {
  display: block; font-family: var(--font-head); font-weight: 400;
  font-size: 1.34rem; color: var(--maroon); line-height: 1.05; letter-spacing: .02em;
}
.brand-text small {
  display: block; font-family: var(--font-accent); font-size: .7rem;
  letter-spacing: .3em; text-transform: uppercase; color: var(--saffron-deep);
}

.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-menu > li > a {
  display: block; padding: 10px 14px;
  font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink); position: relative; transition: var(--t);
}
.nav-menu > li > a::after {
  content: ""; position: absolute; left: 14px; right: 100%; bottom: 4px; height: 2px;
  background: var(--gold); transition: right .3s ease; border-radius: 2px;
}
.nav-menu > li > a:hover::after, .nav-menu > li > a.active::after { right: 14px; }
.nav-menu > li > a:hover, .nav-menu > li > a.active { color: var(--saffron-deep); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; width: 42px; height: 42px; }
.nav-toggle span { display: block; width: 24px; height: 2.4px; background: var(--maroon); margin: 5px auto; border-radius: 2px; transition: var(--t); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

/* ============================================================
   HERO — light, editorial, arch-framed (unique to this site)
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--cream-2) 0%, var(--cream) 100%);
}
/* slow-turning mandala rings (lightweight dashed circles) */
.hero-mandala {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
  border: 2px dashed rgba(192, 144, 30, .45);
  animation: mandala-spin 90s linear infinite;
}
.hero-mandala::before, .hero-mandala::after { content: ""; position: absolute; border-radius: 50%; }
.hero-mandala::before { inset: 28px; border: 1.5px dashed rgba(192, 144, 30, .35); }
.hero-mandala::after  { inset: 64px; border: 1px solid rgba(192, 144, 30, .22); }
.hero-mandala.m1 { width: 620px; height: 620px; top: -230px; right: -200px; }
.hero-mandala.m2 { width: 380px; height: 380px; bottom: -160px; left: -150px; animation-duration: 70s; animation-direction: reverse; opacity: .7; }
@keyframes mandala-spin { to { transform: rotate(360deg); } }

.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.06fr .94fr; gap: 56px; align-items: center;
  padding: 76px 0 96px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 18px; border-radius: 50px;
  background: #fff; border: 1px solid var(--gold);
  font-size: .82rem; font-weight: 700; color: var(--maroon-soft);
  box-shadow: var(--shadow-sm); margin-bottom: 20px;
}
.hero-badge b { color: var(--saffron-deep); }
.hero-sanskrit {
  display: block; font-family: var(--font-accent); font-size: 1.15rem;
  color: var(--gold); letter-spacing: .12em; margin-bottom: 12px;
}
.hero h1 { font-size: clamp(2.3rem, 4.8vw, 3.9rem); color: var(--maroon-deep); }
.hero h1 em {
  font-style: normal; color: var(--saffron-deep); white-space: nowrap;
  background: linear-gradient(var(--gold-light), var(--gold-light)) left 100% / 100% 5px no-repeat;
  padding-bottom: 5px;
}
.hero p { margin: 22px 0 30px; font-size: 1.06rem; color: var(--muted); max-width: 520px; }
.hero p strong { color: var(--maroon-soft); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-actions .btn svg { width: 18px; height: 18px; fill: currentColor; }

.hero-stats {
  display: flex; flex-wrap: wrap; gap: 12px 0; margin-top: 38px;
  border-top: 1px solid var(--line); padding-top: 24px;
}
.hero-stats div {
  display: flex; flex-direction: column; padding: 0 28px;
  border-right: 1px solid var(--line);
}
.hero-stats div:first-child { padding-left: 0; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats b {
  font-family: var(--font-accent); font-weight: 400;
  font-size: 1.75rem; color: var(--saffron-deep); line-height: 1.1;
}
.hero-stats span { font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

/* arch-framed artwork */
.hero-art { position: relative; display: flex; justify-content: center; }
.arch-frame {
  position: relative; overflow: hidden;
  border-radius: var(--arch) var(--arch) 18px 18px;
  border: 7px solid #fff;
  /* parchment mat + thin gold ring (box-shadow follows the arch curve) */
  box-shadow: 0 0 0 7px var(--cream), 0 0 0 8.5px var(--gold), var(--shadow-lg);
  background: var(--cream-2);
}
.arch-frame img { width: 100%; height: 100%; object-fit: cover; }
.arch-frame.main { width: min(400px, 88%); aspect-ratio: 4 / 5; }
.arch-frame.small {
  position: absolute; right: 0; bottom: -34px; width: 44%; aspect-ratio: 1;
  --arch: 120px; z-index: 2;
}
.hero-years {
  position: absolute; left: 2%; bottom: 26px; z-index: 3;
  background: var(--maroon); color: #F4E2C8;
  border: 1px solid var(--gold); border-radius: 14px;
  padding: 12px 18px; text-align: center; box-shadow: var(--shadow-lg);
}
.hero-years b { display: block; font-family: var(--font-accent); font-weight: 400; font-size: 1.6rem; color: var(--gold-light); line-height: 1.05; }
.hero-years span { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

/* ============================================================
   MARQUEE — scrolling sacred names strip
   ============================================================ */
.marquee {
  background: var(--maroon-deep);
  border-block: 1px solid var(--gold);
  overflow: hidden; padding: 13px 0; position: relative; z-index: 3;
}
.marquee-track {
  display: flex; gap: 56px; width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  display: inline-flex; align-items: center; gap: 56px;
  font-family: var(--font-head); font-size: 1.02rem; letter-spacing: .08em;
  color: #EDD3A8; white-space: nowrap;
}
.marquee-track span::after { content: "✦"; color: var(--gold); font-size: .8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   QUICK ENQUIRY BAR
   ============================================================ */
.quickbar {
  position: relative; z-index: 5; margin: 34px auto 0; max-width: 1040px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 20px;
  display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; gap: 12px; align-items: end;
}
.quickbar::before {
  content: ""; position: absolute; inset: 6px; pointer-events: none;
  border: 1px dashed var(--line); border-radius: 9px;
}
.quickbar .field label {
  display: block; font-size: .7rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--saffron-deep); margin: 0 0 6px 4px;
}
.quickbar .field input, .quickbar .field select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font: inherit; font-size: .92rem; color: var(--ink); background: var(--cream);
}
.quickbar .field input:focus, .quickbar .field select:focus { outline: none; border-color: var(--gold); }

/* ============================================================
   PAGE BANNER (inner pages)
   ============================================================ */
.page-banner {
  position: relative; color: #fff; text-align: center; padding: 86px 0 78px;
  background-color: var(--maroon);
  border-bottom: 4px double var(--gold);
}
.page-banner h1 { color: #FBEFD9; font-size: clamp(2rem, 4vw, 3rem); }
.page-banner h1::after {
  content: "✦ ✦ ✦"; display: block; margin-top: 14px;
  font-size: .8rem; color: var(--gold-light); letter-spacing: 1.2em; padding-left: 1.2em;
}
.breadcrumb { margin-top: 10px; font-size: .88rem; color: #E2C5A4; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb i { font-style: normal; color: var(--gold-light); margin: 0 8px; }

/* ============================================================
   IMAGE HELPERS
   ============================================================ */
/* Real photo that fills a card media slot */
.card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

/* Themed gradient placeholder (kept for the contact-page map slot) */
.ph-img {
  position: relative; display: grid; place-items: center; overflow: hidden;
  background: linear-gradient(150deg, var(--saffron) 0%, var(--maroon) 100%);
  color: rgba(255,255,255,.92); text-align: center;
}
.ph-img.v2 { background: linear-gradient(150deg, #E8975A, var(--saffron-deep)); }
.ph-img.v3 { background: linear-gradient(150deg, var(--gold), var(--maroon)); }
.ph-img.v4 { background: linear-gradient(150deg, #7d3322, var(--maroon-deep)); }
.ph-img.v5 { background: linear-gradient(150deg, var(--saffron), #a83a44); }
.ph-img::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.16), transparent 50%); }
.ph-img .ph-icon { width: 54px; height: 54px; opacity: .92; margin-bottom: 6px; z-index: 1; }
.ph-img .ph-label { z-index: 1; font-size: .86rem; font-weight: 600; letter-spacing: .04em; padding: 0 14px; text-shadow: 0 1px 6px rgba(0,0,0,.3); }

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

/* ============================================================
   PACKAGE CARDS — yatra-ticket style
   ============================================================ */
.pkg-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: var(--t); display: flex; flex-direction: column; position: relative;
}
.pkg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.pkg-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.pkg-media .ph-img, .pkg-media .card-img { position: absolute; inset: 0; }
.pkg-media .card-img { transition: transform .55s ease; }
.pkg-card:hover .pkg-media .card-img { transform: scale(1.07); }
.pkg-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--maroon-deep); color: var(--gold-light);
  border: 1px solid var(--gold);
  font-size: .72rem; font-weight: 800; letter-spacing: .06em;
  padding: 6px 13px; border-radius: 50px;
}
.pkg-fav {
  position: absolute; top: 12px; right: 12px; z-index: 2; width: 34px; height: 34px;
  border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center;
  color: var(--saffron-deep); font-size: .95rem;
}
.pkg-body { padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pkg-loc {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-accent); font-size: .82rem; letter-spacing: .05em;
  color: var(--saffron-deep);
}
.pkg-body h3 { font-size: 1.3rem; }
.pkg-body p { font-size: .9rem; color: var(--muted); }
.pkg-meta { display: flex; gap: 16px; font-size: .8rem; color: var(--muted); font-weight: 600; }
.pkg-meta span { display: inline-flex; align-items: center; gap: 6px; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: .88rem; }

/* the perforated ticket fold */
.pkg-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: auto; padding-top: 16px; position: relative;
  border-top: 2px dashed var(--gold-light);
}
.pkg-foot::before, .pkg-foot::after {
  content: ""; position: absolute; top: -11px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--ticket-bg); border: 1px solid var(--line);
}
.pkg-foot::before { left: -32px; }
.pkg-foot::after  { right: -32px; }
.pkg-price b { font-family: var(--font-accent); font-weight: 400; font-size: 1.45rem; color: var(--maroon); }
.pkg-price small { display: block; font-size: .72rem; color: var(--muted); }
.pkg-price .old { text-decoration: line-through; color: var(--muted); font-size: .85rem; font-family: var(--font-body); }

/* ============================================================
   FEATURES / WHY US
   ============================================================ */
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature .ic {
  flex: none; width: 56px; height: 56px; display: grid; place-items: center;
  background: #fff; color: var(--saffron-deep);
  border: 1px solid var(--gold-light);
  border-radius: 50% 50% 12px 12px;             /* mini arch */
  box-shadow: var(--shadow-sm);
}
.feature .ic svg { width: 25px; height: 25px; }
.feature h4 { font-size: 1.12rem; margin-bottom: 4px; }
.feature p { font-size: .9rem; color: var(--muted); }

/* Stats band */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat { position: relative; padding: 8px 0; }
.stat + .stat::before {
  content: "✦"; position: absolute; left: -12px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: .8rem; opacity: .8;
}
.stat b { font-family: var(--font-accent); font-weight: 400; font-size: 2.7rem; color: var(--gold-light); display: block; line-height: 1.1; }
.stat span { font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: #E2C5A4; font-weight: 700; }

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.svc-card {
  background: #fff; border-radius: var(--radius); padding: 32px 26px; text-align: center;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: var(--t);
  position: relative; overflow: hidden;
}
.svc-card::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--saffron));
  transition: width .35s ease; border-radius: 0 0 4px 4px;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold-light); }
.svc-card:hover::before { width: 70%; }
.svc-card .ic {
  width: 74px; height: 74px; margin: 0 auto 18px; display: grid; place-items: center;
  background: var(--cream); color: var(--saffron-deep);
  border: 1.5px solid var(--gold-light);
  border-radius: 50% 50% 14px 14px;             /* arch icon plinth */
}
.svc-card .ic svg { width: 32px; height: 32px; }
.svc-card h3 { font-size: 1.22rem; margin-bottom: 8px; }
.svc-card p { font-size: .9rem; color: var(--muted); }

/* ============================================================
   DESTINATIONS — mehrab arch cards
   ============================================================ */
.dest-card {
  position: relative; overflow: hidden; aspect-ratio: 3 / 4.1;
  border-radius: var(--arch) var(--arch) 16px 16px;
  border: 6px solid #fff;
  box-shadow: 0 0 0 6px var(--ticket-bg), 0 0 0 7.5px var(--gold), var(--shadow);
  transition: var(--t);
}
.dest-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.dest-card .ph-img, .dest-card .card-img { position: absolute; inset: 0; }
.dest-card .card-img { transition: transform .6s ease; }
.dest-card:hover .card-img { transform: scale(1.07); }
.dest-card .overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to top, rgba(50, 11, 11, .88) 8%, transparent 55%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 26px 22px; color: #fff;
}
.dest-card .overlay h3 { color: #FBEFD9; font-size: 1.55rem; }
.dest-card .overlay h3::after { content: ""; display: block; width: 44px; height: 2px; background: var(--gold-light); margin-top: 8px; border-radius: 2px; }
.dest-card .overlay p { font-size: .85rem; color: #E8CCAA; margin-top: 8px; }
.dest-card .tag {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%); z-index: 3;
  background: rgba(50, 11, 11, .82); color: var(--gold-light);
  border: 1px solid var(--gold);
  font-family: var(--font-accent); font-size: .76rem; letter-spacing: .1em;
  padding: 6px 16px; border-radius: 50px; backdrop-filter: blur(3px);
}

/* All-India yatra chips strip (under destination arches) */
.yatra-strip { margin-top: 56px; text-align: center; }
.yatra-strip h3 { font-size: 1.35rem; color: var(--maroon-soft); margin-bottom: 22px; }
.yatra-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 900px; margin: 0 auto; }
.yatra-chips span {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; border: 1px solid var(--line); border-radius: 50px;
  padding: 10px 20px; font-size: .88rem; font-weight: 700; color: var(--maroon-soft);
  box-shadow: var(--shadow-sm); transition: var(--t); cursor: default;
}
.yatra-chips span:hover { border-color: var(--gold); color: var(--saffron-deep); transform: translateY(-2px); box-shadow: var(--shadow); }
.yatra-note { margin-top: 20px; font-size: .92rem; color: var(--muted); }
.yatra-note a { color: var(--saffron-deep); font-weight: 700; }
.yatra-note a:hover { text-decoration: underline; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-track { display: flex; transition: transform .5s ease; }
.testi-slide { min-width: 100%; padding: 6px; }
.testi-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 44px 42px 36px;
  box-shadow: var(--shadow); max-width: 760px; margin: 0 auto; text-align: center; position: relative;
}
.testi-card::before {
  content: "॥"; position: absolute; top: -26px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-accent); font-size: 1.5rem; color: var(--gold-light);
  background: var(--maroon); border: 1px solid var(--gold);
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  box-shadow: var(--shadow);
}
.testi-card .quote { display: none; }
.testi-card p { font-size: 1.07rem; color: var(--ink); font-style: italic; margin: 8px 0 22px; }
.testi-person { display: flex; align-items: center; gap: 14px; justify-content: center; }
.testi-ava {
  width: 52px; height: 52px; border-radius: 50% 50% 12px 12px;
  display: grid; place-items: center; font-family: var(--font-accent); font-weight: 400;
  color: #fff; background: linear-gradient(160deg, var(--saffron), var(--saffron-deep)); font-size: 1.2rem;
  border: 2px solid var(--gold-light);
}
.testi-person h4 { font-size: 1.02rem; }
.testi-person small { color: var(--muted); }
.testi-dots { display: flex; gap: 9px; justify-content: center; margin-top: 26px; }
.testi-dots button { width: 10px; height: 10px; border-radius: 50%; border: 1px solid var(--gold); background: transparent; cursor: pointer; transition: var(--t); }
.testi-dots button.active { background: var(--saffron); border-color: var(--saffron); width: 26px; border-radius: 50px; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-grid .g-item {
  position: relative; overflow: hidden; aspect-ratio: 1; cursor: pointer;
  border-radius: var(--radius-sm);
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px var(--line), var(--shadow-sm); transition: var(--t);
}
.gallery-grid .g-item:hover { box-shadow: 0 0 0 1.5px var(--gold), var(--shadow); }
.gallery-grid .g-item.tall { grid-row: span 2; aspect-ratio: 1 / 2; border-radius: 140px 140px 10px 10px; }
.gallery-grid .g-item .ph-img, .gallery-grid .g-item .card-img { position: absolute; inset: 0; transition: transform .4s ease; }
.gallery-grid .g-item:hover .ph-img, .gallery-grid .g-item:hover .card-img { transform: scale(1.08); }
.gallery-grid .g-item .cap {
  position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; padding: 14px;
  background: linear-gradient(to top, rgba(50,11,11,.78), transparent 55%);
  color: #FBEFD9; font-size: .82rem; font-weight: 700; letter-spacing: .03em;
  opacity: 0; transition: var(--t);
}
.gallery-grid .g-item:hover .cap { opacity: 1; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 2px 22px; box-shadow: var(--shadow-sm); transition: var(--t);
}
.faq-item[open] { box-shadow: var(--shadow); border-color: var(--gold-light); }
.faq-item summary {
  cursor: pointer; font-weight: 700; padding: 17px 0; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "✦"; color: var(--gold); font-size: 1rem; line-height: 1;
  transition: var(--t); flex: none;
}
.faq-item[open] summary::after { transform: rotate(180deg) scale(1.25); color: var(--saffron-deep); }
.faq-item p { color: var(--muted); font-size: .94rem; padding: 0 0 18px; margin: 0; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { text-align: center; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%;
  left: -180px; top: -180px; pointer-events: none;
  border: 2px dashed rgba(227, 188, 95, .35);
  animation: mandala-spin 80s linear infinite;
}
.cta-band h2 { color: #FBEFD9; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.cta-band p { color: #E2C5A4; margin: 12px auto 28px; max-width: 560px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   ABOUT / SPLIT
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split .media {
  position: relative; aspect-ratio: 4 / 4.6; max-width: 440px; margin-inline: auto; width: 100%;
  border-radius: var(--arch) var(--arch) 18px 18px;
  border: 7px solid #fff;
  box-shadow: 0 0 0 7px var(--ticket-bg), 0 0 0 8.5px var(--gold), var(--shadow-lg);
  overflow: hidden; background: var(--cream-2);
}
.split .media .ph-img, .split .media .card-img { position: absolute; inset: 0; }
.split .badge-float {
  position: absolute; bottom: 18px; right: 12px; z-index: 3;
  background: var(--maroon); color: #F4E2C8; border: 1px solid var(--gold);
  border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 14px 20px; text-align: center;
}
.split .badge-float b { font-family: var(--font-accent); font-weight: 400; font-size: 1.7rem; color: var(--gold-light); display: block; line-height: 1.1; }
.split .badge-float span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.about-list { display: grid; gap: 14px; margin: 22px 0; }
.about-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .96rem; }
.about-list li .tick {
  flex: none; width: 24px; height: 24px; border-radius: 50% 50% 6px 6px;
  background: var(--saffron); color: #fff; display: grid; place-items: center; font-size: .75rem;
}

/* ============================================================
   FORMS
   ============================================================ */
.form-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 36px; border: 1px solid var(--line); position: relative;
}
.form-card::before {
  content: ""; position: absolute; inset: 8px; pointer-events: none;
  border: 1px dashed var(--line); border-radius: 9px;
}
.form-card > * { position: relative; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: .8rem; font-weight: 800; letter-spacing: .06em; margin-bottom: 6px; color: var(--maroon-soft); }
.form-group label .req { color: var(--saffron-deep); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font: inherit; font-size: .92rem; background: var(--cream); color: var(--ink); transition: var(--t);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: .84rem; color: var(--muted); margin-top: 6px; }
.form-success {
  display: none; background: #ECF6E8; border: 1px solid #BBDFAD; color: #2D6B1E;
  padding: 14px 16px; border-radius: 10px; font-size: .9rem; margin-bottom: 16px;
}
.form-success.show { display: block; }

/* Contact info cards */
.info-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-sm); transition: var(--t);
}
.info-card:hover { border-color: var(--gold-light); box-shadow: var(--shadow); }
.info-card .ic {
  flex: none; width: 52px; height: 52px; border-radius: 50% 50% 12px 12px;
  background: var(--cream); border: 1.5px solid var(--gold-light);
  color: var(--saffron-deep); display: grid; place-items: center;
}
.info-card .ic svg { width: 23px; height: 23px; }
.info-card h4 { font-size: 1.05rem; margin-bottom: 3px; }
.info-card p, .info-card a { font-size: .9rem; color: var(--muted); }
.info-card a:hover { color: var(--saffron-deep); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--maroon-deep); color: #DDBE97; padding-top: 66px;
  border-top: 4px double var(--gold);
}
.footer h4 {
  color: var(--gold-light); font-size: .85rem; margin-bottom: 20px;
  font-family: var(--font-body); font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 36px; padding-bottom: 46px; }
.footer-brand .brand-text strong { color: #FBEFD9; }
.footer-brand p { font-size: .9rem; margin: 16px 0; color: #C9A47C; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(227,188,95,.45); display: grid; place-items: center; transition: var(--t);
}
.footer-social a:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-3px); }
.footer-social a:hover svg { fill: var(--maroon-deep); }
.footer-social svg { width: 15px; height: 15px; fill: #EDD3A8; transition: var(--t); }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: .92rem; color: #DDBE97; transition: var(--t); display: inline-flex; align-items: center; gap: 8px; }
.footer-links a:hover { color: #FBEFD9; padding-left: 4px; }
.footer-links a::before { content: "✦"; color: var(--gold); font-size: .6rem; }
.footer-contact li { display: flex; gap: 11px; margin-bottom: 14px; font-size: .9rem; color: #C9A47C; align-items: flex-start; }
.footer-contact svg { flex: none; width: 17px; height: 17px; fill: var(--gold-light); margin-top: 3px; }
.newsletter { display: flex; gap: 8px; margin-top: 14px; }
.newsletter input {
  flex: 1; padding: 11px 14px; border: 1px solid rgba(227,188,95,.4);
  background: rgba(255,255,255,.06); color: #FBEFD9;
  border-radius: 8px; font: inherit; font-size: .88rem;
}
.newsletter input::placeholder { color: #B08D67; }
.newsletter input:focus { outline: 1.5px solid var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(227,188,95,.25); padding: 20px 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: .84rem; color: #B08D67;
}
.footer-bottom a:hover { color: #FBEFD9; }

/* ============================================================
   ENQUIRY POPUP
   ============================================================ */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center; padding: 18px;
  background: rgba(42, 25, 15, .66); backdrop-filter: blur(4px);
}
.modal-overlay.open { display: flex; }
.modal {
  background: #fff; border-radius: var(--radius-lg); width: 100%; max-width: 440px;
  box-shadow: var(--shadow-lg); overflow: hidden; max-height: 94vh; overflow-y: auto;
  border: 1px solid var(--gold);
  animation: modalIn .25s ease;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-head {
  position: relative; padding: 22px 24px; color: #fff;
  background:
    radial-gradient(300px 140px at 90% 0%, rgba(226,113,29,.3), transparent 70%),
    var(--maroon);
  border-bottom: 3px double var(--gold);
}
.modal-head .eyebrow { color: var(--gold-light); margin: 0 0 4px; }
.modal-head h3 { color: #FBEFD9; font-size: 1.3rem; line-height: 1.25; padding-right: 30px; }
.modal-head small { display: block; color: #E2C5A4; font-size: .85rem; margin-top: 4px; }
.modal-close {
  position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border: 1px solid rgba(227,188,95,.5);
  border-radius: 50%; background: transparent; color: #FBEFD9; font-size: 1.25rem; line-height: 1;
  cursor: pointer; transition: var(--t);
}
.modal-close:hover { background: var(--gold-light); color: var(--maroon-deep); transform: rotate(90deg); }
.modal-body { padding: 22px 24px 24px; }
.modal-body .form-group { margin-bottom: 13px; }
.modal-body .btn svg { width: 18px; height: 18px; fill: currentColor; }

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37, 211, 102, .5);
  transition: var(--t); animation: pulse 2.2s infinite;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 32px; height: 32px; fill: #fff; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .5); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.to-top {
  position: fixed; bottom: 92px; right: 24px; z-index: 89;
  width: 46px; height: 46px; border-radius: 50% 50% 12px 12px;
  background: var(--maroon); color: #fff; border: 1px solid var(--gold);
  display: grid; place-items: center; cursor: pointer; opacity: 0; pointer-events: none; transition: var(--t);
}
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { background: var(--saffron-deep); }
.to-top svg { width: 20px; height: 20px; fill: #fff; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  /* collapse nav to hamburger earlier — the wide uppercase menu doesn't fit on tablets */
  .nav-toggle { display: block; }
  .nav-menu {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: var(--cream); box-shadow: var(--shadow); padding: 10px; gap: 2px;
    max-height: 0; overflow: hidden; transition: max-height .35s ease; border-top: 1px solid var(--line);
  }
  .nav-menu.open { max-height: 70vh; overflow: auto; }
  .nav-menu > li > a { padding: 14px 16px; }
  .nav-menu > li > a::after { display: none; }
}

@media (max-width: 992px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .quickbar { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-band { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .stat + .stat::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; padding: 60px 0 80px; }
  .hero-art { order: -1; }
  .arch-frame.main { width: min(360px, 80%); }
}

@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .topbar-left .hide-sm { display: none; }
  .nav-cta .btn { display: none; }

  .hero-grid { padding: 44px 0 70px; gap: 48px; }
  .hero h1 { font-size: clamp(1.95rem, 8vw, 2.6rem); }
  .hero h1 em { white-space: normal; }
  .hero p { font-size: 1rem; }
  .hero-actions .btn { flex: 1 1 auto; }
  .hero-stats div { padding: 0 16px; }
  .hero-mandala.m1 { width: 420px; height: 420px; top: -180px; right: -160px; }
  .arch-frame.main { width: min(320px, 86%); }
  .arch-frame.small { bottom: -24px; }
  .hero-years { left: 0; bottom: 14px; padding: 10px 14px; }

  .marquee-track span { font-size: .92rem; }

  .quickbar { grid-template-columns: 1fr; gap: 14px; margin-top: 26px; padding: 18px; }
  .quickbar .btn { width: 100%; }

  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .pkg-foot::before { left: -30px; }
  .pkg-foot::after { right: -30px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid .g-item.tall { grid-row: span 1; aspect-ratio: 1; border-radius: var(--radius-sm); }
  .testi-card { padding: 36px 22px 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .stats-band { grid-template-columns: 1fr 1fr; }
  .stat b { font-size: 2.1rem; }
  .hero-stats { gap: 14px 0; }
  .hero-stats b { font-size: 1.4rem; }
  .brand-text strong { font-size: 1.12rem; }
  .dest-card { aspect-ratio: 3 / 3.6; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-mandala, .cta-band::before, .marquee-track, .whatsapp-float { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
