/* =========================================================
   TourGuideTaj — Core Stylesheet
   Design language: Mughal iwan-arch imagery, warm cream +
   burnt-rust + antique gold, deep teal footer. Display type
   is an engraved classical serif; labels use a lapidary
   small-caps face; body copy stays a clean, quiet sans.
   ========================================================= */

:root {
  /* Color */
  --cream:        #FBF4E9;
  --cream-alt:    #F3E8D7;
  --ink:          #2A2019;
  --ink-soft:     #5A4B3F;
  --rust:         #B54427;
  --rust-dark:    #8C3018;
  --maroon:       #591F16;
  --gold:         #C1943F;
  --gold-light:   #E7CD97;
  --teal:         #123338;
  --teal-dark:    #0B2226;
  --line:         rgba(42, 32, 25, 0.12);
  --shadow:       0 18px 40px -20px rgba(42, 20, 10, 0.35);

  /* Type */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-label:   'Cinzel', Georgia, serif;
  --font-body:    'Jost', 'Segoe UI', sans-serif;

  /* Layout */
  --max: 1180px;
  --radius: 14px;
  --arch: 220px 220px 0 0;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; color: var(--maroon); margin: 0 0 0.4em; line-height: 1.15; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section--tight { padding: 56px 0; }
.section--cream-alt { background: var(--cream-alt); }
.section--teal { background: var(--teal); color: #EFE6D6; }
.section--teal h2, .section--teal h3 { color: #F6EBD4; }

.eyebrow {
  font-family: var(--font-label);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--rust);
  display: inline-block;
  margin-bottom: 14px;
}
.section--teal .eyebrow { color: var(--gold-light); }

.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; }
.section--teal .section-head p { color: #C9D6D3; }

.divider {
  width: 120px; height: 20px; margin: 28px auto;
  background: radial-gradient(circle, var(--gold) 0 3px, transparent 4px) 0 50%/16px 16px repeat-x;
  opacity: 0.7;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.95rem;
  padding: 15px 30px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--rust); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--rust-dark); }
.btn-outline { background: transparent; border-color: rgba(42,32,25,0.35); color: var(--ink); }
.btn-outline:hover { border-color: var(--ink); }
.btn-gold { background: var(--gold); color: var(--teal-dark); box-shadow: var(--shadow); }
.btn-gold:hover { background: var(--gold-light); }
.btn-ghost-light { background: transparent; border-color: rgba(239,230,214,0.5); color: #EFE6D6; }
.btn-ghost-light:hover { border-color: #EFE6D6; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,244,233,0.94); backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1.5px solid var(--gold); box-sizing: border-box;
  background-image: url('/images/brand/logo.webp');
  background-size: cover; background-position: center;
  font-size: 0;
}
.brand-text .name { font-family: var(--font-label); font-size: 0.95rem; letter-spacing: 0.12em; color: var(--maroon); }
.brand-text .tag { font-size: 0.72rem; color: var(--ink-soft); }

.nav-desktop { display: none; }
.nav-desktop ul { display: flex; gap: 30px; }
.nav-desktop a { font-size: 0.92rem; font-weight: 500; color: var(--ink); position: relative; padding: 6px 0; }
.nav-desktop a:hover, .nav-desktop a[aria-current="page"] { color: var(--rust); }
.nav-desktop .btn { margin-left: 6px; }

.menu-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line);
  background: transparent; cursor: pointer;
}
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); }
.menu-toggle span::before { top: -6px; } .menu-toggle span::after { top: 6px; }

.nav-overlay {
  position: fixed; inset: 0; background: rgba(20,14,10,0.45);
  opacity: 0; pointer-events: none; transition: opacity 0.25s ease; z-index: 90;
}
.nav-overlay.is-open { opacity: 1; pointer-events: auto; }
.nav-panel {
  position: fixed; top: 0; right: 0; height: 100%; width: min(340px, 88vw);
  background: var(--cream); z-index: 95; padding: 26px 24px;
  transform: translateX(100%); transition: transform 0.3s ease; overflow-y: auto;
  box-shadow: -20px 0 40px rgba(0,0,0,0.2);
}
.nav-panel.is-open { transform: translateX(0); }
.nav-panel .panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.nav-panel .close-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: none; font-size: 1.1rem; cursor: pointer; }
.nav-panel li { border-bottom: 1px solid var(--line); }
.nav-panel a { display: flex; justify-content: space-between; align-items: center; padding: 15px 4px; font-size: 1.02rem; color: var(--maroon); font-weight: 500; }
.nav-panel a:hover, .nav-panel a[aria-current="page"] { color: var(--rust); }

@media (min-width: 960px) {
  .nav-desktop { display: flex; align-items: center; gap: 20px; }
  .menu-toggle { display: none; }
}

/* ---------- Breadcrumb (inner pages) ---------- */
.breadcrumb { padding: 18px 0; font-size: 0.85rem; color: var(--ink-soft); }
.breadcrumb a { color: var(--rust); }
.breadcrumb span[aria-hidden] { margin: 0 8px; opacity: 0.5; }

/* ---------- Hero (home) ---------- */
.hero-frame {
  position: relative; margin: 26px auto 0; max-width: 760px;
  border-radius: 32px; overflow: hidden; border: 10px solid var(--maroon);
  box-shadow: var(--shadow);
}
.hero-frame::before {
  content: ""; position: absolute; inset: 7px;
  border: 1.5px solid rgba(231,205,151,0.55); border-radius: 24px;
  pointer-events: none; z-index: 2;
}
.hero-frame img { width: 100%; height: clamp(340px, 62vw, 600px); object-fit: cover; }
.hero-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(20,10,5,0.55) 0%, rgba(20,10,5,0.05) 45%, rgba(20,10,5,0.15) 100%);
}
.hero-copy { text-align: center; max-width: 720px; margin: 0 auto; padding: 40px 24px 0; }
.hero-copy h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
.hero-copy h1 em { color: var(--rust); font-style: normal; }
.hero-copy .lede { font-size: 1.08rem; color: var(--ink-soft); max-width: 480px; margin: 0 auto 30px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; padding-bottom: 48px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; padding: 40px 0; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item .ic { width: 42px; height: 42px; border-radius: 50%; background: var(--cream-alt); display: flex; align-items: center; justify-content: center; flex: none; color: var(--rust); }
.trust-item strong { display: block; font-size: 0.95rem; }
.trust-item small { color: var(--ink-soft); font-size: 0.82rem; }
@media (min-width: 720px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Icon cards (Why Travel With Us) ---------- */
.icon-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 640px) { .icon-grid { grid-template-columns: 1fr 1fr; } }
.icon-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; text-align: left;
}
.icon-card .badge {
  width: 54px; height: 54px; border-radius: 50%; background: var(--cream-alt);
  display: flex; align-items: center; justify-content: center; color: var(--rust); margin-bottom: 16px;
}
.icon-card h3 { font-size: 1.15rem; margin-bottom: 4px; }
.icon-card p { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }

/* ---------- Tour / destination cards ---------- */
.card-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 720px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }

.tour-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: 0 10px 26px -18px rgba(42,20,10,0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tour-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tour-card .thumb { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.tour-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.tour-card .flag {
  position: absolute; top: 12px; left: 12px; background: var(--maroon); color: var(--gold-light);
  font-family: var(--font-label); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.tour-card .body { padding: 18px 18px 20px; }
.tour-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
.tour-card .meta { font-size: 0.82rem; color: var(--ink-soft); margin-bottom: 12px; display: flex; gap: 14px; flex-wrap: wrap; }
.tour-card .foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px dashed var(--line); padding-top: 12px; }
.tour-card .price { color: var(--rust); font-weight: 700; }
.tour-card .price small { color: var(--ink-soft); font-weight: 400; font-size: 0.76rem; }
.tour-card .go { width: 36px; height: 36px; border-radius: 50%; background: var(--rust); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; }

/* ---------- Carousel (dots) ---------- */
.carousel { position: relative; }
.carousel-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; -ms-overflow-style: none; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track > * { scroll-snap-align: start; flex: 0 0 92%; }
@media (min-width: 720px) { .carousel-track > * { flex: 0 0 60%; } }
.carousel-slide img { width: 100%; border-radius: var(--radius); aspect-ratio: 16/10; object-fit: cover; }
.dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.dots span.active { width: 22px; border-radius: 999px; background: var(--rust); }

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; max-width: 460px; margin: 0 auto; box-shadow: var(--shadow);
}
.testimonial-card .who { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.testimonial-card .avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.testimonial-card strong { display: block; font-size: 0.98rem; }
.testimonial-card small { color: var(--ink-soft); }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 0.9rem; margin-left: auto; }
.testimonial-card p { font-style: italic; color: var(--ink-soft); margin: 0; }

/* ---------- CTA banner (dark, mandala corners) ---------- */
.cta-banner {
  position: relative; background: var(--teal); color: #F6EBD4; border-radius: var(--radius);
  padding: 56px 28px; text-align: center; overflow: hidden;
}
.cta-banner::before, .cta-banner::after {
  content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%;
  border: 1.5px dashed rgba(231,205,151,0.35); opacity: 0.6;
}
.cta-banner::before { top: -90px; left: -90px; }
.cta-banner::after { bottom: -100px; right: -100px; }
.cta-banner h2 { color: #F6EBD4; position: relative; }
.cta-banner p { color: #C9D6D3; position: relative; margin-bottom: 26px; }
.cta-banner .btn { position: relative; }

/* ---------- Instagram / gallery grid ---------- */
.insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.insta-grid img { aspect-ratio: 1/1; object-fit: cover; border-radius: 8px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 720px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.gallery-grid img { aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 4px; display: flex;
  justify-content: space-between; align-items: center; font-family: var(--font-display);
  font-size: 1.1rem; color: var(--maroon); font-weight: 600;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--rust); }
.faq-item[open] summary::after { content: "−"; }
.faq-item .a { padding: 0 4px 20px; color: var(--ink-soft); }

/* ---------- Stats ---------- */
.stat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; text-align: center; }
@media (min-width: 720px) { .stat-grid { grid-template-columns: repeat(4,1fr); } }
.stat-grid .num { font-family: var(--font-display); font-size: clamp(2rem,4vw,2.8rem); color: var(--rust); }
.stat-grid .lbl { font-size: 0.82rem; color: var(--ink-soft); }
.section--teal .stat-grid .lbl { color: #C9D6D3; }

/* ---------- Tour detail page ---------- */
.tour-hero { position: relative; }
.tour-hero img { width: 100%; height: clamp(240px, 42vw, 460px); object-fit: cover; }
.tour-hero .overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,8,5,0.75), rgba(15,8,5,0.1)); display: flex; align-items: flex-end; }
.tour-hero .overlay .container { padding-bottom: 32px; }
.tour-hero h1 { color: #FBF4E9; font-size: clamp(1.8rem,4vw,2.6rem); }
.tour-hero .tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.tour-hero .tags span { background: rgba(251,244,233,0.16); color: #FBF4E9; font-size: 0.78rem; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(251,244,233,0.35); }

.tour-layout { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 960px) { .tour-layout { grid-template-columns: 1.6fr 1fr; align-items: start; } }
.tour-main h2 { font-size: 1.5rem; margin-top: 36px; }
.tour-main h2:first-child { margin-top: 0; }
.itinerary-step { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px dashed var(--line); }
.itinerary-step .t { font-family: var(--font-label); color: var(--rust); font-size: 0.78rem; flex: none; width: 92px; }
.include-list li { display: flex; gap: 10px; padding: 8px 0; color: var(--ink-soft); }
.include-list li::before { content: "✓"; color: var(--rust); font-weight: 700; }

.booking-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); position: sticky; top: 100px; }
.booking-card .price { font-family: var(--font-display); font-size: 2rem; color: var(--rust); }
.booking-card .price small { font-family: var(--font-body); font-size: 0.85rem; color: var(--ink-soft); }
.booking-card .btn { width: 100%; justify-content: center; margin-top: 14px; }
.booking-card ul { margin-top: 18px; border-top: 1px solid var(--line); padding-top: 14px; }
.booking-card li { display: flex; justify-content: space-between; padding: 6px 0; font-size: 0.88rem; color: var(--ink-soft); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.85rem; margin-bottom: 6px; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border-radius: 10px; border: 1px solid var(--line);
  font-family: var(--font-body); font-size: 0.95rem; background: #fff; color: var(--ink);
}
.contact-info-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-info-item .ic { width: 42px; height: 42px; border-radius: 50%; background: var(--cream-alt); color: var(--rust); display: flex; align-items: center; justify-content: center; flex: none; }

/* ---------- Blog ---------- */
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.blog-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.blog-card .body { padding: 18px; }
.blog-card .cat { font-family: var(--font-label); font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rust); }
.blog-card h3 { font-size: 1.1rem; margin: 8px 0; }
.blog-card p { color: var(--ink-soft); font-size: 0.9rem; }

/* ---------- Legal pages ---------- */
.legal-body { max-width: 760px; margin: 0 auto; }
.legal-body h2 { margin-top: 40px; font-size: 1.35rem; }
.legal-body ul { list-style: disc; padding-left: 20px; margin-bottom: 1em; }
.legal-body li { margin-bottom: 6px; color: var(--ink-soft); }

/* ---------- 404 ---------- */
.error-page { text-align: center; padding: 120px 24px; }
.error-page .code { font-family: var(--font-display); font-size: 6rem; color: var(--rust); line-height: 1; }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-dark); color: #CFDAD8; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 36px; margin-bottom: 40px; }
@media (min-width: 860px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-brand { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.footer-brand .name { font-family: var(--font-label); color: #F6EBD4; letter-spacing: 0.1em; font-size: 0.95rem; }
.site-footer h4 { color: #F6EBD4; font-family: var(--font-label); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer a { color: #CFDAD8; }
.site-footer a:hover { color: var(--gold-light); }
.footer-links li { padding: 6px 0; font-size: 0.92rem; }
.footer-contact li { display: flex; gap: 10px; padding: 8px 0; font-size: 0.92rem; align-items: flex-start; }
.social-row { display: flex; gap: 10px; margin-top: 18px; }
.social-row a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(207,218,216,0.35); display: flex; align-items: center; justify-content: center; }
.footer-bottom { border-top: 1px solid rgba(207,218,216,0.16); padding-top: 22px; text-align: center; font-size: 0.82rem; color: #9FB0AE; }

/* ---------- WhatsApp floating CTA ---------- */
.whatsapp-fab {
  position: fixed; bottom: 20px; right: 20px; z-index: 50;
  width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow);
}

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* --- Perfect Trust Strip Center Alignment --- */
.trust-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important; /* 2 Columns fix */
  gap: 25px !important;
  max-width: 700px !important; 
  margin: 0 auto !important; /* Pure box ko center karne ke liye */
  padding: 20px !important;
}

.trust-item {
  display: flex !important;
  flex-direction: row !important; /* Desktop pe Icon aur Text aamne-saamne */
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 15px !important;
}

/* 📱 Mobile Screens ke liye Premium Fix */
@media (max-width: 640px) {
  .trust-grid {
    gap: 15px !important;
    padding: 10px !important;
  }
  
  .trust-item {
    flex-direction: column !important; /* Icon upar aur Text niche aa jayega */
    text-align: center !important;     /* Text bilkul center me align ho jayega */
    justify-content: center !important;
    gap: 8px !important; /* Icon aur text ke beech thoda space */
  }

  /* Text ke div ko center karne ke liye */
  .trust-item div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

/* PREMIUM HERO — Taj Mahal Sunrise Tour page only */
.hero-premium { padding: 28px 0 48px; }
.hero-premium-wrap { position: relative; }
.hero-premium-frame { position: relative; border-radius: 32px; overflow: hidden; border: 10px solid var(--maroon); box-shadow: var(--shadow); }
.hero-premium-frame::after { content: ""; position: absolute; inset: 7px; border: 1.5px solid rgba(231,205,151,0.55); border-radius: 24px; pointer-events: none; z-index: 3; }
.hero-premium-frame img { width: 100%; height: clamp(420px, 62vw, 680px); object-fit: cover; display: block; }
.hero-premium-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,8,5,0.92) 0%, rgba(15,8,5,0.55) 38%, rgba(15,8,5,0.15) 68%, rgba(15,8,5,0.05) 100%); display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding: 40px 24px 40px; text-align: center; z-index: 2; }
.hero-premium-copy h1 { color: #FBF4E9; font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 10px; }
.hero-ornament { display:flex; align-items:center; justify-content:center; gap:10px; margin: 0 auto 18px; }
.hero-ornament .line { width: 36px; height: 1px; background: var(--gold-light); }
.hero-ornament .diamond { width: 7px; height: 7px; background: var(--gold-light); transform: rotate(45deg); flex: none; }
.hero-premium-copy p { color: #EFE3CC; max-width: 480px; margin: 0 auto 22px; font-family: var(--font-body); font-size: 1rem; line-height: 1.6; }
.hero-badges { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; }
.hero-badge { display:flex; align-items:center; gap:8px; background: rgba(255,255,255,0.14); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.28); color: #FBF4E9; font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; padding: 10px 18px; border-radius: 999px; }
.hero-badge svg { color: var(--gold-light); flex: none; }
.hero-action-bar { position: relative; margin: 28px auto 0; width: min(920px, 94%); display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hero-action { display:flex; align-items:center; gap:12px; background: rgba(28,17,11,0.55); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.22); border-radius: 16px; padding: 14px 16px; box-shadow: 0 14px 30px -14px rgba(0,0,0,0.55); color: #FBF4E9; transition: transform 0.2s ease, background 0.2s ease; }
a.hero-action:hover, a.hero-action:focus-visible { transform: translateY(-3px); background: rgba(28,17,11,0.75); }
.hero-action .ic { width:38px; height:38px; border-radius:50%; background: rgba(255,255,255,0.14); display:flex; align-items:center; justify-content:center; color: var(--gold-light); flex:none; }
.hero-action .txt { display:flex; flex-direction:column; line-height:1.25; text-align:left; }
.hero-action .txt strong { font-family: var(--font-body); font-size:0.86rem; font-weight:600; }
.hero-action .txt small { font-size:0.72rem; color:#D8CBB8; }
@media (max-width: 760px) {
  .hero-premium-frame img { height: clamp(460px, 118vw, 620px); }
  .hero-premium-overlay { padding: 28px 18px; }
  .hero-premium-copy h1 { font-size: 1.55rem; margin-bottom: 6px; line-height: 1.15; }
  .hero-ornament { margin: 0 auto 10px; }
  .hero-premium-copy p { font-size: 0.85rem; line-height: 1.5; margin-bottom: 14px; }
  .hero-badges { gap: 8px; }
  .hero-badge { padding: 7px 14px; font-size: 0.75rem; gap: 6px; }
  .hero-badge svg { width: 14px; height: 14px; }
  .hero-action-bar { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 20px; }
  .hero-action { padding: 10px; gap: 8px; }
  .hero-action .ic { width: 30px; height: 30px; }
  .hero-action .ic svg { width: 15px; height: 15px; }
  .hero-action .txt strong { font-size: 0.72rem; }
  .hero-action .txt small { font-size: 0.6rem; }
}

/* --- Tour Page Left Alignment Fix --- */
.tour-layout {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 30px 20px !important; /* Ye left aur right mein space dega */
    display: block !important; 
}

.tour-main {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Headings ko thoda aur premium banane ke liye */
.tour-main h2, .tour-main h3 {
    margin-top: 40px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #e5d9c5 !important;
    padding-bottom: 8px !important;
}
