* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:root {
  --ink: #1a1208;
  --ink2: #3d2e18;
  --muted: #7a6a52;
  --line: #e8dfd0;
  --warm: #f7f1e8;
  --paper: #fdfaf5;
  --saffron: #d4500a;
  --gold: #c4820a;
  --cream: #fff8ed;
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  height: 64px;
  background: rgba(253, 250, 245, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none
}

.nav-brandmark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-family: 'Noto Serif Devanagari', serif;
  font-weight: 700;
}

.nav-name {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 1rem;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.2
}

.nav-name small {
  display: block;
  font-size: 0.65rem;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: .04em
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none
}

.nav-links a {
  font-size: 0.875rem;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: .01em;
  transition: color.2s
}

.nav-links a:hover {
  color: var(--saffron)
}

.nav-book {
  background: var(--saffron);
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background.2s;
  letter-spacing: .01em
}

.nav-book:hover {
  background: #b84208
}

.ham {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 4px
}

.ham span {
  width: 22px;
  height: 1.5px;
  background: var(--ink)
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  padding: 64px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 6% 80px 8%;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 24px;
  font-weight: 500;
}

.hero-eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--saffron)
}

.hero-h1 {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.22;
  color: var(--ink);
  margin-bottom: 20px;
  font-weight: 700;
}

.hero-h1 em {
  font-style: normal;
  color: var(--saffron)
}

.hero-p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 36px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 56px
}

.btn-fill {
  background: var(--saffron);
  color: #fff;
  padding: 13px 28px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background.2s, transform.15s;
  display: inline-block;
}

.btn-fill:hover {
  background: #b84208;
  transform: translateY(-1px)
}

.btn-outline {
  border: 1.5px solid var(--saffron);
  color: var(--saffron);
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all.2s;
  display: inline-block;
}

.btn-outline:hover {
  background: rgba(212, 80, 10, .06)
}

.hero-stats {
  display: flex;
  gap: 40px
}

.hero-stat-num {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--ink);
  display: block;
}

.hero-stat-label {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: .04em
}

.hero-right {
  position: relative;
  overflow: hidden
}
/* 
.hero-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  height: auto;
  min-height: auto;
  gap: 3px;
}

.mosaic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s;
}

.mosaic-img:hover {
  transform: scale(1.03)
}

.mosaic-tall {
  grid-row: 1/3;
  height: 443px;
} */

.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 28px 28px;
  background: linear-gradient(to top, rgba(26, 18, 8, .85) 0%, transparent 100%);
  pointer-events: none;
}

.hero-overlay-text {
  font-family: 'Noto Serif Devanagari', serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.hero-overlay-sub {
  color: rgba(255, 255, 255, .7);
  font-size: 0.8rem;
  margin-top: 4px
}

/* ── MARQUEE ── */
.marquee-bar {
  background: var(--saffron);
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-inner {
  display: inline-flex;
  gap: 48px;
  animation: marquee 22s linear infinite;
}

.marquee-bar:hover .marquee-inner {
  animation-play-state: paused
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.marquee-item {
  font-size: 0.8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.marquee-dot {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%
}

/* ── SECTION BASE ── */
.section {
  padding: 96px 8%
}

.section-label {
  font-size: 0.72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--saffron);
  font-weight: 500;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line)
}

.section-h2 {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.28;
  max-width: 560px;
  margin-bottom: 12px;
}

.section-sub {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 56px
}

/* ── TOURS ── */
.tours-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
gap:28px;
}

.tour-card{
background:#fffdfb;
border-radius:18px;
overflow:hidden;
box-shadow:0 6px 20px #0000000a;
border:1px solid #f0ebe3;
transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
display:flex;
flex-direction:column;
}
.tour-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 40px #00000014;
}

.tour-thumb-wrap{
position:relative;
height:190px;
overflow:hidden;
}
.tour-thumb{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:transform .5s ease;
}
.tour-card:hover .tour-thumb{
transform:scale(1.08);
}

.tour-type-pill{
position:absolute;
bottom:12px;
left:12px;
background:#ffffffee;
color:#5c4a3a;
font-size:11px;
font-weight:700;
letter-spacing:.04em;
text-transform:uppercase;
padding:6px 12px;
border-radius:20px;
}

.tour-ribbon{
position:absolute;
top:14px;
left:-32px;
background:#a8431f;
color:white;
font-size:11px;
font-weight:700;
letter-spacing:.03em;
text-transform:uppercase;
padding:5px 40px;
transform:rotate(-45deg);
box-shadow:0 2px 8px #0003;
}

.tour-body{
padding:20px 22px 22px;
display:flex;
flex-direction:column;
flex:1;
gap:8px;
}

.tour-eyebrow{
font-size:11px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
color:#b9a892;
display:flex;
align-items:center;
gap:8px;
}
.tour-eyebrow::before{
content:"";
width:18px;
height:1px;
background:#d4500a;
display:inline-block;
}

.tour-title{
font-size:19px;
font-weight:700;
color:#2b1a0d;
line-height:1.3;
margin:0;
}

.tour-stops{
font-size:13.5px;
color:#7a6a5c;
line-height:1.5;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
overflow:hidden;
margin:0;
}

.tour-meta-row{
display:flex;
gap:8px;
flex-wrap:wrap;
margin-top:4px;
}
.chip{
font-size:11.5px;
color:#5c4a3a;
background:#f5efe6;
padding:5px 12px;
border-radius:20px;
white-space:nowrap;
}

.tour-footer{
display:flex;
justify-content:space-between;
align-items:flex-end;
margin-top:auto;
padding-top:14px;
border-top:1px solid #f3eee6;
}

.tour-price-block{
display:flex;
flex-direction:column;
gap:2px;
}
.tour-price-label{
font-size:10.5px;
text-transform:uppercase;
letter-spacing:.05em;
color:#b9a892;
}
.tour-price{
font-size:20px;
font-weight:700;
color:#d4500a;
}

.tour-actions{
display:flex;
flex-direction:column;
align-items:flex-end;
gap:8px;
}
.tour-link{
font-size:13px;
color:#5c4a3a;
text-decoration:none;
font-weight:600;
display:inline-flex;
align-items:center;
gap:4px;
transition:gap .2s;
}
.tour-link:hover{
gap:7px;
color:#d4500a;
}

.tour-cta{
background:#2b1a0d;
color:white;
font-size:13px;
font-weight:700;
padding:9px 20px;
border-radius:30px;
text-decoration:none;
white-space:nowrap;
transition:background .2s, transform .2s;
}
.tour-cta:hover{
background:#d4500a;
transform:translateY(-1px);
}

/* ---------- Scroll-reveal with stagger ---------- */
.rv{
opacity:0;
transform:translateY(28px);
transition:opacity .6s ease, transform .6s ease;
}
.rv.in{
opacity:1;
transform:translateY(0);
}

/* ── BUSES ── */
.buses-section {
  background: var(--warm)
}

.buses-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.bus-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  transition: transform.2s, box-shadow.2s;
}

.bus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(26, 18, 8, .08)
}

.bus-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block
}

.bus-body {
  padding: 24px
}

.bus-badge {
  display: inline-block;
  background: var(--saffron);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 12px;
}

.bus-badge.outline {
  background: transparent;
  border: 1px solid var(--saffron);
  color: var(--saffron)
}

.bus-name {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.bus-desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 18px
}

.bus-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px
}

.bus-features li {
  font-size: 0.8rem;
  color: var(--ink2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bus-features li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.bus-rate {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--saffron);
  border-top: 1px solid var(--line);
  padding-top: 16px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.bus-rate span {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 400
}

/* ── WHY ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}

.why-item {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.why-item:nth-child(3n) {
  border-right: none
}

.why-item:nth-child(4),
.why-item:nth-child(5),
.why-item:nth-child(6) {
  border-bottom: none
}

.why-num {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--line);
  margin-bottom: 14px;
  line-height: 1;
}

.why-title {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.why-desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.65
}

/* ── BOOKING ── */
.booking-section {
  background: var(--ink);
  color: #fff
}

.booking-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.booking-left .section-label {
  color: rgba(255, 184, 0, .8)
}

.booking-left .section-label::after {
  background: rgba(255, 255, 255, .1)
}

.booking-left .section-h2 {
  color: #fff;
  max-width: 380px
}

.booking-left .section-sub {
  color: rgba(255, 255, 255, .5)
}

.booking-contact {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bc-item {
  display: flex;
  align-items: flex-start;
  gap: 16px
}

.bc-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.bc-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, .4);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 4px
}

.bc-val {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 500
}

.booking-form-wrap {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  padding: 36px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.fg {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.fg.span2 {
  grid-column: 1/-1
}

.fg label {
  font-size: 0.75rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
}

.fg input,
.fg select,
.fg textarea {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  padding: 11px 14px;
  color: #fff;
  font-size: 0.88rem;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  transition: border.2s;
}

.fg input::placeholder,
.fg textarea::placeholder {
  color: rgba(255, 255, 255, .25)
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: rgba(212, 80, 10, .6)
}

.fg select option {
  background: #2a1f0f;
  color: #fff
}

.fg textarea {
  resize: vertical;
  min-height: 88px
}

.form-submit {
  width: 100%;
  margin-top: 6px;
  background: var(--saffron);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px;
  font-size: 0.92rem;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: background.2s;
  letter-spacing: .02em;
}

.form-submit:hover {
  background: #b84208
}

.success-box {
  display: none;
  text-align: center;
  padding: 20px 0
}

.success-box .s-icon {
  font-size: 2.5rem;
  margin-bottom: 12px
}

.success-box h3 {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 8px
}

.success-box p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, .55);
  line-height: 1.65
}

.success-box .reset {
  margin-top: 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  color: rgba(255, 255, 255, .7);
  padding: 10px 22px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  transition: border.2s;
}

.success-box .reset:hover {
  border-color: rgba(255, 255, 255, .4)
}

/* ── TESTIMONIALS ── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.testi-card {
  background: var(--warm);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px;
}

.testi-stars {
  color: var(--gold);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px
}

.testi-text {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 0.9rem;
  color: var(--ink2);
  line-height: 1.75;
  margin-bottom: 20px;
  font-style: italic;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px
}

.testi-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--saffron);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.testi-name {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink)
}

.testi-city {
  font-size: 0.75rem;
  color: var(--muted)
}

/* ── FOOTER ── */
footer {
  background: var(--ink2);
  color: rgba(255, 255, 255, .5);
  padding: 48px 8% 28px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  flex-wrap: wrap;
  gap: 32px;
}

.footer-brand {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700
}

.footer-tagline {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, .4);
  margin-top: 6px;
  font-style: italic
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none
}

.footer-links a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, .45);
  text-decoration: none;
  transition: color.2s
}

.footer-links a:hover {
  color: rgba(255, 255, 255, .9)
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-size: 0.75rem
}

.footer-phone {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, .65)
}

/* ── FLOAT BTN ── */
.float-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
  transition: transform.2s;
}

.float-wa:hover {
  transform: scale(1.08)
}

/* ── REVEAL ── */
.rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity.6s, transform.6s
}

.rv.in {
  opacity: 1;
  transform: none
}

/* ── MOBILE ── */
@media(max-width:900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .hero-right {
    min-height: 300px
  }

  .hero-mosaic {
    min-height: 300px
  }

  .tours-grid {
    grid-template-columns: 1fr 1fr
  }

  .buses-row {
    grid-template-columns: 1fr
  }

  .why-grid {
    grid-template-columns: 1fr 1fr
  }

  .why-item:nth-child(2n) {
    border-right: none
  }

  .why-item:nth-child(3n) {
    border-right: 1px solid var(--line)
  }

  .why-item:nth-child(5),
  .why-item:nth-child(6) {
    border-bottom: none
  }

  .booking-inner {
    grid-template-columns: 1fr
  }

  .testi-grid {
    grid-template-columns: 1fr
  }

  .section {
    padding: 64px 6%
  }
}

@media(max-width:600px) {

  .nav-links,
  .nav-book {
    display: none
  }

  .ham {
    display: flex
  }

  .tours-grid {
    grid-template-columns: 1fr;
    border: none;
    gap: 1px
  }

  .why-grid {
    grid-template-columns: 1fr
  }

  .why-item {
    border-right: none !important;
    border-bottom: 1px solid var(--line) !important
  }

  .why-item:last-child {
    border-bottom: none !important
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .hero-stats {
    gap: 24px
  }
}

nav.open .nav-links {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: rgba(253, 250, 245, .98);
  padding: 20px 6%;
  border-bottom: 1px solid var(--line);
  gap: 16px;
}

nav.open .nav-book {
  display: block;
  margin-top: 4px;
  width: fit-content
}

/* contact form  */
.fg input,
.fg textarea,
.fg select {
  background: #ffffff;
  color: #222;
  border: 1px solid #ddd;
  padding: 14px;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
}


.fg input::placeholder,
.fg textarea::placeholder {
  color: #777;
}


.fg label {
  color: #222;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}


.fg textarea {
  min-height: 130px;
  resize: none;
}


/* Booking Payment Section */

.payment-box{
    margin:25px 0;
    padding:25px;
    background:rgba(255,255,255,0.7);
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}


.payment-box h3{
    margin-bottom:15px;
    color:#222;
}


.qr-code{
    width:180px;
    height:180px;
    object-fit:contain;
    border-radius:15px;
    background:white;
    padding:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}


.payment-box p{
    margin-top:15px;
    color:#555;
}


#paymentScreenshot{
    margin-top:15px;
    padding:12px;
    width:100%;
    border:1px solid #ddd;
    border-radius:12px;
    background:white;
}

/* ===============================
   PACKAGES PAGE
================================ */

#packageList{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
padding:20px 0;
}


.package-card{
background:white;
border-radius:22px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,0.12);
transition:.3s;
border:1px solid #eee;
}


.package-card:hover{
transform:translateY(-8px);
}


.package-img{
width:100%;
height:240px;
object-fit:cover;
display:block;
}


.package-content{
padding:22px;
}


.package-content h2{
font-size:24px;
margin-bottom:10px;
color:#222;
}


.package-content p{
color:#666;
line-height:1.6;
height:50px;
overflow:hidden;
}


.package-info{
display:flex;
flex-wrap:wrap;
gap:10px;
margin:18px 0;
}


.package-info span{
background:#fff4ec;
color:#d4500a;
padding:8px 12px;
border-radius:20px;
font-size:14px;
}


.package-content h3{
font-size:25px;
color:#d4500a;
margin:15px 0;
}


.package-content a{
display:inline-block;
background:#d4500a;
color:white;
padding:12px 22px;
border-radius:25px;
text-decoration:none;
transition:.3s;
}


.package-content a:hover{
background:#9e3805;
}


/* PACKAGE DETAILS */


.details-wrapper{

display:grid;
grid-template-columns:1.2fr 1fr;
gap:35px;
background:white;
padding:30px;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.12);

}


.details-gallery{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;

}



.detail-img{

width:100%;
height:260px;
object-fit:cover;
border-radius:18px;

}



.details-content h1{

font-size:40px;
margin-bottom:15px;

}



.description{

color:#666;
line-height:1.8;

}



.detail-meta{

display:flex;
gap:15px;
flex-wrap:wrap;
margin:25px 0;

}



.detail-meta div{

background:#fff1e8;
color:#d4500a;
padding:12px 18px;
border-radius:25px;

}



.price{

color:#d4500a;
font-size:35px;

}



.dates{

display:flex;
gap:15px;
flex-wrap:wrap;

}



.date-card{

background:#fafafa;
border:1px solid #ddd;
padding:15px;
border-radius:15px;

}



.itinerary-card{

background:#fff8f2;
margin:15px 0;
padding:18px;
border-left:5px solid #d4500a;
border-radius:12px;

}



.itinerary-card h3{

color:#d4500a;

}



.book-btn{

display:inline-block;
margin-top:25px;
background:#d4500a;
color:white;
padding:15px 35px;
border-radius:30px;
text-decoration:none;

}



@media(max-width:900px){

.details-wrapper{

grid-template-columns:1fr;

}

.details-gallery{

grid-template-columns:1fr;

}

}

/* language swithcer */
.lang-switch{
position:relative;
display:inline-block;
}

.lang-toggle{
border:1px solid #ddd;
background:white;
width:38px;
height:38px;
border-radius:50%;
font-size:18px;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:border-color .15s, transform .15s;
}
.lang-toggle:hover{
border-color:#d4500a;
}

.lang-menu{
position:absolute;
top:46px;
right:0;
background:white;
border:1px solid #eee;
border-radius:10px;
box-shadow:0 8px 24px #0001;
padding:6px;
display:none;
flex-direction:column;
min-width:130px;
z-index:60;
}
.lang-menu.open{
display:flex;
}
.lang-menu button{
border:none;
background:none;
text-align:left;
padding:9px 12px;
border-radius:7px;
font-size:14px;
cursor:pointer;
color:#2b1a0d;
}
.lang-menu button:hover{
background:#d4500a11;
}

/* multi language */
.goog-te-banner-frame.skiptranslate{
display:none !important;
}
.goog-te-banner-frame{
display:none !important;
}
body{
top:0px !important;
position:static !important;
}
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight{
background:none !important;
box-shadow:none !important;
}
.skiptranslate iframe{
display:none !important;
}


/* view and book button on the index page */
.tour-actions{
display:flex;
align-items:center;
gap:14px;
}
.tour-link{
font-size:13px;
color:#5c4a3a;
text-decoration:none;
font-weight:600;
}
.tour-link:hover{
text-decoration:underline;
}

/* ---------- Contact hero ---------- */
.contact-hero{
position:relative;
height:320px;
overflow:hidden;
}
.contact-hero-img{
width:100%;
height:100%;
object-fit:cover;
filter:brightness(.55);
}
.contact-hero-overlay{
position:absolute;
inset:0;
display:flex;
flex-direction:column;
justify-content:center;
padding:0 60px;
color:white;
}
.contact-hero-breadcrumb{
font-size:13px;
color:#e8d9c8;
margin-bottom:14px;
}
.contact-hero-breadcrumb a{
color:#e8d9c8;
text-decoration:none;
}
.contact-hero-overlay h1{
font-size:38px;
margin:0 0 8px;
}
.contact-hero-overlay p{
font-size:15px;
color:#f0e6da;
margin:0;
max-width:480px;
}

@media(max-width:700px){
.contact-hero{
height:240px;
}
.contact-hero-overlay{
padding:0 24px;
}
.contact-hero-overlay h1{
font-size:28px;
}
}

/* ---------- Contact grid ---------- */
.contact-grid{
display:grid;
grid-template-columns:1.5fr 1fr;
gap:30px;
align-items:start;
}

.contact-form-card{
background:white;
border-radius:18px;
padding:30px;
box-shadow:0 8px 30px #0001;
}

.contact-info-stack{
display:flex;
flex-direction:column;
gap:16px;
}

.contact-info-card{
background:white;
border-radius:14px;
padding:18px 20px;
box-shadow:0 6px 20px #0000000a;
display:flex;
align-items:flex-start;
gap:14px;
}
.bc-icon{
font-size:20px;
background:#d4500a14;
width:42px;
height:42px;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}
.bc-label{
font-size:11px;
text-transform:uppercase;
letter-spacing:.05em;
color:#b9a892;
margin-bottom:3px;
}
.bc-val{
font-size:15px;
font-weight:600;
color:#2b1a0d;
text-decoration:none;
display:block;
}
.bc-val:hover{
color:#d4500a;
}
.bc-sub{
font-size:12px;
color:#8a7a6d;
margin-top:2px;
}

@media(max-width:900px){
.contact-grid{
grid-template-columns:1fr;
}
}

/* ---------- Map ---------- */
.contact-map-wrap{
margin-top:30px;
}

/* ---------- FAQ ---------- */
.faq-list{
display:flex;
flex-direction:column;
gap:12px;
max-width:780px;
}
.faq-item{
background:white;
border-radius:12px;
padding:18px 22px;
box-shadow:0 4px 16px #0000000a;
}
.faq-item summary{
font-weight:600;
font-size:15px;
color:#2b1a0d;
cursor:pointer;
list-style:none;
position:relative;
padding-right:24px;
}
.faq-item summary::-webkit-details-marker{
display:none;
}
.faq-item summary::after{
content:"+";
position:absolute;
right:0;
top:0;
font-size:18px;
color:#d4500a;
transition:transform .2s;
}
.faq-item[open] summary::after{
content:"−";
}
.faq-item p{
margin:12px 0 0;
font-size:14px;
color:#5c4a3a;
line-height:1.6;
}

/* ── HERO CAROUSEL (replaces mosaic) ── */
.hero-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.1s ease, transform 6s ease;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-carousel-dots {
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  cursor: pointer;
  transition: background .3s, transform .3s, width .3s;
}

.hero-dot.active {
  background: #fff;
  width: 22px;
  border-radius: 4px;
}

@media (max-width: 900px) {
  .hero-carousel {
    min-height: 300px;
  }
}

/* new hero section */
/* ── HERO ── */
.hero {
  min-height: 100vh;
  padding-top: 64px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-left {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 6% 80px 8%;
  max-width: 640px;
}
/* ── HERO CAROUSEL (full-bleed background) ── */
.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.1s ease, transform 6s ease;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    100deg,
    rgba(26, 18, 8, .88) 0%,
    rgba(26, 18, 8, .65) 32%,
    rgba(26, 18, 8, .25) 58%,
    rgba(26, 18, 8, .05) 78%
  );
}

.hero-carousel-dots {
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  cursor: pointer;
  transition: background .3s, transform .3s, width .3s;
}

.hero-dot.active {
  background: #fff;
  width: 22px;
  border-radius: 4px;
}
/* text now sits over the image, needs light colors */
.hero-h1 {
  color: #fff;
}

.hero-p {
  color: rgba(255, 255, 255, .75);
}

.hero-stat-num {
  color: #fff;
}

.hero-stat-label {
  color: rgba(255, 255, 255, .65);
}

.btn-outline {
  border-color: #fff;
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .1);
}
@media(max-width:900px) {
  .hero {
    min-height: 92vh;
  }

  .hero-left {
    max-width: 100%;
    padding: 80px 6%;
  }
}