
/* YTT v3.68.38 Signature Website
   Warm cream + deep green + orange accent.
   Excludes Staff Portal / Operations via conditional enqueue. */

:root{
  --ytt38-cream:#f8f3ea;
  --ytt38-cream-2:#fffaf2;
  --ytt38-white:#ffffff;
  --ytt38-green:#123d2a;
  --ytt38-green-2:#1f5a3a;
  --ytt38-green-soft:#edf4ef;
  --ytt38-orange:#ff6b14;
  --ytt38-orange-dark:#e95c08;
  --ytt38-ink:#18332a;
  --ytt38-muted:#65736d;
  --ytt38-line:#e3e3db;
  --ytt38-shadow:0 20px 55px rgba(18,61,42,.10);
  --ytt38-shadow-soft:0 10px 28px rgba(18,61,42,.07);
  --ytt38-radius:24px;
}

html{scroll-behavior:smooth}
body.ytt36840-signature-site{
  margin:0!important;
  background:var(--ytt38-cream)!important;
  color:var(--ytt38-ink)!important;
  font-family:"Poppins",Arial,sans-serif!important;
}
body.ytt36840-signature-site *{box-sizing:border-box}

/* Hide the theme header: the plugin owns the public header now. */
body.ytt36840-signature-site #masthead,
body.ytt36840-signature-site header.site-header,
body.ytt36840-signature-site .site-header:not(.ytt36840-site-header),
body.ytt36840-signature-site header[role="banner"]{
  display:none!important;
}
body.ytt36840-signature-site #page,
body.ytt36840-signature-site .site,
body.ytt36840-signature-site #content,
body.ytt36840-signature-site .site-content{
  margin-top:0!important;
  padding-top:0!important;
}

/* ---------------- Header ---------------- */
.ytt36840-site-header{
  position:sticky;
  top:0;
  z-index:999980;
  width:100%;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(18,61,42,.09);
  box-shadow:0 8px 26px rgba(18,61,42,.045);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.admin-bar .ytt36840-site-header{top:32px}
.ytt36840-header-inner{
  width:min(1450px,calc(100% - 48px));
  min-height:80px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:30px;
}
.ytt36840-brand{
  min-width:275px;
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--ytt38-green)!important;
  text-decoration:none!important;
}
.ytt36840-brand img{
  width:54px;
  height:54px;
  object-fit:contain;
  flex:0 0 54px;
  display:block;
}
.ytt36840-brand-copy{display:grid;gap:1px}
.ytt36840-brand-copy strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:-.015em;
  white-space:nowrap;
}
.ytt36840-brand-copy small{
  color:#7a847f;
  font-size:8.5px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.ytt36840-nav{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(16px,2.1vw,31px);
}
.ytt36840-nav a{
  position:relative;
  padding:29px 0 25px;
  color:#3c4c46!important;
  text-decoration:none!important;
  font-size:12.5px;
  line-height:1;
  font-weight:650;
  white-space:nowrap;
  transition:color .2s ease;
}
.ytt36840-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:18px;
  height:2px;
  border-radius:2px;
  background:var(--ytt38-orange);
  transition:left .2s ease,right .2s ease;
}
.ytt36840-nav a:hover,
.ytt36840-nav a.is-active{color:var(--ytt38-green)!important}
.ytt36840-nav a:hover::after,
.ytt36840-nav a.is-active::after{left:0;right:0}

.ytt36840-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.ytt36840-search-toggle,
.ytt36840-menu-toggle{
  width:42px;
  height:42px;
  border:1px solid #e0e5e1;
  border-radius:50%;
  background:#fff;
  color:var(--ytt38-green);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 5px 14px rgba(18,61,42,.06);
}
.ytt36840-search-toggle svg{
  width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round
}
.ytt36840-plan,
.ytt36840-mobile-plan{
  min-height:42px;
  padding:11px 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  background:var(--ytt38-orange);
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:750;
  box-shadow:0 9px 20px rgba(255,107,20,.21);
  transition:transform .18s ease,background .18s ease;
}
.ytt36840-plan:hover,
.ytt36840-mobile-plan:hover{background:var(--ytt38-orange-dark);transform:translateY(-1px)}
.ytt36840-menu-toggle{display:none;flex-direction:column;gap:4px}
.ytt36840-menu-toggle span{display:block;width:17px;height:2px;border-radius:2px;background:currentColor}

.ytt36840-search-panel,
.ytt36840-mobile-menu{
  border-top:1px solid #e9ece9;
  background:#fff;
}
.ytt36840-search-panel form{
  width:min(840px,calc(100% - 36px));
  margin:0 auto;
  padding:20px 0 24px;
}
.ytt36840-search-panel label{
  display:block;
  margin-bottom:7px;
  color:#5e6c66;
  font-size:10.5px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ytt36840-search-panel form>div{display:grid;grid-template-columns:1fr auto;gap:8px}
.ytt36840-search-panel input{
  width:100%;
  min-height:46px;
  padding:11px 14px;
  border:1px solid #dfe5e0;
  border-radius:10px;
  background:#fbfcfb;
  color:#21342c;
  font:500 14px/1.3 "Poppins",Arial,sans-serif;
  outline:none;
}
.ytt36840-search-panel input:focus{border-color:var(--ytt38-green);box-shadow:0 0 0 3px rgba(18,61,42,.08)}
.ytt36840-search-panel button{
  min-width:110px;
  border:0;border-radius:10px;background:var(--ytt38-green);color:#fff;
  font:700 12px/1 "Poppins",Arial,sans-serif;cursor:pointer
}
.ytt36840-mobile-menu{display:none}

/* ---------------- Shared public style ---------------- */
body.ytt36840-signature-site h1,
body.ytt36840-signature-site h2,
body.ytt36840-signature-site h3,
.ytt-home-page h1,
.ytt-home-page h2,
.ytt-home-page h3,
.ytt359-page h1,
.ytt359-page h2,
.ytt359-page h3,
.ytt360-page h1,
.ytt360-page h2,
.ytt360-page h3,
.ytt352-page h1,
.ytt352-page h2,
.ytt352-page h3{
  font-family:Georgia,"Times New Roman",serif!important;
  letter-spacing:-.025em!important;
}
body.ytt36840-signature-site button,
body.ytt36840-signature-site input,
body.ytt36840-signature-site select,
body.ytt36840-signature-site textarea{
  font-family:"Poppins",Arial,sans-serif;
}
body.ytt36840-signature-site .ytt-home-page,
body.ytt36840-signature-site .ytt359-page,
body.ytt36840-signature-site .ytt360-page,
body.ytt36840-signature-site .ytt352-page,
body.ytt36840-signature-site .ytt25-wrap{
  background:var(--ytt38-cream)!important;
}

/* ---------------- Homepage hero: editorial split ---------------- */
body.ytt36840-signature-site .ytt-home-page{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
body.ytt36840-signature-site .ytt-home-hero{
  width:min(1450px,calc(100% - 40px))!important;
  min-height:610px!important;
  margin:26px auto 42px!important;
  display:grid!important;
  grid-template-columns:minmax(0,.91fr) minmax(520px,1.09fr)!important;
  align-items:stretch!important;
  border:1px solid #e6e2d9!important;
  border-radius:30px!important;
  background:linear-gradient(135deg,#fffaf1 0%,#fbf4e8 58%,#f0f5f0 100%)!important;
  color:var(--ytt38-ink)!important;
  box-shadow:var(--ytt38-shadow)!important;
  overflow:hidden!important;
  isolation:isolate;
}
body.ytt36840-signature-site .ytt-home-hero::before,
body.ytt36840-signature-site .ytt-home-hero::after{display:none!important}
body.ytt36840-signature-site .ytt-home-hero-media{
  position:relative!important;
  inset:auto!important;
  grid-column:2!important;
  grid-row:1!important;
  width:auto!important;
  height:auto!important;
  min-height:574px!important;
  margin:18px 18px 18px 0!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:#e9eee9!important;
  box-shadow:0 14px 34px rgba(18,61,42,.10)!important;
}
body.ytt36840-signature-site .ytt-home-hero-slide{position:absolute!important;inset:0!important}
body.ytt36840-signature-site .ytt-home-hero-slide img{
  width:100%!important;height:100%!important;object-fit:cover!important;
}
body.ytt36840-signature-site .ytt-home-hero>.ytt-home-container{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.ytt36840-signature-site .ytt-home-hero-inner{
  min-height:610px!important;
  display:flex!important;
  align-items:center!important;
  padding:66px 50px 66px 64px!important;
}
body.ytt36840-signature-site .ytt-home-hero-copy{
  max-width:620px!important;
  margin:0!important;
  text-align:left!important;
}
body.ytt36840-signature-site .ytt-home-hero-label{
  display:inline-flex!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--ytt38-orange)!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
body.ytt36840-signature-site .ytt-home-hero h1{
  max-width:600px!important;
  margin:13px 0 17px!important;
  color:var(--ytt38-green)!important;
  font-size:clamp(45px,5vw,72px)!important;
  line-height:1.01!important;
  font-weight:700!important;
  text-shadow:none!important;
}
body.ytt36840-signature-site .ytt-home-hero h1 span,
body.ytt36840-signature-site .ytt-home-hero .ytt-hero-highlight{color:var(--ytt38-green)!important}
body.ytt36840-signature-site .ytt-home-hero-description,
body.ytt36840-signature-site .ytt-home-hero p{
  max-width:565px!important;
  color:#586862!important;
  font-size:15px!important;
  line-height:1.68!important;
}
body.ytt36840-signature-site .ytt-home-hero-benefits{
  margin-top:22px!important;
  color:#43584e!important;
  font-size:11.5px!important;
}
body.ytt36840-signature-site .ytt-home-hero-benefits span{
  background:#f0f5f1!important;
  border:1px solid #dfe8e1!important;
  color:#385247!important;
}
body.ytt36840-signature-site .ytt-home-hero-benefits b{color:var(--ytt38-orange)!important}
body.ytt36840-signature-site .ytt-home-hero .ytt-home-actions{justify-content:flex-start!important}
body.ytt36840-signature-site .ytt-home-hero .ytt-home-btn{
  min-height:45px!important;
  border-radius:999px!important;
  padding:11px 18px!important;
  font-size:12px!important;
}
body.ytt36840-signature-site .ytt-home-hero .ytt-home-btn-primary{
  background:var(--ytt38-orange)!important;border-color:var(--ytt38-orange)!important;color:#fff!important
}
body.ytt36840-signature-site .ytt-home-hero .ytt-home-btn-light{
  background:#fff!important;border:1px solid #cad8d0!important;color:var(--ytt38-green)!important
}
body.ytt36840-signature-site .ytt-home-hero-controls{
  position:static!important;
  transform:none!important;
  margin:16px 0 0!important;
  padding:4px!important;
  width:max-content!important;
  border:1px solid #dce4df!important;
  background:#fff!important;
  box-shadow:0 6px 15px rgba(18,61,42,.06)!important;
}
body.ytt36840-signature-site .ytt-home-hero-arrow,
body.ytt36840-signature-site .ytt-home-hero-pause{
  border-color:#e0e6e2!important;
  background:#fff!important;
  color:var(--ytt38-green)!important;
}
body.ytt36840-signature-site .ytt-home-hero-dot{background:#b8c4be!important;background-clip:content-box!important}
body.ytt36840-signature-site .ytt-home-hero-dot.is-active{background:var(--ytt38-orange)!important;background-clip:content-box!important}

/* Home sections */
body.ytt36840-signature-site .ytt-home-container{width:min(1380px,calc(100% - 40px))!important}
body.ytt36840-signature-site .ytt-home-section-header h2,
body.ytt36840-signature-site .ytt-reviews-header h2{
  color:var(--ytt38-green)!important;
  font-weight:700!important;
}
body.ytt36840-signature-site .ytt-home-section-header p,
body.ytt36840-signature-site .ytt-reviews-header p{color:var(--ytt38-muted)!important}
body.ytt36840-signature-site .ytt-home-tour-card,
body.ytt36840-signature-site .ytt-service-card,
body.ytt36840-signature-site .ytt-faq-card{
  border:1px solid #e2e4de!important;
  border-radius:20px!important;
  box-shadow:var(--ytt38-shadow-soft)!important;
}
body.ytt36840-signature-site .ytt-home-btn-primary,
body.ytt36840-signature-site .ytt359-book,
body.ytt36840-signature-site .ytt360-book,
body.ytt36840-signature-site .ytt25-primary{
  background:var(--ytt38-orange)!important;
  border-color:var(--ytt38-orange)!important;
}

/* ---------------- Tours hero: same split language ---------------- */
body.ytt36840-signature-site .ytt359-page{
  width:100vw!important;max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;
}
body.ytt36840-signature-site .ytt359-hero{
  width:min(1450px,calc(100% - 40px))!important;
  min-height:560px!important;
  margin:26px auto 38px!important;
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr)!important;
  border:1px solid #e4e3db!important;
  border-radius:30px!important;
  background:linear-gradient(135deg,#fffaf2,#f7f0e4 60%,#edf4ef)!important;
  color:var(--ytt38-ink)!important;
  box-shadow:var(--ytt38-shadow)!important;
  overflow:hidden!important;
}
body.ytt36840-signature-site .ytt359-hero-media{
  position:relative!important;inset:auto!important;
  grid-column:2!important;grid-row:1!important;
  height:auto!important;min-height:524px!important;
  margin:18px 18px 18px 0!important;
  border-radius:24px!important;overflow:hidden!important;
}
body.ytt36840-signature-site .ytt359-hero-shade{display:none!important}
body.ytt36840-signature-site .ytt359-hero-copy{
  grid-column:1!important;grid-row:1!important;
  width:100%!important;max-width:none!important;margin:0!important;
  padding:64px 48px 64px 62px!important;align-self:center!important;
}
body.ytt36840-signature-site .ytt359-eyebrow{
  padding:0!important;border:0!important;background:transparent!important;
  color:var(--ytt38-orange)!important;font-size:10px!important;letter-spacing:.14em!important;
}
body.ytt36840-signature-site .ytt359-hero h1{
  max-width:590px!important;margin:13px 0 17px!important;
  color:var(--ytt38-green)!important;font-size:clamp(44px,4.7vw,69px)!important;
  line-height:1.01!important;font-weight:700!important;text-shadow:none!important;
}
body.ytt36840-signature-site .ytt359-hero h1 span{color:var(--ytt38-green)!important}
body.ytt36840-signature-site .ytt359-hero p{
  max-width:560px!important;color:#5a6963!important;font-size:15px!important;line-height:1.68!important
}
body.ytt36840-signature-site .ytt359-btn{border-radius:999px!important;min-height:44px!important;font-size:12px!important}
body.ytt36840-signature-site .ytt359-btn-orange{background:var(--ytt38-orange)!important;border-color:var(--ytt38-orange)!important}
body.ytt36840-signature-site .ytt359-btn-light{background:#fff!important;border-color:#cbd8d1!important;color:var(--ytt38-green)!important}
body.ytt36840-signature-site .ytt359-hero-controls{
  right:32px!important;bottom:32px!important;background:rgba(255,255,255,.95)!important;border-color:#e0e5e1!important
}
body.ytt36840-signature-site .ytt359-hero-arrow,
body.ytt36840-signature-site .ytt359-hero-pause{color:var(--ytt38-green)!important;background:#fff!important;border-color:#e0e5e1!important}
body.ytt36840-signature-site .ytt359-hero-dot{background:#b7c3bc!important;background-clip:content-box!important}
body.ytt36840-signature-site .ytt359-hero-dot.is-active{background:var(--ytt38-orange)!important;background-clip:content-box!important}
body.ytt36840-signature-site .ytt359-main{padding-top:22px!important}
body.ytt36840-signature-site .ytt359-card{
  border-radius:20px!important;border-color:#e1e5e1!important;box-shadow:var(--ytt38-shadow-soft)!important
}
body.ytt36840-signature-site .ytt359-image{height:230px!important}
body.ytt36840-signature-site .ytt359-top h3{font-size:18px!important;color:var(--ytt38-green)!important}
body.ytt36840-signature-site .ytt359-lead{font-size:12.5px!important}

/* ---------------- Transfers hero ---------------- */
body.ytt36840-signature-site .ytt360-hero{
  width:min(1450px,calc(100% - 40px))!important;
  min-height:545px!important;
  margin:26px auto 36px!important;
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr)!important;
  border:1px solid #e4e3db!important;border-radius:30px!important;
  background:linear-gradient(135deg,#fffaf2,#f7f0e4 60%,#edf4ef)!important;
  color:var(--ytt38-ink)!important;box-shadow:var(--ytt38-shadow)!important;
}
body.ytt36840-signature-site .ytt360-hero-media{
  position:relative!important;inset:auto!important;grid-column:2!important;grid-row:1!important;
  min-height:509px!important;margin:18px 18px 18px 0!important;border-radius:24px!important;overflow:hidden!important
}
body.ytt36840-signature-site .ytt360-hero-tint{display:none!important}
body.ytt36840-signature-site .ytt360-hero-copy{
  grid-column:1!important;grid-row:1!important;width:100%!important;max-width:none!important;margin:0!important;
  padding:62px 48px 62px 62px!important;align-self:center!important
}
body.ytt36840-signature-site .ytt360-eyebrow{
  padding:0!important;border:0!important;background:transparent!important;color:var(--ytt38-orange)!important;
  font-size:10px!important;letter-spacing:.14em!important
}
body.ytt36840-signature-site .ytt360-hero h1{
  max-width:590px!important;margin:13px 0 16px!important;color:var(--ytt38-green)!important;
  font-size:clamp(44px,4.8vw,70px)!important;line-height:1.01!important;font-weight:700!important;text-shadow:none!important
}
body.ytt36840-signature-site .ytt360-hero h1 span{color:var(--ytt38-green)!important}
body.ytt36840-signature-site .ytt360-hero p{max-width:560px!important;color:#596962!important;font-size:15px!important;line-height:1.68!important}
body.ytt36840-signature-site .ytt360-trust-row{color:#445a50!important;font-size:11.5px!important}
body.ytt36840-signature-site .ytt360-btn{border-radius:999px!important;min-height:44px!important;font-size:12px!important}
body.ytt36840-signature-site .ytt360-btn-orange{background:var(--ytt38-orange)!important;border-color:var(--ytt38-orange)!important}
body.ytt36840-signature-site .ytt360-btn-light{background:#fff!important;border-color:#cad7d0!important;color:var(--ytt38-green)!important}
body.ytt36840-signature-site .ytt360-hero-controls{
  right:32px!important;bottom:32px!important;background:rgba(255,255,255,.95)!important;border-color:#e0e5e1!important
}
body.ytt36840-signature-site .ytt360-hero-arrow,
body.ytt36840-signature-site .ytt360-hero-pause{color:var(--ytt38-green)!important;background:#fff!important;border-color:#e0e5e1!important}
body.ytt36840-signature-site .ytt360-hero-dot{background:#b7c3bc!important;background-clip:content-box!important}
body.ytt36840-signature-site .ytt360-hero-dot.is-active{background:var(--ytt38-orange)!important;background-clip:content-box!important}

/* ---------------- Inner pages ---------------- */
body.ytt36840-signature-site .ytt352-page{
  width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important
}
body.ytt36840-signature-site .ytt352-page>.ytt352-hero{
  width:min(1400px,calc(100% - 40px))!important;
  margin:26px auto 34px!important;
  padding:58px 36px!important;
  border:1px solid #e4e3db!important;border-radius:28px!important;
  background:radial-gradient(circle at 88% 18%,rgba(255,107,20,.12),transparent 27%),
             radial-gradient(circle at 10% 90%,rgba(18,61,42,.08),transparent 31%),
             linear-gradient(135deg,#fffaf2,#f7f0e4 62%,#eef5ef)!important;
  box-shadow:var(--ytt38-shadow-soft)!important;
}
body.ytt36840-signature-site .ytt352-hero h1{
  color:var(--ytt38-green)!important;font-size:clamp(38px,4.4vw,60px)!important;font-weight:700!important
}
body.ytt36840-signature-site .ytt352-hero p{color:var(--ytt38-muted)!important;font-size:14px!important}
body.ytt36840-signature-site .ytt352-hero-media{border-radius:22px!important}
body.ytt36840-signature-site .ytt352-card,
body.ytt36840-signature-site .ytt352-contact-card,
body.ytt36840-signature-site .ytt352-package-card{
  border-radius:20px!important;border-color:#e1e5e1!important;box-shadow:var(--ytt38-shadow-soft)!important
}

/* ---------------- Individual activity pages ---------------- */
body.ytt36840-signature-site .ytt25-wrap{
  width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important
}
body.ytt36840-signature-site .ytt25-page>.ytt25-hero{
  width:min(1450px,calc(100% - 40px))!important;
  min-height:520px!important;margin:26px auto 34px!important;
  border-radius:28px!important;overflow:hidden!important;box-shadow:var(--ytt38-shadow)!important
}
body.ytt36840-signature-site .ytt25-main{background:var(--ytt38-cream)!important}
body.ytt36840-signature-site .ytt25-card{
  border-radius:20px!important;border-color:#e1e5e1!important;box-shadow:var(--ytt38-shadow-soft)!important
}
body.ytt36840-signature-site .ytt25-tab.active{color:var(--ytt38-green)!important}
body.ytt36840-signature-site .ytt25-btn{border-radius:999px!important}
body.ytt36840-signature-site .ytt25-whatsapp{border-radius:999px!important}

/* ---------------- Footer ---------------- */
body.ytt36840-signature-site #colophon,
body.ytt36840-signature-site footer.site-footer,
body.ytt36840-signature-site .site-footer{
  background:#103927!important;
  color:#e8efe9!important;
  border-top:0!important;
}
body.ytt36840-signature-site #colophon a,
body.ytt36840-signature-site footer.site-footer a,
body.ytt36840-signature-site .site-footer a{color:#fff!important}
body.ytt36840-signature-site #colophon a:hover,
body.ytt36840-signature-site footer.site-footer a:hover,
body.ytt36840-signature-site .site-footer a:hover{color:#ffb37f!important}

/* ---------------- Tablet ---------------- */
@media(max-width:1180px){
  .ytt36840-header-inner{width:min(100% - 30px,1240px);gap:18px}
  .ytt36840-brand{min-width:230px}
  .ytt36840-brand-copy strong{font-size:17px}
  .ytt36840-nav{gap:15px}
  .ytt36840-nav a{font-size:11.5px}
  .ytt36840-plan{padding-inline:14px}

  body.ytt36840-signature-site .ytt-home-hero,
  body.ytt36840-signature-site .ytt359-hero,
  body.ytt36840-signature-site .ytt360-hero{
    grid-template-columns:minmax(0,.9fr) minmax(450px,1.1fr)!important
  }
}

/* ---------------- Mobile ---------------- */
@media(max-width:980px){
  .ytt36840-header-inner{
    width:calc(100% - 26px);
    min-height:70px;
    grid-template-columns:minmax(0,1fr) auto;
    gap:12px;
  }
  .ytt36840-brand{min-width:0}
  .ytt36840-brand img{width:47px;height:47px;flex-basis:47px}
  .ytt36840-brand-copy strong{font-size:16px;white-space:normal}
  .ytt36840-brand-copy small{font-size:7.4px}
  .ytt36840-nav,.ytt36840-plan{display:none}
  .ytt36840-search-toggle{width:40px;height:40px}
  .ytt36840-menu-toggle{display:inline-flex}
  .ytt36840-mobile-menu{
    padding:8px 16px 18px;
  }
  .ytt36840-mobile-menu[hidden]{display:none!important}
  .ytt36840-mobile-menu:not([hidden]){display:block}
  .ytt36840-mobile-menu nav{display:grid}
  .ytt36840-mobile-menu nav a{
    min-height:46px;padding:11px 4px;border-bottom:1px solid #edf0ed;color:#2e4339!important;
    display:flex;align-items:center;justify-content:space-between;text-decoration:none!important;font-size:13px;font-weight:650
  }
  .ytt36840-mobile-menu nav a.is-active{color:var(--ytt38-orange)!important}
  .ytt36840-mobile-menu nav a span{color:#9aa49f}
  .ytt36840-mobile-plan{width:100%;margin-top:14px}

  body.ytt36840-signature-site .ytt-home-hero,
  body.ytt36840-signature-site .ytt359-hero,
  body.ytt36840-signature-site .ytt360-hero{
    width:calc(100% - 24px)!important;
    min-height:0!important;
    margin:14px auto 30px!important;
    display:flex!important;
    flex-direction:column!important;
    border-radius:22px!important;
  }

  body.ytt36840-signature-site .ytt-home-hero-media,
  body.ytt36840-signature-site .ytt359-hero-media,
  body.ytt36840-signature-site .ytt360-hero-media{
    order:1!important;
    width:calc(100% - 20px)!important;
    height:320px!important;
    min-height:320px!important;
    margin:10px 10px 0!important;
    border-radius:17px!important;
    flex:0 0 320px!important;
  }

  body.ytt36840-signature-site .ytt-home-hero>.ytt-home-container,
  body.ytt36840-signature-site .ytt359-hero-copy,
  body.ytt36840-signature-site .ytt360-hero-copy{
    order:2!important;
  }

  body.ytt36840-signature-site .ytt-home-hero-inner{
    min-height:0!important;padding:28px 24px 30px!important
  }
  body.ytt36840-signature-site .ytt-home-hero-copy{max-width:none!important}
  body.ytt36840-signature-site .ytt-home-hero h1,
  body.ytt36840-signature-site .ytt359-hero h1,
  body.ytt36840-signature-site .ytt360-hero h1{
    font-size:clamp(35px,10vw,49px)!important;line-height:1.04!important
  }

  body.ytt36840-signature-site .ytt359-hero-copy,
  body.ytt36840-signature-site .ytt360-hero-copy{
    padding:28px 24px 31px!important;
  }

  body.ytt36840-signature-site .ytt359-hero-controls,
  body.ytt36840-signature-site .ytt360-hero-controls{
    top:270px!important;right:24px!important;bottom:auto!important
  }

  body.ytt36840-signature-site .ytt352-page>.ytt352-hero,
  body.ytt36840-signature-site .ytt25-page>.ytt25-hero{
    width:calc(100% - 24px)!important;margin:14px auto 28px!important;border-radius:21px!important
  }
}

@media(max-width:600px){
  .admin-bar .ytt36840-site-header{top:46px}
  .ytt36840-header-inner{width:calc(100% - 20px);min-height:66px}
  .ytt36840-brand{gap:8px}
  .ytt36840-brand img{width:43px;height:43px;flex-basis:43px}
  .ytt36840-brand-copy strong{font-size:14.5px}
  .ytt36840-brand-copy small{display:none}
  .ytt36840-search-toggle,.ytt36840-menu-toggle{width:38px;height:38px}
  .ytt36840-header-actions{gap:7px}

  body.ytt36840-signature-site .ytt-home-hero-media,
  body.ytt36840-signature-site .ytt359-hero-media,
  body.ytt36840-signature-site .ytt360-hero-media{
    height:260px!important;min-height:260px!important;flex-basis:260px!important
  }
  body.ytt36840-signature-site .ytt359-hero-controls,
  body.ytt36840-signature-site .ytt360-hero-controls{top:215px!important}
  body.ytt36840-signature-site .ytt-home-hero-inner,
  body.ytt36840-signature-site .ytt359-hero-copy,
  body.ytt36840-signature-site .ytt360-hero-copy{padding:24px 20px 27px!important}
  body.ytt36840-signature-site .ytt-home-hero-description,
  body.ytt36840-signature-site .ytt-home-hero p,
  body.ytt36840-signature-site .ytt359-hero p,
  body.ytt36840-signature-site .ytt360-hero p{font-size:13.5px!important}
  body.ytt36840-signature-site .ytt-home-hero .ytt-home-actions,
  body.ytt36840-signature-site .ytt359-hero-actions,
  body.ytt36840-signature-site .ytt360-hero-actions{
    grid-template-columns:1fr!important;width:100%!important
  }
  body.ytt36840-signature-site .ytt-home-hero .ytt-home-btn,
  body.ytt36840-signature-site .ytt359-hero-actions .ytt359-btn,
  body.ytt36840-signature-site .ytt360-hero-actions .ytt360-btn{width:100%!important}
  body.ytt36840-signature-site .ytt-home-container{width:calc(100% - 24px)!important}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .ytt36840-plan,.ytt36840-mobile-plan{transition:none!important}
}



/* ================================================================
   v3.68.39 — SIGNATURE FACELIFT
   Softer hero blend, compact scale, classic controls, sticky header,
   stronger mobile treatment and a fully branded footer.
   ================================================================ */

:root{
  --ytt39-cream:#f6f0e5;
  --ytt39-cream-soft:#fbf8f1;
  --ytt39-green:#113c2a;
  --ytt39-green-2:#1e5a3c;
  --ytt39-orange:#ff6b14;
  --ytt39-ink:#18352a;
  --ytt39-muted:#63726a;
  --ytt39-line:#e4e2da;
}

/* ----- Fixed, persistent header ----- */
body.ytt36840-signature-site{
  padding-top:76px!important;
  background:var(--ytt39-cream)!important;
}
.ytt36840-site-header{
  position:fixed!important;
  inset:0 0 auto 0!important;
  z-index:999990!important;
  background:rgba(255,255,255,.985)!important;
  border-bottom:1px solid rgba(17,60,42,.08)!important;
  box-shadow:0 5px 18px rgba(17,60,42,.035)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  transition:box-shadow .24s ease,background .24s ease!important;
}
.admin-bar .ytt36840-site-header{top:32px!important}
.ytt36840-site-header.is-scrolled{
  box-shadow:0 9px 28px rgba(17,60,42,.10)!important;
  background:rgba(255,255,255,.97)!important;
}
.ytt36840-header-inner{
  min-height:76px!important;
  width:min(1460px,calc(100% - 54px))!important;
  transition:min-height .24s ease!important;
}
.ytt36840-site-header.is-scrolled .ytt36840-header-inner{min-height:68px!important}
.ytt36840-brand{min-width:285px!important;gap:11px!important}
.ytt36840-brand img{width:50px!important;height:50px!important;flex-basis:50px!important}
.ytt36840-brand-copy strong{
  font-size:18px!important;
  color:var(--ytt39-green)!important;
}
.ytt36840-brand-copy small{font-size:7.8px!important;color:#77827c!important}
.ytt36840-nav{gap:clamp(16px,1.9vw,28px)!important}
.ytt36840-nav a{
  padding:28px 0 24px!important;
  color:#3f4f48!important;
  font-size:12px!important;
  font-weight:650!important;
}
.ytt36840-site-header.is-scrolled .ytt36840-nav a{padding-top:24px!important;padding-bottom:20px!important}
.ytt36840-nav a::after{bottom:17px!important;height:2px!important}
.ytt36840-site-header.is-scrolled .ytt36840-nav a::after{bottom:14px!important}

.ytt36840-search-toggle,
.ytt36840-menu-toggle{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:40px!important;height:40px!important;
  padding:0!important;
  border:1px solid #dfe5e1!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--ytt39-green)!important;
  box-shadow:0 5px 15px rgba(17,60,42,.07)!important;
}
.ytt36840-search-toggle:hover,
.ytt36840-menu-toggle:hover{
  border-color:#b9cac0!important;
  background:#f9fbfa!important;
  transform:translateY(-1px);
}
.ytt36840-search-toggle svg{
  display:block!important;
  width:18px!important;height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
}
.ytt36840-plan{
  min-height:41px!important;
  padding:10px 15px 10px 18px!important;
  gap:9px!important;
  background:var(--ytt39-orange)!important;
  border-radius:999px!important;
  font-size:11.5px!important;
  box-shadow:0 9px 20px rgba(255,107,20,.20)!important;
}
.ytt36840-plan svg,
.ytt36840-footer-cta>a svg{
  width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
.ytt36840-scroll-progress{
  position:absolute;left:0;right:0;bottom:-1px;height:2px;overflow:hidden;pointer-events:none
}
.ytt36840-scroll-progress span{
  display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left center;background:var(--ytt39-orange)
}

/* ----- Remove old theme footer: public site uses the branded footer below ----- */
body.ytt36840-signature-site #colophon,
body.ytt36840-signature-site footer.site-footer,
body.ytt36840-signature-site .site-footer:not(.ytt36840-footer){
  display:none!important;
}

/* ----- HERO: one composition, not two boxes ----- */
body.ytt36840-signature-site .ytt-home-hero,
body.ytt36840-signature-site .ytt359-hero,
body.ytt36840-signature-site .ytt360-hero{
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  min-height:480px!important;
  height:480px!important;
  margin:0 auto 34px!important;
  display:block!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(90deg,#fbf7ef 0%,#fbf7ef 47%,#f5f0e7 59%,#eef2ed 100%)!important;
  box-shadow:none!important;
  overflow:hidden!important;
  isolation:isolate!important;
}

/* Image lives on the right and fades into the cream copy field. */
body.ytt36840-signature-site .ytt-home-hero-media,
body.ytt36840-signature-site .ytt359-hero-media,
body.ytt36840-signature-site .ytt360-hero-media{
  position:absolute!important;
  inset:0 0 0 auto!important;
  width:58%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  box-shadow:none!important;
  z-index:1!important;
}
body.ytt36840-signature-site .ytt-home-hero-media::before,
body.ytt36840-signature-site .ytt359-hero-media::before,
body.ytt36840-signature-site .ytt360-hero-media::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  z-index:5;
  width:32%;
  pointer-events:none;
  background:linear-gradient(90deg,#fbf7ef 0%,rgba(251,247,239,.96) 18%,rgba(251,247,239,.72) 48%,rgba(251,247,239,.20) 78%,rgba(251,247,239,0) 100%);
}
body.ytt36840-signature-site .ytt-home-hero-slide img,
body.ytt36840-signature-site .ytt359-hero-slide img,
body.ytt36840-signature-site .ytt360-hero-slide img{
  width:100%!important;height:100%!important;object-fit:cover!important
}

/* Text sits over the same canvas and stays compact. */
body.ytt36840-signature-site .ytt-home-hero>.ytt-home-container{
  position:relative!important;
  z-index:8!important;
  width:min(1460px,calc(100% - 54px))!important;
  max-width:none!important;
  height:100%!important;
  margin:0 auto!important;
}
body.ytt36840-signature-site .ytt-home-hero-inner{
  width:48%!important;
  min-height:480px!important;
  padding:42px 26px 40px 18px!important;
  display:flex!important;
  align-items:center!important;
}
body.ytt36840-signature-site .ytt-home-hero-copy{max-width:630px!important}

body.ytt36840-signature-site .ytt359-hero-copy,
body.ytt36840-signature-site .ytt360-hero-copy{
  position:relative!important;
  z-index:8!important;
  width:min(1460px,calc(100% - 54px))!important;
  max-width:none!important;
  height:100%!important;
  margin:0 auto!important;
  padding:74px 56% 48px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

body.ytt36840-signature-site .ytt-home-hero h1{
  max-width:620px!important;
  margin:10px 0 13px!important;
  color:var(--ytt39-green)!important;
  font-size:clamp(42px,4.25vw,62px)!important;
  line-height:.99!important;
  letter-spacing:-.035em!important;
}
body.ytt36840-signature-site .ytt359-hero h1,
body.ytt36840-signature-site .ytt360-hero h1{
  max-width:600px!important;
  margin:10px 0 13px!important;
  color:var(--ytt39-green)!important;
  font-size:clamp(43px,4.3vw,62px)!important;
  line-height:.99!important;
}
body.ytt36840-signature-site .ytt-home-hero-description,
body.ytt36840-signature-site .ytt-home-hero p,
body.ytt36840-signature-site .ytt359-hero p,
body.ytt36840-signature-site .ytt360-hero p{
  max-width:570px!important;
  margin-bottom:0!important;
  color:#56655f!important;
  font-size:13.5px!important;
  line-height:1.62!important;
}
body.ytt36840-signature-site .ytt-home-hero-label,
body.ytt36840-signature-site .ytt359-eyebrow,
body.ytt36840-signature-site .ytt360-eyebrow{
  color:var(--ytt39-orange)!important;
  font-size:9.5px!important;
  line-height:1.3!important;
  letter-spacing:.15em!important;
}
body.ytt36840-signature-site .ytt-home-hero-benefits{
  gap:7px!important;
  margin-top:17px!important;
  font-size:10.3px!important;
}
body.ytt36840-signature-site .ytt-home-hero-benefits span{
  padding:6px 10px!important;border-radius:999px!important;background:#eef3ef!important
}
body.ytt36840-signature-site .ytt-home-actions,
body.ytt36840-signature-site .ytt359-hero-actions,
body.ytt36840-signature-site .ytt360-hero-actions{
  gap:8px!important;margin-top:18px!important
}
body.ytt36840-signature-site .ytt-home-hero .ytt-home-btn,
body.ytt36840-signature-site .ytt359-hero-actions .ytt359-btn,
body.ytt36840-signature-site .ytt360-hero-actions .ytt360-btn{
  min-height:41px!important;
  padding:9px 16px!important;
  border-radius:999px!important;
  font-size:11px!important;
}

/* ----- CLASSIC SLIDER ARROWS ----- */
.ytt39-classic-arrow{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:48px!important;
  padding:0!important;
  border:0!important;
  border-radius:4px!important;
  background:rgba(255,255,255,.88)!important;
  color:var(--ytt39-green)!important;
  box-shadow:0 7px 22px rgba(11,44,29,.16)!important;
  backdrop-filter:blur(7px)!important;
  -webkit-backdrop-filter:blur(7px)!important;
  cursor:pointer!important;
  transition:background .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
.ytt39-classic-arrow:hover,
.ytt39-classic-arrow:focus-visible{
  background:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 10px 27px rgba(11,44,29,.21)!important;
  outline:2px solid rgba(255,107,20,.50)!important;
  outline-offset:2px!important;
}
.ytt39-classic-arrow svg{
  width:15px!important;height:24px!important;fill:none!important;stroke:currentColor!important;
  stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important
}

/* Hero previous/next move to image edges. */
body.ytt36840-signature-site .ytt-home-hero>.ytt39-classic-arrow,
body.ytt36840-signature-site .ytt359-hero>.ytt39-classic-arrow,
body.ytt36840-signature-site .ytt360-hero>.ytt39-classic-arrow{
  position:absolute!important;
  z-index:20!important;
  top:50%!important;
  transform:translateY(-50%)!important;
}
body.ytt36840-signature-site .ytt-home-hero>.ytt39-classic-arrow[data-ytt39-dir="prev"],
body.ytt36840-signature-site .ytt359-hero>.ytt39-classic-arrow[data-ytt39-dir="prev"],
body.ytt36840-signature-site .ytt360-hero>.ytt39-classic-arrow[data-ytt39-dir="prev"]{
  left:calc(42% + 10px)!important;
}
body.ytt36840-signature-site .ytt-home-hero>.ytt39-classic-arrow[data-ytt39-dir="next"],
body.ytt36840-signature-site .ytt359-hero>.ytt39-classic-arrow[data-ytt39-dir="next"],
body.ytt36840-signature-site .ytt360-hero>.ytt39-classic-arrow[data-ytt39-dir="next"]{
  right:18px!important;
}

/* Existing dot/pause groups become understated. */
body.ytt36840-signature-site .ytt-home-hero-controls,
body.ytt36840-signature-site .ytt359-hero-controls,
body.ytt36840-signature-site .ytt360-hero-controls{
  position:absolute!important;
  z-index:18!important;
  right:24px!important;
  bottom:18px!important;
  left:auto!important;
  top:auto!important;
  width:auto!important;
  margin:0!important;
  padding:4px 7px!important;
  display:flex!important;
  align-items:center!important;
  gap:3px!important;
  border:1px solid rgba(255,255,255,.58)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:0 4px 14px rgba(17,60,42,.07)!important;
  backdrop-filter:blur(8px)!important;
}
body.ytt36840-signature-site .ytt-home-hero-controls>.ytt-home-hero-arrow,
body.ytt36840-signature-site .ytt359-hero-controls>.ytt359-hero-arrow,
body.ytt36840-signature-site .ytt360-hero-controls>.ytt360-hero-arrow{
  display:none!important;
}
body.ytt36840-signature-site .ytt359-hero-pause,
body.ytt36840-signature-site .ytt360-hero-pause{
  width:25px!important;height:25px!important;border:0!important;background:transparent!important;
  color:#52665b!important;font-size:9px!important
}
body.ytt36840-signature-site .ytt-home-hero-dot,
body.ytt36840-signature-site .ytt359-hero-dot,
body.ytt36840-signature-site .ytt360-hero-dot{
  width:15px!important;height:15px!important;padding:5px!important;background:#aebbb4!important;background-clip:content-box!important
}
body.ytt36840-signature-site .ytt-home-hero-dot.is-active,
body.ytt36840-signature-site .ytt359-hero-dot.is-active,
body.ytt36840-signature-site .ytt360-hero-dot.is-active{
  width:24px!important;background:var(--ytt39-orange)!important;background-clip:content-box!important
}

/* Individual activity/gallery/review arrows also get the classic treatment. */
body.ytt36840-signature-site .ytt347-hero-arrow,
body.ytt36840-signature-site .ytt3682-ta-arrow,
body.ytt36840-signature-site .ytt36837-gallery-controls button{
  border-radius:4px!important;
}

/* ----- Interactive polish ----- */
body.ytt36840-signature-site .ytt39-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease,transform .55s ease;
}
body.ytt36840-signature-site .ytt39-reveal.is-visible{
  opacity:1;
  transform:none;
}
body.ytt36840-signature-site .ytt359-card,
body.ytt36840-signature-site .ytt360-card,
body.ytt36840-signature-site .ytt-home-tour-card,
body.ytt36840-signature-site .ytt352-card,
body.ytt36840-signature-site .ytt352-package-card{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
body.ytt36840-signature-site .ytt359-card:hover,
body.ytt36840-signature-site .ytt360-card:hover,
body.ytt36840-signature-site .ytt-home-tour-card:hover,
body.ytt36840-signature-site .ytt352-card:hover,
body.ytt36840-signature-site .ytt352-package-card:hover{
  transform:translateY(-4px)!important;
  border-color:#d3ddd7!important;
  box-shadow:0 17px 38px rgba(17,60,42,.12)!important;
}

/* ----- Footer ----- */
.ytt36840-footer{
  margin:0!important;
  background:#0e3424!important;
  color:#dce7e0!important;
  overflow:hidden;
}
.ytt36840-footer-cta{
  width:min(1380px,calc(100% - 48px));
  margin:0 auto;
  padding:40px 0 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.ytt36840-footer-cta>div{max-width:760px}
.ytt36840-footer-cta span{
  color:#f5a367;font-size:9.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase
}
.ytt36840-footer-cta h2{
  margin:8px 0 8px!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.06!important;
  letter-spacing:-.025em!important;
}
.ytt36840-footer-cta p{
  margin:0;color:#aebfb5;font-size:12.5px;line-height:1.6
}
.ytt36840-footer-cta>a{
  flex:0 0 auto;
  min-height:44px;
  padding:11px 16px 11px 19px;
  display:inline-flex;align-items:center;gap:9px;
  border-radius:999px;background:var(--ytt39-orange);color:#fff!important;text-decoration:none!important;
  font-size:11.5px;font-weight:750;box-shadow:0 10px 22px rgba(255,107,20,.19)
}
.ytt36840-footer-main{
  width:min(1380px,calc(100% - 48px));
  margin:0 auto;
  padding:38px 0;
  display:grid;
  grid-template-columns:minmax(320px,1.55fr) repeat(3,minmax(150px,.7fr));
  gap:45px;
}
.ytt36840-footer-logo{
  display:flex;align-items:center;gap:11px;color:#fff!important;text-decoration:none!important
}
.ytt36840-footer-logo img{width:52px;height:52px;object-fit:contain}
.ytt36840-footer-logo span{display:grid}
.ytt36840-footer-logo strong{
  color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.12
}
.ytt36840-footer-logo small{
  margin-top:2px;color:#9fb2a7;font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase
}
.ytt36840-footer-brand>p{
  max-width:430px;margin:16px 0 19px;color:#9fb2a7;font-size:11.5px;line-height:1.65
}
.ytt36840-footer-contact{display:flex;flex-wrap:wrap;gap:8px 13px}
.ytt36840-footer-contact a{
  display:inline-flex;align-items:center;gap:6px;color:#e8f0eb!important;text-decoration:none!important;
  font-size:10.5px;font-weight:600
}
.ytt36840-footer-contact svg{
  width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round
}
.ytt36840-footer-contact a:nth-child(2) svg{fill:currentColor;stroke:none}
.ytt36840-footer-col{display:grid;align-content:start;gap:9px}
.ytt36840-footer-col h3{
  margin:2px 0 8px!important;color:#fff!important;font-size:13px!important;font-family:"Poppins",Arial,sans-serif!important
}
.ytt36840-footer-col a,
.ytt36840-footer-col span{
  color:#aebfb5!important;text-decoration:none!important;font-size:10.8px;line-height:1.45
}
.ytt36840-footer-col a:hover{color:#fff!important}
.ytt36840-footer-bottom{
  width:min(1380px,calc(100% - 48px));
  margin:0 auto;
  padding:17px 0 22px;
  display:flex;justify-content:space-between;gap:20px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#81988b;font-size:9.5px
}

/* ----- Tablet ----- */
@media(max-width:1100px){
  body.ytt36840-signature-site{padding-top:72px!important}
  .ytt36840-header-inner{min-height:72px!important;width:calc(100% - 32px)!important}
  .ytt36840-brand{min-width:225px!important}
  .ytt36840-brand-copy strong{font-size:16px!important}
  .ytt36840-nav{gap:13px!important}
  .ytt36840-nav a{font-size:10.8px!important}
  .ytt36840-plan{padding-left:14px!important;padding-right:12px!important}

  body.ytt36840-signature-site .ytt-home-hero,
  body.ytt36840-signature-site .ytt359-hero,
  body.ytt36840-signature-site .ytt360-hero{
    height:450px!important;min-height:450px!important
  }
  body.ytt36840-signature-site .ytt-home-hero-inner{min-height:450px!important}
  body.ytt36840-signature-site .ytt-home-hero h1,
  body.ytt36840-signature-site .ytt359-hero h1,
  body.ytt36840-signature-site .ytt360-hero h1{font-size:clamp(39px,4.3vw,52px)!important}
}

/* ----- Mobile: real hamburger + compact hero ----- */
@media(max-width:980px){
  body.ytt36840-signature-site{padding-top:68px!important}
  .ytt36840-site-header{top:0!important}
  .admin-bar .ytt36840-site-header{top:32px!important}
  .ytt36840-header-inner{
    min-height:68px!important;width:calc(100% - 24px)!important;
    grid-template-columns:minmax(0,1fr) auto!important
  }
  .ytt36840-site-header.is-scrolled .ytt36840-header-inner{min-height:62px!important}
  .ytt36840-brand{min-width:0!important;gap:8px!important}
  .ytt36840-brand img{width:44px!important;height:44px!important;flex-basis:44px!important}
  .ytt36840-brand-copy strong{font-size:15px!important}
  .ytt36840-brand-copy small{font-size:7px!important}
  .ytt36840-nav,.ytt36840-plan{display:none!important}
  .ytt36840-menu-toggle{
    display:inline-flex!important;
    flex-direction:column!important;
    gap:4px!important
  }
  .ytt36840-menu-toggle span{
    display:block!important;width:17px!important;height:1.8px!important;background:var(--ytt39-green)!important;border-radius:2px!important
  }
  .ytt36840-mobile-menu:not([hidden]){display:block!important}
  .ytt36840-mobile-menu{
    max-height:calc(100vh - 68px);
    overflow:auto;
    padding:8px 15px 17px!important;
    background:#fff!important;
    box-shadow:0 14px 30px rgba(17,60,42,.10)!important
  }

  body.ytt36840-signature-site .ytt-home-hero,
  body.ytt36840-signature-site .ytt359-hero,
  body.ytt36840-signature-site .ytt360-hero{
    width:100%!important;height:auto!important;min-height:0!important;margin:0 0 27px!important;
    display:flex!important;flex-direction:column!important;background:#fbf7ef!important
  }
  body.ytt36840-signature-site .ytt-home-hero-media,
  body.ytt36840-signature-site .ytt359-hero-media,
  body.ytt36840-signature-site .ytt360-hero-media{
    position:relative!important;inset:auto!important;order:1!important;
    width:100%!important;height:300px!important;min-height:300px!important;margin:0!important
  }
  body.ytt36840-signature-site .ytt-home-hero-media::before,
  body.ytt36840-signature-site .ytt359-hero-media::before,
  body.ytt36840-signature-site .ytt360-hero-media::before{
    inset:auto 0 0 0!important;width:100%!important;height:34%!important;
    background:linear-gradient(0deg,#fbf7ef 0%,rgba(251,247,239,.86) 34%,rgba(251,247,239,0) 100%)!important
  }
  body.ytt36840-signature-site .ytt-home-hero>.ytt-home-container{
    order:2!important;width:100%!important;height:auto!important
  }
  body.ytt36840-signature-site .ytt-home-hero-inner,
  body.ytt36840-signature-site .ytt359-hero-copy,
  body.ytt36840-signature-site .ytt360-hero-copy{
    width:100%!important;min-height:0!important;height:auto!important;
    padding:24px 22px 30px!important;margin:0!important
  }
  body.ytt36840-signature-site .ytt-home-hero h1,
  body.ytt36840-signature-site .ytt359-hero h1,
  body.ytt36840-signature-site .ytt360-hero h1{
    font-size:clamp(34px,9vw,45px)!important;line-height:1.02!important
  }
  body.ytt36840-signature-site .ytt-home-hero-description,
  body.ytt36840-signature-site .ytt-home-hero p,
  body.ytt36840-signature-site .ytt359-hero p,
  body.ytt36840-signature-site .ytt360-hero p{
    font-size:13px!important;line-height:1.58!important
  }
  body.ytt36840-signature-site .ytt-home-hero>.ytt39-classic-arrow,
  body.ytt36840-signature-site .ytt359-hero>.ytt39-classic-arrow,
  body.ytt36840-signature-site .ytt360-hero>.ytt39-classic-arrow{
    top:150px!important;width:35px!important;height:44px!important
  }
  body.ytt36840-signature-site .ytt-home-hero>.ytt39-classic-arrow[data-ytt39-dir="prev"],
  body.ytt36840-signature-site .ytt359-hero>.ytt39-classic-arrow[data-ytt39-dir="prev"],
  body.ytt36840-signature-site .ytt360-hero>.ytt39-classic-arrow[data-ytt39-dir="prev"]{
    left:10px!important
  }
  body.ytt36840-signature-site .ytt-home-hero>.ytt39-classic-arrow[data-ytt39-dir="next"],
  body.ytt36840-signature-site .ytt359-hero>.ytt39-classic-arrow[data-ytt39-dir="next"],
  body.ytt36840-signature-site .ytt360-hero>.ytt39-classic-arrow[data-ytt39-dir="next"]{
    right:10px!important
  }
  body.ytt36840-signature-site .ytt-home-hero-controls,
  body.ytt36840-signature-site .ytt359-hero-controls,
  body.ytt36840-signature-site .ytt360-hero-controls{
    top:260px!important;right:15px!important;bottom:auto!important
  }

  .ytt36840-footer-cta,
  .ytt36840-footer-main,
  .ytt36840-footer-bottom{width:calc(100% - 30px)}
  .ytt36840-footer-cta{align-items:flex-start;flex-direction:column;padding:32px 0 28px}
  .ytt36840-footer-main{grid-template-columns:1.25fr 1fr 1fr;gap:30px}
  .ytt36840-footer-brand{grid-column:1/-1}
}

/* ----- Phone ----- */
@media(max-width:620px){
  body.ytt36840-signature-site{padding-top:64px!important}
  .admin-bar .ytt36840-site-header{top:46px!important}
  .ytt36840-header-inner{min-height:64px!important;width:calc(100% - 18px)!important}
  .ytt36840-brand img{width:40px!important;height:40px!important;flex-basis:40px!important}
  .ytt36840-brand-copy strong{font-size:13.5px!important}
  .ytt36840-brand-copy small{display:none!important}
  .ytt36840-search-toggle,.ytt36840-menu-toggle{width:37px!important;height:37px!important}

  body.ytt36840-signature-site .ytt-home-hero-media,
  body.ytt36840-signature-site .ytt359-hero-media,
  body.ytt36840-signature-site .ytt360-hero-media{
    height:245px!important;min-height:245px!important
  }
  body.ytt36840-signature-site .ytt-home-hero>.ytt39-classic-arrow,
  body.ytt36840-signature-site .ytt359-hero>.ytt39-classic-arrow,
  body.ytt36840-signature-site .ytt360-hero>.ytt39-classic-arrow{top:122px!important}
  body.ytt36840-signature-site .ytt-home-hero-controls,
  body.ytt36840-signature-site .ytt359-hero-controls,
  body.ytt36840-signature-site .ytt360-hero-controls{top:206px!important}

  body.ytt36840-signature-site .ytt-home-hero-inner,
  body.ytt36840-signature-site .ytt359-hero-copy,
  body.ytt36840-signature-site .ytt360-hero-copy{padding:21px 18px 26px!important}
  body.ytt36840-signature-site .ytt-home-hero h1,
  body.ytt36840-signature-site .ytt359-hero h1,
  body.ytt36840-signature-site .ytt360-hero h1{font-size:clamp(31px,9.7vw,41px)!important}
  body.ytt36840-signature-site .ytt-home-actions,
  body.ytt36840-signature-site .ytt359-hero-actions,
  body.ytt36840-signature-site .ytt360-hero-actions{
    display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important
  }
  body.ytt36840-signature-site .ytt-home-actions>a,
  body.ytt36840-signature-site .ytt359-hero-actions>a,
  body.ytt36840-signature-site .ytt360-hero-actions>a{
    width:100%!important;padding-left:8px!important;padding-right:8px!important
  }
  body.ytt36840-signature-site .ytt-home-hero-benefits{display:none!important}

  .ytt36840-footer-cta h2{font-size:30px!important}
  .ytt36840-footer-cta>a{width:100%;justify-content:center}
  .ytt36840-footer-main{grid-template-columns:1fr 1fr;gap:27px 22px;padding:30px 0}
  .ytt36840-footer-brand{grid-column:1/-1}
  .ytt36840-footer-bottom{flex-direction:column;gap:5px}
}

/* Motion accessibility */
@media(prefers-reduced-motion:reduce){
  .ytt39-reveal{opacity:1!important;transform:none!important;transition:none!important}
}



/* ================================================================
   v3.68.40 — VISIBILITY, HERO, MOBILE, SEARCH & FOOTER POLISH
   ================================================================ */

/* Stronger text contrast throughout the branded public shell. */
body.ytt36840-signature-site{
  color:#273f34!important;
}
.ytt36840-brand-copy strong{color:#0a3423!important;font-weight:750!important}
.ytt36840-brand-copy small{
  color:#345244!important;
  font-weight:800!important;
  letter-spacing:.105em!important;
}
.ytt36840-nav a{color:#31473d!important;font-weight:700!important}
.ytt36840-nav a:hover,.ytt36840-nav a.is-active{color:#0a3423!important}

body.ytt36840-signature-site p,
body.ytt36840-signature-site li{
  color:#53655c;
}

/* Keep both search and hamburger clearly visible on mobile. */
@media(max-width:980px){
  .ytt36840-header-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    flex:0 0 auto!important;
  }
  .ytt36840-search-toggle{display:inline-grid!important}
  .ytt36840-menu-toggle{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .ytt36840-brand-copy small{
    display:block!important;
    max-width:220px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    color:#345244!important;
  }
}
@media(max-width:620px){
  .ytt36840-brand-copy small{
    display:block!important;
    max-width:180px!important;
    font-size:6.6px!important;
    letter-spacing:.065em!important;
  }
  .ytt36840-brand-copy strong{font-size:13.2px!important}
}
@media(max-width:390px){
  .ytt36840-brand-copy strong{font-size:12.2px!important}
  .ytt36840-brand-copy small{max-width:150px!important;font-size:6.1px!important}
}

/* Hero: retain the approved fade, but never clip the action buttons. */
body.ytt36840-signature-site .ytt-home-hero,
body.ytt36840-signature-site .ytt359-hero,
body.ytt36840-signature-site .ytt360-hero{
  height:auto!important;
  min-height:520px!important;
  overflow:hidden!important;
}
body.ytt36840-signature-site .ytt-home-hero>.ytt-home-container{
  min-height:520px!important;
}
body.ytt36840-signature-site .ytt-home-hero-inner{
  min-height:520px!important;
  padding-top:34px!important;
  padding-bottom:34px!important;
}
body.ytt36840-signature-site .ytt359-hero-copy,
body.ytt36840-signature-site .ytt360-hero-copy{
  min-height:520px!important;
  padding-top:50px!important;
  padding-bottom:38px!important;
}
body.ytt36840-signature-site .ytt-home-hero h1{
  font-size:clamp(39px,3.85vw,57px)!important;
  line-height:1.01!important;
}
body.ytt36840-signature-site .ytt359-hero h1,
body.ytt36840-signature-site .ytt360-hero h1{
  font-size:clamp(40px,3.95vw,58px)!important;
}
body.ytt36840-signature-site .ytt-home-actions,
body.ytt36840-signature-site .ytt359-hero-actions,
body.ytt36840-signature-site .ytt360-hero-actions{
  position:relative!important;
  z-index:12!important;
  margin-top:16px!important;
}
body.ytt36840-signature-site .ytt-home-hero-benefits{
  margin-top:14px!important;
}

/* Live search */
.ytt36840-search-panel{box-shadow:0 15px 30px rgba(10,52,35,.09)!important}
.ytt36840-search-inner{
  width:min(820px,calc(100% - 34px));
  margin:0 auto;
  padding:17px 0 20px;
}
.ytt36840-search-panel form{width:100%!important;padding:0!important}
.ytt36840-search-panel label{
  color:#345244!important;
  font-size:9.5px!important;
  font-weight:800!important;
}
.ytt36840-search-field{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding:0 5px 0 13px;
  border:1px solid #d8e1db;
  border-radius:12px;
  background:#fff;
  box-shadow:0 6px 18px rgba(10,52,35,.05);
}
.ytt36840-search-field>svg{
  width:17px;height:17px;fill:none;stroke:#345244;stroke-width:1.7;stroke-linecap:round
}
.ytt36840-search-field input{
  min-height:44px!important;
  padding:8px 4px!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#17392b!important;
  font-size:13px!important;
}
.ytt36840-search-field button{
  min-height:36px!important;
  padding:8px 13px!important;
  border-radius:8px!important;
  background:#123d2a!important;
  color:#fff!important;
  font-size:10.5px!important;
}
.ytt36840-live-search{display:grid;gap:6px;margin-top:8px}
.ytt36840-search-result{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:9px 11px;
  border:1px solid #e4e9e5;
  border-radius:10px;
  background:#fbfcfb;
  color:#18382a!important;
  text-decoration:none!important;
  transition:border-color .16s ease,transform .16s ease,background .16s ease;
}
.ytt36840-search-result:hover{
  transform:translateY(-1px);
  border-color:#cbd8d0;
  background:#fff;
}
.ytt36840-search-result small{
  display:block;color:#f36a19;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase
}
.ytt36840-search-result strong{
  display:block;margin-top:2px;color:#17392b;font-size:11.5px;line-height:1.3
}
.ytt36840-search-result>span:last-child{color:#68786f;font-size:9.5px;font-weight:650;white-space:nowrap}
.ytt36840-search-empty{padding:10px 3px;color:#66776e;font-size:10.5px}

/* Contact-page cards: icon + copy aligned, not stacked awkwardly. */
.ytt36840-contact-card{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  padding:11px 12px!important;
}
.ytt36840-contact-card-icon{
  width:36px;height:36px;border-radius:10px;background:#edf3ef;color:#123d2a;
  display:grid;place-items:center
}
.ytt36840-contact-card-icon svg{
  width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round
}
.ytt36840-contact-card-icon-wa{background:#25D366!important;color:#fff!important;border-radius:50%!important}
.ytt36840-contact-card-icon-wa svg{width:19px;height:19px;fill:currentColor!important;stroke:none!important}
.ytt36840-contact-card-copy{display:block;min-width:0}
.ytt36840-contact-card-copy small{
  color:#63766c!important;font-size:8px!important;font-weight:750!important;letter-spacing:.05em!important
}
.ytt36840-contact-card-copy strong{
  color:#17392b!important;font-size:11.5px!important;line-height:1.32!important
}
.ytt36840-contact-card-copy em{
  display:block;margin-top:2px;color:#f36a19;font-size:9px;font-style:normal;font-weight:700
}

/* Compact pre-footer CTA instead of a large extra section. */
.ytt36840-footer-cta{
  padding:20px 0!important;
  min-height:0!important;
  align-items:center!important;
}
.ytt36840-footer-cta-copy span{font-size:8.5px!important}
.ytt36840-footer-cta h2{
  margin:4px 0 0!important;
  max-width:800px!important;
  font-size:clamp(20px,2.1vw,29px)!important;
  line-height:1.1!important;
}
.ytt36840-footer-cta>a{
  min-height:39px!important;
  padding:9px 14px 9px 16px!important;
  font-size:10.5px!important;
}

/* Footer contact strip stays on one line. */
.ytt36840-footer-contact{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:8px!important;
  max-width:100%!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
}
.ytt36840-footer-contact::-webkit-scrollbar{display:none}
.ytt36840-footer-contact a{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  color:#eef5f0!important;
}
.ytt36840-contact-phone-link svg,
.ytt36840-contact-email-link svg{
  width:14px!important;height:14px!important
}
.ytt36840-whatsapp-badge{
  width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#25D366;color:#fff
}
.ytt36840-whatsapp-badge svg{width:15px!important;height:17px!important;fill:currentColor!important;stroke:none!important}
.ytt36840-facebook-link{
  width:28px;height:28px;display:grid!important;place-items:center!important;border-radius:50%;background:#1877F2!important;color:#fff!important
}
.ytt36840-facebook-link svg{width:17px!important;height:17px!important;fill:currentColor!important;stroke:none!important}

/* Footer text contrast. */
.ytt36840-footer{background:#0b3423!important}
.ytt36840-footer-logo strong,
.ytt36840-footer-col h3{color:#fff!important}
.ytt36840-footer-logo small{color:#c0d0c6!important}
.ytt36840-footer-brand>p{color:#b6c8be!important}
.ytt36840-footer-col a,
.ytt36840-footer-col span{color:#c1d0c7!important}
.ytt36840-footer-col a:hover{color:#fff!important}
.ytt36840-footer-bottom{
  color:#a7bbb0!important;
  font-size:9.5px!important;
}
.ytt36840-yankee-tech-credit strong{color:#ff7a2a!important;font-weight:750!important}

/* Mobile footer: brand full width, then Explore / Plan / Information in three columns. */
@media(max-width:620px){
  .ytt36840-footer-cta{
    width:calc(100% - 28px)!important;
    padding:16px 0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:12px!important;
  }
  .ytt36840-footer-cta-copy span{font-size:7px!important}
  .ytt36840-footer-cta h2{font-size:18px!important;line-height:1.14!important}
  .ytt36840-footer-cta>a{
    width:auto!important;
    min-width:112px!important;
    padding:8px 11px!important;
    font-size:9.5px!important;
  }
  .ytt36840-footer-main{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:20px 9px!important;
    width:calc(100% - 28px)!important;
    padding:25px 0!important;
  }
  .ytt36840-footer-brand{
    grid-column:1/-1!important;
  }
  .ytt36840-footer-logo strong{font-size:16px!important}
  .ytt36840-footer-logo small{
    display:block!important;
    font-size:6.7px!important;
    color:#c0d0c6!important;
  }
  .ytt36840-footer-brand>p{
    margin:11px 0 12px!important;
    font-size:9.5px!important;
    line-height:1.5!important;
  }
  .ytt36840-footer-contact{
    width:100%!important;
    gap:6px!important;
  }
  .ytt36840-footer-contact a{
    font-size:8.2px!important;
  }
  .ytt36840-contact-phone-link svg,
  .ytt36840-contact-email-link svg{width:12px!important;height:12px!important}
  .ytt36840-whatsapp-badge,
  .ytt36840-facebook-link{width:25px!important;height:25px!important}
  .ytt36840-footer-col{gap:6px!important}
  .ytt36840-footer-col h3{
    margin-bottom:5px!important;
    font-size:10.5px!important;
  }
  .ytt36840-footer-col a,
  .ytt36840-footer-col span{
    font-size:8.2px!important;
    line-height:1.38!important;
  }
  .ytt36840-footer-bottom{
    width:calc(100% - 28px)!important;
    padding:13px 0 17px!important;
    gap:5px!important;
    font-size:8px!important;
  }
}

/* Desktop hero fade and mobile hero still remain responsive. */
@media(min-width:981px){
  body.ytt36840-signature-site .ytt-home-hero-media,
  body.ytt36840-signature-site .ytt359-hero-media,
  body.ytt36840-signature-site .ytt360-hero-media{
    width:57%!important;
  }
  body.ytt36840-signature-site .ytt-home-hero-inner{width:49%!important}
  body.ytt36840-signature-site .ytt359-hero-copy,
  body.ytt36840-signature-site .ytt360-hero-copy{
    padding-right:55%!important;
  }
}
@media(max-width:980px){
  body.ytt36840-signature-site .ytt-home-hero,
  body.ytt36840-signature-site .ytt359-hero,
  body.ytt36840-signature-site .ytt360-hero{
    min-height:0!important;
  }
  body.ytt36840-signature-site .ytt-home-hero>.ytt-home-container{min-height:0!important}
  body.ytt36840-signature-site .ytt-home-hero-inner,
  body.ytt36840-signature-site .ytt359-hero-copy,
  body.ytt36840-signature-site .ytt360-hero-copy{
    min-height:0!important;
  }
}

/* Slightly darker generic section typography so cards do not look faded. */
body.ytt36840-signature-site .ytt-home-section-header p,
body.ytt36840-signature-site .ytt-reviews-header p,
body.ytt36840-signature-site .ytt359-lead,
body.ytt36840-signature-site .ytt360-card-desc,
body.ytt36840-signature-site .ytt352-hero p{
  color:#586a60!important;
}



/* ================================================================
   v3.68.41 — FINAL PUBLIC UI AUTHORITY
   Activity tabs, booking actions, compact inner-page heroes,
   mobile header/menu and footer legibility.
   ================================================================ */

/* Strong, readable brand/menu colours. */
.ytt36840-brand-copy strong{
  color:#082f20!important;
  font-weight:780!important;
}
.ytt36840-brand-copy small{
  color:#294a3b!important;
  font-weight:800!important;
}
.ytt36840-nav a{
  color:#263f34!important;
  font-weight:720!important;
}
.ytt36840-nav a:hover,
.ytt36840-nav a.is-active{color:#082f20!important}

/* PAYMENTS is a normal desktop/mobile menu item now. */
.ytt36840-nav a[href*="make-payment"],
.ytt36840-mobile-menu a[href*="make-payment"]{
  color:#9a4c14!important;
}
.ytt36840-nav a[href*="make-payment"].is-active{
  color:#082f20!important;
}

/* ---------------------------------------------------------------
   MAIN MOBILE HEADER — explicitly reserve room for Search + Menu.
   --------------------------------------------------------------- */
@media(max-width:980px){
  .ytt36840-header-inner{
    grid-template-columns:minmax(0,1fr) max-content!important;
    column-gap:8px!important;
  }
  .ytt36840-brand{
    min-width:0!important;
    max-width:calc(100vw - 112px)!important;
  }
  .ytt36840-brand-copy{
    min-width:0!important;
    overflow:hidden!important;
  }
  .ytt36840-brand-copy strong,
  .ytt36840-brand-copy small{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .ytt36840-header-actions{
    display:flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    gap:6px!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .ytt36840-search-toggle{
    display:grid!important;
    flex:0 0 38px!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .ytt36840-menu-toggle{
    display:inline-flex!important;
    flex:0 0 38px!important;
    width:38px!important;
    height:38px!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:4!important;
  }
  .ytt36840-menu-toggle span{
    display:block!important;
    width:17px!important;
    height:2px!important;
    background:#0d3b28!important;
  }
}
@media(max-width:620px){
  .ytt36840-brand-copy small{
    display:block!important;
    color:#294a3b!important;
    font-size:7px!important;
    letter-spacing:.08em!important;
    max-width:165px!important;
  }
}

/* ---------------------------------------------------------------
   INDIVIDUAL ACTIVITY TABS
   Remain visible under the fixed site header while reading a tour.
   --------------------------------------------------------------- */
.ytt354-wrap .ytt351-tab-nav{
  position:sticky!important;
  top:76px!important;
  z-index:99900!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 14px!important;
  padding:0 18px!important;
  border:1px solid #dce5df!important;
  border-radius:0 0 12px 12px!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 7px 20px rgba(13,58,39,.08)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab-buttons{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:30px!important;
  min-height:50px!important;
  padding:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab-buttons::-webkit-scrollbar{display:none!important}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab{
  position:relative!important;
  flex:0 0 auto!important;
  min-height:50px!important;
  padding:0 0!important;
  border:0!important;
  background:transparent!important;
  color:#173d2c!important;
  font:700 12.5px/1.2 "Poppins",Arial,sans-serif!important;
  opacity:1!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:100%!important;
  bottom:0!important;
  height:2px!important;
  background:#ff6b14!important;
  transition:right .18s ease!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab:hover,
.ytt354-wrap .ytt351-tab-nav .ytt25-tab:focus-visible{
  color:#0b3021!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab.active{
  color:#0b3021!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab.active::after{right:0!important}

@media(max-width:980px){
  .ytt354-wrap .ytt351-tab-nav{
    top:68px!important;
    margin-left:0!important;
    margin-right:0!important;
    padding:0 12px!important;
    border-radius:0 0 10px 10px!important;
  }
  .ytt354-wrap .ytt351-tab-nav .ytt25-tab-buttons{
    gap:22px!important;
    min-height:46px!important;
  }
  .ytt354-wrap .ytt351-tab-nav .ytt25-tab{
    min-height:46px!important;
    font-size:11.5px!important;
  }
}
@media(max-width:620px){
  .ytt354-wrap .ytt351-tab-nav{top:64px!important;padding:0 10px!important}
  .ytt354-wrap .ytt351-tab-nav .ytt25-tab-buttons{gap:20px!important}
  .ytt354-wrap .ytt351-tab-nav .ytt25-tab{font-size:10.8px!important}
}

/* ---------------------------------------------------------------
   ACTIVITY BOOKING CARD — clean 3-action row without WhatsApp overlap.
   --------------------------------------------------------------- */
.ytt354-wrap .ytt347-booking .ytt346-book-secondary{
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.13fr) minmax(0,.92fr)!important;
  gap:7px!important;
  width:100%!important;
}
.ytt354-wrap .ytt347-booking .ytt346-book-secondary>*{
  min-width:0!important;
  width:100%!important;
  height:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0 7px!important;
  border-radius:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  font-size:10.5px!important;
  font-weight:700!important;
  line-height:1!important;
}
.ytt354-wrap .ytt347-booking .ytt346-book-secondary .ytt25-whatsapp{
  background:#128C7E!important;
  border:1px solid #128C7E!important;
  color:#fff!important;
  box-shadow:none!important;
}
.ytt354-wrap .ytt347-booking .ytt346-book-secondary .ytt25-whatsapp:hover{
  background:#0d766b!important;
  border-color:#0d766b!important;
}
.ytt354-wrap .ytt347-booking .ytt346-book-secondary .ytt25-whatsapp svg{
  flex:0 0 15px!important;
  width:15px!important;
  height:15px!important;
  fill:currentColor!important;
}
.ytt354-wrap .ytt347-booking .ytt346-book-secondary .ytt25-whatsapp .ytt3660-wa-label{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* Mobile sticky booking dock: equal secondary actions, no overlap. */
@media(max-width:760px){
  .ytt354-wrap article.ytt25-page > .ytt25-mobile-bar.ytt3568-mobile-actions{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-areas:
      "price book book"
      "enquire wa email"!important;
    column-gap:6px!important;
    row-gap:6px!important;
    padding:7px!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-enquire,
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-wa,
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3652-mobile-email{
    width:100%!important;
    min-width:0!important;
    height:41px!important;
    min-height:41px!important;
    padding:0 5px!important;
    gap:4px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    font-size:10.4px!important;
    font-weight:700!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-wa{
    background:#128C7E!important;
    border-color:#128C7E!important;
    color:#fff!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-wa svg{
    flex:0 0 15px!important;
    width:15px!important;
    height:15px!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions .ytt3677-action-label{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}
@media(max-width:355px){
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-enquire,
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-wa,
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3652-mobile-email{
    font-size:9.2px!important;
    padding-left:3px!important;
    padding-right:3px!important;
  }
}

/* ---------------------------------------------------------------
   TOP-LEVEL PAGE HEROES — smaller and more efficient.
   Tours / Transfers: compact marketing hero.
   Accommodation: compact split hero.
   --------------------------------------------------------------- */
@media(min-width:981px){
  body.ytt36840-signature-site .ytt359-hero,
  body.ytt36840-signature-site .ytt360-hero{
    min-height:360px!important;
    height:360px!important;
    margin-bottom:20px!important;
  }
  body.ytt36840-signature-site .ytt359-hero-media,
  body.ytt36840-signature-site .ytt360-hero-media{
    height:360px!important;
    min-height:360px!important;
  }
  body.ytt36840-signature-site .ytt359-hero-copy,
  body.ytt36840-signature-site .ytt360-hero-copy{
    min-height:360px!important;
    padding-top:34px!important;
    padding-bottom:30px!important;
  }
  body.ytt36840-signature-site .ytt359-hero h1,
  body.ytt36840-signature-site .ytt360-hero h1{
    font-size:clamp(34px,3.2vw,46px)!important;
    margin:8px 0 10px!important;
    line-height:1.02!important;
  }
  body.ytt36840-signature-site .ytt359-hero p,
  body.ytt36840-signature-site .ytt360-hero p{
    max-width:520px!important;
    font-size:12.5px!important;
    line-height:1.56!important;
  }
  body.ytt36840-signature-site .ytt359-hero-actions,
  body.ytt36840-signature-site .ytt360-hero-actions{
    margin-top:13px!important;
  }
  body.ytt36840-signature-site .ytt359-main,
  body.ytt36840-signature-site .ytt360-main{
    padding-top:8px!important;
  }

  body.ytt36840-signature-site .ytt352-accommodation>.ytt352-hero{
    margin-top:0!important;
    margin-bottom:20px!important;
    padding:24px 0!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero-grid{
    gap:28px!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero h1{
    font-size:clamp(32px,3.2vw,44px)!important;
    line-height:1.04!important;
    margin-bottom:10px!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero p{
    font-size:12.5px!important;
    line-height:1.55!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero-media,
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero-media img{
    min-height:260px!important;
    height:260px!important;
    border-radius:18px!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-actions{
    margin-top:14px!important;
  }
}

/* Compact mobile versions too. */
@media(max-width:980px){
  body.ytt36840-signature-site .ytt359-hero-media,
  body.ytt36840-signature-site .ytt360-hero-media{
    height:220px!important;
    min-height:220px!important;
  }
  body.ytt36840-signature-site .ytt359-hero-copy,
  body.ytt36840-signature-site .ytt360-hero-copy{
    padding:18px 18px 22px!important;
  }
  body.ytt36840-signature-site .ytt359-hero h1,
  body.ytt36840-signature-site .ytt360-hero h1{
    font-size:34px!important;
    margin:6px 0 9px!important;
  }
  body.ytt36840-signature-site .ytt359-hero p,
  body.ytt36840-signature-site .ytt360-hero p{
    font-size:12px!important;
  }

  body.ytt36840-signature-site .ytt352-accommodation>.ytt352-hero{
    padding:18px 0 22px!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero-media,
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero-media img{
    min-height:210px!important;
    height:210px!important;
    border-radius:16px!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero h1{
    font-size:31px!important;
  }
}

/* ---------------------------------------------------------------
   FOOTER — icon-led contact strip and more readable mobile text.
   --------------------------------------------------------------- */
.ytt36840-footer-contact{
  gap:7px!important;
  align-items:center!important;
}
.ytt36840-contact-phone-link,
.ytt36840-contact-email-link{
  min-height:32px!important;
  padding:6px 9px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.045)!important;
}
.ytt36840-contact-phone-link svg,
.ytt36840-contact-email-link svg{
  color:#d9e7df!important;
}
.ytt36840-contact-phone-link span,
.ytt36840-contact-email-link span{
  color:#f4f7f5!important;
}
.ytt36840-whatsapp-badge{
  background:#128C7E!important;
}
.ytt36840-facebook-link{
  background:#1877F2!important;
}

/* Make the pre-footer CTA a single compact strip on desktop. */
.ytt36840-footer-cta{
  padding:13px 0!important;
  min-height:58px!important;
}
.ytt36840-footer-cta-copy{
  display:flex!important;
  align-items:baseline!important;
  gap:14px!important;
  min-width:0!important;
}
.ytt36840-footer-cta-copy>span{
  flex:0 0 auto!important;
}
.ytt36840-footer-cta h2{
  margin:0!important;
  font-size:17px!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-weight:650!important;
  letter-spacing:0!important;
  line-height:1.3!important;
}
.ytt36840-footer-cta>a{
  flex:0 0 auto!important;
  min-height:36px!important;
  padding:8px 12px!important;
  font-size:10px!important;
}

@media(max-width:620px){
  .ytt36840-footer-cta{
    min-height:0!important;
    padding:13px 0!important;
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  .ytt36840-footer-cta-copy{
    display:block!important;
  }
  .ytt36840-footer-cta-copy>span{
    display:block!important;
    margin-bottom:2px!important;
    font-size:7.8px!important;
  }
  .ytt36840-footer-cta h2{
    font-size:14px!important;
    line-height:1.3!important;
  }
  .ytt36840-footer-cta>a{
    min-width:96px!important;
    min-height:34px!important;
    font-size:9px!important;
  }

  .ytt36840-footer-main{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:20px 10px!important;
  }
  .ytt36840-footer-col h3{
    font-size:12px!important;
    margin-bottom:7px!important;
  }
  .ytt36840-footer-col a,
  .ytt36840-footer-col span{
    font-size:9.6px!important;
    line-height:1.48!important;
  }
  .ytt36840-footer-brand>p{
    font-size:10.3px!important;
  }
  .ytt36840-footer-contact a{
    font-size:9px!important;
  }
  .ytt36840-footer-logo small{
    color:#c9d8d0!important;
    font-size:7.2px!important;
  }
  .ytt36840-footer-bottom{
    font-size:9px!important;
    line-height:1.45!important;
  }
}

/* Gentle interaction without making forms animated or distracting. */
.ytt354-wrap .ytt351-tab-nav,
.ytt36840-footer-contact a,
.ytt36840-menu-toggle,
.ytt36840-search-toggle{
  transition:box-shadow .18s ease,background .18s ease,border-color .18s ease,transform .18s ease!important;
}
.ytt36840-footer-contact a:hover{
  transform:translateY(-1px)!important;
  background:rgba(255,255,255,.08)!important;
}



/* ================================================================
   v3.68.42 — FINAL DETAIL POLISH
   ================================================================ */

/* Better brand font, slightly larger on all breakpoints. */
.ytt36840-brand-copy strong{
  font-family:"Palatino Linotype","Book Antiqua",Georgia,serif!important;
  color:#082f20!important;
  font-size:20.5px!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
}
.ytt36840-brand-copy small{
  color:#294a3b!important;
}
.ytt36840-footer-logo strong{
  font-family:"Palatino Linotype","Book Antiqua",Georgia,serif!important;
}

/* Payments should look exactly like other menu items. */
.ytt36840-nav a[href*="make-payment"],
.ytt36840-mobile-menu a[href*="make-payment"]{
  color:#263f34!important;
}
.ytt36840-nav a[href*="make-payment"]:hover,
.ytt36840-nav a[href*="make-payment"].is-active,
.ytt36840-mobile-menu a[href*="make-payment"]:hover,
.ytt36840-mobile-menu a[href*="make-payment"].is-active{
  color:#082f20!important;
}

/* Header/mobile brand sizing. */
@media(max-width:980px){
  .ytt36840-brand-copy strong{font-size:16px!important}
}
@media(max-width:620px){
  .ytt36840-brand-copy strong{font-size:14.4px!important}
  .ytt36840-brand-copy small{font-size:7.2px!important}
}

/* ---------------------------------------------------------------
   HERO ARROWS — minimal, professional edge chevrons.
   No boxes, circles or heavy AI-looking controls.
   --------------------------------------------------------------- */
.ytt40-classic-arrow,
.ytt39-classic-arrow,
body.ytt36840-signature-site .ytt347-hero-arrow{
  width:34px!important;
  height:52px!important;
  min-width:34px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  color:#fff!important;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.50))!important;
  opacity:.92!important;
}
.ytt40-classic-arrow:hover,
.ytt39-classic-arrow:hover,
body.ytt36840-signature-site .ytt347-hero-arrow:hover{
  background:transparent!important;
  color:#ff7a24!important;
  box-shadow:none!important;
  transform:translateY(-50%) scale(1.06)!important;
  opacity:1!important;
}
.ytt40-classic-arrow svg,
.ytt39-classic-arrow svg,
body.ytt36840-signature-site .ytt347-hero-arrow svg{
  width:17px!important;
  height:28px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* ---------------------------------------------------------------
   INDIVIDUAL ACTIVITY HERO — smaller so booking content appears sooner.
   --------------------------------------------------------------- */
@media(min-width:901px){
  .ytt354-wrap .ytt347-hero{
    height:350px!important;
    min-height:350px!important;
    margin-bottom:0!important;
  }
  .ytt354-wrap .ytt347-hero .ytt347-hero-slide,
  .ytt354-wrap .ytt347-hero .ytt347-hero-slide .ytt25-hero-img{
    height:350px!important;
    min-height:350px!important;
  }
  .ytt354-wrap .ytt347-hero .ytt25-hero-content{
    min-height:350px!important;
    padding-top:58px!important;
    padding-bottom:55px!important;
  }
  .ytt354-wrap .ytt347-hero .ytt25-hero-content h1{
    max-width:720px!important;
    font-size:clamp(31px,3.4vw,46px)!important;
    line-height:1.04!important;
  }
  .ytt354-wrap .ytt25-main{
    padding-top:24px!important;
    padding-bottom:26px!important;
  }
}
@media(max-width:900px){
  .ytt354-wrap .ytt347-hero{
    height:255px!important;
    min-height:255px!important;
  }
  .ytt354-wrap .ytt347-hero .ytt347-hero-slide,
  .ytt354-wrap .ytt347-hero .ytt347-hero-slide .ytt25-hero-img{
    height:255px!important;
    min-height:255px!important;
  }
  .ytt354-wrap .ytt347-hero .ytt25-hero-content{
    min-height:255px!important;
    padding-top:42px!important;
    padding-bottom:42px!important;
  }
  .ytt354-wrap .ytt347-hero .ytt25-hero-content h1{
    font-size:clamp(27px,8vw,38px)!important;
  }
}

/* Activity tabs remain clearly visible and sticky. */
.ytt354-wrap .ytt351-tab-nav{
  background:rgba(255,255,255,.985)!important;
  border-color:#ccd9d1!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab{
  color:#103b29!important;
  font-weight:750!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab.active{
  color:#082f20!important;
}

/* Activity desktop actions: keep full WhatsApp word visible. */
.ytt354-wrap .ytt347-booking .ytt346-book-secondary{
  grid-template-columns:.92fr 1.18fr .90fr!important;
}
.ytt354-wrap .ytt347-booking .ytt346-book-secondary>*{
  padding-left:5px!important;
  padding-right:5px!important;
  font-size:9.8px!important;
}
.ytt354-wrap .ytt347-booking .ytt346-book-secondary .ytt25-whatsapp{
  background:#128C7E!important;
  border-color:#128C7E!important;
  color:#fff!important;
  gap:4px!important;
}
.ytt36842-book-wa-icon{
  display:block!important;
  flex:0 0 14px!important;
  width:14px!important;
  height:14px!important;
  fill:currentColor!important;
}
.ytt354-wrap .ytt347-booking .ytt346-book-secondary .ytt25-whatsapp span{
  display:block!important;
  min-width:0!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

/* Mobile booking dock becomes a compact floating control. */
@media(max-width:760px){
  .ytt354-wrap article.ytt25-page > .ytt25-mobile-bar.ytt3568-mobile-actions{
    left:7px!important;
    right:7px!important;
    bottom:7px!important;
    width:auto!important;
    border:1px solid rgba(16,59,41,.14)!important;
    border-radius:17px!important;
    background:rgba(255,253,249,.985)!important;
    box-shadow:0 -5px 24px rgba(16,59,41,.16),0 10px 30px rgba(16,59,41,.10)!important;
    backdrop-filter:blur(13px)!important;
    -webkit-backdrop-filter:blur(13px)!important;
    padding:7px 7px calc(7px + env(safe-area-inset-bottom))!important;
    grid-template-columns:.78fr 1.35fr!important;
    grid-template-areas:
      "price book"
      "enquire wa"
      "email email"!important;
    gap:6px!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-price{
    grid-area:price!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-book{
    grid-area:book!important;
    min-height:42px!important;
    border-radius:11px!important;
    font-size:11px!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-enquire{
    grid-area:enquire!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-wa{
    grid-area:wa!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3652-mobile-email{
    grid-area:email!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-enquire,
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-wa,
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3652-mobile-email{
    min-height:38px!important;
    height:38px!important;
    border-radius:10px!important;
    font-size:9.6px!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-wa{
    background:#128C7E!important;
    border-color:#128C7E!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions .ytt3677-action-label{
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .ytt354-wrap .ytt25-page{
    padding-bottom:148px!important;
  }
}

/* ---------------------------------------------------------------
   TRANSFER HERO — smaller so Quick Route Finder appears sooner.
   --------------------------------------------------------------- */
@media(min-width:981px){
  body.ytt36840-signature-site .ytt360-hero{
    height:305px!important;
    min-height:305px!important;
    margin-bottom:10px!important;
  }
  body.ytt36840-signature-site .ytt360-hero-media{
    height:305px!important;
    min-height:305px!important;
  }
  body.ytt36840-signature-site .ytt360-hero-copy{
    min-height:305px!important;
    padding-top:26px!important;
    padding-bottom:24px!important;
  }
  body.ytt36840-signature-site .ytt360-hero h1{
    font-size:clamp(31px,3vw,42px)!important;
    margin:6px 0 8px!important;
  }
  body.ytt36840-signature-site .ytt360-hero p{
    font-size:11.8px!important;
    line-height:1.52!important;
  }
  body.ytt36840-signature-site .ytt360-main{
    padding-top:0!important;
  }
}
@media(max-width:980px){
  body.ytt36840-signature-site .ytt360-hero-media{
    height:190px!important;
    min-height:190px!important;
  }
  body.ytt36840-signature-site .ytt360-hero-copy{
    padding:16px 17px 19px!important;
  }
  body.ytt36840-signature-site .ytt360-hero h1{
    font-size:30px!important;
  }
}

/* ---------------------------------------------------------------
   ACCOMMODATION — same text-to-image fade language as Tours/Transfers.
   --------------------------------------------------------------- */
@media(min-width:981px){
  body.ytt36840-signature-site .ytt352-accommodation>.ytt352-hero{
    position:relative!important;
    overflow:hidden!important;
    padding:0!important;
    min-height:330px!important;
    background:#fbf7ef!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero-grid{
    position:relative!important;
    width:min(1460px,calc(100% - 54px))!important;
    min-height:330px!important;
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
    gap:0!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero-copy{
    position:relative!important;
    z-index:5!important;
    padding:48px 38px 42px 18px!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero-media{
    position:relative!important;
    z-index:1!important;
    height:330px!important;
    min-height:330px!important;
    margin:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    -webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.45) 11%,#000 30%)!important;
    mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.45) 11%,#000 30%)!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero-media img{
    height:330px!important;
    min-height:330px!important;
    object-fit:cover!important;
  }
  body.ytt36840-signature-site .ytt352-accommodation .ytt352-hero h1{
    font-size:clamp(32px,3vw,43px)!important;
  }
}

/* ---------------------------------------------------------------
   TRANSFERS IN ACTION — proper controls + clickable photos.
   --------------------------------------------------------------- */
.ytt36837-gallery-controls{
  display:flex!important;
  gap:7px!important;
}
.ytt36837-gallery-controls button{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid #cfdad3!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#123d2a!important;
  box-shadow:0 5px 13px rgba(18,61,42,.07)!important;
  filter:none!important;
}
.ytt36837-gallery-controls button:hover{
  border-color:#ff6b14!important;
  color:#ff6b14!important;
  background:#fff!important;
  transform:translateY(-1px)!important;
}
.ytt36837-gallery-controls button svg{
  width:10px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
}
.ytt36842-transfer-photo{
  cursor:zoom-in!important;
}
.ytt36842-transfer-photo:focus-visible{
  outline:2px solid #ff6b14!important;
  outline-offset:3px!important;
}
.ytt36842-transfer-lightbox[hidden]{display:none!important}
.ytt36842-transfer-lightbox{
  position:fixed;
  inset:0;
  z-index:1000005;
  display:grid;
  place-items:center;
}
.ytt36842-transfer-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,18,12,.93);
  backdrop-filter:blur(8px);
}
.ytt36842-transfer-lightbox-dialog{
  position:relative;
  z-index:1;
  width:min(94vw,1400px);
  height:min(88vh,900px);
  display:grid;
  place-items:center;
}
.ytt36842-transfer-lightbox-dialog>img{
  max-width:92vw;
  max-height:84vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:10px;
  box-shadow:0 24px 80px rgba(0,0,0,.5);
}
.ytt36842-transfer-lightbox-close{
  position:absolute;
  top:2px;
  right:2px;
  z-index:4;
  width:38px;
  height:38px;
  border:0;
  background:transparent;
  color:#fff;
  font-size:27px;
  cursor:pointer;
}
.ytt36842-transfer-lightbox-nav{
  position:absolute;
  top:50%;
  z-index:4;
  width:38px;
  height:58px;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  transform:translateY(-50%);
  cursor:pointer;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.55));
}
.ytt36842-transfer-lightbox-nav.is-prev{left:4px}
.ytt36842-transfer-lightbox-nav.is-next{right:4px}
.ytt36842-transfer-lightbox-nav svg{
  width:16px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ytt36842-transfer-lightbox-nav:hover{color:#ff7a24}
.ytt36842-transfer-lightbox-count{
  position:absolute;
  left:50%;
  bottom:1px;
  transform:translateX(-50%);
  color:#fff;
  font-size:11px;
  font-weight:700;
}

/* Compact FAQ: customer-helpful, not a large SEO wall. */
.ytt36842-transfer-faq{
  padding-top:35px!important;
}
.ytt36842-transfer-faq header{
  margin-bottom:12px!important;
}
.ytt36842-transfer-faq header h2{
  font-size:24px!important;
}
.ytt36842-transfer-faq .ytt360-faq-list{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}
.ytt36842-transfer-faq details{
  align-self:start!important;
}
.ytt36842-transfer-faq summary{
  padding:12px 39px 12px 13px!important;
  font-size:11.5px!important;
}
.ytt36842-transfer-faq details p{
  padding:0 13px 13px!important;
  font-size:10.8px!important;
}
@media(max-width:720px){
  .ytt36842-transfer-faq .ytt360-faq-list{
    grid-template-columns:1fr!important;
  }
}

/* Transfer final CTA text needs stronger contrast. */
.ytt360-final-cta p{
  color:#344d40!important;
  font-weight:500!important;
}

/* ---------------------------------------------------------------
   Transfer modal: never leak full country list into page layout.
   --------------------------------------------------------------- */
.ytt360-modal[hidden]{display:none!important}
.ytt36842-lazy-country select{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  opacity:0!important;
  cursor:pointer!important;
}

/* ---------------------------------------------------------------
   REMOVE UNNECESSARY WHITE SPACE BEFORE BRANDED FOOTER.
   --------------------------------------------------------------- */
body.ytt36840-signature-site #content,
body.ytt36840-signature-site .site-content,
body.ytt36840-signature-site .content-area,
body.ytt36840-signature-site .entry-content{
  margin-bottom:0!important;
  padding-bottom:0!important;
}
body.ytt36840-signature-site .entry-content>:last-child,
body.ytt36840-signature-site main>:last-child{
  margin-bottom:0!important;
}
.ytt354-wrap .ytt25-page{
  padding-bottom:0!important;
}
@media(min-width:761px){
  .ytt354-wrap .ytt25-page{
    padding-bottom:0!important;
  }
}

/* Footer mobile readability retained and slightly strengthened. */
@media(max-width:620px){
  .ytt36840-footer-col h3{font-size:12.5px!important}
  .ytt36840-footer-col a,
  .ytt36840-footer-col span{font-size:10px!important}
  .ytt36840-footer-contact a{font-size:9.4px!important}
  .ytt36840-footer-bottom{font-size:9.2px!important}
}



/* ================================================================
   v3.68.43 — AUTHORITATIVE HEADER / HERO / FINDER / PAYMENT POLISH
   ================================================================ */

/* Brand now uses the same modern sans-serif family as the navigation. */
.ytt36840-brand-copy strong{
  font-family:"Poppins","Manrope",Arial,sans-serif!important;
  font-size:21px!important;
  line-height:1.08!important;
  font-weight:750!important;
  letter-spacing:-.025em!important;
  color:#082f20!important;
}
.ytt36840-footer-logo strong{
  font-family:"Poppins","Manrope",Arial,sans-serif!important;
  letter-spacing:-.02em!important;
}
@media(max-width:980px){
  .ytt36840-brand-copy strong{font-size:16.5px!important}
}
@media(max-width:620px){
  .ytt36840-brand-copy strong{font-size:14.5px!important}
  .ytt36840-brand-copy small{
    display:block!important;
    font-size:7.1px!important;
    color:#294a3b!important;
  }
}

/* ----------------------------------------------------------------
   ONE AUTHORITATIVE MOBILE MENU BUTTON.
   Old theme/native hamburger controls remain suppressed.
   ---------------------------------------------------------------- */
body.ytt36840-signature-site .menu-toggle:not(.ytt36840-menu-toggle),
body.ytt36840-signature-site .mobile-menu-toggle:not(.ytt36840-menu-toggle),
body.ytt36840-signature-site button.navbar-toggler:not(.ytt36840-menu-toggle),
body.ytt36840-signature-site .wp-block-navigation__responsive-container-open{
  display:none!important;
}
.ytt36843-menu-toggle{
  color:#0a3826!important;
}
.ytt36843-menu-toggle svg{
  display:block!important;
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
}
@media(max-width:980px){
  .ytt36843-menu-toggle{
    display:grid!important;
    place-items:center!important;
    flex:0 0 39px!important;
    width:39px!important;
    height:39px!important;
    padding:0!important;
    visibility:visible!important;
    opacity:1!important;
    z-index:999995!important;
  }
  .ytt36840-mobile-menu{
    z-index:999994!important;
  }
}
@media(min-width:981px){
  .ytt36843-menu-toggle{display:none!important}
}

/* ----------------------------------------------------------------
   NO HERO ARROWS. Hero imagery advances automatically.
   Keep dots/pause discreetly available where they exist.
   ---------------------------------------------------------------- */
body.ytt36840-signature-site .ytt-home-hero-arrow,
body.ytt36840-signature-site .ytt359-hero-arrow,
body.ytt36840-signature-site .ytt360-hero-arrow,
body.ytt36840-signature-site .ytt347-hero-arrow,
body.ytt36840-signature-site .ytt-home-hero>.ytt40-classic-arrow,
body.ytt36840-signature-site .ytt359-hero>.ytt40-classic-arrow,
body.ytt36840-signature-site .ytt360-hero>.ytt40-classic-arrow,
body.ytt36840-signature-site .ytt347-hero>.ytt40-classic-arrow,
body.ytt36840-signature-site .ytt-home-hero>.ytt39-classic-arrow,
body.ytt36840-signature-site .ytt359-hero>.ytt39-classic-arrow,
body.ytt36840-signature-site .ytt360-hero>.ytt39-classic-arrow{
  display:none!important;
}

/* ----------------------------------------------------------------
   INDIVIDUAL TOUR / ACTIVITY HERO.
   Remove the dark/black visual band by making each image truly cover
   the hero and using only a soft bottom gradient for title contrast.
   ---------------------------------------------------------------- */
.ytt354-wrap .ytt347-hero{
  background:#e9eee9!important;
  border-radius:20px!important;
}
.ytt354-wrap .ytt351-wrap .ytt347-hero,
.ytt354-wrap.ytt351-wrap .ytt347-hero,
.ytt351-wrap .ytt347-hero{
  background:#e9eee9!important;
}
.ytt351-wrap .ytt347-hero .ytt347-hero-slide{
  background:#e9eee9!important;
}
.ytt351-wrap .ytt347-hero .ytt347-hero-slide::before{
  display:none!important;
}
.ytt351-wrap .ytt347-hero .ytt347-hero-slide::after{
  display:none!important;
}
.ytt351-wrap .ytt347-hero .ytt347-hero-slide .ytt25-hero-img,
.ytt354-wrap .ytt347-hero .ytt347-hero-slide .ytt25-hero-img{
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:var(--ytt-hero-x,50%) var(--ytt-hero-y,48%)!important;
  transform:none!important;
  filter:none!important;
}
.ytt354-wrap .ytt347-hero .ytt25-hero-overlay{
  z-index:2!important;
  background:linear-gradient(
    180deg,
    rgba(6,25,16,.01) 0%,
    rgba(6,25,16,.04) 46%,
    rgba(6,25,16,.42) 78%,
    rgba(6,25,16,.70) 100%
  )!important;
}
.ytt354-wrap .ytt347-hero .ytt25-hero-content{
  z-index:3!important;
  display:flex!important;
  align-items:flex-end!important;
}
.ytt354-wrap .ytt347-hero .ytt25-hero-content h1{
  max-width:720px!important;
  color:#fff!important;
  text-shadow:0 3px 18px rgba(0,0,0,.42)!important;
}
.ytt354-wrap .ytt3553-hero-facts{
  color:#fff!important;
}
@media(min-width:901px){
  .ytt354-wrap .ytt347-hero,
  .ytt354-wrap .ytt347-hero .ytt347-hero-slide,
  .ytt354-wrap .ytt347-hero .ytt347-hero-slide .ytt25-hero-img{
    height:330px!important;
    min-height:330px!important;
  }
  .ytt354-wrap .ytt347-hero .ytt25-hero-content{
    min-height:330px!important;
    padding-top:45px!important;
    padding-bottom:34px!important;
  }
}
@media(max-width:900px){
  .ytt354-wrap .ytt347-hero,
  .ytt354-wrap .ytt347-hero .ytt347-hero-slide,
  .ytt354-wrap .ytt347-hero .ytt347-hero-slide .ytt25-hero-img{
    height:235px!important;
    min-height:235px!important;
  }
  .ytt354-wrap .ytt347-hero .ytt25-hero-content{
    min-height:235px!important;
    padding:30px 18px 24px!important;
  }
}

/* Activity tabs: force readable dark text on white, including browser text fill. */
.ytt354-wrap .ytt351-tab-nav{
  background:#fff!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab,
.ytt354-wrap .ytt351-tab-nav .ytt25-tab:link,
.ytt354-wrap .ytt351-tab-nav .ytt25-tab:visited{
  color:#0c3826!important;
  -webkit-text-fill-color:#0c3826!important;
  text-shadow:none!important;
  opacity:1!important;
  font-weight:750!important;
}
.ytt354-wrap .ytt351-tab-nav .ytt25-tab:hover,
.ytt354-wrap .ytt351-tab-nav .ytt25-tab:focus-visible,
.ytt354-wrap .ytt351-tab-nav .ytt25-tab.active{
  color:#082f20!important;
  -webkit-text-fill-color:#082f20!important;
}

/* Keep booking actions tidy and full words visible. */
.ytt354-wrap .ytt347-booking .ytt346-book-secondary>*{
  font-size:9.4px!important;
}
.ytt354-wrap .ytt347-booking .ytt346-book-secondary .ytt25-whatsapp span{
  font-size:9.2px!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

/* ----------------------------------------------------------------
   HOME HERO: auto-rotating images only, no edge arrows.
   Slightly shorter so the next section appears sooner.
   ---------------------------------------------------------------- */
@media(min-width:981px){
  body.ytt36840-signature-site .ytt-home-hero{
    min-height:455px!important;
    height:455px!important;
  }
  body.ytt36840-signature-site .ytt-home-hero-inner{
    min-height:455px!important;
  }
}
body.ytt36840-signature-site .ytt-home-hero-controls{
  right:18px!important;
  bottom:14px!important;
}

/* ----------------------------------------------------------------
   TRANSFERS: Quick Route Finder becomes the immediate first tool
   beneath the compact hero, matching the approved visual reference.
   ---------------------------------------------------------------- */
body.ytt36840-signature-site .ytt360-intro{
  display:none!important;
}
body.ytt36840-signature-site .ytt360-main{
  padding-top:10px!important;
}
body.ytt36840-signature-site .ytt3625-finder{
  margin:0 0 17px!important;
  padding:13px 18px 15px!important;
  border:1px solid #d9e1db!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(18,61,42,.06)!important;
}
body.ytt36840-signature-site .ytt3625-finder-copy{
  max-width:none!important;
  margin:0 0 11px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:baseline!important;
  gap:10px 14px!important;
}
body.ytt36840-signature-site .ytt3625-finder-copy>span{
  grid-column:1!important;
  margin:0!important;
  color:#ff6b14!important;
  font-size:9.5px!important;
  font-weight:850!important;
  letter-spacing:.07em!important;
}
body.ytt36840-signature-site .ytt3625-finder-copy h3{
  grid-column:2!important;
  margin:0!important;
  color:#082f20!important;
  font-size:25px!important;
  line-height:1.08!important;
  font-weight:720!important;
}
body.ytt36840-signature-site .ytt3625-finder-copy p{
  grid-column:3!important;
  justify-self:end!important;
  margin:0!important;
  color:#445d50!important;
  font-size:11.5px!important;
  line-height:1.35!important;
}
body.ytt36840-signature-site .ytt3625-finder-controls{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:end!important;
}
body.ytt36840-signature-site .ytt3625-finder-controls label{
  color:#143c2b!important;
  font-size:10.5px!important;
}
body.ytt36840-signature-site .ytt3625-finder-controls select{
  min-height:48px!important;
  margin-top:5px!important;
  padding:9px 35px 9px 12px!important;
  border:1px solid #c7d4cc!important;
  border-radius:10px!important;
  background:#fffdfa!important;
  color:#172b23!important;
  font-size:12px!important;
}
body.ytt36840-signature-site .ytt3625-swap{
  width:44px!important;
  height:44px!important;
  margin-bottom:2px!important;
  border-radius:50%!important;
  background:#edf3ef!important;
  border:1px solid #c9d7cf!important;
  color:#123d2a!important;
  font-size:17px!important;
}
body.ytt36840-signature-site .ytt3625-find-btn{
  min-width:160px!important;
  min-height:48px!important;
  border-radius:999px!important;
}
@media(max-width:900px){
  body.ytt36840-signature-site .ytt3625-finder-copy{
    grid-template-columns:auto 1fr!important;
    gap:4px 8px!important;
  }
  body.ytt36840-signature-site .ytt3625-finder-copy>span{
    grid-column:1!important;
  }
  body.ytt36840-signature-site .ytt3625-finder-copy h3{
    grid-column:2!important;
    font-size:21px!important;
  }
  body.ytt36840-signature-site .ytt3625-finder-copy p{
    grid-column:1/-1!important;
    justify-self:start!important;
    font-size:10.8px!important;
  }
  body.ytt36840-signature-site .ytt3625-finder-controls{
    grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr)!important;
  }
  body.ytt36840-signature-site .ytt3625-find-btn{
    grid-column:1/-1!important;
    width:100%!important;
  }
}
@media(max-width:620px){
  body.ytt36840-signature-site .ytt3625-finder{
    padding:12px!important;
  }
  body.ytt36840-signature-site .ytt3625-finder-copy{
    display:block!important;
    text-align:left!important;
  }
  body.ytt36840-signature-site .ytt3625-finder-copy h3{
    margin:3px 0 3px!important;
    font-size:19px!important;
  }
  body.ytt36840-signature-site .ytt3625-finder-copy p{
    margin:0!important;
  }
  body.ytt36840-signature-site .ytt3625-finder-controls{
    grid-template-columns:1fr!important;
  }
  body.ytt36840-signature-site .ytt3625-swap{
    justify-self:center!important;
    transform:rotate(90deg)!important;
  }
}

/* Transfer hero even more compact so Finder is visible immediately. */
@media(min-width:981px){
  body.ytt36840-signature-site .ytt360-hero{
    min-height:270px!important;
    height:270px!important;
    margin-bottom:0!important;
  }
  body.ytt36840-signature-site .ytt360-hero-media{
    min-height:270px!important;
    height:270px!important;
  }
  body.ytt36840-signature-site .ytt360-hero-copy{
    min-height:270px!important;
    padding-top:20px!important;
    padding-bottom:18px!important;
  }
  body.ytt36840-signature-site .ytt360-hero h1{
    font-size:38px!important;
  }
}
@media(max-width:980px){
  body.ytt36840-signature-site .ytt360-hero-media{
    height:175px!important;
    min-height:175px!important;
  }
}

/* ----------------------------------------------------------------
   PAYMENTS: primary payment action must appear quickly after load.
   ---------------------------------------------------------------- */
body.ytt36840-signature-site .ytt352-payments>.ytt352-hero{
  margin-top:0!important;
  margin-bottom:10px!important;
  padding:24px 0 20px!important;
  min-height:0!important;
  border-radius:0!important;
}
body.ytt36840-signature-site .ytt352-payments>.ytt352-hero h1{
  margin:6px auto 8px!important;
  font-size:clamp(31px,3.5vw,45px)!important;
}
body.ytt36840-signature-site .ytt352-payments>.ytt352-hero p{
  max-width:720px!important;
  font-size:12px!important;
  line-height:1.55!important;
}
body.ytt36840-signature-site .ytt352-payments>.ytt352-section{
  padding-top:12px!important;
  padding-bottom:30px!important;
}
body.ytt36840-signature-site .ytt352-payments .ytt352-payment-card,
body.ytt36840-signature-site .ytt352-payments .ytt352-payment-checklist{
  padding-top:20px!important;
  padding-bottom:20px!important;
}
body.ytt36840-signature-site .ytt352-payments .ytt352-payment-card h2{
  margin-top:5px!important;
  margin-bottom:7px!important;
}
body.ytt36840-signature-site .ytt352-payments .ytt352-payment-button{
  margin-top:12px!important;
}

/* ----------------------------------------------------------------
   REMOVE WHITE BANDS BEFORE THE FOOTER.
   ---------------------------------------------------------------- */
body.ytt36840-signature-site #page,
body.ytt36840-signature-site .site,
body.ytt36840-signature-site #content,
body.ytt36840-signature-site .site-content,
body.ytt36840-signature-site .content-area,
body.ytt36840-signature-site main.site-main,
body.ytt36840-signature-site article,
body.ytt36840-signature-site .entry-content{
  margin-bottom:0!important;
  padding-bottom:0!important;
}
body.ytt36840-signature-site .entry-content>p:empty,
body.ytt36840-signature-site .entry-content>div:empty{
  display:none!important;
}
body.ytt36840-signature-site .ytt36840-footer{
  margin-top:0!important;
}
.ytt354-wrap .ytt25-main{
  margin-bottom:0!important;
  padding-bottom:24px!important;
}
.ytt354-wrap .ytt25-page{
  margin-bottom:0!important;
}

/* Mobile booking dock stays visually integrated, not oversized. */
@media(max-width:760px){
  .ytt354-wrap article.ytt25-page > .ytt25-mobile-bar.ytt3568-mobile-actions{
    border-radius:15px!important;
    padding:6px 6px calc(6px + env(safe-area-inset-bottom))!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-book{
    min-height:40px!important;
    font-size:10.8px!important;
  }
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-enquire,
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3568-mobile-wa,
  .ytt354-wrap article.ytt25-page > .ytt3568-mobile-actions > .ytt3652-mobile-email{
    min-height:36px!important;
    height:36px!important;
    font-size:9.3px!important;
  }
}
