﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200..900;1,200..900&display=swap");


:root {
    /*colors*/
    --c-primary: #f6e26e;
    --c-secondary: #00309f;
    --c-pink: #ff495b;
    --c-pink2: #ff7f8c;
    --c-white: #ffffff;
    --c-black: #000000;
    /*fonts family*/
    --f-alexandria: "Montserrat", system-ui, sans-serif;
    --f-bebas: "Montserrat", system-ui, sans-serif;
    --f-poppins: "Montserrat", system-ui, sans-serif;
    /*font size*/
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-21: 21px;
    --fs-22: 22px;
    --fs-24: 24px;
    --fs-27: 27px;
    --fs-30: 30px;
    --fs-33: 33px;
    --fs-34: 34px;
    --fs-40: 40px;
    --fs-48: 48px;
    --fs-53: 53px;
    --fs-60: 60px;
    --fs-70: 70px;
    --fs-80: 80px;
}

html {scroll-behavior: smooth;}
body {font:200 var(--fs-18)/1.4 var(--f-alexandria);position: relative;}


a {text-decoration: none;transition: all 0.3s ease;}
* {box-sizing: border-box;scroll-margin-top: 80px;}
button, a {cursor: pointer}
.text__primary {color: var(--c-primary);}
.text__secondary {color:#4a4a4a}
.text__secondary2 {color: var(--c-secondary2);}
.tboa_cp{cursor:pointer!important;}
.zoomToggle{opacity:0; transition:opacity 1s ease;}
.lightBoxEffect:hover .zoomToggle {opacity: 1; transition: opacity 0.4s ease;}
.zoomToggle svg{background:#000; padding:4px; fill:white; border-radius:4px;}
.lg-thumb-item:first-child{display:none}
.theBest .card-body{min-height:120px;}
.w-fit{width:fit-content!important}
.overlay__custom{background:linear-gradient(to bottom, #ffffff00 35%, #000000cc);z-index:1}
.overlay2__custom{background:linear-gradient(to bottom, #000000b5 35%, #000000b5);z-index:1}

.btn__primary {width: max-content; background-color: var(--c-primary);color: var(--c-white);transition: 0.7s ease-in-out;}
.btn__primary:hover, .btn__primary:focus, .btn__primary:active {color: var(--c-white);box-shadow: 0 0 0 50px var(--c-secondary) inset;}
.btn__secondary{background-color: var(--c-white);color: var(--c-primary);transition: 0.7s ease-in-out;}
.btn__secondary:hover, .btn__secondary:focus, .btn__secondary:active {color: var(--c-primary);box-shadow: 0 0 0 50px var(--c-secondary) inset;border-color: var(--c-primary)}
.btn__pink{background: var(--c-pink2)}
.btn__pink:hover, .btn__pink.active,.btn__pink:hover, .btn__pink:focus, .btn__pink:active{background: var(--c-pink)!important}

/* Book Today button - primary yellow, dark grey text */
.btn__book-today {
  display: inline-block;
  width: max-content;
  background-color: var(--c-primary);
  color: #374151;
  font-weight:200;
  font-size: var(--fs-14);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.btn__book-today:hover {
  opacity: 0.9;
}

.custom__border {position: relative;}
.bg__primary{background: #e9491d;}
.bg-blue{background :#0c2da48c}
/* Site header â€” transparent at top, white + compact logo on scroll (header.inc) */
.site-header {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  background: transparent;
  transition:
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 640px) {
  .site-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.site-header.is-scrolled {
  background: #fff;
  box-shadow: 0 10px 32px -14px rgba(2, 62, 138, 0.18);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .site-header.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.site-header__logo {
  height: 4.5rem;
  filter: drop-shadow(0 4px 12px rgba(2, 62, 138, 0.2));
  transition:
    height 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}
@media (min-width: 640px) {
  .site-header__logo {
    height: 5rem;
  }
}
.site-header.is-scrolled .site-header__logo {
  height: 3rem;
  filter: none;
}
@media (min-width: 640px) {
  .site-header.is-scrolled .site-header__logo {
    height: 3.25rem;
  }
}
.site-header.is-scrolled .header-bar {
  box-shadow: none;
}
.header-shell {
  position: relative;
}
/* Header nav — mobile menu below 992px; desktop 992px+; full bar 1280px+ (header.inc) */
.site-nav--desktop {
  display: none;
}
.site-nav__label--short {
  display: none;
}
.site-nav__menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  color: #023e8a;
  background: rgba(0, 119, 182, 0.06);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.site-nav__menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 1.25rem;
  height: 1rem;
}
.site-nav__menu-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, width 0.3s ease;
  transform-origin: center;
}
.site-nav__menu-btn.is-active .site-nav__menu-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-nav__menu-btn.is-active .site-nav__menu-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-nav__menu-btn.is-active .site-nav__menu-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 991.98px) {
  .site-header__inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .header-shell {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .header-bar {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    justify-content: flex-end;
  }
  .site-nav--mobile {
    width: 100%;
    min-width: 0;
    margin-top: 0.5rem;
    z-index: 60;
    max-height: min(70vh, 28rem);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
  .site-nav--mobile[hidden] {
    display: none !important;
  }
  .site-nav--mobile.is-open {
    display: grid !important;
    animation: siteMobileNavIn 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  @keyframes siteMobileNavIn {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (min-width: 480px) {
    .site-nav--mobile.is-open {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-nav--mobile .site-nav__link--mobile-wide {
      grid-column: 1 / -1;
    }
  }
  .site-nav__link--mobile {
    min-width: 0;
    word-break: break-word;
  }
  body.mobile-nav-open {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .site-header__inner {
    flex-wrap: nowrap;
    align-items: center;
  }
  .site-header__brand {
    flex-shrink: 0;
  }
  .header-shell {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    margin-left: auto;
  }
  .header-bar {
    width: max-content;
    max-width: 100%;
    min-width: 0;
    justify-content: flex-start;
    gap: 0.35rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
  .site-nav--desktop {
    display: flex;
    flex: 0 0 auto;
    min-width: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    overflow: visible;
    font-size: 10px;
    letter-spacing: -0.02em;
  }
  .site-nav--desktop .site-nav__link {
    padding: 0.3rem 0.35rem;
  }
  .site-nav--desktop .site-nav__sep {
    display: none;
  }
  .site-nav--desktop .site-nav__label--long {
    display: none;
  }
  .site-nav--desktop .site-nav__label--short {
    display: inline;
  }
  .site-header__logo {
    height: 3.25rem;
  }
  .site-header.is-scrolled .site-header__logo {
    height: 2.75rem;
  }
  #menu-btn,
  .site-nav__menu-btn,
  .site-nav--mobile {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
@media (min-width: 1100px) {
  .site-nav--desktop {
    font-size: 11px;
    gap: 0.1rem;
  }
  .site-nav--desktop .site-nav__link {
    padding: 0.35rem 0.45rem;
  }
}
@media (min-width: 1280px) {
  .header-bar {
    gap: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .site-nav--desktop {
    flex: 0 1 auto;
    overflow: visible;
    justify-content: flex-start;
    gap: 0.15rem;
    font-size: 13px;
    letter-spacing: normal;
  }
  .site-nav--desktop .site-nav__label--long {
    display: inline;
  }
  .site-nav--desktop .site-nav__label--short {
    display: none;
  }
  .site-nav__cta-text {
    display: inline;
  }
  .site-nav__cta {
    padding: 0.45rem 0.75rem;
  }
  .site-nav--desktop .site-nav__link {
    padding: 0.45rem 0.75rem;
  }
  .site-nav--desktop .site-nav__sep {
    display: inline;
  }
  .site-header__logo {
    height: 4.5rem;
  }
  .site-header.is-scrolled .site-header__logo {
    height: 3.25rem;
  }
}
@media (min-width: 1536px) {
  .site-nav--desktop {
    gap: 0.625rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  #menu-btn,
  .site-nav__menu-btn {
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* Header navigation (header.inc) — background-forward hovers */
.site-nav--desktop .site-nav__link {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border-radius: 9999px;
  color: rgba(51, 65, 85, 0.82);
  text-decoration: none;
  background: transparent;
  isolation: isolate;
  transition: color 0.3s ease;
}
.site-nav--desktop .site-nav__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(255, 183, 3, 0.55) 0%,
    rgba(255, 218, 106, 0.45) 38%,
    rgba(0, 119, 182, 0.22) 100%
  );
  opacity: 0;
  transform: scale(0.75);
  transition:
    opacity 0.32s ease,
    transform 0.4s cubic-bezier(0.34, 1.25, 0.64, 1);
}
.site-nav--desktop .site-nav__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(135deg, #023e8a 0%, #0077b6 100%);
  opacity: 0;
  transform: scale(0.65);
  transition:
    opacity 0.28s ease 0.05s,
    transform 0.42s cubic-bezier(0.34, 1.25, 0.64, 1) 0.05s;
}
.site-nav--desktop .site-nav__link:hover,
.site-nav--desktop .site-nav__link:focus-visible {
  color: #023e8a;
}
.site-nav--desktop .site-nav__link:hover::before,
.site-nav--desktop .site-nav__link:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}
.site-nav--desktop .site-nav__link:hover::after,
.site-nav--desktop .site-nav__link:focus-visible::after {
  opacity: 0;
  transform: scale(1.05);
}
.site-nav--desktop .site-nav__link:active::before {
  background: linear-gradient(135deg, #023e8a 0%, #0077b6 55%, #ffb703 100%);
}
.site-nav--desktop .site-nav__link:active {
  color: #fff;
}
.site-nav--desktop .site-nav__sep {
  transition: opacity 0.25s ease;
}
.site-nav--desktop .site-nav__link:hover + .site-nav__sep {
  opacity: 0.35;
}
.site-nav__link--mobile {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  padding: 0.65rem 0.9rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(51, 65, 85, 0.08);
  background: rgba(248, 250, 252, 0.65);
  color: rgba(51, 65, 85, 0.88);
  text-decoration: none;
  isolation: isolate;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.site-nav__link--mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(125deg, #ffb703 0%, #ffda6a 35%, #0077b6 100%);
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity 0.3s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav__link--mobile::after {
  display: none;
}
.site-nav__link--mobile:hover,
.site-nav__link--mobile:focus-visible {
  color: #023e8a;
  border-color: rgba(255, 183, 3, 0.45);
}
.site-nav__link--mobile:hover::before,
.site-nav__link--mobile:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}
.site-nav__menu-btn {
  background: rgba(0, 119, 182, 0.06);
  transition:
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.site-nav__menu-btn:hover,
.site-nav__menu-btn:focus-visible {
  background: linear-gradient(135deg, #023e8a 0%, #0077b6 100%);
  color: #fff;
  box-shadow: 0 8px 20px -10px rgba(2, 62, 138, 0.45);
}
.site-nav__cta {
  position: relative;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  background: #023e8a;
  transition: color 0.28s ease, box-shadow 0.32s ease;
}
.site-nav__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #ffb703 0%, #ff6b35 50%, #0077b6 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  transition: background-position 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav__cta::after {
  display: none;
}
.site-nav__cta:hover,
.site-nav__cta:focus-visible {
  color: #023e8a;
  box-shadow: 0 12px 28px -12px rgba(255, 183, 3, 0.55);
}
.site-nav__cta:hover::before,
.site-nav__cta:focus-visible::before {
  background-position: 100% 50%;
}
.site-header__brand {
  border-radius: 0.75rem;
  transition: background-color 0.3s ease;
}
.site-header__brand:hover {
  background: rgba(255, 183, 3, 0.12);
}
.bg__secondary{background:var(--c-secondary)}
.bg__secondary{background:var(--c-secondary2)}
.bg__pink{background:var(--c-pink)}
.bg__pink2{background:var(--c-pink2)}
.primary__heading {font: 500 var(--fs-34)/1.3 var(--f-bebas);text-shadow: 0px 0px 0px var(--c-primary);letter-spacing:1px}
.primary__subHeading {font: 700 var(--fs-27)/1.3 var(--f-bebas);text-shadow: 0px 0px 0px var(--c-primary);letter-spacing:1px}
.secondary__textShadow {text-shadow: 0px 0px 0px var(--c-secondary)!important;}
.white__textShadow {text-shadow: 0px 0px 0px var(--c-secondary)!important;}
.primary__para {font: var(--fs-17) var(--f-poppins);}
.custom__border::after {position: absolute;content: "";background: #3a3485;bottom: 0;left: 0;width: 80%;height: 3px;}
.custom__arrowList li {list-style: none;position: relative;margin-bottom:10px}
.custom__arrowList li::before {position: absolute;content: "";background: url("../images/icon3.png") no-repeat center center;padding: 12px 25px;
        top: 0;left: -50px;}
.custom__flightList li {list-style: none;position: relative}
.custom__flightList li::before {position: absolute;content: "";background: url("../images/icon9.png") no-repeat center center;filter: opacity(0.5);
        background-size: 18px;padding: 30px;top: 50%;transform: translateY(-50%);left: -50px;}

.custom__bulletList li {list-style: none;position: relative;white-space: break-spaces;}
.custom__bulletList li::before {position: absolute;content: "";background: url("../images/icon7.webp") no-repeat center center;background-size: 18px;padding: 15px 20px 15px 30px;/*top: 50%;transform: translateY(-50%);*/left: -50px;}
.custom__bulletList--2x2grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 7px;}
/*.custom__borderdashed{border:3px solid transparent;border-image: url('../images/border__element1.webp') 30 repeat;}
*/


 /* Minimal custom CSS for animations and effects */
        .hover-scale {transition: transform 0.3s ease, box-shadow 0.3s ease;}
        .hover-scale:hover {transform: scale(1.02);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);}
        .writing-vertical-rl {writing-mode: vertical-rl;text-orientation: mixed;}

/* Hero banner caption + image motion (TopBannerSlider.inc) */
.hero-location-pin {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  animation: heroLocationPinIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.85s both;
  pointer-events: none;
}
.hero-caption__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  animation: heroCaptionEyebrow 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}
.hero-caption__intro .hero-caption__eyebrow {
  animation: none;
  padding-bottom: 0.45rem;
}
.hero-caption__intro .hero-caption__eyebrow::after {
  display: block;
  width: 0;
  animation: heroCaptionEyebrowLineIntro 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards;
}
@keyframes heroCaptionEyebrowLineIntro {
  to {
    width: 100%;
  }
}
.hero-location-pin__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #ffb703 0%, #ff6b35 100%);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 12px -4px rgba(255, 107, 53, 0.55);
}
.hero-location-pin__icon {
  width: 1rem;
  height: 1rem;
}
.hero-location-pin__label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
@keyframes heroLocationPinIn {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (min-width: 640px) {
  .hero-location-pin__label {
    font-size: 0.875rem;
  }
}
.hero-banner__img {
  transform-origin: center center;
  will-change: transform;
  animation: heroBannerKenBurns 20s ease-in-out infinite;
}
@keyframes heroBannerKenBurns {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
}
.hero-caption__eyebrow {
  display: inline-block;
  animation: heroCaptionEyebrow 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}
.hero-caption__eyebrow::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 0.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb703 0%, #ff6b35 100%);
  animation: heroCaptionEyebrowLine 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards;
}
@keyframes heroCaptionEyebrow {
  from {
    opacity: 0;
    transform: translateY(14px);
    letter-spacing: 0.32em;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0.2em;
  }
}
@keyframes heroCaptionEyebrowLine {
  to {
    width: 2.75rem;
  }
}
.hero-caption__title {
  animation: heroCaptionTitle 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}
@keyframes heroCaptionTitle {
  from {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.hero-caption__accent {
  display: inline-block;
  color: #ff6b35;
  animation: heroCaptionAccent 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.75s both;
}
@keyframes heroCaptionAccent {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.hero-caption__cta {
  animation: heroCaptionCta 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}
@keyframes heroCaptionCta {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-caption__btn {
  animation: heroCaptionBtnPulse 3.2s ease-in-out 1.4s infinite;
}
@keyframes heroCaptionBtnPulse {
  0%,
  100% {
    box-shadow: 0 10px 28px -12px rgba(2, 62, 138, 0.35);
  }
  50% {
    box-shadow:
      0 14px 32px -10px rgba(255, 183, 3, 0.55),
      0 0 0 0 rgba(255, 183, 3, 0.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-banner__img {
    animation: none !important;
    transform: none !important;
  }
  .hero-caption__eyebrow,
  .hero-caption__eyebrow::after,
  .hero-caption__intro,
  .hero-caption__title,
  .hero-caption__accent,
  .hero-caption__cta,
  .hero-caption__btn,
  .hero-location-pin {
    animation: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
  .hero-caption__eyebrow {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    letter-spacing: 0.2em;
  }
  .hero-caption__eyebrow::after {
    width: 2.75rem;
  }
  .hero-caption__intro .hero-caption__eyebrow::after {
    width: 100%;
  }
}

/* Top banner: two-slide crossfade + Ken Burns zoom on images (legacy slider) */
.hero-banner-slider .hero-slide {
  overflow: hidden;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: opacity;
}
.hero-slide--1 {
  animation-name: heroBannerFade1;
  animation-duration: 14s;
}
.hero-slide--2 {
  animation-name: heroBannerFade2;
  animation-duration: 14s;
}
.hero-banner-slider .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
  animation: heroSlideZoom 14s ease-in-out infinite;
}
.hero-slide--2 img {
  animation-delay: -7s;
}
@keyframes heroSlideZoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}
.hero-banner-captions .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-banner-captions .hero-typewriter-text {
  min-height: 1.2em;
  display: inline;
}
.hero-type-cursor {
  margin-left: 1px;
  display: inline-block;
  font-weight: 300;
  animation: heroCursorBlink 0.9s step-end infinite;
}
@keyframes heroCursorBlink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}
@keyframes heroBannerFade1 {
  0%, 38% { opacity: 1; }
  42%, 88% { opacity: 0; }
  92%, 100% { opacity: 1; }
}
@keyframes heroBannerFade2 {
  0%, 38% { opacity: 0; }
  42%, 88% { opacity: 1; }
  92%, 100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide--1,
  .hero-slide--2 {
    animation: none !important;
  }
  .hero-banner-slider .hero-slide img {
    animation: none !important;
    transform: none !important;
  }
  .hero-slide--1 {
    opacity: 1;
  }
  .hero-slide--2 {
    opacity: 0;
  }
  .hero-type-cursor {
    animation: none !important;
    opacity: 0;
  }
}

/* Landing page â€” consistent section vertical rhythm */
.section-spacing {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
@media (min-width: 640px) {
  .section-spacing {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.section-spacing--tight {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 640px) {
  .section-spacing--tight {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

/* About section — horizontal padding on mobile (about.inc) */
.about-section {
  box-sizing: border-box;
}
.about-section__inner {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023.98px) {
  .about-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 640px) and (max-width: 1023.98px) {
  .about-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .about-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.about-card > .grid {
  min-width: 0;
  width: 100%;
}
.about-card__col {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  padding: 1.25rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.about-card__col--content h2,
.about-card__col--content p {
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  .about-card__col--content h2,
  .about-card__col--content p {
    max-width: 36rem;
  }
}
@media (min-width: 640px) {
  .about-card__col {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .about-card__col--media {
    padding: 2rem;
  }
  .about-card__col--content {
    padding: 2.5rem 3rem;
  }
}
@media (max-width: 1023.98px) {
  .about-card__col--media {
    padding-bottom: 0.75rem;
  }
  .about-card__col--content {
    padding-top: 0.75rem;
  }
  .about-slider__outer {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .about-slider__accent {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
  }
}

/* About image slider (about.inc) â€” global so it always applies */
.about-slider {
  position: relative;
  width: 100%;
}
.about-slider__outer {
  position: relative;
  max-width: 100%;
  padding: 0 1.125rem 1.125rem 0;
}
@media (max-width: 1023.98px) {
  .about-slider,
  .about-slider__frame,
  .about-slider__viewport {
    max-width: 100%;
  }
}
.about-slider__accent {
  position: absolute;
  top: 1.125rem;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1.5rem;
  background: linear-gradient(155deg, #023e8a 0%, #0077b6 42%, #ff6b35 100%);
  z-index: 0;
}
.about-slider__frame {
  position: relative;
  z-index: 1;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow:
    0 0 0 1px rgba(0, 119, 182, 0.12),
    0 28px 56px -20px rgba(2, 62, 138, 0.38);
}
.about-slider__frame::after {
  content: "";
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.75rem;
  height: 2.75rem;
  border-top: 3px solid #ffb703;
  border-right: 3px solid #ffb703;
  border-radius: 0 0.65rem 0 0;
  z-index: 5;
  pointer-events: none;
}
.about-slider__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 4;
  min-height: 22rem;
}
@media (min-width: 640px) {
  .about-slider__viewport {
    min-height: 28rem;
  }
}
@media (min-width: 1024px) {
  .about-slider__viewport {
    min-height: 34rem;
  }
}
/* Match slider height to About copy column on desktop */
@media (min-width: 1024px) {
  .about-card > .grid {
    align-items: stretch;
  }
  .about-card .about-reveal-media {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .about-card .about-slider {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
  }
  .about-card .about-slider__outer {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
  }
  .about-card .about-slider__frame {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .about-card .about-slider__viewport {
    flex: 1 1 auto;
    aspect-ratio: auto;
    min-height: 0;
    height: 100%;
  }
  .about-card .about-slider__img {
    min-height: 0;
  }
}
.about-slider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.55s ease,
    visibility 0.55s step-end;
  z-index: 0;
}
.about-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition:
    opacity 0.55s ease,
    visibility 0s;
}
.about-slider__slide.is-leaving {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-slider__slide.is-entering .about-slider__img {
  animation: aboutSlideEnter 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.about-slider--dir-next .about-slider__slide.is-entering .about-slider__img {
  animation-name: aboutSlideEnterNext;
}
.about-slider--dir-prev .about-slider__slide.is-entering .about-slider__img {
  animation-name: aboutSlideEnterPrev;
}
@keyframes aboutSlideEnterNext {
  from {
    opacity: 0.7;
    transform: scale(1.06) translateX(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
@keyframes aboutSlideEnterPrev {
  from {
    opacity: 0.7;
    transform: scale(1.06) translateX(-12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
@keyframes aboutSlideEnter {
  from {
    opacity: 0.75;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.about-slider__slide.is-active.is-entering .about-slider__caption {
  animation: aboutCaptionSlideIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}
@keyframes aboutCaptionSlideIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-slider__img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (min-width: 640px) {
  .about-slider__img {
    min-height: 28rem;
  }
}
@media (min-width: 1024px) {
  .about-slider__img {
    min-height: 34rem;
  }
}
.about-slider__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 2.75rem 1rem 1rem;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to top, rgba(2, 62, 138, 0.82) 0%, transparent 100%);
  pointer-events: none;
}
.about-slider__tag {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 183, 3, 0.95);
  color: #023e8a;
}
.about-slider__controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.about-slider__arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.92);
  color: #023e8a;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px -8px rgba(2, 62, 138, 0.35);
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.about-slider__arrow:hover {
  background: #ffb703;
  color: #023e8a;
}
.about-slider__arrow--prev {
  left: 0.65rem;
}
.about-slider__arrow--next {
  right: 0.65rem;
}
/* About section â€” scroll reveal offsets */
html.js-lp .about-reveal-media:not(.is-inview) {
  opacity: 0;
  transform: translateX(-28px);
}
html.js-lp .about-reveal-media.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
html:not(.js-lp) .about-reveal-media {
  opacity: 1;
  transform: none;
}

/* About section â€” hover & motion */
.about-card {
  transition:
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-card:hover {
  box-shadow:
    0 32px 64px -28px rgba(2, 62, 138, 0.22),
    0 0 0 1px rgba(0, 119, 182, 0.08);
}
.about-slider__outer {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-slider__accent {
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease;
}
.about-slider__frame {
  transition:
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-slider--motion:hover .about-slider__outer {
  transform: translateY(-8px);
}
.about-slider--motion:hover .about-slider__accent {
  transform: translate(6px, 6px);
  filter: brightness(1.08);
}
.about-slider--motion:hover .about-slider__frame {
  box-shadow:
    0 0 0 1px rgba(0, 119, 182, 0.2),
    0 36px 64px -18px rgba(2, 62, 138, 0.45);
}
.about-slider__slide.is-active .about-slider__img {
  transform: scale(1);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-slider--motion:hover .about-slider__slide.is-active .about-slider__img {
  transform: scale(1.06);
}
.about-slider__slide.is-active.is-zoom-in .about-slider__img {
  animation: aboutSlideZoomIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes aboutSlideZoomIn {
  from {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
.about-slider--motion:hover .about-slider__slide.is-active.is-zoom-in .about-slider__img {
  animation: none;
  transform: scale(1.06);
}
.about-slider__caption {
  transition: padding 0.35s ease;
}
.about-slider--motion:hover .about-slider__caption {
  padding-bottom: 1.15rem;
}
.about-slider__tag {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.about-slider--motion:hover .about-slider__slide.is-active .about-slider__tag {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px -6px rgba(255, 183, 3, 0.8);
}
.about-slider__arrow {
  opacity: 0.88;
  transform: translateY(-50%) scale(1);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease,
    box-shadow 0.3s ease;
}
.about-slider--motion:hover .about-slider__arrow {
  opacity: 1;
}
.about-slider__arrow:hover {
  transform: translateY(-50%) scale(1.14);
  box-shadow: 0 12px 24px -10px rgba(2, 62, 138, 0.45);
}
.about-slider__arrow:active {
  transform: translateY(-50%) scale(1.02);
}
.about-hover-badge {
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}
.about-reveal-content:hover .about-hover-badge {
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 14px 28px -10px rgba(0, 119, 182, 0.45);
}
.about-hover-label {
  display: inline-block;
  transition:
    letter-spacing 0.35s ease,
    color 0.25s ease;
}
.about-reveal-content:hover .about-hover-label {
  letter-spacing: 0.14em;
  color: #023e8a;
}
.about-heading-accent {
  display: inline;
  background-image: linear-gradient(90deg, #ff6b35, #ffb703);
  background-repeat: no-repeat;
  background-size: 0% 3px;
  background-position: 0 100%;
  transition: background-size 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-reveal-content:hover .about-heading-accent {
  background-size: 100% 3px;
}
.about-hover-text {
  transition:
    color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-reveal-content:hover .about-hover-text {
  color: rgba(51, 65, 85, 0.92);
}
@media (min-width: 1024px) {
  .about-reveal-content:hover .about-hover-text + .about-hover-text {
    transform: translateX(4px);
  }
}

/* Visa & Connectivity (visa.inc) */
.visa-connect {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.visa-panel,
.connect-panel {
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 20px 48px -28px rgba(2, 62, 138, 0.18);
  border: 1px solid rgba(51, 65, 85, 0.08);
  overflow: hidden;
}
.visa-panel__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .visa-panel__grid {
    grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
  }
}
.visa-panel__visual {
  position: relative;
  min-height: 14rem;
}
@media (min-width: 768px) {
  .visa-panel__visual {
    min-height: 100%;
  }
}
.visa-panel__img {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .visa-panel__img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
}
.visa-panel__visual-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: #0077b6;
  box-shadow: 0 10px 24px -12px rgba(2, 62, 138, 0.4);
}
.visa-panel__content {
  padding: 1.5rem 1.25rem 1.75rem;
}
@media (min-width: 640px) {
  .visa-panel__content {
    padding: 2rem 2rem 2.25rem;
  }
}
.visa-key-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.visa-key-list__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(51, 65, 85, 0.88);
}
.visa-key-list__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  background: rgba(0, 119, 182, 0.1);
  color: #0077b6;
}
.visa-key-list__item strong {
  color: #023e8a;
  font-weight: 700;
}
.visa-panel__cta {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #023e8a;
  background: #ffb703;
  padding: 0.55rem 1.1rem;
  border-radius: 9999px;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.visa-panel__cta:hover {
  background: #ff6b35;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -12px rgba(255, 107, 53, 0.45);
}
.connect-panel {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.25rem 1.75rem;
  transition:
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease;
}
.connect-panel::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: -3rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 183, 3, 0.14) 0%, transparent 68%);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.connect-panel::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: -2rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 119, 182, 0.1) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.connect-panel:hover {
  border-color: rgba(0, 119, 182, 0.14);
  box-shadow: 0 24px 52px -28px rgba(2, 62, 138, 0.22);
}
.connect-panel:hover::before {
  opacity: 1;
  transform: scale(1.08);
}
.connect-panel:hover::after {
  opacity: 1;
  transform: scale(1.06);
}
@media (min-width: 640px) {
  .connect-panel {
    padding: 2rem;
  }
}
.connect-panel__head {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}
.connect-panel__head .icon-badge {
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.connect-panel:hover .connect-panel__head .icon-badge {
  background: rgba(255, 183, 3, 0.35);
  color: #023e8a;
  transform: scale(1.06);
}
.connect-routes {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .connect-routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}
.route-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #f8fafc;
  border: 1px solid rgba(51, 65, 85, 0.1);
  padding: 0.9rem 1rem;
  cursor: default;
  transition:
    background 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.route-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #0077b6 0%, #ffb703 55%, #ff6b35 100%);
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 1rem 0 0 1rem;
}
.route-card:hover {
  background: linear-gradient(
    128deg,
    rgba(0, 119, 182, 0.09) 0%,
    rgba(255, 183, 3, 0.12) 42%,
    #fff 100%
  );
  border-color: rgba(0, 119, 182, 0.32);
  box-shadow: 0 14px 32px -16px rgba(2, 62, 138, 0.28);
  transform: translateY(-3px);
}
.route-card:hover::before {
  transform: scaleY(1);
}
.route-card--multi {
  grid-column: 1 / -1;
}
@media (min-width: 640px) {
  .route-card--multi .route-card__path {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.route-card__path {
  display: flex;
  align-items: center;
  gap: 0.5rem 0.65rem;
  flex-wrap: wrap;
}
.route-airport {
  flex: 1 1 7.5rem;
  min-width: 0;
}
.route-airport--dest .route-airport__code {
  color: #ff6b35;
}
.route-airport__code {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #023e8a;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.route-airport__name {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.6875rem;
  line-height: 1.35;
  color: rgba(51, 65, 85, 0.72);
  transition: color 0.3s ease;
}
.route-card:hover .route-airport__code {
  color: #0077b6;
}
.route-card:hover .route-airport--dest .route-airport__code {
  color: #ff6b35;
}
.route-card:hover .route-airport__name {
  color: rgba(2, 62, 138, 0.82);
}
.route-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: rgba(0, 119, 182, 0.08);
  color: #0077b6;
  opacity: 0.85;
  transition:
    color 0.3s ease,
    opacity 0.3s ease,
    background-color 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.route-arrow .vb-icon {
  width: 1.1rem;
  height: 1.1rem;
}
.route-card:hover .route-arrow {
  background: rgba(255, 107, 53, 0.15);
  color: #ff6b35;
  opacity: 1;
  transform: translateX(4px);
}
.connect-panel__footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
@media (min-width: 640px) {
  .connect-panel__footer {
    margin-top: 1.75rem;
  }
}
.connect-panel__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #023e8a;
  background: #ffb703;
  padding: 0.7rem 1.35rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 24px -14px rgba(255, 183, 3, 0.65);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease;
}
.connect-panel__cta .vb-icon {
  width: 1.1rem;
  height: 1.1rem;
}
.connect-panel__cta:hover {
  background: #ff6b35;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -12px rgba(255, 107, 53, 0.5);
}
.connect-panel__cta:focus-visible {
  outline: 2px solid #0077b6;
  outline-offset: 3px;
}

/* Things to Do (thingstodo.inc) */
.things-section__head {
  margin-bottom: 0.25rem;
}
.things-section__head .icon-badge {
  transition: transform 0.55s cubic-bezier(0.34, 1.4, 0.64, 1), background-color 0.35s ease, color 0.35s ease;
}
.things-section:hover .things-section__head .icon-badge {
  transform: rotate(-12deg) scale(1.08);
  background: rgba(255, 183, 3, 0.35);
  color: #023e8a;
}
.things-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.75rem;
}
.things-tab {
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  padding: 0.55rem 1.15rem;
  cursor: pointer;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}
.things-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 70%
  );
  transform: translateX(-130%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.things-tab:hover::before {
  transform: translateX(130%);
}
.things-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #ffb703, #06d6a0);
  transform: translateX(-50%);
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.things-tab:hover {
  color: #fff;
  border-color: rgba(255, 183, 3, 0.45);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -12px rgba(255, 183, 3, 0.45);
}
.things-tab:hover::after {
  width: 55%;
}
.things-tab.is-active {
  color: #023e8a;
  background: #ffb703;
  border-color: #ffb703;
  box-shadow: 0 8px 20px -10px rgba(255, 183, 3, 0.65);
  animation: thingsTabPulse 2.5s ease-in-out infinite;
}
.things-tab.is-active::after {
  width: 0;
}
@keyframes thingsTabPulse {
  0%,
  100% {
    box-shadow: 0 8px 20px -10px rgba(255, 183, 3, 0.65);
  }
  50% {
    box-shadow: 0 10px 28px -8px rgba(255, 183, 3, 0.85);
  }
}
.things-tab:focus-visible {
  outline: 2px solid #ffb703;
  outline-offset: 2px;
}
.things-panel {
  display: none;
}
.things-panel.is-active {
  display: block;
  animation: thingsPanelIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes thingsPanelIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.things-panel__intro {
  line-height: 1.55;
}
.things-slider--attractions .things-slider__slide.things-attraction {
  flex: 0 0 100%;
  min-width: 0;
  display: block;
}
@media (min-width: 640px) {
  .things-slider--attractions .things-slider__slide.things-attraction {
    flex: 0 0 calc(33.333% - 0.67rem);
    min-height: 11rem;
  }
}
@media (min-width: 1024px) {
  .things-slider--attractions .things-slider__slide.things-attraction {
    flex: 0 0 calc(25% - 0.75rem);
  }
}
.things-attraction {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 9.5rem;
  aspect-ratio: 4 / 3;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
  transform-style: preserve-3d;
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s ease;
}
.things-attraction::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    108deg,
    transparent 38%,
    rgba(255, 255, 255, 0.28) 50%,
    transparent 62%
  );
  transform: translateX(-125%) skewX(-10deg);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.things-slider__slide:nth-child(odd) .things-attraction:hover {
  transform: translateY(-6px) rotate(-0.75deg) scale(1.02);
}
.things-slider__slide:nth-child(even) .things-attraction:hover {
  transform: translateY(-6px) rotate(0.75deg) scale(1.02);
}
.things-attraction:hover {
  box-shadow:
    0 0 0 2px rgba(255, 183, 3, 0.55),
    0 22px 44px -16px rgba(255, 107, 53, 0.35),
    0 16px 32px -14px rgba(0, 0, 0, 0.45);
}
.things-attraction:hover::after {
  transform: translateX(125%) skewX(-10deg);
}
.things-attraction__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}
.things-attraction:hover .things-attraction__img {
  transform: scale(1.1);
  filter: saturate(1.12) brightness(1.05);
}
.things-slider__slide:nth-child(odd) .things-attraction:hover .things-attraction__img {
  transform: scale(1.1) rotate(0.5deg);
}
.things-slider__slide:nth-child(even) .things-attraction:hover .things-attraction__img {
  transform: scale(1.1) rotate(-0.5deg);
}
.things-attraction__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(2, 62, 138, 0.92) 0%, rgba(2, 62, 138, 0.2) 55%, transparent 100%);
  pointer-events: none;
  transition: background 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.things-attraction:hover .things-attraction__overlay {
  background: linear-gradient(
    to top,
    rgba(255, 107, 53, 0.88) 0%,
    rgba(2, 62, 138, 0.45) 48%,
    transparent 100%
  );
}
.things-attraction__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.65rem 0.75rem 0.75rem;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.things-attraction:hover .things-attraction__footer {
  transform: translateY(-5px);
}
.things-attraction__title {
  position: static;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  transition: color 0.35s ease, text-shadow 0.35s ease;
}
.things-attraction:hover .things-attraction__title {
  color: #ffb703;
  text-shadow: 0 2px 12px rgba(2, 62, 138, 0.5);
}
@media (min-width: 640px) {
  .things-attraction__title {
    font-size: 0.875rem;
  }
  .things-attraction__footer {
    padding: 0.75rem 0.85rem 0.85rem;
  }
}
.things-attraction__more {
  font-family: inherit;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #023e8a;
  background: #ffb703;
  border: none;
  border-radius: 9999px;
  padding: 0.35rem 0.75rem;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.35);
  margin: 0;
  align-self: flex-start;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}
.things-attraction__more:hover {
  background: #fff;
  color: #023e8a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -8px rgba(2, 62, 138, 0.45);
}
.things-attraction__more:focus-visible {
  outline: 2px solid #ffb703;
  outline-offset: 2px;
}
.things-attraction:hover .things-attraction__more {
  background: #fff;
}

/* Attraction detail modal (thingsAttractionModal.inc) */
.attraction-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.attraction-modal.hidden {
  display: none;
}
.attraction-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 62, 138, 0.55);
  backdrop-filter: blur(6px);
}
.attraction-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 32rem;
  max-height: min(90vh, 44rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 28px 56px -24px rgba(2, 62, 138, 0.45);
  animation: attractionModalIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes attractionModalIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.attraction-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.95);
  color: #023e8a;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px -12px rgba(2, 62, 138, 0.35);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.attraction-modal__close:hover {
  background: #ffb703;
  color: #023e8a;
  transform: scale(1.05);
}
.attraction-modal__close:focus-visible {
  outline: 2px solid #0077b6;
  outline-offset: 2px;
}
.attraction-modal__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #e2e8f0;
  flex-shrink: 0;
}
.attraction-modal__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.attraction-modal__body {
  padding: 1.25rem 1.25rem 1.5rem;
  overflow-y: auto;
}
.attraction-modal__eyebrow {
  margin: 0;
}
.attraction-modal__title {
  margin: 0.35rem 0 0;
  line-height: 1.2;
}
.attraction-modal__descs {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.attraction-modal__desc {
  margin: 0;
}
.attraction-modal__list {
  margin: 0;
  padding: 0 0 0 0.15rem;
  list-style: disc;
  list-style-position: outside;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.attraction-modal__list-item {
  margin-left: 1.1rem;
  padding-left: 0.35rem;
}
.attraction-modal__list-item::marker {
  color: var(--vb-ocean);
  font-size: 1.05em;
}
body.attraction-modal-open {
  overflow: hidden !important;
}
body.attraction-modal-open #header,
body.attraction-modal-open .site-header,
body.attraction-modal-open footer,
body.attraction-modal-open .page-deco,
body.attraction-modal-open .btn__scrollToTop {
  visibility: hidden !important;
  pointer-events: none !important;
}
.things-slider {
  position: relative;
}
.things-slider__viewport {
  position: relative;
  overflow: hidden;
  margin: 0 -0.15rem;
  padding: 0 0.15rem;
}
.things-slider__viewport::before,
.things-slider__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  z-index: 2;
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.35s ease;
}
.things-slider__viewport::before {
  left: 0;
  background: linear-gradient(to right, #023e8a 0%, transparent 100%);
}
.things-slider__viewport::after {
  right: 0;
  background: linear-gradient(to left, #023e8a 0%, transparent 100%);
}
.things-slider__track {
  display: flex;
  gap: 1rem;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.things-slider.is-transitioning .things-slider__track {
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
.things-slider__slide--pop {
  animation: thingsSlidePop 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.things-slider--dir-next .things-slider__slide--pop {
  animation-name: thingsSlidePopNext;
}
.things-slider--dir-prev .things-slider__slide--pop {
  animation-name: thingsSlidePopPrev;
}
@keyframes thingsSlidePopNext {
  from {
    opacity: 0.45;
    transform: translateX(22px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes thingsSlidePopPrev {
  from {
    opacity: 0.45;
    transform: translateX(-22px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes thingsSlidePop {
  from {
    opacity: 0.6;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.things-slider.is-transitioning .things-slider__arrow--next:not(:disabled) {
  animation: thingsArrowPulseNext 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.things-slider.is-transitioning .things-slider__arrow--prev:not(:disabled) {
  animation: thingsArrowPulsePrev 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes thingsArrowPulseNext {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.14) translateX(4px);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes thingsArrowPulsePrev {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.14) translateX(-4px);
  }
  100% {
    transform: scale(1.05);
  }
}
.things-slider__slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  perspective: 880px;
}
@media (min-width: 640px) {
  .things-slider__slide {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
@media (min-width: 1024px) {
  .things-slider__slide {
    flex: 0 0 calc(33.333% - 0.67rem);
  }
}
.things-slider__slide .things-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.things-slider__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.things-slider__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}
.things-slider__arrow:hover:not(:disabled) {
  background: #ffb703;
  border-color: #ffb703;
  color: #023e8a;
  transform: scale(1.08);
  box-shadow: 0 0 0 4px rgba(255, 183, 3, 0.25);
  animation: thingsArrowNudge 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.things-slider__arrow--prev:hover:not(:disabled) {
  animation-name: thingsArrowNudgePrev;
}
@keyframes thingsArrowNudge {
  0% {
    transform: scale(1) translateX(0);
  }
  40% {
    transform: scale(1.1) translateX(3px);
  }
  100% {
    transform: scale(1.08) translateX(0);
  }
}
@keyframes thingsArrowNudgePrev {
  0% {
    transform: scale(1) translateX(0);
  }
  40% {
    transform: scale(1.1) translateX(-3px);
  }
  100% {
    transform: scale(1.08) translateX(0);
  }
}
.things-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.things-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  min-height: 2.5rem;
}
.things-slider__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.things-slider__dot.is-active {
  background: #ffb703;
  transform: scale(1.25);
  animation: thingsDotPop 0.4s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}
@keyframes thingsDotPop {
  0% {
    transform: scale(0.85);
  }
  70% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.25);
  }
}
.things-slider__dot:hover {
  background: rgba(255, 183, 3, 0.75);
  transform: scale(1.35);
  box-shadow: 0 0 0 3px rgba(255, 183, 3, 0.25);
}
.things-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s ease,
    box-shadow 0.5s ease,
    background-color 0.45s ease;
}
.things-slider__slide:nth-child(odd) .things-card:hover {
  transform: translateY(-6px) rotateY(2deg);
}
.things-slider__slide:nth-child(even) .things-card:hover {
  transform: translateY(-6px) rotateY(-2deg);
}
.things-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 183, 3, 0.45);
  box-shadow:
    0 0 0 1px rgba(6, 214, 160, 0.35),
    0 22px 48px -20px rgba(255, 183, 3, 0.2),
    0 18px 40px -20px rgba(0, 0, 0, 0.42);
}
.things-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
}
.things-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(155deg, rgba(255, 183, 3, 0.45) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.things-card__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, #ffb703, #06d6a0, #0077b6);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.things-card:hover .things-card__media::before {
  opacity: 1;
}
.things-card:hover .things-card__media::after {
  transform: scaleX(1);
}
.things-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}
.things-card:hover .things-card__img {
  transform: scale(1.08);
  filter: saturate(1.1) brightness(1.04);
}
.things-card__body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.things-card__title {
  position: relative;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  transition: color 0.35s ease;
}
.things-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #ffb703, #06d6a0);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.things-card:hover .things-card__title {
  color: #ffb703;
}
.things-card:hover .things-card__title::after {
  width: 100%;
}
@media (min-width: 640px) {
  .things-card__title {
    font-size: 1.0625rem;
  }
}
.things-card__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease,
    color 0.35s ease;
}
.things-card:hover .things-card__text {
  color: rgba(255, 255, 255, 0.9);
}
.things-card:hover .things-card__text:nth-of-type(1) {
  transform: translateY(-2px);
  transition-delay: 0.04s;
}
.things-card:hover .things-card__text:nth-of-type(2) {
  transform: translateY(-3px);
  transition-delay: 0.1s;
}
.things-card__text + .things-card__text {
  margin-top: 0.15rem;
}

/* Query form offcanvas (queryForm.inc) */
.query-modal__backdrop {
  background: rgba(2, 62, 138, 0.55);
  backdrop-filter: blur(6px);
  transition: opacity 0.3s ease;
}
.query-offcanvas {
  position: relative;
  width: 100%;
  max-width: 24rem;
  background: #fff;
  box-shadow: -24px 0 48px -20px rgba(2, 62, 138, 0.35);
  border-left: 1px solid rgba(0, 119, 182, 0.12);
}
@media (min-width: 640px) {
  .query-offcanvas {
    max-width: 26rem;
  }
}
.query-offcanvas__stripe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #0077b6 0%, #ffb703 50%, #06d6a0 100%);
  z-index: 2;
  pointer-events: none;
}
.query-offcanvas__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.35rem 1.35rem 1.5rem;
  background: linear-gradient(135deg, #023e8a 0%, #0077b6 55%, #023e8a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.query-offcanvas__head-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}
.query-offcanvas__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: rgba(255, 183, 3, 0.25);
  color: #ffb703;
  transition: transform 0.4s cubic-bezier(0.34, 1.4, 0.64, 1), background-color 0.35s ease;
}
.query-offcanvas:hover .query-offcanvas__icon {
  transform: rotate(-8deg) scale(1.06);
  background: rgba(255, 183, 3, 0.4);
}
.query-offcanvas__eyebrow {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 183, 3, 0.95);
}
.query-offcanvas__title {
  margin: 0.2rem 0 0;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.query-offcanvas__close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.query-offcanvas__close:hover {
  background: #ffb703;
  border-color: #ffb703;
  color: #023e8a;
  transform: rotate(90deg) scale(1.05);
}
.query-offcanvas__close:focus-visible {
  outline: 2px solid #ffb703;
  outline-offset: 2px;
}
.query-form {
  padding: 1.35rem 1.35rem 1.75rem 1.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 12%);
}
.query-form__error {
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #9a3412;
  background: rgba(255, 107, 53, 0.12);
  border: 1px solid rgba(255, 107, 53, 0.35);
  border-radius: 0.75rem;
}
.query-form__error:not(.hidden) {
  animation: queryErrorIn 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes queryErrorIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.query-form__field {
  margin-bottom: 1rem;
}
.query-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #023e8a;
}
.query-form__input {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #334155;
  background: #fff;
  border: 1px solid rgba(51, 65, 85, 0.2);
  border-radius: 0.75rem;
  padding: 0.7rem 0.9rem;
  box-shadow: 0 2px 8px -6px rgba(2, 62, 138, 0.15);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.query-form__input::placeholder {
  color: rgba(51, 65, 85, 0.45);
}
.query-form__input:hover {
  border-color: rgba(0, 119, 182, 0.35);
}
.query-form__input:focus {
  outline: none;
  border-color: #0077b6;
  box-shadow:
    0 0 0 3px rgba(0, 119, 182, 0.18),
    0 4px 12px -6px rgba(2, 62, 138, 0.2);
  transform: translateY(-1px);
}
.query-form__input--area {
  min-height: 6.5rem;
  resize: vertical;
}
.query-form__captcha {
  margin-bottom: 1.25rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(0, 119, 182, 0.05);
  border: 1px dashed rgba(0, 119, 182, 0.2);
}
.query-form__recaptcha,
#g-recaptchanew {
  display: block !important;
  visibility: visible !important;
  min-height: 78px;
  transform: scale(1) !important;
}
.query-form .g-recaptcha {
  display: block !important;
  visibility: visible !important;
}
.query-form iframe,
.query-form #g-recaptcha > div,
.query-form #g-recaptchanew > div {
  margin-left: 0;
  max-width: 100%;
}
.query-form__actions {
  display: flex;
  justify-content: stretch;
}
.query-form__submit,
input.query-form__submit[type="submit"],
button.query-form__submit {
  width: 100%;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #023e8a;
  background: #ffb703;
  border: none;
  border-radius: 9999px;
  padding: 0.85rem 1.5rem;
  cursor: pointer;
  box-shadow: 0 12px 28px -14px rgba(255, 183, 3, 0.75);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease;
}
.query-form__submit:hover,
input.query-form__submit[type="submit"]:hover {
  background: #ff6b35;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -12px rgba(255, 107, 53, 0.5);
}
.query-form__submit:focus-visible,
input.query-form__submit[type="submit"]:focus-visible {
  outline: 2px solid #0077b6;
  outline-offset: 3px;
}
@media screen and (max-width: 640px) {
  .query-offcanvas {
    max-width: 100%;
  }
}
/* Floating Send Query — fixed to viewport corner (queryForm.inc) */
.query-fab {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.2rem;
  border: none;
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  box-shadow:
    0 14px 34px -10px rgba(2, 62, 138, 0.5),
    0 4px 14px rgba(2, 62, 138, 0.22);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    box-shadow 0.35s ease;
}
.query-fab__icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.query-fab:hover,
.query-fab:focus-visible {
  transform: translateY(-3px) scale(1.03);
}
body.query-modal-open .query-fab,
body.attraction-modal-open .query-fab {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
}
@media (max-width: 479.98px) {
  .query-fab {
    padding: 0.9rem;
    right: max(0.85rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  }
  .query-fab__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* Brasil Travel Specialist (specialist.inc) */
.specialist-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f0f7fc 0%, #fff 45%, #fffaf0 100%);
}
.specialist-section__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 8% 30%, rgba(0, 119, 182, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 92% 70%, rgba(255, 183, 3, 0.16) 0%, transparent 50%);
  pointer-events: none;
}
.specialist-panel {
  position: relative;
  z-index: 1;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid rgba(51, 65, 85, 0.08);
  box-shadow: 0 24px 48px -28px rgba(2, 62, 138, 0.22);
  overflow: hidden;
  transition:
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease;
}
.specialist-panel:hover {
  border-color: rgba(0, 119, 182, 0.16);
  box-shadow: 0 32px 56px -26px rgba(2, 62, 138, 0.28);
}
.specialist-panel__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .specialist-panel__grid {
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  }
}
.specialist-panel__visual {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .specialist-panel__visual {
    min-height: 100%;
  }
}
.specialist-panel__img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .specialist-panel__img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
}
.specialist-panel:hover .specialist-panel__img {
  transform: scale(1.04);
}
.specialist-panel__visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(2, 62, 138, 0.55) 0%,
    rgba(0, 119, 182, 0.25) 45%,
    transparent 70%
  );
  pointer-events: none;
}
.specialist-panel__stripe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #0077b6 0%, #ffb703 50%, #06d6a0 100%);
  z-index: 2;
}
.specialist-panel__visual-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: #023e8a;
  box-shadow: 0 12px 28px -12px rgba(2, 62, 138, 0.35);
  transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}
.specialist-panel:hover .specialist-panel__visual-badge {
  background: #ffb703;
  color: #023e8a;
  transform: scale(1.06) rotate(-4deg);
}
.specialist-panel__thumb {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
  margin: 0;
  width: 5.5rem;
  padding: 0.35rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 16px 32px -16px rgba(2, 62, 138, 0.4);
  transform: rotate(4deg);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 640px) {
  .specialist-panel__thumb {
    width: 6.5rem;
    right: 1.25rem;
    top: 1.25rem;
  }
}
.specialist-panel:hover .specialist-panel__thumb {
  transform: rotate(-2deg) translateY(-4px);
}
.specialist-panel__thumb-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.5rem;
}
.specialist-panel__content {
  position: relative;
  padding: 1.75rem 1.25rem 2rem;
}
@media (min-width: 640px) {
  .specialist-panel__content {
    padding: 2.25rem 2rem 2.5rem;
  }
}
.specialist-panel__content::before {
  content: "";
  position: absolute;
  top: -3rem;
  right: -2rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 183, 3, 0.2) 0%, transparent 70%);
  pointer-events: none;
}
.specialist-panel__content::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: -1rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 119, 182, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.specialist-panel__content > * {
  position: relative;
  z-index: 1;
}
.specialist-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.specialist-panel__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #023e8a;
  background: #ffb703;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 10px 24px -14px rgba(255, 183, 3, 0.65);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease;
}
.specialist-panel__cta .vb-icon {
  width: 1.1rem;
  height: 1.1rem;
}
.specialist-panel__cta:hover {
  background: #ff6b35;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -12px rgba(255, 107, 53, 0.5);
}
.specialist-panel__cta:focus-visible {
  outline: 2px solid #0077b6;
  outline-offset: 3px;
}

/* Itineraries â€” downloadable cards (itineraries.inc) */
.itineraries-section {
  background: #fff;
}
.itinerary-cards {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .itinerary-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }
}
@media (min-width: 1024px) {
  .itinerary-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.itinerary-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(51, 65, 85, 0.1);
  box-shadow: 0 16px 40px -28px rgba(2, 62, 138, 0.2);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.itinerary-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 119, 182, 0.22);
  box-shadow: 0 22px 48px -22px rgba(2, 62, 138, 0.28);
}
.itinerary-card--sunset:hover {
  border-color: rgba(255, 107, 53, 0.35);
}
.itinerary-card--leaf:hover {
  border-color: rgba(13, 122, 79, 0.3);
}
.itinerary-card--ocean:hover {
  border-color: rgba(0, 119, 182, 0.35);
}
.itinerary-card__media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.itinerary-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.itinerary-card:hover .itinerary-card__img {
  transform: scale(1.05);
}
.itinerary-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 62, 138, 0.55) 0%, transparent 55%);
  pointer-events: none;
}
.itinerary-card__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 1;
}
.itinerary-card__duration {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 1;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(2, 62, 138, 0.75);
  backdrop-filter: blur(6px);
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
}
.itinerary-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
  padding: 1.15rem 1.2rem 1.25rem;
}
.itinerary-card__title {
  margin: 0;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.25;
  color: #023e8a;
}
.itinerary-card__text {
  margin: 0;
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(51, 65, 85, 0.75);
}
.itinerary-card__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  align-self: flex-start;
  margin-top: 0.35rem;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #023e8a;
  background: #ffb703;
  padding: 0.55rem 1rem;
  border-radius: 9999px;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.itinerary-card__download .vb-icon {
  width: 1rem;
  height: 1rem;
}
.itinerary-card__download:hover {
  background: #ff6b35;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -12px rgba(255, 107, 53, 0.55);
}
.itinerary-card__download:focus-visible {
  outline: 2px solid #0077b6;
  outline-offset: 2px;
}

/* Gallery (gallery.inc) */
.gallery-section {
  background: #f8fafc;
}
.gallery-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(0, 119, 182, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 20%, rgba(255, 107, 53, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 80% 100%, rgba(255, 183, 3, 0.07) 0%, transparent 45%);
}
/* Cover Flow carousel (gallery landing preview) */
.gallery-coverflow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0;
}
@media (min-width: 640px) {
  .gallery-coverflow {
    gap: 0.75rem;
    padding: 1rem 0 1.25rem;
  }
}
.gallery-coverflow__nav {
  flex-shrink: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(51, 65, 85, 0.12);
  border-radius: 9999px;
  background: #fff;
  color: #023e8a;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px -10px rgba(2, 62, 138, 0.25);
  transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
@media (min-width: 768px) {
  .gallery-coverflow__nav {
    display: flex;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.gallery-coverflow__nav:hover {
  background: #ffb703;
  border-color: #ffb703;
  transform: scale(1.05);
}
.gallery-coverflow__stage {
  position: relative;
  flex: 1;
  min-width: 0;
  height: clamp(18rem, 52vw, 26rem);
  perspective: 1400px;
  overflow: hidden;
}
.gallery-coverflow__track {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-coverflow__card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72vw, 17.5rem);
  aspect-ratio: 4 / 5;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
  background: #e2e8f0;
  box-shadow: 0 20px 48px -20px rgba(2, 62, 138, 0.35);
  transform: translate(-50%, -50%);
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s ease,
    filter 0.5s ease;
  will-change: transform, opacity;
}
.gallery-showcase--step-next .gallery-coverflow__card[data-pos="0"],
.gallery-showcase--step-prev .gallery-coverflow__card[data-pos="0"] {
  animation: galleryCenterStep 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery-showcase--step-next .gallery-coverflow__nav--next,
.gallery-showcase--step-prev .gallery-coverflow__nav--prev {
  animation: galleryNavStep 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes galleryCenterStep {
  0% {
    filter: brightness(1);
    box-shadow: 0 28px 56px -18px rgba(2, 62, 138, 0.42);
  }
  40% {
    filter: brightness(1.06);
    box-shadow: 0 32px 64px -16px rgba(255, 183, 3, 0.35);
  }
  100% {
    filter: none;
    box-shadow: 0 28px 56px -18px rgba(2, 62, 138, 0.42);
  }
}
@keyframes galleryNavStep {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 640px) {
  .gallery-coverflow__card {
    width: min(42vw, 18.5rem);
    border-radius: 1.35rem;
  }
}
.gallery-coverflow__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-coverflow__expand {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #023e8a;
  box-shadow: 0 6px 16px -6px rgba(2, 62, 138, 0.45);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.gallery-coverflow__expand .vb-icon {
  width: 1rem;
  height: 1rem;
}
.gallery-coverflow__card[data-pos="0"] {
  z-index: 10;
  opacity: 1;
  filter: none;
  transform: translate(-50%, -50%) translateX(0) scale(1);
  box-shadow: 0 28px 56px -18px rgba(2, 62, 138, 0.42);
}
.gallery-coverflow__card[data-pos="0"] .gallery-coverflow__expand {
  opacity: 1;
  transform: scale(1);
}
.gallery-coverflow__card[data-pos="-1"],
.gallery-coverflow__card[data-pos="1"] {
  z-index: 8;
  opacity: 0.92;
  filter: brightness(0.96);
  box-shadow: 0 18px 40px -18px rgba(2, 62, 138, 0.3);
}
.gallery-coverflow__card[data-pos="-1"] {
  transform: translate(-50%, -50%) translateX(calc(-1 * min(28vw, 9.5rem))) scale(0.84);
}
.gallery-coverflow__card[data-pos="1"] {
  transform: translate(-50%, -50%) translateX(min(28vw, 9.5rem)) scale(0.84);
}
@media (min-width: 640px) {
  .gallery-coverflow__card[data-pos="-1"] {
    transform: translate(-50%, -50%) translateX(-10.5rem) scale(0.84);
  }
  .gallery-coverflow__card[data-pos="1"] {
    transform: translate(-50%, -50%) translateX(10.5rem) scale(0.84);
  }
}
.gallery-coverflow__card[data-pos="-2"],
.gallery-coverflow__card[data-pos="2"] {
  z-index: 6;
  opacity: 0.78;
  filter: brightness(0.9);
  box-shadow: 0 12px 28px -14px rgba(2, 62, 138, 0.25);
}
.gallery-coverflow__card[data-pos="-2"] {
  transform: translate(-50%, -50%) translateX(calc(-1 * min(42vw, 14rem))) scale(0.7);
}
.gallery-coverflow__card[data-pos="2"] {
  transform: translate(-50%, -50%) translateX(min(42vw, 14rem)) scale(0.7);
}
@media (min-width: 640px) {
  .gallery-coverflow__card[data-pos="-2"] {
    transform: translate(-50%, -50%) translateX(-15.5rem) scale(0.7);
  }
  .gallery-coverflow__card[data-pos="2"] {
    transform: translate(-50%, -50%) translateX(15.5rem) scale(0.7);
  }
}
.gallery-coverflow__card[data-pos="hide"] {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.55);
}
@media (max-width: 639px) {
  .gallery-coverflow__card[data-pos="-2"],
  .gallery-coverflow__card[data-pos="2"] {
    opacity: 0;
    pointer-events: none;
  }
}
.gallery-coverflow__card:hover,
.gallery-coverflow__card:focus-visible {
  outline: none;
}
.gallery-coverflow__card[data-pos="-1"]:hover,
.gallery-coverflow__card[data-pos="1"]:hover,
.gallery-coverflow__card[data-pos="-2"]:hover,
.gallery-coverflow__card[data-pos="2"]:hover {
  filter: brightness(1);
  opacity: 1;
}
.gallery-showcase__footer {
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
}
@media (min-width: 640px) {
  .gallery-showcase__footer {
    margin-top: 1rem;
  }
}
.gallery-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #023e8a;
  background: #ffb703;
  border: none;
  border-radius: 9999px;
  padding: 0.7rem 1.35rem;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.gallery-view-all .vb-icon {
  width: 1.1rem;
  height: 1.1rem;
}
.gallery-view-all:hover {
  background: #ff6b35;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -12px rgba(255, 107, 53, 0.5);
}
.gallery-view-all:focus-visible {
  outline: 2px solid #0077b6;
  outline-offset: 2px;
}
/* Hide site chrome while LightGallery is open */
body.lg-on {
  overflow: hidden !important;
}
body.lg-on #header,
body.lg-on .site-header,
body.lg-on footer,
body.lg-on .page-deco,
body.lg-on .btn__scrollToTop {
  visibility: hidden !important;
  pointer-events: none !important;
}
/* Hotels section (hotels.inc) */
.hotels-section {
  background: #f8fafc;
}
.hotels-section__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(0, 119, 182, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 100% 100%, rgba(255, 107, 53, 0.07) 0%, transparent 50%);
  pointer-events: none;
}
.hotels-head__icon {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.hotels-section__head:hover .hotels-head__icon {
  transform: scale(1.06) rotate(-3deg);
}
/* Hotels: horizontal slider on mobile only; grid on tablet+ (hotels.inc) */
#hotels .hotels-track--list {
  gap: 1rem;
  width: 100%;
  min-width: 0;
}
/* Hotels mobile carousel: one card + arrows/dots (hotels.inc) */
.hotels-slider {
  position: relative;
}
.hotels-slider__footer {
  display: none;
}
@media (max-width: 767.98px) {
  .hotels-slider__viewport {
    overflow: hidden;
  }
  .hotels-slider__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
  }
  #hotels .hotels-slider__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow: visible;
    scroll-snap-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    mask-image: none;
    -webkit-mask-image: none;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #hotels .hotels-slider__track .hotel-card,
  #hotels .hotels-slider__slide {
    flex: 0 0 100%;
    min-width: 0;
    max-width: 100%;
    scroll-snap-align: unset;
  }
}
.hotels-slider__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(2, 62, 138, 0.2);
  background: rgba(2, 62, 138, 0.06);
  color: #023e8a;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}
.hotels-slider__arrow:hover:not(:disabled) {
  background: #ffb703;
  border-color: #ffb703;
  color: #023e8a;
  transform: scale(1.08);
  box-shadow: 0 0 0 4px rgba(255, 183, 3, 0.25);
}
.hotels-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.hotels-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  min-height: 2.5rem;
}
.hotels-slider__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  border: none;
  padding: 0;
  background: rgba(2, 62, 138, 0.25);
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.hotels-slider__dot.is-active {
  background: #0077b6;
  transform: scale(1.25);
}
@media (min-width: 768px) {
  .hotels-slider__viewport {
    overflow: visible;
  }
  #hotels .hotels-slider__track {
    transform: none !important;
    transition: none;
    will-change: auto;
  }
  #hotels .hotels-track--list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #hotels .hotels-track--list .hotel-card {
    flex: unset;
    scroll-snap-align: unset;
    min-width: 0;
  }
}
@media (min-width: 1024px) {
  #hotels .hotels-track--list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  #hotels .hotels-track--list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  #hotels .hotels-track--list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.hotel-card {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  min-height: 18.5rem;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 640px) {
  .hotel-card {
    min-height: 20rem;
  }
}
.hotel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 3;
  border-radius: 1.35rem 1.35rem 0 0;
  background: linear-gradient(90deg, var(--vb-ocean) 0%, var(--vb-ocean-deep) 100%);
}
.hotels-track--list .hotel-card:nth-child(even)::before {
  background: linear-gradient(90deg, var(--vb-leaf) 0%, #40916c 100%);
}
.hotel-card__media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.hotel-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.hotel-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(2, 62, 138, 0.92) 0%,
    rgba(0, 119, 182, 0.42) 48%,
    rgba(2, 62, 138, 0.06) 100%
  );
  transition:
    opacity 0.4s ease,
    background 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
/* Alternate overlay: odd = blue (ocean), even = green (leaf) */
.hotels-track--list .hotel-card:nth-child(odd) .hotel-card__overlay {
  background: linear-gradient(
    to top,
    rgba(2, 62, 138, 0.92) 0%,
    rgba(0, 119, 182, 0.44) 50%,
    rgba(2, 62, 138, 0.05) 100%
  );
}
.hotels-track--list .hotel-card:nth-child(even) .hotel-card__overlay {
  background: linear-gradient(
    to top,
    rgba(20, 55, 40, 0.92) 0%,
    rgba(45, 106, 79, 0.46) 50%,
    rgba(45, 106, 79, 0.06) 100%
  );
}
.hotels-track--list .hotel-card:nth-child(odd):hover .hotel-card__overlay,
.hotels-track--list .hotel-card:nth-child(odd):focus-within .hotel-card__overlay {
  background: linear-gradient(
    to top,
    rgba(2, 62, 138, 0.96) 0%,
    rgba(0, 119, 182, 0.52) 55%,
    rgba(2, 62, 138, 0.1) 100%
  );
}
.hotels-track--list .hotel-card:nth-child(even):hover .hotel-card__overlay,
.hotels-track--list .hotel-card:nth-child(even):focus-within .hotel-card__overlay {
  background: linear-gradient(
    to top,
    rgba(20, 55, 40, 0.96) 0%,
    rgba(45, 106, 79, 0.54) 55%,
    rgba(45, 106, 79, 0.1) 100%
  );
}
.hotel-card__icon {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  color: #023e8a;
  box-shadow: 0 8px 20px -10px rgba(2, 62, 138, 0.4);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease;
}
.hotel-card--monument .hotel-card__icon {
  color: #ff6b35;
}
.hotel-card--coast .hotel-card__icon {
  color: #0077b6;
}
.hotel-card--wild .hotel-card__icon {
  color: #2d6a4f;
}
.hotel-card--heritage .hotel-card__icon {
  color: #ff6b35;
}
.hotel-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1.1rem 1rem 1rem;
}
.hotel-card__title {
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
}
@media (min-width: 1280px) {
  .hotel-card__title {
    font-size: 0.875rem;
  }
}
.hotel-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex-shrink: 0;
  align-self: flex-start;
  font-family: inherit;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #023e8a;
  background: #ffb703;
  padding: 0.3rem 0.6rem;
  border-radius: 9999px;
  line-height: 1.2;
  box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.35);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease;
}
.hotel-card__btn:hover {
  background: #fff;
  color: #023e8a;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -8px rgba(2, 62, 138, 0.4);
}
.hotel-card__btn:focus-visible {
  outline: 2px solid #ffb703;
  outline-offset: 2px;
}
.hotel-card:hover,
.hotel-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 28px 48px -22px rgba(2, 62, 138, 0.45);
}
.hotel-card:hover .hotel-card__img,
.hotel-card:focus-within .hotel-card__img {
  transform: scale(1.08);
}
.hotel-card:hover .hotel-card__overlay,
.hotel-card:focus-within .hotel-card__overlay {
  opacity: 1;
}
.hotel-card:hover .hotel-card__icon,
.hotel-card:focus-within .hotel-card__icon {
  transform: scale(1.1);
  background: #ffb703;
  color: #023e8a;
}
.hotels-track--list .hotel-card:nth-child(odd):hover .hotel-card__title,
.hotels-track--list .hotel-card:nth-child(odd):focus-within .hotel-card__title {
  color: #90e0ef;
}
.hotels-track--list .hotel-card:nth-child(even):hover .hotel-card__title,
.hotels-track--list .hotel-card:nth-child(even):focus-within .hotel-card__title {
  color: #b7e4c7;
}

@media only screen and (max-width: 1199.98px) {
    :root {
        --fs-15: 13px;
        --fs-16: 16px;
        --fs-17: 15px;
        --fs-18: 16px;
        --fs-20: 18px;
        --fs-21: 19px;
        --fs-22: 20px;
        --fs-24: 22px;
        --fs-27: 25px;
        --fs-33: 31px;
        --fs-34: 32px;
        --fs-53: 51px;
    }
    .hCtrol {height: 360px;overflow-x: hidden;overflow-y: auto;}
    .custom__bulletList--2x2grid {display: grid;grid-template-columns: repeat(1, 1fr);text-align: left;}
}

@media only screen and (min-width: 1023.98px) {
    .container__custom {
        max-width: 1420px
    }
}

@media only screen and (max-width: 1023.98px) {
    :root {
        --fs-15: 13px;
        --fs-17: 15px;
        --fs-20: 17px;
        --fs-21: 18px;
        --fs-22: 20px;
        --fs-24: 22px;
        --fs-27: 25px;
        --fs-33: 31px;
        --fs-34: 32px;
        --fs-53: 51px;

    }
   
}

@media only screen and (max-width: 991.98px) {
    :root {
        --fs-53: 45px;
        --fs-70: 60px;
        --fs-27: 22px;
        --fs-34: 28px;
    }
}


@media only screen and (max-width:575.98px) {
    :root {
        --fs-15: 11px;
        --fs-34: 30px;
        --fs-53: 37px;
        --fs-70: 50px;
        --fs-27: 20px;
        --fs-34: 24px;
        --fs-18: 14px;
    }
    }

/*SHINE EFFECT*/

.shine {position: relative;overflow: hidden;font-size: 1.1rem;padding: 1rem 3rem;border-radius: 4px;text-decoration: none;border: 1px solid rgba(255, 255, 255, 0.2);
    /*  color: #f4f4f4;*//*background: var(--btn-bg);*/
    /*  .shine:not(:last-child) {margin-bottom: 3rem;}*/
}
.shine::before {content: "";position: absolute;top: 0;width: 100%;height: 100%;background: linear-gradient( 120deg, transparent,rgba(255, 255, 255, 0.4), transparent );}
.shine-hover::before {left: -100%;transition: all 0.4s ease-in-out;}
.shine-hover:hover::before {left: 100%;}

/*Keyframes starts*/


@keyframes fade-in {
    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-grow-in {
    to {
        opacity: 1;
        visibility: visible;
        transform:initial
    }
}

@keyframes zoom-out {
    to {
        scale: 1;
        opacity: 1;
        visibility: visible
    }
}

@keyframes moveupdown {

    to {
        transform: translateY(-10px)
    }
}

@keyframes slideLeft {
    to {
        transform: translateX(0px);
        visibility: visible
    }
}
.animateScrollFade {opacity: 0;visibility: hidden;animation: scrollFade 3s alternate;animation-fill-mode: forwards;animation-timeline: view(block 95% 10%)}
.animateScrollFadeGrow {opacity: 0;visibility: hidden;transform: scale(0.75);animation: scrollFadeGrow 3s alternate;animation-fill-mode: forwards;
    animation-timeline: view(block 95% 10%);}
/*Keyframes ends*/

@keyframes scrollFade {
    to {opacity: 1;visibility: visible;transform: scale(1)}
}

@keyframes scrollFadeGrow {
    to {opacity: 1;visibility: visible;transform: scale(1)}
}
 @keyframes flashElement {
        0%{opacity:1;visibility:visible}
        10%{opacity:1;visibility:visible}
        20%{opacity:1;visibility:visible}
        30%{opacity:1;visibility:visible}
        40%{opacity:1;visibility:visible}
        50%{opacity:0;visibility:hidden}
        53%{opacity:1;visibility:visible}
         60%{opacity:1;visibility:visible}
        70%{opacity:1;visibility:visible}
        80%{opacity:1;visibility:visible}
        90%{opacity:1;visibility:visible}
        100%{opacity:1;visibility:visible}
    }
@keyframes slideReset {
    to{
    opacity:1; visibility: visible; transform: translateX(0px);
    }
}

/* â€”â€” Landing page motion (scroll reveal, hero, header) â€”â€” */
html:not(.js-lp) .reveal-section,
html:not(.js-lp) .reveal-fade,
html:not(.js-lp) .stagger-grid > *,
html:not(.js-lp) .about-reveal-media {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .site-header-animate {
    animation: lp-header-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  @keyframes lp-header-in {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .hero-intro-animate {
    animation: lp-hero-fade-up 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
  }
  @keyframes lp-hero-fade-up {
    from {
      opacity: 0;
      transform: translateY(22px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  html.js-lp .reveal-section:not(.is-inview),
  html.js-lp .reveal-fade:not(.is-inview) {
    opacity: 0;
    transform: translateY(28px);
    will-change: opacity, transform;
  }
  html.js-lp .reveal-section.is-inview,
  html.js-lp .reveal-fade.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.js-lp .stagger-grid:not(.is-inview) > * {
    opacity: 0;
    transform: translateY(18px);
  }
  html.js-lp .stagger-grid.is-inview > * {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  html.js-lp .stagger-grid.is-inview > *:nth-child(1) { transition-delay: 0.04s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(2) { transition-delay: 0.08s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(3) { transition-delay: 0.12s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(4) { transition-delay: 0.16s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(5) { transition-delay: 0.2s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(6) { transition-delay: 0.24s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(7) { transition-delay: 0.28s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(8) { transition-delay: 0.32s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(9) { transition-delay: 0.36s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(10) { transition-delay: 0.4s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(11) { transition-delay: 0.44s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(12) { transition-delay: 0.48s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(13) { transition-delay: 0.52s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(14) { transition-delay: 0.56s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(15) { transition-delay: 0.6s; }
  html.js-lp .stagger-grid.is-inview > *:nth-child(16) { transition-delay: 0.64s; }

  .lp-hover-lift {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  .lp-hover-lift:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 40, 85, 0.12);
  }

  .query-fab.send-query-pulse {
    animation: lp-send-glow 2.8s ease-in-out infinite;
  }
  @keyframes lp-send-glow {
    0%,
    100% {
      box-shadow:
        0 14px 34px -10px rgba(2, 62, 138, 0.5),
        0 0 0 0 rgba(255, 183, 3, 0.45);
    }
    50% {
      box-shadow:
        0 14px 34px -10px rgba(2, 62, 138, 0.5),
        0 0 0 10px rgba(255, 183, 3, 0);
    }
  }

  .things-attraction:hover,
  .things-card:hover {
    transform: translateY(-4px);
  }
  .things-panel.is-active {
    animation: thingsPanelIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  @keyframes heroCrossfade2a {
    0%, 45% { opacity: 1; }
    50%, 95% { opacity: 0; }
    100% { opacity: 1; }
  }
  @keyframes heroCrossfade2b {
    0%, 45% { opacity: 0; }
    50%, 95% { opacity: 1; }
    100% { opacity: 0; }
  }

  /* Hero Ken Burns (paired with crossfade in index.aspx; 2 slides in TopBannerSlider.inc) */
  .hero-fade-slide--a {
    animation-name: heroCrossfade2a, heroKenBurns;
    animation-duration: 14s, 14s;
    animation-timing-function: ease-in-out, ease-in-out;
    animation-iteration-count: infinite, infinite;
  }
  .hero-fade-slide--b {
    animation-name: heroCrossfade2b, heroKenBurns;
    animation-duration: 14s, 14s;
    animation-timing-function: ease-in-out, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-delay: 0s, -7s;
  }
  @keyframes heroKenBurns {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
  }

  /* Card lift â€” village / food / experience cards */
  .card-lift {
    transition:
      transform 0.65s cubic-bezier(0.23, 1, 0.32, 1),
      box-shadow 0.65s cubic-bezier(0.23, 1, 0.32, 1),
      border-color 0.5s ease,
      filter 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .card-lift:hover,
  .card-lift:focus-within {
    transform: translateY(-8px);
    filter: saturate(1.04) brightness(1.02);
    box-shadow:
      0 28px 56px -18px rgba(40, 64, 127, 0.22),
      0 14px 36px -12px rgba(240, 83, 37, 0.14),
      0 0 0 1px rgba(240, 83, 37, 0.12);
  }

  .exp-card .exp-card__bar {
    transition:
      transform 0.55s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .exp-card .exp-card__overlay {
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .exp-card .exp-card__overlay-inner {
    transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(12px);
  }
  .exp-card:hover .exp-card__overlay-inner,
  .exp-card:focus-within .exp-card__overlay-inner {
    transform: translateY(0);
  }

  .food-card .food-card__img-wrap img {
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .food-card:hover .food-card__img-wrap img,
  .food-card:focus-within .food-card__img-wrap img {
    transform: scale(1.06);
  }

  /* About â€” framed image (Bicester-style decorative border) */
  .about-image-frame-shell {
    position: relative;
    border-radius: 1.5rem;
    overflow: visible;
  }
  .about-image-frame-shell::before {
    content: "";
    position: absolute;
    inset: -3px;
    z-index: 0;
    border-radius: calc(1.5rem + 5px);
    transform: rotate(-5deg);
    transform-origin: center;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    background: conic-gradient(
      from 0deg,
      rgba(240, 83, 37, 0.85) 0%,
      rgba(191, 232, 217, 0.55) 22%,
      rgba(40, 64, 127, 0.8) 48%,
      rgba(240, 83, 37, 0.75) 72%,
      rgba(40, 64, 127, 0.9) 100%
    );
    padding: 3px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .about-image-frame-shell:hover::before,
  .about-image-frame-shell:focus-within::before {
    transform: rotate(4deg);
  }
  .about-image-frame {
    position: relative;
    z-index: 1;
    isolation: isolate;
    padding: 2px;
    border-radius: 1.45rem;
    background: linear-gradient(
      152deg,
      rgba(227, 239, 233, 0.9) 0%,
      rgba(40, 64, 127, 0.35) 50%,
      rgba(240, 83, 37, 0.45) 100%
    );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      0 20px 48px -18px rgba(40, 64, 127, 0.25);
    transition:
      box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .about-image-frame-inner {
    border-radius: 1.35rem;
    overflow: hidden;
  }
  .about-image-frame-inner img {
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .about-image-frame-shell:hover .about-image-frame,
  .about-image-frame-shell:focus-within .about-image-frame {
    transform: translateY(-5px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.55),
      0 28px 56px -14px rgba(40, 64, 127, 0.32);
  }
  .about-image-frame-shell:hover .about-image-frame-inner img,
  .about-image-frame-shell:focus-within .about-image-frame-inner img {
    transform: scale(1.045);
  }

  /* Primary buttons â€” subtle lift */
  .btn-primary-deco {
    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.28s ease;
  }
  .btn-primary-deco:hover:not(:active) {
    transform: translateY(-2px);
  }


  .food-tab {
    transition:
      background-color 0.35s ease,
      color 0.35s ease,
      box-shadow 0.35s ease,
      transform 0.25s ease;
  }
  .food-tab:not(.bg-white):hover {
    transform: translateY(-1px);
  }

  .gallery-coverflow__nav:hover,
  .gallery-view-all:hover {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header-animate,
  .hero-intro-animate,
  .hero-caption__btn,
  .send-query-pulse {
    animation: none !important;
  }
  .reveal-section,
  .reveal-fade,
  .stagger-grid > *,
  .about-reveal-media {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
  .card-lift:hover,
  .card-lift:focus-within,
  .about-image-frame-shell:hover .about-image-frame,
  .about-image-frame-shell:hover .about-image-frame-inner img,
  .btn-primary-deco:hover {
    transform: none !important;
    filter: none !important;
  }
  .about-slider__slide {
    transition: none !important;
  }
  .about-slider__slide.is-active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .about-slider__slide:not(.is-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .about-card:hover,
  .about-slider--motion:hover .about-slider__outer,
  .about-slider--motion:hover .about-slider__accent,
  .about-slider--motion:hover .about-slider__frame,
  .about-slider--motion:hover .about-slider__slide.is-active .about-slider__img,
  .about-slider__arrow:hover,
  .about-reveal-content:hover .about-hover-badge,
  .about-reveal-content:hover .about-hover-text + .about-hover-text {
    transform: none !important;
  }
  .about-slider__slide.is-active.is-zoom-in .about-slider__img {
    animation: none !important;
  }
  html.js-lp .about-reveal-media:not(.is-inview),
  html.js-lp .about-reveal-media.is-inview {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hotel-card:hover,
  .hotel-card:focus-within,
  .hotel-card:hover .hotel-card__img,
  .hotels-section__head:hover .hotels-head__icon {
    transform: none !important;
  }
  .hotel-card:hover .hotel-card__title {
    color: #fff !important;
  }
  .hotel-card__btn:hover {
    transform: none !important;
  }
  .things-panel.is-active,
  .things-attraction__more:hover,
  .attraction-modal__close:hover {
    transform: none !important;
  }
  .attraction-modal__dialog {
    animation: none !important;
  }
  .things-attraction:hover,
  .things-attraction:hover::after,
  .things-attraction:hover .things-attraction__img,
  .things-attraction:hover .things-attraction__footer,
  .things-attraction:hover .things-attraction__more,
  .things-slider__slide:nth-child(odd) .things-attraction:hover,
  .things-slider__slide:nth-child(even) .things-attraction:hover,
  .things-slider__slide:nth-child(odd) .things-card:hover,
  .things-slider__slide:nth-child(even) .things-card:hover,
  .things-card:hover,
  .things-card:hover .things-card__img,
  .things-card:hover .things-card__text,
  .things-card:hover .things-card__title::after,
  .things-section:hover .things-section__head .icon-badge,
  .things-tab:hover,
  .things-slider__dot:hover,
  .things-slider__viewport {
    transform: none !important;
    animation: none !important;
    filter: none !important;
  }
  .things-tab.is-active {
    animation: none !important;
  }
  .things-tab::before,
  .things-tab::after,
  .things-attraction::after,
  .things-card__media::before,
  .things-card__media::after,
  .things-attraction__overlay,
  .things-attraction__title,
  .things-attraction__more,
  .things-attraction__footer,
  .things-card__title,
  .things-card__text,
  .things-section__head .icon-badge,
  .things-tab,
  .things-slider__arrow {
    transition: none !important;
  }
  .things-slider__track {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    flex-wrap: wrap;
  }
  .things-slider__slide {
    flex: 0 0 calc(50% - 0.5rem) !important;
  }
  .things-slider__arrow:hover:not(:disabled) {
    transform: none !important;
  }
  .things-slider.is-transitioning .things-slider__arrow--next:not(:disabled),
  .things-slider.is-transitioning .things-slider__arrow--prev:not(:disabled),
  .things-slider__slide--pop,
  .things-slider__dot.is-active,
  .gallery-showcase--step-next .gallery-coverflow__card[data-pos="0"],
  .gallery-showcase--step-prev .gallery-coverflow__card[data-pos="0"],
  .gallery-showcase--step-next .gallery-coverflow__nav--next,
  .gallery-showcase--step-prev .gallery-coverflow__nav--prev,
  .about-slider__slide.is-entering .about-slider__img,
  .about-slider__slide.is-active.is-entering .about-slider__caption {
    animation: none !important;
  }
  .itinerary-card:hover,
  .itinerary-card:hover .itinerary-card__img,
  .itinerary-card__download:hover {
    transform: none !important;
  }
  .site-header,
  .site-header__logo,
  .site-nav--desktop .site-nav__link,
  .site-nav__link--mobile,
  .site-nav__menu-btn,
  .site-nav__cta,
  .site-header__brand {
    transition: none !important;
  }
  .site-nav--desktop .site-nav__link:hover,
  .site-nav--desktop .site-nav__link:focus-visible,
  .site-nav__link--mobile:hover,
  .site-nav__link--mobile:focus-visible,
  .site-nav__menu-btn:hover,
  .site-nav__menu-btn:focus-visible,
  .site-nav__cta:hover,
  .site-nav__cta:focus-visible {
    transform: none !important;
    box-shadow: none !important;
  }
  .site-nav--desktop .site-nav__link:hover,
  .site-nav--desktop .site-nav__link:focus-visible {
    color: #023e8a;
    background: rgba(255, 183, 3, 0.2);
  }
  .site-nav--desktop .site-nav__link:hover::before,
  .site-nav--desktop .site-nav__link:focus-visible::before,
  .site-nav--desktop .site-nav__link:hover::after,
  .site-nav--desktop .site-nav__link:focus-visible::after {
    opacity: 1;
    transform: none;
  }
  .site-nav__link--mobile:hover,
  .site-nav__link--mobile:focus-visible {
    color: #023e8a;
    border-color: rgba(0, 119, 182, 0.25);
    background: rgba(0, 119, 182, 0.1);
  }
  .site-nav__link--mobile:hover::before,
  .site-nav__link--mobile:focus-visible::before {
    opacity: 1;
    transform: none;
  }
  .site-nav__menu-btn:hover,
  .site-nav__menu-btn:focus-visible {
    background: rgba(0, 119, 182, 0.15);
    color: #023e8a;
  }
  .site-nav__cta:hover,
  .site-nav__cta:focus-visible {
    background: #ffb703;
    color: #023e8a;
  }
  .site-nav__cta:hover::before,
  .site-nav__cta:focus-visible::before {
    background-position: 0% 50%;
  }
  .site-header__brand:hover {
    background: rgba(255, 183, 3, 0.14);
  }
  .gallery-coverflow__card {
    transition: none !important;
  }
  .gallery-coverflow__nav:hover,
  .gallery-view-all:hover {
    transform: none !important;
  }
  .connect-panel:hover::before,
  .connect-panel:hover::after,
  .connect-panel:hover .connect-panel__head .icon-badge,
  .route-card:hover,
  .route-card:hover::before,
  .route-card:hover .route-arrow,
  .connect-panel__cta:hover {
    transform: none !important;
  }
  .route-card,
  .route-card::before,
  .route-arrow,
  .connect-panel,
  .connect-panel::before,
  .connect-panel::after,
  .connect-panel__head .icon-badge {
    transition: none !important;
  }
  .specialist-panel:hover .specialist-panel__img,
  .specialist-panel:hover .specialist-panel__visual-badge,
  .specialist-panel:hover .specialist-panel__thumb,
  .specialist-panel__cta:hover {
    transform: none !important;
  }
  .specialist-panel__img,
  .specialist-panel__visual-badge,
  .specialist-panel__thumb {
    transition: none !important;
  }
  .query-offcanvas:hover .query-offcanvas__icon,
  .query-offcanvas__close:hover,
  .query-form__input:focus,
  .query-form__submit:hover,
  input.query-form__submit[type="submit"]:hover,
  .query-fab:hover {
    transform: none !important;
  }
  .query-form__error:not(.hidden) {
    animation: none !important;
  }
  .query-offcanvas__icon,
  .query-offcanvas__close,
  .query-form__input,
  .query-form__submit {
    transition: none !important;
  }
}
