/* homepage: footer links, hero search button - loaded async */
.togo-footer-6-sec .togo-footer-widget-menu a,
.togo-footer-6-sec .togo-footer-widget-info-item a,
.togo-footer-6-sec .togo-footer-2-social-item a,
.togo-footer-6-sec .togo-footer-copyright-text a,
.togo-footer-6-sec .togo-footer-copyright-currence a,
.togo-footer-6-sec .togo-footer-2-social-item a span {
  color: #fff !important;
}
.togo-footer-6-sec .togo-footer-widget-menu a:hover,
.togo-footer-6-sec .togo-footer-widget-info-item a:hover,
.togo-footer-6-sec .togo-footer-2-social-item a:hover,
.togo-footer-6-sec .togo-footer-copyright-text a:hover,
.togo-footer-6-sec .togo-footer-copyright-currence a:hover {
  color: rgba(255,255,255,0.9) !important;
}
.togo-hero-7-sec .togo-hero-2-search-btn button.btn-golden {
  background-color: #002147 !important;
  color: #fff !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-grid !important;
  place-content: center !important;
  line-height: 1 !important;
  flex-shrink: 0;
  transform: none !important;
  box-shadow: none !important;
}
.togo-hero-7-sec .togo-hero-2-search-btn button.btn-golden::before {
  display: none !important;
}
.togo-hero-7-sec .togo-hero-2-search-btn button.btn-golden:hover {
  background-color: #001a38 !important;
  transform: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .togo-hero-7-sec .togo-hero-2-search-box .togo-hero-2-search-btn button.btn-golden {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 50% !important;
  }
}

/* Hero-7 search pill: flex children must shrink (global input width:100% + min-width:auto broke the row) */
.togo-hero-7-sec .togo-hero-2-search-box .togo-hero-2-search-input {
  flex: 1 1 0;
  min-width: 0;
}
.togo-hero-7-sec .togo-hero-2-search-btn {
  flex: 0 0 auto;
}
.togo-hero-7-sec .togo-hero-2-search-input input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  border: none;
  outline: none;
  box-shadow: none;
}
.togo-hero-7-sec .togo-hero-2-search-input input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.togo-hero-7-sec .togo-hero-2-search-input {
  cursor: text;
}
.togo-hero-7-sec .togo-hero-2-search-box {
  border-radius: 999px;
  border: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 10px 12px 10px 22px;
}
.togo-hero-7-sec .togo-hero-2-search-input span {
  color: #111;
  flex-shrink: 0;
}
.togo-hero-7-sec .togo-hero-2-search-input.date {
  border-left: none;
  padding-left: 18px;
}
.togo-hero-7-sec .togo-hero-2-search-input.date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .togo-hero-7-sec .togo-hero-2-search-input.date {
    padding-left: 16px;
  }
  .togo-hero-7-sec .togo-hero-2-search-input.date::before {
    display: none;
  }
}

.togo-hero-7-sec .trip-search-form .field-location__result.togo-hero-search-dd {
  top: calc(100% + 8px);
  z-index: 10050;
  width: 100%;
  max-height: none;
  padding: 0;
  border: 1px solid #e0e0e0;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}
.togo-hero-7-sec .togo-hero-search-dd-body {
  max-height: min(340px, 58vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Hero oval, professional package ad carousel */
.togo-hero-7-sec .togo-hero-7-thumb-wrap::before,
.togo-hero-7-sec .togo-hero-7-thumb-wrap::after {
  display: none !important;
}
.togo-hero-7-sec .fz-hero-ad-carousel {
  overflow: hidden;
  padding-bottom: 22px;
  box-shadow: inset 0 0 0 1px rgba(0, 33, 71, 0.06);
  border-radius: 250px;
}
.togo-hero-7-sec .fz-hero-ad-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.togo-hero-7-sec .fz-hero-ad-carousel .togo-hero-7-bg-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-height: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: none;
}
.togo-hero-7-sec .fz-hero-ad-carousel .togo-hero-7-bg-slide.active {
  pointer-events: auto;
  z-index: 1;
}
.togo-hero-7-sec .togo-hero-7-input-box {
  z-index: 10;
}
.togo-hero-7-sec .fz-hero-pkg-ad {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  padding: 32px 44px 28px;
  box-sizing: border-box;
  border-radius: 250px;
  overflow: hidden;
  color: #fff;
}
.togo-hero-7-sec .fz-hero-ad-mesh {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  background-color: #1a2332;
}
.togo-hero-7-sec .fz-hero-ad-mesh--photo {
  background-color: #1a2332;
}
.togo-hero-7-sec .fz-hero-ad-mesh picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.togo-hero-7-sec .fz-hero-ad-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.togo-hero-7-sec .fz-hero-ad-mesh::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
}
.togo-hero-7-sec .fz-hero-ad-top,
.togo-hero-7-sec .fz-hero-ad-bottom {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.togo-hero-7-sec .fz-hero-ad-top {
  align-self: start;
  padding-top: 4px;
  max-height: 148px;
  overflow: hidden;
}
.togo-hero-7-sec .fz-hero-ad-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  max-width: 100%;
  box-sizing: border-box;
}
.togo-hero-7-sec .fz-hero-ad-eyebrow {
  display: inline-block;
  font-family: var(--togo-ff-outfit, sans-serif);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.togo-hero-7-sec .fz-hero-ad-title {
  margin: 0;
  font-family: var(--togo-ff-playfair, "Emilie Display", serif);
  font-size: clamp(1rem, 2vw, 1.42rem);
  font-weight: 400;
  line-height: 1.28;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.togo-hero-7-sec .fz-hero-ad-title-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.togo-hero-7-sec .fz-hero-ad-title-link:hover {
  color: #fff;
  opacity: 0.88;
}
.togo-hero-7-sec .fz-hero-ad-duration {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--togo-ff-outfit, sans-serif);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}
.togo-hero-7-sec .fz-hero-ad-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 4px 8px;
  order: 1;
}
.togo-hero-7-sec .fz-hero-ad-price-label,
.togo-hero-7-sec .fz-hero-ad-price-note {
  font-family: var(--togo-ff-outfit, sans-serif);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.85);
}
.togo-hero-7-sec .fz-hero-ad-price {
  font-family: var(--togo-ff-outfit, sans-serif);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #fff;
}
.togo-hero-7-sec .fz-hero-ad-offer-badge {
  order: 2;
  font-family: var(--togo-ff-outfit, sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8b6914;
  background: rgba(200, 168, 75, 0.14);
  padding: 4px 12px;
  border-radius: 2px;
  border: 1px solid rgba(200, 168, 75, 0.35);
}
.togo-hero-7-sec .fz-hero-ad-cta {
  order: 3;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  font-family: var(--togo-ff-outfit, sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background: var(--brand-gold, #c8a84b);
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(200, 168, 75, 0.35);
  pointer-events: auto;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.togo-hero-7-sec .fz-hero-ad-cta:hover {
  color: #000;
  background: var(--brand-gold-dark, #a88420);
  box-shadow: 0 6px 18px rgba(200, 168, 75, 0.45);
}
.togo-hero-7-sec .fz-hero-ad-dots {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 6px;
}
.togo-hero-7-sec .fz-hero-ad-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 33, 71, 0.25);
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease;
}
.togo-hero-7-sec .fz-hero-ad-dot.is-active {
  background: #002147;
  width: 18px;
  border-radius: 3px;
}
.togo-hero-7-sec .fz-hero-ad-carousel .togo-hero-7-bg-slide:not(.active) .fz-hero-ad-cta,
.togo-hero-7-sec .fz-hero-ad-carousel .togo-hero-7-bg-slide:not(.active) .fz-hero-ad-title-link {
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .togo-hero-7-sec .togo-hero-7-thumb-wrap,
  .togo-hero-7-sec .togo-hero-7-bg-slides,
  .togo-hero-7-sec .fz-hero-ad-carousel,
  .togo-hero-7-sec .fz-hero-ad-carousel .togo-hero-7-bg-slide,
  .togo-hero-7-sec .fz-hero-pkg-ad,
  .togo-hero-7-sec .fz-hero-ad-mesh,
  .togo-hero-7-sec .fz-hero-ad-bg-img,
  .togo-hero-7-sec .togo-hero-7-thumb-wrap img,
  .togo-hero-7-sec .togo-hero-7-bg-slide img {
    border-radius: 20px !important;
  }
}
@media (max-width: 767px) {
  .togo-hero-7-sec.pt-200 {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
  body.geo-banner-visible .togo-hero-7-sec.pt-200 {
    padding-top: 20px !important;
  }
  .togo-hero-7-sec .togo-hero-7-heading {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }
  .togo-hero-7-sec .togo-hero-7-heading.mb-50 {
    margin-bottom: 12px !important;
  }
  body.geo-banner-visible .togo-hero-7-sec .togo-hero-7-heading {
    margin-top: 4px !important;
  }
  .togo-hero-7-sec .togo-hero-7-thumb-wrap,
  .togo-hero-7-sec .togo-hero-7-bg-slides,
  .togo-hero-7-sec .fz-hero-ad-carousel,
  .togo-hero-7-sec .fz-hero-ad-carousel .togo-hero-7-bg-slide,
  .togo-hero-7-sec .fz-hero-pkg-ad,
  .togo-hero-7-sec .fz-hero-ad-mesh,
  .togo-hero-7-sec .fz-hero-ad-bg-img,
  .togo-hero-7-sec .togo-hero-7-thumb-wrap img,
  .togo-hero-7-sec .togo-hero-7-bg-slide img {
    border-radius: 16px !important;
  }
  .togo-hero-7-sec .togo-hero-7-thumb-wrap {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .togo-hero-7-sec .fz-hero-ad-carousel,
  .togo-hero-7-sec .togo-hero-7-bg-slides {
    order: 2;
    min-height: 280px;
    height: auto;
    flex: 0 0 auto;
    padding-bottom: 20px;
  }
  .togo-hero-7-sec .fz-hero-ad-track {
    min-height: 280px;
  }
  .togo-hero-7-sec .fz-hero-pkg-ad {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 280px;
    padding: 18px 16px 32px;
    grid-template-rows: unset;
  }
  .togo-hero-7-sec .fz-hero-ad-top {
    max-height: none;
    overflow: visible;
    flex: 0 1 auto;
    padding-top: 0;
    max-width: 100%;
  }
  .togo-hero-7-sec .fz-hero-ad-bottom {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 14px;
    padding: 0;
    max-width: 100%;
  }
  .togo-hero-7-sec .fz-hero-ad-title {
    -webkit-line-clamp: 3;
    font-size: clamp(0.9rem, 4.2vw, 1.05rem);
    line-height: 1.32;
  }
  .togo-hero-7-sec .fz-hero-ad-cta {
    padding: 10px 20px;
    font-size: 11px;
  }
  .togo-hero-7-sec .fz-hero-ad-dots {
    bottom: 8px;
  }
  .togo-hero-7-sec .togo-hero-7-input-box {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-top: 0;
    margin-bottom: 14px;
    padding: 0 10px 2px;
    width: 100%;
    box-sizing: border-box;
  }
  .togo-hero-7-sec .togo-hero-7-input-box .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .togo-hero-7-sec .togo-hero-2-search-box {
    flex-direction: row !important;
    align-items: center !important;
    padding: 8px 10px 8px 16px !important;
    border-radius: 999px !important;
    gap: 0;
  }
  .togo-hero-7-sec .togo-hero-2-search-box .togo-hero-2-search-input {
    border-bottom: none !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .togo-hero-7-sec .togo-hero-2-search-box .togo-hero-2-search-btn {
    padding: 0 !important;
  }
  .togo-hero-7-sec .togo-hero-2-search-box .togo-hero-2-search-btn button {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 50% !important;
  }
  .togo-hero-7-sec .togo-hero-2-search-input input {
    height: 36px;
    line-height: 36px;
    font-size: 15px;
  }
}
@media (max-width: 399px) {
  .togo-hero-7-sec .fz-hero-pkg-ad {
    min-height: 260px;
    padding: 16px 12px 28px;
  }
  .togo-hero-7-sec .fz-hero-ad-eyebrow {
    font-size: 9px;
    padding: 4px 10px;
    margin-bottom: 8px;
  }
  .togo-hero-7-sec .fz-hero-ad-title {
    -webkit-line-clamp: 2;
  }
}
@media (prefers-reduced-motion: reduce) {
  .togo-hero-7-sec .fz-hero-ad-track {
    transition: none;
  }
}

/* Book Services (golden) on homepage cards */
.togo-add-10-item-btn .togo-btn-primary.btn-golden,
.togo-destination-7-btn .togo-btn-primary.btn-golden {
  background-color: #c8a84b !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 24px !important;
  display: inline-block !important;
  border-radius: 50px !important;
  text-decoration: none !important;
}
.togo-add-10-item-btn .togo-btn-primary.btn-golden:hover,
.togo-destination-7-btn .togo-btn-primary.btn-golden:hover {
  background-color: #a88420 !important;
  color: #fff !important;
}

/* Packages banner, Book Services (deep blue, larger) */
.togo-banner-10-btn .togo-btn-primary.btn-golden {
  background-color: #002147 !important;
  color: #fff !important;
  border: none !important;
  padding: 18px 52px !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  display: inline-block !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(0, 33, 71, 0.4);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.togo-banner-10-btn .togo-btn-primary.btn-golden::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: togo-shine 3s infinite;
  z-index: 2;
  pointer-events: none;
}
.togo-banner-10-btn .togo-btn-primary.btn-golden:hover {
  background-color: #001a38 !important;
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(0, 26, 56, 0.45);
}

/* Hero: clear absolute header without excess gap below secondary nav */
.togo-hero-7-sec.pt-200 {
  transition: padding-top 0.35s ease;
}
.togo-hero-7-sec .togo-hero-7-heading {
  transition: margin-top 0.35s ease;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .togo-hero-7-sec.pt-200 {
    padding-top: 24px !important;
  }
  body.geo-banner-visible .togo-hero-7-sec.pt-200 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1200px) {
  .togo-hero-7-sec.pt-200 {
    padding-top: 167px !important;
  }
  body.geo-banner-visible .togo-hero-7-sec.pt-200 {
    padding-top: calc(167px + 28px) !important;
  }
}
body.geo-banner-visible .togo-hero-7-sec .togo-hero-7-heading {
  margin-top: 0;
}

/* Homepage inline overrides (moved from homepage_content.php body) */
   /* Homepage audit overrides */
   .togo-hero-7-sec .togo-hero-rotator-headline,
   .togo-hero-7-sec .togo-hero-rotator-headline .togo-hero-label-text,
   .togo-hero-7-sec .togo-hero-rotator-headline .togo-hero-rotator-rest,
   #togo-hero-rotating-label {
      font-family: 'Emilie Display', serif !important;
      font-weight: 400 !important;
   }
   .fz-why-choose-sec,
   .fz-why-choose-sec * {
      font-family: "Facebook Sans", sans-serif !important;
   }
   .togo-hero-7-sec .togo-hero-rotator-headline {
      font-weight: 400 !important;
   }
   .togo-hero-7-sec .togo-hero-rotator-headline .togo-hero-label-text {
      --gold-dark: var(--brand-gold-dark, #a88420);
      background: none !important;
      -webkit-background-clip: initial !important;
      background-clip: initial !important;
      -webkit-text-fill-color: initial !important;
      color: var(--gold-dark) !important;
      filter: none !important;
      font-weight: 600;
   }
   .togo-hero-7-sec.pt-200 { padding-bottom: 56px !important; }
   @media (min-width: 768px) and (max-width: 1199.98px) {
      .togo-hero-7-sec.pt-200 { padding-top: 24px !important; }
      body.geo-banner-visible .togo-hero-7-sec.pt-200 { padding-top: 24px !important; }
   }
   @media (min-width: 1200px) {
      .togo-hero-7-sec.pt-200 { padding-top: 167px !important; }
      body.geo-banner-visible .togo-hero-7-sec.pt-200 { padding-top: calc(167px + 28px) !important; }
   }
   @media (min-width: 768px) {
      .togo-hero-7-sec .togo-hero-7-heading { margin-bottom: 48px !important; }
   }
   .fz-welcome-sec { margin-top: -12px; }
   .togo-hot-deal-price-pill::after,
   .togo-hot-deal-btn-enquiry::after { display: none !important; animation: none !important; }
   .togo-hot-deal-price-pill,
   .togo-hot-deal-btn-enquiry.btn-golden {
      animation: none !important;
      box-shadow: none !important;
      transform: none !important;
   }
   .togo-hot-deal-wishlist span {
      background: transparent !important;
      border: 1.5px solid rgba(255, 255, 255, 0.85);
      color: #fff !important;
   }
   .togo-hot-deal-actions {
      align-items: center !important;
   }
   .togo-hot-deal-btn-call {
      width: 40px !important;
      height: 40px !important;
      min-width: 40px;
      background: transparent !important;
   }
#fz-budget-heading,
#fz-budget-heading span {
  font-family: var(--togo-ff-playfair, "Emilie Display", serif) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-synthesis: none;
}
#fz-budget-heading span {
  color: #002147;
}

   .fz-budget-sec .fz-tier-card { background: #002147 !important; color: #fff !important; }
   .fz-budget-sec .fz-tier-label { color: #c8a84b !important; }
   .fz-budget-sec .fz-tier-arrow { color: #c8a84b !important; }
   .togo-banner-10-sec { background-color: #001a38 !important; }
   .togo-add-10-item[data-bg-color] { background-color: #002147 !important; }
   .togo-add-10-item[data-bg-color="#001a38"] { background-color: #001a38 !important; }
   .featured-sec {
      background: linear-gradient(180deg, #0a0a0a 0%, #111 50%, #0d0d0d 100%) !important;
      padding: 88px 0 72px !important;
      border-top: 3px solid #c8a84b !important;
      position: relative;
      overflow: hidden;
   }
   .featured-sec::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
         radial-gradient(ellipse 80% 50% at 50% 0%, rgba(200, 168, 75, 0.08) 0%, transparent 60%),
         radial-gradient(circle at 20% 80%, rgba(200, 168, 75, 0.04) 0%, transparent 40%);
      pointer-events: none;
   }
   .featured-sec .container {
      position: relative;
      z-index: 1;
   }
   .fz-featured-eyebrow {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #c8a84b;
      margin-bottom: 14px;
   }
   .featured-sec h2 {
      color: #fff !important;
      font-size: clamp(1.65rem, 3.5vw, 2.15rem);
      margin-bottom: 16px;
      letter-spacing: 0.02em;
   }
   .fz-featured-heading-line {
      width: 56px;
      height: 2px;
      background: linear-gradient(90deg, transparent, #c8a84b, transparent);
      margin: 0 auto 20px;
   }
   .featured-sec-intro {
      color: rgba(255, 255, 255, 0.72) !important;
      max-width: 560px;
      margin: 0 auto 40px;
      line-height: 1.65;
      font-size: 1rem;
   }
   .fz-featured-carousel-wrap {
      position: relative;
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 8px;
   }
   .fz-featured-fade {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 72px;
      z-index: 2;
      pointer-events: none;
   }
   .fz-featured-fade--left {
      left: 0;
      background: linear-gradient(90deg, #111 20%, transparent);
   }
   .fz-featured-fade--right {
      right: 0;
      background: linear-gradient(270deg, #111 20%, transparent);
   }
   .togo-brand-active .slick-slide {
      display: flex !important;
      align-items: center;
      justify-content: center;
      height: 88px;
      outline: none;
   }
   .togo-brand-active img {
      height: 46px;
      width: auto;
      max-width: 150px;
      object-fit: contain;
      filter: grayscale(100%) brightness(1.8) !important;
      opacity: 0.55 !important;
      transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease;
      margin: 0 auto;
   }
   .togo-brand-active img:hover {
      filter: grayscale(0%) brightness(1) !important;
      opacity: 1 !important;
      transform: scale(1.06);
   }
   .togo-brand-arrows {
      margin-top: 28px;
      gap: 12px;
   }
   .togo-brand-arrows button {
      border: 1px solid #c8a84b !important;
      color: #c8a84b !important;
      background: rgba(200, 168, 75, 0.06) !important;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
      cursor: pointer;
   }
   .togo-brand-arrows button:hover {
      background: #c8a84b !important;
      color: #111 !important;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(200, 168, 75, 0.35);
   }
   @media (max-width: 768px) {
      .featured-sec {
         padding: 64px 0 56px !important;
      }
      .featured-sec-intro {
         margin-bottom: 28px;
         font-size: 0.95rem;
      }
      .fz-featured-fade {
         width: 40px;
      }
      .togo-brand-active img {
         height: 36px;
         max-width: 110px;
      }
      .togo-brand-active .slick-slide {
         height: 72px;
      }
   }
   .fz-article-card .togo-blog-item-thumb {
      aspect-ratio: 7 / 6;
      overflow: hidden;
      border-radius: 12px;
   }
   .fz-article-card .togo-blog-item-thumb img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
   }
   .fz-home-seo-sec {
      background: #f9f9f9;
      padding: 56px 0;
      border-top: 1px solid #e8e8e8;
   }
   .fz-home-seo-sec h2 { color: #002147; font-size: clamp(1.5rem, 2.5vw, 2rem); }
   .fz-home-seo-sec p { color: #444; line-height: 1.75; max-width: 920px; margin: 0 auto; }
   .fz-faq-tbc {
      background: #fff8e6;
      border: 1px solid #e8d9a8;
      color: #5c4a12;
      border-radius: 8px;
      padding: 12px 16px;
      font-size: 0.9rem;
      margin-bottom: 20px;
   }
   .fz-dest-search-wrap { position: relative; }
   .fz-dest-search-dd {
      position: absolute;
      left: 0;
      right: 0;
      top: calc(100% + 4px);
      z-index: 20;
      max-height: min(320px, 45vh);
      overflow-y: auto;
      background: #fff;
      border: 1px solid #dde3ea;
      border-radius: 8px;
      box-shadow: 0 12px 32px rgba(0, 33, 71, 0.12);
      display: none;
   }
   .fz-dest-search-dd.open { display: block; }
   .fz-dest-search-dd button {
      display: block;
      width: 100%;
      text-align: left;
      border: 0;
      background: #fff;
      padding: 10px 14px;
      font-size: 14px;
   }
   .fz-dest-search-dd button:hover { background: #f0f4f8; }
   .fz-dest-search-dd .fz-dest-dd-msg {
      padding: 10px 14px;
      font-size: 13px;
      color: #6c757d;
      margin: 0;
   }
   .fz-home-lead-popup {
      position: fixed;
      inset: 0;
      z-index: 100000;
      background: rgba(0, 0, 0, 0.55);
      display: none;
      align-items: center;
      justify-content: center;
      padding: 16px;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease, visibility 0.25s ease;
   }
   .fz-home-lead-popup.is-open {
      display: flex !important;
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
   }
   .fz-home-lead-popup[hidden] {
      display: none !important;
   }
   body.fz-home-lead-open { overflow: hidden; }
   .fz-home-lead-card {
      max-width: 420px;
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      border: 2px solid #c8a84b;
      box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
      background: #002147;
   }
   .fz-home-lead-media {
      position: relative;
      aspect-ratio: 4 / 3;
      background: #001a38;
   }
   .fz-home-lead-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
   }
   .fz-home-lead-close {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 2;
      width: 36px;
      height: 36px;
      border: 0;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.45);
      color: #fff;
      font-size: 1.35rem;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s;
   }
   .fz-home-lead-close:hover { background: rgba(0, 0, 0, 0.65); }
   .fz-home-lead-body {
      padding: 24px 26px 28px;
      text-align: center;
   }
   .fz-home-lead-title {
      color: #fff;
      font-size: clamp(1.35rem, 4.5vw, 1.65rem);
      line-height: 1.35;
      margin: 0 0 14px;
   }
   .fz-home-lead-title em {
      font-style: normal;
      color: #c8a84b;
   }
   .fz-home-lead-desc,
   .fz-home-lead-tagline {
      color: rgba(255, 255, 255, 0.92);
      font-size: 0.92rem;
      line-height: 1.55;
      margin: 0;
   }
   .fz-home-lead-tagline {
      margin-top: 14px;
   }
   .fz-home-lead-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      margin-top: 22px;
      padding: 14px 24px;
      border: 0;
      border-radius: 999px;
      background: #c8a84b;
      color: #000;
      font-size: 1rem;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.2s, transform 0.2s;
   }
   .fz-home-lead-cta:hover {
      background: #d4b85a;
      color: #000;
      transform: translateY(-1px);
   }
   .fz-newsletter-tnc { font-size: 0.75rem; color: rgba(255,255,255,0.65); margin-top: 12px; }
   .togo-banner-10-video a { font-weight: 500; }
   .togo-banner-10-video a:hover { opacity: 0.9; color: #fff; }
   .togo-banner-10-has-video {
      overflow: hidden;
      isolation: isolate;
   }
   .togo-banner-10-video-parallax {
      position: absolute;
      left: 0;
      right: 0;
      top: -25%;
      height: 150%;
      z-index: 0;
      will-change: transform;
      pointer-events: none;
      overflow: hidden;
   }
   .togo-banner-10-has-video .togo-banner-10-bg-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
   }
   @media (prefers-reduced-motion: reduce) {
      .togo-banner-10-video-parallax {
         top: 0;
         height: 100%;
         transform: none !important;
      }
   }
   .togo-banner-10-has-video::after {
      z-index: 1;
   }
   .togo-banner-10-has-video .container {
      position: relative;
      z-index: 2;
   }

/* Lazy section fade */
            #home-offers-holder:not(.is-loaded) .fade-anim,
            #home-testimonials-holder:not(.is-loaded) .fade-anim,
            #home-blog-holder:not(.is-loaded) .fade-anim,
            #hot-deals-holder:not(.is-loaded) .fade-anim {
               opacity: 1 !important;
               transform: none !important;
            }

/* Featured / destinations */
            .fz-dest-card-link { display: block; text-decoration: none !important; color: inherit; height: 100%; }
            .fz-dest-card { position: relative; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); background: #fff; }
            .fz-dest-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,33,71,0.15); }
            .fz-dest-card-thumb { height: 400px; width: 100%; overflow: hidden; }
            .fz-dest-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
            .fz-dest-card:hover .fz-dest-card-thumb img { transform: scale(1.1); }
            .fz-dest-card-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(to top, rgba(0,33,71,0.8) 0%, rgba(0,33,71,0.2) 50%, transparent 100%); padding: 24px; color: #fff; }
            .fz-dest-card-content { position: relative; z-index: 2; transition: transform 0.5s ease; }
            .fz-dest-card:hover .fz-dest-card-content { transform: translateY(-10px); }
            .fz-dest-card-badge { display: inline-block; background: rgba(255,255,255,0.2); backdrop-filter: blur(8px); padding: 4px 12px; border-radius: 50px; font-size: 12px; font-weight: 500; margin-bottom: 12px; border: 1px solid rgba(255,255,255,0.3); color: #fff; }
            .fz-dest-card-title { font-size: 28px; margin-bottom: 8px; color: #fff !important; font-weight: 400; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
            .fz-dest-card-footer { opacity: 0; transform: translateY(20px); transition: all 0.4s ease; }
            .fz-dest-card:hover .fz-dest-card-footer { opacity: 1; transform: translateY(0); }
            .fz-dest-card-btn { display: inline-flex; align-items: center; gap: 8px; color: #c8a84b; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
            .fz-dest-card-btn i { transition: transform 0.3s ease; }
            .fz-dest-card-btn:hover i { transform: translateX(5px); }
            @media (max-width: 991px) { .fz-dest-card-thumb { height: 320px; } .fz-dest-card-title { font-size: 24px; } }
