.hero-banner {
  width: 100%;
  margin-top: -132px;
  display: flex;
  max-height: 800px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.hero-banner .buttons {
  align-items: flex-start;
  display: flex;
  gap: 21px;
}

.text-content .slick-slide .slick-current .slick-active {
  flex-direction: column !important;
}

#slick-slide-control13 {
  background: var(--color-icon-disabled, rgba(9, 30, 66, 0.31));
}

.hero-banner .banner-image {
  width: 100vw;
  height: auto;
}

.image {
  padding-left: 5%;
}

.package-text-slider .slick-dots {
  display: none !important;
}

.banner-content-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.banner-content-container:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    99deg,
    rgba(246, 246, 246, 0.8) 46.35%,
    rgba(236, 236, 233, 0.4) 56.88%,
    rgba(236, 236, 233, 0) 69.71%
  );
  content: '';
}

@media screen and (max-width: 768px) {
  .banner-content-container:after {
    background: linear-gradient(
      99deg,
      rgba(246, 246, 246, 0.8) 65.35%,
      rgba(236, 236, 233, 0.4) 88.88%,
      rgba(236, 236, 233, 0) 100%
    );
  }
}

.content.list-style-circle {
  margin-left: 0px;
  max-width: 568px;
}

.side-text-line {
  transform: rotate(-90deg);
  padding: 7.464px;
}

.side-text {
  position: absolute;
  bottom: 30%;
  right: -3%;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  transform: rotate(-90deg);
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  .side-text {
    bottom: 50%;
    right: -15%;
  }
}

.hero-video-toggle .icon-pause {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 999px;
  display: grid;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  bottom: 27%;
  right: 110%;
  transform: rotate(90deg);
  background: transparent;
}
.hero-video-toggle .icon-play {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 999px;
  display: grid;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  bottom: 27%;
  right: 110%;
  transform: rotate(90deg);
  background: transparent;
}

@media screen and (max-width: 768px) {
  .hero-video-toggle {
    display: none !important;
  }
}

.hero-video-toggle:focus {
  background: transparent;
}

.hero-video-toggle:hover {
  background: transparent;
}

.hero-video-toggle svg {
  fill: #fff;
}
.hero-video-toggle .icon-play {
  display: none;
}
.hero-video-toggle[data-state='paused'] .icon-play {
  display: block;
}
.hero-video-toggle[data-state='paused'] .icon-pause {
  display: none;
}

.hero-video-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.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;
}

/* benefits video wrapper so the button can overlay */
.benefits-video-wrap {
  position: relative;
  max-width: 538px;
  margin-top: -35px;
}

/* button style (matches hero, but grey fill) */
.benefits-video-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
  cursor: pointer;
  background: transparent;
}

.benefits-video-toggle:focus {
  background: transparent;
}

.benefits-video-toggle:hover {
  background: transparent;
}

/* icon swap (same logic as hero) */
.benefits-video-toggle .icon-play {
  display: none;
}
.benefits-video-toggle[data-state='paused'] .icon-play {
  display: block;
}
.benefits-video-toggle[data-state='paused'] .icon-pause {
  display: none;
}

.benefits-video-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.typography-label-medium.side-text-label {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 15.806px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.294px; /* 77.778% */
  letter-spacing: 2.845px;
}

.hero-banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 621px;
  gap: var(--spacing-xl);
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  .hero-banner .banner-content {
    padding: 0px 32px;
  }
}

@media screen and (max-width: 768px) {
  .side-text-line {
    display: none;
  }
  .side-text {
    bottom: 45%;
    right: -20%;
  }

  .side-text .typography-label-medium.side-text-label {
    color: transparent;
  }

  .section-white.benefits {
    padding: var(--padding-horizontal-edge-to-element-600, 48px) 25px;
  }
}

.hero-banner .banner-content p:not(.top-text) {
  color: var(--color-text-secondary);
}

.hero-banner .banner-content p {
  margin: 0;
}

.hero-banner .banner-content h1 {
  color: var(--color-text-default);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .hero-banner {
    margin-top: 0px;
  }
  .hero-banner .banner-content {
    height: 468px;
    padding: 47px 20px;
    max-width: 100%;
  }
  .hero-banner .banner-content h1 {
    font: var(--font-display-xs);
  }
  .hero-banner .banner-content p {
    font: var(---font-eyebrow-medium);
  }
  .hero-banner .buttons {
    width: 100%;
    gap: var(--spacing-md);
  }

  .hero-banner .banner-image {
    width: initial;
    height: auto;
    max-height: 468px;
    max-width: inherit;
  }

  .text-block {
    padding: 30px 19px;
  }

  /* .section-offwhite.slider-cards-section.background {
    padding: var(--spacing-xl3) 25px 19px;
  } */

  .cards-grid.discover,
  .page-section.page-section-with-gaps.header,
  .content-journeys-wrapper.info,
  .text-content,
  .cards-grid {
    padding: 0px 19px;
  }

  .more-for-you {
    padding: 0px 19px;
  }

  .journey-cards.journey {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .hero-banner {
    margin-top: -60px;
    max-height: 600px;
  }
  .hero-banner .banner-content {
    gap: var(--spacing-lg);
    padding: 32px;
  }
  .hero-banner .banner-content .banner-content-container {
    align-items: flex-start;
    padding: 32px 0;
  }
  .hero-banner .banner-content h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .hero-banner .banner-content p {
    font-size: 1.125rem;
  }
  .hero-banner .buttons {
    gap: var(--spacing-md);
  }
  .hero-banner .banner-image {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
  }
}

.home-packages {
  display: flex !important;
  margin: -120px 0px;
}

.header-btn-home-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .header-btn-home-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 100vw;
  }
}

/* Default: desktop shows desktop dots bar, hides mobile bar */
.desktop-container.centred {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 1070px) and (min-width: 1024px) {
  .mobile-container.centred {
    display: none;
  }
}

/* Mobile: swap them */
@media (max-width: 767px) {
  .desktop-container.centred {
    display: none;
  }

  .mobile-container.centred {
    display: flex;
    align-items: center;
    max-width: 100vw;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
  }

  .mobile-container.centred .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 auto;
  }

  .mobile-container.centred .slick-prev,
  .mobile-container.centred .slick-next {
    position: static !important; /* override absolute */
    transform: none !important;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
  }
}
