:root {
  --navy: #061d34;
  --navy-2: #092b4d;
  --gold: #ffb300;
  --gold-2: #ffc64a;
  --green: #10b861;
  --blue: #0d6fe8;
  --orange: #ff5a18;
  --purple: #7044c5;
  --ink: #102033;
  --muted: #617084;
  --line: #dfe6ee;
  --snow: #f5f8fb;
  --white: #fff;
  --shadow: 0 10px 28px rgba(8, 31, 55, .13);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--snow);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
body.menu-open,
body.trek-popup-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { margin: 0 auto; max-width: 1220px; padding: 0 24px; width: 100%; }
a,
button,
.btn,
.quote-btn,
.nav-cta,
.social-link,
.side-action,
.whatsapp-float,
.package-card,
.destination-card,
.journal-card,
.tour-card,
.dham-detail-card,
.view-photo-card,
.testimonial-card,
.panel,
.link-card-grid a,
.seo-link-grid a,
.quick-links a,
.benefit-grid article,
.package-proof-grid article,
.booking-ready-card,
.trip-planning-card,
.gallery-item,
.contact-cards a,
.sacred-destination-grid a,
.sacred-destination-grid b {
  transition:
    background-color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    color .24s ease,
    opacity .24s ease,
    transform .24s ease;
}

.package-card img,
.destination-card img,
.journal-card img,
.tour-card img,
.destination-row img,
.gallery-item img,
.dham-detail-card img,
.view-photo-card img,
.latest-blogs img,
.sacred-destination-grid img {
  transition: filter .32s ease, transform .32s ease;
}

.site-header {
  background: #071522;
  color: var(--white);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}
.top-strip {
  background: #06111f;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  max-height: 42px;
  overflow: hidden;
  transition: max-height .24s ease, opacity .2s ease, visibility .2s ease;
}
.site-header.scrolled .top-strip {
  border-bottom: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.top-strip-inner {
  align-items: center;
  display: flex;
  gap: 38px;
  justify-content: flex-end;
  min-height: 32px;
}
.top-strip span::before { color: var(--gold); content: "[]"; font-weight: 900; margin-right: 7px; }
.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.top-strip .social-links,
.top-bar .social-links { margin-left: auto; }
.social-link {
  align-items: center;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 900;
  gap: 6px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 !important;
  min-height: 26px;
  padding: 6px 9px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.social-link svg { display: block; fill: currentColor; height: 15px; width: 15px; }
.social-link.facebook { background: #1877f2; }
.social-link.instagram { background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af); }
.social-link.whatsapp { background: #25d366; }
.social-link.gmail { background: #d93025; }
.social-link:hover { box-shadow: 0 8px 18px rgba(0,0,0,.22); color: #fff !important; transform: translateY(-2px); }
.nav-wrap { background: rgba(5, 16, 28, .9); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-shell { align-items: center; display: flex; gap: 18px; min-height: 62px; }
.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 58px;
  margin-left: -40px;
  overflow: hidden;
}
.brand-logo {
  display: block;
  height: 56px;
  width: 290px;
  max-width: 42vw;
  object-fit: contain;
  object-position: center;
}
.nav-links { align-items: center; display: flex; flex: 1; gap: 28px; justify-content: center; }
.nav-links a {
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 700;
  padding: 20px 0 17px;
  white-space: nowrap;
}
.nav-links a.active, .nav-links a:hover { border-bottom: 2px solid var(--gold); color: var(--gold); transform: translateY(-1px); }
.phone-link { align-items: center; color: var(--white); display: inline-flex; font-size: 14px; font-weight: 800; gap: 8px; white-space: nowrap; }
.phone-link::before { color: #25d366; content: "WA"; font-size: 11px; margin-right: 8px; }
.phone-link.has-icon::before { content: none; margin-right: 0; }
.phone-link svg { color: #25d366; fill: currentColor; height: 17px; width: 17px; }
.quote-btn, .btn {
  align-items: center;
  border: 0;
  border-radius: 5px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 11px 22px;
}
.quote-btn, .btn-primary { background: var(--gold); color: #081522; }
.quote-btn { white-space: nowrap; }
.btn:hover, .quote-btn:hover, .nav-cta:hover {
  box-shadow: 0 12px 24px rgba(255, 179, 0, .28);
  transform: translateY(-2px);
}
.btn-dark:hover { background: #0c3155; box-shadow: 0 12px 24px rgba(6, 29, 52, .24); color: #fff; }
.btn-video:hover { background: rgba(255,255,255,.16); border-color: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.22); color: #fff; }
.phone-link:hover { color: var(--gold); transform: translateY(-1px); }
.menu-toggle {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  display: none;
  height: 40px;
  margin-left: auto;
  padding: 9px;
  width: 42px;
}
.menu-toggle span { background: #fff; display: block; height: 2px; margin: 5px 0; }

.hero {
  background: #071522;
  color: #fff;
  min-height: clamp(360px, 32.9vw, 620px);
  overflow: hidden;
  position: relative;
}
.hero-bg {
  display: block;
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: none;
  width: 100%;
  z-index: 0;
}
.hero-bg::after {
  background: linear-gradient(90deg, rgba(3,14,25,.82) 0%, rgba(3,14,25,.58) 32%, rgba(3,14,25,.12) 62%, rgba(3,14,25,.32) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.hero-bg img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  width: 100%;
}
.hero-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) 228px;
  min-height: clamp(360px, 32.9vw, 620px);
  padding-bottom: 24px;
  padding-top: 24px;
  position: relative;
  z-index: 1;
}
.hero-copy { max-width: 580px; }
.hero-kicker {
  background: rgba(255,255,255,.13);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  padding: 5px 12px;
  text-transform: uppercase;
}
.hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 58px);
  line-height: .98;
}
.hero h1 span { color: var(--gold); display: block; }
.hero p { font-size: 18px; font-weight: 800; margin-top: 18px; }
.hero-actions { display: flex; gap: 12px; margin-top: 24px; }
.btn-video { background: rgba(0,0,0,.42); border: 1px solid rgba(255,255,255,.7); color: #fff; gap: 10px; }
.btn-video span { background: #fff; border-radius: 999px; color: #071522; font-size: 10px; padding: 5px 7px; }

body.home-old-layout .hero,
body.home-old-layout .hero-grid {
  min-height: 230px;
}
body.home-old-layout .hero-grid {
  grid-template-columns: 1fr;
  padding-bottom: 22px;
  padding-top: 22px;
}
body.home-old-layout .hero h1 {
  font-size: clamp(34px, 4.2vw, 56px);
}
body.home-old-layout .hero p {
  font-size: 16px;
  margin-top: 8px;
}
body.home-old-layout .hero-actions {
  margin-top: 16px;
}
.quick-enquiry {
  background: #fff;
  border-radius: 9px;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 9px;
  padding: 18px;
}
.quick-enquiry h2 { font-size: 18px; }
.quick-enquiry label { display: grid; }
.quick-enquiry label span { height: 0; overflow: hidden; }
input, select, textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  outline: none;
  padding: 10px 12px;
  width: 100%;
}
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,179,0,.18); }
.whatsapp-submit {
  background: var(--green);
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 10px;
  text-align: center;
}
.form-status { color: var(--muted); font-size: 12px; min-height: 16px; }

.side-actions {
  display: grid;
  gap: 8px;
  position: fixed;
  right: 0;
  top: 165px;
  z-index: 40;
}
.side-action {
  align-items: center;
  border-radius: 8px 0 0 8px;
  color: #fff;
  display: grid;
  font-size: 10px;
  font-weight: 900;
  gap: 5px;
  justify-items: center;
  line-height: 1.15;
  padding: 11px 9px;
  text-align: center;
  width: 64px;
}
.side-action svg { display: block; fill: currentColor; height: 20px; width: 20px; }
.side-action span { display: block; }
.side-action:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,.22);
  padding-right: 14px;
  transform: translateX(-5px);
}
.green { background: var(--green); }
.blue { background: var(--blue); }
.orange { background: var(--orange); }
.purple { background: var(--purple); }

.status-strip { margin-top: -1px; }
.status-grid {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0 0 9px 9px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}
.status-grid article {
  border-right: 1px solid var(--line);
  min-height: 72px;
  padding: 15px 18px 13px 58px;
  position: relative;
}
.status-grid article::before {
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--blue);
  content: "i";
  display: grid;
  font-weight: 900;
  height: 28px;
  left: 22px;
  place-items: center;
  position: absolute;
  top: 22px;
  width: 28px;
}
.status-grid b, .status-grid strong, .status-grid small { display: block; }
.status-grid b { font-size: 12px; }
.status-grid strong { font-size: 14px; }
.status-grid small { color: var(--green); font-size: 11px; }

.home-intro, .home-seo-content, .destinations-section, .tools-row { padding: 18px 0; }
.home-trust-video-section {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  padding: 22px 0 18px;
}
.home-trust-video-grid {
  align-items: center;
  display: grid;
  gap: clamp(22px, 4vw, 46px);
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
}
.home-trust-copy {
  border-left: 4px solid #d89a12;
  padding-left: 26px;
}
.home-trust-copy h2 {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.7vw, 36px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
  margin-bottom: 16px;
  max-width: 720px;
  text-transform: none;
  text-shadow: none;
}
.home-trust-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
  margin-top: 10px;
  max-width: 720px;
}
.home-trust-points {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.home-trust-points div {
  padding-left: 42px;
  position: relative;
}
.home-trust-points div::before {
  background: rgba(255, 179, 0, .1);
  border: 2px solid #d89a12;
  border-radius: 50%;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 24px;
}
.home-trust-points div::after {
  color: #061d34;
  content: "\2713";
  font-size: 13px;
  font-weight: 900;
  left: 7px;
  position: absolute;
  top: 5px;
}
.home-trust-points strong {
  color: var(--navy);
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
.home-trust-points span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 4px;
}
.btn-green {
  background: var(--navy);
  border-radius: 5px;
  color: #fff;
}
.btn-green:hover {
  background: #0c3155;
  box-shadow: 0 14px 28px rgba(6, 29, 52, .2);
  color: #fff;
}
.home-trust-button {
  gap: 10px;
  margin-top: 18px;
  min-height: 38px;
  min-width: 140px;
  padding: 9px 18px;
}
.home-trust-button span {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  opacity: 1;
}
.home-trust-video {
  background: #050505;
  border: 1px solid rgba(6, 29, 52, .12);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(6, 29, 52, .12);
  justify-self: end;
  overflow: hidden;
  width: min(100%, 430px);
}
.home-trust-video iframe,
.home-trust-video-placeholder {
  aspect-ratio: 16 / 10;
  border: 0;
  display: block;
  min-height: 270px;
  width: 100%;
}
.home-trust-video-placeholder {
  color: #fff;
  overflow: hidden;
  position: relative;
}
.home-trust-video-placeholder img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-trust-video-placeholder::before {
  background: rgba(5, 12, 20, .42);
  content: "";
  inset: 0;
  position: absolute;
}
.home-trust-video-placeholder span {
  background: var(--gold);
  border-radius: 999px;
  color: #071522;
  font-weight: 900;
  left: 50%;
  padding: 13px 22px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.eeat-section {
  background: #f7f9fc;
  padding: 18px 0 30px;
}
.eeat-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8,31,55,.08);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 360px;
  padding: 28px;
}
.eeat-card h2 {
  color: #071522;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.16;
}
.eeat-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin-top: 10px;
}
.eeat-points {
  display: grid;
  gap: 10px;
}
.eeat-points span {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #071522;
  font-size: 13px;
  font-weight: 900;
  padding: 12px 14px;
}
.content-sidebar-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 300px;
}
.main-column { display: grid; gap: 18px; min-width: 0; }
.home-intro .main-column {
  display: contents;
}
.home-intro .home-package-slider-section {
  grid-column: 1;
  grid-row: 1;
}
.home-intro .home-trek-showcase {
  grid-column: 1 / -1;
  grid-row: 2;
}
.home-intro .quick-links {
  align-self: stretch;
  grid-column: 2;
  grid-row: 1;
}
.home-intro .sacred-destinations-card,
.home-intro .about-panel {
  grid-column: 1 / -1;
}
.about-panel {
  background: linear-gradient(90deg, #fff, #f7fbff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8,31,55,.06);
  display: grid;
  gap: 22px;
  grid-template-columns: 1.15fr 1fr;
  padding: 18px;
}
h2 { color: #091c30; font-size: 21px; line-height: 1.15; }
.about-copy b { display: block; margin: 7px 0 14px; }
.about-copy p { color: #39485a; font-size: 13px; margin-top: 12px; }
.benefit-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.benefit-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 7px 18px rgba(8,31,55,.06);
  min-height: 96px;
  padding: 14px 10px;
  text-align: center;
}
.benefit-grid strong { display: block; font-size: 12px; margin-top: 18px; }
.benefit-grid span { color: var(--muted); display: block; font-size: 10px; margin-top: 5px; }
.about-hero {
  background:
    linear-gradient(90deg, rgba(3,14,25,.92), rgba(3,14,25,.62)),
    var(--about-hero-bg) center center / cover no-repeat;
  color: #fff;
  padding: 96px 0;
}
.about-hero h1 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  max-width: 780px;
}
.about-hero p {
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 760px;
}
.about-story-grid,
.mission-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 1.1fr .9fr;
}
.about-story-grid h2,
.mission-grid h2,
.expert-card h2,
.about-final-cta h2 {
  font-family: "Playfair Display", Georgia, serif;
}
.about-story-grid h2,
.mission-grid h2 {
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  margin: 8px 0 16px;
}
.about-story-grid p,
.mission-grid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 12px;
}
.about-story-grid figure {
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(8,31,55,.13);
  overflow: hidden;
}
.about-story-grid img {
  aspect-ratio: 1.45;
  object-fit: cover;
  width: 100%;
}
.mission-grid article,
.expert-card,
.process-grid article,
.about-feature-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.06);
}
.mission-grid article { padding: 26px; }
.about-feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-feature-grid article { padding: 22px; }
.about-feature-grid strong {
  color: var(--navy);
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.about-feature-grid span {
  color: var(--muted);
  line-height: 1.7;
}
.about-stats-band {
  background: #071522;
  color: #fff;
  padding: 42px 0;
}
.about-stats-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.about-stats-grid article {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 22px;
  text-align: center;
}
.about-stats-grid strong {
  color: var(--gold);
  display: block;
  font-size: 36px;
  line-height: 1;
}
.about-stats-grid span {
  color: rgba(255,255,255,.72);
  display: block;
  font-weight: 800;
  margin-top: 8px;
}
.expert-card {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 240px 1fr;
  padding: 28px;
}
.expert-card img {
  aspect-ratio: 1;
  background: #eef5fb;
  border-radius: 8px;
  object-fit: contain;
  width: 100%;
}
.expert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 20px;
}
.expert-tags span {
  background: #f6f9fc;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 12px;
}
.process-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.process-grid article { padding: 22px; }
.process-grid b {
  align-items: center;
  background: var(--gold);
  border-radius: 999px;
  color: #071522;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  margin-bottom: 14px;
  width: 34px;
}
.process-grid strong {
  color: var(--navy);
  display: block;
  font-size: 17px;
  margin-bottom: 7px;
}
.process-grid span { color: var(--muted); line-height: 1.6; }
.about-gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-gallery-grid a {
  border-radius: 8px;
  color: #fff;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}
.about-gallery-grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-gallery-grid span {
  background: linear-gradient(0deg, rgba(3,14,25,.82), transparent);
  bottom: 0;
  font-weight: 900;
  left: 0;
  padding: 40px 16px 16px;
  position: absolute;
  right: 0;
}
.center-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.about-final-cta {
  background:
    linear-gradient(90deg, rgba(3,14,25,.92), rgba(3,14,25,.62)),
    var(--about-cta-bg) center center / cover no-repeat;
  color: #fff;
  padding: 68px 0;
  text-align: center;
}
.about-final-cta h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
}
.about-final-cta p {
  color: rgba(255,255,255,.82);
  margin: 14px auto 22px;
  max-width: 680px;
}
.about-final-cta .tour-actions {
  display: flex;
  justify-content: center;
}
.quick-links {
  align-self: stretch;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.quick-links h2 { background: var(--navy); color: #fff; font-size: 18px; padding: 16px 18px; }
.quick-links a {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 14px;
  gap: 4px;
  font-weight: 700;
  justify-content: space-between;
  min-height: 78px;
  padding: 20px 18px;
}
.quick-links a span {
  color: var(--navy);
  font-weight: 900;
}
.quick-links a small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}
.quick-links a::after { content: none; }

.seo-content-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 13px;
  padding: 28px;
}
.seo-content-panel .eyebrow {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.seo-content-panel h2,
.seo-content-panel h3 {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.16;
}
.seo-content-panel h2 {
  font-size: 32px;
  max-width: 980px;
}
.seo-content-panel h3 {
  font-size: 23px;
  margin-top: 8px;
}
.seo-content-panel p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}
.seo-content-panel p a {
  color: var(--navy-2);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 179, 0, .75);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.local-experts-visual {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .85fr);
  margin: 10px 0 8px;
  position: relative;
}
.expert-photo-stack {
  display: grid;
  gap: 14px;
}
.expert-photo {
  aspect-ratio: 16 / 10;
  background: #07182a;
  border: 1px solid rgba(6, 29, 51, .14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 29, 51, .16);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.expert-photo-main {
  aspect-ratio: 16 / 12;
  min-height: 390px;
}
.expert-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  width: 100%;
}
.expert-photo::after {
  background: linear-gradient(180deg, rgba(2, 12, 22, 0) 36%, rgba(2, 12, 22, .78) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.expert-photo figcaption {
  bottom: 0;
  color: #fff;
  display: grid;
  gap: 2px;
  left: 0;
  padding: 18px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.expert-photo figcaption strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.05;
}
.expert-photo figcaption span {
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 800;
}
.expert-trust-strip {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 179, 0, .45);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 16px 34px rgba(6, 29, 51, .18);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  left: 18px;
  max-width: 520px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.expert-trust-strip span {
  color: var(--navy);
  display: grid;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  padding: 12px 16px;
  white-space: nowrap;
}
.expert-trust-strip span + span {
  border-left: 1px solid rgba(6, 29, 51, .12);
}
.expert-trust-strip b {
  color: var(--orange);
  font-size: 16px;
  line-height: 1;
}
.seo-link-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8px;
}
.seo-link-grid a {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  padding: 12px 14px;
}
.seo-link-grid a:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.block-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}
.home-package-slider-section {
  background: #fff;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 24px 18px 22px;
}
.section-title {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 12px;
}
.section-title a {
  border: 1px solid var(--line);
  border-radius: 5px;
  color: #091c30;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 18px;
  white-space: nowrap;
}
.section-title p { color: var(--muted); font-size: 13px; }
.home-package-slider-title {
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto 24px;
  max-width: 980px;
  text-align: center;
}
.home-package-slider-title h2 {
  color: #d86f3b;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.18;
}
.home-package-slider-title h2::after {
  background: #168d24;
  content: "";
  display: block;
  height: 2px;
  margin: 12px auto 0;
  width: min(580px, 72vw);
}
.home-package-slider-title p {
  color: #071522;
  font-size: 15px;
  line-height: 1.45;
}
.home-package-slider {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}
.package-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-package-track {
  display: flex;
  gap: 6px;
  grid-template-columns: none;
  overflow-x: auto;
  padding: 0 0 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.home-package-track::-webkit-scrollbar { display: none; }
.tour-card {
  background: #f8f9fb;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  flex: 0 0 calc((100% - 12px) / 3);
  grid-template-rows: auto 1fr;
  overflow: hidden;
  scroll-snap-align: start;
}
.tour-card img {
  aspect-ratio: auto;
  display: block;
  height: clamp(210px, 18vw, 260px);
  object-fit: cover;
  width: 100%;
}
.tour-card-body {
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 16px 20px 20px;
}
.tour-card h3 {
  color: #d86f3b;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}
.tour-card p { color: #071522; font-size: 13px; line-height: 1.45; }
.tour-card b { color: var(--navy); display: block; font-size: 17px; }
.tour-card span { color: #9a6500; display: block; font-size: 12px; font-weight: 900; }
.tour-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.tour-actions .btn {
  background: #16a313;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  min-height: 34px;
  padding: 8px 13px;
  text-align: center;
  white-space: nowrap;
}
.tour-actions .btn::after {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "+";
  display: inline-grid;
  font-size: 10px;
  height: 15px;
  line-height: 1;
  margin-left: 5px;
  place-items: center;
  width: 15px;
}
.tour-actions .btn:hover {
  background: var(--navy);
  box-shadow: 0 12px 24px rgba(6, 29, 52, .2);
  color: #fff;
}
.home-package-arrow {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgba(6, 29, 52, .28);
  display: grid;
  font-size: 18px;
  font-weight: 900;
  height: 38px;
  place-items: center;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 38px;
  z-index: 2;
}
.home-package-prev { left: -46px; }
.home-package-next { right: -46px; }
.home-package-arrow:hover {
  background: transparent;
  color: var(--navy);
}
.home-package-dots {
  align-items: center;
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 2px;
}
.home-package-dots button {
  background: #d9e2ec;
  border: 0;
  border-radius: 999px;
  height: 8px;
  padding: 0;
  width: 8px;
}
.home-package-dots button.is-active {
  background: #d89a12;
  width: 24px;
}

.home-intro {
  padding: 18px 0 12px;
}
.home-intro .main-column {
  display: grid;
}
.home-intro .about-panel {
  grid-column: auto;
}
.home-intro .quick-links {
  align-self: stretch;
  grid-column: auto;
  grid-row: auto;
}
.home-packages-old {
  padding: 8px 0 28px;
}
.home-packages-old .container {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8,31,55,.06);
  padding: 14px;
}
.home-old-package-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.home-old-package-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(8,31,55,.07);
  display: grid;
  overflow: hidden;
}
.home-old-package-card img {
  aspect-ratio: 1.34;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.home-old-package-card div {
  display: grid;
  gap: 5px;
  padding: 10px;
}
.home-old-package-card h3 {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.18;
}
.home-old-package-card small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.25;
}
.home-old-package-card b {
  color: #e18800;
  font-size: 12px;
}
.home-old-package-card .btn {
  background: var(--navy);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  margin-top: 5px;
  min-height: 30px;
  padding: 8px 10px;
}

body.home-reference-layout {
  background: #f5f8fb;
}
body.home-reference-layout .hero,
body.home-reference-layout .hero-grid {
  min-height: 520px;
}
body.home-reference-layout .hero-bg img {
  object-fit: cover;
}
body.home-reference-layout .hero-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  padding-bottom: 42px;
  padding-top: 42px;
}
body.home-reference-layout .hero h1 {
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1.02;
}
body.home-reference-layout .hero p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 14px;
}
body.home-reference-layout .hero-actions {
  margin-top: 24px;
}
body.home-reference-layout .hero-kicker {
  background: rgba(255,255,255,.14);
}
body.home-reference-layout .hero-enquiry-card {
  align-self: center;
  border-radius: 14px;
  gap: 10px;
  padding: 22px;
}
body.home-reference-layout .hero-enquiry-card .btn,
body.home-reference-layout .hero-enquiry-card .whatsapp-submit {
  min-height: 44px;
}
body.home-reference-layout .home-ai-planner {
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(105, 139, 255, .18), transparent 34%),
    #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  overflow: hidden;
  padding: 22px;
}
body.home-reference-layout .home-ai-planner img {
  align-self: end;
  justify-self: center;
  max-height: 250px;
  object-fit: contain;
  width: 100%;
}
body.home-reference-layout .home-ai-planner h2 {
  color: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
}
body.home-reference-layout .home-ai-planner .btn-dark {
  background: var(--navy);
  color: #fff;
  width: 100%;
}
body.home-reference-layout .home-ai-planner .form-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.home-trek-showcase {
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  border: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 30px 18px 34px;
}
.home-trek-heading {
  margin: 0 auto 26px;
  max-width: 920px;
  text-align: center;
}
.home-trek-heading h2 {
  color: #d86f3b;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(23px, 2.5vw, 32px);
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.2;
}
.home-trek-heading h2::after {
  background: #168d24;
  content: "";
  display: block;
  height: 2px;
  margin: 12px auto 0;
  width: min(640px, 74vw);
}
.home-trek-heading p {
  color: #071522;
  font-size: 15px;
  line-height: 1.45;
  margin-top: 12px;
}
.home-trek-swiper {
  margin: 0 auto;
  max-width: 1120px;
  overflow: hidden;
  padding: 6px 6px 42px;
  position: relative;
}
.home-trek-swiper .swiper-wrapper {
  align-items: stretch;
  display: flex;
  gap: 22px;
  transition: transform .72s ease;
  will-change: transform;
}
.home-trek-swiper .swiper-slide {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
}
.home-trek-card {
  background: #fff;
  border: 1px solid rgba(6, 29, 52, .1);
  border-bottom: 4px solid #168d24;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(8,31,55,.1);
  height: auto;
  overflow: hidden;
  text-align: center;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.home-trek-card:hover {
  border-bottom-color: #d89a12;
  box-shadow: 0 20px 44px rgba(8,31,55,.18);
  transform: translateY(-8px);
}
.home-trek-popup-trigger {
  background: transparent;
  border: 0;
  color: inherit;
  display: grid;
  min-height: 100%;
  padding: 0;
  text-align: center;
  width: 100%;
}
.home-trek-popup-trigger:focus-visible {
  outline: 3px solid rgba(255, 179, 0, .45);
  outline-offset: -3px;
}
.home-trek-media {
  aspect-ratio: 1 / 1.08;
  background: #071522;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.home-trek-media::after {
  background: linear-gradient(180deg, rgba(3,14,25,.05) 0%, rgba(3,14,25,.2) 42%, rgba(3,14,25,.88) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.home-trek-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: filter .35s ease, transform .45s ease;
  width: 100%;
}
.home-trek-media figcaption {
  bottom: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.15vw, 34px);
  font-weight: 900;
  left: 0;
  line-height: 1.04;
  padding: 64px 18px 20px;
  position: absolute;
  right: 0;
  text-shadow: 0 4px 18px rgba(0,0,0,.78);
  z-index: 1;
}
.home-trek-popup-trigger:hover .home-trek-media img {
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.09);
}
.home-trek-details {
  display: grid;
  gap: 5px;
  padding: 18px 18px 10px;
}
.home-trek-details p,
.home-trek-details span {
  color: #071522;
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.home-trek-details p {
  font-weight: 800;
}
.home-trek-info-pill {
  align-items: center;
  background: #050505;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  justify-self: center;
  line-height: 1;
  margin: 4px 0 20px;
  min-height: 38px;
  min-width: 112px;
  padding: 11px 22px;
  transition: background-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.home-trek-info-pill::after {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "+";
  display: inline-grid;
  font-size: 10px;
  height: 15px;
  line-height: 1;
  margin-left: 6px;
  place-items: center;
  width: 15px;
}
.home-trek-popup-trigger:hover .home-trek-info-pill,
.home-trek-popup-trigger:focus-visible .home-trek-info-pill {
  background: var(--navy);
  box-shadow: 0 12px 24px rgba(6,29,52,.24);
  transform: translateY(-2px);
}
.trek-swiper-arrow {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(6,29,52,.12);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(8,31,55,.16);
  color: var(--navy);
  display: grid;
  font-size: 18px;
  font-weight: 900;
  height: 42px;
  place-items: center;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 4;
}
.trek-swiper-prev { left: -14px; }
.trek-swiper-next { right: -14px; }
.trek-swiper-arrow:hover {
  background: var(--navy);
  color: #fff;
}
.trek-swiper-pagination {
  bottom: 4px !important;
}
.trek-swiper-pagination .swiper-pagination-bullet {
  background: #d6e1eb;
  height: 8px;
  opacity: 1;
  transition: width .24s ease, background-color .24s ease;
  width: 8px;
}
.trek-swiper-pagination .swiper-pagination-bullet-active {
  background: #168d24;
  border-radius: 999px;
  width: 24px;
}
.home-trek-action {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}
.home-trek-action .btn {
  background: #16a313;
  border-radius: 999px;
  color: #fff;
  min-height: 42px;
  min-width: 136px;
}
.home-trek-action .btn::after {
  content: " ->";
  font-weight: 900;
}
.home-trek-action .btn:hover {
  background: var(--navy);
  color: #fff;
}
.trek-popup {
  align-items: center;
  display: grid;
  inset: 0;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity .24s ease;
  z-index: 90;
}
.trek-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}
.trek-popup-backdrop {
  backdrop-filter: blur(5px);
  background: rgba(3, 14, 25, .72);
  inset: 0;
  position: absolute;
}
.trek-popup-card {
  background: #fff;
  border: 1px solid rgba(255, 179, 0, .35);
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(260px, 1fr);
  margin: 0 auto;
  max-width: 860px;
  overflow: hidden;
  position: relative;
  transform: translateY(18px) scale(.98);
  transition: transform .24s ease;
  width: min(100%, 860px);
  z-index: 1;
}
.trek-popup.is-open .trek-popup-card {
  transform: translateY(0) scale(1);
}
.trek-popup-card img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}
.trek-popup-body {
  display: grid;
  gap: 12px;
  padding: 34px;
}
.trek-popup-body h2 {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
}
.trek-popup-body p {
  color: var(--muted);
  font-size: 15px;
}
.trek-popup-body strong {
  color: #d86f3b;
  font-size: 22px;
}
.trek-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.trek-popup-close {
  background: var(--navy);
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: grid;
  font-size: 24px;
  font-weight: 700;
  height: 40px;
  line-height: 1;
  place-items: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 40px;
  z-index: 2;
}
.trek-popup-close:hover {
  background: #d86f3b;
}

.sacred-destinations-card {
  background:
    radial-gradient(circle at 18% 0, rgba(255, 179, 0, .14), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(13, 111, 232, .1), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.98), #f7fbff 70%, #eef5fb);
  border-color: rgba(9, 43, 77, .14);
  border-radius: 16px;
  box-shadow: 0 22px 55px rgba(8,31,55,.12);
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  overflow: hidden;
  padding: 26px 28px 30px;
  position: relative;
}
.sacred-destinations-card::before {
  background: linear-gradient(90deg, transparent, rgba(255,179,0,.45), transparent);
  content: "";
  height: 3px;
  left: 9%;
  position: absolute;
  right: 9%;
  top: 0;
}
.sacred-title {
  align-items: center;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  margin: 0 auto 8px;
  max-width: 600px;
  text-align: center;
}
.sacred-eyebrow {
  color: #b77b00;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sacred-title h2 {
  color: #071522;
  font-size: clamp(23px, 2.4vw, 32px);
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
}
.sacred-title p {
  color: #51677d;
  font-size: 14px;
  margin-top: 4px;
}
.sacred-title > a {
  background: var(--gold);
  border-color: var(--gold);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(255,179,0,.22);
  color: #071522;
  font-size: 11px;
  min-height: 36px;
  padding: 9px 18px;
}
.sacred-destination-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px auto 0;
  max-width: 810px;
}
.sacred-destination-grid a {
  background: #071522;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(8,31,55,.16);
  display: grid;
  min-height: 225px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.sacred-destination-grid img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.sacred-destination-grid a::before {
  background: linear-gradient(180deg, rgba(5,18,31,.12), rgba(5,18,31,.2) 36%, rgba(5,18,31,.9));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.sacred-destination-grid span,
.sacred-destination-grid small {
  display: block;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  z-index: 2;
}
.sacred-destination-grid span {
  align-self: end;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  margin-top: 140px;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.sacred-destination-grid small {
  color: rgba(255,255,255,.84);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 8px;
}
.sacred-destination-grid b {
  align-self: end;
  background: var(--gold);
  border-radius: 999px;
  color: #071522;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-self: center;
  margin: 14px 14px 18px;
  min-width: 96px;
  padding: 9px 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.dark-band {
  background: #edf3f8;
  padding: 10px 0 18px;
}
.dark-grid {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 12, 22, .88) 0%, rgba(3, 12, 22, .76) 38%, rgba(3, 12, 22, .5) 64%, rgba(3, 12, 22, .76) 100%),
    url("assets/optimized/hero-kedarnath-fast.webp") center 42% / cover no-repeat;
  border-radius: 0;
  box-shadow: 0 18px 42px rgba(8, 31, 55, .22);
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  min-height: 290px;
  overflow: hidden;
  padding: 38px 86px;
  position: relative;
}
.dark-grid::before {
  background: radial-gradient(circle at 34% 50%, rgba(255,255,255,.08), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.expedition-copy,
.expedition-cards {
  position: relative;
  z-index: 1;
}
.script-kicker {
  color: rgba(255,255,255,.92);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}
.expedition-copy h2 {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(24px, 2.55vw, 38px);
  font-weight: 900;
  line-height: 1.02;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.expedition-copy h2 span {
  color: #ff8a45;
  display: block;
  letter-spacing: .08em;
  overflow-wrap: anywhere;
}
.expedition-copy p {
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  max-width: 520px;
}
.expedition-copy p + p {
  margin-top: 10px;
}
.expedition-btn {
  align-items: center;
  background: #22a80f;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  margin-top: 20px;
  min-height: 34px;
  padding: 9px 18px;
  transition: background-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.expedition-btn:hover {
  background: #35bf1f;
  box-shadow: 0 12px 24px rgba(34, 168, 15, .28);
  transform: translateY(-2px);
}
.expedition-cards {
  align-items: start;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 96px);
  justify-content: start;
}
.expedition-cards article {
  background: #061d34;
  border: 2px solid rgba(255,255,255,.52);
  box-shadow: 0 8px 18px rgba(0,0,0,.34);
  height: 138px;
  overflow: hidden;
  position: relative;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.expedition-cards article:nth-child(4) {
  grid-column: 1;
}
.expedition-cards article:hover {
  border-color: #ff8a45;
  box-shadow: 0 14px 26px rgba(0,0,0,.42);
  transform: translateY(-5px);
}
.expedition-cards img {
  display: block;
  filter: saturate(1.05) contrast(1.05);
  height: 100%;
  object-fit: cover;
  transition: transform .34s ease;
  width: 100%;
}
.expedition-cards article:hover img {
  transform: scale(1.08);
}
.expedition-cards span {
  background: linear-gradient(0deg, rgba(2, 9, 17, .88), rgba(2, 9, 17, .1));
  bottom: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  left: 0;
  letter-spacing: .02em;
  padding: 34px 7px 8px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.cultural-trip-section {
  background: #fff;
  padding: 70px 0 62px;
}
.cultural-trip-grid {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  max-width: 980px;
}
.cultural-trip-copy {
  justify-self: end;
  max-width: 460px;
}
.cultural-kicker {
  color: #219b25;
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1;
  margin-bottom: 8px;
  padding-left: 84px;
}
.cultural-trip-copy h2 {
  border-left: 2px solid #219b25;
  color: #ee7c4e;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.05;
  margin-bottom: 24px;
  padding-left: 8px;
  text-shadow: 0 3px 4px rgba(148, 67, 28, .22);
  text-transform: uppercase;
}
.cultural-trip-copy p {
  color: #101820;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.48;
  margin-top: 14px;
}
.culture-btn {
  align-items: center;
  background: #219b25;
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(33, 155, 37, .22);
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  margin-top: 34px;
  min-height: 38px;
  padding: 10px 24px;
  transition: background-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.culture-btn:hover {
  background: #30b936;
  box-shadow: 0 20px 38px rgba(33, 155, 37, .3);
  transform: translateY(-2px);
}
.culture-collage {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 112px 112px 86px;
}
.culture-collage figure {
  background: #edf3f8;
  box-shadow: 0 8px 18px rgba(8,31,55,.12);
  min-height: 0;
  overflow: hidden;
}
.culture-collage figure.wide {
  grid-column: span 2;
}
.culture-collage figure.tall {
  grid-row: span 2;
}
.culture-collage img {
  display: block;
  filter: saturate(1.08) contrast(1.04);
  height: 100%;
  object-fit: cover;
  transition: transform .34s ease, filter .34s ease;
  width: 100%;
}
.culture-collage figure:hover img {
  filter: saturate(1.18) contrast(1.08);
  transform: scale(1.06);
}
.review-trust-grid,
.testimonial-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.review-trust-grid { margin-bottom: 26px; }
.review-trust-grid article,
.testimonial-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.06);
  padding: 20px;
}
.review-trust-grid strong {
  color: var(--navy);
  display: block;
  font-size: 28px;
  line-height: 1;
}
.review-trust-grid span,
.testimonial-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-top: 8px;
}
.testimonial-card p {
  color: var(--ink);
  line-height: 1.7;
  margin: 12px 0 16px;
}
.testimonial-card strong { color: var(--navy); }

.destination-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(8, 1fr);
}
.destination-row article {
  border-radius: 7px;
  min-height: 106px;
  overflow: hidden;
  position: relative;
}
.destination-tile {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.destination-row img { height: 100%; object-fit: cover; width: 100%; }
.destination-row span {
  background: linear-gradient(0deg, rgba(0,0,0,.78), transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  left: 0;
  padding: 28px 8px 10px;
  position: absolute;
  right: 0;
  text-align: center;
}

.lower-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: .95fr 1.15fr 1.15fr;
}
.latest-blogs, .faq-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.06);
  padding: 15px;
}
.enquiry-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,.02);
  padding: 30px;
}
.enquiry-card .compact-title { margin-bottom: 20px; }
.quick-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quick-enquiry-form input,
.quick-enquiry-form select,
.quick-enquiry-form textarea {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-family: inherit;
  padding: 10px;
  width: 100%;
}
.quick-enquiry-form select { color: #475569; }
.quick-enquiry-form textarea { resize: none; }
.quick-enquiry-form .btn {
  border-radius: 6px;
  padding: 12px;
  width: 100%;
}
.hp-field {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.compact-title h2 { font-size: 17px; }
.compact-title a { font-size: 10px; padding: 6px 10px; }
.latest-blogs a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 13px;
  padding: 9px 0;
}
.latest-blogs img { border-radius: 4px; height: 45px; object-fit: cover; width: 65px; }
.latest-blogs b, .latest-blogs small { display: block; }
.latest-blogs b { font-size: 13px; }
.latest-blogs small { color: var(--muted); font-size: 11px; margin-top: 3px; }
.form-row { display: grid; gap: 8px; grid-template-columns: repeat(2, 1fr); }
.btn-dark { background: var(--navy); color: #fff; min-height: 36px; }
.faq-list { display: grid; gap: 0; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item button {
  background: #fff;
  border: 0;
  color: var(--ink);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr auto;
  padding: 12px 0;
  text-align: left;
  width: 100%;
}
.faq-item span { font-size: 13px; font-weight: 800; }
.faq-item .answer {
  color: var(--muted);
  display: none;
  font-size: 12px;
  line-height: 1.6;
  padding: 0 0 12px;
}
.faq-item.open .answer { display: block; }

.newsletter { padding: 6px 0 18px; }
.newsletter-inner {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.06);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 520px;
  padding-bottom: 14px;
  padding-top: 14px;
}
.newsletter h2 { font-size: 18px; }
.newsletter p { color: var(--muted); font-size: 12px; }
.newsletter form { display: grid; gap: 12px; grid-template-columns: 1fr 150px; }

.site-footer {
  background: linear-gradient(180deg, #071522 0%, #04111e 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  padding: 44px 0 18px;
}
.footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(250px, 1.6fr) repeat(5, minmax(130px, 1fr));
}
.footer-logo {
  display: block;
  height: 104px;
  margin: -18px 0 14px -14px;
  width: 420px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
.site-footer p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.7; max-width: 330px; }
.site-footer h3 {
  color: #fff;
  font-size: 13px;
  letter-spacing: .04em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.site-footer h3::after {
  background: var(--gold);
  content: "";
  display: block;
  height: 2px;
  margin-top: 8px;
  width: 34px;
}
.site-footer a,
.site-footer span {
  color: rgba(255,255,255,.72);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin: 9px 0;
}
.site-footer a:hover { color: var(--gold); transform: translateX(3px); }
.socials { display: flex; gap: 10px; margin-top: 15px; }
.socials span,
.socials a {
  background: #113c63;
  border-radius: 50%;
  color: #fff;
  display: grid;
  height: 28px;
  place-items: center;
  text-decoration: none;
  width: 28px;
}
.socials a {
  font-size: 0;
  overflow: hidden;
}
.socials a::before {
  background: currentColor;
  content: "";
  height: 15px;
  width: 15px;
}
.socials a[href*="wa.me"] { background: #25d366; }
.socials a[href^="mailto:"] { background: #d93025; }
.socials a[href^="tel:"] { background: #0d6fe8; }
.socials a[href*="wa.me"]::before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a9.7 9.7 0 0 0-8.3 14.8L2.8 22l5.3-1.4A9.7 9.7 0 1 0 12 2Zm5.3 13.7c-.2.6-1.2 1.1-1.7 1.2-.5.1-1.1.2-3.4-.8-2.9-1.2-4.8-4.2-4.9-4.4-.1-.2-1.2-1.6-1.2-3s.8-2.1 1.1-2.4c.2-.2.5-.3.8-.3h.6c.2 0 .5 0 .7.6l.9 2.1c.1.3.1.5 0 .7l-.5.7c-.2.2-.3.4-.1.7.2.3.8 1.3 1.7 2.1 1.2 1 2.1 1.3 2.5 1.5.3.1.5.1.7-.1l1-1.2c.2-.3.5-.3.8-.2l2 .9c.3.2.6.3.7.5.1.1.1.8-.1 1.4Z"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a9.7 9.7 0 0 0-8.3 14.8L2.8 22l5.3-1.4A9.7 9.7 0 1 0 12 2Zm5.3 13.7c-.2.6-1.2 1.1-1.7 1.2-.5.1-1.1.2-3.4-.8-2.9-1.2-4.8-4.2-4.9-4.4-.1-.2-1.2-1.6-1.2-3s.8-2.1 1.1-2.4c.2-.2.5-.3.8-.3h.6c.2 0 .5 0 .7.6l.9 2.1c.1.3.1.5 0 .7l-.5.7c-.2.2-.3.4-.1.7.2.3.8 1.3 1.7 2.1 1.2 1 2.1 1.3 2.5 1.5.3.1.5.1.7-.1l1-1.2c.2-.3.5-.3.8-.2l2 .9c.3.2.6.3.7.5.1.1.1.8-.1 1.4Z"/></svg>') center/contain no-repeat;
}
.socials a[href^="mailto:"]::before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 6.5A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5v11A2.5 2.5 0 0 1 18.5 20h-13A2.5 2.5 0 0 1 3 17.5v-11Zm2.4.8V17h13.2V7.3L12 12.2 5.4 7.3Zm1.1-1.1 5.5 4.1 5.5-4.1h-11Z"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 6.5A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5v11A2.5 2.5 0 0 1 18.5 20h-13A2.5 2.5 0 0 1 3 17.5v-11Zm2.4.8V17h13.2V7.3L12 12.2 5.4 7.3Zm1.1-1.1 5.5 4.1 5.5-4.1h-11Z"/></svg>') center/contain no-repeat;
}
.socials a[href^="tel:"]::before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.6 3.3c.5-.2 1.1 0 1.4.5l1.6 3c.3.5.2 1.1-.2 1.5l-1.3 1.3c.9 1.8 2.4 3.3 4.2 4.2l1.3-1.3c.4-.4 1-.5 1.5-.2l3 1.6c.5.3.7.9.5 1.4l-1.1 3.1c-.2.5-.6.8-1.1.8C10.4 19.2 4.8 13.6 4.8 6.6c0-.5.3-.9.8-1.1l2-2.2Z"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.6 3.3c.5-.2 1.1 0 1.4.5l1.6 3c.3.5.2 1.1-.2 1.5l-1.3 1.3c.9 1.8 2.4 3.3 4.2 4.2l1.3-1.3c.4-.4 1-.5 1.5-.2l3 1.6c.5.3.7.9.5 1.4l-1.1 3.1c-.2.5-.6.8-1.1.8C10.4 19.2 4.8 13.6 4.8 6.6c0-.5.3-.9.8-1.1l2-2.2Z"/></svg>') center/contain no-repeat;
}
.site-footer .social-links { margin-top: 15px; }
.site-footer .social-link {
  border-radius: 50%;
  height: 34px;
  justify-content: center;
  min-height: 34px;
  padding: 0;
  width: 34px;
}
.site-footer .social-link span,
.top-strip .social-link span,
.top-bar .social-link span { display: none; }
.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 16px;
}
.footer-bottom span,
.footer-bottom a {
  color: rgba(255,255,255,.62);
  font-size: 12px;
}
.payments { color: #fff; font-weight: 800; letter-spacing: .02em; }
.whatsapp-float {
  background: #20b75a;
  border: 4px solid rgba(255,255,255,.7);
  border-radius: 50%;
  bottom: 18px;
  color: #fff;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  height: 56px;
  place-items: center;
  position: fixed;
  right: 22px;
  width: 56px;
  z-index: 60;
}
.whatsapp-float svg { fill: currentColor; height: 30px; width: 30px; }

.tool-result {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  font-weight: 800;
  min-height: 46px;
  padding: 12px;
}
.detail-upgrade-section {
  padding: 0 0 54px;
}
.package-proof-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}
.package-proof-grid article,
.booking-ready-card,
.trip-planning-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.07);
  padding: 18px;
}
.package-proof-grid strong {
  color: var(--navy);
  display: block;
  font-size: 22px;
}
.package-proof-grid span,
.booking-ready-card p,
.trip-planning-card p {
  color: var(--muted);
  font-size: 13px;
}
.detail-action-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}
.booking-ready-card h2,
.trip-planning-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  margin-bottom: 10px;
}
.booking-steps {
  display: grid;
  gap: 10px;
  margin: 15px 0;
}
.booking-steps span {
  background: #f7fbff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 800;
  padding: 10px 12px;
}
.smart-enquiry-form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.form-status.success { color: #16854a; }
.form-status.error { color: #c73636; }

/* Compatibility styles for the existing inner pages. */
.top-bar {
  background: #06111f;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}
.top-bar-inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 34px;
}
.top-contact { display: flex; flex-wrap: wrap; gap: 18px; }
.top-contact-link { align-items: center; display: inline-flex; gap: 7px; }
.top-icon {
  background: var(--gold);
  border-radius: 50%;
  color: #06111f;
  display: inline-grid;
  font-size: 10px;
  font-weight: 900;
  height: 20px;
  place-items: center;
  width: 20px;
}
.top-icon svg { fill: currentColor; height: 12px; width: 12px; }
.whatsapp-icon { background: #19b565; color: #fff; }
.mail-icon { background: #174568; color: #fff; }
.nav-cta {
  background: var(--gold);
  border: 0 !important;
  border-radius: 5px;
  color: #081522 !important;
  padding: 11px 18px !important;
}
.page-hero {
  background:
    linear-gradient(90deg, rgba(3,14,25,.9), rgba(3,14,25,.55)),
    var(--page-hero-bg, url("assets/hero-kedarnath.webp")) center/cover;
  color: #fff;
  padding: 74px 0;
}
.page-hero h1 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.06;
  margin-top: 10px;
  max-width: 900px;
}
.page-hero p { color: rgba(255,255,255,.78); font-size: 17px; margin-top: 14px; max-width: 760px; }
.eyebrow {
  color: var(--gold);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section { padding: 68px 0; }
.section-tint { background: #edf3f8; }
.section-dark { background: var(--navy); color: #fff; }
.section-heading { margin: 0 auto 34px; max-width: 760px; text-align: center; }
.section-heading h2, .split-heading h2, .contact-copy h2, .faq-grid h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  margin-top: 8px;
}
.story-section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  margin-top: 8px;
}
.section-heading p, .contact-copy p, .faq-grid p { color: var(--muted); margin-top: 12px; }
.split-heading {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 26px;
}
.package-tabs {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  gap: 4px;
  padding: 5px;
}
.package-tabs button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  padding: 9px 14px;
}
.package-tabs button.active { background: var(--navy); color: #fff; }
.packages-grid, .destination-grid, .journal-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.package-card, .destination-card, .journal-card, .panel, .testimonial-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.08);
  overflow: hidden;
}
.package-card img, .journal-card img, .destination-card img {
  aspect-ratio: auto;
  display: block;
  height: clamp(240px, 23vw, 300px);
  object-fit: cover;
  width: 100%;
}
.package-body, .journal-card div, .destination-card div, .panel { padding: 20px; }
.card-meta, .destination-card span, .journal-card span {
  color: var(--gold);
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.package-card h3, .journal-card h3, .destination-card h3, .panel h3 {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
}
.story-panel-title {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}
.package-card p, .journal-card p, .destination-card p { color: var(--muted); margin: 9px 0 16px; }
.package-foot { align-items: center; display: flex; gap: 12px; justify-content: space-between; }
.price { color: var(--navy); display: block; font-size: 18px; font-weight: 900; }
.text-link, .journal-card a { color: var(--navy); font-weight: 900; }
.link-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
.link-card-grid a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.06);
  color: var(--navy);
  font-weight: 900;
  min-height: 72px;
  padding: 18px;
}
.link-card-grid a:hover {
  border-color: var(--gold);
  color: #9a5f00;
  transform: translateY(-2px);
}
.chardham-popular-section {
  background: #fff;
}
.chardham-package-only {
  min-height: calc(100vh - 220px);
  padding-top: 26px;
}
.package-guide-hero {
  background:
    linear-gradient(90deg, rgba(3, 14, 25, .92), rgba(3, 14, 25, .7)),
    var(--package-guide-bg) center center / cover no-repeat;
  color: #fff;
  min-height: 250px;
  overflow: hidden;
  padding: 44px 0 38px;
  position: relative;
}
.package-guide-hero::before {
  backdrop-filter: blur(3px);
  background: rgba(4, 16, 28, .28);
  content: "";
  inset: 0;
  position: absolute;
}
.package-guide-hero .container {
  position: relative;
  z-index: 1;
}
.package-guide-hero .eyebrow {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: .04em;
  margin-bottom: 14px;
}
.package-guide-hero h1 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  max-width: 1030px;
}
.package-guide-hero p {
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.35;
  margin-top: 12px;
  max-width: 1180px;
}
.package-intro-section {
  background: #fff;
  padding-bottom: 24px;
}
.package-intro-article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8,31,55,.08);
  display: grid;
  gap: 30px;
  padding: 34px;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.package-intro-article:hover {
  border-color: rgba(255, 179, 0, .65);
  box-shadow: 0 18px 38px rgba(8,31,55,.14);
  transform: translateY(-4px);
}
.package-intro-block h2 {
  color: #071522;
  font-family: "Inter", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.16;
  margin-bottom: 16px;
}
.package-intro-block p {
  color: #45566b;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 7px;
}
.dham-height-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}
.dham-height-grid div {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}
.dham-height-grid strong,
.dham-height-grid span,
.dham-height-grid small {
  display: block;
}
.dham-height-grid strong {
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}
.dham-height-grid span {
  color: #0b6eb2;
  font-weight: 900;
  margin-top: 8px;
}
.dham-height-grid small {
  color: var(--muted);
  line-height: 1.45;
  margin-top: 7px;
}
.chardham-package-heading {
  margin-bottom: 18px;
  text-align: left;
}
.chardham-package-heading h1 {
  color: #071522;
  font-family: "Inter", Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
}
.chardham-package-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.chardham-package-card {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 15px 34px rgba(8,31,55,.11);
  min-width: 0;
  overflow: hidden;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.chardham-package-card:hover {
  border-color: rgba(255, 179, 0, .7);
  box-shadow: 0 22px 48px rgba(8,31,55,.18);
  transform: translateY(-8px);
}
.chardham-package-media {
  aspect-ratio: 1.65 / 1;
  background: #dfe6ee;
  display: block;
  overflow: visible;
  position: relative;
}
.chardham-package-media::after {
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(3,14,25,.18));
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .24s ease;
  z-index: 1;
}
.chardham-package-media img {
  border-radius: 8px 8px 0 0;
  height: 100%;
  object-fit: cover;
  transition: filter .32s ease, transform .32s ease;
  width: 100%;
}
.chardham-package-card:hover .chardham-package-media::after {
  opacity: 1;
}
.chardham-package-card:hover .chardham-package-media img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.06);
}
.featured-badge {
  background: #10aeca;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  left: 16px;
  letter-spacing: .03em;
  line-height: 1;
  padding: 7px 10px;
  position: absolute;
  top: 16px;
  z-index: 2;
}
.media-control {
  background: rgba(12, 25, 35, .4);
  border-radius: 5px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  z-index: 2;
}
.photo-badge {
  background: #fff;
  border-radius: 7px;
  bottom: -18px;
  box-shadow: 0 14px 30px rgba(8,31,55,.16);
  height: 36px;
  position: absolute;
  right: 28px;
  transition: box-shadow .24s ease, transform .24s ease;
  width: 64px;
  z-index: 3;
}
.chardham-package-card:hover .photo-badge {
  box-shadow: 0 18px 34px rgba(8,31,55,.24);
  transform: translateY(-3px);
}
.photo-badge::before {
  border: 2px solid #8e9bad;
  border-radius: 2px;
  content: "";
  height: 11px;
  left: 22px;
  position: absolute;
  top: 13px;
  width: 16px;
}
.photo-badge::after {
  background: #fff;
  border: 2px solid #0b6eb2;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 30px;
  position: absolute;
  top: 14px;
  width: 8px;
}
.photo-badge b {
  background: #0b6eb2;
  border-radius: 999px;
  color: #fff;
  display: grid;
  font-size: 10px;
  height: 16px;
  line-height: 1;
  place-items: center;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 16px;
}
.chardham-package-body {
  background: #fff;
  border-radius: 8px 8px 0 0;
  margin-top: -20px;
  padding: 32px 30px 18px;
  position: relative;
  z-index: 2;
}
.chardham-package-card h3 {
  color: #071522;
  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.22;
  margin: 0 0 18px;
  min-height: 74px;
}
.from-price {
  align-items: center;
  color: #68788d;
  display: flex;
  gap: 7px;
  margin: -6px 0 18px;
}
.from-price::before {
  border: 2px solid #0064a8;
  border-radius: 999px;
  color: #0064a8;
  content: "S";
  display: grid;
  font-size: 10px;
  font-weight: 900;
  height: 14px;
  place-items: center;
  width: 14px;
}
.from-price strong {
  color: #f0a000;
  font-weight: 800;
}
.chardham-package-foot {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 42px;
  padding-top: 14px;
}
.package-facts-line {
  align-items: center;
  color: #65758a;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  min-width: 0;
}
.fact-time,
.fact-people {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
}
.fact-time::before {
  border: 2px solid #0064a8;
  border-radius: 999px;
  content: "";
  height: 12px;
  width: 12px;
}
.fact-people::before {
  color: #0064a8;
  content: "OO";
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -4px;
  margin-right: 4px;
}
.explore-link {
  color: #071522;
  flex: 0 0 auto;
  font-weight: 800;
  transition: color .24s ease, transform .24s ease;
  white-space: nowrap;
}
.chardham-package-card:hover .explore-link,
.explore-link:hover {
  color: #0b6eb2;
  transform: translateX(4px);
}
.package-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.package-pagination a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #071522;
  display: grid;
  font-weight: 800;
  min-height: 38px;
  min-width: 38px;
  padding: 9px 14px;
  place-items: center;
}

.detail-modern-hero {
  background:
    radial-gradient(circle at 72% 18%, rgba(255,179,0,.24), transparent 24%),
    linear-gradient(90deg, rgba(3, 14, 25, .96), rgba(3, 14, 25, .68)),
    var(--detail-hero-bg) center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 64px 0 72px;
  position: relative;
}
.detail-modern-hero-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 360px;
}
.detail-back-link {
  color: rgba(255,255,255,.74);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}
.detail-back-link:hover { color: var(--gold); transform: translateX(-3px); }
.detail-modern-copy h1 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.03;
  max-width: 980px;
}
.detail-modern-copy p {
  color: rgba(255,255,255,.84);
  font-size: 17px;
  line-height: 1.65;
  margin-top: 16px;
  max-width: 820px;
}
.detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.detail-hero-stat-card {
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  color: #071522;
  display: grid;
  gap: 1px;
  overflow: hidden;
}
.detail-hero-stat-card div {
  background: rgba(255,255,255,.86);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
}
.detail-hero-stat-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.detail-hero-stat-card strong {
  color: #071522;
  font-size: 15px;
  font-weight: 900;
  text-align: right;
}
.detail-price-note {
  background: #fff;
  border-bottom: 1px solid var(--line);
  color: #8a6500;
  font-size: 12px;
  padding: 10px 0;
}
.detail-price-note .container {
  align-items: center;
  display: flex;
  gap: 14px;
}
.detail-value-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.detail-value-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 18px;
  padding-top: 18px;
}
.detail-value-grid div {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.detail-value-grid div:hover {
  border-color: rgba(255, 179, 0, .72);
  box-shadow: 0 12px 28px rgba(8,31,55,.1);
  transform: translateY(-4px);
}
.detail-value-grid span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.detail-value-grid strong {
  color: #071522;
  display: block;
  font-size: 17px;
  margin-top: 6px;
}
.detail-modern-section { background: #f7f9fc; }
.detail-modern-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 340px;
}
.detail-modern-article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8,31,55,.08);
  overflow: hidden;
}
.detail-feature-image {
  aspect-ratio: 1.75 / 1;
  background: #dfe6ee;
  overflow: hidden;
  position: relative;
}
.detail-feature-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.detail-feature-image figcaption {
  align-items: flex-end;
  background: linear-gradient(180deg, transparent, rgba(3,14,25,.72));
  bottom: 0;
  color: #fff;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  left: 0;
  padding: 54px 24px 20px;
  position: absolute;
  right: 0;
}
.detail-feature-image figcaption span {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.detail-feature-image figcaption strong {
  color: var(--gold);
  font-size: 15px;
}
.detail-copy-block {
  border-top: 1px solid var(--line);
  padding: 28px 34px;
  transition: background-color .24s ease;
}
.detail-copy-block:first-of-type { border-top: 0; }
.detail-copy-block:hover { background: #fbfdff; }
.detail-section-kicker {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.detail-copy-block h2 {
  color: #071522;
  font-size: 26px;
  line-height: 1.18;
  margin-bottom: 12px;
}
.detail-copy-block h3 {
  color: #071522;
  font-size: 18px;
  margin-bottom: 12px;
}
.detail-copy-block p {
  color: #4f6075;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
.detail-check-list,
.detail-cross-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin-top: 16px;
}
.detail-check-list li,
.detail-cross-list li {
  color: #42536a;
  font-size: 14px;
  line-height: 1.55;
  padding-left: 25px;
  position: relative;
}
.detail-check-list li::before,
.detail-cross-list li::before {
  border-radius: 999px;
  display: grid;
  font-size: 10px;
  font-weight: 900;
  height: 16px;
  left: 0;
  place-items: center;
  position: absolute;
  top: 2px;
  width: 16px;
}
.detail-check-list li::before {
  background: rgba(16,184,97,.13);
  color: var(--green);
  content: "Y";
}
.detail-cross-list li::before {
  background: rgba(255,90,24,.12);
  color: var(--orange);
  content: "N";
}
.detail-timeline {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.detail-timeline-item {
  border-left: 3px solid var(--gold);
  background: #f8fbff;
  border-radius: 0 8px 8px 0;
  padding: 14px 16px;
}
.detail-timeline-item strong {
  color: #071522;
  display: block;
  font-size: 15px;
}
.detail-timeline-item p { margin-top: 5px; }
.detail-include-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}
.detail-modern-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 106px;
}
.detail-booking-card,
.detail-side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8,31,55,.08);
  padding: 22px;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.detail-booking-card:hover,
.detail-side-card:hover {
  border-color: rgba(255, 179, 0, .5);
  box-shadow: 0 18px 38px rgba(8,31,55,.12);
  transform: translateY(-3px);
}
.detail-booking-card h3,
.detail-side-card h3 {
  color: #071522;
  font-size: 20px;
  margin-bottom: 14px;
}
.detail-booking-card small {
  color: #8a6500;
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  margin-top: 10px;
}
.detail-side-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
}
.detail-side-card li {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding-bottom: 10px;
}
.detail-side-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.detail-side-card span {
  color: var(--muted);
  font-size: 13px;
}
.detail-side-card strong {
  color: #071522;
  font-size: 13px;
  text-align: right;
}
.detail-deal-list {
  display: grid;
  gap: 12px;
}
.detail-deal-list a {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 74px 1fr;
}
.detail-deal-list img {
  border-radius: 6px;
  height: 54px;
  object-fit: cover;
  width: 74px;
}
.detail-deal-list span {
  color: #071522;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}
.detail-deal-list b {
  color: #0b6eb2;
  display: block;
  font-size: 11px;
  margin-top: 3px;
}
.detail-template-cta {
  background: #f7f9fc;
  padding: 18px 0 12px;
}
.detail-template-cta-inner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3,14,25,.96), rgba(6,29,52,.88)),
    var(--detail-hero-bg, url("assets/package-char-dham.webp")) center center / cover no-repeat;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(8,31,55,.18);
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 30px;
}
.detail-template-cta h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.18;
  margin-top: 8px;
}
.detail-template-cta p {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  max-width: 780px;
}
.detail-template-faq-section {
  background: #fff;
  padding-top: 30px;
}
.detail-template-heading {
  margin-bottom: 18px;
}
.detail-template-heading h2 {
  color: #071522;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
}
.detail-template-faq-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.detail-template-faq-card {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(8,31,55,.07);
  padding: 22px;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.detail-template-faq-card:hover {
  border-color: rgba(255, 179, 0, .68);
  box-shadow: 0 16px 34px rgba(8,31,55,.12);
  transform: translateY(-4px);
}
.detail-template-faq-card h3 {
  color: #071522;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.detail-template-faq-card p {
  color: #52647a;
  font-size: 14px;
  line-height: 1.7;
}
.package-seo-guide-section {
  background: #fff;
  padding-top: 24px;
}
.package-seo-guide-card {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8,31,55,.08);
  padding: 30px;
}
.package-seo-guide-card h2 {
  color: #071522;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin-top: 8px;
}
.package-seo-guide-card p {
  color: #52647a;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 14px;
}

.delhi-hero {
  background:
    radial-gradient(circle at 80% 18%, rgba(255,179,0,.22), transparent 28%),
    linear-gradient(90deg, rgba(3,14,25,.96), rgba(3,14,25,.72)),
    var(--delhi-hero-bg, url("assets/Badrinaath2.webp")) center center / cover no-repeat;
  color: #fff;
  padding: 38px 0 58px;
  position: relative;
}
.delhi-hero::after {
  background: linear-gradient(180deg, transparent, rgba(3,14,25,.18));
  bottom: 0;
  content: "";
  height: 110px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.tungnath-hero {
  background:
    radial-gradient(circle at 80% 18%, rgba(255,179,0,.22), transparent 28%),
    linear-gradient(90deg, rgba(3,14,25,.96), rgba(3,14,25,.72)),
    url("assets/chopta with chandrshila.webp") center center / cover no-repeat;
}
.delhi-hero-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 330px;
  position: relative;
  z-index: 1;
}
.delhi-hero-copy h1 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  max-width: 760px;
}
.delhi-hero-copy p {
  color: rgba(255,255,255,.84);
  font-size: 15px;
  line-height: 1.55;
  margin-top: 12px;
  max-width: 780px;
}
.delhi-price-card {
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(0,0,0,.24);
  color: #071522;
  padding: 20px;
  transition: box-shadow .24s ease, transform .24s ease;
}
.delhi-price-card:hover {
  box-shadow: 0 28px 68px rgba(0,0,0,.3);
  transform: translateY(-5px);
}
.delhi-price-card span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.delhi-price-card strong {
  color: #071522;
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 8px;
}
.delhi-price-card small {
  color: #65758a;
  display: block;
  font-size: 11px;
  line-height: 1.55;
  margin-top: 12px;
}
.delhi-price-cta {
  background: var(--gold);
  border-radius: 5px;
  color: #071522;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  margin-top: 18px;
  min-height: 40px;
  padding: 11px 18px;
  width: 100%;
}
.delhi-price-cta:hover {
  box-shadow: 0 12px 24px rgba(255,179,0,.32);
  transform: translateY(-2px);
}
.delhi-trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.delhi-trust-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 18px;
  padding-top: 18px;
}
.delhi-trust-grid div {
  background: linear-gradient(180deg, #fff, #f8fbff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(8,31,55,.06);
  padding: 15px 16px;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.delhi-trust-grid div:hover {
  border-color: rgba(255,179,0,.7);
  box-shadow: 0 16px 32px rgba(8,31,55,.1);
  transform: translateY(-4px);
}
.delhi-trust-grid span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.delhi-trust-grid strong {
  color: #071522;
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.delhi-gallery-section {
  background: linear-gradient(180deg, #eef4f8 0, #fff 78%);
  padding: 28px 0 34px;
}
.delhi-gallery-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .95fr);
}
.delhi-gallery-main,
.delhi-gallery-stack figure {
  background: #fff;
  border: 6px solid #fff;
  border-radius: 20px;
  box-shadow: 0 20px 46px rgba(8,31,55,.16);
  overflow: hidden;
  position: relative;
}
.delhi-gallery-main::after,
.delhi-gallery-stack figure::after {
  background: linear-gradient(180deg, transparent, rgba(3,14,25,.2));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .28s ease;
}
.delhi-gallery-main:hover::after,
.delhi-gallery-stack figure:hover::after {
  opacity: 1;
}
.delhi-gallery-main img,
.delhi-gallery-stack img {
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease, filter .32s ease;
  width: 100%;
}
.delhi-gallery-main:hover img,
.delhi-gallery-stack figure:hover img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.04);
}
.delhi-gallery-main { aspect-ratio: 1.26 / 1; }
.delhi-gallery-stack {
  display: grid;
  gap: 24px;
}
.delhi-gallery-stack figure { aspect-ratio: 1.9 / 1; }
.delhi-detail-section {
  background: linear-gradient(180deg, #fff, #f7f9fc);
  padding-top: 18px;
}
.delhi-detail-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) 340px;
}
.delhi-itinerary-card {
  background: linear-gradient(180deg, #fff, #fbfdff);
  border-left: 8px solid #2ecc71;
  border-radius: 28px 8px 8px 28px;
  box-shadow: 0 16px 44px rgba(8,31,55,.12);
  padding: 42px 34px;
}
.delhi-section-title {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
.delhi-section-title span {
  color: #071522;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}
.delhi-section-title h2 {
  color: #071522;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
}
.delhi-itinerary-list {
  display: grid;
  gap: 28px;
  padding-left: 38px;
  position: relative;
}
.delhi-itinerary-list::before {
  background: #2ecc71;
  content: "";
  height: calc(100% - 18px);
  left: 10px;
  position: absolute;
  top: 18px;
  width: 3px;
}
.delhi-day-card {
  background: rgba(248,251,255,.92);
  border: 1px solid #dce6ee;
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(8,31,55,.04);
  padding: 28px 32px;
  position: relative;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.delhi-day-card::before {
  background: #2ecc71;
  border: 13px solid #dbf8e8;
  border-radius: 999px;
  content: "";
  height: 12px;
  left: -42px;
  position: absolute;
  top: 34px;
  width: 12px;
}
.delhi-day-card:hover {
  border-color: rgba(46,204,113,.65);
  box-shadow: 0 18px 38px rgba(8,31,55,.12);
  transform: translateY(-4px);
}
.delhi-day-card h3 {
  color: #071522;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 18px;
}
.delhi-day-card ul {
  color: #4f6075;
  display: grid;
  gap: 12px;
  font-size: 17px;
  line-height: 1.65;
  padding-left: 22px;
}
.delhi-day-card p {
  color: #4f6075;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.delhi-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 106px;
}
.delhi-sidebar .detail-booking-card {
  border-color: rgba(46,204,113,.32);
}
.delhi-mini-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.delhi-mini-gallery img {
  aspect-ratio: 1;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(8,31,55,.1);
  object-fit: cover;
  transition: transform .24s ease;
  width: 100%;
}
.delhi-mini-gallery img:hover { transform: scale(1.05); }
.delhi-include-section {
  background: #f7f9fc;
  padding-top: 28px;
}
.delhi-comment-section {
  background: #f7f9fc;
  padding-top: 0;
}
.delhi-comment-card {
  background: #fff;
  border-left: 7px solid #2ecc71;
  border-radius: 26px 8px 8px 26px;
  box-shadow: 0 18px 44px rgba(8,31,55,.1);
  display: grid;
  gap: 22px;
  max-width: 1030px;
  padding: 42px 46px;
  transition: box-shadow .24s ease, transform .24s ease;
}
.delhi-comment-card:hover {
  box-shadow: 0 22px 52px rgba(8,31,55,.14);
  transform: translateY(-3px);
}
.delhi-comment-title {
  margin-bottom: 8px;
}
.delhi-comment-card input,
.delhi-comment-card select,
.delhi-comment-card textarea {
  border-radius: 16px;
  font-size: 17px;
  min-height: 74px;
  padding: 18px 28px;
}
.delhi-comment-card textarea {
  min-height: 220px;
  resize: vertical;
}
.delhi-comment-card .btn {
  justify-self: start;
}
.delhi-premium-cta {
  background: #f7f9fc;
  padding: 18px 0 12px;
}
.delhi-premium-cta-inner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3,14,25,.96), rgba(6,29,52,.9)),
    var(--detail-hero-bg, url("assets/package-char-dham.webp")) center center / cover no-repeat;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(8,31,55,.18);
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 30px;
}
.tungnath-cta {
  background:
    linear-gradient(90deg, rgba(3,14,25,.96), rgba(6,29,52,.88)),
    url("assets/Tungnaathn.webp") center center / cover no-repeat;
}
.delhi-premium-cta h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.18;
  margin-top: 8px;
}
.delhi-premium-cta p {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  max-width: 780px;
}
.delhi-seo-guide-section {
  background: #f3f7fb;
  padding-top: 18px;
}
.delhi-seo-guide {
  color: #26384c;
  padding: 22px 0 12px;
}
.delhi-seo-guide .detail-section-kicker {
  color: #257c8b;
  font-size: 15px;
  letter-spacing: .18em;
}
.delhi-seo-guide h2 {
  color: #071522;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 800;
  line-height: 1.14;
  margin: 20px 0 24px;
  max-width: 1480px;
}
.delhi-seo-guide h3 {
  color: #071522;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  line-height: 1.15;
  margin: 38px 0 14px;
}
.delhi-seo-guide p {
  color: #344963;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.75;
  max-width: 1500px;
}
.delhi-seo-columns {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}
.delhi-seo-columns > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8,31,55,.07);
  padding: 26px;
}
.delhi-seo-columns h3 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
  margin: 0 0 14px;
}
.delhi-faq-section {
  background: #fff;
  padding-top: 30px;
}
.delhi-faq-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.delhi-faq-card {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(8,31,55,.07);
  padding: 22px;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.delhi-faq-card:hover {
  border-color: rgba(46,204,113,.65);
  box-shadow: 0 16px 34px rgba(8,31,55,.12);
  transform: translateY(-4px);
}
.delhi-faq-card h3 {
  color: #071522;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.delhi-faq-card p {
  color: #52647a;
  font-size: 14px;
  line-height: 1.7;
}
.package-pagination a.active,
.package-pagination a:hover {
  border-color: #0064a8;
  box-shadow: 0 8px 18px rgba(8,31,55,.08);
  color: #0064a8;
}
.package-query-card {
  background: linear-gradient(135deg, #071522 0%, #0c3155 52%, #0b6eb2 100%);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8,31,55,.18);
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: .86fr 1.14fr;
  margin-top: 34px;
  overflow: hidden;
  padding: 30px;
}
.package-query-copy {
  align-content: center;
  display: grid;
  gap: 12px;
}
.package-query-copy .eyebrow {
  color: var(--gold);
}
.package-query-copy h2 {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
}
.package-query-copy p {
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.7;
  max-width: 470px;
}
.package-query-card .booking-call-link {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  margin-top: 8px;
  max-width: 230px;
  padding: 12px 16px;
}
.package-query-form {
  background: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0,0,0,.16);
  margin-top: 0;
  padding: 22px;
}
.package-query-form .btn {
  min-height: 46px;
}
.package-query-form .form-status {
  margin-top: 2px;
}
.policy-page {
  display: grid;
  gap: 18px;
  max-width: 920px;
}
.policy-page .panel {
  overflow: visible;
}
.policy-page h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  margin-bottom: 10px;
}
.policy-page p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.dham-detail-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
.dham-detail-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.07);
  display: grid;
  grid-template-columns: 190px 1fr;
  overflow: hidden;
}
.dham-detail-card img {
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  width: 100%;
}
.dham-detail-card div {
  padding: 20px;
}
.dham-detail-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.dham-detail-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  margin: 8px 0;
}
.dham-detail-card p,
.route-timeline p {
  color: var(--muted);
  font-size: 14px;
}
.dham-detail-card ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin-top: 14px;
}
.dham-detail-card li::before { color: var(--gold); content: "\2713"; font-weight: 900; margin-right: 8px; }
.route-timeline {
  display: grid;
  gap: 12px;
}
.route-timeline div {
  border-left: 3px solid var(--gold);
  padding-left: 14px;
}
.route-timeline strong {
  color: var(--navy);
  display: block;
  margin-bottom: 3px;
}
.detail-with-booking {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 360px;
}
.detail-main-stack {
  display: grid;
  gap: 18px;
}
.booking-side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
  position: sticky;
  top: 96px;
}
.booking-side-card h3 {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  margin: 8px 0;
}
.booking-side-card p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 12px;
}
.booking-side-card > strong {
  color: #d98200;
  display: block;
  font-size: 22px;
  margin-bottom: 14px;
}
.booking-call-link {
  color: var(--navy);
  display: block;
  font-weight: 900;
  margin-top: 12px;
  text-align: center;
}
.package-detail-panel {
  grid-column: 1 / -1;
}
.package-detail-panel p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.package-detail-facts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin: 15px 0;
}
.package-detail-facts div {
  background: #f7fbff;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
}
.package-detail-facts span,
.package-detail-facts strong {
  display: block;
}
.package-detail-facts span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.package-detail-facts strong {
  color: var(--navy);
  font-size: 15px;
  margin-top: 4px;
}
.package-include-list {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 12px;
}
.package-article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8,31,55,.08);
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 920px;
  padding: 30px;
}
.package-article h2 {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1.16;
}
.package-article p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}
.package-article-photo {
  justify-self: center;
  margin: 4px 0 10px;
  max-width: 560px;
  width: 76%;
}
.package-article-photo img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(8,31,55,.14);
  display: block;
  object-fit: cover;
  width: 100%;
}
.package-article-photo figcaption {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 8px;
  text-align: center;
}
.view-photo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.view-photo-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.07);
  overflow: hidden;
}
.view-photo-card img {
  aspect-ratio: 1.45;
  object-fit: cover;
  width: 100%;
}
.view-photo-card div {
  padding: 14px;
}
.view-photo-card strong,
.view-photo-card span {
  display: block;
}
.view-photo-card strong {
  color: var(--navy);
  font-size: 15px;
}
.view-photo-card span {
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}
.story-hero {
  color: #fff;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}
.story-hero::after {
  background: linear-gradient(90deg, rgba(3,14,25,.88), rgba(3,14,25,.42));
  content: "";
  inset: 0;
  position: absolute;
}
.story-hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.story-hero-copy {
  display: grid;
  min-height: 520px;
  place-content: center start;
  position: relative;
  z-index: 1;
}
.story-hero h1 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  max-width: 900px;
}
.story-hero p {
  color: rgba(255,255,255,.82);
  font-size: 17px;
  margin-top: 16px;
  max-width: 760px;
}
.story-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) 320px;
}
.story-article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8,31,55,.07);
  padding: 34px;
}
.story-link-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.story-link-list a {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #071522;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 12px;
}
.story-link-list a:hover {
  border-color: var(--gold);
  color: #9a5f00;
  transform: translateY(-2px);
}
.story-article section + section { margin-top: 28px; }
.story-article h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  margin-bottom: 12px;
  scroll-margin-top: 110px;
}
.story-article h3 {
  color: var(--navy);
  font-size: 21px;
  line-height: 1.3;
  margin-top: 22px;
  scroll-margin-top: 110px;
}
.story-article p {
  color: #39485a;
  font-size: 16px;
  line-height: 1.85;
  margin-top: 13px;
}
.story-article p a,
.story-article li a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 189, 46, .65);
  text-underline-offset: 3px;
}
.story-article ul {
  color: #39485a;
  display: grid;
  gap: 10px;
  line-height: 1.7;
  margin: 14px 0 0 18px;
}
.blog-toc {
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 18px 0 26px;
  padding: 20px;
}
.blog-toc-title {
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 12px;
}
.blog-toc ol {
  display: grid;
  gap: 9px;
  list-style: decimal;
  margin: 0 0 0 18px;
  padding: 0;
}
.blog-toc li {
  color: #24364a;
  line-height: 1.45;
}
.blog-toc .toc-child {
  margin-left: 16px;
}
.blog-toc a {
  color: var(--navy);
  font-weight: 800;
}
.blog-toc a:hover {
  color: var(--gold);
}
.story-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 95px;
}
.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
.gallery-item { border-radius: 8px; min-height: 230px; overflow: hidden; position: relative; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 2; }
.gallery-item img { height: 100%; object-fit: cover; width: 100%; }
.gallery-item button {
  background: linear-gradient(0deg, rgba(4,17,32,.88), transparent);
  border: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: end;
  padding: 18px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.two-column, .tools-grid, .faq-grid, .contact-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
.check-list { display: grid; gap: 10px; list-style: none; }
.check-list li { background: #f6f9fc; border: 1px solid var(--line); border-radius: 7px; font-weight: 800; padding: 12px 14px; }
.contact-cards { display: grid; gap: 10px; margin-top: 22px; }
.contact-cards a, .contact-cards span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 7px; color: #fff; padding: 12px; }
.contact-section {
  background: linear-gradient(90deg, rgba(3,14,25,.95), rgba(3,14,25,.72)), var(--contact-hero-bg, url("assets/hero-kedarnath.webp")) center/cover;
  color: #fff;
}
.contact-section h2, .contact-section .eyebrow { color: #fff; }
.floating-actions {
  bottom: 18px;
  display: grid;
  gap: 10px;
  position: fixed;
  right: 18px;
  z-index: 55;
}
.float-btn {
  align-items: center;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  color: #fff;
  display: flex;
  gap: 9px;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 14px 9px 9px;
}
.float-icon { background: rgba(255,255,255,.2); border-radius: 50%; display: grid; height: 30px; place-items: center; width: 30px; }
.float-icon svg { fill: currentColor; height: 18px; width: 18px; }
.whatsapp { background: #19b565; }
.call { background: var(--gold); color: #06111f; }
.lightbox {
  align-items: center;
  background: rgba(2,15,25,.94);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 30px;
  position: fixed;
  z-index: 100;
}
.lightbox.open { display: flex; }
.lightbox img { border-radius: 8px; max-height: 78vh; object-fit: contain; }
.lightbox-close { background: #fff; border: 0; border-radius: 999px; font-weight: 900; padding: 10px 16px; position: absolute; right: 24px; top: 24px; }
.lightbox p { bottom: 28px; color: #fff; left: 30px; position: absolute; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.quick-links a:hover,
.latest-blogs a:hover,
.booking-call-link:hover {
  color: var(--navy);
  transform: translateX(4px);
}

.quick-links a:hover {
  background: #f8fbff;
  box-shadow: inset 4px 0 0 var(--gold);
}

.benefit-grid article:hover,
.package-proof-grid article:hover,
.booking-ready-card:hover,
.trip-planning-card:hover,
.panel:hover,
.testimonial-card:hover {
  border-color: rgba(255, 179, 0, .48);
  box-shadow: 0 16px 34px rgba(8,31,55,.14);
  transform: translateY(-4px);
}

.tour-card:hover,
.package-card:hover,
.destination-card:hover,
.journal-card:hover,
.dham-detail-card:hover,
.view-photo-card:hover,
.sacred-destination-grid a:hover {
  border-color: rgba(255, 179, 0, .55);
  box-shadow: 0 18px 38px rgba(8,31,55,.16);
  transform: translateY(-6px);
}

.tour-card:hover img,
.package-card:hover img,
.destination-card:hover img,
.journal-card:hover img,
.dham-detail-card:hover img,
.view-photo-card:hover img,
.latest-blogs a:hover img,
.sacred-destination-grid a:hover img {
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.045);
}

.destination-row article:hover img,
.gallery-item:hover img {
  filter: saturate(1.15) contrast(1.05);
  transform: scale(1.08);
}

.destination-row article:hover span,
.gallery-item:hover button span,
.text-link:hover,
.journal-card a:hover,
.sacred-destination-grid a:hover span {
  color: var(--gold);
}
.sacred-destination-grid a:hover b {
  background: #071522;
  color: #fff;
  transform: translateY(-2px);
}

.link-card-grid a:hover,
.seo-link-grid a:hover,
.section-title a:hover,
.package-tabs button:hover,
.contact-cards a:hover {
  box-shadow: 0 14px 28px rgba(8,31,55,.14);
  transform: translateY(-3px);
}

.package-tabs button:hover {
  background: #f4f8fc;
  color: var(--navy);
}

.faq-item:hover {
  color: var(--navy);
  padding-left: 8px;
}

.gallery-item:hover {
  box-shadow: 0 18px 38px rgba(8,31,55,.2);
  transform: translateY(-4px);
}

.socials a:hover,
.site-footer .social-link:hover {
  box-shadow: 0 10px 18px rgba(0,0,0,.24);
  transform: translateY(-3px) scale(1.04);
}

.site-footer a:hover {
  color: var(--gold);
  transform: translateX(3px);
}

.whatsapp-float:hover {
  box-shadow: 0 14px 28px rgba(32, 183, 90, .35);
  transform: translateY(-4px) scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1100px) {
  .nav-links { gap: 15px; }
  .phone-link { display: none; }
  .package-row { grid-template-columns: repeat(2, 1fr); }
  .home-package-track { grid-template-columns: none; }
  .tour-card { flex-basis: calc((100% - 6px) / 2); }
  .tour-card img,
  .package-card img { height: 260px; }
  .home-package-track .tour-card img { height: 240px; }
  .home-package-slider { max-width: 760px; }
  .destination-row { grid-template-columns: repeat(4, 1fr); }
  .dark-grid { grid-template-columns: 1fr 1fr; }
  .dark-grid img { display: none; }
  .dark-grid .expedition-cards img { display: block; }
  .lower-grid { grid-template-columns: 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .detail-action-grid { grid-template-columns: 1fr; }
  .package-proof-grid,
  .review-trust-grid,
  .testimonial-grid,
  .about-feature-grid,
  .process-grid,
  .about-gallery-grid,
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-modern-hero-grid,
  .detail-modern-layout,
  .delhi-hero-grid,
  .delhi-gallery-grid,
  .delhi-detail-layout { grid-template-columns: 1fr; }
  .detail-modern-sidebar,
  .delhi-sidebar { position: static; }
  .detail-hero-stat-card,
  .detail-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .delhi-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chardham-package-grid { gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-query-card { grid-template-columns: 1fr; }
  .dham-height-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-trek-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 680px; }
  .home-trek-swiper .swiper-wrapper { gap: 16px; }
  .home-trek-swiper .swiper-slide { flex-basis: calc((100% - 16px) / 2); }
  .home-old-package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trek-popup-card { grid-template-columns: 1fr; max-width: 560px; }
  .trek-popup-card img { max-height: 360px; min-height: 0; }
  .sacred-destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sacred-destinations-card { max-width: 820px; padding: 26px; }
  .sacred-destination-grid { max-width: 680px; }
}

@media (max-width: 860px) {
  .top-strip-inner { justify-content: center; }
  .top-strip .social-links,
  .top-bar .social-links { margin-left: 0; }
  .top-strip span:nth-child(n+2), .quote-btn { display: none; }
  .menu-toggle { display: block; }
  .nav-shell { justify-content: space-between; }
  .nav-links {
    background: #071522;
    border-top: 1px solid rgba(255,255,255,.12);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 10px 24px 22px;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .nav-links.open { display: flex; }
  .nav-links a { border-bottom: 1px solid rgba(255,255,255,.1); padding: 13px 0; width: 100%; }
  .hero-bg img { object-position: 56% center; }
  .hero-grid, .content-sidebar-grid, .about-panel, .eeat-card, .about-story-grid, .mission-grid, .expert-card, .home-trust-video-grid { grid-template-columns: 1fr; }
  body.home-old-layout .hero-grid { grid-template-columns: 1fr; }
  body.home-reference-layout .hero-grid { grid-template-columns: 1fr; }
  body.home-reference-layout .hero-enquiry-card { max-width: 420px; width: 100%; }
  .home-trust-video { justify-self: stretch; width: 100%; }
  .home-trust-video iframe,
  .home-trust-video-placeholder { min-height: 260px; }
  .home-intro .main-column > .block-section:not(.sacred-destinations-card),
  .home-intro .quick-links,
  .home-intro .sacred-destinations-card,
  .home-intro .about-panel {
    grid-column: 1;
    grid-row: auto;
  }
  .home-intro .quick-links { align-self: start; }
  .quick-links a { flex: 0 0 auto; min-height: 68px; padding: 16px 18px; }
  .quick-enquiry { max-width: 420px; }
  .status-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .local-experts-visual { grid-template-columns: 1fr; }
  .expert-photo-main { min-height: 320px; }
  .expert-photo-stack { grid-template-columns: repeat(2, 1fr); }
  .expert-trust-strip { max-width: calc(100% - 36px); }
  .side-actions { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .top-bar-inner { align-items: flex-start; flex-direction: column; }
  .packages-grid, .destination-grid, .journal-grid, .gallery-grid, .two-column, .tools-grid, .faq-grid, .contact-grid, .link-card-grid, .chardham-package-grid { grid-template-columns: 1fr; }
  .home-package-slider-title { text-align: center; }
  .home-package-slider-title h2::after { width: 100%; }
  .home-package-arrow { display: none; }
  .home-trek-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trek-swiper-arrow { display: none; }
  .package-card img { height: 300px; }
  .seo-link-grid { grid-template-columns: repeat(2, 1fr); }
  .dham-detail-grid, .dham-detail-card, .detail-with-booking, .view-photo-grid { grid-template-columns: 1fr; }
  .story-layout { grid-template-columns: 1fr; }
  .story-sidebar { position: static; }
  .detail-modern-copy h1 { font-size: 42px; }
  .package-detail-facts, .package-include-list { grid-template-columns: 1fr; }
  .package-article { padding: 24px; }
  .package-article-photo { width: 86%; }
  .booking-side-card { position: static; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 1; }
}

@media (max-width: 560px) {
  .container { padding: 0 14px; }
  .brand { margin-left: -22px; }
  .brand-logo { height: 44px; width: 225px; max-width: 58vw; }
  .hero-bg img { object-position: 58% center; }
  .hero h1 { font-size: 40px; }
  .hero-actions, .newsletter form { grid-template-columns: 1fr; flex-direction: column; }
  .home-trust-video-section { padding: 18px 0 14px; }
  .home-trust-copy { border-left-width: 3px; padding-left: 18px; }
  .home-trust-copy h2 { font-size: 24px; line-height: 1.16; margin-bottom: 14px; }
  .home-trust-copy p { font-size: 13px; line-height: 1.55; margin-top: 10px; }
  .home-trust-points { gap: 14px; margin-top: 18px; }
  .home-trust-points div { padding-left: 38px; }
  .home-trust-points div::before { height: 22px; width: 22px; }
  .home-trust-points div::after { font-size: 12px; left: 6px; top: 5px; }
  .home-trust-points strong { font-size: 15px; }
  .home-trust-points span { font-size: 12px; }
  .home-trust-video iframe,
  .home-trust-video-placeholder { aspect-ratio: 16 / 11; min-height: 0; }
  .status-grid, .package-row, .destination-row, .benefit-grid, .dark-grid, .footer-grid, .form-row, .link-card-grid, .seo-link-grid, .sacred-destination-grid, .review-trust-grid, .testimonial-grid, .about-feature-grid, .process-grid, .about-gallery-grid, .about-stats-grid { grid-template-columns: 1fr; }
  .dark-grid {
    gap: 24px;
    min-height: 0;
    padding: 34px 20px;
  }
  .cultural-trip-section {
    padding: 44px 0;
  }
  .cultural-trip-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .cultural-trip-copy {
    justify-self: stretch;
    max-width: none;
  }
  .cultural-kicker {
    padding-left: 0;
  }
  .culture-collage {
    grid-template-rows: 120px 120px 96px;
  }
  .expedition-cards {
    grid-template-columns: repeat(2, minmax(0, 110px));
  }
  .expedition-cards article:nth-child(4) {
    grid-column: auto;
  }
  .home-package-track { gap: 12px; padding: 0 0 16px; }
  .tour-card { flex-basis: 88%; }
  .home-package-slider-section { padding: 20px 12px 20px; }
  .home-package-slider-title h2 { font-size: 24px; letter-spacing: .035em; }
  .home-package-slider-title p { font-size: 13px; }
  .home-trek-showcase { padding: 20px 12px 22px; }
  .home-trek-heading h2 { font-size: 23px; letter-spacing: .035em; }
  .home-trek-heading p { font-size: 13px; }
  .home-trek-grid { grid-template-columns: 1fr; max-width: 340px; }
  .home-trek-swiper .swiper-wrapper { gap: 14px; }
  .home-trek-swiper .swiper-slide { flex-basis: 86%; }
  .home-trek-swiper { padding-bottom: 38px; }
  .home-trek-media figcaption { font-size: 26px; }
  .home-old-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.home-reference-layout .home-ai-planner { grid-template-columns: 1fr; }
  body.home-reference-layout .home-ai-planner img { max-height: 180px; }
  body.home-reference-layout .home-ai-planner .form-row { grid-template-columns: 1fr; }
  .trek-popup { padding: 14px; }
  .trek-popup-card img { max-height: 260px; }
  .trek-popup-body { padding: 22px 16px; }
  .trek-popup-actions { align-items: stretch; flex-direction: column; }
  .trek-popup-close { height: 36px; right: 10px; top: 10px; width: 36px; }
  .tour-card img,
  .package-card img,
  .destination-card img,
  .journal-card img { height: 230px; }
  .home-package-track .tour-card img { height: 220px; }
  .about-hero { padding: 58px 0; }
  .about-hero p { font-size: 15px; }
  .expert-card { padding: 20px; }
  .about-final-cta .tour-actions { align-items: stretch; flex-direction: column; }
  .sacred-destinations-card { border-radius: 12px; padding: 22px 14px; }
  .sacred-destination-grid a { min-height: 230px; }
  .seo-content-panel { padding: 20px; }
  .seo-content-panel h2 { font-size: 25px; }
  .seo-content-panel h3 { font-size: 20px; }
  .package-article { padding: 20px; }
  .package-article h2 { font-size: 25px; }
  .package-article-photo { width: 100%; }
  .chardham-package-body { padding: 28px 22px 18px; }
  .chardham-package-card h3 { font-size: 19px; min-height: 0; }
  .chardham-package-foot { align-items: flex-start; flex-direction: column; }
  .package-guide-hero { min-height: 220px; padding: 38px 0 34px; }
  .package-guide-hero .eyebrow { font-size: 12px; }
  .package-guide-hero p { font-size: 15px; }
  .package-intro-article { padding: 22px 16px; }
  .package-intro-block h2 { font-size: 24px; }
  .package-intro-block p { font-size: 11px; line-height: 1.5; }
  .dham-height-grid { grid-template-columns: 1fr; }
  .package-query-card { padding: 22px 16px; }
  .package-query-copy h2 { font-size: 25px; }
  .package-query-form { padding: 16px; }
  .expert-photo,
  .expert-photo-main { aspect-ratio: 4 / 3; min-height: 0; }
  .expert-photo-stack { grid-template-columns: 1fr; }
  .expert-photo figcaption { padding: 15px; }
  .detail-modern-hero { padding: 38px 0; }
  .detail-modern-copy h1 { font-size: 34px; }
  .detail-modern-copy p { font-size: 14px; }
  .delhi-hero { padding: 30px 0 58px; }
  .delhi-hero-copy h1 { font-size: 30px; }
  .delhi-hero-copy p { font-size: 13px; }
  .delhi-gallery-section { margin-top: -42px; }
  .delhi-gallery-main,
  .delhi-gallery-stack figure { border-width: 4px; border-radius: 14px; }
  .delhi-itinerary-card { border-left-width: 5px; border-radius: 18px 8px 8px 18px; padding: 26px 14px; }
  .delhi-section-title h2 { font-size: 32px; }
  .delhi-itinerary-list { gap: 18px; padding-left: 24px; }
  .delhi-itinerary-list::before { left: 6px; }
  .delhi-day-card { border-radius: 14px; padding: 20px 16px; }
  .delhi-day-card::before { border-width: 8px; height: 10px; left: -27px; top: 26px; width: 10px; }
  .delhi-day-card h3 { font-size: 24px; }
  .delhi-day-card ul { font-size: 14px; line-height: 1.6; }
  .delhi-comment-card { border-left-width: 5px; border-radius: 18px 8px 8px 18px; padding: 26px 16px; }
  .delhi-comment-card input,
  .delhi-comment-card select,
  .delhi-comment-card textarea { border-radius: 12px; font-size: 14px; min-height: 54px; padding: 14px 16px; }
  .delhi-comment-card textarea { min-height: 160px; }
  .delhi-seo-guide h2 { font-size: 36px; }
  .delhi-seo-guide h3 { font-size: 26px; }
  .delhi-seo-guide p { font-size: 16px; line-height: 1.7; }
  .delhi-seo-columns,
  .delhi-faq-grid,
  .detail-template-faq-grid,
  .delhi-trust-grid { grid-template-columns: 1fr; }
  .detail-template-cta-inner { align-items: flex-start; flex-direction: column; padding: 22px 16px; }
  .detail-template-cta h2 { font-size: 23px; }
  .detail-template-heading h2 { font-size: 30px; }
  .delhi-premium-cta-inner { align-items: flex-start; flex-direction: column; padding: 22px 16px; }
  .delhi-premium-cta h2 { font-size: 23px; }
  .detail-hero-stat-card,
  .detail-value-grid,
  .detail-include-grid { grid-template-columns: 1fr; }
  .detail-feature-image figcaption { align-items: flex-start; flex-direction: column; padding: 44px 16px 16px; }
  .detail-copy-block { padding: 22px 16px; }
  .detail-copy-block h2 { font-size: 22px; }
  .detail-copy-block p,
  .detail-check-list li,
  .detail-cross-list li { font-size: 13px; }
  .detail-price-note .container { align-items: flex-start; flex-direction: column; gap: 5px; }
  .expert-photo figcaption strong { font-size: 20px; }
  .expert-trust-strip {
    grid-template-columns: 1fr;
    left: 12px;
    max-width: calc(100% - 24px);
    position: relative;
    bottom: auto;
    margin-top: -4px;
  }
  .expert-trust-strip span + span {
    border-left: 0;
    border-top: 1px solid rgba(6, 29, 51, .12);
  }
  .tour-actions { grid-template-columns: 1fr; }
  .package-proof-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

body.home-reference-layout .home-old-package-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
body.home-reference-layout .home-old-package-card {
  min-width: 0 !important;
}
body.home-reference-layout .home-old-package-card img {
  aspect-ratio: 1.38 / .86 !important;
  height: 122px !important;
  object-fit: cover !important;
  width: 100% !important;
}
body.home-reference-layout .home-old-package-card .btn {
  width: 100%;
}

@media (max-width: 900px) {
  body.home-reference-layout .home-old-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.home-reference-layout .home-old-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Kanishka-style home package category cards */
body.home-reference-layout .home-packages-old {
  background: linear-gradient(180deg, #fff 0%, #f5f8fb 100%);
  padding: 34px 0 46px;
}
body.home-reference-layout .home-packages-old .container {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: 1320px;
  padding: 0 24px;
}
body.home-reference-layout .home-packages-old .section-title {
  align-items: center;
  margin-bottom: 22px;
}
body.home-reference-layout .home-packages-old .section-title h2 {
  color: #08213c;
  font-size: clamp(28px, 3.1vw, 42px);
  font-weight: 900;
  line-height: 1.1;
}
body.home-reference-layout .home-packages-old .section-title > a {
  border: 1px solid #d9e4ef;
  border-radius: 8px;
  color: #061d34;
  font-size: 16px;
  font-weight: 900;
  min-height: 44px;
  padding: 12px 18px;
}
body.home-reference-layout .home-old-package-grid {
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
body.home-reference-layout .home-old-package-card {
  background: #061d34 !important;
  border: 1px solid rgba(6, 29, 52, .08) !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 34px rgba(6, 29, 52, .14) !important;
  display: block !important;
  min-height: 350px !important;
  overflow: hidden !important;
  position: relative !important;
  text-decoration: none !important;
}
body.home-reference-layout .home-old-package-card::after {
  background:
    linear-gradient(180deg, rgba(6, 29, 52, .05) 0%, rgba(6, 29, 52, .18) 42%, rgba(6, 29, 52, .65) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
body.home-reference-layout .home-old-package-card img {
  aspect-ratio: auto !important;
  display: block;
  height: 100% !important;
  inset: 0;
  object-fit: cover !important;
  position: absolute;
  transition: transform .45s ease;
  width: 100% !important;
}
body.home-reference-layout .home-old-package-card:hover img {
  transform: scale(1.06);
}
body.home-reference-layout .home-old-package-panel {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(6, 29, 52, .2);
  display: block;
  left: 20px;
  min-height: 0;
  padding: 24px 24px 26px;
  position: absolute;
  right: 20px;
  top: auto;
  bottom: 20px;
  transform: none;
  width: auto;
  z-index: 2;
}
body.home-reference-layout .home-old-package-title {
  color: #00518d;
  display: block;
  font-size: clamp(20px, 1.45vw, 26px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
  max-width: 220px;
}
body.home-reference-layout .home-old-package-line {
  background: #00518d;
  border-radius: 999px;
  display: block;
  height: 3px;
  margin: 10px 0 18px;
  width: 58px;
}
body.home-reference-layout .home-old-package-card.is-gold .home-old-package-line {
  background: #e7bd00;
}
body.home-reference-layout .home-old-package-panel strong {
  color: #202522;
  display: block;
  font-size: clamp(17px, 1.08vw, 21px);
  font-weight: 900;
  line-height: 1.28;
  max-width: 175px;
}
body.home-reference-layout .home-old-package-arrow {
  align-items: center;
  background: #00518d;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 0;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: auto;
  bottom: 26px;
  transform: none;
  width: 48px;
}
body.home-reference-layout .home-old-package-arrow::before {
  content: "\2197";
  font-size: 25px;
  line-height: 1;
}
body.home-reference-layout .home-old-package-card.is-gold .home-old-package-arrow {
  background: #e7bd00;
}

@media (max-width: 1180px) {
  body.home-reference-layout .home-old-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.home-reference-layout .home-old-package-card {
    min-height: 360px !important;
  }
  body.home-reference-layout .home-old-package-panel {
    width: auto;
  }
}

@media (max-width: 640px) {
  body.home-reference-layout .home-old-package-grid {
    gap: 18px !important;
    grid-template-columns: 1fr !important;
  }
  body.home-reference-layout .home-old-package-card {
    min-height: 360px !important;
  }
  body.home-reference-layout .home-old-package-panel {
    padding: 24px;
    width: auto;
  }
}

/* Screenshot-style compact about, packages and quick links block */
body.home-reference-layout .home-intro {
  background: #f5f8fb;
  padding: 16px 0 8px;
}
body.home-reference-layout .content-sidebar-grid {
  align-items: start;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 300px;
}
body.home-reference-layout .home-intro .main-column {
  display: grid;
  gap: 14px;
}
body.home-reference-layout .about-panel {
  background:
    linear-gradient(90deg, rgba(229, 160, 0, .14) 0, rgba(229, 160, 0, .14) 5px, transparent 5px),
    radial-gradient(circle at 90% 0%, rgba(229, 160, 0, .12), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f8fbff 100%);
  border: 1px solid #d5e1ed;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 31, 55, .08);
  gap: 20px;
  grid-template-columns: 1.12fr 1fr;
  overflow: hidden;
  padding: 20px 18px 20px 24px;
  position: relative;
}
body.home-reference-layout .about-panel::after {
  background: linear-gradient(180deg, rgba(229, 160, 0, .2), rgba(6, 33, 58, .06));
  content: "";
  height: 120px;
  position: absolute;
  right: -58px;
  top: -58px;
  transform: rotate(35deg);
  width: 150px;
}
body.home-reference-layout .about-copy h2,
body.home-reference-layout .home-packages-inline .section-title h2 {
  color: #06213a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}
body.home-reference-layout .about-copy b {
  background: rgba(229, 160, 0, .13);
  border: 1px solid rgba(229, 160, 0, .28);
  border-radius: 999px;
  color: #8a5d00;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  margin: 8px 0 12px;
  padding: 6px 10px;
}
body.home-reference-layout .about-copy p {
  color: #475569;
  font-size: 12.5px;
  line-height: 1.7;
  margin-top: 9px;
  max-width: 620px;
}
body.home-reference-layout .benefit-grid {
  gap: 11px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}
body.home-reference-layout .benefit-grid article {
  background: rgba(255, 255, 255, .9);
  border: 1px solid #d9e4ef;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(8, 31, 55, .07);
  min-height: 88px;
  padding: 13px 9px 11px;
  position: relative;
}
body.home-reference-layout .benefit-grid article::before {
  background: #e5a000;
  border-radius: 999px;
  box-shadow: 0 5px 12px rgba(229, 160, 0, .22);
  content: "";
  display: block;
  height: 8px;
  margin: 0 auto 8px;
  width: 8px;
}
body.home-reference-layout .benefit-grid strong {
  color: #0d2b49;
  font-size: 11px;
  line-height: 1.25;
  margin-top: 0;
}
body.home-reference-layout .benefit-grid span {
  color: #64748b;
  font-size: 9px;
  line-height: 1.35;
}
body.home-reference-layout .home-packages-inline {
  padding: 0 !important;
}
body.home-reference-layout .home-packages-inline .container,
body.home-reference-layout .home-packages-inline {
  background: #fff !important;
  border: 1px solid #d9e4ef !important;
  border-radius: 4px !important;
  box-shadow: 0 8px 18px rgba(8, 31, 55, .05) !important;
  max-width: none !important;
  padding: 14px !important;
}
body.home-reference-layout .home-packages-inline .section-title {
  align-items: center !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px !important;
}
body.home-reference-layout .home-packages-inline .section-title > a {
  background: #fff;
  border: 1px solid #d9e4ef;
  border-radius: 4px;
  color: #06213a;
  font-size: 11px;
  font-weight: 900;
  min-height: 28px;
  padding: 7px 10px;
}
body.home-reference-layout .home-packages-inline .home-old-package-grid {
  gap: 12px !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
body.home-reference-layout .home-packages-inline .home-old-package-card {
  background: #fff !important;
  border: 1px solid #d9e4ef !important;
  border-radius: 4px !important;
  box-shadow: 0 8px 18px rgba(8, 31, 55, .07) !important;
  display: grid !important;
  grid-template-rows: auto 1fr;
  min-height: 0 !important;
  overflow: hidden !important;
  position: static !important;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease !important;
}
body.home-reference-layout .home-packages-inline .home-old-package-card::after {
  content: none !important;
}
body.home-reference-layout .home-packages-inline .home-old-package-card img {
  aspect-ratio: 1.32 / 1.02 !important;
  display: block !important;
  height: auto !important;
  inset: auto !important;
  object-fit: cover !important;
  position: static !important;
  transition: filter .3s ease, transform .35s ease !important;
  width: 100% !important;
}
body.home-reference-layout .home-packages-inline .home-old-package-card:hover img {
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.045);
}
body.home-reference-layout .home-packages-inline .home-old-package-card div {
  display: grid;
  gap: 9px;
  grid-template-rows: auto auto auto 1fr;
  padding: 14px 13px 16px;
}
body.home-reference-layout .home-packages-inline .home-old-package-card h3 {
  color: #06213a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  min-height: 38px;
}
body.home-reference-layout .home-packages-inline .home-old-package-card small {
  color: #64748b;
  font-size: 10px;
  line-height: 1.25;
}
body.home-reference-layout .home-packages-inline .home-old-package-card b {
  color: #d97706;
  font-size: 11px;
  line-height: 1.2;
}
body.home-reference-layout .home-packages-inline .home-old-package-card .btn {
  background: #06213a;
  border-radius: 2px;
  color: #fff;
  display: grid;
  font-size: 10px;
  font-weight: 900;
  margin-top: 8px;
  min-height: 40px;
  padding: 9px 8px;
  place-items: center;
  transition: background-color .24s ease, box-shadow .24s ease, transform .24s ease;
  width: 100%;
}
body.home-reference-layout .home-packages-inline .home-old-package-card:hover {
  border-color: rgba(229, 160, 0, .7) !important;
  box-shadow: 0 16px 32px rgba(8, 31, 55, .15) !important;
  transform: translateY(-5px);
}
body.home-reference-layout .home-packages-inline .home-old-package-card:hover .btn {
  background: #e5a000;
  box-shadow: 0 8px 18px rgba(229, 160, 0, .22);
  color: #061d34;
  transform: translateY(-1px);
}
body.home-reference-layout .quick-links {
  border: 1px solid #d9e4ef;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(8, 31, 55, .06);
  max-height: 320px;
  overflow-y: auto;
  scrollbar-color: #e5a000 #edf3f8;
  scrollbar-width: thin;
}
body.home-reference-layout .quick-links::-webkit-scrollbar {
  width: 7px;
}
body.home-reference-layout .quick-links::-webkit-scrollbar-track {
  background: #edf3f8;
}
body.home-reference-layout .quick-links::-webkit-scrollbar-thumb {
  background: #e5a000;
  border-radius: 999px;
}
body.home-reference-layout .quick-links h2 {
  background: #06213a;
  font-size: 14px;
  padding: 13px 16px;
  position: sticky;
  top: 0;
  z-index: 2;
}
body.home-reference-layout .quick-links a {
  align-items: center;
  background: #fff;
  flex-direction: row;
  flex: 0 0 auto;
  justify-content: space-between;
  min-height: 56px;
  padding: 13px 14px;
  scroll-snap-align: start;
  transition: background-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
}
body.home-reference-layout .quick-links a span {
  font-size: 12px;
}
body.home-reference-layout .quick-links a small {
  display: none;
}
body.home-reference-layout .quick-links a::after {
  color: #06213a;
  content: ">";
  display: block;
  font-size: 14px;
  font-weight: 900;
}
body.home-reference-layout .quick-links a:hover {
  background: #fbfdff;
  box-shadow: inset 4px 0 0 #e5a000;
}
body.home-reference-layout .home-packages-inline {
  grid-column: 1 / -1;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  width: calc(100% + 48px);
}
body.home-reference-layout .home-packages-inline .section-title {
  background: linear-gradient(90deg, rgba(6, 33, 58, .04), transparent);
  border-radius: 5px;
  padding: 4px 0 8px;
}
body.home-reference-layout .home-packages-inline .home-old-package-grid {
  align-items: stretch;
  gap: 16px !important;
}

@media (max-width: 1100px) {
  body.home-reference-layout .home-packages-inline .home-old-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.home-reference-layout .content-sidebar-grid {
    grid-template-columns: 1fr;
  }
  body.home-reference-layout .about-panel {
    grid-template-columns: 1fr;
  }
  body.home-reference-layout .home-packages-inline {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 640px) {
  body.home-reference-layout .benefit-grid,
  body.home-reference-layout .home-packages-inline .home-old-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.home-reference-layout .home-packages-inline .section-title {
    align-items: flex-start !important;
    gap: 10px;
  }
}

/* Screenshot-style lower enquiry row */
body.home-reference-layout .tools-row {
  background: #f5f8fb;
  padding: 8px 0 18px;
}
body.home-reference-layout .lower-grid {
  align-items: stretch;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.home-reference-layout .latest-blogs,
body.home-reference-layout .home-quick-enquiry,
body.home-reference-layout .faq-card {
  background: #fff;
  border: 1px solid #d9e4ef;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(8, 31, 55, .05);
  min-height: 300px;
  padding: 18px;
}
body.home-reference-layout .home-quick-enquiry {
  display: flex;
  flex-direction: column;
}
body.home-reference-layout .home-quick-enquiry h2,
body.home-reference-layout .latest-blogs .compact-title h2,
body.home-reference-layout .faq-card .compact-title h2 {
  color: #06213a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.16;
}
body.home-reference-layout .home-quick-enquiry h2 {
  margin-bottom: 14px;
}
body.home-reference-layout .latest-blogs .compact-title,
body.home-reference-layout .faq-card .compact-title {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 18px;
}
body.home-reference-layout .latest-blogs .compact-title a,
body.home-reference-layout .faq-card .compact-title a {
  background: #fff;
  border: 1px solid #d9e4ef;
  border-radius: 4px;
  color: #06213a;
  font-size: 11px;
  font-weight: 900;
  min-height: 28px;
  padding: 7px 10px;
  white-space: nowrap;
}
body.home-reference-layout .home-quick-enquiry .quick-enquiry-form {
  display: grid;
  flex: 1;
  gap: 10px;
}
body.home-reference-layout .home-quick-enquiry input,
body.home-reference-layout .home-quick-enquiry select,
body.home-reference-layout .home-quick-enquiry textarea {
  border: 2px solid #d3dde9;
  border-radius: 4px;
  color: #334155;
  font-size: 14px;
  min-height: 40px;
  padding: 9px 14px;
}
body.home-reference-layout .home-quick-enquiry select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #526173 50%) calc(100% - 25px) 50% / 11px 11px no-repeat,
    linear-gradient(135deg, #526173 50%, transparent 50%) calc(100% - 17px) 50% / 11px 11px no-repeat,
    #fff;
}
body.home-reference-layout .home-quick-enquiry textarea {
  min-height: 74px;
  resize: none;
}
body.home-reference-layout .home-quick-enquiry .btn {
  background: #ffae00;
  border: 0;
  border-radius: 4px;
  color: #06213a;
  font-size: 13px;
  font-weight: 900;
  min-height: 40px;
  width: 100%;
}
body.home-reference-layout .latest-blogs a {
  gap: 16px;
  min-height: 60px;
  padding: 9px 0 12px;
}
body.home-reference-layout .latest-blogs img {
  border-radius: 2px;
  height: 44px;
  width: 68px;
}
body.home-reference-layout .latest-blogs b {
  color: #06213a;
  font-size: 13px;
  line-height: 1.25;
}
body.home-reference-layout .latest-blogs small {
  color: #64748b;
  font-size: 11px;
}
body.home-reference-layout .faq-item button {
  min-height: 42px;
  padding: 8px 0;
}
body.home-reference-layout .faq-item span {
  color: #06213a;
  font-size: 12px;
  line-height: 1.3;
}
body.home-reference-layout .faq-item b {
  color: #06213a;
  font-size: 15px;
}
body.home-reference-layout .faq-item .answer {
  font-size: 11px;
  line-height: 1.45;
  padding-bottom: 10px;
}

@media (max-width: 1000px) {
  body.home-reference-layout .lower-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }
  body.home-reference-layout .latest-blogs,
  body.home-reference-layout .home-quick-enquiry,
  body.home-reference-layout .faq-card {
    min-height: 0;
  }
}

/* Screenshot-style service feature strip */
body.home-reference-layout .status-strip {
  background: #eef3f7;
  margin-top: 0;
  padding: 0;
}
body.home-reference-layout .status-grid {
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  border: 1px solid #dce5ee;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: 0 8px 22px rgba(8, 31, 55, .04);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
body.home-reference-layout .status-grid article {
  align-items: center;
  border-right: 1px solid #dbe4ed;
  display: grid;
  gap: 9px;
  grid-template-columns: 30px minmax(0, 1fr);
  min-height: 58px;
  padding: 7px 14px;
  position: relative;
  transition: background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
body.home-reference-layout .status-grid article::after {
  background: #e5a000;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity .22s ease, width .22s ease;
  width: 0;
}
body.home-reference-layout .status-grid article:hover {
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 24px rgba(8, 31, 55, .08);
  transform: translateY(-1px);
}
body.home-reference-layout .status-grid article:hover::after {
  opacity: 1;
  width: 58px;
}
body.home-reference-layout .status-grid article:last-child {
  border-right: 0;
}
body.home-reference-layout .status-grid article::before {
  content: none;
}
body.home-reference-layout .status-grid b {
  color: #071d35;
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.24;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}
body.home-reference-layout .status-grid strong,
body.home-reference-layout .status-grid small {
  display: none;
}
body.home-reference-layout .status-icon {
  color: #e5a000;
  display: block;
  filter: drop-shadow(0 5px 8px rgba(229, 160, 0, .18));
  height: 28px;
  position: relative;
  width: 28px;
}
body.home-reference-layout .feature-custom .status-icon::before {
  color: #e5a000;
  content: "\2699\FE0E\2699\FE0E";
  font-size: 18px;
  font-weight: 900;
  left: 0;
  letter-spacing: -9px;
  line-height: 1;
  position: absolute;
  top: 7px;
}
body.home-reference-layout .feature-custom .status-icon::after {
  color: #e5a000;
  content: "\2699\FE0E";
  font-size: 10px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
}
body.home-reference-layout .feature-stay .status-icon::before {
  background: #e5a000;
  border-radius: 2px;
  box-shadow:
    8px 0 0 #fff,
    16px 0 0 #fff,
    0 8px 0 #fff,
    16px 8px 0 #fff,
    0 16px 0 #fff,
    8px 16px 0 #fff,
    16px 16px 0 #fff;
  content: "";
  height: 5px;
  left: 8px;
  position: absolute;
  top: 7px;
  width: 5px;
  z-index: 2;
}
body.home-reference-layout .feature-stay .status-icon::after {
  background: #e5a000;
  border-radius: 2px;
  content: "";
  height: 28px;
  left: 4px;
  position: absolute;
  top: 2px;
  width: 22px;
}
body.home-reference-layout .feature-driver .status-icon::before {
  border: 4px solid #e5a000;
  border-radius: 6px 6px 3px 3px;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  top: 7px;
  width: 22px;
}
body.home-reference-layout .feature-driver .status-icon::after {
  background: #e5a000;
  border-radius: 999px;
  box-shadow: 19px 0 0 #e5a000;
  content: "";
  height: 7px;
  left: 6px;
  position: absolute;
  top: 22px;
  width: 7px;
}
body.home-reference-layout .feature-heli .status-icon {
  display: block;
}
body.home-reference-layout .feature-heli {
  grid-template-columns: 30px minmax(0, 1fr);
  justify-items: start;
  text-align: left;
}
body.home-reference-layout .feature-heli .status-icon::before {
  background: #e5a000;
  border-radius: 999px;
  box-shadow:
    -12px -7px 0 -5px #e5a000,
    12px -7px 0 -5px #e5a000,
    0 12px 0 -3px #e5a000;
  content: "";
  height: 11px;
  left: 8px;
  position: absolute;
  top: 10px;
  width: 14px;
}
body.home-reference-layout .feature-heli .status-icon::after {
  background: #e5a000;
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 1px;
  position: absolute;
  top: 5px;
  width: 27px;
}
body.home-reference-layout .feature-family .status-icon::before {
  background: #e5a000;
  border-radius: 999px;
  box-shadow:
    -10px 5px 0 -1px #e5a000,
    10px 5px 0 -1px #e5a000;
  content: "";
  height: 12px;
  left: 8px;
  position: absolute;
  top: 2px;
  width: 12px;
}
body.home-reference-layout .feature-family .status-icon::after {
  background: #e5a000;
  border-radius: 14px 14px 5px 5px;
  box-shadow:
    -10px 2px 0 -2px #e5a000,
    10px 2px 0 -2px #e5a000;
  content: "";
  height: 18px;
  left: 2px;
  position: absolute;
  top: 16px;
  width: 24px;
}
body.home-reference-layout .feature-local .status-icon::before {
  background: #e5a000;
  border-radius: 50% 50% 50% 0;
  content: "";
  height: 23px;
  left: 3px;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  width: 23px;
}
body.home-reference-layout .feature-local .status-icon::after {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 9px;
  left: 10px;
  position: absolute;
  top: 9px;
  width: 9px;
}

@media (max-width: 1180px) {
  body.home-reference-layout .status-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.home-reference-layout .status-grid article:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  body.home-reference-layout .status-grid {
    grid-template-columns: 1fr;
  }
  body.home-reference-layout .status-grid article {
    border-bottom: 1px solid #d4dee8;
    border-right: 0;
    min-height: 56px;
    padding: 9px 20px;
  }
  body.home-reference-layout .status-grid article:last-child {
    border-bottom: 0;
  }
  body.home-reference-layout .status-grid b {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  body.home-reference-layout .side-actions {
    right: 10px;
    top: 185px;
    transform: scale(.86);
    transform-origin: top right;
  }
}
