:root{
  --navy:#0F172A;
  --navy-2:#162038;
  --gold:#F59E0B;
  --gold-2:#FBBF24;
  --ink:#1f2937;
  --muted:#64748b;
  --soft:#f7f8fb;
  --line:#e5e7eb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
html{
  scrollbar-width:thin;
  scrollbar-color:var(--gold) #e8edf4;
}
*::-webkit-scrollbar{
  width:11px;
  height:11px;
}
*::-webkit-scrollbar-track{
  background:#e8edf4;
}
*::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,var(--gold),#d97706);
  border:3px solid #e8edf4;
  border-radius:999px;
}
*::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,var(--gold-2),var(--gold));
}
*::-webkit-scrollbar-corner{
  background:#e8edf4;
}
body{
  font-family:'Inter',system-ui,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.gallery-open{overflow:hidden}
h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;color:var(--navy);font-weight:700;line-height:1.2;letter-spacing:-.01em}
a{text-decoration:none}
img{max-width:100%;display:block}
.nav-submenu,
.nav-submenu-wide,
.site-nav .navbar-collapse,
body[data-page="destinations"] .activity-list{
  scrollbar-width:none;
  scrollbar-color:transparent transparent;
}
.nav-submenu:hover,
.nav-submenu:focus-within,
.nav-submenu-wide:hover,
.nav-submenu-wide:focus-within,
.site-nav .navbar-collapse:hover,
.site-nav .navbar-collapse:focus-within,
body[data-page="destinations"] .activity-list:hover,
body[data-page="destinations"] .activity-list:focus-within{
  scrollbar-width:thin;
  scrollbar-color:var(--gold) transparent;
}
.nav-submenu::-webkit-scrollbar,
.nav-submenu-wide::-webkit-scrollbar,
.site-nav .navbar-collapse::-webkit-scrollbar,
body[data-page="destinations"] .activity-list::-webkit-scrollbar{
  width:0;
  height:0;
}
.nav-submenu:hover::-webkit-scrollbar,
.nav-submenu:focus-within::-webkit-scrollbar,
.nav-submenu-wide:hover::-webkit-scrollbar,
.nav-submenu-wide:focus-within::-webkit-scrollbar,
.site-nav .navbar-collapse:hover::-webkit-scrollbar,
.site-nav .navbar-collapse:focus-within::-webkit-scrollbar,
body[data-page="destinations"] .activity-list:hover::-webkit-scrollbar,
body[data-page="destinations"] .activity-list:focus-within::-webkit-scrollbar{
  width:8px;
  height:8px;
}
.nav-submenu::-webkit-scrollbar-track,
.nav-submenu-wide::-webkit-scrollbar-track,
.site-nav .navbar-collapse::-webkit-scrollbar-track,
body[data-page="destinations"] .activity-list::-webkit-scrollbar-track{
  background:transparent;
}
.nav-submenu::-webkit-scrollbar-thumb,
.nav-submenu-wide::-webkit-scrollbar-thumb,
.site-nav .navbar-collapse::-webkit-scrollbar-thumb,
body[data-page="destinations"] .activity-list::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,var(--gold),#d97706);
  border:2px solid transparent;
  border-radius:999px;
  background-clip:padding-box;
}

/* ===== BUTTONS ===== */
.btn-pill{border-radius:999px;font-weight:600;letter-spacing:.2px}
.btn-gold{background:var(--gold);color:#fff;border:none;padding:.7rem 1.4rem}
.btn-gold:hover{background:var(--gold-2);color:#fff}
.btn-gold-sm{background:var(--gold);color:#fff;border:none;padding:.35rem .8rem;border-radius:6px;font-size:.78rem;font-weight:600}
.btn-gold-sm:hover{background:var(--gold-2);color:#fff}
.btn-navy{background:var(--navy);color:#fff;border:none;padding:.7rem 1.4rem}
.btn-navy:hover{background:#1e293b;color:#fff}
.btn-outline-white{background:transparent;color:#fff;border:2px solid #fff;padding:.6rem 1.4rem}
.btn-outline-white:hover{background:#fff;color:var(--navy)}

/* ===== NAVBAR ===== */
.site-nav{background:#fff;box-shadow:0 4px 24px rgba(15,23,42,.06);padding:.6rem 0;transition:background .3s,box-shadow .3s}
.site-nav .navbar-brand{
  width:150px;
  height:64px;
  padding:0;
}

/* Transparent on top — desktop only */
@media (min-width:992px){
  .site-nav.nav-transparent{background:transparent;box-shadow:none}
  .site-nav.nav-transparent .nav-link{color:rgba(255,255,255,.9)}
  .site-nav.nav-transparent .nav-link:hover,
  .site-nav.nav-transparent .nav-link.active{color:var(--gold)}
  .site-nav.nav-transparent .navbar-toggler{color:#fff}
}
.brand-logo{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
  flex-shrink:0;
}
.footer .navbar-brand{
  width:170px;
  height:76px;
  padding:0;
}
.footer .brand-logo{
  width:100%;
  height:100%;
  object-fit:contain;
}
.brand-circle{
  width:42px;height:42px;border-radius:50%;
  background:var(--navy);color:var(--gold);
  display:inline-flex;align-items:center;justify-content:center;
  border:2px solid var(--gold);font-size:1.05rem;margin-right:.7rem;
}
.site-nav .nav-link{color:var(--navy);font-weight:500;font-size:.92rem;padding:.5rem .9rem;position:relative}
.site-nav .nav-link:hover,.site-nav .nav-link.active{color:var(--gold)}
.site-nav .nav-link.active::after{content:"";position:absolute;left:50%;bottom:-2px;transform:translateX(-50%);width:6px;height:6px;border-radius:50%;background:var(--gold)}
.navbar-toggler{border:none;color:var(--navy);font-size:1.4rem}
.nav-has-flyout{position:relative}
.nav-flyout{
  position:absolute;
  top:calc(100% + .55rem);
  left:0;
  min-width:278px;
  background:#fff;
  border:1px solid #d7dde8;
  border-top:3px solid var(--gold);
  border-radius:0;
  box-shadow:0 18px 42px rgba(15,23,42,.14);
  padding:0;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  z-index:1200;
}
.nav-has-flyout:hover>.nav-flyout,
.nav-has-flyout:focus-within>.nav-flyout{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.nav-flyout::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-.75rem;
  height:.75rem;
}
.nav-flyout-group{
  position:relative;
  border-bottom:1px solid #edf0f5;
}
.nav-flyout-group:last-child{border-bottom:0}
.nav-flyout-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  color:var(--navy);
  font-size:.86rem;
  font-weight:800;
  padding:.78rem .95rem;
  border-radius:0;
  border:0;
  border-left:3px solid transparent;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.nav-flyout-heading i{font-size:.68rem;color:var(--gold)}
.nav-flyout-heading:hover,
.nav-flyout-group:hover>.nav-flyout-heading,
.nav-flyout-group:focus-within>.nav-flyout-heading{
  background:#f8fafc;
  border-left-color:var(--gold);
  color:var(--navy);
}
.nav-submenu{
  position:absolute;
  left:100%;
  top:-3px;
  min-width:270px;
  max-height:min(72vh, 620px);
  display:grid;
  gap:.1rem;
  overflow-y:auto;
  background:#f8fafc;
  border:1px solid #d7dde8;
  border-top:3px solid var(--gold);
  border-left:0;
  border-radius:0;
  box-shadow:18px 18px 38px rgba(15,23,42,.12);
  padding:.35rem 0;
  opacity:0;
  visibility:hidden;
  transform:translateX(-4px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.nav-flyout-group:hover>.nav-submenu,
.nav-flyout-group:focus-within>.nav-submenu{
  opacity:1;
  visibility:visible;
  transform:translateX(0);
}
.nav-submenu::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-1px;
  width:1px;
  background:#f8fafc;
}
.nav-submenu a{
  color:var(--muted);
  font-size:.82rem;
  font-weight:700;
  padding:.58rem .85rem;
  border-radius:0;
  border:0;
  border-left:3px solid transparent;
}
.nav-submenu a:hover{
  background:#fff;
  color:var(--gold);
  border-left-color:var(--gold);
}
.nav-submenu-wide{
  min-width:560px;
  max-height:min(70vh, 520px);
  grid-template-columns:repeat(2,minmax(260px,1fr));
  align-items:start;
  overflow-y:auto;
}

/* ===== HERO ===== */
.hero{position:relative;z-index:5;min-height:100vh;display:flex;align-items:center;overflow:visible;max-width:100vw}
.hero-visual{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1);transition:opacity 1.6s ease-in-out,transform 10s ease-out;pointer-events:none}
.hero-bg.is-active{opacity:1;transform:scale(1.06)}
.hero-bg.is-active.no-transition{transition:none;transform:scale(1)}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s ease;pointer-events:none}
.hero-video.is-ready{opacity:1}
.hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(105deg,rgba(10,22,40,.92) 40%,rgba(10,22,40,.45) 100%);pointer-events:none}
.hero-content{position:relative;z-index:2;padding:0 1rem}
.hero-inner-row{min-height:100vh;padding:6rem 0 4rem}

/* Badge */
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.3);border-radius:999px;padding:6px 16px;margin-bottom:1.4rem}
.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);flex-shrink:0}
.hero-badge span:last-child{font-size:.72rem;font-weight:600;color:var(--gold);letter-spacing:1.8px;text-transform:uppercase}

/* Title */
.hero-title{margin-bottom:1rem;line-height:1}
.hero-script{display:block;font-family:'Great Vibes',cursive;font-size:clamp(2.2rem,4.5vw,3.6rem);color:rgba(255,255,255,.88);font-weight:400;line-height:1;margin-bottom:-.2rem;letter-spacing:.5px}
.hero-display{display:block;font-family:'Montserrat',sans-serif;font-weight:900;font-size:clamp(2.2rem,6.5vw,5.6rem);color:var(--gold);letter-spacing:.1em;line-height:1;text-transform:uppercase;white-space:nowrap}

/* Sub */
.hero-sub{color:rgba(255,255,255,.68);font-size:.97rem;line-height:1.7;margin:1.2rem 0 1.8rem;max-width:460px;font-weight:400}

/* Feature pills */
.hero-features-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}
.hero-feat{display:flex;align-items:center;gap:7px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.35rem .85rem}
.hero-feat-icon{color:var(--gold);font-size:.82rem}
.hero-feat span:last-child{font-size:.78rem;color:rgba(255,255,255,.8);font-weight:500;white-space:nowrap}

/* CTA */
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}
.hero-search{
  position:relative;
  width:min(100%,760px);
  margin:0 0 1.25rem;
}
.hero-search-top{
  margin-bottom:1.7rem;
}
.hero-search-panel{
  padding:.75rem;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.5);
  border-radius:10px;
  box-shadow:0 22px 58px rgba(2,6,23,.32);
  backdrop-filter:blur(14px);
}
.hero-search-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:.15rem .2rem .7rem;
}
.hero-search-head span{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  color:var(--navy);
  font-size:.86rem;
  font-weight:900;
}
.hero-search-head span i{
  color:var(--gold);
}
.hero-search-head small{
  color:#64748b;
  font-size:.74rem;
  font-weight:700;
}
.hero-filter-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.5rem;
  margin-bottom:.55rem;
}
.hero-filter-field{
  display:block;
  min-width:0;
  margin:0;
  padding:.6rem .68rem .62rem;
  background:#f8fafc;
  border:1px solid rgba(148,163,184,.28);
  border-radius:8px;
}
.hero-filter-field span{
  display:flex;
  align-items:center;
  gap:.38rem;
  color:#64748b;
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:.28rem;
}
.hero-filter-field span i{
  color:var(--gold);
  font-size:.72rem;
}
.hero-filter-field select{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--navy);
  font-size:.83rem;
  font-weight:800;
  padding:0 1.25rem 0 0;
}
.hero-filter-field:focus-within{
  border-color:rgba(245,158,11,.72);
  background:#fff;
  box-shadow:0 0 0 3px rgba(245,158,11,.13);
}
.hero-search-main{
  display:flex;
  align-items:center;
  gap:.7rem;
  min-height:58px;
  padding:.45rem .45rem .45rem 1rem;
  background:#fff;
  border:1px solid rgba(148,163,184,.25);
  border-radius:8px;
  box-shadow:0 12px 28px rgba(15,23,42,.11);
}
.hero-search-main>i{
  color:var(--gold);
  font-size:1rem;
  flex-shrink:0;
}
.hero-search-main input{
  flex:1 1 220px;
  width:auto;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--navy);
  font-size:.92rem;
  font-weight:600;
}
.hero-search-main input::placeholder{
  color:#7b8797;
  font-weight:500;
}
.hero-search-main .btn{
  flex-shrink:0;
  border-radius:7px;
  padding:.72rem 1rem;
  font-size:.88rem;
  font-weight:800;
}
.hero-search-results{
  position:absolute;
  top:calc(100% + .5rem);
  left:0;
  right:0;
  z-index:10;
  max-height:320px;
  overflow:auto;
  background:#fff;
  border:1px solid rgba(226,232,240,.95);
  border-radius:8px;
  box-shadow:0 22px 52px rgba(2,6,23,.26);
  padding:.35rem;
}
.hero-search-result{
  display:grid;
  grid-template-columns:36px 1fr auto;
  align-items:center;
  gap:.75rem;
  width:100%;
  border:0;
  border-radius:7px;
  background:transparent;
  color:var(--navy);
  padding:.65rem .7rem;
  text-align:left;
}
.hero-search-result:hover,
.hero-search-result:focus,
.hero-search-result.is-active{
  background:#fff7ed;
  outline:0;
}
.hero-search-result-icon{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  background:#f8fafc;
  color:var(--gold);
}
.hero-search-result-title{
  display:block;
  color:var(--navy);
  font-size:.88rem;
  font-weight:800;
  line-height:1.25;
}
.hero-search-result-meta{
  display:block;
  color:var(--muted);
  font-size:.72rem;
  line-height:1.35;
  margin-top:.1rem;
}
.hero-search-result-type{
  color:#92400e;
  background:#fffbeb;
  border:1px solid #fde68a;
  border-radius:999px;
  padding:.22rem .5rem;
  font-size:.62rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  white-space:nowrap;
}
.hero-search-empty{
  padding:.8rem;
  color:var(--muted);
  font-size:.84rem;
  margin:0;
}
.hero-search-tags{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-top:.75rem;
}
.hero-search-tags a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  color:rgba(255,255,255,.82);
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  padding:.32rem .75rem;
  font-size:.74rem;
  font-weight:700;
}
.hero-search-tags a:hover{
  color:#fff;
  border-color:rgba(245,158,11,.5);
  background:rgba(245,158,11,.18);
}

/* Right column — stats */
.hero-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:1.4rem}
.hero-stat-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1rem 1.1rem}
.hero-stat-val{display:block;font-family:'Poppins',sans-serif;font-size:1.7rem;font-weight:700;color:var(--gold);line-height:1}
.hero-stat-plus{font-size:1rem}
.hero-stat-label{font-size:.68rem;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:1.2px;font-weight:600;margin-top:.2rem;display:block}
.hero-dest-label{font-size:.65rem;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:2px;font-weight:600;margin:0 0 .6rem .2rem}
.hero-dest-card{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.7rem .9rem;margin-bottom:.55rem}
.hero-dest-thumb{width:38px;height:38px;border-radius:8px;object-fit:cover;flex-shrink:0}
.hero-dest-name{font-size:.84rem;font-weight:600;color:#fff;line-height:1.2}
.hero-dest-sub{font-size:.7rem;color:rgba(255,255,255,.45);margin-top:2px}

/* Scroll hint */
.hero-scroll-hint{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;z-index:3}
.scroll-line{width:1px;height:30px;background:rgba(255,255,255,.25)}
.scroll-text{font-size:.6rem;color:rgba(255,255,255,.38);letter-spacing:2.5px;text-transform:uppercase}

/* ===== SECTIONS ===== */
.section{padding:5rem 0}
.section-soft{background:var(--soft)}
.eyebrow-gold{display:inline-block;color:var(--gold);font-weight:700;letter-spacing:2px;font-size:.78rem;margin-bottom:.8rem;text-transform:uppercase}
.eyebrow-center{color:var(--navy);font-weight:700;letter-spacing:3px;font-size:.9rem;position:relative;padding:0 1rem;text-transform:uppercase}
.eyebrow-center::before,.eyebrow-center::after{content:"";display:inline-block;width:30px;height:2px;background:var(--gold);vertical-align:middle;margin:0 12px}
.section-title-dark{font-size:clamp(1.7rem,3.2vw,2.4rem);margin-bottom:1rem;line-height:1.18;font-weight:800;letter-spacing:-.02em}
.lead-muted{color:var(--muted);font-size:.95rem}

/* ===== ABOUT ===== */
.about-section{background:#fff}
.vm-card{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}
.vm-icon{
  width:44px;height:44px;border-radius:50%;border:1.5px solid var(--gold);
  display:inline-flex;align-items:center;justify-content:center;color:var(--navy);
  background:#fff;font-size:1rem;margin-bottom:.4rem;
}
.vm-card h6{font-size:.95rem;margin:0;color:var(--navy);font-weight:700}
.vm-card p{font-size:.82rem;color:var(--muted);margin:0}
.about-image-wrap{position:relative;border-radius:16px;overflow:hidden}
.about-image-wrap img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px rgba(15,23,42,.18)}
.plane-path{position:absolute;left:-40px;top:0;width:120px;height:100%;pointer-events:none}
.plane-icon{position:absolute;left:-10px;bottom:30px;color:var(--gold);font-size:1.2rem;transform:rotate(-25deg)}

/* ===== SERVICES ===== */
.service-card{
  background:#fff;border-radius:12px;padding:1.4rem 1rem;text-align:center;
  box-shadow:0 4px 20px rgba(15,23,42,.06);border:1px solid #eef1f6;
  transition:.3s;height:100%;
}
.service-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(15,23,42,.12)}
.service-card i{color:var(--navy);font-size:2rem;margin-bottom:.8rem}
.service-card h6{font-size:.92rem;font-weight:700;margin-bottom:.4rem;color:var(--navy)}
.service-card p{font-size:.76rem;color:var(--muted);margin:0;line-height:1.45}

/* ===== DESTINATIONS ===== */
.dest-card{
  background:#fff;border-radius:10px;overflow:hidden;
  box-shadow:0 4px 16px rgba(15,23,42,.08);transition:.3s;height:100%;
  display:flex;flex-direction:column;
}
.dest-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(15,23,42,.14)}
.dest-card img{width:100%;height:120px;object-fit:cover}
.dest-body{padding:.8rem;flex:1;display:flex;flex-direction:column;align-items:flex-start}
.dest-body h6{font-size:.85rem;font-weight:700;margin-bottom:.3rem}
.dest-body p{font-size:.72rem;color:var(--muted);margin-bottom:.7rem;flex:1}

/* ===== WHY CHOOSE US ===== */
.check-list{list-style:none;padding:0;margin:0}
.check-list li{font-size:.85rem;color:var(--ink);padding:.4rem 0;display:flex;align-items:flex-start;gap:.6rem}
.check-list i{color:var(--gold);margin-top:3px;flex-shrink:0}
.stats-panel{background:var(--navy);border-radius:14px;padding:2rem 1rem;color:#fff;box-shadow:0 16px 40px rgba(15,23,42,.2)}
.stats-panel .stat i{font-size:1.6rem;color:var(--gold);margin-bottom:.5rem}
.stats-panel .stat h3{color:#fff;font-size:1.6rem;font-weight:700;margin:.2rem 0}
.stats-panel .stat span{font-size:.75rem;color:rgba(255,255,255,.75);display:block}

/* ===== TESTIMONIALS ===== */
.testimonial{
  background:#fff;border:1px solid #eef1f6;border-radius:12px;padding:1.6rem;height:100%;
  box-shadow:0 6px 20px rgba(15,23,42,.05);position:relative;
}
.testimonial .q{color:var(--gold);font-size:1.4rem;margin-bottom:.6rem}
.testimonial p{font-size:.88rem;color:var(--ink);font-style:italic;text-align:center;margin-bottom:1.2rem}
.t-author{display:flex;align-items:center;gap:.7rem;border-top:1px solid #f1f3f7;padding-top:.9rem;justify-content:center}
.t-author img{width:42px;height:42px;border-radius:50%;object-fit:cover}
.t-author h6{margin:0;font-size:.85rem;color:var(--navy)}
.t-author span{font-size:.72rem;color:var(--muted)}
.t-arrows{display:flex;justify-content:space-between;position:relative;margin-top:-180px;pointer-events:none;padding:0 0;}
.t-arrow{pointer-events:auto;width:36px;height:36px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:var(--navy)}

/* ===== GALLERY ===== */
.g-thumb{
  position:relative;
  width:100%;
  border:0;
  padding:0;
  background:#000;
  border-radius:10px;
  overflow:hidden;
  aspect-ratio:1.4/1;
  box-shadow:0 4px 14px rgba(15,23,42,.08);
  cursor:pointer;
}
.g-thumb img,.g-thumb video{width:100%;height:100%;object-fit:cover;transition:.4s}
.g-thumb:hover img,.g-thumb:hover video{transform:scale(1.06)}
.gallery-play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:rgba(15,23,42,.22);
  font-size:1.3rem;
}
.gallery-play i{
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(245,158,11,.92);
  box-shadow:0 10px 24px rgba(15,23,42,.25);
}
.gallery-viewer{
  position:fixed;
  inset:0;
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:1.5rem;
  background:rgba(2,6,23,.88);
}
.gallery-viewer.is-open{display:flex}
.gallery-viewer-content{
  width:min(100%,980px);
  max-height:86vh;
  display:flex;
  align-items:center;
  justify-content:center;
}
.gallery-viewer-content img,.gallery-viewer-content video{
  max-width:100%;
  max-height:86vh;
  border-radius:10px;
  box-shadow:0 24px 70px rgba(0,0,0,.45);
}
.gallery-viewer-content video{width:100%}
.gallery-close{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:var(--navy);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.2rem;
}

/* ===== INQUIRY ===== */
.inquiry-wrap{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.1)}
.inquiry-left{background:var(--navy);color:#fff;padding:2.5rem;position:relative;overflow:hidden}
.inquiry-left .eyebrow-gold{color:var(--gold)}
.inquiry-left h3{color:#fff;font-size:1.6rem;margin-bottom:.7rem}
.inquiry-left p{color:rgba(255,255,255,.7);font-size:.88rem}
.plane-deco{position:absolute;right:30px;bottom:30px;color:var(--gold);font-size:1.6rem;opacity:.6;transform:rotate(-25deg)}
.inquiry-right{padding:2.5rem}
.inquiry-right label{font-size:.78rem;color:var(--navy);font-weight:600;margin-bottom:.3rem}
.inquiry-right .form-control,.inquiry-right .form-select{border:1px solid #e5e7eb;border-radius:8px;font-size:.88rem;padding:.55rem .8rem}
.inquiry-right .form-control:focus,.inquiry-right .form-select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(245,158,11,.15)}

/* ===== CTA STRIP ===== */
.cta-strip{position:relative;padding:3rem 0;background-size:cover;background-position:center}
.cta-overlay{position:absolute;inset:0;background:rgba(15,23,42,.78)}
.cta-strip .container{position:relative;z-index:2}
.cta-strip h3{color:#fff;font-size:1.6rem;margin-bottom:.3rem}
.cta-strip p{color:rgba(255,255,255,.8)}

/* ===== FOOTER ===== */
.footer{background:var(--navy);color:rgba(255,255,255,.7);padding:4rem 0 1.5rem}
.footer h6{color:#fff;font-size:.85rem;letter-spacing:1.5px;margin-bottom:1rem;font-weight:700}
.text-muted-2{color:rgba(255,255,255,.65);font-size:.85rem}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:.5rem}
.footer-links a{color:rgba(255,255,255,.65);font-size:.85rem}
.footer-links a:hover{color:var(--gold)}
.footer-contact{list-style:none;padding:0;margin:0}
.footer-contact li{font-size:.83rem;margin-bottom:.6rem;display:flex;gap:.55rem;align-items:flex-start;color:rgba(255,255,255,.7)}
.footer-contact i{color:var(--gold);margin-top:4px;width:14px;flex-shrink:0}
.socials{display:flex;gap:.5rem;margin-top:1rem}
.socials a{
  width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.08);
  color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;
  transition:.3s;
}
.socials a:hover{background:var(--gold)}
.newsletter input{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.85rem}
.newsletter input::placeholder{color:rgba(255,255,255,.5)}
.footer-divider{border-color:rgba(255,255,255,.1);margin:2rem 0 1rem}
.footer-bottom-link{color:rgba(255,255,255,.65)}
.footer-bottom-link:hover{color:var(--gold)}

/* ===== WHATSAPP FLOAT ===== */
.wa-float{
  position:fixed;bottom:20px;right:20px;z-index:60;
  background:#25D366;color:#fff;border-radius:50%;
  width:52px;height:52px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 25px rgba(37,211,102,.4);
}
.wa-float:hover{color:#fff;transform:translateY(-2px)}
.wa-float i{font-size:1.5rem}

/* ===== FORM MSG ===== */
.form-msg{font-size:.85rem;font-weight:600}
.form-msg.success{color:#16a34a}
.form-msg.error{color:#dc2626}

/* ===== RESPONSIVE ===== */
@media (max-width:991px){
  .site-nav{padding:.45rem 0}
  .site-nav .container{align-items:center}
  .site-nav .navbar-collapse{
    background:#fff;
    padding:.75rem;
    border:1px solid #edf0f5;
    border-radius:8px;
    margin-top:.6rem;
    max-height:calc(100vh - 92px);
    overflow-y:auto;
    box-shadow:0 16px 34px rgba(15,23,42,.12);
  }
  .site-nav .navbar-nav{
    align-items:stretch !important;
    gap:.15rem;
  }
  .site-nav .nav-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:.72rem .8rem;
    border-radius:6px;
  }
  .site-nav .nav-link.active::after{display:none}
  .site-nav .nav-link:hover,.site-nav .nav-link.active{background:#fff7ed}
  .navbar-toggler{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #edf0f5;
    border-radius:8px;
    background:#fff;
  }
  .site-nav .btn-gold{margin-top:.6rem;width:100%}
  .nav-has-flyout>.nav-link::after{
    content:"\f078";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:var(--gold);
    font-size:.7rem;
    transition:transform .18s ease;
  }
  .nav-has-flyout.is-open>.nav-link::after{transform:rotate(180deg)}
  .nav-flyout{
    position:static;
    min-width:0;
    box-shadow:none;
    border:1px solid #d7dde8;
    border-top:3px solid var(--gold);
    opacity:0;
    visibility:hidden;
    transform:none;
    display:none;
    gap:0;
    margin:.25rem 0 .7rem;
    border-radius:0;
    background:#fff;
  }
  .nav-has-flyout.is-open>.nav-flyout{
    display:grid;
    opacity:1;
    visibility:visible;
  }
  .nav-flyout::before,.nav-flyout::after{display:none}
  .nav-flyout-heading{
    background:#fff;
    border-radius:0;
    border-left:3px solid transparent;
    padding:.7rem .85rem;
  }
  .nav-flyout-heading i{
    display:inline-block;
    transform:rotate(90deg);
    transition:transform .18s ease;
  }
  .nav-flyout-group.is-open>.nav-flyout-heading i{transform:rotate(-90deg)}
  .nav-submenu{
    position:static;
    min-width:0;
    max-height:none;
    grid-template-columns:1fr;
    box-shadow:none;
    border:0;
    overflow-y:visible;
    display:none;
    opacity:0;
    visibility:hidden;
    transform:none;
    padding:.15rem 0 .45rem 1rem;
    background:#f8fafc;
  }
  .nav-flyout-group.is-open>.nav-submenu{
    display:grid;
    opacity:1;
    visibility:visible;
  }
  .nav-submenu::before{display:none}
  .nav-submenu a{
    padding:.62rem .8rem;
    line-height:1.3;
  }
  .hero{min-height:100vh}
  .hero-inner-row{padding:5rem 0 4rem;text-align:center}
  .hero-badge{justify-content:center}
  .hero-features-row{justify-content:center}
  .hero-cta{justify-content:center}
  .hero-search{margin-left:auto;margin-right:auto}
  .hero-search-head{justify-content:center;text-align:center}
  .hero-search-tags{justify-content:center}
  .hero-sub{margin-left:auto;margin-right:auto}
  .t-arrows{display:none}
  .inquiry-left{padding:1.8rem}
  .inquiry-right{padding:1.8rem}
}
@media (max-width:575px){
  .hero{min-height:100svh;align-items:center}
  .hero-overlay{background:linear-gradient(180deg,rgba(10,22,40,.82) 0%,rgba(10,22,40,.9) 52%,rgba(10,22,40,.72) 100%)}
  .hero-content{padding:0 .75rem}
  .hero-inner-row{min-height:100svh;padding:5.75rem 0 3rem}
  .hero-title{width:100%;max-width:100%;text-align:center;text-shadow:0 3px 18px rgba(0,0,0,.45)}
  .hero-script{font-size:clamp(2.15rem,12vw,2.9rem);margin-bottom:.1rem}
  .hero-display{font-size:clamp(2rem,10.5vw,2.55rem);letter-spacing:.03em;white-space:normal;overflow-wrap:normal}
  .hero-sub{font-size:.92rem;line-height:1.6;margin-top:1rem}
  .hero-search-top{margin-bottom:1.35rem}
  .hero-search-panel{padding:.58rem;border-radius:9px}
  .hero-search-head{display:block;padding:.05rem .15rem .58rem}
  .hero-search-head span{justify-content:center;font-size:.8rem}
  .hero-search-head small{display:block;margin-top:.18rem;font-size:.68rem}
  .hero-filter-grid{grid-template-columns:1fr;gap:.42rem;margin-bottom:.48rem}
  .hero-filter-field{padding:.5rem .58rem;text-align:left}
  .hero-filter-field span{font-size:.6rem}
  .hero-filter-field select{font-size:.78rem}
  .hero-search-main{min-height:54px;padding:.5rem;gap:.45rem;flex-wrap:wrap}
  .hero-search-main input{flex:1 1 calc(100% - 2rem);font-size:.82rem}
  .hero-search-main .btn{flex:1 1 96px;padding:.64rem .82rem;font-size:.8rem}
  .hero-search-results{max-height:270px}
  .hero-search-result{grid-template-columns:32px 1fr;gap:.6rem}
  .hero-search-result-icon{width:32px;height:32px}
  .hero-search-result-type{grid-column:2;padding:0;border:0;background:transparent}
  .section{padding:3rem 0}
}

/* ===== MULTI-PAGE EXPERIENCE ===== */
.dropdown-menu{
  border:0;
  border-radius:10px;
  box-shadow:0 18px 45px rgba(15,23,42,.15);
  padding:.6rem;
}
.dropdown-item{
  border-radius:7px;
  color:var(--navy);
  font-size:.88rem;
  font-weight:500;
  padding:.55rem .75rem;
}
.dropdown-item:hover{background:#fff7ed;color:var(--gold)}
.page-hero{
  position:relative;
  min-height:430px;
  height:auto;
  padding:7.8rem 0 3.2rem;
  color:#fff;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
}
.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(8,16,31,.96) 0%,rgba(8,16,31,.84) 44%,rgba(8,16,31,.28) 100%),
    linear-gradient(180deg,rgba(8,16,31,.36),rgba(8,16,31,.74));
  z-index:0;
}
.page-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:7px;
  background:linear-gradient(90deg,var(--gold),#fff3c4 36%,rgba(245,158,11,0));
  z-index:1;
}
.page-hero .container{
  position:relative;
  z-index:2;
  padding-top:1.1rem;
}
.page-hero span{
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  color:#fff2c2;
  text-transform:uppercase;
  letter-spacing:2.2px;
  font-size:.7rem;
  font-weight:800;
  margin-bottom:.75rem;
  text-shadow:0 8px 22px rgba(0,0,0,.4);
}
.page-hero span::before{
  content:"";
  width:34px;
  height:1px;
  background:linear-gradient(90deg,var(--gold),rgba(245,158,11,0));
  flex:0 0 auto;
}
.page-hero h1{
  max-width:820px;
  font-family:'Montserrat','Poppins',sans-serif;
  font-size:clamp(1.85rem,3.7vw,3.35rem);
  font-weight:900;
  letter-spacing:0;
  line-height:1.1;
  margin-bottom:.8rem;
  text-wrap:balance;
  color:#fff;
  background:linear-gradient(180deg,#fff 0%,#fff8df 46%,#f6c766 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 18px 48px rgba(0,0,0,.48);
}
.page-hero p{
  max-width:680px;
  color:rgba(255,255,255,.9);
  font-size:.98rem;
  line-height:1.58;
  margin-bottom:0;
  text-shadow:0 10px 30px rgba(0,0,0,.45);
}
body[data-page="about"] .page-hero .hero-cta{
  margin-top:1.35rem;
}
.intro-band{padding:3.2rem 0}
.quick-panel{
  display:grid;
  gap:.65rem;
  background:var(--navy);
  padding:1rem;
  border-radius:12px;
}
.quick-panel a{
  display:flex;
  align-items:center;
  gap:.7rem;
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:.8rem 1rem;
  border-radius:8px;
  font-weight:700;
}
.quick-panel i{color:var(--gold)}
.mega-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
}
.option-card{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:8px;
  padding:1.35rem;
  min-height:220px;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.option-card i{
  color:var(--gold);
  font-size:1.7rem;
  margin-bottom:1rem;
}
.option-card h3{
  font-size:1rem;
  margin-bottom:.55rem;
}
.option-card p{
  color:var(--muted);
  font-size:.86rem;
  margin-bottom:.8rem;
}
.option-card a{
  color:var(--gold);
  font-weight:800;
  font-size:.82rem;
}
.option-card a:hover{
  color:var(--navy);
}
.package-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.package-strip article{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.package-strip img{
  height:160px;
  width:100%;
  object-fit:cover;
}
.package-strip span,.price{
  display:inline-flex;
  margin:1rem 1rem .4rem;
  color:var(--gold);
  font-weight:800;
  font-size:.82rem;
}
.package-strip h3{
  font-size:1rem;
  padding:0 1rem;
  margin-bottom:.4rem;
}
.package-strip p{
  color:var(--muted);
  font-size:.84rem;
  padding:0 1rem 1rem;
}
.feature-image{
  width:100%;
  border-radius:8px;
  min-height:360px;
  object-fit:cover;
  box-shadow:0 18px 45px rgba(15,23,42,.12);
}
.split-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.4rem;
}
.catalog-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
  margin-top:1.5rem;
}
.catalog-card{
  display:grid;
  grid-template-columns:190px 1fr;
  gap:1rem;
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.catalog-card img{
  width:100%;
  height:100%;
  min-height:230px;
  object-fit:cover;
}
.catalog-card div{padding:.25rem .95rem 1rem 0}
.catalog-card h3{font-size:1.08rem}
.catalog-card p,.catalog-card li{font-size:.84rem;color:var(--muted)}
.catalog-card ul{padding-left:1rem;margin-bottom:0}
.rate-table{
  background:#fff;
  border-radius:8px;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
  border:1px solid #edf0f5;
}
.rate-table .table{margin:0}
.rate-table th{
  background:var(--navy);
  color:#fff;
  font-size:.82rem;
  padding:1rem;
}
.rate-table td{
  color:var(--ink);
  font-size:.86rem;
  padding:1rem;
}
.mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.mini-grid article,.contact-panel{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:8px;
  padding:1.4rem;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.mini-grid h3{font-size:1.05rem}
.mini-grid p,.contact-panel p{color:var(--muted);font-size:.9rem}
.destination-list{
  display:grid;
  gap:1rem;
}
.destination-list article{
  display:grid;
  grid-template-columns:300px 1fr;
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.destination-list img{
  width:100%;
  height:100%;
  min-height:230px;
  object-fit:cover;
}
.destination-list div{padding:1.5rem}
.destination-list h2{font-size:1.4rem}
.destination-list h3{
  font-size:.92rem;
  margin-top:1rem;
  margin-bottom:.35rem;
  color:var(--navy);
}
.destination-list p{color:var(--muted)}
.destination-list a{color:var(--gold);font-weight:800}
.activity-list{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
  padding:0;
  margin:.5rem 0 1rem;
  list-style:none;
}
.activity-list li{
  background:#fff7ed;
  color:#7c2d12;
  border:1px solid #fed7aa;
  border-radius:999px;
  padding:.28rem .65rem;
  font-size:.74rem;
  font-weight:700;
}
.offer-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
  margin-top:1.5rem;
}
.offer-grid article{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:8px;
  padding:1.2rem;
  min-height:205px;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.offer-grid i{
  color:var(--gold);
  font-size:1.45rem;
  margin-bottom:.8rem;
}
.offer-grid h3{font-size:.98rem}
.offer-grid p{
  color:var(--muted);
  font-size:.84rem;
  margin:0;
}
body[data-page="destinations"] .destinations-hero{
  min-height:430px;
  align-items:center;
  background-position:center 42%;
}
body[data-page="destinations"] .destinations-hero::before{
  background:
    radial-gradient(circle at 18% 78%,rgba(245,158,11,.28),rgba(245,158,11,0) 28%),
    linear-gradient(92deg,rgba(8,16,31,.96) 0%,rgba(15,23,42,.78) 48%,rgba(15,23,42,.22) 100%),
    linear-gradient(180deg,rgba(15,23,42,.18),rgba(15,23,42,.72));
}
body[data-page="destinations"] .destinations-hero .container{
  display:flex;
  align-items:center;
}
body[data-page="destinations"] .destinations-hero-copy{
  max-width:860px;
}
body[data-page="destinations"] .destinations-hero h1{
  max-width:840px;
}
body[data-page="destinations"] .destinations-hero p{
  max-width:700px;
}
.destinations-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1.6rem;
}
.destinations-category-section{
  position:relative;
  overflow:hidden;
}
.destinations-category-section::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:190px;
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,0));
  pointer-events:none;
}
.destinations-category-section .container{
  position:relative;
}
.destinations-section-head{
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.destinations-section-head .section-title-dark{
  margin-bottom:.75rem;
}
body[data-page="destinations"] .destinations-category-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.1rem;
  max-width:1080px;
  margin:2rem auto 0;
}
body[data-page="destinations"] .destinations-category-grid article{
  position:relative;
  min-height:230px;
  padding:1.45rem;
  overflow:hidden;
  border-color:rgba(245,158,11,.22);
  box-shadow:0 18px 48px rgba(15,23,42,.08);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
body[data-page="destinations"] .destinations-category-grid article::after{
  content:"";
  position:absolute;
  right:-35px;
  bottom:-35px;
  width:110px;
  height:110px;
  border:1px solid rgba(245,158,11,.18);
  border-radius:50%;
}
body[data-page="destinations"] .destinations-category-grid article:hover{
  transform:translateY(-5px);
  border-color:rgba(245,158,11,.45);
  box-shadow:0 24px 60px rgba(15,23,42,.13);
}
body[data-page="destinations"] .destinations-category-grid i{
  display:inline-flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:#fff7ed;
  color:var(--gold);
  margin-bottom:1rem;
}
body[data-page="destinations"] .destinations-category-grid h3{
  font-size:1.05rem;
  margin-bottom:.55rem;
}
body[data-page="destinations"] .destinations-category-grid p{
  font-size:.86rem;
  line-height:1.65;
}
.destinations-showcase{
  background:
    linear-gradient(180deg,#fff 0%,#f8fafc 42%,#fff 100%);
}
.destinations-showcase .destinations-section-head{
  margin-bottom:2rem;
}
body[data-page="destinations"] .destination-list{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.25rem;
  align-items:start;
}
body[data-page="destinations"] .destination-list article{
  position:relative;
  display:flex;
  min-width:0;
  min-height:100%;
  flex-direction:column;
  background:#fff;
  border:1px solid #e6eaf0;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(15,23,42,.08);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
body[data-page="destinations"] .destination-list article:nth-child(6n+1),
body[data-page="destinations"] .destination-list article:nth-child(6n+4){
  transform:translateY(22px);
}
body[data-page="destinations"] .destination-list article:hover{
  transform:translateY(-5px);
  border-color:rgba(245,158,11,.38);
  box-shadow:0 28px 64px rgba(15,23,42,.14);
}
body[data-page="destinations"] .destination-list article:nth-child(6n+1):hover,
body[data-page="destinations"] .destination-list article:nth-child(6n+4):hover{
  transform:translateY(14px);
}
body[data-page="destinations"] .destination-list article::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.04) 100%);
  z-index:1;
}
body[data-page="destinations"] .destination-list img{
  width:100%;
  height:230px;
  min-height:0;
  object-fit:cover;
  filter:saturate(1.08) contrast(1.04);
  transition:transform .35s ease;
}
body[data-page="destinations"] .destination-list article:hover img{
  transform:scale(1.045);
}
body[data-page="destinations"] .destination-list div{
  position:relative;
  z-index:2;
  display:flex;
  flex:1;
  flex-direction:column;
  padding:1.25rem;
}
body[data-page="destinations"] .destination-list h2{
  font-size:1.15rem;
  line-height:1.28;
  margin-bottom:.55rem;
}
body[data-page="destinations"] .destination-list h2::after{
  content:none;
}
body[data-page="destinations"] .destination-list h3{
  color:var(--navy);
  font-size:.72rem;
  letter-spacing:.13em;
  margin-top:1rem;
  margin-bottom:.45rem;
  text-transform:uppercase;
}
body[data-page="destinations"] .destination-list p{
  color:var(--muted);
  font-size:.86rem;
  line-height:1.62;
  margin-bottom:.65rem;
}
body[data-page="destinations"] .destination-list a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  width:100%;
  margin-top:auto;
  padding:.72rem .9rem;
  border:1px solid rgba(245,158,11,.28);
  border-radius:7px;
  background:#fffbeb;
  color:#92400e;
  font-size:.82rem;
  font-weight:800;
  text-decoration:none;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
body[data-page="destinations"] .destination-list a:hover{
  background:var(--gold);
  border-color:var(--gold);
  color:#fff;
}
body[data-page="destinations"] .destination-list a::after{
  content:"\f061";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  font-size:.72rem;
}
body[data-page="destinations"] .activity-list{
  display:flex;
  gap:.42rem;
  max-height:112px;
  overflow:auto;
  padding:0 0 .2rem;
  margin:.55rem 0 1rem;
}
body[data-page="destinations"] .activity-list li{
  background:#f8fafc;
  color:#334155;
  border-color:#e2e8f0;
  border-radius:7px;
  padding:.34rem .58rem;
  font-size:.7rem;
  font-weight:700;
}
.intl-panel{
  background:var(--navy);
  color:#fff;
  border-radius:8px;
  padding:1.4rem;
  margin-top:1rem;
}
.intl-panel h3{
  color:#fff;
  font-size:1.05rem;
}
.intl-panel p{
  color:rgba(255,255,255,.74);
  margin:0;
  font-size:.9rem;
}
.detail-panel{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:8px;
  padding:1.6rem;
  box-shadow:0 10px 28px rgba(15,23,42,.07);
}
.detail-block{
  border-top:1px solid #edf0f5;
  padding-top:1.2rem;
  margin-top:1.2rem;
}
.detail-block h2{
  font-size:1.15rem;
  margin-bottom:.7rem;
}
.detail-checks{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:.55rem;
}
.detail-checks li{
  position:relative;
  padding-left:1.55rem;
  color:var(--ink);
  font-size:.92rem;
}
.detail-checks li::before{
  content:"\f058";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:0;
  top:1px;
  color:var(--gold);
}
.detail-steps{
  display:grid;
  gap:.7rem;
  padding-left:1.2rem;
  margin:0;
}
.detail-steps li{
  color:var(--ink);
  font-size:.92rem;
}
.package-facts{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-bottom:1rem;
}
.package-facts span{
  background:#fff7ed;
  color:#7c2d12;
  border:1px solid #fed7aa;
  border-radius:999px;
  padding:.35rem .75rem;
  font-size:.78rem;
  font-weight:800;
}
.sticky-booking{
  position:sticky;
  top:96px;
  background:var(--navy);
  color:#fff;
  border-radius:8px;
  padding:1.35rem;
  box-shadow:0 12px 32px rgba(15,23,42,.18);
}
.sticky-booking h2{
  color:#fff;
  font-size:1.2rem;
}
.sticky-booking p{
  color:rgba(255,255,255,.72);
  font-size:.9rem;
}
.detail-link{
  margin-top:.6rem;
  display:inline-flex;
}
.process-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.process-row div{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:8px;
  padding:1.4rem;
}
.process-row b{
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:.8rem;
}
.process-row h3{font-size:1.05rem}
.process-row p{color:var(--muted);font-size:.88rem}
.faq-accordion{
  max-width:900px;
  margin:0;
}
.faq-accordion .accordion-item{
  border:1px solid #e5eaf2;
  border-radius:8px;
  overflow:hidden;
  margin-bottom:.8rem;
  box-shadow:0 10px 26px rgba(15,23,42,.06);
}
.faq-accordion .accordion-button{
  font-weight:800;
  color:var(--navy);
  font-size:.96rem;
  padding:1.05rem 1.15rem;
}
.faq-accordion .accordion-button:not(.collapsed){
  background:#fff7ed;
  color:var(--navy);
  box-shadow:none;
}
.faq-accordion .accordion-button:focus{
  border-color:rgba(245,158,11,.45);
  box-shadow:0 0 0 .18rem rgba(245,158,11,.18);
}
.faq-accordion .accordion-body{
  color:var(--muted);
  font-size:.92rem;
  padding:0 1.15rem 1.15rem;
  line-height:1.7;
}
.faq-hero{
  min-height:430px;
}
.faq-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
  margin-top:1.5rem;
}
.faq-overview{
  padding-bottom:3.6rem;
}
.faq-help-card{
  display:flex;
  gap:1rem;
  align-items:flex-start;
  background:var(--navy);
  color:#fff;
  border-radius:8px;
  padding:1.35rem;
  box-shadow:0 16px 36px rgba(15,23,42,.14);
}
.faq-help-card>i{
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(245,158,11,.16);
  color:var(--gold);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:1.15rem;
}
.faq-help-card h3{
  color:#fff;
  font-size:1rem;
  margin-bottom:.35rem;
}
.faq-help-card p{
  color:rgba(255,255,255,.7);
  font-size:.86rem;
  margin-bottom:.65rem;
}
.faq-help-card a{
  color:var(--gold);
  font-size:.84rem;
  font-weight:800;
}
.faq-topic-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
}
.faq-topic-grid a{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:150px;
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:8px;
  padding:1.2rem;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.faq-topic-grid a:hover{
  transform:translateY(-4px);
  border-color:#fed7aa;
  box-shadow:0 16px 34px rgba(15,23,42,.1);
}
.faq-topic-grid i{
  color:var(--gold);
  font-size:1.45rem;
  margin-bottom:1rem;
}
.faq-topic-grid span{
  color:var(--navy);
  font-weight:800;
  margin-bottom:.25rem;
}
.faq-topic-grid small{
  color:var(--muted);
  font-size:.78rem;
  line-height:1.45;
}
.faq-detail-section{
  padding-top:4rem;
}
.faq-group{
  scroll-margin-top:110px;
  margin-bottom:2.5rem;
}
.faq-group:last-child{
  margin-bottom:0;
}
.faq-group-heading{
  display:flex;
  align-items:center;
  gap:1rem;
  margin-bottom:1.1rem;
}
.faq-group-heading>i{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#fff7ed;
  color:var(--gold);
  border:1px solid #fed7aa;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:1.15rem;
}
.faq-group-heading span{
  display:block;
  color:var(--gold);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:1.8px;
  font-weight:800;
  margin-bottom:.2rem;
}
.faq-group-heading h2{
  font-size:1.35rem;
  margin:0;
}
.faq-side-panel{
  position:sticky;
  top:96px;
  background:#fff;
  border:1px solid #e5eaf2;
  border-radius:8px;
  padding:1.45rem;
  box-shadow:0 12px 30px rgba(15,23,42,.08);
}
.faq-side-panel h2{
  font-size:1.25rem;
  margin-bottom:.55rem;
}
.faq-side-panel p{
  color:var(--muted);
  font-size:.9rem;
}
.faq-ready-list{
  list-style:none;
  padding:0;
  margin:1rem 0 1.3rem;
  display:grid;
  gap:.7rem;
}
.faq-ready-list li{
  display:flex;
  align-items:flex-start;
  gap:.65rem;
  color:var(--ink);
  font-size:.88rem;
  font-weight:600;
}
.faq-ready-list i{
  color:var(--gold);
  margin-top:4px;
  width:18px;
  flex-shrink:0;
}
.faq-note-card{
  background:var(--navy);
  color:#fff;
  border-radius:8px;
  padding:1.35rem;
  margin-top:1rem;
  box-shadow:0 12px 30px rgba(15,23,42,.12);
}
.faq-note-card i{
  color:var(--gold);
  font-size:1.35rem;
  margin-bottom:.8rem;
}
.faq-note-card h3{
  color:#fff;
  font-size:1.02rem;
}
.faq-note-card p{
  color:rgba(255,255,255,.72);
  font-size:.88rem;
  margin:0;
}
.footer-mini-logo{
  width:150px;
  height:64px;
  object-fit:contain;
}
.footer-links-inline{
  display:flex;
  gap:1rem;
  flex-wrap:wrap;
}
.footer-links-inline a{
  color:rgba(255,255,255,.68);
  font-size:.9rem;
  font-weight:600;
}
.footer-links-inline a:hover{color:var(--gold)}
.footer-contact.dark li{color:var(--ink)}
.detail-list{
  display:grid;
  gap:.8rem;
}
.detail-list p{
  background:#fff;
  border-left:4px solid var(--gold);
  padding:1rem;
  margin:0;
  box-shadow:0 6px 18px rgba(15,23,42,.05);
}
@media (max-width:991px){
  .mega-grid,.catalog-grid,.mini-grid,.process-row,.package-strip,.split-list,.offer-grid{grid-template-columns:1fr 1fr}
  .faq-topic-grid{grid-template-columns:1fr 1fr}
  .catalog-card,.destination-list article{grid-template-columns:1fr}
  .catalog-card div{padding:0 1rem 1rem}
  .destination-list img,.catalog-card img{height:220px;min-height:0}
  .page-hero{min-height:360px;height:auto;padding:6.8rem 0 2.8rem}
  body[data-page="destinations"] .destinations-hero{min-height:360px;height:auto}
  .page-hero h1{font-size:clamp(1.75rem,5vw,2.65rem);line-height:1.12}
  .page-hero p{font-size:.94rem;line-height:1.55}
  body[data-page="destinations"] .destinations-hero .container{display:flex}
  body[data-page="destinations"] .destinations-category-grid{grid-template-columns:1fr 1fr}
  body[data-page="destinations"] .destination-list{grid-template-columns:1fr 1fr}
  body[data-page="destinations"] .destination-list article,
  body[data-page="destinations"] .destination-list article:nth-child(6n+1),
  body[data-page="destinations"] .destination-list article:nth-child(6n+4){transform:none}
  body[data-page="destinations"] .destination-list article:hover,
  body[data-page="destinations"] .destination-list article:nth-child(6n+1):hover,
  body[data-page="destinations"] .destination-list article:nth-child(6n+4):hover{transform:translateY(-4px)}
  body[data-page="destinations"] .destination-list img{height:250px;min-height:0}
  .faq-hero{min-height:360px;height:auto}
  .faq-side-panel{position:static}
}
@media (max-width:575px){
  .mega-grid,.catalog-grid,.mini-grid,.process-row,.package-strip,.split-list,.offer-grid{grid-template-columns:1fr}
  .faq-topic-grid{grid-template-columns:1fr}
  .page-hero{min-height:360px;height:auto;padding:6.2rem 0 2.25rem}
  .page-hero .container{padding-top:.6rem}
  .page-hero span{font-size:.62rem;letter-spacing:1.5px;margin-bottom:.55rem;gap:.45rem}
  .page-hero span::before{width:22px}
  .page-hero h1{font-size:clamp(1.55rem,7.8vw,2.05rem);line-height:1.14;margin-bottom:.65rem}
  .page-hero p{font-size:.85rem;line-height:1.5}
  .page-hero .btn{padding:.62rem 1rem;font-size:.82rem}
  .page-hero .hero-cta,
  .faq-hero-actions,
  .destinations-hero-actions{gap:.55rem;margin-top:1rem}
  body[data-page="destinations"] .destinations-hero{min-height:360px;height:auto;padding-bottom:2.25rem}
  .destinations-hero-actions .btn{width:100%}
  body[data-page="destinations"] .destinations-category-grid{grid-template-columns:1fr}
  body[data-page="destinations"] .destinations-category-grid article{min-height:0}
  body[data-page="destinations"] .destination-list{grid-template-columns:1fr}
  body[data-page="destinations"] .destination-list div{padding:1.25rem}
  body[data-page="destinations"] .destination-list h2{font-size:1.18rem}
  body[data-page="destinations"] .activity-list li{font-size:.72rem}
  .faq-hero-actions .btn{width:100%}
  .faq-help-card{flex-direction:column}
  .faq-group-heading{align-items:flex-start}
  .site-nav .navbar-brand{width:128px;height:56px}
}

/* ===== HERO REDESIGN — centered layout ===== */

/* Override: center all hero content */
.hero-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8rem 0 5rem;
  min-height: 100vh;
  justify-content: center;
  gap: 0;
}

/* Badge */
.hero-centered .hero-badge {
  margin-bottom: 1.6rem;
}

/* Title */
.hero-centered .hero-title {
  margin-bottom: .85rem;
}
.hero-centered .hero-script {
  margin-bottom: -.15rem;
}
.hero-centered .hero-display {
  white-space: normal;
}

/* Sub */
.hero-centered .hero-sub {
  max-width: 580px;
  text-align: center;
  margin: 0 auto 2rem;
  font-size: 1.02rem;
}

/* Search — full-width card */
.hero-centered .hero-search {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 1.1rem;
  z-index: 30;
}

/* Unified filter row inside panel */
.hero-search-panel {
  padding: .55rem;
  background: rgba(255,255,255,.96);
  border: none;
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(2,6,23,.38), 0 0 0 1px rgba(255,255,255,.3);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: visible;
  z-index: 30;
}

.hero-filter-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 64px;
  background: #fff;
  border-radius: 10px;
  overflow: visible;
  border: 1.5px solid rgba(226,232,240,.9);
  position: relative;
  z-index: 31;
}

.hero-filter-divider {
  width: 1px;
  background: rgba(226,232,240,.9);
  flex-shrink: 0;
  margin: .5rem 0;
}

/* Filter fields inside the row */
.hero-filter-row .hero-filter-field {
  flex: 1 1 0;
  min-width: 0;
  padding: .7rem 1rem;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  transition: background .15s ease;
  position: relative;
}
.hero-filter-row .hero-filter-field:hover {
  background: #fafbfc;
}
.hero-filter-row .hero-filter-field:focus-within {
  background: #fffbf0;
  box-shadow: none;
  border: none;
  z-index: 33;
}

.hero-filter-row .hero-filter-field span {
  display: flex;
  align-items: center;
  gap: .3rem;
  color: #64748b;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: .22rem;
}
.hero-filter-row .hero-filter-field span i {
  color: var(--gold);
  font-size: .68rem;
}
.hero-filter-row .hero-filter-field select {
  width: 100%;
  border: 0;
  outline: 0;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #64748b 50%) calc(100% - 12px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, #64748b 50%, transparent 50%) calc(100% - 7px) 50% / 6px 6px no-repeat;
  color: var(--navy);
  font-size: .88rem;
  font-weight: 700;
  min-height: 28px;
  line-height: 1.25;
  padding: 0 1.4rem 0 0;
  cursor: pointer;
  position: relative;
  z-index: 34;
}

.hero-filter-row .hero-filter-field select:focus {
  color: #071426;
}

.hero-filter-row .hero-filter-field select option {
  background: #fff;
  color: #071426;
  font-weight: 700;
}

.hero-filter-row .hero-filter-field select option:checked {
  background: #fef3c7;
  color: #071426;
}

.hero-search-results {
  z-index: 40;
  border: 1px solid rgba(226,232,240,.95);
  box-shadow: 0 24px 60px rgba(2,6,23,.28);
}

.hero-search-tags,
.hero-bottom-row,
.hero-stats-strip,
.hero-scroll-hint {
  position: relative;
  z-index: 1;
}

/* Inline search input + button section */
.hero-search-inline {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex: 1.4 1 200px;
  padding: .6rem .6rem .6rem 1rem;
}
.hero-search-inline > i {
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}
.hero-search-inline input {
  flex: 1 1 0;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 600;
}
.hero-search-inline input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}
.hero-search-btn {
  flex-shrink: 0;
  border-radius: 8px !important;
  padding: .62rem 1.15rem !important;
  font-size: .88rem !important;
  font-weight: 800 !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: .4rem;
}

/* Tags row */
.hero-centered .hero-search-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  margin-top: .8rem;
}

.hero-tags-label {
  font-size: .72rem;
  color: rgba(255,255,255,.55);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  gap: .3rem;
}
.hero-tags-label i {
  color: var(--gold);
  font-size: .7rem;
}

/* Bottom row: pills + CTA side by side */
.hero-bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 1.6rem;
}

.hero-centered .hero-features-row {
  margin-bottom: 0;
  justify-content: center;
}

.hero-centered .hero-cta {
  justify-content: center;
}

/* Stats strip */
.hero-stats-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 2.4rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  padding: .8rem 1.6rem;
  backdrop-filter: blur(8px);
}
.hero-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .2rem 2rem;
}
.hero-stat-item .hero-stat-val {
  font-family: 'Poppins', sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.hero-stat-item .hero-stat-plus {
  font-size: .95rem;
}
.hero-stat-item .hero-stat-label {
  font-size: .64rem;
  color: rgba(255,255,255,.42);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-top: .22rem;
  white-space: nowrap;
}
.hero-stat-sep {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,.14);
  flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .hero-centered {
    padding: 7rem 0 4rem;
  }
  .hero-filter-row {
    flex-direction: column;
    min-height: auto;
    border-radius: 10px;
    gap: 0;
  }
  .hero-filter-row .hero-filter-field {
    border-bottom: 1px solid rgba(226,232,240,.8);
    border-radius: 0;
  }
  .hero-filter-divider {
    display: none;
  }
  .hero-filter-divider-before-search {
    display: none;
  }
  .hero-search-inline {
    padding: .7rem .6rem .7rem 1rem;
    border-bottom: none;
  }
  .hero-stats-strip {
    flex-wrap: wrap;
    gap: .5rem;
    padding: .8rem 1rem;
  }
  .hero-stat-item {
    padding: .3rem 1rem;
  }
  .hero-stat-sep {
    display: none;
  }
  .hero-bottom-row {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 575px) {
  .hero-centered .hero-display {
    font-size: clamp(2rem, 12vw, 3.8rem);
    white-space: normal;
    word-break: break-word;
  }
  .hero-search-btn {
    padding: .55rem .85rem !important;
    font-size: .8rem !important;
  }
}

/* ── Mobile: disable all AOS animations so hero content is visible instantly ── */
@media (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}