:root {
  --saffron: #E8560A;
  --saffron-light: #FFF0E8;
  --saffron-dark: #B8400A;
  --gold: #C9943A;
  --gold-light: #FDF6E9;
  --ink: #1A1410;
  --ink-muted: #5C4F45;
  --ink-faint: #A89A92;
  --cream: #FDFAF7;
  --white: #FFFFFF;
  --border: rgba(26,20,16,0.10);
  --border-strong: rgba(26,20,16,0.20);
  --shadow-sm: 0 2px 12px rgba(232,86,10,0.07);
  --shadow-md: 0 8px 40px rgba(26,20,16,0.10);
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--cream); color: var(--ink); line-height: 1.65; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.2; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; font-family: inherit; }

/* LANGUAGE BAR */
.lang-bar { background: var(--ink); color: rgba(255,255,255,0.7); font-size: 12px; padding: 8px 0; }
.lang-bar .inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: flex-end; align-items: center; gap: 6px; flex-wrap: wrap; }
.lang-btn { background: transparent; border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; color: rgba(255,255,255,0.7); font-size: 11px; padding: 3px 9px; cursor: pointer; transition: all 0.2s; }
.lang-btn:hover, .lang-btn.active { background: var(--saffron); border-color: var(--saffron); color: white; }
.lang-label { font-size: 11px; color: rgba(255,255,255,0.4); margin-right: 6px; }

/* NAV */
nav { position: sticky; top: 0; z-index: 100; background: rgba(253,250,247,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--saffron); letter-spacing: 0.01em; }
.logo span { color: var(--ink); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--ink-muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--saffron); }
.nav-cta { background: var(--saffron); color: white; font-size: 13px; font-weight: 500; padding: 9px 20px; border-radius: var(--r-sm); transition: background 0.2s; }
.nav-cta:hover { background: var(--saffron-dark); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: 0.3s; }

/* HERO */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-bg { position: absolute; inset: 0; background-image: url('../images/varanasi_ghats_dawn.png'); background-size: cover; background-position: center; opacity: 0.45; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,20,16,0.80) 0%, rgba(26,20,16,0.40) 100%); }
.hero-content { position: relative; max-width: 1200px; margin: 0 auto; padding: 80px 24px; width: 100%; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,86,10,0.18); border: 1px solid rgba(232,86,10,0.35); border-radius: 40px; padding: 6px 16px; margin-bottom: 28px; }
.hero-eyebrow span { font-size: 12px; font-weight: 500; color: #FFAD7A; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--saffron); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1; transform:scale(1);} 50%{opacity:0.5; transform:scale(1.4);} }
.hero h1 { font-size: clamp(44px, 6vw, 82px); color: white; max-width: 700px; margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: #FFAD7A; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.72); max-width: 500px; margin-bottom: 40px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--saffron); color: white; font-size: 14px; font-weight: 500; padding: 14px 28px; border-radius: var(--r-sm); transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { background: var(--saffron-dark); transform: translateY(-1px); }
.btn-ghost { background: rgba(255,255,255,0.08); color: white; font-size: 14px; font-weight: 500; padding: 14px 28px; border-radius: var(--r-sm); border: 1px solid rgba(255,255,255,0.25); transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-ghost:hover { background: rgba(255,255,255,0.14); }
.hero-stats { position: absolute; bottom: 40px; right: 24px; display: flex; gap: 24px; }
.hero-stat { text-align: right; }
.hero-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 600; color: white; line-height: 1; }
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 2px; }

/* SCROLL MARQUEE */
.marquee-wrap { background: var(--saffron); overflow: hidden; padding: 12px 0; }
.marquee-track { display: flex; gap: 0; animation: marquee 30s linear infinite; white-space: nowrap; }
.marquee-item { display: inline-flex; align-items: center; gap: 16px; padding: 0 32px; font-size: 13px; font-weight: 500; color: white; letter-spacing: 0.04em; }
.marquee-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.5); }
@keyframes marquee { from{transform:translateX(0);} to{transform:translateX(-50%);} }

/* SECTION BASE */
section { padding: 96px 24px; }
.inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--saffron); margin-bottom: 12px; }
.section-title { font-size: clamp(30px, 3.5vw, 48px); color: var(--ink); margin-bottom: 16px; }
.section-sub { font-size: 16px; color: var(--ink-muted); max-width: 560px; line-height: 1.7; }

/* ABOUT / VISION */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-main { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/5; }
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-accent { position: absolute; bottom: -24px; right: -24px; width: 180px; border-radius: var(--r-md); overflow: hidden; border: 4px solid white; box-shadow: var(--shadow-md); }
.about-img-accent img { width: 100%; height: 130px; object-fit: cover; }
.about-badge { position: absolute; top: 24px; left: -20px; background: var(--saffron); color: white; border-radius: var(--r-md); padding: 16px 20px; text-align: center; box-shadow: var(--shadow-md); }
.about-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; line-height: 1; }
.about-badge-text { font-size: 11px; opacity: 0.85; margin-top: 2px; }
.about-text .section-sub { max-width: 100%; margin-bottom: 32px; }
.vision-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.vision-card { background: var(--cream); border: 1px solid var(--border); border-radius: var(--r-md); padding: 20px; }
.vision-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--saffron); margin-bottom: 6px; }
.vision-card p { font-size: 13px; color: var(--ink-muted); line-height: 1.6; }

/* GUIDE PROFILE */
.guide { background: var(--white); }
.guide-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start; }
.guide-photo-wrap { position: relative; }
.guide-photo { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow-md); }
.guide-photo img { width: 100%; height: 100%; object-fit: cover; }
.guide-rating-badge { position: absolute; bottom: -22px; left: 24px; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md); box-shadow: var(--shadow-md); padding: 14px 20px; display: flex; align-items: center; gap: 10px; }
.guide-rating-badge .stars-lg { color: var(--gold); font-size: 16px; letter-spacing: 2px; }
.guide-rating-badge .rating-text { font-size: 11px; color: var(--ink-muted); line-height: 1.3; }
.guide-rating-badge .rating-text strong { color: var(--ink); font-size: 13px; }
.guide-name-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 6px; }
.guide-name-row h2 { margin-bottom: 0; }
.guide-verified { display: inline-flex; align-items: center; gap: 5px; background: var(--saffron-light); color: var(--saffron-dark); font-size: 11px; font-weight: 600; padding: 5px 11px; border-radius: 20px; letter-spacing: 0.03em; }
.guide-tagline { font-size: 15px; color: var(--ink-muted); font-style: italic; margin-bottom: 24px; }
.guide-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 28px; }
.guide-stat-box { background: var(--cream); border: 1px solid var(--border); border-radius: var(--r-md); padding: 14px 12px; text-align: center; }
.guide-stat-box .num { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--saffron); font-weight: 600; line-height: 1; }
.guide-stat-box .lbl { font-size: 10.5px; color: var(--ink-muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.04em; }
.guide-bio p { font-size: 14.5px; color: var(--ink-muted); line-height: 1.75; margin-bottom: 16px; }
.guide-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0 28px; list-style: none; }
.guide-creds li { display: flex; gap: 9px; font-size: 13px; color: var(--ink); background: var(--cream); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 10px 12px; line-height: 1.4; }
.guide-creds li .tick { color: var(--saffron); flex-shrink: 0; font-weight: 700; }
.guide-price-card { background: linear-gradient(135deg, var(--saffron-light), var(--gold-light)); border: 1px solid rgba(232,86,10,0.18); border-radius: var(--r-lg); padding: 24px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.guide-price-card .label { font-size: 12px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.guide-price-card .range { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--saffron-dark); font-weight: 600; }
.guide-price-card .range small { font-family: 'Inter', sans-serif; font-size: 12px; color: var(--ink-muted); font-weight: 400; }
.guide-price-card .note { font-size: 12px; color: var(--ink-muted); max-width: 260px; }
.currency-toggle-btn { background: var(--ink); color: white; font-size: 12.5px; font-weight: 500; padding: 9px 16px; border-radius: 20px; display: inline-flex; align-items: center; gap: 6px; transition: background 0.2s; white-space: nowrap; }
.currency-toggle-btn:hover { background: var(--saffron); }
.currency-toggle-btn svg { width: 13px; height: 13px; }
.rate-note { font-size: 10.5px; color: var(--ink-faint); margin-top: 6px; }
.guide-source-note { margin-top: 18px; font-size: 11.5px; color: var(--ink-faint); }
.guide-source-note a { color: var(--saffron); text-decoration: underline; }
.guide-reviews-mini { margin-top: 56px; }
.guide-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
@media (max-width: 900px) {
  .guide-grid { grid-template-columns: 1fr; gap: 36px; }
  .guide-stats-row, .guide-creds { grid-template-columns: 1fr 1fr; }
  .guide-reviews-grid { grid-template-columns: 1fr; }
}

/* TBL-STYLE LISTING CARDS — "Tours by Shashank S." */
.tbl-breadcrumb { font-size: 13px; color: var(--ink-faint); margin-bottom: 6px; }
.tbl-breadcrumb::before { content: "• "; }
.tbl-section-heading { font-size: 22px; color: var(--ink); font-weight: 500; margin-bottom: 28px; }
.tbl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 64px; }
.tbl-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: all 0.25s; cursor: pointer; }
.tbl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(232,86,10,0.2); }
.tbl-card-img { aspect-ratio: 4/3; position: relative; overflow: hidden; }
.tbl-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.tbl-card:hover .tbl-card-img img { transform: scale(1.04); }
.tbl-heart { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.95); display: flex; align-items: center; justify-content: center; font-size: 14px; box-shadow: var(--shadow-sm); }
.tbl-guide-strip { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.92); backdrop-filter: blur(4px); display: flex; align-items: center; gap: 10px; padding: 8px 12px; }
.tbl-guide-avatar { width: 32px; height: 32px; border-radius: 50%; border: 2px solid white; object-fit: cover; flex-shrink: 0; box-shadow: 0 0 0 1px rgba(0,0,0,0.05); }
.tbl-guide-strip span { font-size: 12.5px; color: var(--ink); }
.tbl-body { padding: 18px 20px 20px; }
.tbl-body h3 { font-size: 16.5px; line-height: 1.35; color: var(--ink); margin-bottom: 8px; min-height: 44px; }
.tbl-rating { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink); margin-bottom: 12px; }
.tbl-rating .star-filled { color: var(--gold); }
.tbl-rating .star-empty { color: var(--border); }
.tbl-rating .no-review { color: var(--ink-faint); }
.tbl-meta-list { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.tbl-meta-list span { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink-muted); }
.tbl-meta-list span .ico { font-size: 13px; width: 16px; text-align: center; flex-shrink: 0; }
.tbl-total-row { display: flex; align-items: baseline; gap: 6px; padding-top: 14px; border-top: 1px solid var(--border); }
.tbl-total-row .tbl-total-label { font-size: 12px; color: var(--ink-faint); }
.tbl-total-row .tbl-total-price { font-size: 18px; font-weight: 700; color: var(--ink); }
.tbl-total-row .tbl-total-currency { font-size: 12px; color: var(--ink-faint); }

/* TBL Card Footer with Range + Book Now */
.tbl-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.tbl-price-range { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: var(--saffron-dark); line-height: 1; }
.tbl-price-range small { font-family: 'Inter', sans-serif; font-size: 11px; color: var(--ink-faint); font-weight: 400; margin-left: 2px; }
.tbl-book-btn { background: var(--saffron-light); color: var(--saffron); font-size: 12px; font-weight: 600; padding: 8px 15px; border-radius: 6px; border: 1px solid rgba(232,86,10,0.22); transition: all 0.2s; white-space: nowrap; letter-spacing: 0.01em; }
.tbl-book-btn:hover { background: var(--saffron); color: white; border-color: var(--saffron); }
.tbl-card:hover .tbl-book-btn { background: var(--saffron); color: white; border-color: var(--saffron); }

.tbl-source-note { font-size: 11.5px; color: var(--ink-faint); margin: -8px 0 56px; }
.tbl-source-note a { color: var(--saffron); text-decoration: underline; }
@media (max-width: 900px) {
  .tbl-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .tbl-grid { grid-template-columns: 1fr; }
}

/* LIVE RATE CURRENCY BANNER */
.live-rate-banner {
  background: linear-gradient(135deg, var(--ink) 0%, #2a1f18 100%);
  border-radius: var(--r-lg);
  padding: 16px 24px;
  margin: 0 0 40px 0;
  border: 1px solid rgba(232,86,10,0.25);
  box-shadow: 0 4px 24px rgba(26,20,16,0.18);
}
.live-rate-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.live-rate-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.live-rate-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.live-rate-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.live-rate-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: #FFAD7A;
  letter-spacing: 0.01em;
}
.live-rate-time {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  padding: 3px 8px;
  background: rgba(255,255,255,0.06);
  border-radius: 20px;
}
.live-rate-hint {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}

/* Pulsing rate indicator dot */
.rate-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.rate-dot.live {
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52,211,153,0.5);
  animation: ratePulse 2s ease-in-out infinite;
}
.rate-dot.fallback {
  background: #9ca3af;
}
@keyframes ratePulse {
  0%   { box-shadow: 0 0 0 0 rgba(52,211,153,0.5); }
  60%  { box-shadow: 0 0 0 7px rgba(52,211,153,0); }
  100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); }
}

/* Currency toggle button */
.currency-toggle-btn {
  background: var(--saffron);
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.2s;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(232,86,10,0.35);
}
.currency-toggle-btn:hover {
  background: var(--saffron-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 18px rgba(232,86,10,0.45);
}

/* LIVE chip that appears on the toggle button */
.live-chip {
  background: #34d399;
  color: #064e3b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 2px;
  vertical-align: middle;
  animation: chipFade 0.4s ease;
}
@keyframes chipFade { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 768px) {
  .live-rate-banner { padding: 14px 16px; }
  .live-rate-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .live-rate-value { font-size: 18px; }
  .live-rate-right { width: 100%; justify-content: space-between; }
}

/* TOURS */
.tours { background: var(--cream); }
.tours-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; flex-wrap: wrap; gap: 16px; }
.tour-filter { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-btn { background: var(--white); border: 1px solid var(--border); border-radius: 40px; padding: 7px 16px; font-size: 12.5px; font-weight: 500; color: var(--ink-muted); cursor: pointer; transition: all 0.2s; }
.filter-btn:hover, .filter-btn.active { background: var(--saffron); border-color: var(--saffron); color: white; }
.tours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tour-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: all 0.25s; cursor: pointer; }
.tour-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(232,86,10,0.2); }
.tour-card-img { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.tour-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.tour-card:hover .tour-card-img img { transform: scale(1.04); }
.tour-tag { position: absolute; top: 12px; left: 12px; background: var(--saffron); color: white; font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; }
.tour-badge { position: absolute; top: 12px; right: 12px; background: rgba(26,20,16,0.75); color: white; font-size: 11px; padding: 4px 10px; border-radius: 20px; display: flex; align-items: center; gap: 4px; }
.tour-body { padding: 20px; }
.tour-body h3 { font-size: 19px; margin-bottom: 6px; color: var(--ink); }
.tour-body p { font-size: 13px; color: var(--ink-muted); line-height: 1.6; margin-bottom: 16px; }
.tour-meta { display: flex; gap: 16px; font-size: 12px; color: var(--ink-faint); margin-bottom: 16px; }
.tour-meta span { display: flex; align-items: center; gap: 4px; }
.tour-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--border); }
.tour-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--saffron); font-weight: 600; }
.tour-price small { font-family: 'Inter', sans-serif; font-size: 11px; color: var(--ink-faint); font-weight: 400; margin-left: 3px; }
.tour-btn { background: var(--saffron-light); color: var(--saffron); font-size: 12.5px; font-weight: 500; padding: 8px 16px; border-radius: 6px; border: 1px solid rgba(232,86,10,0.2); transition: all 0.2s; }
.tour-card:hover .tour-btn { background: var(--saffron); color: white; border-color: var(--saffron); }

/* EXPERIENCE STRIP */
.experience { background: var(--ink); padding: 80px 24px; }
.exp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; border-radius: var(--r-lg); overflow: hidden; }
.exp-cell { position: relative; aspect-ratio: 3/4; overflow: hidden; cursor: pointer; }
.exp-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.exp-cell:hover img { transform: scale(1.06); }
.exp-cell-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,20,16,0.85) 0%, transparent 50%); display: flex; align-items: flex-end; padding: 20px; }
.exp-cell-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: white; line-height: 1.2; margin-bottom: 4px; }
.exp-cell-text p { font-size: 11px; color: rgba(255,255,255,0.55); }
.exp-header { text-align: center; margin-bottom: 48px; }
.exp-header .section-title { color: white; }
.exp-header .section-label { color: rgba(255,173,122,0.9); }
.exp-header .section-sub { color: rgba(255,255,255,0.6); margin: 0 auto; }

/* WHY US */
.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 56px; }
.why-card { padding: 32px; border-radius: var(--r-lg); border: 1px solid var(--border); transition: border-color 0.2s; }
.why-card:hover { border-color: rgba(232,86,10,0.3); }
.why-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--saffron-light); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 24px; }
.why-card h3 { font-size: 19px; margin-bottom: 10px; }
.why-card p { font-size: 14px; color: var(--ink-muted); line-height: 1.7; }

/* INTERACTIVE BOOKING */
.booking { background: var(--cream); }
.booking-box { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.booking-left { padding: 48px; }
.booking-left h2 { font-size: 36px; margin-bottom: 8px; }
.booking-left p { font-size: 14px; color: var(--ink-muted); margin-bottom: 32px; }
.booking-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 12px; font-weight: 500; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.form-group input, .form-group select, .form-group textarea { border: 1px solid var(--border-strong); border-radius: var(--r-sm); padding: 11px 14px; font-size: 14px; font-family: 'Inter', sans-serif; color: var(--ink); background: var(--cream); transition: border-color 0.2s; outline: none; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--saffron); background: white; }
.form-group textarea { resize: vertical; min-height: 90px; }
.submit-btn { background: var(--saffron); color: white; font-size: 14px; font-weight: 500; padding: 14px; border-radius: var(--r-sm); width: 100%; transition: background 0.2s; margin-top: 8px; }
.submit-btn:hover { background: var(--saffron-dark); }
.booking-right { background: var(--ink); padding: 48px; display: flex; flex-direction: column; justify-content: space-between; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.contact-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-item h4 { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.contact-item p { font-size: 15px; color: white; }
.whatsapp-btn { background: #25D366; color: white; font-size: 14px; font-weight: 500; padding: 14px 24px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; transition: background 0.2s; }
.whatsapp-btn:hover { background: #1ebe5a; }
.social-row { display: flex; gap: 10px; margin-top: 20px; }
.soc-btn { width: 38px; height: 38px; border-radius: 8px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); font-size: 16px; transition: background 0.2s; }
.soc-btn:hover { background: var(--saffron); color: white; }

/* TESTIMONIALS */
.testimonials { background: var(--saffron-light); }
.testimonials-header { text-align: center; margin-bottom: 56px; }
.testimonials-header .section-sub { margin: 0 auto; }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.test-card { background: var(--white); border-radius: var(--r-lg); padding: 28px; border: 1px solid var(--border); position: relative; }
.test-quote { font-size: 48px; font-family: 'Cormorant Garamond', serif; color: var(--saffron); line-height: 1; position: absolute; top: 16px; right: 24px; opacity: 0.4; }
.stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 14px; }
.test-card p { font-size: 14px; color: var(--ink-muted); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.test-author { display: flex; align-items: center; gap: 12px; }
.test-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--saffron-light); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600; color: var(--saffron); }
.test-author-info h4 { font-size: 13.5px; font-weight: 500; }
.test-author-info p { font-size: 11.5px; color: var(--ink-faint); }

/* GALLERY */
.gallery { background: var(--white); }
.gallery-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 16px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto; gap: 12px; }
.gallery-item { border-radius: var(--r-md); overflow: hidden; cursor: pointer; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-item:nth-child(4) { grid-column: span 2; }
.gallery-item img[style*="height:200px"] { height: 200px; }
.gallery-tall { height: 340px; }
.gallery-short { height: 164px; }
.gallery-wide { height: 164px; }
.gallery-overlay { position: absolute; inset: 0; background: rgba(26,20,16,0); transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.gallery-item:hover .gallery-overlay { background: rgba(232,86,10,0.25); }
.gallery-overlay svg { opacity: 0; transition: opacity 0.3s; color: white; }
.gallery-item:hover .gallery-overlay svg { opacity: 1; }

/* MAP TEASER */
.map-section { background: var(--cream); }
.map-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: center; }
.map-placeholder { background: var(--ink); border-radius: var(--r-xl); overflow: hidden; height: 380px; position: relative; }
.map-placeholder img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.map-overlay-text { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.map-pin { width: 56px; height: 56px; border-radius: 50%; background: var(--saffron); display: flex; align-items: center; justify-content: center; font-size: 24px; animation: bob 3s ease-in-out infinite; }
@keyframes bob { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-8px);} }
.map-overlay-text p { color: white; font-size: 15px; font-weight: 500; }
.ghats-list { display: flex; flex-direction: column; gap: 12px; }
.ghat-item { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md); cursor: pointer; transition: all 0.2s; }
.ghat-item:hover { border-color: var(--saffron); background: var(--saffron-light); }
.ghat-item:hover .ghat-num { background: var(--saffron); color: white; }
.ghat-num { width: 32px; height: 32px; border-radius: 8px; background: var(--saffron-light); color: var(--saffron); font-weight: 600; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.2s; }
.ghat-info h4 { font-size: 14px; font-weight: 500; margin-bottom: 2px; }
.ghat-info p { font-size: 12px; color: var(--ink-faint); }

/* FOOTER */
footer { background: var(--ink); color: rgba(255,255,255,0.65); padding: 64px 24px 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; max-width: 1200px; margin: 0 auto; margin-bottom: 48px; }
.footer-brand .logo { margin-bottom: 16px; color: white; }
.footer-brand .logo span { color: rgba(255,255,255,0.45); }
.footer-brand p { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,0.5); max-width: 280px; }
.footer-col h4 { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.35); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 13.5px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-col a:hover { color: var(--saffron); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 12.5px; color: rgba(255,255,255,0.35); }
.footer-bottom a { color: var(--saffron); }

/* LIGHTBOX */
.lightbox { position: fixed; inset: 0; z-index: 999; background: rgba(0,0,0,0.92); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: var(--r-md); }
.lightbox-close { position: absolute; top: 20px; right: 24px; color: white; font-size: 32px; cursor: pointer; line-height: 1; }

/* SUCCESS MSG */
.success-msg { display: none; background: #e6f7ee; border: 1px solid #34c77b; border-radius: var(--r-sm); padding: 14px 18px; font-size: 14px; color: #1a6b3a; margin-top: 8px; }

/* MOBILE NAV MENU */
.mobile-menu { display: none; position: fixed; inset: 0; z-index: 200; background: var(--white); padding: 80px 32px 32px; flex-direction: column; gap: 24px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 22px; font-family: 'Cormorant Garamond', serif; font-weight: 600; color: var(--ink); padding: 8px 0; border-bottom: 1px solid var(--border); }
.mobile-menu-close { position: absolute; top: 20px; right: 24px; font-size: 28px; cursor: pointer; color: var(--ink); }

/* HIDDEN TOURS */
.tour-card[data-cat] { transition: all 0.3s; }
.tour-card.hidden { display: none; }

/* LANGUAGE CONTENT */
[data-lang] { display: none; }
[data-lang="en"] { display: block; }
span[data-lang] { display: none; }
span[data-lang="en"] { display: inline; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .tours-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .about-grid { gap: 48px; }
}
@media (max-width: 768px) {
  section { padding: 64px 20px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 38px; }
  .hero-stats { position: static; margin-top: 40px; justify-content: flex-start; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img-accent { display: none; }
  .tours-grid { grid-template-columns: 1fr; }
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-box { grid-template-columns: 1fr; }
  .booking-right { display: none; }
  .test-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:nth-child(1) { grid-column: span 2; }
  .gallery-item:nth-child(4) { grid-column: span 1; }
  .map-inner { grid-template-columns: 1fr; }
  .map-placeholder { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .vision-cards { grid-template-columns: 1fr; }
}


/* Hide prices globally as requested */
.tbl-total-price, .bs-price, .bs-note { display: none !important; }
