/* ══════════════════════════════════════
   DESTINATION & DETAIL STYLES (style2.css)
══════════════════════════════════════ */

:root {
  --saffron: #E8520A;
  --gold: #C8850A;
  --gold-lt: #F5A623;
  --deep-red: #8B1A1A;
  --white: #FFFFFF;
  --off-white: #FDF8F3;
  --light-bg: #F9F3EC;
  --light-card: #FFFFFF;
  --border: #EDE4D8;
  --text: #1C1410;
  --text-mid: #4A3C30;
  --text-muted: #8A7460;
  --serif: 'Cormorant Garamond', serif;
  --sans: 'DM Sans', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ═════ DESTINATION PAGE STYLES ═════ */
.section-label {
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--saffron);
  font-weight: 600;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--text);
}

.section-title em {
  font-style: italic;
  color: var(--saffron);
  -webkit-text-fill-color: var(--saffron);
}

.section-sub {
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.75;
  font-size: .93rem;
}

.gold-line {
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, var(--saffron), var(--gold-lt));
  border-radius: 4px;
}

.flag-strip {
  height: 4px;
  background: #FF9933
}

#hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('https://images.unsplash.com/photo-1626621341517-bbf3d9990a23?w=1800&q=85') center/cover no-repeat;
}

#spiti-bg {
  background: url('../images/banner/spiti-banner.jpg') center/cover no-repeat;
}

#Leh-bg {
  background: url('../images/banner/leh-banner.jpg') center/cover no-repeat;
}

#rajasthan-bg {
  background: url('../images/banner/rajasthan-banner.avif') center/cover no-repeat;
}

#kashmir-bg {
  background: url('../images/banner/kashmir-banner.jpg') center/cover no-repeat;
}

#uttarakhand-bg {
  background: url('../images/uttarakhand/uttarakhand-banner.jpg') center/cover no-repeat;
}

#sikkim-bg {
  background: url('../images/sikkim/goechalla/sikkim-banner.jpg') center/cover no-repeat;
}

#west-bengal-bg {
  background: url('../images/west-bengal/west-bengal-banner.jpg') center/cover no-repeat;
}

#sikkim-reveal,
#west-bengal-reveal,
#leh-reveal {
  position: sticky;
  top: 7rem;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(0 0 0 / 24%) 0%, rgba(10, 22, 13, .22) 35%, rgb(13 29 17 / 51%) 70%, rgb(1 1 1 / 54%) 100%);
}

.snow-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.sf {
  position: absolute;
  top: -10px;
  color: rgba(255, 255, 255, .5);
  animation: fall linear infinite;
}

@keyframes fall {
  to {
    transform: translateY(105vh) rotate(360deg);
    opacity: 0;
  }
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.breadcrumb-link {
  color: rgb(255 255 255);
  font-size: .86rem;
  text-decoration: none;
  transition: color .2s;
}

.breadcrumb-link:hover {
  color: rgba(255, 255, 255, .9);
}

.breadcrumb-sep {
  color: rgb(255 255 255);
  font-size: .8rem;
  font-weight: 600;
}

span.active-breadcrum-link {
  color: #eb6410;
  font-size: 1rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 100px;
  padding: .38rem .95rem;
  font-size: .7rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .88);
  backdrop-filter: blur(6px);
}

.hero-h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  letter-spacing: -.01em;
}

.hero-h1 em {
  font-style: italic;
  color: var(--gold-lt);
  -webkit-text-fill-color: var(--gold-lt);
}

.hero-tagline {
  font-size: .97rem;
  font-weight: 300;
  color: rgb(255 255 255);
  line-height: 1.7;
  max-width: 520px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  padding: .35rem .9rem;
  font-size: .75rem;
  color: rgba(255, 255, 255, .82);
  backdrop-filter: blur(6px);
}

.hero-chip i {
  color: var(--gold-lt);
}

.hero-search {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  padding: 1rem 1.4rem;
  margin-top: 2rem;
}

.hs-field label {
  font-size: .63rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  margin-bottom: .2rem;
  display: block;
}

.hs-field select,
.hs-field input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: .88rem;
  padding: 0;
  outline: none;
  width: 100%;
}

.hs-field select option {
  background: #1A2E1E;
  color: #fff;
}

.hs-field input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.hs-divider {
  width: 1px;
  background: rgba(255, 255, 255, .18);
  align-self: stretch;
}

.btn-hs {
  background: linear-gradient(135deg, var(--saffron), var(--gold-lt));
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: .75rem 1.8rem;
  font-weight: 500;
  font-size: .88rem;
  white-space: nowrap;
  transition: opacity .2s, transform .2s;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.btn-hs:hover {
  opacity: .87;
  transform: translateY(-1px);
}

#main-content {
  padding: 3rem 0 5rem;
}

.result-bar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: .85rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .7rem;
  margin-bottom: 1.5rem;
}

.result-count {
  font-size: .82rem;
  color: var(--text-mid);
}

.result-count strong {
  color: var(--saffron);
  font-weight: 600;
}

.sort-select {
  background: var(--off-white);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: .8rem;
  border-radius: 8px;
  padding: .4rem .85rem;
  outline: none;
  cursor: pointer;
}

.col-pkg {
  align-content: center;
}

.dest-pkg-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
  margin-bottom: 1.4rem;
}

.dest-pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 55px rgba(45, 90, 61, .13);
}

@media (min-width: 768px) {
  .dest-pkg-card {
    flex-direction: row;
  }

  .dc-img-col {
    width: 280px;
    flex-shrink: 0;
  }
}

.dc-img-col {
  position: relative;
  overflow: hidden;
}

.dc-img-col img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  display: block;
  transition: transform .65s;
}

.dest-pkg-card:hover .dc-img-col img {
  transform: scale(1.07);
}

.dc-badge-wrap {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.dc-badge {
  background: var(--gold-lt) !important;
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: .55rem 1.3rem;
  color: #fff;
  width: fit-content;
}

.b-bestseller {
  background: var(--gold-lt) !important;
}

.dc-wish {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .5);
  transition: all .2s;
}

.dc-wish:hover {
  background: rgba(232, 82, 10, .12);
}

.dc-rating {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0, 0, 0, .52);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  padding: .24rem .7rem;
  display: flex;
  align-items: center;
  gap: .28rem;
  font-size: .72rem;
  color: #fff;
  font-weight: 500;
}

.dc-rating i {
  color: #F5A623;
  font-size: .66rem;
}

.dc-body {
  padding: 1.3rem 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dc-location {
  font-size: .68rem;
  color: var(--saffron);
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: .28rem;
  display: flex;
  align-items: center;
  gap: .28rem;
}

.dc-title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.22;
  margin-bottom: .4rem;
}

.dc-desc {
  font-size: .95rem;
  color: var(--text-muted);
  line-height: 1.68;
  margin-bottom: .85rem;
}

.dc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: .9rem;
}

.dc-chip {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: .25rem .72rem;
  font-size: .77rem;
  color: var(--text-mid);
}

.dc-chip i {
  color: var(--saffron);
  font-size: .66rem;
}

.dc-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem 1.2rem;
}

.dc-includes li {
  font-size: .95rem;
  color: var(--text-mid);
  display: flex;
  align-items: center;
  gap: .38rem;
}

.dc-includes li i {
  color: var(--gold-lt);
  font-size: .68rem;
  flex-shrink: 0;
}

.dc-footer-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .7rem;
  padding-top: .9rem;
  border-top: 1px solid var(--border);
}

.dc-price .amt {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--saffron);
  line-height: 1;
}

.dc-price .per {
  font-size: .68rem;
  color: var(--text-muted);
}

.btn-book {
  background: var(--gold-lt);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: .55rem 1.3rem;
  font-size: .8rem;
  font-weight: 500;
  transition: opacity .2s, transform .2s;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  white-space: nowrap;
  text-decoration: none;
}

.btn-book:hover {
  opacity: .87;
  transform: translateY(-2px);
  background: #5b7468;
  box-shadow: 0 16px 40px rgba(232, 82, 10, .35);
}

.btn-detail {
  border: 1px solid var(--saffron);
  color: var(--saffron);
  background: var(--off-white);
  border-radius: 100px;
  padding: .53rem 1.1rem;
  font-size: .8rem;
  transition: all .22s;
  white-space: nowrap;
  text-decoration: none;
}

.btn-detail:hover {
  border-color: var(--saffron);
  color: var(--saffron);
  background: var(--off-white);
  transform: translateY(-2px);
}

.sidebar {
  position: sticky;
  top: 90px;
}

.sb-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.3rem;
}

.sb-header {
  padding: 1rem 1.3rem .8rem;
  border-bottom: 1px solid var(--border);
}

.sb-title {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.sb-body {
  padding: 1rem 1.3rem 1.3rem;
}

.filter-label {
  font-size: .7rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  margin: .9rem 0 .45rem;
}

.filter-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .32rem 0;
}

.filter-check label {
  font-size: .82rem;
  color: var(--text-mid);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.filter-count {
  font-size: .7rem;
  background: var(--off-white);
  color: var(--saffron);
  border-radius: 100px;
  padding: .12rem .5rem;
  font-weight: 500;
}

.price-range {
  width: 100%;
  accent-color: var(--saffron);
  cursor: pointer;
}

.price-labels {
  display: flex;
  justify-content: space-between;
  font-size: .75rem;
  color: var(--text-muted);
  margin-top: .3rem;
}

.sb-enquiry {
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  border-radius: 16px;
  padding: 1.5rem 1.3rem;
  text-align: center;
  margin-bottom: 1.3rem;
}

.sb-enquiry .eq-title {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: .4rem;
}

.sb-enquiry .eq-sub {
  font-size: .78rem;
  color: rgba(255, 255, 255, .72);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.btn-enquiry {
  background: #fff;
  color: var(--saffron);
  border: none;
  border-radius: 100px;
  padding: .65rem 1.5rem;
  font-weight: 600;
  font-size: .85rem;
  width: 100%;
  transition: opacity .2s;
}

.btn-enquiry:hover {
  opacity: .9;
}

.dest-mini {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .55rem 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: background .2s;
}

.dest-mini:last-child {
  border-bottom: none;
}

.dm-img {
  width: 48px;
  height: 48px;
  border-radius: 9px;
  object-fit: cover;
  flex-shrink: 0;
}

.dm-name {
  font-size: .84rem;
  font-weight: 500;
  color: var(--text);
  transition: color .2s;
}

.dm-meta {
  font-size: .7rem;
  color: var(--text-muted);
}

.dm-arrow {
  color: var(--border);
  font-size: .75rem;
  margin-left: auto;
  flex-shrink: 0;
}

.weather-sb {
  background: linear-gradient(135deg, #1A3A6A, #2D5A8A);
  border-radius: 16px;
  padding: 1.3rem;
  margin-bottom: 1.3rem;
}

.wsb-loc {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  margin-bottom: .3rem;
}

.wsb-temp {
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.wsb-desc {
  font-size: .8rem;
  color: rgba(255, 255, 255, .7);
  margin-top: .25rem;
}

.wsb-row {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: .8rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.wsb-item .v {
  font-size: .88rem;
  font-weight: 500;
  color: #fff;
}

.wsb-item .l {
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}

#related {
  background: var(--white);
  padding: 5rem 0;
}

.rel-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  transition: transform .3s, box-shadow .3s;
}

.rel-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .14);
}

.rel-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .6s;
}

.rel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 22, 13, .82) 0%, rgba(10, 22, 13, .2) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
}

.rel-name {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: .15rem;
}

.rel-meta {
  font-size: .7rem;
  color: rgba(255, 255, 255, .65);
}

.rel-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(232, 82, 10, .82);
  color: #fff;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: .24rem .72rem;
  backdrop-filter: blur(4px);
}

.rel-pkgs {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  font-size: .62rem;
  padding: .24rem .72rem;
  border-radius: 100px;
  backdrop-filter: blur(4px);
}

/* Swiper Dots */
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
  transition: all .3s ease;
}

.swiper-pagination-bullet-active {
  background: var(--saffron) !important;
  opacity: 1;
  width: 25px !important;
  border-radius: 5px !important;
}

.relatedSwiper {
  padding-bottom: 40px !important;
}

/* ═════ DESTINATION DETAIL PAGE STYLES ═════ */
#page-hero {
  position: relative;
  overflow: hidden;
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding-top: 90px;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 2px 2px, var(--border) 1px, transparent 0);
  background-size: 32px 32px;
  opacity: 0.4;
}

.hero-mandala {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  opacity: 0.15;
  pointer-events: none;
  animation: rotateSlow 60s linear infinite;
}

@keyframes rotateSlow {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.page-hero-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.1;
}

.page-hero-title em {
  font-style: italic;
  color: var(--saffron);
  -webkit-text-fill-color: var(--saffron);
}

.page-hero-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 600px;
}

.hero-scroll-line {
  width: 60px;
  height: 1px;
  background: var(--saffron);
}

/* ── CONTENT LAYOUT ── */
#content {
  background: var(--white);
  padding: 4rem 0 0rem;
}

/* ── PACKAGE HEADER ── */
.dp-header {
  background: var(--white);
  border-radius: 20px;
  padding: 2.2rem 2.5rem;
  border: 1px solid var(--border);
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.dp-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1.2rem;
}

.dp-badge {
  padding: .35rem .9rem;
  font-size: .68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: 100px;
}

.badge-bestseller {
  background: linear-gradient(135deg, var(--saffron), #FF8C42);
  color: #fff;
  box-shadow: 0 4px 12px rgba(232, 82, 10, 0.2);
}

.badge-category {
  background: var(--off-white);
  color: var(--saffron);
  border: 1px solid var(--border);
}

.dp-title-h1 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: .8rem;
}

.dp-subtitle {
  font-size: .95rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.dp-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--off-white);
}

.pm-chip {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: .45rem 1.1rem;
  font-size: .8rem;
  color: var(--text-mid);
}

.pm-chip i {
  color: var(--saffron);
}

/* ── SECTION CARDS ── */
.sec-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2.22rem 1rem;
  margin-bottom: 1.8rem;
  transition: box-shadow .3s;
}

.sec-card:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
}

.sec-card-title {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}

.fa-star {
  color: #f5a623;
}

.sec-card-title .icon {
  width: 40px;
  height: 40px;
  background: var(--off-white);
  color: var(--gold-lt);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* ── HIGHLIGHTS ── */
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.hl-item {
  display: flex;
  gap: 1rem;
  padding: 1.1rem;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  transition: transform .2s, border-color .2s;
}

.hl-item:hover {
  transform: translateY(-3px);
  border-color: var(--saffron);
}

.hl-icon {
  font-size: 1.4rem;
}

.hl-text strong {
  display: block;
  font-size: .9rem;
  color: var(--text);
  margin-bottom: .2rem;
}

.hl-text {
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ── ITINERARY ── */
.itinerary-day {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.itin-header {
  background: var(--white);
  padding: 1.3rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
}

.day-badge {
  width: 44px;
  height: 44px;
  background: var(--gold-lt);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.itin-day-title {
  font-weight: 600;
  font-size: .98rem;
  color: var(--text);
}

.itin-day-sub {
  font-size: .78rem;
  color: var(--text-muted);
}

.itin-day-sub p {
  margin-bottom: 0px;
}

.itin-arrow {
  margin-left: auto;
  color: var(--saffron);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.itin-header[aria-expanded="true"] .itin-arrow {
  transform: rotate(180deg);
}

.itin-body {
  padding: 1.5rem 1.6rem 2rem 5rem;
  border-top: 1px solid var(--border);
  background: var(--white);
}

.itin-body p {
  font-size: .9rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 0px;
}

.itin-tag {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--off-white);
  color: var(--saffron);
  font-size: .72rem;
  font-weight: 600;
  padding: .3rem .8rem;
  border-radius: 100px;
  margin: .3rem .3rem 0 0;
}

.itin-img {
  margin-top: 1.5rem;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

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

/* ── FIXED DEPARTURES SECTION ── */
.fixed-dept-wrapper {
  background: #ffffff;
  border: 1px solid #eef0f4;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.fixed-dept-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(135deg, #ff6b6b, #f5a623);
}

.fixed-dept-main-header {
  background: transparent;
  color: #1a202c;
  text-align: center;
  padding: 10px 20px 25px;
  border-radius: 0;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  border-bottom: 2px dashed #edf2f7;
}

.fixed-dept-main-header i {
  color: #ff6b6b;
}

.fixed-dept-acc .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 16px;
}

.fixed-dept-acc .accordion-button {
  border-radius: 12px !important;
  font-weight: 600;
  border: 1px solid #eef2f6 !important;
  color: #2d3748;
  background-color: #f8fafc;
  padding: 18px 24px;
  font-size: 1.05rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fixed-dept-acc .accordion-button:hover {
  background-color: #ffffff;
  border-color: #ff6b6b !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(255, 107, 107, 0.08) !important;
}

.fixed-dept-acc .accordion-button:not(.collapsed) {
  background: var(--gold-lt);
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3) !important;
  transform: translateY(-2px);
}

.fixed-dept-acc .accordion-button::after {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.fixed-dept-acc .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  transform: scale(0.8) rotate(-180deg);
}

.fixed-dept-acc .accordion-body {
  padding: 20px 5px 0 5px;
}

.fd-slot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fd-slot-list li {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #edf2f7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  font-weight: 500;
  font-size: 1rem;
  color: #1a202c;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.fd-slot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e2e8f0;
  transition: all 0.25s ease;
}

.fd-slot-list li:hover {
  background: #fffafa;
  border-color: #ffbaba;
  transform: translateX(6px);
  box-shadow: 0 6px 15px rgba(255, 107, 107, 0.1);
}

.fd-slot-list li:hover::before {
  background: #ff6b6b;
}

.fd-slot-list li:last-child {
  margin-bottom: 0;
}

.fd-dates {
  font-weight: 600;
  color: #2d3748;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fd-dates::before {
  content: "\f133";
  font-family: inherit;
  font-weight: 400;
  color: #a0aec0;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.fd-slot-list li:hover .fd-dates::before {
  color: #ff6b6b;
}

.fd-status-wrapper {
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.fd-color-yellow {
  color: #b7791f;
  background: rgba(214, 158, 46, 0.1);
}

.fd-color-orange {
  color: #c05621;
  background: rgba(221, 107, 32, 0.1);
}

.fd-color-green {
  color: #049244;
  background: rgba(0, 180, 81, 0.1);
}

.end-trip-section {
  text-align: center;
  position: relative;
}

.end-trip-section p {
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  color: var(--gold-lt);
  display: inline-block;
  background: #ffffff;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.end-trip-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #f59a05, transparent);
  z-index: 0;
}

/* ── BOOKING CARD ── */
.booking-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  position: sticky;
  top: 100px;
  box-shadow: 0 20px 60px rgba(232, 82, 10, 0.08);
  transition: transform .3s;
}

.bc-top {
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  padding: 1.8rem 2rem;
  color: #fff;
}

.bc-price {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: .4rem;
}

.bc-body {
  padding: 1.8rem 2rem;
}

.bc-field {
  margin-bottom: 1.2rem;
}

.bc-field label {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-muted);
  margin-bottom: .4rem;
  display: block;
}

.bc-field select,
.bc-field input {
  width: 100%;
  padding: .75rem 1rem;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: .9rem;
  color: var(--text);
  outline: none;
  transition: all .2s;
}

.bc-field select:focus,
.bc-field input:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 3px rgba(232, 82, 10, 0.1);
}

.btn-book-main {
  width: 100%;
  padding: 0.55rem 1.3rem;
  ;
  background: var(--gold-lt);
  color: #fff;
  border: none;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  transition: all .3s;
  margin-bottom: .8rem;
  text-decoration: none;
}

.btn-book-main:hover {
  background: #5b7468;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(232, 82, 10, 0.25);
  opacity: 0.95;
}

.btn-enquire {
  width: 100%;
  padding: .9rem;
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--text-mid);
  border-radius: 100px;
  font-weight: 500;
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  transition: all .2s;
}

.btn-enquire:hover {
  border-color: var(--saffron);
  color: var(--saffron);
  background: var(--off-white);
}

.bc-guarantees {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--off-white);
}

.bc-g {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .72rem;
  color: var(--text-muted);
}

.bc-g i {
  color: var(--saffron);
}

/* ── WIDGETS & RESPONSIVE COMPONENTS ── */
.hero-founded-text {
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ffffff;
}

/* ── INCLUSIONS & EXCLUSIONS ── */
.inc-panel {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 100%;
}

.inc-heading {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 1.4rem;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
}

.inc-heading i {
  font-size: 1rem;
}

.inc-heading.included {
  background: linear-gradient(135deg, rgba(232, 82, 10, 0.08), rgba(245, 166, 35, 0.06));
  color: var(--saffron);
  border-bottom: 1px solid rgba(232, 82, 10, 0.15);
}

.inc-heading.excluded {
  background: linear-gradient(135deg, rgba(192, 57, 43, 0.07), rgba(231, 76, 60, 0.05));
  color: #c0392b;
  border-bottom: 1px solid rgba(192, 57, 43, 0.15);
}

.inc-grid-single {
  display: grid;
  grid-template-columns: 1fr;
  padding: .6rem .5rem .8rem;
  gap: .1rem;
}

.inc-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .62rem .9rem;
  border-radius: 10px;
  font-size: .875rem;
  color: var(--text-mid);
  transition: background .2s;
  line-height: 1.45;
}

.inc-item:hover {
  background: var(--off-white);
}

.inc-item i.inc {
  color: var(--saffron);
  font-size: 1.05rem;
  flex-shrink: 0;
  background: rgba(232, 82, 10, 0.1);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inc-item i.exc {
  color: #c0392b;
  font-size: 1.25rem;
  flex-shrink: 0;
  background: rgba(192, 57, 43, 0.08);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── NEED HELP WIDGET ── */
.help-widget {
  background: var(--gold-lt);
  border-radius: 16px;
  padding: 1.8rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}

.help-widget::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
}

.help-icon-lg {
  font-size: 2.2rem;
  margin-bottom: .8rem;
  color: var(--gold-lt);
}

.help-title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: .5rem;
}

.help-text {
  font-size: .85rem;
  color: rgba(255, 255, 255, .7);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.help-contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.help-contact-item:last-child {
  margin-bottom: 0;
}

.help-c-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: background .3s;
}

.help-contact-item:hover .help-c-icon {
  background: var(--saffron);
}

.help-c-label {
  font-size: .7rem;
  color: rgba(255, 255, 255, .6);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .2rem;
}

.help-c-value {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}

.help-c-value.email-value {
  font-family: var(--sans);
  font-size: .95rem;
  font-weight: 500;
}

/* ── STICKY BOTTOM BAR ── */
.sticky-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--border);
  z-index: 1000;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
  .sticky-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.sbb-label {
  font-size: .65rem;
  color: var(--text-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .2rem;
}

.sbb-price {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--saffron);
  line-height: 1;
}

.sbb-price span {
  font-size: .75rem;
  font-family: var(--sans);
  font-weight: 500;
  color: var(--text-muted);
}

.btn-book-sbb {
  background: linear-gradient(135deg, var(--saffron), var(--gold-lt));
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: .85rem 2rem;
  font-weight: 600;
  font-size: .95rem;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(232, 82, 10, .2);
  transition: transform .2s, box-shadow .2s;
}

.btn-book-sbb:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 90, 61, .3);
}

/* ── BACK TO TOP ── */
#btt {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--saffron);
  color: #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(232, 82, 10, 0.25);
  z-index: 999;
}

#btt.show {
  display: flex;
}

/* ── REVEAL ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all .8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.d1 {
  transition-delay: .1s;
}

.d2 {
  transition-delay: .2s;
}

/* ── PRICE BREAKDOWN (Side bar) ── */
.bc-breakdown {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.bc-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .88rem;
  color: var(--text-mid);
}

.bc-line.total {
  margin-top: .5rem;
  padding-top: .8rem;
  border-top: 1px dashed var(--border);
  font-weight: 700;
  color: var(--saffron);
  font-size: 1.1rem;
}

.bc-line .lbl {
  color: var(--text-muted);
}

.bc-line .val {
  font-weight: 500;
}

.bc-line.total .val {
  font-weight: 800;
  font-family: var(--serif);
}

/* ── SHARE ICONS ── */
.share-icons a {
  color: var(--text-muted);
  font-size: 1.1rem;
  transition: color .2s;
}

.share-icons a:hover {
  color: var(--saffron);
}

/* ── GALLERY STRIP ── */
.gallery-strip {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: var(--saffron) transparent;
}

.gallery-strip::-webkit-scrollbar {
  height: 4px;
}

.gallery-strip::-webkit-scrollbar-thumb {
  background: var(--saffron);
  border-radius: 10px;
}

.gstrip-item {
  flex: 0 0 280px;
  height: 190px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gstrip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}

.gstrip-item:hover {
  transform: translateY(-5px);
}

.gstrip-item:hover img {
  transform: scale(1.1);
}

/* ── POLICY ACCORDION ── */
.policy-acc {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.acc-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: all .3s ease;
}

.acc-header {
  padding: 1.1rem 1.4rem;
  background: var(--white);
  font-weight: 600;
  font-size: .92rem;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.acc-arrow {
  font-size: .8rem;
  color: var(--saffron);
  transition: transform .3s;
}

.acc-body {
  padding: 0 1.4rem;
  max-height: 0;
  overflow: hidden;
  background: var(--off-white);
  font-size: .86rem;
  color: var(--text-mid);
  line-height: 1.7;
  transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.acc-item.open {
  border-color: var(--saffron);
  box-shadow: 0 8px 25px rgba(232, 82, 10, 0.05);
}

.acc-item.open .acc-header {
  background: var(--off-white);
  color: var(--saffron);
}

.acc-item.open .acc-arrow {
  transform: rotate(180deg);
}

.acc-item.open .acc-body {
  padding: 1.2rem 1.4rem 1.5rem;
  max-height: 500px;
  border-top: 1px solid var(--border);
}

/* ── FAQ SECTION ── */
.faq-item {
  border-bottom: 1px solid var(--border);
  margin-bottom: .5rem;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-q {
  padding: 1.2rem 0;
  font-weight: 600;
  font-size: .98rem;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: color .2s;
}

.faq-q:hover {
  color: var(--saffron);
}

.faq-arrow {
  font-size: .8rem;
  color: var(--text-muted);
  transition: transform .3s;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  font-size: .88rem;
  color: var(--text-mid);
  line-height: 1.75;
  padding-bottom: 0;
  transition: all .4s ease-out;
}

.faq-item.open .faq-q {
  color: var(--saffron);
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
  color: var(--saffron);
}

.faq-item.open .faq-a {
  max-height: 400px;
  padding-bottom: 1.5rem;
}

/* ──────────────────────────────────────────
   SIDEBAR REFINED STYLES
   ────────────────────────────────────────── *

/* Select Arrow */
.sb-f-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23E8793A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.sb-f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sb-f-divider {
  height: 1px;
  background: var(--border);
  margin: 18px 0;
}

/* ── Travellers Counter ── */
.sb-f-traveller-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.sb-f-traveller-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--off-white);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  transition: border-color 0.2s;
}

.sb-f-traveller-row:focus-within {
  border-color: var(--saffron);
}

.sb-f-traveller-info {
  display: flex;
  flex-direction: column;
}

.sb-f-traveller-info strong {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
}

.sb-f-traveller-info small {
  font-size: 11px;
  color: var(--text-muted);
}

.sb-f-counter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sb-f-counter-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  line-height: 1;
  font-weight: 300;
  padding: 0;
}

.sb-f-counter-btn:hover {
  background: var(--saffron);
  border-color: var(--saffron);
  color: var(--white);
}

.sb-f-counter-val {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  min-width: 16px;
  text-align: center;
}

/* ── Summary & Trust ── */
.sb-f-summary {
  background: var(--off-white);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  border: 1.5px solid var(--border);
}

.sb-f-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.sb-f-summary-row.total {
  font-weight: 500;
  color: var(--text);
  font-size: 13px;
  padding-top: 8px;
  border-top: 1px solid var(--border);
  margin-top: 4px;
}

.sb-f-summary-row.total span:last-child {
  color: var(--saffron);
  font-weight: 600;
}

.sb-f-trust {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}

.sb-f-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--text-muted);
}

.sb-f-trust-item i {
  color: var(--saffron);
  font-size: 12px;
}

/* ── Why Book With Us ── */
.sb-why-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 10px 12px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sb-why-item:hover {
  background: var(--white);
  transform: translateX(4px);
  border-color: var(--saffron);
  box-shadow: 0 4px 15px rgba(232, 121, 58, 0.08);
}

.sb-why-item i {
  width: 34px;
  height: 34px;
  background: rgba(232, 121, 58, 0.08);
  color: var(--saffron);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.sb-why-item:hover i {
  background: var(--saffron);
  color: #fff;
  transform: rotate(10deg);
}

.sb-why-item span {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text-mid);
}

/* ── Destination Slider ── */
.sb-s-slider-wrap {
  height: 246px;
  overflow: hidden;
  position: relative;
  padding-top: .45rem;
  padding-bottom: .45rem;
}

@media (max-width: 767px) {
  .sb-s-slider-wrap {
    height: 216px;
  }
}

.sb-s-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.sb-s-item {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: .68rem 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  flex-shrink: 0;
  transition: background .2s;
  min-height: 82px;
  box-sizing: border-box;
}

.sb-s-img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border);
}

@media (max-width: 767px) {
  .sb-s-item {
    min-height: 72px;
    padding: .6rem 0;
  }

  .sb-s-img {
    width: 52px;
    height: 52px;
  }
}

.sb-s-name {
  font-size: .88rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.25;
  transition: color .2s;
}

.sb-s-meta {
  font-size: .72rem;
  color: var(--text-muted);
  margin-top: 2px;
}

.sb-s-arrow {
  font-size: .85rem;
  color: var(--border);
  transition: all .2s;
}

.sb-s-item:hover .sb-s-arrow {
  transform: translateX(3px);
  color: var(--saffron);
}

.sb-s-item:hover {
  background: var(--off-white);
  border-radius: 8px;
}

.sb-s-item:hover .sb-s-name {
  color: var(--saffron);
}

.sb-s-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}

.sb-s-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--border);
  transition: all .3s;
}

.sb-s-dot.active {
  background: var(--saffron);
  transform: scale(1.4);
}

/* trek essentials */
.btn-download-pdf {
  background: var(--off-white);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.btn-download-pdf:hover {
  background: var(--saffron);
  color: #fff;
  border-color: var(--saffron);
}

.essential-main-tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}

.e-main-tab {
  background: none;
  border: none;
  padding: 12px 20px;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-muted);
  position: relative;
  cursor: pointer;
}

.e-main-tab.active {
  color: var(--saffron);
}

.e-main-tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--saffron);
}

.essential-content-block {
  display: none;
  animation: fadeIn 0.4s ease;
}

.essential-content-block.active {
  display: block;
}

.category-filter-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: none;
}

.category-filter-scroll::-webkit-scrollbar {
  display: none;
}

.cat-btn {
  background: #fff;
  border: 1px solid var(--border);
  padding: 6px 15px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
}

.cat-btn.active {
  background: var(--saffron);
  color: #fff;
  border-color: var(--saffron);
}

/* Table Styling */
.essential-table-wrapper {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 10px;
}

.essential-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.essential-table thead th {
  background: var(--off-white);
  color: var(--text);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1rem;
  padding: 15px;
  border-bottom: 1px solid var(--border);
}

.essential-item-row {
  transition: background 0.2s;
}

.essential-item-row:hover {
  background: rgba(232, 82, 10, 0.02);
}

.essential-table td {
  padding: 16px 15px;
  vertical-align: middle;
  border-bottom: 1px solid var(--border-lt);
  color: var(--text-mid);
  font-size: 0.9rem;
}

.essential-item-row:last-child td {
  border-bottom: none;
}

.table-icon {
  width: 32px;
  height: 32px;
  background: var(--off-white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--saffron);
  font-size: 0.9rem;
  margin-right: 12px;
  flex-shrink: 0;
}

td:nth-child(1) {
  border-right: 0.5px solid #e4e4e4;
  border-bottom: 0.5px solid #e4e4e4;
}

td:nth-child(2) {
  border-bottom: 0.5px solid #e4e4e4;
}

.essential-item-row:hover .table-icon {
  background: var(--saffron);
  color: #fff;
}

.item-cell {
  color: var(--text) !important;
}

.desc-cell {
  line-height: 1.5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* trek nav */
.trek-nav-section {
  background: linear-gradient(90deg, var(--saffron) 0%, var(--gold-lt) 100%);
  padding: 12px 0;
  position: sticky;
  top: 82px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.trek-nav-row {
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 10px;
}

.trek-nav-row::-webkit-scrollbar {
  display: none;
}

.btn-nav-item {
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  padding: 8px 22px;
  border: 1px solid #ffffffa1;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  background: transparent;
}

.btn-nav-item:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #fff;
}

.btn-nav-item.active {
  background: #fff;
  color: var(--saffron);
  border-color: #fff;
}

@media (max-width: 768px) {
  .trek-nav-section {
    padding: 10px 0;
  }

  .btn-nav-item {
    padding: 6px 16px;
    font-size: 13px;
  }
}

/* Eligibility & BMI Calculator Styles */
.fitness-header {
  background: var(--off-white);
  color: var(--saffron);
  padding: 12px 20px;
  border: 1px solid var(--border);
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  border-left: 4px solid var(--saffron);
}

.fitness-body {
  border: 1px solid var(--border);
  border-top: none;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.bmi-card {
  background: var(--light-bg);
  border: 1.5px dashed var(--border);
  transition: all 0.3s ease;
}

.bmi-card:focus-within {
  border-color: var(--saffron);
  background: #fff;
}

.bmi-result-wrapper {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bmi-value-display {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--text);
}

.bmi-status-label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.health-list {
  list-style: none;
  padding: 0;
}

.health-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--text);
}

.health-list li::before {
  content: "\F272";
  font-family: Bootstrap-icons;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--saffron);
  font-weight: bold;
}

.eligibility-list {
  padding-left: 1.2rem;
}

.eligibility-list li {
  margin-bottom: 10px;
  color: var(--text-mid);
}

.status-underweight {
  color: #f39c12;
}

.status-normal {
  color: #27ae60;
}

.status-overweight {
  color: #d35400;
}

.status-obese {
  color: #c0392b;
}

.bg-underweight {
  background: #fef9e7;
  color: #f39c12;
}

.bg-normal {
  background: #eafaf1;
  color: #27ae60;
}

.bg-overweight {
  background: #fdf2e9;
  color: #d35400;
}

.bg-obese {
  background: #fdedec;
  color: #c0392b;
}

/* How to Reach Premium Styles */
.reach-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.reach-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 2rem;
}

.reach-summary-item {
  background: var(--off-white);
  border: 1px solid var(--border);
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s ease;
}

.reach-summary-item:hover {
  transform: translateY(-3px);
  border-color: var(--saffron);
}

.reach-summary-item i {
  font-size: 1.5rem;
  color: var(--saffron);
  background: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.rsi-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.rsi-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}

.reach-map-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .reach-map-container {
    grid-template-columns: 1fr;
  }
}

.map-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.map-img-wrapper {
  height: 200px;
  background: #eee;
  position: relative;
  overflow: hidden;
}

.map-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.map-card:hover .map-img-wrapper img {
  transform: scale(1.05);
}

.map-info {
  padding: 15px;
  background: #fff;
}

.map-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 5px;
}

.transport-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.transport-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 25px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .transport-card {
    flex-direction: column;
    padding: 20px;
  }
}

.transport-card:hover {
  border-color: var(--gold-lt);
  box-shadow: 0 15px 40px rgba(232, 82, 10, 0.08);
}

.transport-icon {
  width: 60px;
  height: 60px;
  background: var(--off-white);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--saffron);
  font-size: 1.6rem;
}

.transport-info {
  flex: 1;
}

.transport-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text);
}

.transport-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.transport-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.transport-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--saffron);
  font-weight: bold;
}

.pro-tip-box {
  background: linear-gradient(135deg, #fff 0%, var(--off-white) 100%);
  border-left: 4px solid var(--gold-lt);
  padding: 20px;
  border-radius: 0 12px 12px 0;
  margin-top: 2rem;
  font-size: 0.95rem;
  color: var(--text-mid);
  font-style: italic;
}