:root {
  --gold: #F1B505;
  --gold-light: #F7CD43;
  --gold-dim: rgba(241,181,5,0.14);
  --dark: #1A1A1A;
  --dark2: #2A2A2A;
  --sand: #F5EDD8;
  --sand2: #EDE0C4;
  --text-muted: #7A7A7A;
  --muted: #6B6B6B;
  --white: #ffffff;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', sans-serif;
  color: var(--dark);
  overflow-x: hidden;
  background: #fff;
}
/* ===== NAVBAR ===== */
.navbar-custom {
  background: transparent;
  padding: 18px 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  overflow: visible;
}
.navbar-custom > .container {
  overflow: visible;
}
.navbar-custom #navLinks {
  overflow: visible;
}
.navbar-custom .dropdown {
  position: relative;
}
.navbar-custom.scrolled {
  background: rgba(26,26,26,0.95);
  position: fixed;
  top: 0;
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.navbar-brand-text {
  font-family: 'Cinzel', serif;
  color: var(--gold) !important;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.navbar-custom .nav-link {
  color: rgba(255,255,255,0.9) !important;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 6px 14px !important;
  transition: color 0.3s;
  text-transform: uppercase;
}
.navbar-custom .nav-link:hover { color: var(--gold) !important; }
.navbar-toggler { border-color: var(--gold); }
body.inner-page .navbar-custom { background: rgba(26,26,26,0.97); position: sticky; top: 0; }
.navbar-custom .nav-link.active { color: var(--gold) !important; }
/* Destinations dropdown (navbar) */
.navbar-custom .nav-dest-dropdown .dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.12em;
}
.navbar-custom .nav-dest-dropdown .dropdown-toggle.show,
.navbar-custom .nav-dest-dropdown .dropdown-toggle:focus {
  color: var(--gold) !important;
}
.navbar-custom .dest-nav-dropdown {
  
  overflow-y: auto;
  min-width: 14rem;
  margin-top: 0.5rem !important;
  border-radius: 8px;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.navbar-custom .dest-nav-dropdown .dropdown-item {
  font-size: 0.82rem;
  text-transform: none;
  letter-spacing: 0.02em;
  padding: 0.45rem 1rem;
}
.navbar-custom .dest-nav-dropdown .dropdown-item:hover {
  background: rgba(241,181,5,0.2);
  color: #fff;
}
.navbar-custom .dest-nav-dropdown .dropdown-divider {
  border-color: rgba(255,255,255,0.12);
}
.navbar-custom img,
.navbar-custom svg {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  /* Desktop: open nav dropdowns on hover */
  .navbar-custom .nav-dest-dropdown:hover > .dropdown-menu,
  .navbar-custom .user-nav-dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-custom .nav-dest-dropdown:hover > .dropdown-toggle,
  .navbar-custom .user-nav-dropdown:hover > .dropdown-toggle {
    color: var(--gold) !important;
  }
}
.mobile-dest-toggle .fa-chevron-down {
  transition: transform 0.2s ease;
}
body.destination-landing-root .navbar-custom {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
/* Auth icons in navbar */
.navbar-custom .auth-icon-link {
  padding: 0 !important;
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(241,181,5,0.7);
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  color: var(--gold) !important;
}
.navbar-custom .auth-icon-link i {
  font-size: 0.82rem;
  line-height: 1;
}
.navbar-custom .auth-icon-link:hover,
.navbar-custom .auth-icon-link.active {
  background: var(--gold);
  color: #111 !important;
  border-color: var(--gold);
}
.mobile-auth-icon {
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(241,181,5,0.8);
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--gold) !important;
}
.mobile-auth-icon i { font-size: 0.82rem; }
.user-nav-dropdown .user-nav-toggle {
  border: 1.5px solid rgba(241,181,5,0.75);
  border-radius: 40px;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 4px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  background: rgba(0,0,0,0.2);
}
.user-nav-dropdown .user-nav-toggle:hover,
.user-nav-dropdown .user-nav-toggle:focus {
  color: #111;
  border-color: var(--gold);
  box-shadow: none;
  background: var(--gold);
}
.user-nav-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
}
.user-nav-name {
  max-width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-nav-menu {
  min-width: 190px;
  margin-top: 10px !important;
  background: #111;
  border: 1px solid rgba(241,181,5,0.35);
}
.user-nav-menu .dropdown-item {
  color: rgba(255,255,255,0.88);
  font-size: 0.82rem;
  padding: 10px 14px;
}
.user-nav-menu .dropdown-item:hover,
.user-nav-menu .dropdown-item.active {
  background: rgba(241,181,5,0.14);
  color: var(--gold);
}
.user-nav-menu .dropdown-divider {
  border-color: rgba(255,255,255,0.12);
}
/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0; /* own stacking context, so the bg image/overlay/content layer correctly regardless of Bootstrap's unpositioned .container/.row wrappers in between */
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to top, #fff, transparent);
  z-index: 1;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 24px;
}
.hero p {
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 36px;
}
.btn-gold {
  background: var(--gold);
  color: #fff;
  border: none;
  padding: 14px 36px;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  border-radius: 2px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}
.btn-gold:hover { background: var(--gold-light); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(201,168,76,0.35); }
.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
  padding: 12px 30px;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}
.btn-outline-gold:hover { background: var(--gold); color: #fff; }
@media (max-width: 991px) {
  body.page-home .hero {
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 48px;
    box-sizing: border-box;
  }
  body.page-home .hero .hero-content {
    padding-top: 12px;
  }
  body.page-home .hero h1 {
    margin-bottom: 18px;
  }
  .hero-cta {
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
  }
  .hero-cta .btn-gold,
  .hero-cta .btn-outline-gold {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 11px 10px;
    font-size: 0.68rem;
    letter-spacing: 1px;
    gap: 6px;
  }
  .hero-cta .btn-outline-gold {
    padding: 9px 10px;
  }
}
@media (max-width: 380px) {
  .hero-cta .btn-gold,
  .hero-cta .btn-outline-gold {
    font-size: 0.6rem;
    padding: 10px 6px;
    letter-spacing: 0.5px;
  }
  .hero-cta .btn-outline-gold {
    padding: 8px 6px;
  }
}
/* ===== DESTINATIONS GRID ===== */
.section-eyebrow {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.25;
}
.section-title span { color: var(--gold); font-style: italic; }
.dest-panel.active::before {
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%);
}
.dest-panel.active { flex: 3.5; }
.dest-panel.active .dest-panel-inner,
.dest-panel:hover .dest-panel-inner {
  transform: translateY(0);
  opacity: 1;
}
.dest-panel.active .dest-panel-desc,
.dest-panel:hover .dest-panel-desc { display: block; }
/* Collapsed panel: show only title vertically */
.dest-panel:not(.active):not(:hover) .dest-panel-inner {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 16px;
}
.dest-panel:not(.active):not(:hover) .dest-panel-title {
  font-size: 0.88rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.dest-panel:not(.active):not(:hover) .dest-panel-num,
.dest-panel:not(.active):not(:hover) .dest-panel-sub,
.dest-panel:not(.active):not(:hover) .dest-panel-desc,
.dest-panel:not(.active):not(:hover) .dest-panel-tags,
.dest-panel:not(.active):not(:hover) .dest-panel-btn { display: none; }
@media (max-width: 768px) {
  .dest-cards-strip { flex-direction: column; height: auto; }
  .dest-panel { flex: none !important; height: 220px; }
  .dest-panel.active, .dest-panel:hover { height: 420px; }
  .dest-panel:not(.active):not(:hover) .dest-panel-title {
    writing-mode: horizontal-tb;
    transform: none;
    left: 20px;
    font-size: 1rem;
    letter-spacing: 2px;
    bottom: 16px;
  }
}
.quality-section .subtitle { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.7; }
.accordion-btn-custom:hover, .accordion-btn-custom.active { color: var(--gold); }
.accordion-btn-custom.active i { transform: rotate(45deg); color: var(--gold); }
.accordion-content.open { max-height: 200px; padding-bottom: 16px; }
.blog-card { border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.06); transition: transform 0.3s, box-shadow 0.3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 10px 35px rgba(0,0,0,0.1); }
.blog-card img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 22px; }
.blog-cat {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--dark);
  margin-bottom: 12px;
}
.blog-meta { font-size: 0.78rem; color: var(--text-muted); }
.blog-meta i { color: var(--gold); margin-right: 4px; }
/* ===== FOOTER ===== */
footer { background: #111; padding: 70px 0 30px; }
.footer-logo-link {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 0;
}
.footer-logo-img {
  width: 118px;
  height: auto;
  display: block;
  object-fit: contain;
}
.footer-brand {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.footer-desc { color: rgba(255,255,255,0.5); font-size: 0.85rem; line-height: 1.7; margin-bottom: 24px; }
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.footer-social a {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
  margin-right: 0;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.footer-heading {
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer ul { list-style: none; padding: 0; }
footer ul li { margin-bottom: 10px; }
footer ul li a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s;
}
footer ul li a:hover { color: var(--gold); }
.footer-divider { border-color: rgba(255,255,255,0.08); margin: 40px 0 24px; }
.footer-copy { color: rgba(255,255,255,0.35); font-size: 0.8rem; }
.footer-copy span { color: var(--gold); }
/* ===== DIVIDER ===== */
.gold-divider {
  width: 60px; height: 3px;
  background: var(--gold);
  margin: 16px 0 24px;
  border-radius: 2px;
}
.gold-divider.center { margin: 16px auto 24px; }
/* ===== SCROLL TO TOP ===== */
#scrollTop {
  position: fixed;
  bottom: 30px; right: 30px;
  background: var(--gold);
  color: #fff;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: none;
  align-items: center; justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(201,168,76,0.4);
  transition: all 0.3s;
}
#scrollTop:hover { background: var(--gold-light); transform: translateY(-3px); }
/* ===== FIXED WHATSAPP CHAT ===== */
.whatsapp-fab {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
  z-index: 10000;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-fab:hover {
  color: #fff;
  background: #1ebc59;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.28);
}
.messenger-fab {
  position: fixed;
  left: 20px;
  bottom: 84px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0084ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
  z-index: 10000;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.messenger-fab:hover {
  color: #fff;
  background: #006aff;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.28);
}
@media (max-width: 767px) {
  .whatsapp-fab {
    left: 20px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
  }
  .messenger-fab {
    left: 20px;
    bottom: 74px;
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
  }
}
/* ===== ANIMATIONS ===== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
@keyframes scrollBounce {
  0%,100% { top: 6px; opacity: 1; }
  80% { top: 20px; opacity: 0; }
}
.breadcrumb-item.active { color: var(--muted); font-size: 0.82rem; }
/* ===== REUSABLES ===== */
.section-eyebrow {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-eyebrow::before { content: ''; display: inline-block; width: 30px; height: 1px; background: var(--gold); }
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark);
}
.section-title span { color: var(--gold); font-style: italic; }
.section-title.light { color: #fff; }
.story-section .section-title.light { color: #fff; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}
/* ===== FOOTER ===== */
footer { background: #111; padding: 60px 0 26px; }
.footer-brand { font-family: 'Cinzel', serif; color: var(--gold); font-size: 1.15rem; font-weight: 700; letter-spacing: 2px; margin-bottom: 14px; }
.footer-desc { color: rgba(255,255,255,0.45); font-size: 0.83rem; line-height: 1.75; margin-bottom: 22px; }
.footer-social a {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.45);
  font-size: 0.75rem;
  margin-right: 7px;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.footer-heading { font-family: 'Cinzel', serif; color: #fff; font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
footer ul { list-style: none; padding: 0; }
footer ul li { margin-bottom: 10px; }
footer ul li a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.83rem; transition: color 0.3s; }
footer ul li a:hover { color: var(--gold); }
.footer-copy { color: rgba(255,255,255,0.28); font-size: 0.78rem; }
.footer-copy span { color: var(--gold); }
/* ===== ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-left.visible { opacity: 1; transform: translateX(0); }
.fade-right.visible { opacity: 1; transform: translateX(0); }
.breadcrumb-item.active { color:var(--muted); font-size:0.82rem; }
/* REUSABLES */
.section-eyebrow { font-family:'Cinzel',serif; color:var(--gold); font-size:0.72rem; letter-spacing:4px; text-transform:uppercase; margin-bottom:12px; display:flex; align-items:center; gap:10px; }
.section-eyebrow::before { content:''; display:inline-block; width:30px; height:1px; background:var(--gold); }
.section-title { font-family:'Playfair Display',serif; font-size:clamp(1.9rem,3.5vw,2.8rem); font-weight:700; line-height:1.2; color:var(--dark); }
.section-title span { color:var(--gold); font-style:italic; }
/* MODAL */
.modal-content { border:1px solid rgba(201,168,76,0.2); border-radius:16px; overflow:hidden; }
.modal-header { background:var(--dark); border-bottom:1px solid rgba(201,168,76,0.15); padding:24px 28px; }
.team-member-modal .modal-content.team-member-modal-content {
  position:relative;
  padding:0;
  border:none;
  border-radius:var(--tm-radius);
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,0.38);
  background:#fff;
  display:block;
  max-height:calc(100vh - 2.5rem);
}
.stat-num { font-family:'Playfair Display',serif; font-size:clamp(2.2rem,4vw,3.2rem); font-weight:700; color:var(--gold); line-height:1; margin-bottom:8px; }
.stat-label { font-family:'Cinzel',serif; font-size:0.68rem; letter-spacing:2.5px; color:var(--dark); text-transform:uppercase; }
/* FOOTER */
footer { background:#111; padding:56px 0 24px; }
.footer-brand { font-family:'Cinzel',serif; color:var(--gold); font-size:1.1rem; font-weight:700; letter-spacing:2px; margin-bottom:12px; }
.footer-desc { color:rgba(255,255,255,0.42); font-size:0.82rem; line-height:1.75; margin-bottom:20px; }
.footer-social a { width:34px; height:34px; border:1px solid rgba(255,255,255,0.12); border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:rgba(255,255,255,0.42); font-size:0.75rem; margin-right:6px; text-decoration:none; transition:all 0.3s; }
.footer-social a:hover { background:var(--gold); border-color:var(--gold); color:#fff; }
.footer-heading { font-family:'Cinzel',serif; color:#fff; font-size:0.76rem; letter-spacing:2px; text-transform:uppercase; margin-bottom:16px; }
footer ul { list-style:none; padding:0; }
footer ul li { margin-bottom:9px; }
footer ul li a { color:rgba(255,255,255,0.42); text-decoration:none; font-size:0.82rem; transition:color 0.3s; }
footer ul li a:hover { color:var(--gold); }
.footer-copy { color:rgba(255,255,255,0.25); font-size:0.76rem; }
.footer-copy span { color:var(--gold); }
/* ANIMATIONS */
.fade-up { opacity:0; transform:translateY(28px); transition:opacity 0.65s ease,transform 0.65s ease; }
.fade-up.visible { opacity:1; transform:translateY(0); }
.fade-left.visible { opacity:1; transform:translateX(0); }
.fade-right.visible { opacity:1; transform:translateX(0); }
.breadcrumb-item.active { color: var(--text-muted); font-size: 0.82rem; }
.section-eyebrow {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--dark);
}
.section-title span { color: var(--gold); font-style: italic; }
.gold-divider { width: 56px; height: 3px; background: var(--gold); border-radius: 2px; margin: 16px 0 28px; }
/* ===== FOOTER ===== */
footer { background: #111; padding: 50px 0 24px; }
.footer-brand { font-family: 'Cinzel', serif; color: var(--gold); font-size: 1.1rem; font-weight: 700; letter-spacing: 2px; margin-bottom: 12px; }
.footer-desc { color: rgba(255,255,255,0.45); font-size: 0.82rem; line-height: 1.7; margin-bottom: 20px; }
.footer-social a {
  width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.45);
  font-size: 0.75rem;
  margin-right: 6px;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.footer-heading { font-family: 'Cinzel', serif; color: #fff; font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
footer ul { list-style: none; padding: 0; }
footer ul li { margin-bottom: 9px; }
footer ul li a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.82rem; transition: color 0.3s; }
footer ul li a:hover { color: var(--gold); }
.footer-copy { color: rgba(255,255,255,0.3); font-size: 0.78rem; }
.footer-copy span { color: var(--gold); }
/* ===== ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.filter-btn:hover, .filter-btn.active { background: var(--gold); border-color: var(--gold); color: #fff; }
.blog-grid-section .blog-card { border-radius: 12px; overflow: hidden; box-shadow: 0 3px 24px rgba(0,0,0,0.07); border: 1px solid rgba(201,168,76,0.1); transition: all 0.35s; height: 100%; display: flex; flex-direction: column; background: #fff; }
.blog-grid-section .blog-card:hover { transform: translateY(-8px); box-shadow: 0 18px 55px rgba(0,0,0,0.13); border-color: rgba(201,168,76,0.3); }
.blog-grid-section .blog-card:hover .blog-img-wrap img { transform: scale(1.07); }
.blog-grid-section .blog-card-body { padding: 24px 22px; flex-grow: 1; display: flex; flex-direction: column; }
.blog-grid-section .blog-card-title { font-family: 'Playfair Display', serif; font-size: 1.08rem; font-weight: 600; color: var(--dark); line-height: 1.4; margin-bottom: 10px; transition: color 0.3s; }
.blog-grid-section .blog-card:hover .blog-card-title { color: var(--gold); }
.blog-read-time { font-size: 0.72rem; color: var(--gold); font-weight: 700; }
.pull-quote { border-left: 4px solid var(--gold); background: var(--sand); border-radius: 0 10px 10px 0; padding: 24px 28px; margin: 36px 0; position: relative; }
.pull-quote::before { content: '\201C'; font-family: 'Playfair Display', serif; font-size: 5rem; color: rgba(201,168,76,0.2); position: absolute; top: -10px; left: 18px; line-height: 1; }
.pull-quote p { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.12rem; color: var(--dark); line-height: 1.7; margin: 0; position: relative; z-index: 1; }
.pull-quote cite { display: block; font-family: 'Lato', sans-serif; font-style: normal; font-size: 0.78rem; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; font-weight: 700; margin-top: 12px; }
.img-caption { font-size: 0.78rem; color: var(--muted); text-align: center; margin-top: -22px; margin-bottom: 32px; font-style: italic; }
.info-box { background: var(--dark); border-radius: 12px; padding: 28px 30px; margin: 36px 0; }
.info-box-title { font-family: 'Cinzel', serif; color: var(--gold); font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }
.info-box ul { padding-left: 0; list-style: none; margin: 0; }
.info-box li { color: rgba(255,255,255,0.75); font-size: 0.88rem; line-height: 1.7; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: flex-start; gap: 10px; }
.info-box li:last-child { border-bottom: none; }
.info-box li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.two-col-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
.two-col-imgs img { width: 100%; height: 220px; object-fit: cover; border-radius: 10px; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 40px 0 0; }
.post-tag { background: var(--gold-dim); border: 1px solid rgba(201,168,76,0.25); color: var(--gold); font-size: 0.72rem; letter-spacing: 1px; padding: 5px 14px; border-radius: 20px; font-weight: 700; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
.post-tag:hover { background: var(--gold); color: #fff; }
.share-btn.fb:hover { background: #1877f2; border-color: #1877f2; color: #fff; }
.share-btn.tw:hover { background: #1da1f2; border-color: #1da1f2; color: #fff; }
.share-btn.wa:hover { background: #25d366; border-color: #25d366; color: #fff; }
.share-btn.li:hover { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.author-box { background: #fff; border: 1px solid rgba(201,168,76,0.15); border-radius: 16px; padding: 32px; display: flex; gap: 24px; align-items: flex-start; box-shadow: 0 4px 24px rgba(0,0,0,0.06); margin: 40px 0; }
.author-box-img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); flex-shrink: 0; }
.author-box-name { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.author-box-role { font-family: 'Cinzel', serif; font-size: 0.65rem; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }
.author-box-bio { font-size: 0.85rem; color: var(--muted); line-height: 1.75; margin-bottom: 14px; }
.author-social a { width: 30px; height: 30px; border-radius: 6px; border: 1.5px solid #e0e0e0; display: inline-flex; align-items: center; justify-content: center; color: var(--muted); font-size: 0.75rem; margin-right: 6px; text-decoration: none; transition: all 0.3s; }
.author-social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.toc-item { display: block; color: var(--muted); font-size: 0.83rem; padding: 8px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; transition: color 0.3s; line-height: 1.4; }
.toc-item:hover { color: var(--gold); }
.toc-item:last-child { border-bottom: none; }
.toc-item i { color: var(--gold); margin-right: 8px; font-size: 0.65rem; }
@media (max-width: 767px) {
  .author-box { flex-direction: column; }
  .two-col-imgs { grid-template-columns: 1fr; }
}
.platform-reviews-rating .fa-star {
  color: var(--gold);
  font-size: 0.82rem;
}
.hero-cta .btn-gold#watchStoryBtn {
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
}
@keyframes instagram-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 6px)); }
}
.query-booking-section .section-title.light { color: #fff; }
.gallery-item {
  flex: 0 0 auto;
  width: 300px;
  height: 190px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
@keyframes gallery-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 7px)); }
}
@media (max-width: 991px) {
  .gallery-item { width: 250px; height: 165px; }
  .gallery-marquee-track { animation-duration: 150s; }
  .gallery-marquee-wrap.reverse .gallery-marquee-track { animation-duration: 180s; }
}
.auth-single-card .btn-gold {
  margin-top: 4px;
  padding: 13px 20px;
}
/* Footer social: wrap many icons (overrides duplicate footer blocks above) */
footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
footer .footer-social a {
  margin-right: 0;
}
/* ===== MOBILE HORIZONTAL OVERFLOW FIX ===== */
html {
  overflow-x: hidden;
  max-width: 100%;
}
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
body { max-width: 100%; position: relative; }
img, video, iframe { max-width: 100%; }
@media (max-width: 991px) {
  .fade-left, .fade-right { transform: translateY(20px); }
  .fade-left.visible, .fade-right.visible { transform: none; }
  .collage-float { right: 0; bottom: -20px; }
  .why-badge { left: 0; }
}
/* Lock horizontal page panning on touch devices (nested carousels are their own scrollers and keep working) */
html, body {
  width: 100%;
  overscroll-behavior-x: none;
}
@media (max-width: 991px) {
  html, body {
    touch-action: pan-y pinch-zoom;
  }
  .row { max-width: 100%; }
}
/* Desktop: keep hero content clear of the absolute-positioned navbar */
@media (min-width: 992px) {
  body.page-home .hero {
    padding-top: 80px;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
}
/* Desktop: compact home hero so the social icons are visible without scrolling */
@media (min-width: 992px) {
  body.page-home .hero h1 {
    font-size: clamp(2.2rem, min(4.2vw, 7.4vh), 3.7rem);
    line-height: 1.12;
    margin-bottom: 14px;
  }
  body.page-home .hero p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  body.page-home .hero .btn-gold {
    padding: 12px 30px;
    font-size: 0.85rem;
  }
  body.page-home .hero .hero-stats {
    margin-top: 28px;
    gap: 36px;
  }
  body.page-home .hero .hero-stat-num { font-size: 1.7rem; }
  body.page-home .hero .hero-social { margin-top: 20px; }
  body.page-home .hero .hero-social a { width: 42px; height: 42px; font-size: 1rem; }
}
/* ===== LAZY BACKGROUNDS (below-the-fold banners load when scrolled near; see includes/lazy_load.php) ===== */
html.ee-js .promo-banner:not(.ee-in-view),
html.ee-js .about-cta:not(.ee-in-view),
html.ee-js .team-cta:not(.ee-in-view),
html.ee-js .stats-banner:not(.ee-in-view)::before { background-image: none; }
/* Real <img> in the markup (see hero section), not a CSS background: lets the browser's
   preload scanner discover and fetch it while parsing HTML instead of only after new-style.css
   downloads and is parsed, which is what was delaying LCP. */
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-content { position: relative; z-index: 2; }
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.hero-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.hero-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.05rem;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.hero-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 575.98px) {
  .hero-social {
    gap: 10px;
    margin-top: 22px;
  }
  .hero-social a {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }
}
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.hero-stat-label {
  color: rgba(255,255,255,0.7);
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}
/* ===== FEATURES ===== */
.features-section { background: var(--sand); }
.feature-icon {
  width: 56px; height: 56px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.2rem;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.feature-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 10px;
}
.feature-text { color: #666; font-size: 0.9rem; line-height: 1.7; }
.feature-img-wrap { position: relative; }
.feature-img-wrap img { border-radius: 6px; width: 100%; }
/* ===== CTA DARK ===== */
.cta-dark {
  background: var(--dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-dark::before {
  content: '';
  position: absolute;
  top: -50%; left: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta-dark h2 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2;
  margin-bottom: 0;
}
.cta-dark h2 em { color: var(--gold); font-style: italic; }
.cta-dark p { color: rgba(255,255,255,0.7); font-size: 0.95rem; line-height: 1.8; }
/* ===== DESTINATIONS NEW PANEL DESIGN ===== */
.dest-new-section {
  background: #0e0e0e;
  padding: 80px 0 0;
}
.dest-header {
  text-align: center;
  padding: 0 20px 50px;
}
.dest-cards-strip {
  display: flex;
  height: 580px;
  overflow: hidden;
}
.dest-panel {
  flex: 0.8;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.7s cubic-bezier(0.77,0,0.18,1);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}
.dest-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.15) 100%);
  transition: background 0.5s;
}
.dest-panel:hover { flex: 3.5; }
.dest-panel-inner {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 36px 36px 32px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s ease 0.2s;
}
.dest-panel-num {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.dest-panel-title {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.1;
}
.dest-panel-sub {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.dest-panel-desc {
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 360px;
  display: none;
}
.dest-panel-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.dest-panel-tags span {
  background: rgba(201,168,76,0.18);
  border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}
.dest-panel-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s;
}
.dest-panel-btn:hover { background: var(--gold-light); color: #fff; }
/* ===== CTA SECTION ===== */
.begin-section { background: #fff; }
.begin-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
}
/* ===== FAQ / QUALITY SECTION ===== */
.quality-section { background: var(--dark); }
.quality-section h2 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}
.accordion-item-custom {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.accordion-btn-custom {
  background: none;
  border: none;
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  font-family: 'Lato', sans-serif;
  padding: 16px 0;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s;
}
.accordion-btn-custom i { transition: transform 0.3s; }
.accordion-content {
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  padding-bottom: 0;
}
.quality-img-wrap img { border-radius: 8px; width: 100%; }
/* ===== BLOG ===== */
.blog-section { background: #fff; }
/* ===== PROMO FOOTER BANNER ===== */
.promo-banner {
  background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
  url('https://images.unsplash.com/photo-1503177119275-0aa32b3a9368?w=1400&q=80') center/cover no-repeat;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.promo-banner h2 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 16px;
}
.promo-banner h2 em { color: var(--gold); font-style: italic; }
.promo-banner p { color: rgba(255,255,255,0.75); font-size: 1rem; max-width: 500px; margin: 0 auto 32px; }
/* ===== TOUR PACKAGES SECTION ===== */
.pkg-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(0,0,0,0.07);
  transition: transform 0.3s, box-shadow 0.3s;
}
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.pkg-card img { width: 100%; height: 220px; object-fit: cover; }
.pkg-card-body { padding: 22px; }
.pkg-tag {
  display: inline-block;
  background: rgba(201,168,76,0.12);
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.pkg-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.35;
}
.pkg-meta { font-size: 0.8rem; color: #888; margin-bottom: 16px; }
.pkg-meta i { color: var(--gold); margin-right: 4px; }
.pkg-price { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--gold); }
.pkg-price-label { font-size: 0.75rem; color: #999; font-family: 'Lato', sans-serif; font-weight: 400; }
.pkg-rating { font-size: 0.78rem; color: var(--gold); }
.pkg-rating span { color: #888; font-size: 0.75rem; margin-left: 4px; }
.modal-body { padding:32px 28px; }
/* ===== HOMEPAGE: WHY BOOK WITH US ===== */
.why-book-section { background: var(--sand); }
.why-book-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 3px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(201,168,76,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.why-book-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.why-book-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
}
.why-book-card h5 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; color: var(--dark); margin-bottom: 10px; }
.why-book-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; margin: 0; }
/* ===== HOMEPAGE: PLATFORM REVIEWS (Google / Trustpilot / Tripadvisor) ===== */
.platform-reviews-section {
  padding: 56px 0 64px;
  background: #fff;
}
.platform-reviews-panel {
  background: #fff;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(26, 20, 12, 0.08);
  overflow: hidden;
}
.platform-reviews-head {
  text-align: center;
  padding: 40px 28px 28px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  background: linear-gradient(180deg, #fffdfb 0%, #fff 100%);
}
.platform-reviews-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 12px;
  line-height: 1.2;
}
.platform-reviews-title span { color: var(--gold); font-style: italic; }
.platform-reviews-lead {
  margin: 0 auto;
  max-width: 540px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}
.platform-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.platform-reviews-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 32px 24px 28px;
  position: relative;
  transition: background 0.25s ease;
}
.platform-reviews-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: linear-gradient(180deg, transparent, rgba(201, 168, 76, 0.35), transparent);
}
.platform-reviews-item:hover {
  background: rgba(201, 168, 76, 0.06);
}
.platform-reviews-logo {
  width: 100%;
  max-width: 200px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  background: #faf8f4;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.platform-reviews-logo img {
  width: 100%;
  height: 100%;
  max-height: 36px;
  object-fit: contain;
  object-position: center;
}
.platform-reviews-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-bottom: 14px;
}
.platform-reviews-rating-num {
  margin-left: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--dark);
}
.platform-reviews-stat {
  margin: 0 0 16px;
  line-height: 1.35;
}
.platform-reviews-stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  color: var(--dark);
}
.platform-reviews-stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.platform-reviews-link {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s ease, color 0.2s ease;
}
.platform-reviews-item:hover .platform-reviews-link {
  gap: 12px;
  color: var(--dark);
}
@media (max-width: 991px) {
  .platform-reviews-grid {
    grid-template-columns: 1fr;
  }
  .platform-reviews-item:not(:last-child)::after {
    top: auto;
    bottom: 0;
    right: 12%;
    left: 12%;
    width: auto;
    height: 1px;
  }
  .platform-reviews-item {
    padding: 28px 20px 26px;
  }
}
@media (max-width: 575px) {
  .platform-reviews-section { padding: 40px 0 48px; }
  .platform-reviews-head { padding: 28px 18px 22px; }
  .platform-reviews-logo { max-width: 180px; height: 48px; }
}
/* ===== HOMEPAGE: WATCH STORY VIDEO MODAL ===== */
/* Keep exact 16:9 so Vimeo fills the frame (no tiny video in huge black box) */
#watchStoryModal.watch-story-modal .watch-story-dialog {
  --bs-modal-width: min(92vw, calc(85vh * 16 / 9));
  width: min(92vw, calc(85vh * 16 / 9)) !important;
  max-width: min(92vw, calc(85vh * 16 / 9)) !important;
  margin: 1.5rem auto !important;
}
#watchStoryModal .watch-story-modal-content {
  background: #000;
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto !important;
}
#watchStoryModal .modal-body {
  background: #000;
  padding: 0 !important;
  height: auto;
}
#watchStoryModal .watch-story-video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  background: #000;
  overflow: hidden;
}
#watchStoryModal .watch-story-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  background: #000;
}
#watchStoryModal .watch-story-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
#watchStoryModal .watch-story-modal-close:hover {
  background: var(--gold);
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #watchStoryModal.watch-story-modal .watch-story-dialog {
    width: 96vw !important;
    max-width: 96vw !important;
    margin: 1rem auto !important;
  }
}
/* ===== HOMEPAGE: ADMIN‑MANAGED REAL VIDEOS (reels 9:16 + horizontal strip) ===== */
.home-real-videos-section {
  background: linear-gradient(180deg, #faf6ef 0%, var(--sand) 45%, #f5f1e8 100%);
}
.home-real-videos-swipe-hint {
  letter-spacing: 0.02em;
  opacity: 0.9;
  padding: 0 8px;
}
.home-real-videos-carousel {
  position: relative;
  width: 100%;
  padding: 8px 48px 16px;
}
@media (max-width: 575.98px) {
  .home-real-videos-carousel {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.home-real-videos-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 6;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.45);
  background: rgba(20, 24, 32, 0.92);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}
.home-real-videos-nav:hover:not(:disabled) {
  background: var(--gold);
  color: #141820;
}
.home-real-videos-nav:disabled {
  opacity: 0.22;
  cursor: not-allowed;
  pointer-events: none;
}
.home-real-videos-nav--prev { left: 2px; }
.home-real-videos-nav--next { right: 2px; }
@media (min-width: 992px) {
  .home-real-videos-nav {
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
  }
  .home-real-videos-nav--prev { left: 0; }
  .home-real-videos-nav--next { right: 0; }
}
/* One horizontal row: ~4 reels visible on desktop, swipe/scroll + arrows everywhere */
.home-real-videos-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 168, 76, 0.5) transparent;
  padding: 4px 2px 14px;
  margin: 0 -2px;
}
.home-real-videos-track::-webkit-scrollbar {
  height: 7px;
}
.home-real-videos-track::-webkit-scrollbar-thumb {
  background: rgba(201, 168, 76, 0.5);
  border-radius: 999px;
}
.home-real-video-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  min-width: 0;
}
/* Mobile / tablet: one full reel per “page” — no peek of the next clip */
@media (max-width: 991.98px) {
  .home-real-videos-track {
    scroll-snap-type: x mandatory;
  }
  .home-real-video-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    box-sizing: border-box;
  }
}
/* Desktop / large tablet: exactly 4 reels per viewport */
@media (min-width: 992px) {
  .home-real-video-slide {
    width: calc((100% - 48px) / 4);
    flex: 0 0 calc((100% - 48px) / 4);
    max-width: calc((100% - 48px) / 4);
  }
}
.home-real-video-card {
  border-radius: 14px;
  overflow: visible;
  background: #fff;
  border: 1px solid rgba(201, 168, 76, 0.22);
  box-shadow: 0 8px 28px rgba(7, 28, 45, 0.07);
  padding: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
@media (min-width: 992px) {
  .home-real-video-card:hover {
    box-shadow: 0 14px 40px rgba(7, 28, 45, 0.11);
    transform: translateY(-2px);
  }
}
/* Reel frame: portrait 9:16 (real short/reel proportion) */
.home-real-video-frame--reel {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(68vh, 540px);
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #0a0a0a;
  flex-shrink: 0;
}
.home-real-video-frame--reel iframe,
.home-real-video-frame--reel .home-real-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.home-real-video-el {
  display: block;
  background: #000;
}
.home-real-video-caption {
  font-size: 0.82rem;
  color: #3b4752;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 8px !important;
}
/* ===== HOMEPAGE: INSTAGRAM FEED ===== */
.instagram-section { background: #fff; }
.instagram-tile {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
  flex: 0 0 auto;
  width: 220px;
  height: 220px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.12);
}
.instagram-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(201,168,76,0.2);
  opacity: 0;
  transition: opacity 0.3s;
}
.instagram-tile:hover::after { opacity: 1; }
.instagram-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.instagram-tile:hover img { transform: scale(1.08); }
.instagram-marquee-wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.instagram-marquee-track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  animation: instagram-scroll 160s linear infinite;
}
@media (max-width: 767px) {
  .instagram-tile { width: 160px; height: 160px; }
  .instagram-marquee-track { animation-duration: 130s; }
}
/* ===== HOMEPAGE: DREAM DESTINATIONS ===== */
.dream-destination-section { background: #f6f6f6; }
.dream-title {
  font-family: 'Playfair Display', serif;
  color: #1a1a1a;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.dream-title span { color: var(--gold); font-style: italic; }
.dream-subtitle {
  color: #6f6f6f;
  font-size: 0.9rem;
  max-width: 560px;
  margin: 0 auto;
}
.dream-card {
  position: relative;
  display: block;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.dream-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.dream-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 12%, rgba(0,0,0,0.1) 55%, rgba(0,0,0,0.05) 100%);
}
.dream-content {
  position: absolute;
  left: 20px;
  bottom: 16px;
  z-index: 2;
}
.dream-content h4 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 4px;
}
.dream-content p {
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  margin: 0;
}
.dream-arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: #6b6b6b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.dream-card:hover img { transform: scale(1.07); }
.dream-card:hover .dream-arrow { transform: translateX(2px); background: var(--gold); color: #fff; }
@media (max-width: 991px) {
  .dream-card { height: 220px; }
}
/* ===== HOMEPAGE: EXCLUSIVE PACKAGES ===== */
.exclusive-packages-section { background: #f4f4f4; }
.exclusive-title {
  font-family: 'Playfair Display', serif;
  color: #1a1a1a;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.exclusive-title span { color: var(--gold); font-style: italic; }
.exclusive-subtitle {
  color: #6b6b6b;
  font-size: 0.92rem;
  max-width: 650px;
  margin: 0 auto;
}
.exclusive-card {
  display: block;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.exclusive-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.1);
}
.exclusive-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}
.exclusive-body { padding: 14px 14px 16px; }
.exclusive-loc {
  font-size: 0.78rem;
  color: #919191;
  margin-bottom: 8px;
}
.exclusive-loc i { color: #b6b6b6; margin-right: 4px; }
.exclusive-body h5 {
  font-family: 'Playfair Display', serif;
  color: #1a1a1a;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.exclusive-meta {
  color: #7f7f7f;
  font-size: 0.88rem;
  margin: 0;
}
.exclusive-meta span { color: #c8c8c8; margin: 0 7px; }
.exclusive-more-card {
  background: #efefef;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 20px 18px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.exclusive-small {
  color: #7f7f7f;
  font-size: 0.92rem;
  margin-bottom: 8px;
}
.exclusive-more-card h4 {
  font-family: 'Playfair Display', serif;
  color: #1a1a1a;
  font-size: 1.95rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.exclusive-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #101010;
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 12px 18px;
  transition: background 0.25s ease;
}
.exclusive-btn:hover { background: var(--gold); color: #fff; }
/* ===== HOMEPAGE: QUERY BOOKING ===== */
.query-booking-section {
  background: linear-gradient(135deg, #151515 0%, #1f1f1f 100%);
}
.query-booking-info {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 14px;
  padding: 28px;
}
.query-booking-info p {
  color: rgba(255,255,255,0.78);
  font-size: 0.92rem;
  line-height: 1.8;
}
.qb-points { margin-top: 18px; display: grid; gap: 10px; }
.qb-points div { color: rgba(255,255,255,0.85); font-size: 0.86rem; }
.qb-points i { color: var(--gold); margin-right: 8px; }
.query-booking-form {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(201,168,76,0.2);
}
.qb-input {
  width: 100%;
  border: 1.5px solid #e7e7e7;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 0.9rem;
  color: #1a1a1a;
  background: #fafafa;
  outline: none;
  font-family: 'Lato', sans-serif;
}
.qb-input:focus { border-color: var(--gold); background: #fff; }
.qb-textarea { min-height: 130px; resize: vertical; }
/* ===== HOMEPAGE: INFINITE GALLERY ===== */
.infinite-gallery-section {
  background: #fff;
  overflow: hidden;
}
.gallery-marquee-wrap {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  margin-bottom: 14px;
}
.gallery-marquee-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  animation: gallery-scroll 180s linear infinite;
}
.gallery-marquee-wrap.reverse .gallery-marquee-track {
  animation-direction: reverse;
  animation-duration: 220s;
}
/* ===== COMING SOON DESTINATIONS (home + nav reference) ===== */
.coming-soon-dest-section {
  background: linear-gradient(180deg, #f8f6f1 0%, #ece6dc 100%);
}
.coming-soon-dest-lead {
  color: #666;
  font-size: 0.92rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
}
.coming-soon-dest-lead a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}
.coming-soon-dest-lead a:hover {
  text-decoration: underline;
}
.coming-soon-dest-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 280px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.coming-soon-dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(0.92);
  transition: transform 0.35s ease, filter 0.35s ease;
}
.coming-soon-dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 18, 14, 0.15) 0%, rgba(12, 10, 8, 0.82) 100%);
  pointer-events: none;
}
.coming-soon-dest-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--gold);
  color: #1a1a1a;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 3px;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.coming-soon-dest-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 22px 24px;
  z-index: 2;
}
.coming-soon-dest-name {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.2;
}
.coming-soon-dest-sub {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.45;
}
@media (hover: hover) {
  .coming-soon-dest-card:hover img {
    transform: scale(1.05);
    filter: saturate(1) brightness(1);
  }
}
@media (max-width: 767px) {
  .coming-soon-dest-card {
    height: 240px;
  }
}
