
:root {
  --saffron: #E8651A;
  --gold: #C9960C;
  --gold-light: #F5C518;
  --cream: #FDF6EC;
  --deep: #1A0800;
  --charcoal: #2C1A0A;
  --maroon: #7B1B1B;
  --text: #3A2210;
  --muted: #7A5C3A;
  --white: #FFFDF8;
  --border: rgba(201,150,12,0.25);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ SCROLLBAR Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--deep); }
::-webkit-scrollbar-thumb { background: var(--saffron); border-radius: 3px; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ NAVBAR Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.navbar {
  background: rgb(235 213 195) !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  transition: all .35s;
}
.navbar.scrolled {
  padding: 10px 0;
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
.navbar-brand {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #80460f !important;
  letter-spacing: 2px;
}
.navbar-brand span { color: var(--saffron); }
.navbar-brand small {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  letter-spacing: 4px;
  color: rgba(245,197,24,0.6);
  margin-top: -2px;
}
.nav-link {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: rgb(0 0 0 / 97%) !important;
  transition: color .25s !important;
  padding: 8px 16px !important;
}
.nav-link:hover, .nav-link.active {color: #e36b18 !important;}
.btn-nav {
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: #fff !important;
  border-radius: 2px;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  padding: 10px 24px !important;
  border: none;
  transition: opacity .25s;
}
.btn-nav:hover { opacity: .85; color: #fff !important; }
.navbar-toggler { border-color: var(--border) !important; }
.navbar-toggler-icon { filter: invert(1) sepia(1) saturate(3) hue-rotate(10deg); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ HERO Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
/* .hero {
  min-height: 100vh;
  background: 
    radial-gradient(ellipse at 65% 40%, rgba(232,101,26,0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 75%, rgba(201,150,12,0.14) 0%, transparent 50%),
    linear-gradient(135deg, #0D0400 0%, #1A0800 50%, #241200 100%);
  position: relative;
  background-image: url(./img/kailash.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
} */
.hero {
  min-height: 100vh;
  background: radial-gradient(ellipse at 65% 40%, rgb(0 0 0 / 33%) 0%, transparent 55%), radial-gradient(ellipse at 20% 75%, rgba(201, 150, 12, 0.14) 0%, transparent 50%), linear-gradient(338deg, rgb(13 4 0 / 0%) 0%, rgb(0 0 0 / 44%) 50%, rgb(36 18 0 / 23%) 100%), url(../img/banner.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.ornament-divider.about-l {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 18px 0 32px;
    width: 400px;
    margin: unset;
}
.about {
  min-height: 60vh;
  background: radial-gradient(ellipse at 65% 40%, rgb(0 0 0 / 33%) 0%, transparent 55%), radial-gradient(ellipse at 20% 75%, rgba(201, 150, 12, 0.14) 0%, transparent 50%), linear-gradient(338deg, rgb(13 4 0 / 0%) 0%, rgb(0 0 0 / 44%) 50%, rgb(36 18 0 / 23%) 100%), url(../img/banner.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
/* decorative rings */
.hero-rings {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.ring {
  position: absolute;
  border-radius: 50%;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(201,150,12,0.12);
  animation: spinRing 50s linear infinite;
}
.ring:nth-child(1) { width: 500px; height: 500px; }
.ring:nth-child(2) { width: 700px; height: 700px; animation-duration: 80s; animation-direction: reverse; border-color: rgba(232,101,26,0.08); }
.ring:nth-child(3) { width: 300px; height: 300px; animation-duration: 35s; border-color: rgba(245,197,24,0.15); }
@keyframes spinRing { to { transform: translateY(-50%) rotate(360deg); } }

/* floating diya particles */
.particle {
  position: absolute;
  width: 4px; height: 4px;
  background: var(--gold-light);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--gold-light), 0 0 20px rgba(245,197,24,0.4);
  animation: floatUp 6s ease-in-out infinite;
  opacity: 0;
}
.particle:nth-child(1)  { left: 10%; animation-delay: 0s; animation-duration: 7s; }
.particle:nth-child(2)  { left: 20%; animation-delay: 1.5s; animation-duration: 6s; width: 6px; height: 6px; }
.particle:nth-child(3)  { left: 35%; animation-delay: 3s; animation-duration: 8s; }
.particle:nth-child(4)  { left: 50%; animation-delay: 0.5s; animation-duration: 5s; width: 3px; height: 3px; }
.particle:nth-child(5)  { left: 65%; animation-delay: 2s; animation-duration: 9s; }
.particle:nth-child(6)  { left: 80%; animation-delay: 4s; animation-duration: 6s; width: 5px; height: 5px; }
.particle:nth-child(7)  { left: 90%; animation-delay: 1s; animation-duration: 7.5s; }
.particle:nth-child(8)  { left: 45%; animation-delay: 2.5s; animation-duration: 6.5s; width: 3px; height: 3px; }
@keyframes floatUp {
  0%   { opacity: 0; transform: translateY(80px) scale(0.5); }
  20%  { opacity: 0.8; }
  80%  { opacity: 0.6; }
  100% { opacity: 0; transform: translateY(-80px) scale(1.2); }
}

.hero-content { position: relative; z-index: 2; padding: 120px 0 80px; }
.hero-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 20px;
  /* display: flex; */
  align-items: center;
  gap: 12px;
}



.hero h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1.05;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.hero h1 .highlight {
  background: linear-gradient(135deg, var(--gold-light), var(--saffron));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-style: italic;
  color: rgba(253,246,236,0.65);
  margin-bottom: 28px;
  line-height: 1.4;
  text-align: center;
}

.hero p {
  font-size: 16px;
  color: rgba(253,246,236,0.55);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 44px;
  font-weight: 300;
}

.hero-btns {/* display: flex; */gap: 16px;flex-wrap: wrap;text-align: center;}

.btn-primary-hero {
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: #fff;
  border: none;
  padding: 16px 36px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 30px rgba(232,101,26,0.35);
}
.btn-primary-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(232,101,26,0.5);
  color: #fff;
}
.btn-outline-hero {
  background: transparent;
  color: rgba(253,246,236,0.8);
  border: 1px solid var(--border);
  padding: 15px 36px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex; align-items: center; gap: 10px;
}
.btn-outline-hero:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
  background: rgba(245,197,24,0.05);
}

/* hero image side */
.hero-visual {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-img-frame img {
  /* width: 100%; */
  border-radius: 4px;
  object-fit: cover;
  filter: brightness(0.85) saturate(1.2);
}
.hero-img-frame::before {
  content: '';
  position: absolute;
  inset: -12px -12px 12px 12px;
  border: 1px solid var(--border);
  border-radius: 4px;
  z-index: -1;
}
.hero-img-frame::after {
  content: '';
  position: absolute;
  inset: -24px -24px 24px 24px;
  border: 1px solid rgba(201,150,12,0.1);
  border-radius: 4px;
  z-index: -1;
}

/* trust badges */
.hero-badges {
  display: flex;
  gap: 24px;
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid rgba(201,150,12,0.15);
}
.badge-item {
  display: flex; align-items: center; gap: 10px;
}
.badge-icon {
  width: 36px; height: 36px;
  background: rgba(232,101,26,0.12);
  border: 1px solid rgba(232,101,26,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  color: var(--saffron);
}
.badge-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.badge-text span {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(253,246,236,0.4);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ SECTION DEFAULTS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.section { padding: 90px 0; }
.section-dark {background: #f9f9f9;}
.section-cream { background: var(--cream); }
.section-alt { background: #FAF0E0; }

.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 14px;
  /* display: flex; */
  align-items: center;
  gap: 12px;
}
.section-label::before {
  content: '';
  width: 30px;
  height: 1px;
  justify-content: center;
}

.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(28px, 4vw, 33px);
  font-weight: 600;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 16px;
}
.section-title .accent {
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  /* max-width: 560px; */
}

.dark-title { color: var(--white) !important; }
.dark-sub   { color: rgba(253,246,236,0.55) !important; }
.dark-label { color: var(--gold-light) !important; }
.dark-label::before { background: var(--gold-light) !important; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ STATS STRIP Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.stats-strip {
  background: linear-gradient(135deg, var(--saffron) 0%, #C94A10 50%, var(--gold) 100%);
  padding: 36px 0;
}
.stat-item { text-align: center; padding: 12px 0; }
.stat-num {
  font-family: 'Cinzel', serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.stat-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-top: 6px;
}
.stat-divider {
  width: 1px;
  background: rgba(255,255,255,0.25);
  height: 60px;
  margin: auto;
}

.service-card {
  background: #fff;
  border: 1px solid rgba(201,150,12,0.15);
  border-radius: 4px;
  padding: 36px 28px;
  transition: all .35s;
  cursor: pointer;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  transform: scaleX(0);
  transition: transform .35s;
}
.service-card:hover {
  border-color: var(--saffron);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(232,101,26,0.12);
}
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 56px; height: 56px;
  background: rgba(232,101,26,0.08);
  border: 1px solid rgba(232,101,26,0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  color: var(--saffron);
  margin-bottom: 20px;
  transition: all .35s;
}
.service-card:hover .service-icon {
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(232,101,26,0.3);
}

.service-card h5 {
  /* font-family: 'Cinzel', serif; */
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
}
.service-card p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.service-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--saffron);
  background: rgba(232,101,26,0.08);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ YATRA PACKAGES Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.package-card {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(201,150,12,0.12);
  transition: all .35s;
  height: 100%;
}
.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(26,8,0,0.12);
  border-color: var(--saffron);
}
.package-img {
  height: 200px;
  background: linear-gradient(135deg, #2C1A0A, #1A0800);
  position: relative;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.package-img .pkg-icon {
  font-size: 64px;
  opacity: 0.25;
}
.package-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--saffron);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
}
.package-body { padding: 24px; }
.package-body h5 {
  /* font-family: 'Cinzel', serif; */
  font-size: 17px;
  color: var(--text);
  margin-bottom: 8px;
}
.package-body p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 18px;
}
.package-meta {
  display: flex; gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.package-meta span {
  font-size: 12px;
  color: var(--muted);
  display: flex; align-items: center; gap: 5px;
}
.package-meta i { color: var(--saffron); }

.btn-pkg {
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: #fff;
  border: none;
  padding: 11px 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity .25s;
  display: inline-block;
}
.btn-pkg:hover { opacity: 0.85; color: #fff; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ PILGRIMAGE MAP / DESTINATIONS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.dest-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 220px;
  cursor: pointer;
  transition: transform .35s;
}
.dest-card:hover { transform: scale(1.03); }
.dest-card .dest-bg {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
  opacity: 0.15;
  background: linear-gradient(135deg, var(--charcoal), var(--deep));
}
.dest-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(26,8,0,0.85) 0%, rgba(26,8,0,0.2) 60%, transparent 100%);
}
.dest-info {
  position: absolute;
  bottom: 20px; left: 20px;
  z-index: 2;
}
.dest-info h6 {
  /* font-family: 'Cinzel', serif; */
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}
.dest-info span {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 1px;
}
.dest-count {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 2;
  background: rgba(232,101,26,0.9);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
}
/* unique gradient bg for each dest */
.dest-1 { background: linear-gradient(135deg, #3D1400, #1A0800); }
.dest-2 { background: linear-gradient(135deg, #1A2A3A, #0D1520); }
.dest-3 { background: linear-gradient(135deg, #2A1A3D, #150D26); }
.dest-4 { background: linear-gradient(135deg, #1A3A1A, #0D200D); }
.dest-5 { background: linear-gradient(135deg, #3A1A00, #200D00); }
.dest-6 { background: linear-gradient(135deg, #3A2000, #201000); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ HOW IT WORKS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.step-card {
  text-align: center;
  padding: 28px 20px;
  position: relative;
}
.step-num {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(232,101,26,0.3);
  position: relative;
  z-index: 1;
}
.step-card h5 {
  /* font-family: 'Cinzel', serif; */
  font-size: 18px;
  color: var(--white);
  margin-bottom: 10px;
}
.step-card p {
  font-size: 14px;
  color: rgba(253,246,236,0.5);
  line-height: 1.6;
}
.step-connector {
  position: absolute;
  top: 58px; right: -50%;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--border) 0, var(--border) 5px, transparent 5px, transparent 10px);
  z-index: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ TESTIMONIALS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.testi-card {
  background: #fff;
  border: 1px solid rgba(201,150,12,0.15);
  border-radius: 6px;
  padding: 32px;
  height: 100%;
  transition: all .35s;
}
.testi-card:hover {
  border-color: var(--saffron);
  box-shadow: 0 16px 40px rgba(232,101,26,0.08);
}
.testi-stars { color: var(--gold); font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
.testi-card p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 24px;
  font-style: italic;
}
.testi-author {
  display: flex; align-items: center; gap: 14px;
}
.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 15px;
  font-weight: 700;
}
.testi-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.testi-loc {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.5px;
}
.new-p {
    color: #cb8d0e;
    font-family: 'Cormorant Garamond';
    font-weight: 500;
    font-size: 20px;
    font-style: italic;
}
p.welcome-subtext {
    font-style: italic;
    font-size: 20px;
    font-family: 'Cormorant Garamond';
}
.cta-band {
  background: linear-gradient(135deg, var(--saffron), #B84010, var(--gold));
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-band h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(28px, 4vw, 48px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
.cta-band p {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 36px;
}
.btn-cta-white {
  background: #fff;
  color: var(--saffron);
  padding: 16px 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex; align-items: center; gap: 10px;
}
.btn-cta-white:hover {
  background: var(--deep);
  color: var(--gold-light);
}
.btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 15px 36px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex; align-items: center; gap: 10px;
}
.btn-cta-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ FAQ Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.faq-item {
  border: 1px solid rgba(201,150,12,0.15);
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .25s;
}
.faq-item.open { border-color: var(--saffron); }
.faq-question {
  padding: 20px 24px;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer;
  background: #fff;
  transition: background .25s;
}
.faq-question:hover { background: rgba(232,101,26,0.03); }
.faq-question h6 {
  font-family: 'Cinzel', serif;
  font-size: 15px;
  color: var(--text);
  margin: 0;
  font-weight: 600;
}
.faq-icon {
  width: 28px; height: 28px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--saffron);
  font-size: 14px;
  flex-shrink: 0;
  transition: all .25s;
}
.faq-item.open .faq-icon {
  background: var(--saffron);
  color: #fff;
  border-color: var(--saffron);
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  background: #fff;
}
.faq-item.open .faq-answer {
  max-height: 200px;
  padding: 0 24px 20px;
}
.faq-answer p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ FOOTER Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
footer {
  background: #0D0400;
  border-top: 1px solid var(--border);
  padding: 70px 0 30px;
}
.footer-brand {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  color: var(--gold-light);
  margin-bottom: 12px;
}
.footer-brand span { color: var(--saffron); }
.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: rgba(253,246,236,0.4);
  margin-bottom: 24px;
}
.footer-links h6 {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 20px;
}
.footer-links ul { list-style: none; padding: 0; }
.footer-links ul li { margin-bottom: 10px; }
.footer-links ul a {
  font-size: 14px;
  color: rgba(253,246,236,0.45);
  text-decoration: none;
  transition: color .25s;
}
.footer-links ul a:hover { color: var(--gold-light); }
.footer-contact p {
  font-size: 14px;
  color: rgba(253,246,236,0.45);
  margin-bottom: 10px;
  display: flex; align-items: center; gap: 10px;
}
.footer-contact i { color: var(--saffron); width: 16px; }
.footer-divider {
  border-color: var(--border);
  margin: 40px 0 24px;
}
.footer-bottom {
  font-size: 13px;
  color: rgba(253,246,236,0.3);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.social-links { display: flex; gap: 12px; }
.social-link {
  width: 36px; height: 36px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(253,246,236,0.4);
  font-size: 14px;
  text-decoration: none;
  transition: all .25s;
}
.social-link:hover {
  border-color: var(--saffron);
  color: var(--saffron);
  background: rgba(232,101,26,0.08);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ DIVIDER ORNAMENT Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.ornament-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 18px 0 32px;
  width: 400px;
  margin: 0px auto;
}
.ornament-divider::before, .ornament-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}
.ornament-divider span {
  font-size: 18px;
  color: var(--saffron);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ WHATSAPP FLOAT Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.whatsapp-float {
  position: fixed;
  bottom: 30px; right: 30px;
  z-index: 200;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  text-decoration: none;
  font-size: 26px;
  color: #fff;
  animation: pulse 2.5s infinite;
  transition: transform .25s;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 6px 40px rgba(37,211,102,0.7); }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ BACK TO TOP Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
#backTop {
  position: fixed;
  bottom: 30px; left: 30px;
  z-index: 200;
  width: 42px; height: 42px;
  background: rgba(20,8,0,0.85);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
  font-size: 16px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#backTop.show { opacity: 1; pointer-events: all; }
#backTop:hover { background: var(--saffron); border-color: var(--saffron); color: #fff; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ ANIMATIONS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ MISC Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.text-gradient {
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



section#destinations {
    background: #f6ede6;
}


.ornament-divider.reveal.visible.new {
    width: 320px;
    margin: 0px auto;
}
.ornament {
  font-size: 18px;
  color: #cbb89d;
}

section.welcome-section {
    background: #f2e9e4 !important;
}



@media (max-width: 768px) {
  .hero-content {
   
    padding: 46px 0 46px !important;
}
.hero {
    min-height: 75vh;
  
}
.ornament-divider {
  
    width: unset !important;
   
}
}

