
:root{
  --green:#063b24;
  --green-2:#0b5734;
  --green-3:#123f2d;
  --gold:#c8922e;
  --gold-2:#e2bd67;
  --cream:#f8f2e3;
  --cream-2:#fffaf0;
  --sand:#eee2c7;
  --ink:#14251d;
  --muted:#66746c;
  --white:#fff;
  --line:#e6ddca;
  --shadow:0 24px 70px rgba(6,59,36,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.75}
h1,h2,h3,h4,h5{font-family:"Playfair Display",Georgia,serif;line-height:1.12}
a{text-decoration:none}
img{max-width:100%;display:block}
.topbar{display:none;background:#032c1a;color:#e9eadf;font-size:12px;letter-spacing:.25px}
.topbar .container{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.nav-wrap{position:fixed;top:0;left:0;right:0;z-index:3000;background:rgba(255,250,240,.98);box-shadow:0 8px 30px rgba(6,59,36,.14);border-bottom:1px solid rgba(200,146,46,.24)}
.navbar{min-height:86px;padding:9px 0;transition:.3s}
.navbar.scrolled{background:rgba(255,250,240,.99);backdrop-filter:blur(14px);box-shadow:0 12px 36px rgba(6,59,36,.18)}
.navbar-brand{display:flex!important;align-items:center!important;visibility:visible!important;opacity:1!important;background:transparent!important;border:0!important;border-radius:0!important;padding:2px 0!important;box-shadow:none!important}
.navbar-brand img{display:block!important;visibility:visible!important;opacity:1!important;width:220px;height:64px;object-fit:contain;object-position:left center}
.navbar-nav{align-items:center}
.nav-link{display:block!important;visibility:visible!important;opacity:1!important;color:#063b24!important;font-weight:800;font-size:12px;padding:10px 12px!important;letter-spacing:.35px;text-transform:uppercase}
.nav-link:hover,.nav-link.active{color:#b67d1d!important}
.navbar-nav{align-items:center}
.nav-link{display:block!important;visibility:visible!important;opacity:1!important}
.nav-link{color:#fff!important;font-weight:700;font-size:13px;padding:10px 12px!important;letter-spacing:.25px;text-transform:uppercase}
.nav-link:hover,.nav-link.active{color:#f0cb77!important}
.dropdown-menu{background:#fffaf0;border:1px solid rgba(200,146,46,.25);box-shadow:var(--shadow);border-radius:14px;padding:10px;min-width:260px}
.dropdown-item{padding:10px 13px;border-radius:9px;font-size:13px;font-weight:700;color:var(--green)}
.dropdown-item:hover{background:#f1e5ca;color:var(--green)}
.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--gold),#e1b95f);color:#092719!important;border:1px solid var(--gold);font-weight:900;padding:12px 22px;border-radius:999px;box-shadow:0 12px 28px rgba(200,146,46,.24);transition:.25s}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(200,146,46,.32)}
.btn-outline-light2{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.6);color:#fff;padding:11px 21px;border-radius:999px;font-weight:800}
.btn-outline-light2:hover{background:#fff;color:var(--green)}
.eyebrow{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:3px;text-transform:uppercase}
.hero{min-height:820px;display:flex;align-items:center;position:relative;background-position:center;background-size:cover;overflow:hidden;padding-top:82px}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,33,20,.88),rgba(3,33,20,.54) 46%,rgba(3,33,20,.12))}
.hero-content{position:relative;z-index:2;color:#fff;padding-top:100px}
.hero h1{font-size:clamp(48px,6vw,84px);max-width:920px;margin:16px 0}
.hero h1 em{color:#e6c676}
.hero p{font-size:19px;max-width:700px;color:#edf1eb}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.trust-strip{position:relative;z-index:5;margin-top:-55px;background:#fffaf0;border:1px solid #e9ddc2;border-radius:20px;box-shadow:var(--shadow);overflow:hidden}
.trust-item{padding:23px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;color:var(--green);font-family:"Playfair Display",Georgia,serif;font-size:20px}
.trust-item span{color:var(--muted);font-size:12px}
.section{padding:105px 0}
.section.cream{background:var(--cream)}
.section.dark{background:linear-gradient(135deg,#063b24,#0d5434);color:#fff}
.section-head{max-width:820px;margin-bottom:48px}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-head h2{font-size:clamp(36px,4.5vw,60px);margin:12px 0 18px}
.section-head p{color:var(--muted);font-size:17px}
.dark .section-head p{color:#d4e0d8}
.feature{height:100%;background:#fffaf0;border:1px solid var(--line);border-radius:18px;padding:28px;transition:.25s}
.feature:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.feature i{font-size:26px;color:var(--gold);margin-bottom:14px}
.feature .number{font-family:"Playfair Display",Georgia,serif;font-size:38px;color:var(--gold)}
.feature h3{font-size:24px;margin:7px 0}
.feature p{color:var(--muted);margin:0}
.card-premium{height:100%;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 38px rgba(6,59,36,.07);transition:.3s}
.card-premium:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.card-premium img{width:100%;height:240px;object-fit:cover}
.card-body{padding:27px}
.card-body h3{font-size:28px;margin:8px 0 10px;color:var(--green)}
.card-body p{color:var(--muted)}
.badge-soft{display:inline-flex;background:#f1e5c7;color:#795719;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}
.tour-meta{display:flex;gap:14px;flex-wrap:wrap;color:#69766f;font-size:12px;margin:14px 0}
.tour-meta i{color:var(--gold)}
.mini-link{color:var(--green);font-weight:900;display:inline-flex;align-items:center;gap:8px}
.mini-link:hover{color:var(--gold)}
.destination-card{height:390px;position:relative;overflow:hidden;border-radius:20px}
.destination-card img{height:100%;width:100%;object-fit:cover;transition:.6s}
.destination-card:hover img{transform:scale(1.06)}
.destination-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,33,20,.88),rgba(3,33,20,.04) 70%)}
.destination-card .overlay{position:absolute;z-index:2;left:25px;right:25px;bottom:23px;color:#fff}
.destination-card .overlay span{color:#e7ca7e;font-size:11px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}
.destination-card .overlay h3{font-size:31px;margin:5px 0}
.destination-card .overlay div{font-size:13px;color:#eef2ed}
.split-img{width:100%;height:560px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.campaign-card{background:var(--cream);border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.campaign-card img{width:100%;height:100%;object-fit:cover}
.campaign-copy{padding:50px}
.campaign-copy h2{font-size:50px;color:var(--green)}
.icon-pill{display:flex;gap:12px;align-items:center;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}
.icon-pill i{color:var(--gold);font-size:20px}
.page-hero{padding:175px 0 105px;color:#fff;background:linear-gradient(90deg,rgba(3,44,26,.91),rgba(3,44,26,.48)),url("../https://images.pexels.com/photos/34218745/pexels-photo-34218745.jpeg?auto=compress&cs=tinysrgb&w=2200") center/cover}
.page-hero h1{font-size:clamp(45px,6vw,72px);margin:14px 0}
.page-hero p{max-width:760px;color:#e8eee9;font-size:18px}
.breadcrumb-lite{color:#e4c97e;font-size:11px;font-weight:900;letter-spacing:2px;text-transform:uppercase}
.kicker{font-size:13px;color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:1.8px}
.stats{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 10px 35px rgba(6,59,36,.06)}
.stats strong{font-family:"Playfair Display",Georgia,serif;font-size:34px;color:var(--green);display:block}
.form-control,.form-select{border:1px solid #ddd3bf;border-radius:12px;padding:14px 15px;background:#fffaf0}
.form-control:focus,.form-select:focus{border-color:var(--gold);box-shadow:0 0 0 .2rem rgba(200,146,46,.12)}
.contact-box{height:100%;background:var(--cream);border:1px solid var(--line);border-radius:20px;padding:30px}
.contact-box i{font-size:25px;color:var(--gold)}
.accordion-item{border:1px solid var(--line)!important;border-radius:14px!important;overflow:hidden;margin-bottom:12px}
.accordion-button{font-weight:800;padding:19px;background:#fffaf0}
.accordion-button:not(.collapsed){background:#f1e5ca;color:var(--green);box-shadow:none}
.cta{padding:85px 0;background:linear-gradient(100deg,rgba(3,59,36,.98),rgba(12,84,51,.95)),url("../https://images.pexels.com/photos/36847094/pexels-photo-36847094.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;color:#fff}
.cta h2{font-size:clamp(38px,4vw,54px)}
.footer{background:#022a19;color:#b9c8c0;padding:70px 0 24px}
.footer h4{color:#fff;font-size:21px}
.footer a{color:#b9c8c0}
.footer a:hover{color:#e5c675}
.footer-logo{width:190px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:20px;font-size:12px}
.sticky-whatsapp{position:fixed;right:22px;bottom:22px;z-index:1000;background:#16884e;color:#fff!important;border-radius:999px;padding:13px 19px;font-weight:900;box-shadow:0 15px 35px rgba(0,0,0,.22)}
.sticky-whatsapp:hover{transform:translateY(-2px)}
.keyword-box{border:1px dashed #d8c69f;background:#fffaf0;border-radius:18px;padding:24px}
.keyword-box span{display:inline-block;margin:5px;padding:7px 10px;border-radius:999px;background:#f0e4c7;color:#6d531c;font-size:11px;font-weight:800}
.timeline{position:relative;padding-left:35px}
.timeline:before{content:"";position:absolute;left:9px;top:0;bottom:0;width:2px;background:#d8c9a8}
.timeline-item{position:relative;margin-bottom:30px}
.timeline-item:before{content:"";position:absolute;left:-32px;top:5px;width:14px;height:14px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px #f4ead4}
.table-premium{border:1px solid var(--line);border-radius:18px;overflow:hidden}
.table-premium th{background:var(--green);color:#fff;padding:15px}
.table-premium td{padding:15px;border-top:1px solid var(--line);background:#fffaf0}
@media(max-width:991px){
 .topbar{display:none}.nav-wrap{position:fixed;top:0;left:0;right:0;z-index:3000;background:rgba(255,250,240,.98);box-shadow:0 8px 30px rgba(6,59,36,.14);border-bottom:1px solid rgba(200,146,46,.24)}
.navbar{min-height:86px;padding:9px 0;transition:.3s}
.navbar.scrolled{background:rgba(255,250,240,.99);backdrop-filter:blur(14px);box-shadow:0 12px 36px rgba(6,59,36,.18)}
.navbar-brand{display:flex!important;align-items:center!important;visibility:visible!important;opacity:1!important;background:transparent!important;border:0!important;border-radius:0!important;padding:2px 0!important;box-shadow:none!important}
.navbar-brand img{display:block!important;visibility:visible!important;opacity:1!important;width:220px;height:64px;object-fit:contain;object-position:left center}
.navbar-nav{align-items:center}
.nav-link{display:block!important;visibility:visible!important;opacity:1!important;color:#063b24!important;font-weight:800;font-size:12px;padding:10px 12px!important;letter-spacing:.35px;text-transform:uppercase}
.nav-link:hover,.nav-link.active{color:#b67d1d!important}.nav-link{padding:9px 0!important}
 .navbar-collapse{padding:12px 4px 18px;background:rgba(3,44,26,.99)}
 .hero{min-height:720px}.hero-content{padding-top:55px}.trust-strip{margin-top:-30px}
 .trust-item{border-right:0;border-bottom:1px solid var(--line)}
 .section{padding:75px 0}.split-img{height:420px}.campaign-copy{padding:35px}
}
@media(max-width:575px){
 .hero h1{font-size:47px}.hero p{font-size:16px}.hero-actions .btn{width:100%}
 .page-hero{padding:150px 0 80px}.destination-card{height:350px}
}

img{height:auto}
.hero{background-attachment:scroll}

.dropdown-menu{z-index:3100!important}
.navbar-collapse{background:transparent}
.btn-gold{border-color:#c8922e}
.header-book{white-space:nowrap}
@media(max-width:991px){
  .nav-wrap{background:#fffaf0!important}
  .navbar{min-height:78px}
  .navbar-brand img{width:190px!important;height:58px!important}
  .navbar-toggler{color:#063b24!important;border:1px solid rgba(6,59,36,.22)!important;border-radius:10px;padding:8px 11px}
  .navbar-collapse{margin-top:10px;padding:12px 14px 18px;background:#fffaf0;border-top:1px solid #e6ddca;border-radius:0 0 16px 16px;box-shadow:0 18px 30px rgba(6,59,36,.12)}
  .nav-link{padding:10px 4px!important}
  .dropdown-menu{background:#fff!important;box-shadow:none!important;border:1px solid #e6ddca!important}
  .header-book{width:100%;margin-top:8px}
}

/* FINAL HEADER TYPOGRAPHY & HERO TITLE POLISH */
.nav-wrap .navbar-nav .nav-link,
.nav-wrap .navbar-nav .nav-link:visited,
.nav-wrap .navbar-nav .nav-link:focus {
  color:#063b24 !important;
  text-shadow:none !important;
  font-weight:900 !important;
  letter-spacing:.45px !important;
}
.nav-wrap .navbar-nav .nav-link:hover,
.nav-wrap .navbar-nav .nav-link.active,
.nav-wrap .navbar-nav .show > .nav-link {
  color:#a66d12 !important;
}
.nav-wrap .dropdown-menu .dropdown-item {
  color:#063b24 !important;
  font-weight:800 !important;
}
.nav-wrap .dropdown-menu .dropdown-item:hover,
.nav-wrap .dropdown-menu .dropdown-item:focus {
  color:#8b5d0e !important;
  background:#f3e8cf !important;
}
.nav-wrap .btn-gold {
  color:#062b1a !important;
  font-weight:900 !important;
}
.navbar-toggler {
  color:#063b24 !important;
}

/* Make the homepage hero title harmonise with the green/gold brand palette. */
.hero h1 {
  color:#fffaf0 !important;
  text-shadow:0 3px 16px rgba(0,0,0,.30);
}
.hero h1 em {
  color:#e3bd68 !important;
  font-style:normal;
  text-shadow:0 3px 16px rgba(0,0,0,.28);
}
.hero .eyebrow {
  color:#f0cf7b !important;
}
.hero p {
  color:#fffdf7 !important;
}

/* Destination page hero headings remain crisp against imagery. */
.page-hero h1 {
  color:#fffaf0 !important;
  text-shadow:0 3px 16px rgba(0,0,0,.32);
}
.page-hero .breadcrumb-lite {
  color:#f0cf7b !important;
}

/* DESTINATION SECTION — PREMIUM CONTRAST */
.section.dark .section-head .eyebrow{
  color:#f3d27f !important;
  text-shadow:0 2px 8px rgba(0,0,0,.18);
}
.section.dark .section-head h2{
  color:#fffaf0 !important;
  text-shadow:0 3px 12px rgba(0,0,0,.22);
}
.section.dark .section-head p{
  color:#e7eee9 !important;
}

/* IMAGE CARD TYPOGRAPHY — STRONG CONTRAST OVER PHOTOGRAPHY */
.destination-card{
  isolation:isolate;
  background:#063b24;
}
.destination-card:before{
  content:"";
  position:absolute;
  z-index:1;
  left:0;right:0;bottom:0;
  height:68%;
  background:linear-gradient(
    180deg,
    rgba(3,33,20,0) 0%,
    rgba(3,33,20,.22) 25%,
    rgba(3,33,20,.72) 62%,
    rgba(3,33,20,.94) 100%
  );
  pointer-events:none;
}
.destination-card:after{
  display:none;
}
.destination-card .overlay{
  z-index:3 !important;
  color:#fff !important;
  text-shadow:0 2px 8px rgba(0,0,0,.42);
}
.destination-card .overlay span{
  color:#f3d27f !important;
  text-shadow:0 2px 7px rgba(0,0,0,.55);
  font-weight:900;
}
.destination-card .overlay h3{
  color:#fffaf0 !important;
  text-shadow:0 3px 10px rgba(0,0,0,.55);
  font-weight:700;
}
.destination-card .overlay div{
  color:#f5f7f4 !important;
  text-shadow:0 2px 7px rgba(0,0,0,.55);
  font-weight:600;
}

/* Card hover remains elegant without washing out text */
.destination-card:hover:before{
  background:linear-gradient(
    180deg,
    rgba(3,33,20,0) 0%,
    rgba(3,33,20,.28) 25%,
    rgba(3,33,20,.78) 62%,
    rgba(3,33,20,.96) 100%
  );
}

/* General image-overlay text used elsewhere */
.hero .hero-content,
.page-hero .container{
  text-shadow:0 2px 10px rgba(0,0,0,.18);
}

.destination-eyebrow{
  color:#f3d27f !important;
  font-weight:900 !important;
  letter-spacing:3px !important;
}

/* CONTACT TOPBAR */
.topbar{
  display:block !important;
  background:#032c1a !important;
  color:#f4f1e7 !important;
  font-size:12px;
  letter-spacing:.15px;
  border-bottom:1px solid rgba(226,189,103,.22);
}
.topbar .container{
  min-height:40px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}
.topbar a{
  color:#f4f1e7 !important;
  text-decoration:none;
}
.topbar a:hover{color:#e4bd68 !important}
.topbar i{color:#e4bd68 !important}
.topbar .top-contact{
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
@media(max-width:991px){
  .topbar{display:block !important}
  .topbar .container{
    min-height:36px;
    justify-content:center;
  }
  .topbar .top-contact.office{display:none}
  .topbar .top-contact{font-size:11px}
  .nav-wrap{top:36px !important}
}

/* FINAL CONTACT STRIP — ABOVE THE MAIN HEADER */
.topbar{
  display:block !important;
  position:relative;
  z-index:4000;
  width:100%;
  height:42px;
  min-height:42px;
  background:#063b24 !important;
  color:#f8f2e4 !important;
  border-bottom:1px solid rgba(228,189,104,.35);
  box-shadow:0 3px 12px rgba(0,0,0,.10);
}
.topbar .container{
  min-height:42px !important;
  height:42px;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
}
.topbar .top-contact{
  display:flex !important;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  white-space:nowrap;
}
.topbar .top-contact.office{
  display:none !important;
}
.topbar a{
  color:#fffaf0 !important;
  text-decoration:none !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.2px;
}
.topbar a:hover{
  color:#e4bd68 !important;
}
.topbar i{
  color:#e4bd68 !important;
  font-size:12px;
}
.topbar .mx-2{
  color:rgba(228,189,104,.6) !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
.nav-wrap{
  top:42px !important;
}
@media(max-width:991px){
  .topbar{
    height:40px !important;
    min-height:40px !important;
  }
  .topbar .container{
    height:40px !important;
    min-height:40px !important;
    justify-content:center !important;
  }
  .topbar .top-contact{
    gap:12px;
  }
  .topbar a{
    font-size:10.5px !important;
  }
  .topbar .top-contact a:first-child{
    display:inline-block;
  }
  .nav-wrap{
    top:40px !important;
  }
}
@media(max-width:480px){
  .topbar .top-contact{
    gap:8px;
  }
  .topbar a{
    font-size:9.5px !important;
  }
  .topbar i{
    font-size:10px;
  }
}

/* RICH DESTINATION GUIDE */
.destination-guide .feature{
  background:#fff;
  border:1px solid #e3d8c2;
  border-radius:18px;
  padding:28px;
  box-shadow:0 12px 30px rgba(6,59,36,.06);
}
.destination-guide .feature i{
  width:48px;height:48px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;
  background:#edf4ef;
  color:#a87318;
  margin-bottom:16px;
}
.destination-guide .feature h3{
  color:#063b24;
  font-size:21px;
  margin-bottom:10px;
}
.destination-guide .feature p{
  color:#66746d;
  font-size:14px;
  line-height:1.75;
}
.destination-advice{
  background:linear-gradient(135deg,#063b24,#0a5a38);
  border-radius:22px;
  padding:30px 32px;
  color:#fff;
  box-shadow:0 18px 45px rgba(6,59,36,.14);
}
.destination-advice .eyebrow{color:#e4bd68}
.destination-advice h3{
  color:#fffaf0;
  font-family:"Playfair Display",serif;
  font-size:30px;
}
.destination-advice p{color:#d9e4de;line-height:1.75}
@media(max-width:575px){
 .destination-advice{padding:25px 22px}
 .destination-advice h3{font-size:25px}
}

/* FINAL PREMIUM CONTENT POLISH */
.section-head h2,
.booking-form h2,
.booking-side h2{
  letter-spacing:-.25px;
}
.section-head p{
  max-width:780px;
}
.btn-gold{
  font-weight:900 !important;
  letter-spacing:.15px;
}

/* ABOUT — VISION, MISSION & ROADMAP */
.about-strategy{
  background:#fbf7ec;
}
.strategy-card{
  position:relative;
  padding:36px;
  border-radius:24px;
  border:1px solid #e4d9c3;
  background:#fff;
  box-shadow:0 18px 45px rgba(6,59,36,.07);
  overflow:hidden;
}
.strategy-card:after{
  content:"";
  position:absolute;
  width:170px;height:170px;
  border-radius:50%;
  right:-90px;top:-90px;
  background:rgba(200,146,46,.07);
}
.strategy-icon{
  width:58px;height:58px;
  display:flex;align-items:center;justify-content:center;
  border-radius:16px;
  margin-bottom:22px;
  background:#edf4ef;
  color:#a87318;
  font-size:22px;
}
.strategy-card .eyebrow{
  color:#a87318;
  font-weight:900;
  letter-spacing:2px;
}
.strategy-card h3{
  color:#063b24;
  font-family:"Playfair Display",serif;
  font-size:29px;
  line-height:1.25;
  margin:8px 0 16px;
}
.strategy-card p{
  color:#66746d;
  font-size:14px;
  line-height:1.8;
}
.mission-card{
  background:linear-gradient(145deg,#063b24,#0a5a38);
  border-color:#063b24;
}
.mission-card .strategy-icon{
  background:rgba(228,189,104,.14);
  color:#e4bd68;
}
.mission-card .eyebrow{color:#e4bd68}
.mission-card h3{color:#fffaf0}
.mission-card p{color:#d6e3dc}

.roadmap-wrap{
  margin-top:65px;
}
.roadmap{
  position:relative;
  max-width:980px;
  margin:0 auto;
}
.roadmap:before{
  content:"";
  position:absolute;
  left:34px;
  top:20px;
  bottom:20px;
  width:2px;
  background:linear-gradient(#d6b467,#063b24,#d6b467);
}
.roadmap-item{
  position:relative;
  display:grid;
  grid-template-columns:68px 1fr;
  gap:18px;
  margin-bottom:20px;
}
.roadmap-year{
  position:relative;
  z-index:2;
  width:68px;height:68px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;
  background:#063b24;
  color:#e4bd68;
  border:5px solid #fbf7ec;
  box-shadow:0 0 0 1px #d8c9aa;
  font-weight:900;
  font-size:13px;
}
.roadmap-content{
  display:flex;
  gap:18px;
  padding:24px 26px;
  border:1px solid #e3d8c2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(6,59,36,.05);
}
.roadmap-icon{
  flex:0 0 44px;
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  border-radius:12px;
  background:#f4ead5;
  color:#a87318;
}
.roadmap-label{
  color:#a87318;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.8px;
}
.roadmap-content h3{
  color:#063b24;
  font-family:"Playfair Display",serif;
  font-size:22px;
  margin:4px 0 7px;
}
.roadmap-content p{
  color:#66746d;
  font-size:13px;
  line-height:1.7;
  margin:0;
}
.strategy-cta{
  background:#063b24;
  padding-top:65px;
  padding-bottom:65px;
}
.strategy-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  padding:38px 42px;
  border:1px solid rgba(228,189,104,.25);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.015));
}
.strategy-cta .eyebrow{color:#e4bd68}
.strategy-cta h2{
  color:#fffaf0;
  font-family:"Playfair Display",serif;
  font-size:34px;
  margin:8px 0 10px;
}
.strategy-cta p{
  color:#d2e0d8;
  max-width:720px;
  margin:0;
  line-height:1.7;
}
@media(max-width:767px){
  .strategy-card{padding:27px}
  .roadmap:before{left:25px}
  .roadmap-item{grid-template-columns:50px 1fr;gap:10px}
  .roadmap-year{width:50px;height:50px;font-size:11px}
  .roadmap-content{padding:20px;display:block}
  .roadmap-icon{margin-bottom:13px}
  .strategy-cta-box{display:block;padding:28px}
  .strategy-cta .btn{margin-top:22px}
}

/* FINAL ABOUT / HOMEPAGE PHOTOGRAPHY POLISH */
.split-img{
  object-fit:cover !important;
  object-position:center !important;
}

/* FINAL FOOTER LOGO VISIBILITY */
.footer-logo{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:220px !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:#fffaf0 !important;
  padding:8px 12px !important;
  border-radius:10px !important;
}
.footer .footer-logo-wrap{
  display:inline-flex;
  align-items:center;
  background:#fffaf0;
  padding:4px;
  border-radius:12px;
}
@media(max-width:575px){
  .footer-logo{width:190px !important}
}

/* LEGAL / INFORMATION PAGES */
.legal-hero{
  min-height:340px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(3,59,36,.94),rgba(3,59,36,.72)),
    url('https://images.pexels.com/photos/31032908/pexels-photo-31032908.jpeg?auto=compress&cs=tinysrgb&w=1800') center/cover;
  color:#fff;
}
.legal-hero h1{
  color:#fffaf0;
  font-family:"Playfair Display",serif;
  font-size:clamp(42px,5vw,65px);
}
.legal-hero p{color:#e5eee9;max-width:760px}
.legal-wrap{background:#fbf7ec;padding:75px 0 90px}
.legal-card{
  background:#fff;
  border:1px solid #e3d8c2;
  border-radius:22px;
  padding:42px;
  box-shadow:0 18px 50px rgba(6,59,36,.07);
}
.legal-card h2{
  color:#063b24;
  font-family:"Playfair Display",serif;
  font-size:28px;
  margin:32px 0 12px;
}
.legal-card h2:first-child{margin-top:0}
.legal-card h3{color:#063b24;font-size:19px;margin-top:24px}
.legal-card p,.legal-card li{
  color:#5e6d65;
  font-size:14px;
  line-height:1.85;
}
.legal-card ul{padding-left:22px}
.legal-card a{color:#9a6813;font-weight:700}
.legal-updated{
  display:inline-flex;
  padding:8px 13px;
  background:#edf4ef;
  color:#063b24;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.5px;
}
.legal-nav{
  position:sticky;
  top:115px;
  background:#fff;
  border:1px solid #e3d8c2;
  border-radius:18px;
  padding:22px;
}
.legal-nav h3{color:#063b24;font-size:17px;margin-bottom:12px}
.legal-nav a{
  display:block;
  padding:8px 0;
  color:#66746d;
  font-size:13px;
  text-decoration:none;
  border-bottom:1px solid #eee7d9;
}
.legal-nav a:hover{color:#a87318}
@media(max-width:991px){
 .legal-nav{position:static;margin-bottom:25px}
 .legal-card{padding:28px 22px}
}

/* FINAL FOOTER ALIGNMENT — CONSISTENT ACROSS ALL PAGES */
.footer{
  background:#032c1a !important;
  color:#dfe9e3 !important;
  padding:64px 0 0 !important;
  overflow:hidden;
}
.footer > .container{
  max-width:1200px;
}
.footer .row{
  align-items:flex-start !important;
}
.footer h4{
  color:#fffaf0 !important;
  font-size:16px !important;
  font-weight:800 !important;
  margin:0 0 18px !important;
  letter-spacing:.2px;
}
.footer p{
  color:#cbd9d1 !important;
  font-size:13px !important;
  line-height:1.75 !important;
  margin:0 0 9px !important;
}
.footer a{
  color:#dbe6df !important;
  text-decoration:none !important;
}
.footer a:hover{
  color:#e4bd68 !important;
}
.footer .footer-brand{
  max-width:300px;
}
.footer-logo-wrap{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:238px !important;
  min-height:82px !important;
  padding:10px 14px !important;
  background:#fffaf0 !important;
  border-radius:12px !important;
  box-sizing:border-box !important;
  margin-bottom:14px !important;
}
.footer-logo{
  display:block !important;
  width:205px !important;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain !important;
  margin:0 !important;
}
.footer .btn-gold{
  margin-top:8px;
}
.footer-bottom{
  margin-top:48px !important;
  padding:19px 0 !important;
  border-top:1px solid rgba(228,189,104,.22) !important;
  color:#aebfb5 !important;
  font-size:12px !important;
  line-height:1.6 !important;
}
.footer-bottom a{
  color:#dbe6df !important;
}
.footer-bottom a:hover{
  color:#e4bd68 !important;
}
@media(max-width:767px){
  .footer{
    padding-top:45px !important;
  }
  .footer .row > [class*="col-"]{
    margin-bottom:20px;
  }
  .footer-logo-wrap{
    width:215px !important;
    min-height:76px !important;
  }
  .footer-logo{
    width:185px !important;
    max-height:62px !important;
  }
  .footer-bottom{
    margin-top:25px !important;
    text-align:center;
    justify-content:center !important;
  }
}

/* LEGAL PAGE NAVIGATION */
.legal-nav a{
  display:block;
}
.legal-nav .current{
  color:#a87318 !important;
  font-weight:800;
  background:#f7f0df;
  border-radius:8px;
  padding-left:10px;
}

/* ============================================================
   FINAL SITE-WIDE FIXED HEADER
   Contact bar + navigation remain fixed on every page.
   ============================================================ */
:root{
  --header-contact-height:42px;
  --header-nav-height:86px;
  --header-total-height:128px;
}
html{scroll-padding-top:var(--header-total-height)}
body{
  padding-top:var(--header-total-height) !important;
}
.topbar{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  height:var(--header-contact-height) !important;
  min-height:var(--header-contact-height) !important;
  z-index:5000 !important;
}
.topbar .container{
  height:var(--header-contact-height) !important;
  min-height:var(--header-contact-height) !important;
}
.nav-wrap{
  position:fixed !important;
  top:var(--header-contact-height) !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:4999 !important;
}
.nav-wrap .navbar{
  min-height:var(--header-nav-height) !important;
}
.nav-wrap .navbar-brand img{
  max-height:66px !important;
  width:auto !important;
  object-fit:contain !important;
}
@media(max-width:991px){
  :root{
    --header-contact-height:40px;
    --header-nav-height:74px;
    --header-total-height:114px;
  }
  .topbar{
    height:var(--header-contact-height) !important;
    min-height:var(--header-contact-height) !important;
  }
  .topbar .container{
    height:var(--header-contact-height) !important;
    min-height:var(--header-contact-height) !important;
  }
  .nav-wrap{
    top:var(--header-contact-height) !important;
  }
  .nav-wrap .navbar{
    min-height:var(--header-nav-height) !important;
  }
  .nav-wrap .navbar-brand img{
    max-height:56px !important;
  }
}
@media(max-width:575px){
  :root{
    --header-contact-height:38px;
    --header-nav-height:68px;
    --header-total-height:106px;
  }
  .topbar a{font-size:10px !important}
  .topbar .top-contact{gap:7px !important}
  .nav-wrap .navbar-brand img{max-height:50px !important}
}

/* ============================================================
   PREMIUM LOAD POPUP
   ============================================================ */
.enquiry-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(2,26,16,.72);
  backdrop-filter:blur(6px);
}
.enquiry-modal.is-visible{display:flex}
.enquiry-modal-dialog{
  position:relative;
  width:min(940px,100%);
  max-height:calc(100vh - 44px);
  overflow:auto;
  background:#fffaf0;
  border:1px solid rgba(228,189,104,.5);
  border-radius:24px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}
.enquiry-modal-close{
  position:absolute;
  top:14px;
  right:16px;
  z-index:3;
  width:40px;height:40px;
  border:0;
  border-radius:50%;
  background:rgba(255,250,240,.92);
  color:#063b24;
  font-size:18px;
  cursor:pointer;
}
.enquiry-modal-close:hover{background:#e4bd68}
.enquiry-modal-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
}
.enquiry-modal-copy{
  padding:44px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(3,59,36,.97),rgba(5,82,49,.91)),
    url('img/breadcrumb-bg.jpg') center/cover;
}
.enquiry-modal-copy .eyebrow{
  color:#e4bd68;
  font-weight:900;
  letter-spacing:2px;
}
.enquiry-modal-copy h2{
  color:#fffaf0;
  font-family:"Playfair Display",serif;
  font-size:42px;
  line-height:1.1;
  margin:10px 0 16px;
}
.enquiry-modal-copy p{
  color:#dce8e1;
  line-height:1.75;
  font-size:14px;
}
.enquiry-modal-benefits{
  margin:25px 0 0;
  padding:0;
  list-style:none;
}
.enquiry-modal-benefits li{
  display:flex;
  gap:10px;
  margin:12px 0;
  color:#f1f5f2;
  font-size:13px;
}
.enquiry-modal-benefits i{color:#e4bd68;margin-top:3px}
.enquiry-modal-form{padding:38px 40px}
.enquiry-modal-form h3{
  color:#063b24;
  font-family:"Playfair Display",serif;
  font-size:30px;
  margin:0 0 6px;
}
.enquiry-modal-form .modal-lead{
  color:#68756e;
  font-size:13px;
  margin-bottom:20px;
}
.enquiry-modal-form label{
  color:#29463a;
  font-weight:800;
  font-size:12px;
  margin-bottom:5px;
}
.enquiry-modal-form .form-control,
.enquiry-modal-form .form-select{
  min-height:45px;
  border-color:#dfd5c1;
}
.enquiry-modal-submit{
  width:100%;
  border:0;
  border-radius:12px;
  padding:13px 18px;
  background:#d6a63b;
  color:#082c1c;
  font-weight:900;
  cursor:pointer;
}
.enquiry-modal-submit:hover{background:#e4bd68}
.enquiry-modal-note{
  color:#718078;
  font-size:11px;
  line-height:1.55;
  margin-top:10px;
}
.enquiry-modal-success{
  display:none;
  padding:12px 14px;
  margin-top:12px;
  border-radius:10px;
  background:#eaf5ed;
  color:#17613a;
  font-size:13px;
  font-weight:700;
}
.enquiry-modal-success.show{display:block}
@media(max-width:800px){
  .enquiry-modal-grid{grid-template-columns:1fr}
  .enquiry-modal-copy{padding:28px 25px}
  .enquiry-modal-copy h2{font-size:32px}
  .enquiry-modal-form{padding:28px 25px}
}
@media(max-width:480px){
  .enquiry-modal{padding:10px}
  .enquiry-modal-dialog{max-height:calc(100vh - 20px);border-radius:18px}
  .enquiry-modal-copy{padding:24px 20px}
  .enquiry-modal-form{padding:23px 18px}
  .enquiry-modal-copy p{font-size:12px}
}

/* AJAX form status */
.form-status.success{
  color:#17613a !important;
  background:#eaf5ed;
  border:1px solid #b9dfc4;
  padding:10px 12px;
  border-radius:9px;
}
.form-status.error{
  color:#8a241b !important;
  background:#fff0ee;
  border:1px solid #edc0bb;
  padding:10px 12px;
  border-radius:9px;
}

/* ============================================================
   DESTINATION MULTI-SELECT
   ============================================================ */
.destination-multiselect-field{
  position:relative;
}
.destination-multi-select{
  min-height:142px !important;
  padding:8px !important;
  border:1px solid #dfd5c1 !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#183a2b !important;
  font-size:14px !important;
}
.destination-multi-select option{
  padding:9px 10px !important;
  border-radius:6px;
}
.destination-multi-select option:checked{
  background:#063b24 linear-gradient(#063b24,#063b24) !important;
  color:#fffaf0 !important;
}
.destination-multi-select:focus{
  border-color:#c7962d !important;
  box-shadow:0 0 0 .2rem rgba(199,150,45,.14) !important;
}
.destination-select-summary{
  margin-top:8px;
  padding:8px 10px;
  border-radius:8px;
  background:#f6f0e3;
  color:#315243;
  font-size:12px;
  font-weight:700;
}
.destination-select-help{
  margin-top:6px;
  color:#748078;
  font-size:11px;
  line-height:1.5;
}
@media(max-width:575px){
  .destination-multi-select{
    min-height:150px !important;
    font-size:15px !important;
  }
}

/* ============================================================
   FINAL DESTINATION PAGE + GLOBAL MOBILE RESPONSIVE SYSTEM
   ============================================================ */
.destination-page{
  background:#f7f3e9;
  overflow-x:hidden;
}
.destination-page .container{
  width:100%;
}
.destination-hero{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background-position:center center !important;
  background-size:cover !important;
}
.destination-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(2,30,18,.12) 10%,rgba(2,35,21,.72) 72%,rgba(2,35,21,.94) 100%);
}
.destination-hero .container{
  position:relative;
  z-index:2;
}
.destination-hero-content{
  max-width:850px;
  padding:90px 0 95px;
}
.destination-hero-content h1{
  color:#fffaf0 !important;
  font-family:"Playfair Display",serif;
  font-size:clamp(42px,6vw,72px);
  line-height:1.04;
  margin:12px 0 15px;
}
.destination-hero-content p{
  max-width:760px;
  color:#edf4ef !important;
  font-size:16px;
  line-height:1.8;
  margin:0;
}
.destination-breadcrumb{
  color:#e4bd68 !important;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
}
.destination-main{
  position:relative;
  z-index:3;
  margin-top:-55px;
  padding-bottom:75px;
}
.destination-content-card{
  background:#fff;
  border:1px solid #e4dac6;
  border-radius:24px;
  box-shadow:0 22px 65px rgba(6,59,36,.11);
  overflow:hidden;
}
.destination-content{
  padding:42px 46px;
}
.destination-content h2{
  color:#063b24;
  font-family:"Playfair Display",serif;
  font-size:34px;
  line-height:1.2;
  margin:0 0 13px;
}
.destination-content h3{
  color:#063b24;
  font-family:"Playfair Display",serif;
  font-size:22px;
  margin:30px 0 9px;
}
.destination-content p{
  color:#59675f;
  font-size:13px;
  line-height:1.85;
  margin:0 0 14px;
}
.destination-content ul{
  padding-left:20px;
  margin:12px 0 20px;
}
.destination-content li{
  color:#59675f;
  font-size:13px;
  line-height:1.8;
  margin-bottom:5px;
}
.destination-side{
  height:100%;
  background:linear-gradient(155deg,#063b24,#0b5c39);
  padding:36px 30px;
  color:#fff;
}
.destination-side h3{
  color:#fffaf0;
  font-family:"Playfair Display",serif;
  font-size:27px;
  line-height:1.2;
  margin:0 0 15px;
}
.destination-side p{
  color:#d6e2db;
  font-size:12px;
  line-height:1.7;
}
.destination-info{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:20px;
}
.destination-info-item{
  min-width:0;
  padding:13px;
  border:1px solid rgba(228,189,104,.2);
  background:rgba(255,255,255,.055);
  border-radius:11px;
}
.destination-info-item strong{
  display:block;
  color:#e4bd68;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.8px;
  margin-bottom:4px;
}
.destination-info-item span{
  display:block;
  color:#f1f5f2;
  font-size:11px;
  line-height:1.5;
}
.destination-cta{
  margin-top:22px;
  padding-top:19px;
  border-top:1px solid rgba(255,255,255,.12);
}
.destination-highlights{
  padding:68px 0 75px;
}
.destination-highlights .section-heading{
  max-width:760px;
  margin:0 auto 32px;
  text-align:center;
}
.destination-highlights .section-heading h2{
  color:#063b24;
  font-family:"Playfair Display",serif;
  font-size:38px;
}
.destination-highlight-card{
  height:100%;
  background:#fff;
  border:1px solid #e5dac1;
  border-radius:16px;
  padding:24px;
  box-shadow:0 7px 24px rgba(6,59,36,.05);
}
.destination-highlight-card h3{
  color:#063b24;
  font-family:"Playfair Display",serif;
  font-size:21px;
  margin:0 0 7px;
}
.destination-highlight-card p{
  color:#68756e;
  font-size:12px;
  line-height:1.7;
  margin:0;
}
.destination-image{
  width:100%;
  height:360px;
  object-fit:cover;
  display:block;
}
.destination-page .footer{
  clear:both;
}

/* Footer logo: fixed visual box so it never stretches or collapses. */
.footer .footer-logo-wrap{
  width:240px !important;
  height:88px !important;
  min-height:88px !important;
  padding:9px 14px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#fffaf0 !important;
  border:1px solid rgba(228,189,104,.38) !important;
  border-radius:12px !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}
.footer .footer-logo{
  width:auto !important;
  max-width:210px !important;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain !important;
  display:block !important;
  margin:0 auto !important;
}

/* Global overflow and media sizing */
img,svg,video,iframe{
  max-width:100%;
}
.row > [class*="col-"]{
  min-width:0;
}
table{
  max-width:100%;
}
@media(max-width:991px){
  .destination-hero{min-height:500px}
  .destination-hero-content{padding:70px 0 85px}
  .destination-main{margin-top:-40px}
  .destination-content{padding:34px 28px}
  .destination-side{padding:32px 25px}
}
@media(max-width:767px){
  .destination-hero{
    min-height:470px;
    align-items:flex-end;
  }
  .destination-hero-content{
    padding:55px 0 72px;
  }
  .destination-hero-content h1{
    font-size:43px;
  }
  .destination-hero-content p{
    font-size:13px;
    line-height:1.7;
  }
  .destination-main{
    margin-top:-25px;
    padding-bottom:45px;
  }
  .destination-content-card{
    border-radius:18px;
  }
  .destination-content{
    padding:28px 20px;
  }
  .destination-content h2{
    font-size:29px;
  }
  .destination-content h3{
    font-size:21px;
    margin-top:25px;
  }
  .destination-content p,
  .destination-content li{
    font-size:12px;
    line-height:1.75;
  }
  .destination-side{
    padding:27px 20px;
  }
  .destination-side h3{
    font-size:25px;
  }
  .destination-info{
    grid-template-columns:1fr 1fr;
  }
  .destination-highlights{
    padding:45px 0 52px;
  }
  .destination-highlights .section-heading h2{
    font-size:31px;
  }
  .destination-image{
    height:250px;
  }
  .footer .footer-logo-wrap{
    width:215px !important;
    height:78px !important;
    min-height:78px !important;
  }
  .footer .footer-logo{
    max-width:188px !important;
    max-height:59px !important;
  }
}
@media(max-width:575px){
  .container{
    --bs-gutter-x:1.25rem;
  }
  .destination-hero{
    min-height:450px;
  }
  .destination-hero-content{
    padding:48px 0 65px;
  }
  .destination-hero-content h1{
    font-size:37px;
  }
  .destination-main{
    margin-top:-18px;
  }
  .destination-info{
    grid-template-columns:1fr;
  }
  .destination-image{
    height:220px;
  }
  .destination-content-card .row{
    --bs-gutter-x:0;
  }
  .destination-side{
    border-top:1px solid rgba(228,189,104,.18);
  }
  .footer .footer-logo-wrap{
    width:205px !important;
    height:74px !important;
    min-height:74px !important;
  }
  .footer .footer-logo{
    max-width:178px !important;
    max-height:56px !important;
  }
}

/* ============================================================
   DESTINATION PAGES — PREMIUM FOOTER REDESIGN
   ============================================================ */
.destination-page .footer{
  position:relative !important;
  background:#022b19 !important;
  color:#dce9e1 !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  border-top:1px solid rgba(228,189,104,.22);
}
.destination-page .footer:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,transparent,#e4bd68,transparent);
}
.destination-page .footer .container{
  position:relative;
  z-index:1;
  max-width:1200px;
}
.destination-page .footer-main{
  padding:64px 0 46px;
}
.destination-page .footer-brand-block{
  max-width:330px;
}
.destination-page .footer-logo-panel{
  width:255px;
  height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fffaf0;
  border:1px solid rgba(228,189,104,.45);
  border-radius:15px;
  padding:10px 18px;
  box-sizing:border-box;
  margin:0 0 18px;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}
.destination-page .footer-logo-panel img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:215px !important;
  max-height:70px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
}
.destination-page .footer-brand-block .footer-tagline{
  color:#bdcdc4;
  font-size:12px;
  line-height:1.8;
  margin:0 0 18px;
  max-width:310px;
}
.destination-page .footer .footer-title{
  color:#fffaf0 !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.4px;
  margin:0 0 17px !important;
}
.destination-page .footer .footer-link{
  display:block;
  color:#c6d4cc !important;
  font-size:12px;
  line-height:1.5;
  text-decoration:none;
  padding:5px 0;
  transition:color .2s,transform .2s;
}
.destination-page .footer .footer-link:hover{
  color:#e4bd68 !important;
  transform:translateX(2px);
}
.destination-page .footer-office{
  color:#c6d4cc;
  font-size:12px;
  line-height:1.75;
  margin:0 0 15px;
}
.destination-page .footer-office strong{
  color:#fffaf0;
  display:block;
  margin-bottom:2px;
}
.destination-page .footer-contact-line{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#c6d4cc;
  font-size:12px;
  line-height:1.6;
  margin:7px 0;
}
.destination-page .footer-contact-line i{
  width:15px;
  color:#e4bd68;
  margin-top:3px;
}
.destination-page .footer-contact-line a{
  color:#c6d4cc !important;
  text-decoration:none;
}
.destination-page .footer-contact-line a:hover{
  color:#e4bd68 !important;
}
.destination-page .footer-bottom{
  min-height:68px;
  padding:17px 0;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  flex-wrap:wrap;
  color:#8fa59a;
  font-size:11px;
}
.destination-page .footer-bottom-links{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
}
.destination-page .footer-bottom-links a{
  color:#bdcdc4 !important;
  text-decoration:none;
}
.destination-page .footer-bottom-links a:hover{
  color:#e4bd68 !important;
}
.destination-page .footer-bottom-separator{
  color:#687f73;
}
.destination-page .footer .btn-gold{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border-radius:10px;
  font-size:11px;
  padding:10px 15px;
}
@media(max-width:991px){
  .destination-page .footer-main{
    padding:48px 0 34px;
  }
  .destination-page .footer-logo-panel{
    width:235px;
    height:88px;
  }
  .destination-page .footer-logo-panel img{
    max-width:198px !important;
    max-height:64px !important;
  }
}
@media(max-width:767px){
  .destination-page .footer-main{
    padding:40px 0 25px;
  }
  .destination-page .footer-brand-block{
    max-width:100%;
  }
  .destination-page .footer-logo-panel{
    width:220px;
    height:82px;
    margin-bottom:15px;
  }
  .destination-page .footer-logo-panel img{
    max-width:184px !important;
    max-height:59px !important;
  }
  .destination-page .footer-bottom{
    justify-content:center;
    text-align:center;
    padding:17px 0 22px;
  }
  .destination-page .footer-bottom-links{
    justify-content:center;
  }
}
@media(max-width:575px){
  .destination-page .footer-logo-panel{
    width:205px;
    height:76px;
    padding:8px 13px;
  }
  .destination-page .footer-logo-panel img{
    max-width:174px !important;
    max-height:55px !important;
  }
  .destination-page .footer-title{
    margin-top:10px !important;
  }
}

/* ============================================================
   PAY NOW HEADER BUTTON
   ============================================================ */
.header-pay-now{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  min-height:40px !important;
  padding:9px 16px !important;
  margin-left:8px !important;
  border-radius:999px !important;
  background:#d6a63b !important;
  color:#082c1c !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:0 5px 16px rgba(6,59,36,.12);
  transition:all .2s ease;
}
.header-pay-now i{
  color:#082c1c !important;
  font-size:12px !important;
}
.header-pay-now:hover,
.header-pay-now:focus{
  background:#e4bd68 !important;
  color:#082c1c !important;
  transform:translateY(-1px);
}
@media(max-width:991px){
  .header-pay-now{
    margin:10px 0 8px !important;
    width:max-content !important;
  }
}


/* ============================================================
   FINAL GLOBAL HEADER — REFERENCE MATCH
   Fixed two-level header: green contact strip + white navigation
   ============================================================ */
body{padding-top:124px!important}
.site-topbar{display:block!important;position:fixed!important;top:0!important;left:0!important;right:0!important;height:42px!important;z-index:5000!important;background:#003d29!important;color:#fff!important}
.site-topbar .container{height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important}
.site-topbar a{color:#fff!important;text-decoration:none!important}
.topbar-promo{font-size:13px!important;font-weight:800!important;letter-spacing:.1px!important;white-space:nowrap!important}
.topbar-promo i{color:#e0b13d!important;margin-right:7px!important}
.topbar-right{display:flex!important;align-items:center!important;gap:15px!important;font-size:11px!important;font-weight:800!important;white-space:nowrap!important}
.topbar-right i{margin-right:5px!important;color:#fff!important}
.topbar-sep{height:17px;width:1px;background:rgba(255,255,255,.35);display:inline-block}
.top-social{display:flex!important;gap:15px!important;margin-left:3px!important}
.top-social a{display:inline-flex!important;align-items:center!important;justify-content:center!important}
.top-social i{margin:0!important;font-size:13px!important}
.site-header.nav-wrap{top:42px!important;height:94px!important;background:#fff!important;border-bottom:1px solid #e7dfd0!important;box-shadow:0 7px 24px rgba(4,50,31,.08)!important}
.site-header .navbar{height:94px!important;min-height:94px!important;padding:0!important;background:#fff!important}
.site-header .navbar-brand{width:240px!important;height:94px!important;display:flex!important;align-items:center!important}
.site-header .navbar-brand img{width:205px!important;height:70px!important;object-fit:contain!important;object-position:left center!important}
.site-header .navbar-nav{gap:2px!important}
.site-header .navbar-nav .nav-link,.site-header .navbar-nav .nav-link:visited,.site-header .navbar-nav .nav-link:focus{color:#052f20!important;background:transparent!important;font-size:12px!important;font-weight:900!important;letter-spacing:.25px!important;text-transform:uppercase!important;padding:11px 11px!important;white-space:nowrap!important}
.site-header .navbar-nav .nav-link:hover,.site-header .navbar-nav .nav-link.active,.site-header .navbar-nav .show>.nav-link{color:#a36b0d!important}
.site-header .dropdown-menu{margin-top:7px!important;background:#fff!important;border:1px solid #e3d8c0!important;border-radius:10px!important;box-shadow:0 18px 40px rgba(0,0,0,.12)!important}
.site-header .dropdown-item{color:#123b2a!important;font-size:12px!important;font-weight:800!important}
.site-header .dropdown-item:hover{background:#f4ead7!important;color:#a36b0d!important}
.site-header .header-book{border-radius:28px!important;padding:12px 20px!important;white-space:nowrap!important}
.site-header .header-pay-now{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;margin-left:8px!important;min-width:126px!important;height:48px!important;padding:0 18px!important;border:2px solid #d4a02c!important;border-radius:7px!important;background:#063d29!important;color:#fff!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;box-shadow:none!important}
.site-header .header-pay-now i{color:#fff!important;font-size:12px!important}
.site-header .header-pay-now:hover,.site-header .header-pay-now.active{background:#0a5539!important;color:#fff!important}
.site-header .navbar-toggler{color:#063b24!important;border:1px solid rgba(6,59,36,.2)!important;background:#fff!important;border-radius:8px!important}
.hero,.page-hero,.gallery-hero{margin-top:0!important}
@media(max-width:991px){
 body{padding-top:118px!important}
 .site-topbar{height:40px!important}.site-topbar .container{height:40px!important}
 .topbar-promo{font-size:10px!important}.topbar-right{font-size:9px!important;gap:8px!important}.topbar-sep,.top-social{display:none!important}
 .site-header.nav-wrap{top:40px!important;height:78px!important}
 .site-header .navbar{height:78px!important;min-height:78px!important}
 .site-header .navbar-brand{height:78px!important;width:200px!important}.site-header .navbar-brand img{width:175px!important;height:58px!important}
 .site-header .navbar-collapse{background:#fff!important;margin-top:0!important;padding:12px 15px 18px!important;border-top:1px solid #e6ddca!important;box-shadow:0 18px 30px rgba(6,59,36,.12)!important;border-radius:0 0 15px 15px!important}
 .site-header .navbar-nav{align-items:stretch!important}.site-header .navbar-nav .nav-link{font-size:12px!important;padding:10px 5px!important}
 .site-header .header-book,.site-header .header-pay-now{width:100%!important;margin:7px 0 0!important}
}
@media(max-width:575px){
 body{padding-top:110px!important}.site-topbar{height:36px!important}.site-topbar .container{height:36px!important}.topbar-promo{font-size:9px!important}
 .site-header.nav-wrap{top:36px!important;height:74px!important}.site-header .navbar,.site-header .navbar-brand{height:74px!important}.site-header .navbar-brand img{width:155px!important;height:54px!important}
}

/* SEO/PERFORMANCE: lightweight navigation state without Bootstrap JavaScript */
.navbar-collapse.is-open{display:block!important}
.nav-item.dropdown.open>.dropdown-menu{display:block!important}
.nav-item.dropdown.open>.dropdown-toggle{color:#a66d0d!important}
.site-header.is-scrolled .navbar{box-shadow:0 12px 36px rgba(6,59,36,.14)}
.seo-content{padding-top:45px;padding-bottom:45px}
.seo-content .section-head p{max-width:900px;margin-left:auto;margin-right:auto}
@media(max-width:991px){
 .navbar-collapse{display:none}
 .navbar-collapse.is-open{display:block!important}
 .nav-item.dropdown>.dropdown-menu{display:none}
 .nav-item.dropdown.open>.dropdown-menu{display:block!important}
}
