body,
html {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  background: #fff;
  overflow-x: hidden;
}

body.search-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.trek-brand-header,
.trek-card-title,
.offcanvas-title {
  font-family: "Playfair Display", serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.trek-brand-header,
.trek-card-title,
.offcanvas-title {
  font-family: "Playfair Display", serif;
}
/* ==========================================================================
   1. GLOBAL HEADER & NAVBAR LAYOUT
   ========================================================================== */
.explor-global-header {
  /* position: relative; */
  top: 0;
  width: 100%;
  z-index: 1030;
  background: #00203900;
}

.explor-global-header:hover {
  background: #002039;
}
.explor-global-header .navbar {
  background-color: transparent;
  padding: 0;
}
.navbar-toggler-icon {
  filter: brightness(1) contrast(0);
}
.explor-global-header .navbar-container {
  position: relative; /* Anchors absolute dropdown panels */
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Container Media Queries (Replicating Bootstrap .container) */
@media (min-width: 576px) {
  .explor-global-header .navbar-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .explor-global-header .navbar-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .explor-global-header .navbar-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .explor-global-header .navbar-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .explor-global-header .navbar-container {
    max-width: 1320px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

      .side-logo {
        max-width: 100px;
    }
     .isl-nav-btn {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #000;
  }
  .nav-link {
    color: #000;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #ff5a36;
  }
/* 1. Ensure the parent toggle has relative positioning and space for the arrow */
.explor-global-header .dropdown-toggle {
  position: relative !important;
  padding-right: 28px !important; /* Adjust padding so text doesn't overlap the arrow */
}

/* 2. Style the custom SVG arrow */
.explor-global-header .dropdown-toggle::after {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  right: 8px !important; /* Positions it nicely inside the padding area */
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 12px !important;
  height: 12px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: none !important;
  transition: transform 0.25s ease !important;
}

/* 3. Smoothly rotate the arrow when open (Bootstrap uses .show class) */
.explor-global-header .dropdown-toggle.show::after,
.explor-global-header .dropdown-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg) !important;
}

}

@media (max-width: 991px) {
  .explor-global-header .navbar-collapse {
    display: none !important; /* Hides the flat row menu */
  }
  
  .explor-global-header .mobile-controls {
    display: flex !important; /* Forces the hamburger button to show up */
  }
}

/* ==========================================================================
   2. BRAND LOGO & NAV TOGGLER
   ========================================================================== */
.explor-global-header .navbar-brand {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.explor-global-header .navbar-brand img {
  width: 100px;
  border-radius: 16px;
  display: block;
}

.explor-global-header .navbar-toggler {
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  cursor: pointer;
}

.explor-global-header .header-actions {
  margin-left: auto;
}

.explor-global-header .header-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.explor-global-header .header-search-toggle:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.header-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 32, 57, 0.75);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.header-search-panel {
  width: min(720px, 100%);
  margin-top: 1.2rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 32, 57, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.23);
  padding: 1rem 1rem 1.1rem;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.header-search-overlay.is-open .header-search-panel {
  transform: translateY(0);
  opacity: 1;
}

.header-search-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  margin-bottom: 0.75rem;
  border: 0;
  border-radius: 50%;
  background: #f1f5f8;
  color: #0f2232;
  cursor: pointer;
}

.header-search-form {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.35rem 0.35rem 0.35rem 0.8rem;
  border: 1px solid rgba(0, 32, 57, 0.12);
  border-radius: 999px;
  background: #ffffff;
}

.header-search-input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #0f2232;
  font-family: inherit;
}

.header-search-input::placeholder {
  color: #7f8c97;
}

.header-search-submit {
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f5f8b, #0a3c57);
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .explor-global-header .header-actions {
    margin-left: 0;
  }

  .explor-global-header .header-search-toggle {
    width: 36px;
    height: 36px;
  }

  .header-search-panel {
    padding: 0.9rem;
  }
}

/* ==========================================================================
   3. DESKTOP NAVIGATION LINKS & DROPDOWNS
   ========================================================================== */
.explor-global-header .central-links {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 500;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.explor-global-header .central-links .nav-link {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 1.5rem 0;
  display: block;
}

.explor-global-header .central-links .nav-link:hover,
.explor-global-header .central-links .nav-link.active {
  color: #ffffff !important;
}

/* Standard Dropdown Logic */
.explor-global-header .dropdown-wrapper {
  position: relative;
}

.explor-global-header .custom-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: var(--dark-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 230px;
  padding: 0.5rem 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-fast);
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.explor-global-header .dropdown-wrapper:hover .custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.explor-global-header .custom-dropdown a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  transition: var(--transition-fast);
}

.explor-global-header .custom-dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #000000;
}

/* ==========================================================================
   4. DESKTOP MEGA MENU PANEL
   ========================================================================== */
.explor-global-header .mega-dropdown-wrapper {
  position: initial;
}

.explor-global-header .mega-menu-panel {
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  background-color: var(--light-bg);
  padding: 2.5rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.25s ease-in-out;
}

.explor-global-header .mega-dropdown-wrapper:hover .mega-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.explor-global-header .mega-menu-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  align-items: start;
  gap: 1.5rem;
}

.explor-global-header .mega-menu-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--dark-bg);
  margin: 0;
}

.explor-global-header .mega-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.explor-global-header .mega-menu-links a {
  color: #555555;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.explor-global-header .mega-menu-links a:hover {
  color: #000000;
}

.explor-global-header .mega-menu-links .view-all {
  margin-top: 0.5rem;
}

.explor-global-header .mega-menu-links .view-all a {
  color: var(--primary-color);
  font-weight: 600;
}

.explor-global-header .mega-menu-links .view-all a:hover {
  text-decoration: underline;
}

.explor-global-header .mega-menu-image {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.explor-global-header .mega-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.explor-global-header .dynamic-mega-target {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

.explor-global-header .dynamic-mega-target.image-faded {
  opacity: 0.3;
}

/* ==========================================================================
   5. DESKTOP CTA & LANGUAGE SELECTOR
   ========================================================================== */
.explor-global-header .desktop-cta {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.explor-global-header .lang-selector-dropdown {
  position: relative;
  display: inline-block;
}

/* Stripped-back Trigger Button */
.explor-global-header .lang-trigger-btn {
  background: transparent;
  border: none;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em; /* Wide editorial letter-spacing */
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Elegant, razor-thin vertical line replacing the generic chevron arrow */
.explor-global-header .lang-trigger-btn::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: 0.4rem;
  transition:
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    background-color 0.3s;
}

/* Hover effect on trigger */
.explor-global-header .lang-trigger-btn:hover {
  color: #ffffff;
}

.explor-global-header .lang-trigger-btn:hover::after {
  background-color: #ff5a36; /* Changes to your brand color on hover */
  transform: scaleY(1.5); /* Elongates subtly instead of rotating */
}

/* Flag: Square, tiny, and intentionally raw (like a print magazine layout) */
.explor-global-header .lang-flag {
  width: 14px;
  height: 14px;
  object-fit: cover;
  border-radius: 0px; /* Sharp corners for an intentional, structured look */
  filter: grayscale(0%); /* Keeps it monochromatic until hovered */
  opacity: 0.7;
  transition: all 0.3s ease;
}

.explor-global-header .lang-trigger-btn:hover .lang-flag {
  filter: grayscale(0%);
  opacity: 1;
}

/* Monolithic, Stark Dropdown Menu */
.explor-global-header .lang-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff; /* Pure black wrapper */
  border-top: 2px solid #383838; /* Heavy top accent border */
  min-width: 150px;
  padding: 0;
  margin: 0;
  list-style: none !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    visibility 0.3s;
  z-index: 1050;
}

/* Safe bridge zone */
.explor-global-header .lang-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.explor-global-header .lang-selector-dropdown:hover .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Stark Dropdown Rows */
.explor-global-header .lang-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.25s ease;
}

/* Typography Shift Hover */
.explor-global-header .lang-option:hover {
  color: #000000;
}

.explor-global-header .lang-option:hover .lang-flag {
  filter: grayscale(0%);
  opacity: 1;
}

/* Active State: Minimalist dot indicator instead of blocks or colors */
.explor-global-header .lang-option.active {
  color: #000000;
  font-weight: 700;
  position: relative;
}

/* ==========================================================================
   6. BOOKING CTA REUSABLE BUTTON
   ========================================================================== */
.explor-btn-book {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border: 1px solid rgb(248 119 2 / 40%);
  color: #ffffff;
  background: #f87702;
  font-size: 1rem;
  padding: 0.65rem 1.6rem;
  border-radius: 50px;
  letter-spacing: 0.12em;
  font-weight: 500;
  transition:
    var(--transition-smooth),
    border-color 0.3s ease,
    color 0.3s ease;
}

.explor-btn-book:hover {
  background-color: #002039;
  color: #fff !important;
  border-color: #002039;
}

/* ==========================================================================
   7. MOBILE OFFCANVAS DRAWER MENU
   ========================================================================== */
.explor-global-header .offcanvas {
  max-width: 300px;
  background-color: #fff !important;
  color: #000;
}

.explor-global-header .offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(108, 117, 125, 0.2);
  background-color: #002039;
}

.explor-global-header .offcanvas-title {
  font-weight: 700;
}

.explor-global-header .btn-close {
  filter: invert(1) grayscale(1) brightness(2);
  box-shadow: none;
  /* color:#000; */
  /* background: transparent; */
  border: 0;
  cursor: pointer;
}

.explor-global-header .offcanvas-body {
  /* padding: 1.5rem; */
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.explor-global-header .mobile-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  gap: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 1.25rem;
}

.explor-global-header .nav-item-heading {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 0.25rem;
}

.explor-global-header .mobile-links .nav-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  display: block;
  padding: 0.4rem 0;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.explor-global-header .mobile-links .nav-link.active,
.explor-global-header .mobile-links .nav-link:hover {
  color: #ffffff;
}

.explor-global-header .mobile-links .sub-link {
  padding-left: 0.75rem;
}

.explor-global-header .mobile-links .sub-link .nav-link {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Mobile CTA Wrappers */
.explor-global-header .mobile-cta {
  margin-top: auto;
  padding-top: 1.5rem;
}

.explor-global-header .mobile-lang-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.explor-global-header .mobile-lang-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.explor-global-header .mobile-lang-row .lang-trigger-btn {
  color: #ffffff;
}

.explor-global-header .mobile-cta .explor-btn-book {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Banner Slider Base Setup */
/* --- CUSTOM HERO SLIDER STYLES --- */
.isl-hero-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}

.isl-swiper-container {
  width: 100%;
  height: 100%;
}

.isl-slide-item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark Overlay to replicate the image dimming and text readability */
.isl-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.isl-slide-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  max-width: 850px;
  padding: 0 20px;
}

/* Typography styling based on the image */
.isl-sub-title {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.8s ease;
}

.isl-main-title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  /* font-style: italic; */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 35px;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s ease 0.2s;
}

/* Buttons Group styling */
.isl-btn-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease 0.4s;
}

.isl-btn {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 15px 35px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.isl-btn-primary {
  background-color: #ffffff;
  color: #212529;
  border: 2px solid #ffffff;
}

.isl-btn-primary:hover {
  background-color: transparent;
  color: #ffffff;
}

.isl-btn-secondary {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
}

.isl-btn-secondary:hover {
  background-color: #ffffff;
  color: #212529;
  border-color: #ffffff;
}

/* --- SWIPER ACTIVE ANIMATION TRIGGER --- */
.swiper-slide-active .isl-sub-title {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide-active .isl-main-title {
  opacity: 1;
  transform: scale(1);
}

.swiper-slide-active .isl-btn-group {
  opacity: 1;
  transform: translateY(0);
}

/* --- BANNER NAVIGATION CONTROLS (right side) --- */
.isl-nav-container {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 14px;
}



.isl-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease,
    color 0.3s ease;
}

.isl-nav-btn:hover {
  background: #f87702;
  border-color: #f87702;
  color: #ffffff;
  transform: scale(1.06);
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 991.98px) {
  .isl-main-title {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  .isl-main-title {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .isl-sub-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .isl-btn {
    padding: 12px 25px;
    font-size: 11px;
  }
  .isl-btn-group {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .isl-nav-container {
    right: 16px;
    gap: 10px;
  }

  .isl-nav-btn {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #000;
  }
  .nav-link {
    color: #000;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #ff5a36;
  }
  .side-logo {
    max-width: 100px;
  }
  .list-unstyled li a {
    font-size: 14px;
  }
}



/* Your content, buttons, and clouds will naturally scroll up out of the box */
.isl-slide-content {
    position: relative;
    z-index: 5;
}

.isl-hero-cloud {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    transform: none;
    z-index: 10;
    pointer-events: none;
}


.swiper-slide.isl-slide-item {
    position: relative;
    width: 100%;
    height: 100%;
    
    /* Center the horizontal plane, but lock the vertical top line */
    background-position: center top; 
    background-repeat: no-repeat;
    
    /* 
       THE CURE: We force the background image to scale larger than the container container bounds (105%).
       This creates a hidden top safety margin. When your layout shrinks or scrolls down, 
       there is extra image data hidden above the frame to prevent the grey line from showing.
    */
    background-size: cover; 
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Hardware acceleration layer to stabilize animations */
    will-change: transform, background-size;
}

/* Ensure the foreground content scales naturally with the base theme engine */
.isl-slide-content {
    position: relative;
    z-index: 5;
}

.isl-hero-cloud {
    position: absolute;
    bottom: -2px; /* Slight bleed down to prevent a hairline seam at the bottom cloud edge */
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

/* ==========================================================================
   RESPONSIVE ASPECT RATIO SAFETY NET
   ========================================================================== */
@media (max-width: 991.98px) {
    .swiper-slide.isl-slide-item {
        /* On smaller mobile screens, cover ensures full layout safety */
        background-size: cover; 
    }
}


/* ==========================================================================
   ABOUT US SECTION
   ========================================================================== */

.exp-abt-section .abt-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* Asymmetric Image Adjustments & Layout Grids */
.exp-abt-section .exp-abt-img-col-left,
.exp-abt-section .exp-abt-img-col-right {
  position: relative;
  width: 100%;
}

.exp-abt-section .exp-abt-content-col {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .exp-abt-section .exp-abt-img-col-left {
    width: 25%;
    order: 1;
  }
  .exp-abt-section .exp-abt-content-col {
    width: 50%;
    order: 2;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 2rem;
  }
  .exp-abt-section .exp-abt-img-col-right {
    width: 25%;
    order: 3;
  }
}

.exp-abt-section .exp-abt-title {
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.exp-abt-section .exp-abt-content-col p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: #555555;
}

.exp-abt-section .exp-abt-btn {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 2rem;
  /* border: 1px solid #000; */
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.exp-abt-section .exp-abt-btn:hover {
  background-color: #000;
  color: #fff;
}

/* Image Wraps & Shadows Handling */
.exp-abt-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.exp-abt-section .exp-abt-img-tall,
.exp-abt-section .exp-abt-img-overlap-high,
.exp-abt-section .exp-abt-img-square {
  border-radius: 4px;
  overflow: hidden;
}

.exp-abt-section .exp-abt-img-tall {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.exp-abt-section .exp-abt-img-overlap-high {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
}

.exp-abt-section .exp-abt-img-square {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (min-width: 768px) {
  .exp-abt-section .exp-abt-img-wrap-right {
    position: relative;
  }
  /* Creates intentional asymmetrical offset overlays on desktop views */
  .exp-abt-section .exp-abt-img-overlap-high {
    transform: translateY(-20px);
  }
}

/* ==========================================================================
   GLANCE / STATS SECTION
   ========================================================================== */
.resort-glance-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.resort-glance-section .glance-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.resort-glance-section .resort-glance-line {
  display: inline-block;
  height: 1px;
  width: 40px;
  background-color: #dee2e6;
}

.resort-glance-section .resort-glance-sub {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.875rem;
  font-weight: 600;
}

/* Border Wrap Flex Grid Layout replacing row g-0 */
.resort-glance-section .glance-grid {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #dedede;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.resort-glance-section .resort-glance-col {
  width: 50%; /* Default mobile behavior: 2 items per row */
}

@media (min-width: 768px) {
  .resort-glance-section .resort-glance-col {
    width: 25%; /* Desktop behavior: 4 items inline */
  }
}

.resort-glance-section .glance-item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .resort-glance-section .glance-item-box {
    margin-bottom: 0;
    flex-direction: column;
  }
}

/* ==========================================
   Header & Core Navbar Layout
   ========================================== */
.explor-global-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.explor-global-header .navbar {
  background-color: transparent;
  padding: 0;
}

.explor-global-header .navbar-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ==========================================
   Desktop Menu & Hover Dropdowns
   ========================================== */
.explor-global-header .central-links {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 2rem; /* Comfortable spacing restored now that menu is compact */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  font-weight: 500;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.explor-global-header .central-links .nav-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.15s ease-in-out;
  padding: 1.5rem 0;
  display: block;
}

.explor-global-header .central-links .nav-link:hover,
.explor-global-header .central-links .nav-link.active {
  color: #fff;
}

/* Dropdown Container Logic */
.explor-global-header .dropdown-wrapper {
  position: relative;
}

.explor-global-header .dropdown-toggle::after {
  content: "" !important; /* Clears out the font character code entirely */
  position: absolute !important;
  right: 25px !important;
  top: 50% !important;
  transform: translateY(-50%) !important; /* Centers it perfectly */
  display: none;
  /* Image Specs */
  width: 14px !important;
  height: 14px !important;
  /* Clean inline SVG chevron arrow matching your image design */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='%230b1528'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: none !important;
  transition: transform 0.25s ease !important; /* Smooth arrow flip animation */
}

.explor-global-header .custom-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 0.5rem 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Show Dropdown on Hover */
.explor-global-header .dropdown-wrapper:hover .custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.explor-global-header .custom-dropdown a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  transition: all 0.15s ease;
}

.explor-global-header .custom-dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #000000;
}

/* ==========================================
   Mobile Offcanvas Clean Layout
   ========================================== */
.explor-global-header .offcanvas {
  background-color: #000000;
  color: #ffffff;
}

.explor-global-header .offcanvas-body {
  /* padding: 1.5rem; */
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.explor-global-header .mobile-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

/* Section titles within the mobile tray drawer */
.explor-global-header .nav-item-heading {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 0.25rem;
}

.explor-global-header .mobile-links .nav-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  display: block;
  padding: 0.4rem 0;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.explor-global-header .mobile-links .sub-link {
  padding-left: 0.75rem; /* Clear indent showing hierarchy on mobile */
}
/* ==========================================
   Desktop Mega Menu Positioning
   ========================================== */
/* ==========================================
   Mega Menu - Container & Layout Setup
   ========================================== */
.explor-global-header .navbar-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

  /* Anchors the absolute dropdown panel to the container width */
  position: relative;
}

.explor-global-header .mega-dropdown-wrapper {
  /* Disables regular list item absolute constraints */
  position: initial;
}

/* ==========================================
   Mega Menu Floating Panel Card
   ========================================== */
.explor-global-header .mega-menu-panel {
  position: absolute;
  top: 100%;
  left: 15px; /* Aligns with container left padding */
  right: 15px; /* Aligns with container right padding */
  width: calc(100% - 30px); /* Snaps width cleanly between container margins */
  background-color: #f7f5f0; /* Soft off-white */
  padding: 2.5rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

  /* Animation and Visibility Hidden State */
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.25s ease-in-out;
}

/* Hover State Trigger */
.explor-global-header .mega-dropdown-wrapper:hover .mega-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* ==========================================
   Desktop Right CTA Container Layout Alignment
   ========================================== */
.explor-global-header .desktop-cta {
  display: flex;
  align-items: center;
  gap: 1.5rem; /* Space between language control and book button */
}

/* ==========================================
   Language Selector Component Dropdown
   ========================================== */
.explor-global-header .lang-selector-dropdown {
  position: relative;
  display: inline-block;
}

.explor-global-header .lang-trigger-btn {
  background: transparent;
  border: none;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}

.explor-global-header .lang-trigger-btn::after {
  /* content: '▾'; */
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
}

.explor-global-header .lang-trigger-btn:hover {
  color: #ffffff;
}

/* Base Flag Layout Configurations (Using high fidelity clean SVGs) */
.explor-global-header .lang-flag {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 10px; /* Smooth round flag style matching premium layouts */
  display: block;
}

/* ==========================================
   Language Dropdown List Panel Panel
   ========================================== */

/* Reveal language selection items list cleanly on hover */
.explor-global-header .lang-selector-dropdown:hover .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.explor-global-header .lang-option.active {
  color: #ff5a36; /* Your brand primary accent color highlight indication */
  font-weight: 600;
}

/* ==========================================
   Mobile UI Drawer Spacing Overrides
   ========================================== */
.explor-global-header .mobile-lang-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.explor-global-header .mobile-lang-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.explor-global-header .mobile-lang-row .lang-trigger-btn {
  color: #ffffff;
}
/* ==========================================
   Interior Asymmetric Grid columns
   ========================================== */
.explor-global-header .mega-menu-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr; /* 3 unequal columns matching design layout */
  align-items: start;
  gap: 1.5rem;
}

/* Column 1: Component Title */
.explor-global-header .mega-menu-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111111;
  margin: 0;
}

/* Column 2: Region Links Menu */
.explor-global-header .mega-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.explor-global-header .mega-menu-links a {
  color: #555555;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.explor-global-header .mega-menu-links a:hover {
  color: #000000;
}

/* Orange Custom Accent Link Style */
.explor-global-header .mega-menu-links .view-all {
  margin-top: 0.5rem;
}

.explor-global-header .mega-menu-links .view-all a {
  color: #ff5a36;
  font-weight: 600;
}

.explor-global-header .mega-menu-links .view-all a:hover {
  text-decoration: underline;
}

/* Column 3: The Interactive Preview Window */
.explor-global-header .mega-menu-image {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.explor-global-header .mega-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================
   Image Fade Animation States (JavaScript Hooks)
   ========================================== */
.explor-global-header .dynamic-mega-target {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

.explor-global-header .dynamic-mega-target.image-faded {
  opacity: 0.3;
}
.explor-global-header .mobile-links .sub-link .nav-link {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
}

.explor-global-header .mobile-links .nav-link.active,
.explor-global-header .mobile-links .nav-link:hover {
  color: #fff;
}

.explor-global-header .mobile-cta {
  margin-top: auto;
  padding-top: 1.5rem;
}

/* Core Panel Architecture */
.trek-nav-panel,
.dest-nav-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.trek-nav-panel {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.mega-dropdown-wrapper:hover .trek-nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.trek-nav-grid {
  display: grid;
  grid-template-columns: 0.5fr 1.65fr;
  height: 100%;
  background-color: #f6f4ee;
}
.trek-nav-grid .dest-nav-grid .dest-card-content{
  position: absolute;
  bottom:0;
}
.trek-nav-grid .dest-nav-grid .dest-card-content .dest-card-title
 {
        font-size: 1rem;
 }

.trek-nav-selection {
  display: flex;
  flex-direction: column;
  padding: 28px 24px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
  background-color: #f6f4ee;
}

.trek-brand-header {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.trek-list-scroll,
.tm-comment,
.pkg-review-text {
  scrollbar-width: thin;
  scrollbar-color: rgba(214, 113, 18, 0.45) transparent;
}

.trek-list-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.trek-list-scroll::-webkit-scrollbar,
.tm-comment::-webkit-scrollbar,
.pkg-review-text::-webkit-scrollbar {
  width: 5px;
}

.trek-list-scroll::-webkit-scrollbar-track,
.tm-comment::-webkit-scrollbar-track,
.pkg-review-text::-webkit-scrollbar-track {
  background: transparent;
  margin: 6px 0;
}

.trek-list-scroll::-webkit-scrollbar-thumb,
.tm-comment::-webkit-scrollbar-thumb,
.pkg-review-text::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 26, 0.16);
  border-radius: 999px;
  transition: background 0.2s ease;
}

.trek-list-scroll::-webkit-scrollbar-thumb:hover,
.tm-comment::-webkit-scrollbar-thumb:hover,
.pkg-review-text::-webkit-scrollbar-thumb:hover {
  background: rgba(214, 113, 18, 0.65);
}

.trek-list-scroll::-webkit-scrollbar-button,
.tm-comment::-webkit-scrollbar-button,
.pkg-review-text::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

.trek-destination-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trek-destination-list li {
  margin-bottom: 2px;
}

.trek-destination-item {
  display: block;
  padding: 10px 12px;
  color: #3a3a3a;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 4px;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Active Highlight Box Design Matching Image State */
.trek-destination-item:hover,
.trek-destination-item.trek-item-active {
  background-color: #ebe7dc;
  color: #000;
}

/* .trek-destination-item::before {
    content: '>';
    font-weight: 700;
    opacity: 0;
    margin-right: -6px;
    transition: all 0.2s ease;
} */

.trek-destination-item:hover::before,
.trek-destination-item.trek-item-active::before {
  opacity: 1;
  margin-right: 8px;
}

/* Bottom Actions Separator */
.trek-global-link {
  flex-shrink: 0;
  margin-top: 12px;
  padding-top: 12px;
  padding-left: 12px;
  /* border-top: 1px solid rgba(0, 0, 0, 0.06); */
}

.trek-global-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  /* min-width: 220px; */
  color: #d67112;
  background: rgba(245, 144, 43, 0.12);
  border: 1px solid rgba(233, 114, 17, 0.291);
  border-radius: 999px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
  backdrop-filter: blur(8px);
  position: relative;
}

.trek-global-link a::after {
  content: "\2192";
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 16px;
  transition: transform 0.25s ease;
}

.trek-global-link a:hover::after {
  transform: translateX(3px);
}

.trek-global-link a:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
}

/* Right Side Image Viewport Layout */
.trek-nav-showcase {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #000;
  height: 100%;
  min-height: 0;
}

.trek-image-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.trek-dynamic-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 0.3s ease,
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Floating Component Card Context styling */
.trek-floating-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 320px;
  background: rgba(0, 0, 0, 0.315);
  backdrop-filter: blur(10px);
  padding: 22px;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.trek-card-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #cacaca;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.trek-card-title {
  font-size: 1rem;
  margin: 6px 0;
  font-weight: 800;
  color: #e0e0e0;
  line-height: 1.35;
}

.trek-card-specs {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 14px;
}

.trek-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
  backdrop-filter: blur(10px);
}

.trek-card-action:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   DESTINATIONS MEGA MENU — Image Card Grid
   ========================================================================== */
.dest-nav-panel {
  background-color: #f6f4ee;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.mega-dropdown-wrapper:hover .dest-nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.trek-nav-grid .dest-nav-grid{
  gap: 20px;
  padding: 22px;
}
.dest-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 12px;
  height: 100%;
}

/* ==========================================================================
   MEGA MENU RIGHT SIDE CENTERED LINK ALIGNMENT
   ========================================================================== */

/* 1. Target the unnamed parent wrapper div on the right side */
.trek-nav-grid > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures even structural separation */
    height: 100%; /* Spans the full height match of the left navigation lists */
}

/* 2. Style the Link block to handle full horizontal centering wrapper logic */
.trek-global-link {
    width: 100%;
    display: flex;
    justify-content: center; /* Horizontally centers the button anchor container */
    align-items: center;
    padding-bottom:20px ; /* Creates clean proportional white breathing room below the grids */
    margin-top: auto; /* Forces the block down to the true bottom axis */
}

/* 3. Modern, clean minimal styling link rules (Customize colors as needed) */
.trek-global-link a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #ffffff; /* Adjust to match your top navigation header font color theme */
    background-color: #ff6b00; /* Example primary brand button color background matching your layout theme */
    padding: 10px 15px;
    /* border-radius: 4px; */
    transition: all 0.3s ease-in-out;
}

/* Elegant button micro-interaction glow trigger */
.trek-global-link a:hover {
    background-color: #e05e00;
    transform: translateY(-2px);
}

.dest-nav-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.dest-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}

.dest-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  transition: background 0.35s ease;
}

.dest-nav-card:hover .dest-card-bg {
  transform: scale(1.08);
}

.dest-nav-card:hover .dest-card-overlay {
  background: rgba(0, 0, 0, 0.32);
}

.dest-card-content {
  position: relative;
  z-index: 1;
  padding: 24px 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.dest-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

/* About */
/* Container Canvas Base Settings */
.exp-abt-section {
  background-color: #fff; /* Warm off-white canvas backdrop matched from image_7004e8.jpg */
  padding: 70px 0;
  /* overflow: hidden; */
}

/* Typography Elements */
.exp-abt-title {
  font-family: "Playfair Display", serif;
  color: #1a1a1a;
  font-size: 2.35rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.8rem;
}

.exp-abt-content-col p {
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.75;
  font-weight: 300;
  padding: 10px 40px;
  padding-right: 0;
}

/* Terra Cotta CTA Button Look */
.exp-abt-btn {
  background-color: #d3735e; /* Exact tone-match from image_7004e8.jpg */
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.75rem 2.2rem;
  border-radius: 50px;
  letter-spacing: 0.08em;
  border: 1px solid transparent;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}

.exp-abt-btn:hover {
  background-color: #be5f4b;
  transform: translateY(-1px);
}

/* Common Image Properties */
.exp-abt-img-tall,
.exp-abt-img-overlap-low,
.exp-abt-img-overlap-high,
.exp-abt-img-square {
  /* overflow: hidden; */
  background-color: #e5e5e5;
}

.exp-abt-img-tall img,
.exp-abt-img-overlap-low img,
.exp-abt-img-overlap-high img,
.exp-abt-img-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.explor-global-header .dynamic-mega-target {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

/* This temporary utility is activated by JavaScript when changing pictures */
.explor-global-header .dynamic-mega-target.image-faded {
  opacity: 0.3;
}

/* ==========================================================================
   Left Side Staggered Layout Architecture
   ========================================================================== */
.exp-abt-img-wrap-left {
  position: relative;
  height: 485px;
  max-width: 400px;
  margin-right: auto;
}

.exp-abt-img-tall {
  /* width: 350px;
    height: 500px; */
  position: absolute;
  top: 0;
  left: 0;
}

.exp-abt-img-overlap-low {
  width: 300px;
  height: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/* ==========================================================================
   Right Side Staggered Layout Architecture
   ========================================================================== */
.exp-abt-img-wrap-right {
  position: relative;
  height: 380px;
  max-width: 320px;
  margin-left: auto;
}

.exp-abt-img-overlap-high {
  width: 160px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
}

.exp-abt-img-square {
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */
@media (max-width: 767.98px) {
  .exp-abt-section {
    padding: 60px 0;
  }

  .exp-abt-title {
    font-size: 1.85rem;
  }

  .exp-abt-img-wrap-left,
  .exp-abt-img-wrap-right {
    margin: 0 auto;
    height: 280px;
    max-width: 290px;
  }

  /* Left Group Shrink for Mobile viewports */
  .exp-abt-img-tall {
    width: 150px;
    height: 220px;
  }
  .exp-abt-img-overlap-low {
    width: 130px;
    height: 140px;
  }

  /* Right Group Shrink for Mobile viewports */
  .exp-abt-img-overlap-high {
    width: 120px;
    height: 150px;
  }
  .exp-abt-img-square {
    width: 170px;
    height: 170px;
  }
  .explor-global-header .dropdown-toggle::after {
    display: block;
  }
}

/* Counter */

/* ==========================================================================
   Glance Counter Section Light Theme Styles
   ========================================================================== */
.resort-glance-section {
  background: linear-gradient(
    360deg,
    rgb(0 32 57 / 10%) 20%,
    rgb(255 255 255) 68%
  ); /* Clean, minimal light backdrop matching your About layout */
  font-family: "Playfair Display", sans-serif;
  color: #1a1a1a;
  padding: 0px 0 70px;
}

/* Thin horizontal line accents flanking the subtitle */
.resort-glance-line {
  display: inline-block;
  width: 40px;
  margin-bottom: 30px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.resort-glance-sub {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}

.resort-glance-heading {
  font-family: "Playfair Display", sans-serif;
  font-size: calc(1.3rem + 1vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #111111;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* Asymmetric Columns Separators matching image_7a056d.png */
.resort-glance-col {
  position: relative;
  padding: 1.5rem 0;
}

/* Vertical grid dividers for desktop screens */
@media (min-width: 768px) {
  .resort-glance-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.08);
  }
}

/* Massive background-style elegant counter digits */
.resort-glance-num {
  font-family: "Playfair Display", sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  color: rgb(248 119 2 / 100%);
  letter-spacing: -0.04em;
  transition: color 0.4s ease;
}

/* Highlight active item colors on hover */
/* .resort-glance-col:hover .resort-glance-num {
    color: rgba(211, 115, 94, 0.35);
} */

.resort-glance-lbl {
  font-size: 16px;
  width: 80px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #444444;
  margin-left: 0px; /* Pulls the label slightly over the huge light digit */
  z-index: 2;
}

/* Mobile responsive fixes */
@media (max-width: 767.98px) {
  .resort-glance-col:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .resort-glance-col:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
  .resort-glance-lbl {
    margin-left: 0px;
    font-size: 13px;
    width: auto;
  }
  .resort-glance-num {
    font-size: 70px;
  }
}

/* Activities */

/* ==========================================================================
   GLOBAL SETUP
   ========================================================================== */
.adv-facilities-section {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
.adv-z-index {
  z-index: 5;
}

/* ==========================================================================
   DESKTOP LAYOUT (Min-width: 992px)
   ========================================================================== */
@media (min-width: 992px) {
  .adv-facilities-section {
    height: 100vh;
    min-height: 600px;
  }
  .adv-desktop-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition:
      background-image 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 1.2s ease;
    transform: scale(1);
    z-index: 1;
  }
  .adv-facilities-section:hover .adv-desktop-bg-layer {
    transform: scale(1.02);
  }
  .adv-desktop-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.65) 100%
    );
    z-index: 2;
  }
  .adv-desktop-master-title-wrapper {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
  }
  .adv-desktop-master-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.5rem, 8.5vw, 8rem);
    color: #ffffff;
    letter-spacing: 6px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
  }
  #advDesktopMasterTitle {
    display: inline-block;
    transition:
      opacity 0.22s ease,
      transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  #advDesktopMasterTitle.is-switching {
    opacity: 0;
    transform: translateY(15px) scale(0.97);
  }
  .adv-facilities-section .row {
    flex-wrap: nowrap;
    height: 100%;
  }
  .adv-facility-col {
    position: relative;
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 25px;
    transition: background-color 0.4s ease;
  }
  .adv-facility-col:hover {
    background-color: rgba(255, 255, 255, 0.04);
  }
  .adv-col-border-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    z-index: 3;
  }
  .adv-facility-col:first-of-type .adv-col-border-line {
    display: none;
  }
}

/* Global Grid Labels Components */
.adv-content-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4;
}
.adv-item-label {
  position: absolute;
  bottom: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(0.85rem, 2vw, 2.05rem);
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .adv-facility-col:hover .adv-item-label {
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
  }
}

/* ==========================================================================
   MOBILE SPECIFIC SCROLL LAYOUT & STRICT OBSERVER STATE (Max-width: 991.98px)
   ========================================================================== */
@media (max-width: 991.98px) {
  .adv-facilities-section {
    height: auto;
  }
  .adv-facility-col {
    position: relative;
    height: 30vh;
    min-height: 420px;
    background-image: var(--mobile-bg);
    background-size: cover;
    background-position: center;
    padding: 30px 20px;
    overflow: hidden;
  }
  .adv-mobile-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
    transition: background-color 0.4s ease;
    z-index: 2;
  }
  .adv-col-border-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 3;
  }
  .adv-facility-col:first-of-type .adv-col-border-line {
    display: none;
  }

  /* Mobile Title styles - Initial Hidden state */
  .adv-mobile-scrolled-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(3rem, 6.5vw, 3.5rem);
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: auto 0;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition:
      opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* STRICT SINGLE-ACTIVE CLASS STATE */
  .adv-facility-col.adv-mobile-active .adv-mobile-scrolled-title {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .adv-facility-col.adv-mobile-active .adv-mobile-card-overlay {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/* ==========================================================================
   DESKTOP THUMBNAIL STYLES (Added Layout Components)
   ========================================================================== */
@media (min-width: 992px) {
  /* Push label a bit down to make space for the image card */
  .adv-item-label {
    bottom: 40px;
  }

  /* Thumbnail Card Container */
  .adv-thumb-wrapper {
    width: 75%;
    max-width: 220px;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0) scale(1);
    transition:
      transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
      box-shadow 0.5s ease;
    margin-bottom: 40px; /* Positions it nicely above the text label */
  }

  .adv-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  /* Hover effects triggered from column wrapper */
  .adv-facility-col:hover .adv-thumb-wrapper {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.3);
  }

  .adv-facility-col:hover .adv-thumb-img {
    transform: scale(1.08);
  }
} /* ==========================================================================
   DESKTOP THUMBNAIL STYLES (Refined for exact positioning & size)
   ========================================================================== */
@media (min-width: 992px) {
  /* Main column flex alignment to keep elements pinned safely at the bottom */
  .adv-facility-col {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Keeps items anchored to the bottom */
    align-items: center;
    padding: 60px 25px; /* Comfortable bottom padding */
  }

  /* Content box acts as the structural anchor for thumb + label */
  .adv-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto; /* Shrinks container down to fit content naturally */
    width: 100%;
  }

  /* Smaller, compact thumbnail container placed right above the title */
  .adv-thumb-wrapper {
    width: 120px; /* Reduced width for a cleaner look */
    height: 120px; /* Explicit height to match a fine portrait ratio */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transform: translateY(0) scale(1);
    transition:
      transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
      box-shadow 0.5s ease;
    margin-bottom: 25px; /* Perfect tight gap directly above the text title */
    cursor: pointer;
  }

  .adv-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  /* Clean text label styling under the card */
  .adv-item-label {
    position: relative; /* Changed from absolute to flow naturally below the thumb */
    bottom: auto;
    font-family: "Playfair Display", serif;
    font-size: clamp(0.9rem, 1.5vw, 1.3rem); /* Fine-tuned scaling */
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  /* ==========================================================================
       STRICT INTERACTIVE HOVER STATES
       ========================================================================== */
  .adv-facilities-section :has(.adv-element-hovered) .adv-desktop-bg-layer {
    transform: scale(1.02);
  }

  /* Actions apply only when hovering the precise element hooks */
  .adv-facility-col.adv-element-hovered .adv-thumb-wrapper {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.35);
  }

  .adv-facility-col.adv-element-hovered .adv-thumb-img {
    transform: scale(1.08);
  }

  .adv-facility-col.adv-element-hovered .adv-item-label {
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
}

/* Regions */

/* ==========================================================================
   GLOBAL STRUCTURE & SECTION TYPOGRAPHY
   ========================================================================== */
.vibes-discover-section {
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
}

.vib-badge-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #55b659;
}

.vib-display-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #012b55;
  letter-spacing: -0.5px;
}

.vib-sub-description {
  color: #728294;
  font-size: 1.1rem;
  font-weight: 400;
}

/* ==========================================================================
   THE MASKED COMPONENT BLOCK SPECIFICATION
   ========================================================================== */
.vibes-block-one {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  height: 100%;
  padding: 10px 0;
}

/* Header Text Options */
.vibes-block-one .title-text {
  z-index: 3;
  position: absolute;
  top: 10px;
  left: 5px;
  transform: rotate(-10deg);
}

.vib-meta-line {
  width: 32px;
  height: 2.5px;
  border-radius: 2px;
}

.vibes-block-one .title-text h3 {
  margin: 0;
  font-size: clamp(1.3rem, 1.5vw, 1.55rem);
  font-weight: 800;
}

.vibes-block-one .title-text h3 a {
  color: #012b55;
  text-decoration: none;
}

/* Exact Container Box Boundaries */
.vibes-block-one .image-box {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

/* The Native Asset Image Mask Wrapper */
.vibes-block-one .image-box .image {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;

  /* Using your download.png as the structural shape mask */
  mask-image: url("../images/download.png");
  -webkit-mask-image: url("../images/download.png");

  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;

  mask-position: center;
  -webkit-mask-position: center;

  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.vib-masked-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Subtle Zoom Hover Action */
.vibes-block-one:hover .vib-masked-img {
  transform: scale(1.06);
}

/* Action Hover Overlay Link Icon */
.vibes-block-one .image-box .link {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.vibes-block-one .image-box .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #7bc143;
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 8px 20px rgba(123, 193, 67, 0.35);
}

.vibes-block-one:hover .image-box .link {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Footer Destination Counter Labels */
.vibes-block-one .text {
  margin-top: 15px;
  font-size: 1rem;
  color: #8191a3;
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  right: 75px;
  transform: rotate(-10deg);
}

/* ==========================================================================
   SCROLL INTERSECTION ENTRIES (FADING & SLIDING ON SCROLL)
   ========================================================================== */
.vibe-fade-element {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

/* Clean staggered slide delays for the row grid */
.row .vibe-fade-element:nth-child(1) {
  transition-delay: 0s;
}
.row .vibe-fade-element:nth-child(2) {
  transition-delay: 0.1s;
}
.row .vibe-fade-element:nth-child(3) {
  transition-delay: 0.2s;
}
.row .vibe-fade-element:nth-child(4) {
  transition-delay: 0.3s;
}

/* Trigger class used by scroll runtime */
.vibe-fade-element.vibe-activated {
  opacity: 1;
  transform: translateY(0);
}

/* Container Wrapper */
.nepal-trek-gallery-wrapper {
  display: flex;
  width: 100%;
  height: 700px;
  gap: 12px;
  margin: 0px auto;
}

/* Base Card Styles */
.nt-gallery-card {
  position: relative;
  flex: 1;
  height: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Linear dark mask overlay for readability */
.nt-gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 1;
}

/* Flex Expansion Trigger */
.nt-gallery-card:hover,
.nt-gallery-card.active {
  flex: 5;
}

/* --- BADGES --- */
/* Left White Badge (Visible when collapsed, hides when active/hovered) */
.nt-badge-top-left {
  position: absolute;
  top: 15px;
  left: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.75rem;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.nt-gallery-card:hover .nt-badge-top-left,
.nt-gallery-card.active .nt-badge-top-left {
  opacity: 0;
  pointer-events: none;
}

/* Center Green Badge (Hidden when collapsed, shows when active/hovered) */
.nt-badge-top-center {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f87702;
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
  font-style: italic;
  white-space: nowrap;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nt-gallery-card:hover .nt-badge-top-center,
.nt-gallery-card.active .nt-badge-top-center {
  opacity: 1;
  transition-delay: 0.2s;
}

/* --- COLLAPSED VERTICAL TEXT --- */
.nt-collapsed-title {
  position: absolute;
  bottom: 20px;
  left: 35%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  max-height: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 1px;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.nt-gallery-card:hover .nt-collapsed-title,
.nt-gallery-card.active .nt-collapsed-title {
  opacity: 0;
  pointer-events: none;
}

/* --- EXPANDED BOTTOM CONTENT --- */
.nt-expanded-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.nt-gallery-card:hover .nt-expanded-content,
.nt-gallery-card.active .nt-expanded-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.nt-main-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.nt-price-tag {
  color: #f87702;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}

/* --- RESPONSIVE MEDIA BREAKPOINTS --- */
@media (max-width: 992px) {
  .nepal-trek-gallery-wrapper {
    height: 450px;
  }
  .nt-main-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .nepal-trek-gallery-wrapper {
    flex-direction: column;
    height: auto;
    gap: 15px;
  }
  .nt-gallery-card {
    height: 150px;
    flex: none !important;
    width: 100%;
  }
  .nt-gallery-card:hover,
  .nt-gallery-card.active {
    height: 220px;
  }
  .nt-collapsed-title {
    transform: translateX(-50%) rotate(0deg);
    bottom: 15px;
  }
  .nt-badge-top-left {
    opacity: 1 !important;
  }
}

.region-section {
  padding: 30px 0 70px;
  background: #fff;
  /* background: linear-gradient(
    180deg,
    rgb(0 32 57 / 10%) 20%,
    rgb(255, 255, 255) 68%
  ); */
}

.nt-section-title {
  font-size: clamp(1.85rem, 1.2rem + 2.2vw, 3.8rem);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: clamp(24px, 3vw, 50px);
  letter-spacing: -0.5px;
}

.nt-section-title span {
  color: #f87702; /* Highlights 'Exclusive' with matching theme green */
  font-style: italic;
}

.nt-section-desc {
  max-width: 600px;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  line-height: 1.5;
}
.nt-section-header {
  margin-bottom: 70px;
}
.ets-tours-section {
  padding: 80px 0;
}

.ets-section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.75rem);
  font-weight: 500;
  margin-bottom: 15px;
}

.ets-section-subtitle {
  color: #666666;
  font-size: clamp(0.92rem, 0.88rem + 0.2vw, 1.05rem);
  max-width: 480px;
  line-height: 1.6;
}

/* --- HEADER NAVIGATION BUTTONS (Replacing the view button) --- */
.ets-header-nav-container {
  display: inline-flex;
  gap: 12px;
}

.ets-header-nav-btn {
  position: static !important; /* Overriding default swiper placement */
  width: 50px !important;
  height: 50px !important;
  background-color: #ffffff;
  color: #1c1c1c !important;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
  margin: 0 !important;
}

.ets-header-nav-btn::after {
  font-size: 16px !important;
  font-weight: bold;
}

.ets-header-nav-btn:hover {
  background-color: #f87702;
  color: #ffffff !important;
  border-color: #f87702;
}

/* Disabled state styling for swiper buttons */
.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #999999 !important;
  border-color: #eaeaea;
}

/* --- THE SLIDER WRAPPER --- */
.ets-slider-wrapper-full {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

/* --- FADED EDGE OVERLAY EFFECT --- */
.ets-slider-wrapper-full::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 15%;
  background: linear-gradient(
    to right,
    rgba(250, 248, 245, 0) 0%,
    rgba(250, 248, 245, 0.95) 100%
  );
  z-index: 15;
  pointer-events: none;
}
.ets-slider-wrapper-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  background: linear-gradient(
    to left,
    rgba(250, 248, 245, 0) 0%,
    rgba(250, 248, 245, 0.795) 100%
  );
  z-index: 15;
  pointer-events: none;
}

/* --- TOUR CARDS LAYOUT --- */
.ets-tour-card {
  background: #012039;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 24px;
  display: block;
  height: auto;
}
a:hover .ets-tour-card .ets-card-title{
    color: #e67e22;
}
.ets-card-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.45rem);
  color: #fff;
  margin-bottom: 0px;
}

.ets-arrow-diagonal {
  color: #f87702;
  transform: rotate(-45deg);
  font-size: clamp(1.4rem, 1.2rem + 0.5vw, 1.8rem);
  font-weight: 800;
  text-decoration: none;
}

.ets-card-desc {
  font-size: clamp(0.82rem, 0.78rem + 0.15vw, 0.88rem);
  color: #e7e7e7;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 20px;
  min-height: 44px;
}

.ets-card-meta {
  padding-bottom: 20px;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
}

.ets-meta-item {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #1c1c1c;
  font-weight: 500;
}
.ets-card-meta .ets-meta-item {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  /* color: #1a1a1a;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;  */
  color: #e7e7e7;
    background-color: #123b5e;
    border: 1px solid #133d61;
  border-radius: 20px; /* Fully rounded pill shape */
  text-align: center;
  line-height: 1.2;
}

.ets-icon {
  margin-right: 4px;
  font-style: normal;
}

/* --- CARD IMAGES --- */
.ets-card-img-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1.25 / 1;
}

.ets-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ets-tour-card:hover .ets-card-img {
  transform: scale(1.08);
}

@media (max-width: 1200px) {
  .ets-slider-wrapper-full::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .ets-card-desc {
    min-height: 0;
  }
}

.hos-offer-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  padding: 100px 0;
  /* True Parallax Effect Background Setup */
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.8)),
    url("../images/highlight-bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

/* Content Styling from Image 2 */
.hos-tagline {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.hos-tagline span {
  color: #f87702; /* Special 'Nature' text color */
  font-weight: 700;
}

.hos-main-title {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
}

.hos-description {
  font-size: 1.05rem;
  color: #e5e7eb;
  line-height: 1.6;
  max-width: 580px;
  margin-bottom: 30px;
}

/* Price Segment Style from Image 2 */
.hos-price-row {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 25px;
}

.hos-price-old {
  font-size: 1.5rem;
  text-decoration: line-line-through;
  text-decoration: line-through;
  color: #9ca3af;
}

.hos-price-new {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
}

/* Countdown Tiles Layout from Image 1 */
.hos-countdown-container {
  display: flex;
  gap: 14px;
  margin-bottom: 35px;
}

.hos-countdown-box {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  width: 72px;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hos-countdown-num {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.hos-countdown-label {
  font-size: 0.72rem;
  color: #9ca3af;
}

/* Action elements footer alignment */
.hos-action-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.hos-btn-buy {
  background-color: #f87702;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
  border: none;
}

.hos-btn-buy:hover {
  transform: translateY(-2px);
  background-color: #cb4b37;
}

.hos-meta-chip {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}

/* Right Hand Image Stacking Visual Structure from Image 1 */
.hos-video-frame-stack {
  position: relative;
}

.hos-video-frame-stack::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  z-index: 1;
}

.hos-video-frame-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.hos-media-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.hos-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hos-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 46px;
  background-color: #e50914;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
  border: none;
}

.hos-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #ff121f;
}

.hos-play-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid white;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}

.hos-vertical-ribbon {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  white-space: nowrap;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
  .hos-main-title {
    font-size: 3rem;
  }
  .hos-offer-section {
    background-attachment: scroll; /* Smooth scrolling performance on touchscreens */
    padding: 70px 0;
  }
  .hos-vertical-ribbon {
    display: none;
  }
}

@media (max-width: 576px) {
  .hos-main-title {
    font-size: 2.3rem;
  }
  .hos-countdown-container {
    gap: 8px;
  }
  .hos-countdown-box {
    width: 60px;
    height: 64px;
  }
  .hos-countdown-num {
    font-size: 1.3rem;
  }
  .hos-price-new {
    font-size: 2.2rem;
  }
}

.ets-btn-view-more {
  display: inline-block;
  background-color: #f87702;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 14px 28px;
  border-radius: 50px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.ets-btn-view-more:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* --- HERO SECTION STYLING --- */
.exact-hero-section {
  padding: 70px 0 0 0;
  background: #faf8f5;
  text-align: center;
  position: relative;
}

.exact-hero-section.inner {
  background: linear-gradient(
    180deg,
    rgb(0 32 57 / 10%) 20%,
    rgb(255, 255, 255) 68%
  );
}
.exact-hero-title {
  font-family: "Playfair Display", serif;
  font-size: 3.8rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
}

.exact-hero-title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.exact-btn-group {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px;
}

.exact-btn-book {
  background-color: #f87702;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 14px 28px;
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(206, 109, 82, 0.15);
}

.exact-link-learn {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Dotted Path Map Background Elements */
.exact-map-svg-left {
  position: absolute;
  top: 20px;
  left: 0;
  width: 320px;
  pointer-events: none;
}
.exact-map-svg-right {
  position: absolute;
  top: -20px;
  right: 0;
  width: 350px;
  pointer-events: none;
}

/* --- FLUID CONTAINER-WIDE FAN GALLERY WRAPPER --- */
.exact-gallery-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%; /* Spans the full fluid width of the layout */
  margin: 0 auto;
  padding: 0 4%;
  position: relative;
  z-index: 10;
  /* Pushes down directly over the green background boundary line */
  margin-bottom: -150px;
}

.exact-img-card {
  position: relative;
  flex: 1; /* Allows each card to scale fluidly with the fluid row layout */
  max-width: 350px; /* Upper layout cap per image card to prevent look fragmentation */
  aspect-ratio: 0.8 / 1.05; /* Keeps precise design frame proportions */
  border-radius: 10px;
  height: 350px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  background-color: #2b4236;
  /* Negative percentage margin dynamically creates the tight overlaps */
  margin: 0 -1.5%;
  transition:
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.3s ease;
}

.exact-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fluid configuration offsets and rotation matrices matching your photo */
.exact-card-1 {
  transform: translateY(75px) rotate(-8deg);
  z-index: 1;
}
.exact-card-2 {
  transform: translateY(25px) rotate(-4deg);
  z-index: 3;
}
.exact-card-3 {
  transform: translateY(-25px) rotate(0deg);
  z-index: 5;
  max-width: 350px;
  border-radius: 8px;
} /* Straight vertical center card */
.exact-card-4 {
  transform: translateY(25px) rotate(4deg);
  z-index: 4;
}
.exact-card-5 {
  transform: translateY(75px) rotate(8deg);
  z-index: 2;
}

.exact-img-card:hover {
  z-index: 20;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* --- WHY CHOOSE US SECTION --- */
.exact-why-section {
  background-color: #002039;
  color: #ffffff;
  padding: 240px 0 110px 0; /* Deep top padding to safely clear the larger dynamic card spillover */
  position: relative;
  z-index: 2;
}

.exact-section-header {
  margin-bottom: 70px;
}

.exact-tagline {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: 40px;
}

.exact-main-heading {
  font-family: "Playfair Display", serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.15;
  text-align: right;
  letter-spacing: -0.5px;
}

/* --- FEATURES GRID STYLING --- */
.exact-feature-card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* border-radius: 4px; */
  padding: 40px 30px;
  height: 100%;
}

/* Custom border layout: remove all-side border then add only
           left & bottom for first row, left only for second row.
           Do not add left border for the last item in each row. */
@media (min-width: 992px) {
  .exact-why-section .exact-feature-card {
    border: none;
  }

  /* First row (items 1-3): add left + bottom */
  .exact-why-section .row > div:nth-child(-n + 3) .exact-feature-card {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  /* Remove left border for the 3rd item of the first row */
  .exact-why-section .row > div:nth-child(3) .exact-feature-card {
    border-right: none;
  }

  /* Second row (items 4-6): add left only */
  .exact-why-section .row > div:nth-child(n + 4) .exact-feature-card {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: none;
  }

  /* Remove left border for the 6th (last) item */
  .exact-why-section .row > div:nth-child(6) .exact-feature-card {
    border-right: none;
  }
}

.exact-icon-box {
  color: #ffffff;
  margin-bottom: 24px;
}

.exact-icon-box svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.exact-card-title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
}

.exact-card-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin: 0;
}

/* --- RESPONSIVE MEDIA BREAKPOINTS --- */
@media (max-width: 1199px) {
  .exact-hero-title {
    font-size: 3.2rem;
  }
  .exact-main-heading {
    font-size: 2.8rem;
  }
  .exact-gallery-container {
    margin-bottom: -110px;
  }
  .exact-why-section {
    padding-top: 190px;
  }
}

@media (max-width: 991px) {
  .exact-main-heading {
    font-size: 2.3rem;
  }
  .exact-gallery-container {
    margin-bottom: -80px;
    padding: 0 2%;
  }
  .exact-img-card {
    margin: 0 -2%;
  }
  .exact-card-1 {
    transform: translateY(45px) rotate(-7deg);
  }
  .exact-card-2 {
    transform: translateY(15px) rotate(-3.5deg);
  }
  .exact-card-3 {
    transform: translateY(-15px) rotate(0deg);
  }
  .exact-card-4 {
    transform: translateY(15px) rotate(3.5deg);
  }
  .exact-card-5 {
    transform: translateY(45px) rotate(7deg);
  }
  .exact-why-section {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .exact-hero-title {
    font-size: 2.2rem;
  }
  .exact-main-heading {
    font-size: 1.9rem;
    text-align: left;
  }
  .exact-tagline {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .exact-map-svg-left,
  .exact-map-svg-right {
    display: none;
  }

  /* Fluid multi-row stack grid configuration for small screens */
  .exact-gallery-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: -30px;
    padding: 0 15px;
  }
  .exact-img-card {
    flex: none;
    width: calc(50% - 16px);
    max-width: 100%;
    margin: 0 !important;
    transform: none !important;
  }
  .exact-card-3 {
    width: calc(50% - 16px);
  }
  .exact-why-section {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .exact-hero-title {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
  .exact-main-heading {
    font-size: 1.9rem;
    text-align: left;
  }
  .exact-tagline {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .exact-map-svg-left,
  .exact-map-svg-right {
    display: none;
  }

  /* Keeps layout inline as a continuous overlapping horizontal fan row */
  .exact-gallery-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: flex-end !important;
    padding: 0 !important;
    width: 100vw;
    margin-bottom: -110px;
  }

  /* Sizes the images precisely so 3 are mostly visible while outer ones cascade out of boundary */
  .exact-img-card {
    flex: none !important;
    width: 32vw !important;
    height: 42vw !important;
    margin: 0 -3.5% !important; /* Forces tighter card overlaps on narrow viewports */
    border-radius: 8px;
  }

  /* Adjusts heights and offsets slightly so it hugs the screen layout naturally */
  .exact-card-1 {
    transform: translateY(40px) rotate(-8deg) !important;
  }
  .exact-card-2 {
    transform: translateY(10px) rotate(-4deg) !important;
  }
  .exact-card-3 {
    transform: translateY(-15px) rotate(0deg) !important;
    width: 35vw !important;
    height: 46vw !important;
    z-index: 5;
  }
  .exact-card-4 {
    transform: translateY(10px) rotate(4deg) !important;
  }
  .exact-card-5 {
    transform: translateY(40px) rotate(8deg) !important;
  }

  .exact-why-section {
    padding-top: 160px;
  }
}

.tm-section-wrapper {
  background-color: #faf8f5; /* Exact off-white background color */
  padding: 70px 0 0;
  font-family: "Playfair Display", serif;
  overflow: hidden;
}
.tm-section-wrapper.inner {
  padding: 70px 0;
}

.tm-section-title {
  font-weight: 400;
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 50px;
}

.tm-section-title em {
  font-style: italic;
  font-family: "Playfair Display", serif;
}

/* Slider Container Constraints */
.tm-slider-container {
  position: relative;
  padding: 40px 0;
  max-width: 1400px;
  margin: 0 auto;
}

/* Base Card Styling */
.tm-testimonial-card {
  background: #ffffff;
  border: 1px solid #efebe4;
  border-radius: 8px;
  padding: 35px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  opacity: 0.6; /* Side cards are slightly faded */
  transform: scale(0.9); /* Side cards are smaller */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.tm-testimonial-card.inner {
  opacity: 1;
}

/* ACTIVE / CENTER CARD EFFECT */
/* Swiper automatically adds .swiper-slide-active to the center card when centeredSlides: true */
.swiper-slide-active .tm-testimonial-card {
  opacity: 1;
  transform: scale(1.06); /* Center card is prominently bigger */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  border-color: #e2dcd2;
}

/* Card Content Elements */
.tm-stars {
  color: #ffb800;
  font-size: 1.1rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.tm-comment {
  font-family: "Playfair Display", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 30px;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 6px;
}

.tm-user-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tm-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.tm-user-name {
  font-size: 1rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 2px;
}

.tm-user-designation {
  font-size: 0.75rem;
  color: #8c8c8c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* CUSTOM NAVIGATION BUTTONS */
.tm-nav-btn {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #dcd6cd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tm-nav-btn:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.tm-nav-btn:hover svg {
  stroke: #ffffff;
}

/* Position buttons relative to the layout grid */
.tm-prev {
  left: calc(33.333% - 22.5px); /* Perfectly aligns between card 1 and 2 */
}

.tm-next {
  right: calc(33.333% - 22.5px); /* Perfectly aligns between card 2 and 3 */
}

/* Hide default swiper navigation icons */
.tm-nav-btn::after {
  display: none;
}

/* Mobile Responsive tweaks */
@media (max-width: 991px) {
  .tm-prev {
    left: 15px;
  }
  .tm-next {
    right: 15px;
  }
  .swiper-slide-active .tm-testimonial-card {
    transform: scale(1); /* Reset scale on mobile for standard grid space */
  }
  .tm-testimonial-card {
    /*opacity: 1;*/
    transform: scale(1);
  }
}

.adv-hero-section {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-image: url("../images/testi.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;
}

/* Top vignette/fade effect to match the image gradient transition */
.adv-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(
    to bottom,
    #faf8f5 0%,
    rgb(250 248 245 / 80%) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Inner layout container ensuring content sits above background effects */
.adv-content-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Left Side Script Text Styling */
.adv-script-heading {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  color: #ffffff;
  line-height: 1.2;
  text-shadow:
    2px 2px 15px rgba(0, 0, 0, 0.4),
    -1px -1px 0 rgba(0, 0, 0, 0.2),
    1px -1px 0 rgba(0, 0, 0, 0.2);
  padding-left: 10%;
  margin-top: 60px;
}

/* Right Side Dark Green Container Block */
.adv-callout-block {
  background-color: #334d3d; /* Exact dark forest green */
  border-radius: 12px;
  padding: 55px 45px;
  max-width: 480px;
  margin-left: auto; /* Aligns container to the right */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Typography inside the Block */
.adv-callout-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 0;
}

.adv-callout-title em {
  font-style: italic;
  font-family: "Playfair Display", serif;
}

/* Responsive Mobile Overrides */
@media (max-width: 991px) {
  .adv-hero-section {
    padding: 60px 0;
    background-position: 65% bottom; /* Keeps mountain focal point optimized on tablet */
  }
  .adv-script-heading {
    padding-left: 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .adv-callout-block {
    margin: 0 auto; /* Centers the green block on smaller screens */
    padding: 40px 30px;
  }
}

.trk-blog-section {
  background-color: #f3f1ee;
  padding: 70px 0;
}

.trk-main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #0c1c24;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.trk-sub-title {
  font-size: 0.95rem;
  color: #5a666e;
  line-height: 1.6;
  max-width: 440px;
  margin-top: 25px;
  margin-bottom: 50px;
}

/* --- CARD STYLE ARCHITECTURE --- */
.trk-adventure-card {
  background: #faf8f5;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Wrapper to safely contain image zoom effects */
.trk-img-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 12px; /* Top corner rounding matching image block */
}

.trk-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Elegant image expansion effect when hovering anywhere on the card */
.trk-adventure-card:hover .trk-card-img {
  transform: scale(1.04);
}

/* Meta Details Container Split Layout */
.trk-card-body {
  padding: 20px;
  display: flex;
  gap: 20px;
}

/* Date Split Column Details */
.trk-date-box {
  min-width: 75px;
  flex-shrink: 0;
}

.trk-day {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0c1c24;
  line-height: 1;
}

.trk-month {
  font-size: 0.85rem;
  color: #7a868e;
  margin-top: 5px;
  display: block;
}

/* Main Content Right Side Column */
.trk-content-box {
  border-left: 1px solid #e5ecef;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Action Links */
.trk-read-more {
  font-size: 1rem;
  font-weight: 600;
  color: #0c1c24;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}

.trk-read-more:hover {
  color: #1b4d3e; /* Deep green accent color for trekking focus */
}

.trk-read-more svg {
  transition: transform 0.2s ease;
}

.trk-adventure-card:hover .trk-read-more svg {
  transform: translate(2px, -2px);
}

/* Container providing physical scroll space for the width expand interpolation */
/* Container providing physical scroll space for the width expand interpolation */
.cta-scroll-trigger {
  position: relative;
  width: 100%;
}

/* The expanding pill element - FULL REPLACEMENT */
.cta-capsule-card {
  position: relative;
  width: 70%; /* Starts narrow and centered like a pill */
  max-width: 1200px;
  margin: 0 auto;
  height: 100vh; /* Updated to Full Screen Height */
  overflow: hidden;

  /* Dynamic pill-shaped arc based on the 100vh height */
  border-radius: 50vh;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

  /* GPU optimization for smooth dynamic scaling */
  will-change: width, border-radius, max-width;
}

.cta-content-wrapper {
  position: relative;
  width: 100%;
  z-index: 10;
  height: 100vh;
  text-align: center;
  background-color: #f3f1ee;
  overflow: hidden;
}

.cta-content-wrapper h2 {
  color: #0c1c24;
  position: relative;
  z-index: 3;
  font-size: clamp(1.75rem, 1.2rem + 2vw, 3.5rem);
  line-height: 1.2;
}

/* Mountain art clipped to the bottom — avoids the image's dark sky band behind the heading */
.cta-media-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

.tracking-wider {
  letter-spacing: 2px;
  font-size: 0.8rem;
}

/* Responsive breakdowns - FULL REPLACEMENT */
@media (max-width: 992px) {
  .cta-capsule-card {
    width: 85%;
  }
}

@media (max-width: 576px) {
  .cta-capsule-card {
    width: 92%;
    border-radius: 40vh; /* Smooth capsule curve for mobile portrait */
  }
}

/* --- EXPRESS TRAVEL FOOTER CUSTOM STYLES --- */

/* Theme Colors & Font Configurations */
.et-ft-wrapper {
  background-color: #001534; /* Dark Forest Green Background */
  color: #ffffff;
  padding: 100px 0 20px 0;
  overflow: hidden;
  position: relative;
}

.et-ft-container {
  max-width: 1400px;
  padding: 0 40px;
}

/* Horizontal Dividers */
.et-ft-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0;
  opacity: 1;
}

/* 1. Top Navigation Row Styles */
.et-ft-logo {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}
.et-ft-logo img {
  width: 140px;
}
.et-ft-logo-main {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: bold;
}
.et-ft-logo-sub {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
}

.et-ft-nav-links {
  gap: 25px;
}
.et-ft-nav-links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  padding: 5px 15px;
}
.et-ft-nav-links li a:hover {
  color: #f87702; /* Subtle coral accent on hover */
}

/* 2. Main Middle Row Typography & Layout */
.et-ft-main-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.1;
  margin: 0;
}

.et-ft-inline-img-box {
  width: 110px;
  height: 55px;
  border-radius: 50px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.et-ft-inline-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.et-ft-description {
  max-width: 520px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

/* 3. Circular Spinning Contact Button */
.et-ft-contact-circle-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  text-decoration: none;
}

.et-ft-contact-circle-btn svg {
  animation: etCircleRotate 12s linear infinite;
  border-radius: 50%;
}

.et-ft-circle-text {
  font-size: 10.5px;
  fill: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.et-ft-circle-arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.et-ft-contact-circle-btn:hover .et-ft-circle-arrow {
  transform: scale(1.15) translate(2px, -2px);
}

@keyframes etCircleRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 4. Instagram Feed & Social Icon Blocks */
.et-ft-follow-title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: normal;
}

.et-ft-insta-item {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.et-ft-insta-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.et-ft-insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 122, 93, 0.7); /* Translucent coral overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; /* Keeping it consistently active like screenshot */
  font-size: 1.1rem;
  color: white;
  transition: background 0.3s;
}
.et-ft-insta-item:hover .et-ft-insta-overlay {
  background: rgba(209, 122, 93, 0.9);
}

/* Individual Social Box Strip */
.et-ft-social-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.et-ft-social-icon:hover {
  background-color: #ffffff;
  color: #2e4a3b;
}

/* 5. Bottom Copyright / Meta Section */
.et-ft-copyright,
.et-ft-credits {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.et-ft-copyright a,
.et-ft-credits strong {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.et-ft-copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* --- Responsive Adaptations --- */
@media (max-width: 991.98px) {
  .et-ft-wrapper {
    padding: 40px 0 20px 0;
  }
  .et-ft-main-heading {
    text-align: center;
  }
  .et-ft-description {
    text-align: center;
    margin-bottom: 25px;
  }
  .exp-abt-content-col p {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .et-ft-container {
    padding: 0 20px;
  }
  .et-ft-nav-links {
    gap: 10px;
  }
  .et-ft-nav-links li {
    width: 50%;
    text-align: center;
  }
}

/* Custom list links styling */
.footer-expeditions-list li a {
  opacity: 0.85;
  transition:
    opacity 0.2s ease,
    padding-left 0.2s ease;
  display: inline-block;
}
.footer-expeditions-list li a:hover {
  opacity: 1;
  color: #f87702 !important; /* Gold hover accent color optional */
}

/* Rounded Contact Badge Icons styling */
.contact-icon-circle {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.footer-expeditions-list li {
  line-height: 2.5;
}

/* --- FIXED LAYOUT & ANIMATION STYLES --- */

.header-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.et-ft-divider.top-footer {
  padding: 50px 0;
}

/* Fluid, responsive text sizes so they don't break onto two lines */
.header-container .text-side {
  font-size: calc(1.3rem + 4vw); /* Smooth sizing from mobile to desktop */
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(15px);
  color: #ffffff; /* Make sure it stands out against black background */
}

/* Fixed size box for the logo that handles the scale expansion */
.header-container .logo-wrapper {
  width: calc(60px + 10vw); /* Dynamically scales based on viewport */
  height: calc(60px + 10vw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* Keeps it from being squished by text */
  opacity: 0;
  transform: scale(0.3);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}

/* Forces image to scale perfectly within wrapper boundaries */
.header-container .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Prevents stretching and cropping */
}

/* --- Trigger States (Activated via JS Intersection Observer) --- */
.header-container.animate .logo-wrapper {
  animation: geometricReveal 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s
    forwards;
}

.header-container.animate .text-side {
  animation: textFadeIn 1s ease-out 0.8s forwards;
}

/* --- Animation Keyframes --- */
@keyframes geometricReveal {
  0% {
    opacity: 0;
    transform: scale(0.3);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes textFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   MOBILE ACCORDION NAV FIXES (Applied inside Bootstrap mobile break)
   ========================================================================== */
@media (max-width: 991.98px) {
  /* Main links spacing and structural borders */
  .navbar-nav.central-links {
    padding: 1rem 0;
  }

  .navbar-nav.central-links .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Clean separating line */
    width: 100%;
  }

  .navbar-nav.central-links .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Pushes the plus icon to the absolute right */
    padding: 12px 16px !important;
    color: #ffffff;
    font-size: 1.1rem;
  }
  a.nav-link.dropdown-toggle {
    position: relative;
  }

  /* --- THE PROGRESSIVE PLUS ICON DESIGN --- */
  .mega-dropdown-wrapper .dropdown-toggle::after,
  .dropdown-wrapper .dropdown-toggle::after {
    content: "+"; /* Default state indicator */
    font-family: sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    border: none;
    margin: 0;
    vertical-align: middle;
    transition:
      transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      color 0.3s ease;
    transform-origin: center;
  }

  /* Rotates the pseudo-element and morphs the action when active */
  .mega-dropdown-wrapper.open-accordion > .dropdown-toggle::after,
  .dropdown-wrapper.open-accordion > .dropdown-toggle::after {
    transform: rotate(45deg); /* Forms a clean interactive close cross */
    color: #ff4a1a; /* Highlight tracking color matching your style */
  }

  /* --- INNER ACCORDION SLIDE ELEMENTS --- */
  .trek-nav-panel,
  .dest-nav-panel,
  .custom-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(255, 255, 255, 0.03);
  }

  /* Open classes appended natively via JS */
  .mega-dropdown-wrapper.open-accordion .trek-nav-panel,
  .mega-dropdown-wrapper.open-accordion .dest-nav-panel,
  .dropdown-wrapper.open-accordion .custom-dropdown {
    max-height: 800px; /* Large enough threshold bounding box to hold content cleanly */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .dest-nav-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 16px;
  }

  .dest-nav-card {
    min-height: 200px;
  }

  .dest-nav-panel,
  .trek-nav-panel {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    background-color: transparent;
  }

  /* Formatting inside the nested mobile lists */
  .trek-nav-grid {
    display: flex;
    flex-direction: column;
    padding: 10px 16px;
  }

  .trek-nav-showcase {
    display: none !important;
  }

  .trek-brand-header {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .trek-nav-selection {
    padding: 0;
    border-right: none;
  }

  .trek-destination-list {
    padding-left: 0;
    list-style: none;
  }

  .trek-destination-list li,
  .custom-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .trek-destination-list li:last-child,
  .custom-dropdown li:last-child {
    border-bottom: none;
  }

  .trek-destination-item,
  .custom-dropdown a {
    display: block;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    font-size: 0.95rem;
  }
  li.nav-item {
    padding: 10px 0px;
    border-bottom: 1px solid #e7e7e7;
  }
}

/* --- Banner Section (Sits naturally at top, image is fixed) --- */
.breadcrumb-tours-section {
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;

  background-image: url("../images/1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  overflow: hidden;
}

/* --- Dedicated Overlay Style --- */
.breadcrumb-tours-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

/* Content sits at bottom with a consistent 40px gap on all screens */
.breadcrumb-tours-section > .container {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.breadcrumb-tours-section > .container > .row {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  align-items: flex-end !important;
}

.breadcrumb-tours-section > .container > .row > [class*="col-"] {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* --- Left Title Typography --- */
.breadcrumb-tours-title {
  font-weight: 500;
  font-style: italic;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  font-size: clamp(2rem, 1.4rem + 2.4vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  margin: 0;
}
.breadcrumb-tours-title.inner {
  font-size: clamp(1.7rem, 1.2rem + 2vw, 3rem);
}
/* --- Right Description Typography --- */
.breadcrumb-tours-section p {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.88rem, 0.82rem + 0.3vw, 1rem);
  line-height: 1.6;
  max-width: 700px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 12px 0 0;
}

/* --- Package Detail Breadcrumb Trail --- */
.breadcrumb-tours-crumb {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(0.78rem, 0.72rem + 0.2vw, 0.875rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 12px;
}

.breadcrumb-tours-crumb a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumb-tours-crumb a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.breadcrumb-tours-crumb-sep {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
}

.breadcrumb-tours-crumb-current {
  color: #ffffff;
}

.breadcrumb-tours-location {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(0.88rem, 0.82rem + 0.25vw, 1rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin: 12px 0 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.breadcrumb-tours-section--detail .breadcrumb-tours-title {
  font-style: normal;
  font-weight: 700;
  padding-bottom: 0;
}

/* --- Responsive Layout Optimization --- */
@media (max-width: 991.98px) {
  .breadcrumb-tours-section > .container {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-tours-section {
    height: 85vh;
    /* Mobile devices often struggle with background-attachment: fixed;
       This fallback keeps it looking perfect on iOS/Android */
    background-attachment: scroll;
  }

  .breadcrumb-tours-section > .container {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .breadcrumb-tours-section p {
    max-width: 100%;
  }

  .breadcrumb-tours-subtext {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .breadcrumb-tours-section > .container {
    padding-top: 72px;
    padding-bottom: 40px;
  }

  .breadcrumb-tours-title,
  .breadcrumb-tours-title.inner {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .breadcrumb-tours-crumb {
    font-size: 0.78rem;
  }

  .breadcrumb-tours-location {
    font-size: 0.88rem;
  }
}
/* --- Separate Section Wrapper --- */
.ebc-info-section {
  padding: 60px 0;
  background-color: #f8f9fa; /* Soft background to separate it from other sections */
  width: 100%;
}

/* --- Content Card White Box --- */
.ebc-info-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin-top: -215px;
  position: relative;
}

/* --- Category Badge --- */
.ebc-info-badge {
  background: linear-gradient(90deg, #ff5e36, #ffa136);
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  padding: 6px 22px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
}

/* --- Graphic Divider Line --- */
.ebc-info-line {
  height: 1px;
  background-color: #e5e5e5;
  flex-grow: 1;
  max-width: 320px;
}

/* --- Overlapping Team Avatars --- */
.ebc-info-avatar-group {
  display: flex;
  align-items: center;
}

.ebc-info-avatar-group img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -12px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.ebc-info-avatar-group img:first-child {
  margin-left: 0;
}

/* --- Section Heading Typography --- */
.ebc-info-title {
  font-weight: 600;
  font-style: italic;
  color: #0b3c32; /* Deep jungle accent color */
  font-size: calc(2.2rem + 1vw);
  margin-bottom: 20px;
  line-height: 1.15;
}

/* --- Content Subtext --- */
.ebc-info-desc {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 640px;
  margin: 0;
}

/* --- Media Container Elements --- */
.ebc-info-media-wrapper {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ebc-info-feature-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* --- Floating Rating Stars overlay --- */
.ebc-info-rating-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 3px;
  z-index: 2;
}

.ebc-info-rating-badge i {
  color: #ff8c00;
  font-size: 0.75rem;
}

/* --- Mobile Responsiveness Adjustments --- */
@media (max-width: 991.98px) {
  .ebc-info-card {
    padding: 24px;
  }

  .ebc-info-feature-img {
    height: 250px;
  }
}

/* --- New Featured Tag --- */
.ebc-featured-badge {
  background-color: #d96f12; /* Solid bold blue color matching your reference snippet */
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  padding: 5px 14px;
  border-radius: 6px;
  display: inline-block;
}

/* --- Location Text Layout --- */
.ebc-location-text {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  background-color: #2b303a; /* Dark background contrasting element */
  font-size: 0.8rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 6px;
}

.ebc-features-bar {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}

.ebc-feature-item {
  position: relative;
  border-right: 1px solid #ededed;
}

.ebc-feature-item.last {
  border-right: none;
}

.ebc-icon-box {
  font-size: 1.35rem;
  color: #212529;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ebc-feature-label {
  font-family: "Playfair Display", serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
}

.ebc-feature-value {
  font-family: "Playfair Display", serif;
  font-size: 0.8rem;
  color: #6c757d;
  margin: 0;
}

.quick-info {
  background: #f3f1ee;
  padding: 70px 0;
}
.panel {
  margin: 0 auto;

  /* border: 1px solid rgba(243, 246, 248, 0.14); */
  overflow: hidden;
  display: grid;
  grid-template-columns: 310px 1fr;
}

/* ============ LEFT: MANIFEST ZONE ============ */
.manifest {
  position: relative;
  background: #16273c;
  border: 1px solid rgba(243, 246, 248, 0.14);
  border-radius: 6px;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  /* border-right: 1px solid rgba(243, 246, 248, 0.14); */
}

.manifest::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  /* background: linear-gradient(180deg, #E0793C, #6FA8C7); */
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #94a1ae;
  margin-bottom: 16px;
}

.pkg-name {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.22;
  margin-bottom: 14px;
}

.pkg-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.pkg-days {
  font-size: 11.5px;
  border: 1px solid rgba(243, 246, 248, 0.28);
  padding: 3px 9px;
  border-radius: 20px;
}

.stars {
  color: #e0793c;
  font-size: 13px;
  letter-spacing: 1px;
}

.pkg-rating {
  font-size: 12px;
  color: #94a1ae;
}

/* trek level — vertical thermometer gauge, signature element */
.level-block {
  margin-top: auto;
  padding-top: 22px;
  /* border-top: 1px solid rgba(243, 246, 248, 0.14); */
}

.level-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a1ae;
  /* margin-bottom: 14px; */
}

.level-gauge {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.level-bar {
  position: relative;
  width: 10px;
  height: 96px;
  border-radius: 6px;
  background: #16273c;
  border: 1px solid rgba(243, 246, 248, 0.28);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.level-fill {
  width: 100%;
  height: var(--level-fill, 78%);
  background: linear-gradient(
    180deg,
    var(--level-color, #e0793c),
    var(--level-color-dark, #b85f2c)
  );
  border-radius: 0 0 5px 5px;
  transition:
    height 0.4s ease,
    background 0.4s ease;
}

.level-ticks {
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  width: 6px;
}

.level-ticks span {
  position: absolute;
  left: 0;
  width: 6px;
  height: 1px;
  background: rgba(243, 246, 248, 0.28);
}

.level-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.level-word {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--level-color, #e0793c);
  letter-spacing: 0.01em;
  transition: color 0.4s ease;
}

.level-scale-text {
  font-size: 14px;
  color: #94a1ae;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.level-scale-text b {
  color: #f3f6f8;
  font-weight: 500;
}

.level-block[data-level="easy"] {
  --level-fill: 20%;
  --level-color: #4ade80;
  --level-color-dark: #16a34a;
}

.level-block[data-level="moderate"] {
  --level-fill: 40%;
  --level-color: #facc15;
  --level-color-dark: #ca8a04;
}

.level-block[data-level="strenuous"] {
  --level-fill: 80%;
  --level-color: #e0793c;
  --level-color-dark: #b85f2c;
}

.level-block[data-level="hard"] {
  --level-fill: 100%;
  --level-color: #f87171;
  --level-color-dark: #dc2626;
}

/* ============ RIGHT: MODULE GRID + CONSOLE ============ */
.right {
  display: flex;
  flex-direction: column;
}

.modules {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0px 30px 34px;
  gap: 0;
}

.module {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 9px;
  padding: 20px 12px;
  min-height: 118px;
  /* background: #16273C; */
  border: none;
  border-right: 1px solid rgba(74, 74, 74, 0.14);
  border-radius: 0;
}

.module:nth-child(4n) {
  border-right: none;
}

.module:nth-child(-n + 4) {
  border-bottom: 1px solid rgba(74, 74, 74, 0.14);
}

.module-ic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(52, 52, 52, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #de781f;
}

.module-ic svg {
  width: 40px;
  height: 40px;
}

.module-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #171717;
}

.module-value {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 1.3;
}

/* console strip */
.console {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 30px;
  padding: 20px 0px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  /* background: #1B2E48; */
}

.contact-group {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
}

.contact-line svg {
  width: 15px;
  height: 15px;
  color: #e0793c;
  flex-shrink: 0;
}

.btn-row {
  display: flex;
  gap: 10px;
}
.btn-row a{
  width: auto;
  padding: 10px 20px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.15s;
}

.btn-ghost {
  border: 1px solid rgba(3, 28, 44, 0.28);
  color: #042033;
}

.btn-ghost:hover {
  border-color: #f3f6f8;
}

.btn-solid {
  background: #e0793c;
  color: #fff;
}

.btn-solid:hover {
  background: #ef8748;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .panel {
    grid-template-columns: 1fr;
  }

  .manifest {
    border-right: none;
    border-bottom: 1px solid rgba(243, 246, 248, 0.14);
  }

  .manifest::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 3px;
    background: linear-gradient(90deg, #e0793c, #6fa8c7);
  }

  .level-block {
    margin-top: 22px;
  }

  .modules {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 640px) {
  .modules {
    grid-template-columns: repeat(2, 1fr);
    padding: 26px 20px 28px;
  }

  .console {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-row {
    width: 100%;
  }

  .btn {
    flex: 1;
  }
}

:root {
  --primary-orange: #e67e22;
  --primary-dark: #2c3e50;
  --bg-light: #f8f9fa;
  --text-muted: #7f8c8d;
}

/* --- STICKY NAV SECTION --- */
/* --- STICKY NAV SECTION --- */
.custom-trek-nav-wrapper {
  /* 1. Hidden by default at the top of the page */
  display: none; 
  background-color: #002039;
  z-index: 1020;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.custom-trek-nav-wrapper.is-stuck {
  /* 2. Show it only when the "is-stuck" class is added */
  display: block; 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050; /* Above sidebar */
  animation: slideDown 0.25s ease-out; /* Smooth transition when popping in */
}

/* Sidebar support classes */
.is-sidebar-stuck {
  position: fixed;
  z-index: 1010;
}

.is-sidebar-absolute {
  position: absolute;
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.custom-trek-nav {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  justify-content: center;
  /* padding: 10px 0; */
  -webkit-overflow-scrolling: touch;
}

.custom-trek-nav::-webkit-scrollbar {
  display: none; /* Hide scrollbar for clean look on mobile */
}

.custom-trek-nav a {
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  /* text-transform: uppercase; */
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.custom-trek-nav a:hover,
.custom-trek-nav a.active {
  background-color: var(--primary-orange);
  /* border-bottom: 3px solid #fff; */
  color: #fff;
}
.detail-content-section {
  padding: clamp(40px, 6vw, 110px) 0;
}
/* --- CONTENT MAIN STRUCTURE --- */
.trek-content-section {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.section-title-custom {
  font-size: clamp(1.15rem, 1rem + 0.6vw, 1.5rem);
  color: var(--primary-dark);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.section-title-custom::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 24px;
  background-color: var(--primary-orange);
  margin-right: 10px;
}

/* --- OVERVIEW & SIDEBAR --- */
.overview-text-p {
  font-size: clamp(0.92rem, 0.88rem + 0.2vw, 1rem);
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}

.overview-text-p:last-child {
  margin-bottom: 0;
}

.overview-more[hidden] {
  display: none;
}

.overview-wrap {
  position: relative;
}

.overview-clip {
  position: relative;
}

.overview-blend-fade {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.88) 55%,
    #ffffff 100%
  );
  pointer-events: none;
  z-index: 2;
}

.overview-wrap.is-collapsed .overview-blend-fade {
  display: block;
}

.overview-show-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 0;
  border: none;
  background: none;
  color: #f87702;
  font-size: clamp(0.85rem, 0.8rem + 0.2vw, 0.92rem);
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
  position: relative;
  z-index: 3;
}

.overview-show-more-btn:hover {
  color: #d96a00;
}

/* .overview-show-more-btn::after {
            content: '\f078';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 0.72rem;
            transition: transform 0.2s ease;
        }

        .overview-show-more-btn.is-expanded::after {
            transform: rotate(180deg);
        } */

/* --- ITINERARY ACCORDION --- */
.itinerary-custom-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.itinerary-custom-header {
  background-color: #fff;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itinerary-day-badge {
  background-color: #f39c12;
  color: #fff;
  padding: 5px 12px;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 3px;
  margin-right: 15px;
}

.itinerary-day-title {
  font-weight: 600;
  color: var(--primary-dark);
  flex-grow: 1;
}

.itinerary-meta-specs {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.itinerary-meta-specs span {
  margin-right: 15px;
}

/* --- INCLUSIONS / EXCLUSIONS --- */
.list-inc-exc {
  list-style: none;
  padding-left: 0;
}

.list-inc-exc li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.7;
}

.list-inc-exc.inclusions li::before {
  content: "\f058"; /* FontAwesome check circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0px;
  color: #2ecc71;
  font-size: 1.2rem;
}

.list-inc-exc.exclusions li::before {
  content: "\f057"; /* FontAwesome times circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0px;
  color: #e74c3c;
  font-size: 1.2rem;
}

/* --- DATES & PRICING TABLE --- */
.table-custom-dates th {
  background-color: var(--primary-dark);
  color: white;
  font-weight: 500;
}

/* --- GEAR LIST GRID --- */
.gear-card-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 180px;
}

.gear-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  transition: transform 0.4s;
}

.gear-card-wrapper:hover .gear-card-img {
  transform: scale(1.05);
}

.gear-card-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* --- REVIEWS --- */
.pkg-review-card {
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.pkg-review-card:hover {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.pkg-review-stars {
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.pkg-review-text {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #4a5568;
  font-style: italic;
  margin-bottom: 22px;
  flex: 1;
  min-height: 0;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 6px;
}

.pkg-review-user {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid #f0f2f5;
}

.pkg-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.pkg-review-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 2px;
}

.pkg-review-meta {
  font-size: 0.78rem;
  color: #94a3b8;
}

.review-card-custom {
  border-left: 4px solid var(--primary-orange);
  background-color: var(--bg-light);
  padding: 20px;
  border-radius: 0 8px 8px 0;
}

.review-user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

/* Smooth scroll setting offset for sticky navbar */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

/* This is the class JavaScript injects dynamically */
.custom-trek-nav-wrapper.is-stuck {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* --- ACCORDION CONTAINER STYLE OVERRIDES --- */
.custom-itinerary-accordion {
  --bs-accordion-border-color: #ededed;
  --bs-accordion-border-radius: 4px;
  background: transparent;
}

.itinerary-card-node {
  background-color: #ffffff;
  border: none !important;
  border-radius: 4px !important;
  margin-bottom: 12px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03); */
}

/* Header button customized logic */
.itinerary-toggle-btn {
  background-color: #ffffff !important;
  box-shadow: none !important;
  padding: 10px !important;
  border: none;
}

/* Customizing Bootstrap's Default Accordion Arrow to match screenshot precisely */
.itinerary-toggle-btn::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f87702'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-size: 1.25rem;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.itinerary-toggle-btn:not(.collapsed)::after {
  transform: rotate(-180deg); /* Points up when section expands */
}

/* --- BADGES & INNER TEXT FIELDS --- */
.itinerary-orange-badge {
  background-color: #002039; /* Exact soft orange from image */
  color: #ffffff;
  font-weight: 500;
  font-size: 0.9rem;
  width: 76px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 20px;
  flex-shrink: 0;
}

.itinerary-heading-block {
  display: flex;
  flex-direction: column;
}

.itinerary-title-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: #2b2b2b;
  margin: 0;
  line-height: 1.4;
}

.itinerary-hidden {
  display: block;
}

.itinerary-accordion-wrap {
  position: relative;
}

.itinerary-accordion-wrap.is-collapsed .itinerary-accordion-clip {
  max-height: 560px;
  overflow: hidden;
  position: relative;
}

.itinerary-blend-fade {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.88) 55%,
    #ffffff 100%
  );
  pointer-events: none;
  z-index: 2;
}

.itinerary-accordion-wrap.is-collapsed .itinerary-blend-fade {
  display: block;
}

.itinerary-actions {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 28px 0 8px;
}

.itinerary-load-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 12px 28px;
  border: 1.5px solid #1a1a1a;
  border-radius: 8px;
  background: #f7f7f7;
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.itinerary-load-all-btn:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}

/* Description container panel */
.itinerary-desc-body {
  padding: 0px 24px 24px 120px !important;
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.65;
  border-top: none !important;
}

.itinerary-desc-body p {
  margin-bottom: 0;
}

.itinerary-detail-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.itinerary-detail-card {
  /* background: #f5f6f7; */
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.itinerary-detail-ic {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1;
}

.itinerary-detail-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #2b2b2b;
}

.itinerary-detail-value {
  font-size: 0.9rem;
  color: #555555;
  font-weight: 400;
}

/* RESPONSIVE LAYOUT RESPONSES FOR MOBILE DEVICING */
@media (max-width: 768px) {
  .itinerary-detail-cards {
    grid-template-columns: 1fr;
  }
  .custom-trek-nav{
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .itinerary-toggle-btn {
    padding: 15px !important;
  }
  .itinerary-orange-badge {
    margin-right: 12px;
    margin-bottom: 10px;
    width: 60px;
    height: 34px;
    font-size: 0.8rem;
  }
  .itinerary-desc-body {
    padding: 15px !important;
  }
}
/* --- FIXED DEPARTURE PANEL --- */
.fd-departure-panel {
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.fd-departure-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid #f0f2f5;
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
}

.fd-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 160px;
}

.fd-filter-group label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.fd-filter-select {
  appearance: none;
  background: #ffffff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748b'%3e%3cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
    no-repeat right 12px center;
  background-size: 14px;
  border: 1px solid #d7dce3;
  border-radius: 8px;
  padding: 10px 36px 10px 14px;
  font-size: 0.92rem;
  color: #334155;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.fd-filter-select:hover,
.fd-filter-select:focus {
  border-color: #f87702;
  box-shadow: 0 0 0 3px rgba(248, 119, 2, 0.12);
  outline: none;
}

.fd-departure-table-wrap {
  overflow-x: auto;
}

.fd-departure-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.fd-departure-table thead th {
  background: #002039;
  color: #f8fafc;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 20px;
  border: none;
  white-space: nowrap;
}

.fd-departure-table thead th:first-child {
  padding-left: 24px;
}

.fd-departure-table thead th:last-child {
  padding-right: 24px;
}

.fd-departure-table tbody td {
  padding: 18px 20px;
  border-bottom: 1px solid #f1f3f6;
  color: #334155;
  font-size: 0.94rem;
  vertical-align: middle;
}

.fd-departure-table tbody td:first-child {
  padding-left: 24px;
}

.fd-departure-table tbody td:last-child {
  padding-right: 24px;
}

.fd-departure-table tbody tr {
  transition: background-color 0.2s ease;
}

.fd-departure-table tbody tr:hover {
  background: #fafbfc;
}

.fd-departure-table tbody tr:last-child td {
  border-bottom: none;
}

.fd-departure-table tbody tr.fd-row-full {
  background: #fafafa;
}

.fd-departure-table tbody tr.fd-row-full .fd-date,
.fd-departure-table tbody tr.fd-row-full .fd-price {
  color: #94a3b8;
}

.fd-date {
  font-weight: 500;
  color: #1e293b;
  white-space: nowrap;
}

.fd-price {
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
}

.fd-price-sep {
  font-weight: 400;
  color: #94a3b8;
  margin: 0 4px;
}

.fd-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
}

.fd-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.fd-status-available {
  color: #15803d;
}

.fd-status-available .fd-status-dot {
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.fd-status-limited {
  color: #b45309;
}

.fd-status-limited .fd-status-dot {
  background: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

.fd-status-full {
  color: #b91c1c;
}

.fd-status-full .fd-status-dot {
  background: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18);
}

.fd-action {
  text-align: right;
}

.fd-join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 9px 18px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #e67e22 0%, #e67e22 100% 100%);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  box-shadow: 0 2px 8px rgba(232, 160, 32, 0.25);
}

.fd-join-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(232, 160, 32, 0.35);
  filter: brightness(1.03);
}

.fd-join-btn-disabled,
.fd-join-btn:disabled {
  background: #eef1f5;
  color: #94a3b8;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.fd-no-results {
  margin: 0;
  padding: 28px 24px;
  text-align: center;
  color: #64748b;
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .fd-departure-toolbar {
    padding: 18px 16px 14px;
  }

  .fd-filter-group {
    flex: 1;
    min-width: 140px;
  }

  .fd-departure-table thead {
    display: none;
  }

  .fd-departure-table tbody tr {
    display: block;
    margin: 12px 16px;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 4px 0;
    background: #ffffff;
  }

  .fd-departure-table tbody tr.fd-row-full {
    background: #fafafa;
  }

  .fd-departure-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px 16px !important;
    border-bottom: 1px dashed #edf0f4;
    text-align: right;
  }

  .fd-departure-table tbody td::before {
    content: attr(data-label);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    text-align: left;
    flex-shrink: 0;
  }

  .fd-departure-table tbody td.fd-action {
    border-bottom: none;
    padding-top: 14px !important;
    justify-content: flex-end;
  }

  .fd-departure-table tbody td.fd-action::before {
    display: none;
  }
}

/* --- CLEAN BASE TABLE WRAPPER --- */
.table-clean-wrapper {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 8px;
}
.table-clean {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.table-clean thead th {
  background-color: #f8f9fa;
  color: #4a5568;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 20px;
  border-bottom: 2px solid #edf2f7;
}
.table-clean tbody td {
  padding: 18px 20px;
  border-bottom: 1px solid #edf2f7;
  color: #2d3748;
}
.table-clean tbody tr:last-child td {
  border-bottom: none;
}
.table-clean .date-cell {
  font-weight: 500;
  font-size: 0.95rem;
}
.table-clean .price-cell {
  font-weight: 600;
  font-size: 1rem;
  color: #1a202c;
}
.table-clean .price-cell span {
  font-size: 0.8rem;
  color: #718096;
  font-weight: 400;
  margin-left: 2px;
}

/* Pills and Buttons */
.status-pill {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 50px;
  display: inline-block;
}
.status-pill.open {
  background-color: #e6f4ea;
  color: #137333;
}
.status-pill.filled {
  background-color: #fce8e6;
  color: #c5221f;
}
.btn-action-join {
  background-color: #f39c12;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 6px;
  border: none;
  transition: all 0.2s ease;
}
.btn-action-join:hover {
  background-color: #e67e22;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(230, 126, 34, 0.15);
}
.btn-action-sold {
  background-color: #f1f3f5;
  color: #adb5bd;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 6px;
  border: none;
  cursor: not-allowed;
}
.row-disabled {
  background-color: #fafbfc;
}
.row-disabled .date-cell,
.row-disabled .price-cell {
  color: #a0aec0 !important;
}

/* ==========================================================================
   DYNAMIC RESPONSIVE MEDIA BREAKPOINT (Cards on Mobile, Table on Desktop)
   ========================================================================== */
@media (max-width: 767.98px) {
  /* Hide standard table header row */
  .table-responsive-desktop-cards table thead {
    display: none !important;
  }

  /* Force Table rows and columns to behave like block stacks */
  .table-responsive-desktop-cards table,
  .table-responsive-desktop-cards tbody,
  .table-responsive-desktop-cards tr,
  .table-responsive-desktop-cards td {
    display: block;
    width: 100%;
  }

  /* Transform each row into a standalone card container */
  .table-responsive-desktop-cards tr {
    margin-bottom: 12px;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    padding: 12px 16px;
    background-color: #ffffff;
  }

  .table-responsive-desktop-cards tr.row-disabled {
    background-color: #fafbfc;
  }

  /* Structure individual cells to align sideways cleanly */
  .table-responsive-desktop-cards td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right !important;
    padding: 8px 0 !important;
    border-bottom: 1px dashed #f0f4f8 !important;
  }

  /* Remove border-bottom from the final action button cell inside mobile card */
  .table-responsive-desktop-cards td.action-cell {
    border-bottom: none !important;
    padding-top: 12px !important;
  }

  /* Inject responsive dynamic labels onto left column of mobile layout */
  .table-responsive-desktop-cards td::before {
    content: attr(data-label);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #718096;
    text-align: left;
  }

  /* Force button to sit wide or match right alignment targets correctly */
  .table-responsive-desktop-cards .btn-action-join,
  .table-responsive-desktop-cards .btn-action-sold {
    width: auto;
    padding: 6px 16px;
  }
  /* Target the specific row action column inside your layout structure */
  .table-clean td:nth-child(4),
  .table-clean td.action-cell {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 20px !important; /* Forces a minimum physical gap between 'Action' text and your button */
    width: 100% !important;
    padding-top: 15px !important;
  }

  /* Ensure the button shrinks to fit its text instead of stretching */
  .table-clean td .btn-action-join,
  .table-clean td .btn-action-sold {
    flex-shrink: 0 !important; /* Prevents text truncation inside the orange element */
    margin: 0 !important;
  }
}

/* Disabled Row Visual Toning */
.row-disabled {
  background-color: #fafbfc;
}
.row-disabled .date-cell,
.row-disabled .price-cell {
  color: #a0aec0 !important;
}

/* --- SIDEBAR CARD BACKGROUND CONTAINER --- */
.booking-sidebar-card {
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.sidebar-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 22px;
}

/* --- CONTACT ROWS LAYOUT --- */
.sidebar-contact-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 26px;
}

.contact-info-row {
  display: flex;
  align-items: center;
}

.contact-icon-box {
  width: 38px;
  height: 38px;
  background-color: #f5f5f5;
  color: #002038;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  margin-right: 14px;
  flex-shrink: 0;
}

.contact-text-box {
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #718096;
  margin-bottom: 1px;
  font-weight: 500;
}

.contact-value {
  font-size: 15px;
  font-weight: 600;
  color: #2d3748;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-value:hover {
  color: #e67e22;
}

.contact-value-text {
  font-size: 15px;
  font-weight: 600;
  color: #2d3748;
}

/* --- BUTTON INTERACTIONS --- */
.btn-sidebar-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #e67e22;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-sidebar-book:hover {
  background-color: #d35400;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(230, 126, 34, 0.2);
}

.btn-sidebar-enquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  color: #4a5568;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 11px 0;
  border-radius: 8px;
  border: 1px solid #cbd5e0;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-sidebar-enquiry:hover {
  background-color: #f7fafc;
  border-color: #a0aec0;
  color: #2d3748;
}

/* Base wrapper styling */
.sidebar-sticky-wrapper {
  width: 100%;
  position: relative;
}

/* Updated styling injected dynamically by JS */
.sidebar-sticky-wrapper.is-sidebar-stuck {
  position: fixed !important;
  top: 90px; /* Spacing below the fixed navigation bar */
  z-index: 1010;
  /* Width will be set exactly in pixels via JavaScript */
}

/* Clear fixed behaviors on mobile screen breakpoints */
@media (max-width: 991.98px) {
  .sidebar-sticky-wrapper.is-sidebar-stuck {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
  }
}

/* --- SECTION CONTAINER WRAPPER --- */
.journey-booking-section {
  background-color: #fafafa;
  padding: 80px 0;
}

/* --- LEFT SIDE: LABELS & TYPOGRAPHY --- */
.journey-contact-wrapper {
  padding-top: 20px;
}

.journey-main-heading {
  font-size: 2.85rem;
  font-weight: 700;
  color: #0c1e29;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  line-height: 1.15;
}

.journey-sub-heading {
  font-size: 1.05rem;
  color: #666666;
  margin-bottom: 48px;
}

.journey-info-item {
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #eaeaea;
}

.journey-info-item:last-child {
  border-bottom: none;
}

.journey-icon-circle {
  width: 44px;
  height: 44px;
  background-color: #f5f5f5;
  color: #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-right: 20px;
  flex-shrink: 0;
}

.journey-info-text {
  display: flex;
  flex-direction: column;
}

.journey-info-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0c1e29;
  margin-bottom: 6px;
}

.journey-info-link {
  font-size: 1rem;
  color: #555555;
  text-decoration: none;
}

.journey-info-address {
  font-size: 1rem;
  color: #555555;
  margin: 0;
}

/* --- RIGHT SIDE: WHITE INTERACTIVE CARD --- */
.adventure-reservation-card {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 50px;
  margin-top: -250px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}

.adventure-card-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0c1e29;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.adventure-card-subtitle {
  font-size: 0.98rem;
  color: #666666;
  margin-bottom: 32px;
}

/* --- FORM ELEMENTS STYLING --- */
.adventure-input {
  height: 48px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 0.95rem;
  color: #333333;
  box-shadow: none !important;
}

.adventure-textarea {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 0.95rem;
  color: #333333;
  resize: none;
  box-shadow: none !important;
}

.adventure-input::placeholder,
.adventure-textarea::placeholder {
  color: #2c3e50;
  font-weight: 500;
}

.adventure-input:focus,
.adventure-textarea:focus {
  border-color: #0c1e29;
}

.btn-adventure-submit {
  background-color: #011d29;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 32px;
  border-radius: 50px;
  border: none;
  transition: background-color 0.2s ease;
}

.btn-adventure-submit:hover {
  background-color: #083446;
  color: #ffffff;
}

/* --- IFRAME GOOGLE MAP CONTAINER --- */
.adventure-map-wrapper {
  width: 100%;
  height: 250px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 35px;
}

/* --- RESPONSIVE MEDIA BREAKPOINTS --- */
@media (max-width: 991.98px) {
  .adventure-reservation-card {
    padding: 35px;
  }
  .journey-main-heading {
    font-size: 2.3rem;
  }
  .adventure-card-title {
    font-size: 1.95rem;
  }
}

@media (max-width: 575.98px) {
  .journey-booking-section {
    padding: 40px 0;
  }
  .adventure-reservation-card {
    padding: 24px 16px;
  }
  .journey-main-heading {
    font-size: 2rem;
  }
  .adventure-card-title {
    font-size: 1.65rem;
  }
  .adventure-map-wrapper {
    height: 200px;
  }
}

/* --- SECTION BASE WRAPPER --- */
.journal-detail-section {
  background-color: #ffffff;
  padding: 60px 0;
  color: #2b2b2b;
}

/* --- TARGETING INNER ELEMENTS THROUGH THE SINGLE CONTAINER CLASS --- */

.journal-content-container h1 {
  font-size: 2.35rem;
  font-weight: 700;
  color: #1a434d;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 24px;
}

.journal-content-container h2 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #1a434d;
  line-height: 1.3;
  margin-top: 36px;
  margin-bottom: 20px;
}

.journal-content-container p {
  font-size: 0.96rem;
  line-height: 1.65;
  color: #555555;
  margin-top: 0;
  margin-bottom: 18px;
  text-align: justify;
}

.journal-content-container ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 28px;
}

.journal-content-container ul li {
  position: relative;
  font-size: 0.94rem;
  line-height: 1.6;
  color: #555555;
  padding-left: 20px;
  margin-bottom: 14px;
}

.journal-content-container ul li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: -6px;
  color: #ff9f43;
  font-size: 1.35rem;
}

.journal-content-container ul li strong {
  color: #2c3e50;
  font-weight: 600;
}

.journal-content-container .journal-media-frame {
  width: 100%;
  margin: 32px 0;
  border-radius: 8px;
  overflow: hidden;
}

.journal-content-container .journal-media-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* --- EXACT NEW BLOCKQUOTE SPECIFICATIONS --- */
.journal-content-container blockquote {
  margin: 35px 0;
  padding: 30px 35px;
  background-color: #f6f7f9; /* Light ash gray card filling */
  border: 1px solid #e2e8f0; /* Soft thin outer border frame */
  border-radius: 8px; /* Smooth rounded card corners */
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #0d383b; /* Dark forest green typography value */
  text-align: left;
}

/* --- RESPONSIVE MEDIA BREAKPOINT OVERRIDES --- */
@media (max-width: 767.98px) {
  .journal-detail-section {
    padding: 40px 0;
  }
  .journal-content-container h1 {
    font-size: 1.85rem;
  }
  .journal-content-container h2 {
    font-size: 1.45rem;
    margin-top: 28px;
  }
  .journal-content-container blockquote {
    padding: 22px 20px;
    font-size: 1.12rem;
  }
}

/* --- STICKY CONSTRAINTS CONFIGURATION --- */
.article-sidebar-sticky-wrapper {
  width: 100%;
  position: relative;
  transition: none;
}

.article-sidebar-sticky-wrapper.is-sidebar-stuck {
  position: fixed !important;
  top: 40px;
  z-index: 1010;
}

.article-sidebar-sticky-wrapper.is-sidebar-absolute {
  position: absolute !important;
  left: calc(var(--bs-gutter-x) * 0.5);
  z-index: 1010;
}

/* --- THE MODERNIZE PREMIUM CARD DESIGN --- */
.popular-articles-card.premium-style {
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 10px 30px rgba(166, 181, 194, 0.12); /* Dynamic premium depth shadow */
}

.sidebar-header-box {
  margin-bottom: 28px;
  position: relative;
}

.popular-articles-heading {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #1a434d; /* Matches your article title color style perfectly */
  margin-bottom: 10px;
}

/* Stylish header underline accent */
.heading-accent-line {
  width: 45px;
  height: 3px;
  background-color: #ff9f43; /* Custom matched orange theme indicator */
  border-radius: 2px;
}

.articles-list-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* --- INTERACTIVE INDIVIDUAL ARTICLES --- */
.popular-article-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e2e8f0;
  transition: transform 0.2s ease;
}

.popular-article-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Picture zoom animations on row highlights */
.popular-article-thumb-box {
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.popular-article-thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.popular-article-item:hover .popular-article-thumb-box img {
  transform: scale(1.08);
}

/* Metadata components and badges styling */
.popular-article-meta-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.popular-article-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff9f43;
  background-color: rgba(255, 159, 67, 0.1);
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.popular-article-title {
  margin: 0 0 4px 0;
}

.popular-article-title a {
  font-size: 0.94rem;
  font-weight: 700;
  color: #2d3748;
  text-decoration: none;
  transition: color 0.15s ease;
}

.popular-article-item:hover .popular-article-title a {
  color: #ff9f43;
}

.popular-article-date {
  font-size: 0.82rem;
  color: #a0aec0;
  display: flex;
  align-items: center;
}

/* --- MOBILE & TABLET FALLBACK LAYOUT RESPONSIVENESS --- */
@media (max-width: 991.98px) {
  .article-sidebar-sticky-wrapper.is-sidebar-stuck,
  .article-sidebar-sticky-wrapper.is-sidebar-absolute {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    left: auto !important;
  }
  .popular-articles-card.premium-style {
    padding: 24px 20px;
    margin-top: 20px;
  }
}

/* Fix for the parent column to ensure it allows child elements to stack correctly */
.col-12.col-md-7.col-lg-7 {
  position: relative;
  z-index: 5;
}

/* Ensure the input elements inside are perfectly aligned on the solid canvas */
.adventure-input,
.adventure-textarea {
  position: relative;
  z-index: 2;
  background-color: #ffffff !important;
}

@media (max-width: 1399px) {
  .nepal-trek-gallery-wrapper {
    height: 500px;
  }
}

/* --- ENQUIRY EXPERIENCE (multi-step ascent) --- */
.enquiry-experience {
  position: relative;
  padding: 70px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgba(248, 119, 2, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(12, 30, 41, 0.06), transparent 50%),
    #f4f6f8;
}

.enquiry-bg-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.enquiry-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
  animation: enquiryOrbFloat 12s ease-in-out infinite;
}

.enquiry-orb-1 {
  width: 280px;
  height: 280px;
  background: #f87702;
  top: 8%;
  left: -60px;
  opacity: 0.12;
}

.enquiry-orb-2 {
  width: 220px;
  height: 220px;
  background: #0c1e29;
  bottom: 10%;
  right: -40px;
  opacity: 0.08;
  animation-delay: -4s;
}

.enquiry-orb-3 {
  width: 160px;
  height: 160px;
  background: #f87702;
  top: 55%;
  left: 40%;
  opacity: 0.06;
  animation-delay: -7s;
}

@keyframes enquiryOrbFloat {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, -24px) scale(1.08);
  }
}

.enquiry-experience-inner {
  position: relative;
  z-index: 1;
}

.enquiry-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) 1.4fr;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 4px 24px rgba(12, 30, 41, 0.06),
    0 20px 48px rgba(12, 30, 41, 0.08);
}

/* Left immersive panel */
.enquiry-panel {
  position: relative;
  background:
    linear-gradient(160deg, rgba(12, 30, 41, 0.92), rgba(12, 30, 41, 0.78)),
    url("../images/1.jpg") center / cover no-repeat;
  color: #ffffff;
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
}

.enquiry-panel-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(248, 119, 2, 0.18));
  pointer-events: none;
}

.enquiry-panel-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.enquiry-panel-badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  margin-bottom: 22px;
}

.enquiry-panel-title {
  font-size: clamp(1.7rem, 1.2rem + 1.8vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.enquiry-panel-title em {
  font-style: italic;
  color: #f87702;
}

.enquiry-panel-text {
  font-size: clamp(0.88rem, 0.84rem + 0.2vw, 0.95rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 36px;
  max-width: 32ch;
}

.enquiry-trail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  flex: 1;
}

.enquiry-trail::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.enquiry-trail-item {
  padding: 10px 0;
}

.enquiry-trail-link {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  opacity: 0.45;
  transition: opacity 0.3s ease;
}

.enquiry-trail-link:hover {
  opacity: 0.85;
  color: inherit;
}

.enquiry-trail-item.is-active .enquiry-trail-link,
.enquiry-trail-item.is-done .enquiry-trail-link {
  opacity: 1;
  color: inherit;
}

.enquiry-trail-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(12, 30, 41, 0.45);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease;
}

.enquiry-trail-item.is-active .enquiry-trail-dot {
  border-color: #f87702;
  background: #f87702;
  box-shadow: 0 0 0 6px rgba(248, 119, 2, 0.25);
}

.enquiry-trail-item.is-done .enquiry-trail-dot {
  border-color: #f87702;
  background: #f87702;
  box-shadow: none;
}

.enquiry-trail-item.is-done .enquiry-trail-dot::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  color: #ffffff;
}

.enquiry-trail-item strong {
  display: block;
  font-size: clamp(0.82rem, 0.78rem + 0.2vw, 0.92rem);
  font-weight: 600;
  margin-bottom: 2px;
}

.enquiry-trail-item span {
  display: block;
  font-size: clamp(0.72rem, 0.7rem + 0.15vw, 0.78rem);
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.35;
}

.enquiry-panel-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.enquiry-panel-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s ease;
}

.enquiry-panel-footer a i {
  color: #f87702;
  width: 14px;
}

.enquiry-panel-footer a:hover {
  color: #ffffff;
}

/* Right stage */
.enquiry-stage {
  padding: 36px 40px 32px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  max-height: min(760px, calc(100vh - 100px));
  overflow-y: auto;
  scroll-behavior: smooth;
}

.enquiry-stage-header {
  margin-bottom: 20px;
  flex-shrink: 0;
}

.enquiry-stage-title {
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.6rem);
  font-weight: 700;
  color: #0c1e29;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

.enquiry-stage-subtitle {
  margin: 0;
  font-size: clamp(0.82rem, 0.78rem + 0.15vw, 0.88rem);
  color: #8a94a6;
}

.enquiry-package-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff8f2;
  border: 1px solid #f0d4b8;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 20px;
  flex-shrink: 0;
  animation: enquiryBannerIn 0.45s ease;
}

@keyframes enquiryBannerIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.enquiry-package-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f87702;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.enquiry-package-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #a05a20;
  font-weight: 700;
  margin-bottom: 2px;
}

.enquiry-package-banner strong {
  font-size: 0.98rem;
  color: #0c1e29;
}

.enquiry-package-lock {
  margin-left: auto;
  color: #c4a484;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.enquiry-form-body {
  display: flex;
  flex-direction: column;
}

.enquiry-block {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eef1f4;
  scroll-margin-top: 16px;
}

.enquiry-block:last-of-type {
  border-bottom: none;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.enquiry-block-heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #8a94a6;
  margin-bottom: 12px;
}

/* Path selection cards — compact chips */
.enquiry-path-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.enquiry-path-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  border: 1px solid #e8ecf0;
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 8px;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.enquiry-path-card:hover {
  border-color: #f5c49a;
  background: #fffaf5;
}

.enquiry-path-card.is-selected {
  border-color: #f87702;
  background: #fff8f2;
  box-shadow: 0 6px 18px rgba(248, 119, 2, 0.12);
}

.enquiry-path-card.is-locked-out {
  opacity: 0.35;
  pointer-events: none;
}

.enquiry-path-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f6f8;
  color: #0c1e29;
  font-size: 1rem;
  transition: background 0.25s ease, color 0.25s ease;
}

.enquiry-path-card.is-selected .enquiry-path-icon {
  background: #f87702;
  color: #ffffff;
}

.enquiry-path-title {
  display: block;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 0.9rem);
  font-weight: 600;
  color: #0c1e29;
}

.enquiry-path-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f87702;
  color: #fff;
  font-size: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.25s ease;
}

.enquiry-path-card.is-selected .enquiry-path-check {
  opacity: 1;
  transform: scale(1);
}

.enquiry-field-error {
  color: #d64545;
  font-size: 0.85rem;
  margin-top: 14px;
  margin-bottom: 0;
}

/* Standard fields — label above input */
.enquiry-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.enquiry-label {
  display: block;
  margin: 0;
  font-size: clamp(0.78rem, 0.74rem + 0.15vw, 0.82rem);
  font-weight: 600;
  color: #4b5563;
  line-height: 1.2;
}

.enquiry-input,
.enquiry-textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 0.94rem;
  font-weight: 400;
  color: #0c1e29;
  background: #ffffff;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.enquiry-input {
  height: 44px;
}

.enquiry-textarea {
  min-height: 88px;
  line-height: 1.45;
  padding: 10px 14px;
  resize: vertical;
}

.enquiry-input::placeholder,
.enquiry-textarea::placeholder {
  color: #9aa3b2;
  font-weight: 400;
}

.enquiry-input:focus,
.enquiry-textarea:focus {
  border-color: #f87702;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(248, 119, 2, 0.1) !important;
  outline: none;
}

.enquiry-input.is-locked {
  background: #f5f6f8;
  color: #0c1e29;
  font-weight: 500;
  cursor: not-allowed;
  border-color: #dce1e8;
  padding-right: 40px;
}

.enquiry-trip-field .enquiry-trip-lock {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #8a94a6;
  font-size: 0.8rem;
  pointer-events: none;
}

/* Traveler pill stepper */
.enquiry-travelers {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  min-width: 168px;
  height: 44px;
  padding: 4px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f7f8fa;
}

.enquiry-travelers-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  min-width: 72px;
  padding: 0 4px;
}

.enquiry-travelers-value input {
  width: 1.4em;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0c1e29;
  background: transparent;
  pointer-events: none;
  appearance: textfield;
  -moz-appearance: textfield;
}

.enquiry-travelers-value input::-webkit-outer-spin-button,
.enquiry-travelers-value input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.enquiry-travelers-unit {
  font-size: 0.78rem;
  font-weight: 500;
  color: #8a94a6;
  text-transform: lowercase;
}

.enquiry-stepper-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #0c1e29;
  font-size: 0.72rem;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(12, 30, 41, 0.1);
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.enquiry-stepper-btn:hover {
  background: #f87702;
  color: #ffffff;
  transform: scale(1.05);
}

.enquiry-stepper-btn:active {
  transform: scale(0.96);
}

/* Nav buttons */
.enquiry-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
}

.enquiry-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  transition: all 0.25s ease;
}

.enquiry-nav-back {
  background: transparent;
  color: #4b5563;
  border: 1.5px solid #e5e9ef;
}

.enquiry-nav-back:hover:not(:disabled) {
  border-color: #0c1e29;
  color: #0c1e29;
}

.enquiry-nav-back:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.enquiry-nav-next {
  background: linear-gradient(135deg, #f87702, #ff9a3c);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(248, 119, 2, 0.28);
}

.enquiry-nav-next:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(248, 119, 2, 0.35);
}

/* Success state */
.enquiry-success {
  text-align: center;
  padding: 48px 16px;
  animation: enquiryStepIn 0.45s ease;
}

.enquiry-success[hidden] {
  display: none !important;
}

.enquiry-success-ring {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f87702, #ff9a3c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 12px 30px rgba(248, 119, 2, 0.3);
  animation: enquiryPop 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes enquiryPop {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.enquiry-success h2 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #0c1e29;
  margin-bottom: 8px;
}

.enquiry-success p {
  color: #6b7280;
  margin-bottom: 24px;
}

.enquiry-success .enquiry-nav-next {
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .enquiry-experience {
    padding: 48px 0 48px;
  }

  .enquiry-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .enquiry-panel {
    padding: 28px 24px;
    min-height: auto;
  }

  .enquiry-trail {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
  }

  .enquiry-trail::before {
    display: none;
  }

  .enquiry-trail-item {
    min-width: 120px;
    padding: 8px 0;
  }

  .enquiry-trail-item strong {
    font-size: 0.8rem;
  }

  .enquiry-trail-item span {
    font-size: 0.7rem;
  }

  .enquiry-panel-footer {
    display: none;
  }

  .enquiry-stage {
    padding: 28px 22px 24px;
    max-height: min(680px, calc(100vh - 80px));
  }

  .enquiry-path-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .enquiry-path-grid {
    grid-template-columns: 1fr 1fr;
  }

  .enquiry-stage {
    padding: 24px 16px 20px;
    max-height: none;
  }

  .enquiry-path-title {
    font-size: 0.8rem;
  }

  .enquiry-input,
  .enquiry-textarea {
    font-size: 0.9rem;
  }

  .enquiry-nav-btn {
    padding: 12px 18px;
    font-size: 0.88rem;
    width: 100%;
    justify-content: center;
  }
}

/* --- DESTINATION ACTIVITY REVEAL CARDS --- */
.dest-activities-section {
  padding: clamp(48px, 6vw, 70px) 0 clamp(56px, 8vw, 90px);
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(248, 119, 2, 0.06), transparent 60%),
    #fafafa;
}

.dest-reveal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  perspective: 1200px;
}

.dest-reveal-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  isolation: isolate;
  box-shadow: 0 10px 28px rgba(12, 30, 41, 0.08);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease;
}

.dest-reveal-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.dest-reveal-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 30, 41, 0.08) 0%,
    rgba(12, 30, 41, 0.2) 35%,
    rgba(12, 30, 41, 0.82) 100%
  );
  transition: background 0.45s ease;
  z-index: 1;
}

.dest-reveal-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255, 255, 255, 0.22) 48%,
    transparent 62%
  );
  transform: translateX(-120%) skewX(-12deg);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.dest-reveal-index {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.dest-reveal-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: #ffffff;
  background: rgba(248, 119, 2, 0.92);
  box-shadow: 0 8px 18px rgba(248, 119, 2, 0.35);
  transform: scale(0.85);
  opacity: 0.92;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.dest-reveal-body {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  padding: 18px 16px;
  border-radius: 14px;
  background: rgba(12, 30, 41, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease,
    padding 0.4s ease;
}

.dest-reveal-body h3 {
  margin: 0;
  font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.28rem);
  font-weight: 700;
  letter-spacing: -0.2px;
}

.dest-reveal-body p {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 0.86rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  transform: translateY(10px);
  transition: max-height 0.4s ease, opacity 0.35s ease, transform 0.35s ease,
    margin 0.35s ease;
}

.dest-reveal-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: clamp(0.78rem, 0.74rem + 0.15vw, 0.82rem);
  font-weight: 600;
  color: #0c1e29;
  background: #ffffff;
  border-radius: 999px;
  transform: translateY(10px);
  transition: max-height 0.4s ease, opacity 0.35s ease, transform 0.35s ease,
    margin 0.35s ease, padding 0.35s ease;
}

.dest-reveal-cta i {
  font-size: 0.7rem;
  transition: transform 0.25s ease;
}

.dest-reveal-card:hover,
.dest-reveal-card:focus-visible {
  color: #ffffff;
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: 0 22px 44px rgba(12, 30, 41, 0.2);
  outline: none;
}

.dest-reveal-card:hover .dest-reveal-img,
.dest-reveal-card:focus-visible .dest-reveal-img {
  transform: scale(1.1);
}

.dest-reveal-card:hover .dest-reveal-shade,
.dest-reveal-card:focus-visible .dest-reveal-shade {
  background: linear-gradient(
    180deg,
    rgba(12, 30, 41, 0.12) 0%,
    rgba(12, 30, 41, 0.35) 30%,
    rgba(12, 30, 41, 0.55) 100%
  );
}

.dest-reveal-card:hover .dest-reveal-shine,
.dest-reveal-card:focus-visible .dest-reveal-shine {
  transform: translateX(120%) skewX(-12deg);
}

.dest-reveal-card:hover .dest-reveal-index,
.dest-reveal-card:focus-visible .dest-reveal-index {
  background: #f87702;
  border-color: #f87702;
  transform: scale(1.08);
}

.dest-reveal-card:hover .dest-reveal-icon,
.dest-reveal-card:focus-visible .dest-reveal-icon {
  transform: scale(1.08) rotate(-6deg);
}

.dest-reveal-card:hover .dest-reveal-body,
.dest-reveal-card:focus-visible .dest-reveal-body {
  background: rgba(12, 30, 41, 0.55);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  padding: 18px 16px 16px;
}

.dest-reveal-card:hover .dest-reveal-body p,
.dest-reveal-card:focus-visible .dest-reveal-body p {
  max-height: 84px;
  opacity: 1;
  margin-top: 8px;
  transform: translateY(0);
}

.dest-reveal-card:hover .dest-reveal-cta,
.dest-reveal-card:focus-visible .dest-reveal-cta {
  max-height: 40px;
  opacity: 1;
  margin-top: 14px;
  padding: 8px 14px;
  transform: translateY(0);
}

.dest-reveal-card:hover .dest-reveal-cta i,
.dest-reveal-card:focus-visible .dest-reveal-cta i {
  transform: translateX(4px);
}

/* Middle column slightly offset for rhythm */
.dest-reveal-card:nth-child(2),
.dest-reveal-card:nth-child(5) {
  transform: translateY(12px);
}

.dest-reveal-card:nth-child(2):hover,
.dest-reveal-card:nth-child(5):hover,
.dest-reveal-card:nth-child(2):focus-visible,
.dest-reveal-card:nth-child(5):focus-visible {
  transform: translateY(4px) rotateX(2deg);
}

@media (max-width: 991.98px) {
  .dest-reveal-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .dest-reveal-index {
    width: 34px;
    height: 34px;
    font-size: 0.68rem;
    top: 12px;
    right: 12px;
  }

  .dest-reveal-icon {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
    top: 12px;
    left: 12px;
  }

  .dest-reveal-body {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px 12px;
  }

  .dest-reveal-card:nth-child(2),
  .dest-reveal-card:nth-child(5) {
    transform: none;
  }

  .dest-reveal-card:nth-child(2):hover,
  .dest-reveal-card:nth-child(5):hover {
    transform: translateY(-8px) rotateX(2deg);
  }
}

@media (max-width: 575.98px) {
  .dest-activities-section {
    padding: 40px 0 48px;
  }

  .dest-reveal-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    perspective: none;
  }

  .dest-reveal-card {
    aspect-ratio: 4 / 3;
  }

  .dest-reveal-card:nth-child(2),
  .dest-reveal-card:nth-child(5),
  .dest-reveal-card:hover,
  .dest-reveal-card:focus-visible {
    transform: none;
  }

  .dest-reveal-body h3 {
    font-size: 1.1rem;
  }

  .dest-reveal-body p {
    font-size: 0.84rem;
    max-height: none;
    opacity: 1;
    transform: none;
    margin-top: 6px;
  }

  .dest-reveal-cta {
    font-size: 0.8rem;
    max-height: none;
    opacity: 1;
    transform: none;
    margin-top: 10px;
    padding: 7px 12px;
  }

  .dest-reveal-body {
    background: rgba(12, 30, 41, 0.5);
  }

  .detail-content-section {
    padding: 36px 0;
  }

  .trek-content-section {
    padding: 20px 0;
  }

  .section-title-custom {
    margin-bottom: 16px;
  }

  .section-title-custom::before {
    height: 20px;
  }
}

.showcase-grid-section {
            background: #faf8f5;
            padding: 70px 0;
        }

        /* Card Container Styles */
        .showcase-grid-section .custom-card-wrapper {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            width: 100%;
            display: block;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }

        .showcase-grid-section .custom-card-wrapper:hover {
            transform: translateY(-4px);
        }

        /* Image handling to ensure uniform layouts */
        .showcase-grid-section .card-img-fill {
            width: 100%;
            object-fit: cover;
            display: block;
        }

        /* Height controls for structural accuracy */
        .showcase-grid-section .height-short {
            height: 280px;
        }

        .showcase-grid-section .height-tall {
            height: 584px; /* Matches the combined height of short cards + grid gap */
        }

        /* Custom Floating Badge/Label Layout */
        .showcase-grid-section .custom-card-label {
            position: absolute;
            bottom: 16px;
            left: 0;
            background-color: #002039; /* Exact burgundy color matching */
            color: #ffffff;
            font-weight: 600;
            font-size: 1.3rem;
            padding: 8px 20px 8px 16px;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
            max-width: 85%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        /* Responsive Breakpoint Adjustment for smaller devices */
        @media (max-width: 767.98px) {
            .showcase-grid-section .height-tall {
                height: 380px; /* Adjust center card height when stacked */
            }
            .showcase-grid-section .height-short {
                height: 240px;
            }
        }

        /* Unique Custom Namespace to avoid styling conflicts */
        .team-experience-section {
            background-color: #ffffff;
            padding: 70px 0;
        }

        /* Card Frame Styling */
        .team-experience-section .member-card {
            background-color: #f5f6f7; /* Matching light gray card background */
            border-radius: 16px;
            overflow: hidden;
            border: none;
            text-align: center;
            padding-bottom: 24px;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
        }

        /* Image Handling */
        .team-experience-section .member-img-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 1 / 1; /* Keeps images beautifully squared */
            overflow: hidden;
        }

        .team-experience-section .member-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Exact Slanted Experience Badge Layout */
        .team-experience-section .experience-badge-container {
            position: relative;
            margin-top: -20px; /* Pulls badge up to overlap the image exactly */
            margin-bottom: 20px;
            z-index: 2;
            display: flex;
            justify-content: center;
            padding: 0 15px;
        }

        .team-experience-section .experience-badge {
            background-color: #921c33; /* Exact burgundy color */
            color: #ffffff;
            padding: 6px 24px;
            border-radius: 4px;
            transform: skewX(-14deg); /* Recreates the exact parallelogram slant */
            box-shadow: 0 4px 8px rgba(146, 28, 51, 0.2);
            max-width: 100%;
        }

        /* Reverse skew text so content remains perfectly straight */
        .team-experience-section .experience-badge-text {
            transform: skewX(14deg);
            display: inline-block;
            font-size: 0.85rem;
            letter-spacing: 0.3px;
            white-space: nowrap;
        }

        .team-experience-section .experience-badge-text strong {
            font-weight: 700;
        }

        /* Text & Headings Content */
        .team-experience-section .member-name {
            color: #0c2340; /* Deep navy tone */
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 4px;
            padding: 0 16px;
        }

        .team-experience-section .member-role {
            color: #6b7280; /* Subdued gray subtitle font */
            font-size: 0.9rem;
            font-weight: 400;
            margin-bottom: 0;
            padding: 0 16px;
        }

/* ==========================================================================
   SCROLL-TO-TOP BUTTON
   ========================================================================== */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #d35400 0%, #a04000 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(146, 40, 51, 0.3);
    font-size: 1.2rem;
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(146, 40, 51, 0.4);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
        }

        