/* =========================================================
  Aurevia Holidays theme
   ========================================================= */

:root {
  /* Primary Theme */
  --theme-teal: 50, 60, 88;
  /* #151925 */
  --theme-teal-dark: 12 15 24;
  /* #0C0F18 */
  --theme-teal-light: 77 91 136;
  /* #EBEDF2 */

  /* Accent / Gold */
  --theme-yellow: 255 220 0;
  /* #FFDC00 */
  --theme-yellow-dark: 235 196 0;
  /* #EBC400 */

  /* Soft Accent Background */
  --theme-aqua-pale: 242 243 247;
  /* #F2F3F7 */

  /* Main Text */
  --theme-ink:  21 25 37;
  /* #151925 */

  --color-teal: rgb(var(--theme-teal));
  --color-teal-dark: rgb(var(--theme-teal-dark));
  --color-teal-light: rgb(var(--theme-teal-light));
  --color-yellow: rgb(var(--theme-yellow));
  --color-yellow-dark: rgb(var(--theme-yellow-dark));
  --color-aqua-pale: rgb(var(--theme-aqua-pale));
  --color-ink: rgb(var(--theme-ink));
  --radius: 8px;
  --shadow-soft: 0 12px 32px rgba(8, 39, 43, .12);
}

/* ================= ITINERARY ================= */
.itinerary-panel {
  padding: 22px 24px 30px;
  border-radius: 6px;
  background: #f6f7f9;
  box-shadow: 0 2px 5px rgba(21, 25, 37, .08);
}

.itinerary-title {
  margin: 0 0 22px;
  color: var(--color-teal-dark);
  font-size: 16px;
  font-weight: 700;
}

.itinerary-list {
  position: relative;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.itinerary-list::before {
  content: '';
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 18px;
  border-left: 2px dashed #d4dce3;
}

.itinerary-item {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.itinerary-marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #005b85;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.itinerary-copy {
  min-width: 0;
  padding-top: 9px;
}

.itinerary-day,
.itinerary-description {
  margin: 0;
  color: var(--color-teal-dark);
  font-size: 14px;
  line-height: 1.58;
}

.itinerary-day {
  margin-bottom: 2px;
  font-weight: 700;
}

.itinerary-description {
  font-weight: 400;
}

/* ================= POLICY ================= */
.policy-panel {
  padding: 20px 24px 24px;
  border-radius: 6px;
  background: #f6f7f9;
  box-shadow: 0 2px 5px rgba(21, 25, 37, .08);
}

.policy-title {
  margin: 0 0 14px;
  color: var(--color-teal-dark);
  font-size: 16px;
  font-weight: 700;
}

.policy-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-teal-dark);
  font-size: 13px;
  line-height: 1.48;
}

.package-policy-section+.package-policy-section {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(21, 25, 37, .1);
}

.package-policy-section h3 {
  margin: 0 0 8px;
  color: var(--color-teal-dark);
  font-size: 14px;
  font-weight: 800;
}

.package-policy-section p,
.package-policy-section .policy-list {
  margin: 0;
  color: rgba(8, 39, 43, .68);
  font-size: 12px;
  line-height: 1.65;
}

.package-policy-section p+p {
  margin-top: 8px;
}

.package-policy-section .policy-list {
  gap: 8px;
  margin-top: 8px;
}

.package-policy-section .policy-list li {
  position: relative;
  padding-left: 15px;
}

.package-policy-section .policy-list li::before {
  content: '';
  position: absolute;
  top: .72em;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-yellow);
}

@media (max-width: 640px) {
  .itinerary-panel {
    padding: 20px 16px 24px;
  }

  .itinerary-item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
  }

  .itinerary-marker {
    width: 34px;
    height: 34px;
  }

  .itinerary-list::before {
    left: 17px;
  }

  .policy-panel {
    padding: 18px 16px 22px;
  }
}

.legal-content {
  max-width: 780px;
  color: rgba(21, 25, 37, .78);
}

.legal-updated {
  margin: 0 0 26px;
  color: rgba(21, 25, 37, .48);
  font-size: 12px;
  font-weight: 600;
}

.legal-nav-link {
  display: block;
  padding: 9px 12px;
  border-left: 2px solid transparent;
  color: rgba(21, 25, 37, .58);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.legal-nav-link:hover {
  border-color: var(--color-yellow);
  background: rgba(255, 220, 0, .1);
  color: var(--color-teal-dark);
}

.legal-notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 220, 0, .48);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 220, 0, .16), rgba(255, 255, 255, .7));
}

.legal-notice-icon {
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-yellow);
  color: var(--color-teal-dark);
}

.legal-notice strong {
  display: block;
  margin-bottom: 3px;
  color: var(--color-teal-dark);
  font-size: 14px;
}

.legal-notice p,
.legal-section p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.legal-section {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  margin: 0;
  padding: 28px 0;
  border-top: 1px solid rgba(21, 25, 37, .1);
  scroll-margin-top: 96px;
}

.legal-section-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-teal-dark);
  color: var(--color-yellow);
  font-size: 11px;
  font-weight: 800;
}

.legal-section h2 {
  margin: 0 0 9px;
  color: var(--color-teal-dark);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.legal-section p+p {
  margin-top: 12px;
}

.legal-highlight {
  margin-top: 16px !important;
  padding: 12px 14px;
  border-left: 3px solid var(--color-yellow);
  background: rgba(242, 243, 247, .9);
  color: var(--color-teal-dark);
  font-weight: 700;
}

.legal-highlight i {
  margin-right: 6px;
  color: var(--color-teal-light);
}

.legal-list {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding-left: 23px;
  font-size: 14px;
  line-height: 1.75;
}

.legal-list li::before {
  content: '';
  position: absolute;
  top: .7em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-yellow);
  box-shadow: 0 0 0 3px rgba(255, 220, 0, .18);
}

.legal-content a:not(.btn-pill-coral) {
  color: var(--color-teal-light);
  font-weight: 700;
}

.legal-contact {
  align-items: center;
  margin-top: 12px;
  padding: 24px;
  border: 0;
  border-radius: 8px;
  background: var(--color-teal-dark);
  color: rgba(255, 255, 255, .72);
}

.legal-contact h2 {
  color: #fff;
}

.legal-contact .btn-pill-coral {
  display: inline-flex;
  margin-top: 16px;
}

.legal-content-simple {
  max-width: 820px;
  margin-inline: auto;
}

.legal-content-simple .legal-section {
  display: block;
  padding: 26px 0;
}

.legal-content-simple .legal-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.legal-content-simple .legal-section h2 {
  font-size: 20px;
}

.legal-content-simple .legal-contact {
  margin-top: 12px;
  padding: 26px 0 0;
  border-top: 1px solid rgba(21, 25, 37, .1);
  border-radius: 0;
  background: transparent;
  color: rgba(21, 25, 37, .78);
}

.legal-content-simple .legal-contact h2 {
  color: var(--color-teal-dark);
}

.privacy-hero {
  padding: 92px 24px 50px;
  background: #eaf8f3;
}

.privacy-page-width {
  width: min(100%, 780px);
  margin-inline: auto;
}

.privacy-hero h1 {
  margin: 0;
  color: #151925;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

.privacy-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 27px 0 0;
  color: #151925;
  font-size: 15px;
}

.privacy-breadcrumb a {
  color: #151925;
}

.privacy-breadcrumb a:hover {
  color: var(--color-teal-light);
}

.privacy-document {
  padding: 38px 24px 90px;
  background: #fff;
}

.privacy-document .legal-content-simple {
  width: min(100%, 780px);
}

.privacy-meta {
  margin: 0 0 20px;
  color: #667080;
  font-size: 13px;
  line-height: 1.6;
}

.privacy-meta span {
  padding: 0 6px;
}

.privacy-document .legal-section {
  padding: 22px 0;
  border: 0;
}

.privacy-document .legal-section h2 {
  margin-bottom: 12px;
  color: #151925;
  font-size: 22px;
  font-weight: 700;
}

.privacy-document .legal-section p,
.privacy-document .legal-list li {
  color: #202936;
  font-size: 16px;
  line-height: 1.75;
}

.privacy-document .legal-highlight {
  padding: 0 0 0 16px;
  border-left: 3px solid var(--color-yellow);
  background: transparent;
  font-weight: 600;
}

.privacy-document .legal-list {
  gap: 10px;
  margin-top: 12px;
}

.privacy-document .legal-list li {
  padding-left: 21px;
}

.privacy-document .legal-list li::before {
  top: .82em;
  width: 5px;
  height: 5px;
  box-shadow: none;
  background: #151925;
}

.privacy-document .legal-contact {
  margin-top: 24px;
  padding-top: 28px;
  border-top: 1px solid #e3e7eb;
}

.privacy-document .legal-contact h2 {
  font-size: 19px;
}

@media (max-width: 640px) {
  .privacy-hero {
    padding: 84px 20px 36px;
  }

  .privacy-document {
    padding: 30px 20px 64px;
  }

  .privacy-document .legal-section {
    padding: 18px 0;
  }

  .privacy-document .legal-section h2 {
    font-size: 19px;
  }

  .privacy-document .legal-section p,
  .privacy-document .legal-list li {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .legal-content {
    width: 100%;
  }

  .legal-notice {
    padding: 16px;
  }

  .legal-section {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0;
  }

  .legal-section-number {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .legal-section h2 {
    font-size: 18px;
  }

  .legal-section p,
  .legal-list li {
    font-size: 13px;
  }

  .legal-contact {
    padding: 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: var(--color-ink);
  overflow-x: hidden;
}

h1,
h2,
h3,
.font-display {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-container {
  width: min(96%, 1320px);
  margin-inline: auto;
}

.site-narrow {
  width: min(98%, 1800px);
  margin-inline: auto;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* ================= NAVBAR ================= */
#site-navbar {
  backdrop-filter: blur(0);
  background: #ffffff;
}

#site-navbar .nav-link {
  color: var(--color-teal);
  position: relative;
  padding-bottom: 4px;
  transition: color .25s ease;
}

#site-navbar .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-yellow);
  transition: width .25s ease;
}

#site-navbar .nav-link:hover::after,
#site-navbar .nav-link-active::after {
  width: 100%;
}

#site-navbar .nav-link-active {
  color: var(--color-teal);
}

#site-navbar.nav-scrolled {
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(8, 39, 43, .08);
  backdrop-filter: blur(12px);
}

#site-navbar.nav-scrolled .nav-link,
#site-navbar.nav-scrolled .nav-logo-text {
  color: var(--color-teal);
}

#site-navbar.nav-scrolled .nav-link-active {
  color: var(--color-teal);
}

#site-navbar.nav-scrolled .hamburger-bar {
  background-color: var(--color-teal);
}

#site-navbar.menu-open {
  background: transparent;
  box-shadow: none;
}

#site-navbar.menu-open .site-logo-link {
  opacity: 0;
  pointer-events: none;
}

#site-navbar.nav-scrolled .nav-logo-text {
  color: var(--color-teal);
}

#site-navbar.nav-scrolled .nav-link-active {
  color: var(--color-teal);
}

#site-navbar.nav-scrolled .hamburger-bar {
  background-color: var(--color-teal);
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-teal);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .24);
}

.site-logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo {
  display: block;
  width: 150px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.footer-logo-link {
  justify-content: center;
}

.footer-logo-link .site-logo {
  object-position: center;
}

@media (max-width: 640px) {
  .site-logo {
    width: 128px;
    height: 46px;
  }
}

.hamburger-bar {
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all .3s ease;
}

#mobile-menu-btn.open .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#mobile-menu-btn.open .hamburger-bar:nth-child(2) {
  opacity: 0;
}

#mobile-menu-btn.open .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translate(-50%, 8px);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
}

.group:hover .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.dropdown-item {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--color-teal-dark);
  font-size: 14px;
  transition: background .2s ease, color .2s ease;
}

.dropdown-item:hover {
  background: var(--color-aqua-pale);
  color: var(--color-teal-dark);
}

.header-support-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--color-teal-dark);
  text-align: left;
  background: transparent;
  border: 0;
  padding: 3px 0;
  cursor: pointer;
}

.header-support-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  font-size: 19px;
}

.header-support-trigger small,
.header-support-trigger strong {
  display: block;
  line-height: 1.25;
}

.header-support-trigger small {
  font-size: 10px;
  font-weight: 400;
}

.header-support-trigger strong {
  font-size: 12px;
  font-weight: 700;
}

.support-modal {
  position: absolute;
  top: 100%;
  right: -8px;
  z-index: 100;
  width: 360px;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.header-support-wrap:hover .support-modal {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.support-modal.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.support-panel {
  position: relative;
  width: 100%;
  padding: 19px 17px 16px;
  color: var(--color-teal-dark);
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 16px 34px rgba(8, 39, 43, .18);
}

.support-close {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 26px;
  height: 26px;
  border: 0;
  color: #7c8492;
  background: transparent;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.support-panel h2 {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.support-divider {
  height: 1px;
  margin: 13px 0 8px;
  background: #dfe2e8;
}

.support-panel>a:not(.support-contact-btn),
.support-hours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  font-size: 13px;
}

.support-panel>a:not(.support-contact-btn) span {
  color: #0879f9;
  font-weight: 600;
}

.support-panel>a:not(.support-contact-btn) strong,
.support-hours strong {
  font-weight: 500;
  white-space: nowrap;
}

.support-hours {
  padding: 5px 0;
}

.support-contact-btn {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 23px auto 0;
  padding: 9px 12px;
  color: #0879f9;
  background: #cfe4ff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

.support-contact-btn:hover {
  color: #075fc4;
  background: #b9d9ff;
}

.mobile-support-card {
  max-width: 360px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

.mobile-support-card p {
  margin: 0 0 8px;
  font-weight: 700;
}

.mobile-support-card a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  color: #fff;
  font-size: 12px;
}

.mobile-support-card a span {
  color: var(--color-yellow);
}

.floating-contact-actions {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
}

.floating-contact-action {
  display: flex;
  width: 48px;
  min-height: 132px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 9px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  box-shadow: -5px 8px 18px rgba(21, 25, 37, .18);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transition: width .2s ease, filter .2s ease;
}

.floating-contact-action:hover,
.floating-contact-action:focus-visible {
  width: 56px;
  color: #fff;
  filter: brightness(1.08);
}

.floating-contact-action i {
  font-size: 17px;
  writing-mode: horizontal-tb;
}

.floating-contact-action span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
}

.floating-call {
  background: #53689f;
}

.floating-whatsapp {
  background: #16a764;
}

.floating-quote {
  background: #172d9b;
}

@media (max-width: 640px) {
  .floating-contact-actions {
    top: auto;
    right: 0;
    bottom: 18px;
    transform: none;
    gap: 5px;
  }

  .floating-contact-action {
    width: 42px;
    min-height: 116px;
    gap: 7px;
    padding: 10px 7px;
    border-radius: 8px 0 0 8px;
  }

  .floating-contact-action:hover,
  .floating-contact-action:focus-visible {
    width: 48px;
  }

  .floating-contact-action span {
    font-size: 10px;
  }
}

#mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(100vw, 360px);
  height: 100dvh;
  overflow-y: auto;
  background: #fff;
  color: var(--color-ink);
  box-shadow: -12px 0 30px rgba(8, 39, 43, .18);
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.65, 0, .35, 1);
}

#mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu-top {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 0 58px 0 24px;
  background: var(--color-teal);
}

.mobile-menu-top a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.mobile-menu-links {
  padding-top: 0;
}

.mobile-menu-link,
.mobile-sub-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(8, 39, 43, .12);
  color: var(--color-ink);
  font-size: 14px;
  text-align: left;
  transition: background .2s ease, color .2s ease;
}

.mobile-menu-link:hover,
.mobile-sub-link:hover {
  color: var(--color-teal);
  background: rgba(8, 39, 43, .04);
}

.mobile-menu-toggle {
  justify-content: space-between;
}

.mobile-menu-toggle svg {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.mobile-menu-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.mobile-dest-list {
  background: var(--color-aqua-pale);
}

.mobile-sub-link {
  min-height: 42px;
  padding-left: 36px;
  font-size: 13px;
}

.mobile-menu-footer {
  padding: 22px 20px 28px;
}

.mobile-menu-footer p {
  margin: 0 0 10px;
  color: var(--color-teal-dark);
  font-size: 13px;
  font-weight: 700;
}

.mobile-menu-footer>a:not(.mobile-menu-contact) {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  color: var(--color-ink);
  font-size: 12px;
}

.mobile-menu-footer>a span {
  color: var(--color-teal);
  font-weight: 600;
}

.mobile-menu-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  border-radius: 999px;
  color: var(--color-teal-dark);
  background: var(--color-yellow);
  font-size: 14px;
  font-weight: 700;
}

#mobile-menu-btn.open {
  border: 2px solid var(--color-yellow);
  border-radius: 10px;
}

#mobile-menu-btn.open .hamburger-bar {
  background: var(--color-yellow);
}

#mobile-menu.open {
  transform: translateX(0);
}

.mobile-link {
  color: #fff;
  transition: color .2s ease;
}

.mobile-link:hover {
  color: var(--color-yellow);
}

/* ================= BUTTONS ================= */
.btn-pill-coral,
.hero-link,
.band-copy a,
.app-cta a,
.callback-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--color-yellow);
  color: var(--color-teal-dark);
  font-size: 12px;
  font-weight: 800;
  border: 0;
  box-shadow: 0 8px 16px rgba(8, 39, 43, .12);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.btn-pill-coral:hover,
.hero-link:hover,
.band-copy a:hover,
.app-cta a:hover,
.callback-form button:hover {
  background: var(--color-yellow-dark);
  color: var(--color-teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(8, 39, 43, .16);
}

.btn-pill-outline {
  display: inline-flex;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1.5px solid currentColor;
  font-size: 12px;
  font-weight: 700;
}



/* ================= Social Media  ================= */

.review-pill .review-icon {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  min-height: 31px !important;

  padding: 0 !important;
  margin: 0 !important;

  border-radius: 50%;
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  box-sizing: border-box;
}

.review-pill .review-icon img {
  width: 24px !important;
  height: 24px !important;

  max-width: 24px !important;
  max-height: 24px !important;

  padding: 0 !important;
  margin: 0 !important;

  object-fit: contain;
  display: block;
}

.review-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.review-pill span.review-icon {
  width: 21px !important;
  height: 21px !important;
  padding: 0 !important;
}

.review-pill span img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  display: block;
}

.review-pill strong {
  font-weight: 700;
}

/* ================= HOME HERO ================= */
.home-page {
  background: #fff;
  padding-bottom: 72px;
}

.hero-section {
  position: relative;
  min-height: clamp(360px, 44vw, 590px);
  height: clamp(360px, 44vw, 900px);
  overflow: hidden;
  background: var(--color-teal-dark);
}

.hero-slides,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: opacity 1s ease;
}

.hero-slide.active {
  opacity: 1;
  animation: heroKenBurns 7s ease forwards;
}

@keyframes heroKenBurns {
  from {
    transform: scale(1.02) translateY(0);
  }

  to {
    transform: scale(1.14) translateY(-18px);
  }
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(8, 39, 43, .24), rgba(8, 39, 43, .58));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  width: min(90%, 760px);
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 36px;
  color: #fff;
}

.hero-kicker {
  margin: 0 0 7px;
  font-size: clamp(11px, 1.3vw, 15px);
  font-weight: 800;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .35);
}

.hero-content h1 {
  margin: 0 0 11px;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 4px 16px rgba(0, 0, 0, .35);
}

.review-strip {
  min-height: 60px;
  background: var(--color-aqua-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 5vw, 76px);
  padding: 8px 5%;
  flex-wrap: wrap;
}

.review-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(8, 39, 43, .74);
  font-size: 14px;
  font-weight: 600;
}

.review-pill span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-teal);
  font-size: 14px;
  font-weight: 900;
}

.review-pill strong {
  color: var(--color-teal-dark);
}

/* ================= PROMO BANNERS ================= */
.promo-banner {
  position: relative;
  margin-top: 38px;
  min-height: 200px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .18), transparent 18%),
    linear-gradient(135deg, var(--color-teal-light), var(--color-teal-light));
  box-shadow: var(--shadow-soft);
}

.promo-banner .swiper,
.promo-banner .swiper-slide,
.promo-banner .mini-destination {
  width: 100%;
}

.promo-banner .swiper-slide {
  height: auto;
}
/* ***************** promo Design Starts********************* */
/* .promo-copy {
  text-align: center;
  color: #fff;
  line-height: .94;
}

.promo-copy span {
  display: block;
  color: var(--color-yellow);
  font-size: 20px;
  font-weight: 900;
  margin-top: 14px;
  transform: rotate(-5deg);
}

.promo-copy strong {
  display: block;
  font-size: clamp(34px, 6vw, 52px);
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 6px 0 rgba(8, 39, 43, .18);
}

.promo-copy em {
  display: inline-flex;
  margin-top: 2px;
  padding: 4px 16px;
  background: #f53939;
  color: #fff;
  border-radius: 4px;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
} */





.promo-copy {
  width: 100%;
  height: 100%;
  min-height: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: #fff;
  line-height: .9;

  padding: 5px 10px;
}

/* Celebrate */
.promo-title {
  margin-bottom: 2px;
}

.promo-title span {
  display: inline-block;
  color: #ffd21c;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -1px;
  transform: rotate(-3deg);
}

/* Main heading */
.promo-copy strong {
  display: block;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: .88;
  letter-spacing: -1.5px;
  text-transform: uppercase;

  text-shadow: 0 4px 0 #344a78;
}

/* With Aurevia */
.promo-with {
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.5px;
}

.promo-with b {
  color: #ffd21c;
  font-style: italic;
}
/* Explore */
.promo-copy em {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 8px;

  height: 27px;
  padding: 0 20px;

  background: #ff373b;
  color: #fff;

  border-radius: 5px;

  font-style: normal;
  font-size: 10px;
  font-weight: 900;

  box-shadow: 0 2px 0 rgba(180, 25, 30, .25);
}

/* Mobile */
@media (max-width: 600px) {

  .promo-copy {
    padding: 3px 8px;
  }

  .promo-title span {
    font-size: 22px;
  }

  .promo-copy strong {
    font-size: 31px;
  }

  .promo-with {
    margin-top: 4px;
    font-size: 18px;
  }

  .promo-copy em {
    margin-top: 7px;
    height: 26px;
    font-size: 9px;
  }
}



/* ***************** promo Design Ends********************* */

.mini-destination-row {
  position: relative;
  display: flex;
  grid-template-columns: repeat(8, minmax(76px, 1fr));
  gap: 4px;
  width: max-content;
  animation: framesMove 16s linear infinite;
  margin-top: 16px;
  margin-left: 20px;
}

.mini-destination {
  display: block;
  text-align: center;
  color: #fff;

}

.mini-destination img {
  width: 80%;
  height: 160px;
  aspect-ratio: 1.14;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, .86);
  box-shadow: 0 8px 18px rgba(8, 39, 43, .2);
  transition: transform .20s ease;
  border-radius: 16px;
}

.mini-destination:hover img {
  transform: translateY(-4px) scale(1.03);
}

.mini-destination2:hover img {
  transform: translateY(-4px) scale(1.03);
}

.mini-destination span {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 550;
}

.sale-badge {
  display: table;
  margin: 12px auto;
  padding: 5px 18px;
  border-radius: 999px;
  background: var(--color-yellow);
  color: var(--color-teal-dark);
  font-size: 16px;
  font-weight: 900;
}

.festival-banner {
  position: relative;
  height: clamp(210px, 26vw, 430px);
  margin-top: 42px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--color-teal-dark);
}

.festival-video-track,
.festival-video-slide,
.festival-video-slide video {
  width: 100%;
  height: 100%;
}

.festival-video-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease, visibility .8s ease;
}

.festival-video-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.festival-video-slide video,
.band-bg img,
.app-cta img,
.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.festival-video-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg, rgba(12, 9, 13, .78), rgba(12, 9, 13, .28) 55%, rgba(12, 9, 13, .08)); */
}

.festival-copy {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(480px, 60%);
  color: #fff;
  text-transform: uppercase;
}

.festival-copy span {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
}

.festival-copy strong {
  color: var(--color-yellow);
  font-size: clamp(34px, 5vw, 72px);
  line-height: .88;
  font-weight: 900;
}

.festival-copy p {
  margin: 6px 0 12px;
  font-size: clamp(14px, 2vw, 25px);
  font-weight: 700;
  text-transform: none;
}

.festival-copy a {
  width: fit-content;
  background: var(--color-yellow);
  color: var(--color-teal-dark);
  padding: 6px 13px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
}

.festival-controls {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}

.festival-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 0 0 1px rgba(8, 39, 43, .12);
  transition: width .25s ease, background .25s ease;
}

.festival-dot.active {
  width: 30px;
  background: var(--color-yellow);
}

.teaser-banner {
  height: 160px;
  margin-top: 54px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  line-height: .95;
  padding: 20px 0;
  background:
    linear-gradient(90deg, var(--color-teal-light), var(--color-teal-light)),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1500&q=80') center/cover;
  box-shadow: var(--shadow-soft);
}

.teaser-banner span,
.teaser-banner em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.teaser-banner strong {
  display: block;
  color: var(--color-yellow);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
}

/* ================= TRIP BANDS ================= */
.trip-band {
  position: relative;
  margin-top: 54px;
}

.band-bg {
  position: relative;
  height: clamp(230px, 26vw, 340px);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-teal-light);
}

.band-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 39, 43, .52), rgba(8, 39, 43, .10));
}

.band-copy {
  position: absolute;
  z-index: 1;
  left: clamp(18px, 4vw, 48px);
  top: 34px;
  color: #fff;
}

.band-copy h2 {
  margin: 0 0 6px;
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 800;
}

.band-copy p {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
}

.band-slider {
  position: relative;
  margin: -80px auto 0;
  width: calc(100% - 36px);
}

.band-slider.compact {
  margin-top: -42px;
}

/* Swiper-powered destination carousels use a desktop rail and mobile card deck. */
.destination-slider {
  --destination-card-height: 400px;
}

.destination-swiper,
.community-swiper {
  overflow: hidden;
  padding: 6px 4px 28px;
}

.destination-swiper .swiper-slide,
.swiper-slide {
  display: block;
  height: var(--destination-card-height);
  border-radius: 16px;
}

.community-swiper .swiper-slide {
  flex: 0 0 auto;
  height: clamp(300px, 34vw, 390px);
}

.site-swiper-pagination {
  bottom: 0 !important;
  position: relative !important;
}

.site-swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 4px !important;
  background: var(--color-teal);
  opacity: .28;
  transition: width .25s ease, opacity .25s ease;
}

.site-swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  opacity: 1;
}

.card-track,
.package-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 6px 4px 18px;
}

.card-track::-webkit-scrollbar,
.package-track::-webkit-scrollbar {
  display: none;
}

.trip-card {
  position: relative;
  flex: 0 0 clamp(132px, 14vw, 178px);
  height: clamp(190px, 21vw, 260px);
  border-radius: 8px;
  overflow: hidden;
  scroll-snap-align: start;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 12px 24px rgba(8, 39, 43, .22);
  background: var(--color-teal-dark);
}

.trip-card::after,
.community-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .78));
}

.trip-card img,
.community-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.trip-card:hover img,
.community-card:hover img {
  transform: scale(1.08);
}

.trip-card span,
.trip-card small {
  position: absolute;
  z-index: 1;
  left: 12px;
  right: 12px;
  text-align: center;
}

.trip-card span {
  bottom: 35px;
  font-size: 13px;
  font-weight: 900;
}

.trip-card small {
  bottom: 16px;
  color: rgba(255, 255, 255, .82);
  font-size: 9px;
  font-weight: 700;
}

/* ================= SLIDERS ================= */
.wide-slider {
  position: relative;
}

.top-pkg {
  width: 300px;
}

.slider-arrow {
  position: absolute;
  top: 48%;
  z-index: 5;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: var(--color-teal);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(8, 39, 43, .22);
  transition: transform .2s ease, background .2s ease, opacity .2s ease;
}

.slider-prev {
  left: -12px;
}

.slider-next {
  right: -12px;
}

.slider-arrow:hover {
  background: var(--color-teal-dark);
  transform: translateY(-50%) scale(1.06);
}

.slider-arrow[disabled] {
  opacity: .28;
  pointer-events: none;
}

.slider-arrow.swiper-button-disabled {
  opacity: .28;
  pointer-events: none;
}

.slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 10px;
  margin-top: 2px;
}

.slider-dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 184, 203, .28);
  transition: width .25s ease, background .25s ease;
}

.slider-dot.active {
  width: 24px;
  background: var(--color-teal);
}

/* ================= COMMUNITY CARDS ================= */
.community-section {
  margin-top: 58px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 0 0 14px;
  color: var(--color-teal-light);
  font-size: 32px;
  font-weight: 800;
}

.section-head>a {
  color: var(--color-teal-dark);
  font-size: 12px;
  font-weight: 800;
}

.date-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.date-pills span {
  padding: 6px 17px;
  border: 1px solid rgba(8, 39, 43, .13);
  border-radius: 999px;
  color: rgba(8, 39, 43, .62);
  font-size: 10px;
  font-weight: 800;
}

.package-track {
  gap: 18px;
}

.community-card {
  position: relative;
  flex: 0 0 clamp(220px, 23vw, 282px);
  height: clamp(300px, 34vw, 390px);
  border-radius: 8px;
  overflow: hidden;
  width: 280px !important;
  scroll-snap-align: start;
  background: var(--color-teal-dark);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.community-card .deal-tag {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 10px;
  background: var(--color-yellow);
  color: var(--color-teal-dark);
  border-radius: 999px;
  padding: 5px 5px;
  font-size: 10px;
  font-weight: 500;
}

.bottom_line {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 5;
  color: #fff;
  font-size: 12px;
  text-align: right;
}






.departure-text {
  
  margin-left: auto;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: right;
}



.community-card .price-tag {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  display: flex;
  /* flex-direction: row; */
  /* align-items: flex-end; */
  gap: 1px;
  padding: 7px 5px 8px;
  border-radius: 15px;
  /* background: rgba(21, 25, 37, .88); */
  color: var(--color-yellow);
  line-height: 1;
      /* align-items: center; */
    text-align: center;
  flex-direction: column;
  align-items: flex-end;

}





/* **************** Package card css Starts ************ */

.community-card .price-tag {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 6px;

    background: var(--color-yellow);
    border-radius: 999px;

    /* Minimal padding */
    padding: 4px 8px;

    margin: 0;
    width: auto;
    height: auto;

    white-space: nowrap;
    writing-mode: horizontal-tb;
    line-height: 1;
}

.community-card .price-tag del {
    color: #e53935 !important;
    font-size: 10px;
    font-weight: 700;

    padding: 0;
    margin: 0;

    white-space: nowrap;
}

.community-card .price-tag strong {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;

    padding: 0;
    margin: 0;

    white-space: nowrap;
}

.community-card .price-tag .person-count {
    color: #fff !important;
    font-size: 9px;
    font-weight: 800;

    padding: 0;
    margin: 0;

    white-space: nowrap;
}


.person-count {
  display: block;
  margin-top: 3px;
}
.community-card .price-tag del {
  color: rgba(255, 00, 00, .72);
  font-size: 12px;
}

.community-card .price-tag strong {
  color: var(--color-yellow);
  font-size: 18px;
  line-height: 1;
}

.community-card .price-tag small {
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.community-card div {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  bottom: 64px;
}

.community-card h3 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.community-card p {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 600;
}

.community-card div p:last-child {
  margin-bottom: 0;
}

.community-card .package-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  white-space: nowrap;
}
/* **************** Package card css ends ************ */

/* ================= CTA AND WHY ================= */
.app-cta {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 230px;
  margin-top: 60px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, var(--color-teal-light), var(--color-teal-light)),
    url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80') center/cover;
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.app-cta div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 5vw, 56px);
}

.app-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 900;
}

.app-cta p {
  max-width: 380px;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 600;
}

.app-cta a {
  width: fit-content;
}

.app-cta img {
  min-height: 230px;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.why-section {
  margin-top: 64px;
  text-align: center;
}

.why-section>h2 {
  margin: 0 0 22px;
  background: linear-gradient(100deg, #172d5d 20%, #168ed2 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
}

.frames-section h2 {
  margin: 0 0 22px;
  color: var(--color-teal-dark);
  font-size: 22px;
  font-weight: 900;
}

.why-subtitle {
  margin: -12px 0 36px;
  color: rgba(8, 39, 43, .68);
  font-size: 16px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.why-grid article {
  min-height: 420px;
  border: 1px solid rgba(8, 39, 43, .05);
  border-radius: 20px;
  background: #fff;
  padding: 28px 22px 22px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(8, 39, 43, .08);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.why-grid article:hover {
  transform: translateY(-10px);
  border-color: rgba(95, 167, 236, .32);
  box-shadow: 0 20px 38px rgba(8, 39, 43, .14);
}

.why-grid article:hover .why-icon {
  transform: scale(1.08) rotate(-3deg);
}

.why-grid article:hover .why-number {
  transform: scale(1.1);
}

.why-icon {
  width: 152px;
  height: 152px;
  margin-bottom: 18px;
  transition: transform .3s ease;
}

.why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-number {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: #5fa7ec;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  transition: transform .3s ease;
}

.why-grid article:nth-child(2) .why-number {
  background: #13be91;
}

.why-grid article:nth-child(3) .why-number {
  background: #f5b92d;
}

.why-grid article:nth-child(4) .why-number {
  background: #a578dd;
}

.why-grid article::after {
  content: '';
  width: 52px;
  height: 3px;
  margin-top: auto;
  border-radius: 3px;
  background: #5fa7ec;
}

.why-grid article:nth-child(2)::after {
  background: #13be91;
}

.why-grid article:nth-child(3)::after {
  background: #f5b92d;
}

.why-grid article:nth-child(4)::after {
  background: #a578dd;
}

.why-grid h3 {
  min-height: 42px;
  margin: 0 0 14px;
  color: #111820;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.why-grid p {
  margin: 0;
  color: rgba(8, 39, 43, .62);
  font-size: 13px;
  line-height: 1.75;
}

/* ================= FRAMES AND STORY ================= */
.frames-section {
  margin-top: 60px;
  overflow: hidden;
}

.frames-section p {
  margin: -10px 0 24px;
  color: rgba(8, 39, 43, .55);
  font-size: 12px;
  font-weight: 600;
}

.frames-track {
  display: flex;
  gap: 8px;
  width: max-content;
  animation: framesMove 36s linear infinite;
}

.frames-track figure {
  position: relative;
  width: clamp(150px, 18vw, 260px);
  height: clamp(170px, 19vw, 280px);
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.frames-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frames-track figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 10px 10px;
  background: linear-gradient(transparent, rgba(8, 39, 43, .82));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.frames-track figcaption i {
  margin-right: 4px;
}

@keyframes framesMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-35%);
  }
}

.google-reviews {
  margin-top: 64px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 8px;
  background: #f6f7f9;
  box-shadow: var(--shadow-soft);
}

.reviews-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.reviews-eyebrow {
  margin: 0 0 8px;
  color: var(--color-yellow-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.reviews-heading h2 {
  margin: 0 0 8px;
  color: var(--color-teal-dark);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
}

.reviews-heading p:not(.reviews-eyebrow) {
  margin: 0;
  color: rgba(21, 25, 37, .62);
  font-size: 14px;
}

.google-rating {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 10px;
  min-width: 190px;
  padding: 14px 18px;
  border-left: 3px solid var(--color-yellow);
  background: #fff;
}

.google-rating img {
  grid-row: span 2;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain;
}

.google-rating strong {
  color: var(--color-teal-dark);
  font-size: 24px;
  line-height: 1;
}

.rating-stars,
.review-stars {
  color: #fbbc04;
  letter-spacing: 1px;
}

.google-rating small {
  grid-column: 2;
  color: rgba(21, 25, 37, .56);
  font-size: 11px;
}

.review-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(21, 25, 37, .08);
  border-radius: 6px;
  background: #fff;
}

.review-card-top {
  display: flex;
  align-items: center;
  gap: 11px;
}

.review-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-teal-dark);
  color: var(--color-yellow);
  font-weight: 800;
}

.review-card h3 {
  margin: 0 0 2px;
  color: var(--color-teal-dark);
  font-size: 14px;
}

.review-card-top p {
  margin: 0;
  color: rgba(21, 25, 37, .52);
  font-size: 11px;
}

.review-google-mark {
  width: 19px !important;
  height: 19px !important;
  max-width: 19px !important;
  max-height: 19px !important;
  margin-left: auto;
  object-fit: contain;
}

.review-stars {
  margin: 18px 0 10px;
  font-size: 15px;
}

.review-message {
  margin: 0;
  color: rgba(21, 25, 37, .72);
  font-size: 13px;
  line-height: 1.7;
}

/* ================= CALLBACK ================= */
.callback-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  margin-top: 76px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--color-teal);
  box-shadow: var(--shadow-soft);
}

.callback-illustration {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.callback-illustration::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 15, 24, .72), rgba(12, 15, 24, .08));
}

.callback-illustration>img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.callback-image-copy {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 5vw, 60px);
  right: 24px;
  bottom: clamp(28px, 5vw, 60px);
  color: #fff;
}

.callback-image-copy p {
  margin: 0 0 12px;
  color: var(--color-yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.callback-image-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: .98;
  font-weight: 900;
}

.callback-image-copy span {
  display: block;
  max-width: 300px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.5;
}

.callback-form {
  align-self: center;
  justify-self: center;
  width: min(82%, 440px);
  margin: 28px 0;
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(30px, 4vw, 46px) clamp(28px, 4vw, 44px);
  box-shadow: 0 14px 26px rgba(8, 39, 43, .18);
}

.callback-form p {
  margin: 0 0 2px;
  color: var(--color-teal);
  font-size: 11px;
  font-weight: 900;
}

.callback-form h2 {
  margin: 0 0 24px;
  color: var(--color-teal-dark);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 900;
}

.callback-form input,
.callback-form textarea {
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid rgba(8, 39, 43, .12);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--color-teal-dark);
  font-size: 12px;
  outline: none;
}

.callback-form input:focus,
.callback-form textarea:focus {
  border-color: var(--color-teal);
  box-shadow: 0 0 0 3px rgba(0, 184, 203, .12);
}

.field-error {
  border-color: #e63232 !important;
  box-shadow: 0 0 0 3px rgba(230, 50, 50, .12) !important;
}

.callback-form textarea {
  min-height: 96px;
  resize: vertical;
}

.callback-form button {
  width: 100%;
  margin-top: 3px;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility .25s ease;
}

.contact-popup.is-open {
  visibility: visible;
  opacity: 1;
}

.contact-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 15, 24, .72);
  backdrop-filter: blur(5px);
}

.contact-popup-dialog {
  position: relative;
  width: min(100%, 650px);
  max-height: min(90vh, 760px);
  overflow-y: auto;
  padding: 42px clamp(22px, 5vw, 46px) 40px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #fff 76%, #f2f3f7 100%);
  box-shadow: 0 24px 70px rgba(12, 15, 24, .3), 0 0 0 8px rgba(255, 255, 255, .06);
  transform: translateY(14px) scale(.98);
  transition: transform .25s ease;
}

.contact-popup-dialog::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, var(--color-teal-light), var(--color-yellow));
}

.contact-popup.is-open .contact-popup-dialog {
  transform: translateY(0) scale(1);
}

.contact-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(242, 243, 247, .9);
  color: var(--color-teal-dark);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.contact-popup-close:hover,
.contact-popup-close:focus-visible {
  background: var(--color-yellow);
  transform: rotate(90deg);
}

.contact-popup-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: var(--color-teal-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.contact-popup-eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--color-yellow);
}

.contact-popup-dialog h2 {
  margin: 0;
  color: var(--color-teal-dark);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 800;
}

.contact-popup-intro {
  max-width: 470px;
  margin: 9px 0 26px;
  color: rgba(21, 25, 37, .62);
  font-size: 13px;
  line-height: 1.6;
}

.contact-popup-status {
  margin: -8px 0 18px;
  padding: 11px 13px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
}

.contact-popup-status-success {
  background: #e8f7ed;
  color: #176b35;
}

.contact-popup-status-error {
  background: #fff0f0;
  color: #a32222;
}

.contact-popup-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 14px;
}

.contact-popup-fields label {
  display: grid;
  gap: 6px;
  color: var(--color-teal-dark);
  font-size: 11px;
  font-weight: 700;
}

.contact-popup-fields label em {
  color: rgba(21, 25, 37, .45);
  font-style: normal;
  font-weight: 500;
}

.contact-popup-fields input,
.contact-popup-fields select,
.contact-popup-fields textarea {
  width: 100%;
  border: 1px solid rgba(21, 25, 37, .12);
  border-radius: 8px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, .82);
  color: var(--color-teal-dark);
  font: inherit;
  font-size: 12px;
  outline: none;
}

.contact-popup-fields textarea {
  min-height: 96px;
  resize: vertical;
}

.contact-popup-fields input::placeholder,
.contact-popup-fields textarea::placeholder {
  color: rgba(21, 25, 37, .38);
}

.contact-popup-fields input:focus,
.contact-popup-fields select:focus,
.contact-popup-fields textarea:focus {
  border-color: var(--color-teal-light);
  box-shadow: 0 0 0 3px rgba(77, 91, 136, .12);
}

.contact-popup-full {
  grid-column: 1 / -1;
}

.contact-popup-submit {
  width: 100%;
  margin-top: 24px;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--color-yellow);
  color: var(--color-teal-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.contact-popup-submit:hover,
.contact-popup-submit:focus-visible {
  background: var(--color-yellow-dark);
  transform: translateY(-1px);
}

.contact-popup-submit::after {
  content: '\2192';
  margin-left: 8px;
  font-size: 16px;
  line-height: 0;
}

body.contact-popup-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .contact-popup {
    padding: 14px;
  }

  .contact-popup-dialog {
    max-height: 92vh;
    padding: 34px 18px 26px;
    border-radius: 12px;
  }

  .contact-popup-fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-popup-full {
    grid-column: auto;
  }
}

/* ================= FOOTER ================= */
.site-footer {
  background: var(--color-teal-dark);
  border-top: 6px solid var(--color-teal);
  color: rgba(255, 255, 255, .68);
}

.site-footer h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.site-footer a {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, .64);
  transition: color .2s ease;
}

.site-footer a:hover {
  color: var(--color-yellow);
}

.site-footer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.footer-brand {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  text-align: center;
}

.footer-brand p {
  margin-top: 12px;
  color: rgba(255, 255, 255, .48);
  font-size: 14px;
}

/* ================= EXISTING PAGE COMPATIBILITY ================= */
.dest-card,
.pkg-card {
  transition: transform .35s ease, box-shadow .35s ease;
  width: 260px !important;
}

.package-card {
  width: min(100%, 300px) !important;
  height: 360px;
  justify-self: center;
}

.dest-card:hover,
.pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

.dest-card img,
.pkg-card img {
  transition: transform .45s ease;
}

.dest-card:hover img,
.pkg-card:hover img {
  transform: scale(1.06);
}

@media (max-width: 640px) {
  .package-card {
    width: 100% !important;
    height: 360px;
  }
}

.pkg-scroll {
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.pkg-scroll>* {
  scroll-snap-align: start;
}

.pkg-scroll::-webkit-scrollbar {
  height: 6px;
}

.pkg-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 184, 203, .35);
  border-radius: 10px;
}

.step-badge {
  color: var(--color-teal);
  font-size: 13px;
  font-weight: 900;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--color-yellow-dark);
  color: #fff;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--color-yellow);
  outline-offset: 2px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1023px) {
  .mini-destination-row {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    animation: framesMove 36s linear infinite;
  }

  .mini-destination-row::-webkit-scrollbar {
    display: none;
  }

  .mini-destination {
    flex: 0 0 90px;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .home-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-container,
  .site-narrow {
    width: 100%;
    max-width: 100%;
  }

  .hero-section {
    min-height: 430px;
    height: 430px;
  }

  .review-strip {
    gap: 10px;
    justify-content: space-around;
  }

  .review-pill {
    font-size: 9px;
  }

  .google-reviews {
    margin-top: 40px;
    padding: 24px 18px;
  }

  .reviews-heading {
    display: block;
  }

  .google-rating {
    margin-top: 22px;
    width: fit-content;
  }

  .promo-banner {
    margin-top: 24px;
    min-height: 0;
  }

  .promo-copy strong {
    font-size: 36px;
  }

  .festival-banner {
    height: 210px;
  }

  .festival-copy {
    width: 78%;
  }

  .teaser-banner {
    height: 98px;
    margin-top: 34px;
  }

  .trip-band {
    margin-top: 38px;
  }

  .band-bg {
    height: 260px;
  }

  .band-slider {
    width: calc(100% - 16px);
    margin-top: -96px;
  }

  .destination-slider {
    --destination-card-height: min(118vw, 400px);
    width: min(calc(100vw - 32px), 300px);
  }

  .destination-swiper {
    overflow: hidden;
    padding: 6px 0 30px;
  }

  .destination-swiper .swiper-slide,
  .swiper-slide {
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(11, 79, 108, .28);
  }

  .destination-swiper .swiper-slide:hover,
  .swiper-slide:hover {
    transform: none;
  }

  .slider-arrow {
    display: none;
  }

  .section-head {
    display: block;
  }

  .section-head>a {
    display: inline-block;
    margin-top: 10px;
  }

  .date-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .date-pills span {
    flex: 0 0 auto;
  }

  .app-cta,
  .callback-section {
    grid-template-columns: 1fr;
  }

  .app-cta img {
    min-height: 170px;
    clip-path: none;
  }

  .callback-section {
    gap: 0;
  }

  .callback-illustration {
    min-height: 300px;
  }

  .callback-image-copy {
    left: 24px;
    bottom: 28px;
  }

  .callback-image-copy h2 {
    font-size: 34px;
  }

  .callback-form {
    width: calc(100% - 32px);
    margin: 16px auto;
    padding: 28px 22px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .dest-card {
    transition: transform .35s ease, box-shadow .35s ease;
    width: 100% !important;
    max-width: 100%;
  }

  /* ************* why ***** */



  @keyframes swipeHintMove {

    0%,
    100% {
      transform: translateX(0);
      opacity: .5;
    }

    50% {
      transform: translateX(5px);
      opacity: 1;
    }
  }

}


.offer-slider img {
  display: block;
  width: 100%;
  height: clamp(240px, 30vw, 380px);
  object-fit: cover;
}

.offer_slider {
  color: white !important;
  position: absolute;
  width: 34px !important;
  height: 34px !important;
  --swiper-navigation-size: 25px;
}

/* ================= HOMEPAGE POLISH + MOBILE FIXES ================= */
.home-page {
  background:
    linear-gradient(180deg, #fff 0%, #f7f8fb 42%, #fff 100%);
}

.home-page .site-narrow {
  width: min(calc(98% - clamp(32px, 6vw, 96px)), 1600px);
}

.hero-section {
  min-height: clamp(520px, 82vh, 760px);
  height: clamp(520px, 82vh, 860px);
}
/* .hero-section::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .94)); 
 } */


 .hero-section::after {
  display: none;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .94));
} 

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(12, 15, 24, .18), rgba(12, 15, 24, .74)),
    linear-gradient(90deg, rgba(12, 15, 24, .44), rgba(12, 15, 24, .08) 55%, rgba(12, 15, 24, .38));
}

.hero-content {
  width: min(calc(100% - 32px), 980px);
  padding: 94px 0 120px;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: .16em;
}

.hero-content h1 {
  max-width: 900px;
  font-size: clamp(46px, 8.5vw, 64px);
  line-height: .92;
  color: lightgrey;
  letter-spacing: 0;
}

.hero-link {
  min-height: 44px;
  padding-inline: 26px;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(12, 15, 24, .18);
  backdrop-filter: blur(10px);
}

.hero-trust-row strong {
  color: var(--color-yellow);
  font-weight: 900;
}

/* ================= HOME SEARCH ================= */
.home-search-section {
  position: relative;
  z-index: 4;
  width: min(calc(100% - 32px), 1180px);
  margin: -42px auto 0;
}

.travel-search {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(21, 25, 37, .09);
  border-radius: 14px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 44px rgba(12, 15, 24, .18);
}

.travel-search-fields {
  display: grid;
  flex: 1;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 8px;
  min-width: 0;
}

.travel-search-field {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #e7e9ee;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.travel-search-field:focus-within {
  border-color: var(--color-yellow-dark);
  box-shadow: 0 0 0 3px rgba(255, 220, 0, .18);
}

.travel-search-icon {
  display: grid;
  flex: 0 0 32px;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff9d6;
  color: #b18b00;
  font-size: 13px;
}

.travel-search-copy {
  display: grid;
  flex: 1;
  min-width: 0;
  gap: 4px;
}

.travel-search-label {
  color: rgba(21, 25, 37, .53);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.travel-search select,
.travel-search input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--color-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.travel-search select {
  cursor: pointer;
}

.travel-search input {
  color-scheme: light;
}

.travel-search-submit {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 145px;
  padding: 0 22px;
  border: 0;
  border-radius: 9px;
  background: var(--color-yellow);
  color: var(--color-teal-dark);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.travel-search-submit:hover {
  background: var(--color-yellow-dark);
  transform: translateY(-1px);
}

.travel-search-note {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin: 9px 4px 0;
  color: rgba(21, 25, 37, .55);
  font-size: 11px;
  font-weight: 600;
}

.travel-search-note i {
  color: #b18b00;
}

.promo-banner,
.festival-banner,
.teaser-banner,
.band-bg,
.app-cta,
.callback-section,
.offer2,
.google-reviews {
  border-radius: 18px;
}

.promo-banner {
  margin-top: 14px;
  z-index: 4;
}

.offer-slider img {
  min-height: 220px;
}

.band-bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.band-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 220, 0, .18), transparent 34%),
    linear-gradient(270deg, rgba(77, 91, 136, .32), transparent 46%);
  mix-blend-mode: screen;
}

.band-bg::after {
  z-index: 1;
}

.band-copy {
  z-index: 2;
}

.community-section,
.why-section,
.frames-section,
.google-reviews,
.callback-section {
  scroll-margin-top: 86px;
}

.why-grid article {
  border-radius: 14px;
}

.frames-track figure {
  box-shadow: 0 16px 36px rgba(12, 15, 24, .18);
}

@media (max-width: 1023px) {
  .home-page .site-narrow {
    width: min(calc(100% - 36px), 940px);
  }

  .hero-section {
    min-height: 580px;
    height: 72svh;
  }

  .why-grid article {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 78px;
  }

  .home-page {
    padding-bottom: 48px;
  }

  .home-page .site-narrow {
    width: calc(100% - 28px);
    max-width: 460px;
  }

  .hero-section {
    min-height: 560px;
    height: 82svh;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding: 96px 0 96px;
  }

  .hero-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .hero-content h1 {
    margin-bottom: 18px;
    font-size: clamp(44px, 14vw, 66px);
  }

  .hero-link {
    min-height: 42px;
    padding: 10px 22px;
  }

  .hero-trust-row {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-trust-row span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .promo-banner,
  .offer2 {
    margin-top: 18px;
    border-radius: 14px;
  }

  .offer-slider img {
    height: clamp(150px, 45vw, 220px);
    min-height: 0;
  }

  .offer_slider {
    display: none !important;
  }

  .festival-banner {
    height: 230px;
    margin-top: 28px;
    border-radius: 14px;
  }

  .teaser-banner {
    height: 112px;
    border-radius: 14px;
  }

  .trip-band {
    margin-top: 42px;
  }

  .band-bg {
    height: 320px;
    border-radius: 14px;
  }

  .band-copy {
    top: 24px;
    left: 20px;
    right: 20px;
  }

  .band-copy h2 {
    max-width: 240px;
    font-size: 28px;
    line-height: 1.05;
  }

  .band-slider,
  .band-slider,
  .compact {
    width: min(100%, 300px);
    margin-top: -78px;
  }

  .destination-slider {
    --destination-card-height: clamp(330px, 108vw, 400px);
    width: min(calc(100vw - 36px), 300px);
  }

  .destination-swiper,
  .community-swiper {
    padding-inline: 0;
  }

  .destination-swiper .swiper-slide {
    border-width: 3px !important;
  }

  .community-section {
    margin-top: 46px;
  }

  .section-head {
    margin-bottom: 14px;
  }

  .section-head h2 {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 1.15;
  }

  .community-card,
  .community-swiper .swiper-slide {
    height: clamp(330px, 112vw, 430px);
  }

  .app-cta {
    min-height: 0;
    margin-top: 46px;
    border-radius: 14px;
  }

  .app-cta div {
    padding: 28px 22px;
  }

  .app-cta h2 {
    font-size: 25px;
    line-height: 1.15;
  }

  .app-cta a {
    width: 100%;
  }

  .app-cta img {
    height: 190px;
  }

  .why-section {
    margin-top: 46px;
  }

  .why-section>h2 {
    margin-bottom: 14px;
    font-size: 30px;
  }

  .why-subtitle {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .why-grid {
    gap: 12px;
  }

  .why-grid article {
    min-height: 0;
    padding: 22px 18px 18px;
    border-radius: 14px;
  }

  .why-icon {
    width: 108px;
    height: 108px;
    margin-bottom: 12px;
  }

  .why-grid h3 {
    min-height: 0;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .frames-section {
    margin-top: 44px;
  }

  .frames-track {
    animation-duration: 28s;
  }

  .frames-track figure {
    width: 152px;
    height: 200px;
  }

  .google-reviews {
    width: calc(100% - 28px);
    margin-top: 44px;
    border-radius: 14px;
  }

  .google-rating {
    width: 100%;
  }

  .review-card {
    padding: 18px;
  }

  .callback-section {
    width: calc(100% - 28px);
    margin-top: 48px;
    border-radius: 14px;
  }

  .callback-illustration {
    min-height: 260px;
  }

  .callback-image-copy {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .callback-image-copy h2 {
    font-size: 30px;
  }

  .callback-form {
    width: calc(100% - 24px);
    padding: 24px 18px;
  }

  .floating-contact-actions {
    top: auto;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    transform: none;
  }

  .floating-contact-action,
  .floating-contact-action:hover,
  .floating-contact-action:focus-visible {
    width: 100%;
    min-height: 52px;
    flex-direction: column;
    gap: 3px;
    padding: 8px 6px;
    border-radius: 999px;
    writing-mode: horizontal-tb;
  }

  .floating-contact-action i {
    font-size: 15px;
  }

  .floating-contact-action span {
    max-width: 100%;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .back-to-top {
    right: 16px;
    bottom: 82px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1023px) {
  .home-search-section {
    margin-top: -30px;
  }

  .travel-search {
    display: grid;
    grid-template-columns: 1fr 150px;
  }

  .travel-search-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .travel-search-submit {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .home-search-section {
    width: calc(100% - 28px);
    margin-top: -22px;
  }

  .travel-search {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 9px;
    border-radius: 12px;
  }

  .travel-search-fields {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .travel-search-field {
    min-height: 62px;
    padding: 10px 12px;
  }

  .travel-search-submit {
    min-height: 50px;
  }

  .travel-search-note {
    justify-content: center;
    margin-top: 8px;
    font-size: 10px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .hero-content h1 {
    font-size: 42px;
  }

  .hero-trust-row span {
    font-size: 9px;
  }

  .destination-slider {
    --destination-card-height: 350px;
  }

  .band-bg {
    height: 300px;
  }
}

.tour-heighlight {
  height: 140px;
}


.festival-swiper {
  width: 100%;
  overflow: hidden;
}

.festival-swiper .swiper-slide {
  width: 100%;
}

.festival-swiper .mini-destination2 {
  display: block;
  width: 100%;
}

.festival-swiper .banner-image {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
  border-radius: 16px !important;
}

.festival-swiper:hover {
  border-radius: 16px !important;
}

/* Optional: fixed-height banner strip */
.festival-swiper .swiper-slide {
  height: 360px;
}



/****** packages list starts ***************************/

/* =========================
   PACKAGE CARD
========================= */

.package-card {
    position: relative;
    display: block;
    width: 100%;
    height: 390px;
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    background: #111;
}


/* =========================
   BACKGROUND IMAGE
========================= */

.package-card-img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .4s ease;
}

.package-card:hover .package-card-img {
    transform: scale(1.04);
}


/* =========================
   IMAGE OVERLAY
========================= */

.package-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        transparent 35%,
        rgba(0, 0, 0, .12) 48%,
        rgba(0, 0, 0, .88) 100%
    );
}


/* =========================
   PRICE BADGE
========================= */

.package-price {
    position: absolute;
    top: 10px;
    right: 8px;

    z-index: 5;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 4px;

    background: var(--color-yellow, #ffd400);

    padding: 4px 8px;

    margin: 0;

    border-radius: 999px;

    white-space: nowrap;
    line-height: 1;

    writing-mode: horizontal-tb;
}


/* Old Price */

.package-price del {
    color: #e53935 !important;

    font-size: 8px;
    font-weight: 800;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}


/* Current Price */

.package-price strong {
    color: #000 !important;

    font-size: 17px;
    font-weight: 600;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}


/* Person Count */

.package-price small {
    color: #111 !important;

    font-size: 8px;
    font-weight: 800;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}


/* =========================
   CONTENT
========================= */

.package-content {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    z-index: 3;

    padding: 14px 12px 10px;
}


/* =========================
   LOCATION
========================= */

.package-location {
    display: flex;
    align-items: center;

    gap: 4px;

    margin: 0 0 4px;

    color: rgba(255, 255, 255, .9);

    font-size: 9px;
    font-weight: 700;

    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: .2px;
}

.package-location i {
    font-size: 10px;
}


/* =========================
   TITLE
========================= */

.package-content h3 {
    margin: 0 0 4px;

    color: #fff;

    font-size: 20px;
    font-weight: 900;

    line-height: 1.05;
}


/* =========================
   SUMMARY
========================= */

.package-summary {
    margin: 0 0 10px;

    max-width: 90%;

    color: rgba(255, 255, 255, .88);

    font-size: 11px;
    font-weight: 500;

    line-height: 1.3;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* =========================
   BOTTOM ROW
========================= */

.package-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 8px;

    width: 100%;
}


/* =========================
   DURATION
========================= */

.package-duration {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 5px;

    background: var(--color-yellow, #ffd400);

    color: #111;

    padding: 6px 9px;

    border-radius: 999px;

    font-size: 9px;
    font-weight: 900;

    line-height: 1;

    white-space: nowrap;
}

.package-duration i {
    font-size: 11px;
}


/* =========================
   DEPARTURE
========================= */

.package-departure {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: #fff;

    font-size: 9px;
    font-weight: 700;

    line-height: 1;

    white-space: nowrap;
}

.package-departure i {
    font-size: 16px;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {

    .package-card {
        height: 370px;
        border-radius: 16px;
    }

    .package-price {
        top: 9px;
        right: 7px;

        padding: 4px 7px;
        gap: 3px;
    }

    /* .package-price strong {
        font-size: 14px;
    } */

    .package-price del {
        font-size: 7px;
    }

    .package-price small {
        font-size: 7px;
    }

    .package-content {
        padding: 12px 11px 9px;
    }

    .package-location {
        font-size: 8px;
    }

    .package-location i {
        font-size: 9px;
    }

    .package-content h3 {
        font-size: 19px;
    }

    .package-summary {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .package-duration {
        padding: 5px 8px;
        font-size: 8px;
    }

    .package-duration i {
        font-size: 10px;
    }

    .package-departure {
        font-size: 8px;
    }

    .package-departure i {
        font-size: 14px;
    }
}

/****** packages list Ends ***************************/

