.adventure-page {
    padding-top: 16px;
    padding-bottom: 24px;
}

.single-adventure .site-main-header {
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.adventure-section-title {
  margin-bottom: 16px;
}

.adventure-page .sidebar {
    display: none;
}

.adventure-sidebar-mobile-only .sidebar {
    display: block;
}

.adventure-summary {
    padding-top: 24px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;

    border-top: 1px solid rgba(30, 30, 30, 0.08);
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);

}

/* main availabiltiy button */
.adventure-summary-head .adventure-main-cta {
    margin-top: 16px;
}

.adventure-summary-head .adventure-summary-head-price {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .adventure-page .sidebar {
        display: block;
    }

    .adventure-sidebar-mobile-only .sidebar {
        display: none;
    }

    .adventure-summary {
        padding-top: 24px;
        padding-bottom: 24px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;

        border-radius: 16px;
        border: 1px solid rgba(30, 30, 30, 0.08);
    }

    .adventure-summary-head {
        display: block;
        padding-bottom: 16px;
        margin-left: 24px;
        margin-right: 24px;
    }
}

.f-adventure-head-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.f-adventure-head-reviews .adventure-summary-reviews {
  margin-top: 4px;
}

.adventure-summary-top a {
  text-decoration: none;
}

.adventure-summary-top a > span {
  display: block;
}

.adventure-infoboxes {
  margin-bottom: 8px;
  margin-left: -8px; /* Remove the gap between the infoboxes */
  margin-right: -8px; /* Remove the gap between the infoboxes */
  margin-top: 24px;
}

@media (min-width: 1024px) {
    .adventure-infoboxes {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 48px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
      }

    .adventure-infobox {
        margin: -6px -8px;
    }
}

.adventure-infobox {
    padding: 6px 8px;
}

.adventure-infobox--type-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 8px;
    transition: background-color .3s ease;
}

.adventure-infobox--type-trigger:hover {
    background-color: #F9F9F9;
}

.adventure-infobox--type-trigger .icon {
    color: #000000;
    transition: transform .3s ease-out;
}

.adventure-infobox--type-trigger:hover .icon {
    transform: translateX(4px);
}

.adventure-infobox-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adventure-summary-reviews {
  text-decoration: none;
  font-weight: 500;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.adventure-summary-reviews button {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.adventure-summary-reviews .icon {
  color: #D82137;
}

.adventure-summary-body-additional-cta-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.adventure-summary-body-additional-cta {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(30, 30, 30, 0.08);
}

@media (min-width: 768px) {
    .adventure-summary-body-additional-cta {
        padding-top: 16px;
        margin-right: 24px;
        margin-left: 24px;
        margin-top: 0;
        border-top: 1px solid rgba(30, 30, 30, 0.08);
    }
}

@media (max-width: 767px) {
    .adventure-summary-body-additional-cta-buttons {
        margin-top: 24px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

.adventure-summary-body-additional-cta-buttons .f-btn {
  flex: 1;
  margin: 0 !important;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.adventure-gallery-slider.swiper-container {
  margin-left: -20px;
  margin-right: -20px;
}

.adventure-gallery-slider .swiper-pagination {
  background: -o-linear-gradient(89deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adventure-gallery-slider img {
  display: block;
  aspect-ratio: 375 / 300;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.adventure-gallery {
  overflow-y: hidden;
  position: relative;
  border-radius: 16px;
}


.adventure-gallery-inner {
  height: 0;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  padding-top: 42.922%; /* 21:9 aspect ratio */
}

.adventure-gallery-inner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.adventure-gallery,
.left-column,
.center-column,
.right-column {
    max-height: calc(60vh - 96px);
    min-height: 234px;
}

.left-column {
    height: 100%;
    width: calc(57.38% - 8px);
    left: 0px;
    top: 0px;
    position: absolute;
}

.right-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: calc(21.311% + 4px);
    right: 0;
    top: 0;
    position: absolute;
    padding-left: 4px;
}

.center-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: calc(21.311% + 4px);
    left: calc(57.38% - 8px);
    top: 0;
    position: absolute;
    padding-left: 4px;
}

@media (min-height: 950px) {
    .left-column,
    .center-column,
    .right-column,
    .adventure-gallery {
        max-height: 468px;
    }
}

@media (max-height: 600px) {
    .center-column .adventure-gallery-image-normal:first-child,
    .right-column .adventure-gallery-image-normal:first-child {
        height: 100%;
        margin-bottom: 0;
    }

    .center-column .adventure-gallery-image-normal:not(:first-child),
    .right-column .adventure-gallery-image-normal:not(:first-child) {
        display: none;
    }

    .left-column,
    .center-column,
    .right-column {
        width: calc(33% + 4px);
    }

    .center-column {
        left: calc(33% + 4px);
    }
}

.left-column-inner {
  height: 100%;
  width: 100%;
}

.right-column-inner {
  height: 100%;
  width: 100%;
}

.center-column-inner {
    position: relative;
    height: 100%;
    width: 100%;
  }

.adventure-gallery-image-large {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-animation: loadingBackground 1s infinite ease-in-out;
  animation: loadingBackground 1s infinite ease-in-out;
}

.adventure-gallery-image-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adventure-gallery-image-large-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.adventure-gallery-image-large-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: 150%;
  height: 150%; */
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
}

.adventure-gallery-image-normal {
  display: inline-block;
  vertical-align: bottom;
  height: calc(50% - 2px);
  width: 100%;
  min-height: 1px;
  margin-bottom: 2px;
  overflow: hidden;
  cursor: pointer;
  -webkit-animation: loadingBackground 1s infinite ease-in-out;
  animation: loadingBackground 1s infinite ease-in-out;
}

.adventure-gallery-image-normal+.adventure-gallery-image-normal {
  margin-top: 2px;
  margin-bottom: 0px;
}

.ag-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.adventure-gallery-view-all {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.adventure-gallery-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1E1E1E;
  background-color: #FFFFFF;
  border-radius: 4px;
  min-height: 48px;
}

.adventure-intro {
  margin: 32px 0 48px;
}

.intro-guide-quote p:first-child::before {
  content: '“';
}

.intro-guide-quote p:last-child::after {
  content: '”';
}

.adventure-trip-highlights-item:not(:last-child) {
    margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .adventure-trip-highlights {
    margin: 24px 0;
  }

  .adventure-trip-highlights-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1300px) {
  .adventure-trip-highlights {
    margin: 48px 0;
  }

  .adventure-trip-highlights-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.adventure-content-image {
  margin: 24px 0 48px;
}

.adventure-content-image img {
  border-radius: 16px;
  aspect-ratio: 1 / 1;
}

@media (min-width: 1200px) {
  .adventure-content-image {
    margin: 48px 0;
  }

  .adventure-content-image img {
    aspect-ratio: 16 / 9;
  }
}

.adventure-content-itineraries .section-controls-header {
  margin-bottom: 16px;
}

.adventure-itineraries-slider-nav {
  overflow: hidden;
  margin: 0 -20px;
  width: calc(100% + 40px);
  padding: 0 0 16px 20px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
  margin-bottom: 16px;
}

.adventure-itineraries-slider-nav .swiper-slide {
  width: auto !important;
}

@media (min-width: 1200px) {
  .adventure-itineraries-slider-nav {
    margin: 0;
    width: 100%;
    padding-left: 0;
    margin-bottom: 16px;
  }
}

.adventure-itineraries-slider-content .accordion-container-all-opened {
  border-top: 1px solid rgba(30, 30, 30, 0.08);;
  margin-top: 24px;
}

.itinerary-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: box-shadow .3s ease;
}

.itinerary-card:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .itinerary-card {
    margin-bottom: 16px;
  }
}

.itinerary-card-title {
  color: #212121;
  margin-bottom: 2px;
}

.itinerary-card-subtitle {
  color: #404040;
}

.itinerary-card-footer .itinerary-card-duration {
  color: #404040
}

.itinerary-card--sidebar {
  margin-bottom: 8px;
}

.itinerary-card--sidebar .itinerary-card-buttons .f-btn {
  margin-top: 0 !important;
}

.itinerary-card-buttons .f-btn + .f-btn {
  margin-left: 16px;
}

.itinerary-card--waitlist {
  flex-direction: row;
  align-items: center;
}

.itinerary-card--waitlist .card-content {
  margin-right: 24px;
}


.itinerary-card--waitlist .card-cta {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .itinerary-card--waitlist {
    flex-direction: column;
    align-items: flex-start;
  }

  .itinerary-card--waitlist .card-content {
    margin-right: 0;
    margin-bottom: 16px;
  }
}


.itinerary-card--sidebar .itinerary-card-footer {
  margin-top: 16px;
}

.itinerary-card--sidebar .itinerary-card-head {
  min-height: 42px;
}

.itinerary-card--dates {
  margin-bottom: 8px;
}

.itinerary-card--dates .itinerary-card-footer {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .adventure-content-itineraries-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .adventure-content-itineraries-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .adventure-content-itineraries-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1400px) {
  .adventure-content-itineraries-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.adventure-guides {
  margin: 72px 0;
}

.adventure-guides .swiper-container-initialized .swiper-slide {
  cursor: grab;
}


.section-nav {
  position: relative;
  height: 52px;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
}

.scroll-link {
  display: block;
  text-decoration: none;
  margin-right: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.scroll-link.active {
  color: #06001E;
  border-bottom: 2px solid #06001E;
}

#section-nav {
  position: absolute;
  background: #fff;
  padding: 16px 20px 0;
  scroll-padding: 0 100px;
  z-index: 9;
  width: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  border-bottom: 1px solid transparent;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  -webkit-overflow-scrolling: touch;
}

#section-nav::-webkit-scrollbar {
  display: none;
}

#section-nav.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

#section-nav::after {
  content: '';
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

#section-nav > li:last-child .scroll-link {
    margin-right: 0;
}

@media (min-width: 768px) {
  .section-nav {
    position: relative;
    height: 68px;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  #section-nav {
    padding: 0;
    padding-top: 32px;
  }

  #section-nav.is-sticky {
    padding-top: 16px;
  }

  #section-nav:not(.is-sticky) {
    left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #section-nav.is-sticky {
      width: calc(100vw - (47vw - 96px + 56px + 40px));
    }
}

@media (min-width: 1024px) {
    #section-nav.is-sticky {
        width: calc(100vw - 392px - 40px);
    }
}


@media (min-width: 1200px) {
    #section-nav.is-sticky {
      width: 696px;
    }
  }

.scroll-section {
  scroll-margin: 56px;
}

.section-nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 100px;
}

.section-nav ol li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.adventure-cta-ribbon {
  background-color: #ffffff;
  border-top: 1px solid rgba(30, 30, 30, 0.08);
  padding: 12px 0 20px;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all .3s ease;
  animation-name: slideIn;
  animation-duration: .5s;
}

.adventure-cta-ribbon.hide-it {
  transform: translateY(100%);
  pointer-events: none;
}

.adventure-cta-ribbon .f-btn:not(.f-btn--currency) {
  min-width: 145px;
  max-width: 200px;
}

.adventure-cta-ribbon--fe .f-btn {
  max-width: 100%;
}

@media (min-width: 768px) {
  .adventure-cta-ribbon--fe .f-btn {
    max-width: 240px;
  }
}


.adventure-cta-ribbon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adventure-cta-ribbon-price-duration {
  flex-shrink: 0;
  max-width: 50%;
  margin-right: 16px;
}

@media (min-width: 768px) {
  .adventure-cta-ribbon {
    display: none;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.adventure-cta-ribbon.sidebar-dates-sticky {
  display: block;
  left: unset;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 520px;
  padding: 12px 20px;
}

@media screen and (min-width: 768px) {
  .adventure-cta-ribbon.sidebar-dates-sticky {
      padding: 12px 40px;
  }
}

.adventure-cta-ribbon-content {
  gap: 16px;
}

.adventure-cta-ribbon.sidebar-dates-sticky .f-btn {
  flex-shrink: 0;
}

.adventure-modal.single-itinerary-dates-modal {
  padding-bottom: 80px;
}

a.adventure-infobox {
  text-decoration: none;
}

.section-controls-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .section-controls-header {
    margin-bottom: 24px;
  }
}


.adventure-guide-modal {
  max-width: 720px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 64px 40px 40px;
}

.adventure-guide-modal .fancybox-close-small {
  right: 14px;
  top: 14px;
}

.adventure-guide-reviews .icon-star {
  color: #D82137;
}


.adventure-review {
  margin: 48px 0;
}

.adventure-text-section {
  margin: 48px 0;
}

.adventure-text-section .wp-content {
  max-width: 774px;
}

.adventure-text-section .wp-content p {
  line-height: 24px;
}

.adventure-things-to-know {
  margin: 48px 0;
}

.adventure-things-to-know-more {
  margin-top: 24px;
}

.adventure-related-adventures {
    overflow: hidden;
    margin: 48px 0;
}

.adventure-related-adventures .swiper-container {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .adventure-related-adventures .swiper-container {
        overflow: unset;
    }
}

.adventure-related-adventures .swiper-slide {
  width: 254px;
}

.adventure-content-itinerary .accordion-container {
  margin-top: 16px;
  border-top: 1px solid rgba(30, 30, 30, 0.08);
}

.adventure-content-itinerary-intro {
  margin-top: 24px;
}

.adventure-modal {
  height: 100vh;
  padding: 0 20px 0;
}

@media (min-width: 768px) {
  .adventure-modal {
    padding: 0 40px 0;
  }
}

.adventure-modal-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

@media (min-width: 768px) {
  .adventure-modal-content-head {
    height: 96px;
  }
}

.adventure-modal-content-head .icon {
  color: #757575;
  flex-shrink: 0;
}

.adventure-modal-content-head-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 24px;
  text-overflow: ellipsis;
  text-align: center;
}

.adventure-modal-content-body .f-form {
  margin: 32px 0;
}

.adventure-modal-content-body {
  min-height: calc(100vh - 184px);
  margin-top: 16px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .adventure-modal-content-body {
    min-height: calc(100vh - 204px);
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.adventure-modal-content-cta {
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px 0 40px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .adventure-modal-content-cta {
    position: fixed;
    padding: 20px;
    border-top: 1px solid rgba(30, 30, 30, 0.08);
  }
}

.adventure-modal-content-info {
  margin-top: 32px;
}

.adventure-modal-content-info-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.adventure-modal-content-info-title .title {
  margin-bottom: 0;
}

.adventure-modal-content-info-title .icon {
  font-size: 32px;
  margin-right: 8px;
}

.adventure-modal-back {
  visibility: hidden;
  opacity: 0;
}

.adventure-modal-back.is-visible {
  visibility: visible;
  opacity: 1;
}

.adventure-sidebar-itineraries-grid {
  margin: 16px 0 24px;
}

.adventure-sidebar-itineary-dates-grid {
  margin: 16px 0 24px;
}

.adventure-sidebar-itineary-dates-grid--sold-out {
  margin-top: 24px;
}

.adventure-sidebar-itineary-dates-grid--sold-out .itinerary-card {
  background: #F9F9F9;
}

.adventure-sidebar-itineary-dates-grid--sold-out .itinerary-card *:not(.f-btn) {
  color: #757575;
}

.adventure-sidebar-itineary-dates-grid--sold-out .title {
  margin-bottom: 16px;
}

.adventure-sidebar-itineary-dates-year-select {
  margin: 24px 0 0;
}

.adventure-webinar {
  margin: 48px 0;
}

.adventure-webinar .card {
  max-width: 1070px;
}

.adventure-webinar .card + .card {
  margin-top: 48px;
}

.adventure-webinar .card-title {
  font-weight: 500;
}

.adventure-webinar .card-cta-webinar-notify-time {
  color: #ffffff;
}

.adventure-webinar .card-info-guide-image img {
  border-color: #ffffff;
}

.pdf-brochure-form-success--book-a-call {
  margin-top: 16px;
  color: #212121;
}

.adventure-pdf-brochure-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 65px;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  max-width: 375px;
  width: 0;
  height: 0;
  margin: 0 auto;
  padding: 24px;
  transition: transform .4s ease;
  transform: translate(0, 100vh);
}

.adventure-pdf-brochure-popup.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  height: auto;
  transition: transform .4s ease;
  transform: none;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
}

.pdf-brochure-popup-close {
  text-align: right;
}

.pdf-brochure-popup-close .icon {
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .adventure-pdf-brochure-popup {
    transform: translate(-50%, 100vh);
  }

  .adventure-pdf-brochure-popup.is-visible {
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 375px;
    right: auto;
    top: 50%;
    left: 50%;
    height: auto;
    border-radius: 16px;
  }
}

.pdf-brochure-popup .pdf-brochure-featured-image {
    margin: 0 auto 36px;
}

.pdf-brochure-popup .pdf-brochure-form-success.f-form-success {
    padding-left: 0;
    padding-right: 0;
}

.pdf-brochure-popup .pdf-brochure-widget--popup .pdf-brochure-widget-description {
    margin: 16px 0 24px;
}

.pdf-brochure-popup .f-form.is-loading [type=submit] {
    color: initial !important;
}

.adventure-page.is-founders-edition .adventure-summary-footer {
  padding-top: 16px;
}


.adventure-video-trailer {
  margin: 48px 0;
}

.adventure-video-trailer-player {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.adventure-video-trailer-player--16-9 {
  aspect-ratio: 16/9;
}

.adventure-video-trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.adventure-video-trailer .f-vimeo-controls {
  transition: all .3s ease;
  opacity: 0;

  padding-top: 68px;
  background: linear-gradient(0, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.adventure-video-trailer .f-vimeo-controls:hover {
  opacity: 1;
}

.adventure-video-trailer-player.is-fullscreen {
  background-color: #000000;
}

.adventure-video-trailer-footer {
  position: relative;
  padding: 24px;
  border-radius: 0 0 16px 16px;
  color: #ffffff;
  background-color: #0C0C0C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -1px;
}

.adventure-video-trailer-player-placeholder {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
}

.adventure-video-trailer-player-placeholder::after {
  content: '';
  background: linear-gradient(0, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  width: 100%;
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}

.adventure-video-trailer-player-placeholder svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.adventure-video-trailer-player-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.000001);
  transition: transform 1s;
}

.adventure-video-trailer-player-placeholder:hover img {
  transform: scale(1.1);
}

.adventure-video-trailer-modal.fancybox-content {
  margin-top: 10vh;
}

.adventure-video-trailer-modal .f-modal-header img {
  border-radius: 16px;
}

.adventure-video-trailer-modal .f-form-success,
.adventure-video-trailer-modal .f-form-error {
  margin-bottom: 0;
}

.adventure-video-trailer-modal .f-form-success span {
  vertical-align: top;
}

.adventure-video-trailer-modal .f-form-success--book-a-call {
  margin-top: 24px;
}

.video-modal {
    display: none;
    position: relative;
}

.video-modal.is-visible {
    display: block;
}

.video-modal-backsplash {
    display: none;
}

.video-modal-backsplash.is-visible {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99993;
    background-color: #000000;
}

.video-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-in-out,top .5s ease-in-out;
    z-index: 99994;
    width: 100%;
}

.video-modal-content.is-visible {
    opacity: 1;
    visibility: visible
}

.video-modal-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

/* Landscape that should encompass even iPhone 14 pro max */
@media screen and (max-device-width: 926px) and (orientation: landscape) {
    .video-modal-content iframe {
        height: 85vh;
    }

    .f-vimeo-fullscreen {
        display: none;
    }
}

.video-modal-close-button {
    position: fixed;
    z-index: 99999;
    background-color: transparent;
    top: 12px;
    right: 20px;
    border: none;
    padding: 8px
}

.video-modal-close-button .icon {
    color: #949494;
}

.video-modal-content .f-vimeo-controls {
    position: relative;
    padding-top: 10px;
}

.adventure-extra-galleries {
  margin: 48px 0;
}

.adventure-extra-content-column {
  padding: 24px 0;
}

.adventure-extra-gallery-column img {
  display: block;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.adventure-extra-gallery {
  position: relative;
  cursor: pointer;
  aspect-ratio: 1/1;
}

.adventure-extra-gallery img {
  aspect-ratio: 1/1 !important;
}

.adventure-sitewide-notice {
  background: linear-gradient(0deg, rgba(0, 134, 209, 0.20) 0%, rgba(0, 134, 209, 0.20) 100%), rgba(255, 255, 255, 0.20);
  padding: 8px;
  text-align: center;
}

.intro-guide .icon-quote-bg {
  position: absolute;
  right: 0;
  top: 0;
  color: #000000;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.intro-guide .card-guide {
  text-decoration: none;
}

.adventure-trip-highlights .adventure-trip-highlights-item-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.adventure-trip-highlights-icon .icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
}

#adventure-waitlist input[readonly]:not(.hasDatepicker) {
  background: #F9F9F9;
  border-color: rgba(30, 30, 30, 0.08);
}

.f-brochure-form-cta {
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
    padding-bottom: 12px;
}

.itinerary-card--sidebar-inverse {
    background-color: #0C0C0C;
    color: #ffffff; 
}

.itinerary-card--sidebar-inverse .itinerary-card-title,
.itinerary-card--sidebar-inverse .itinerary-card-subtitle,
.itinerary-card--sidebar-inverse .f-price-duration .f-price {
    color: #ffffff;
}

.itinerary-card--sidebar-inverse .f-price-duration .f-separator,
.itinerary-card--sidebar-inverse .f-price-duration .f-duration {
    color: rgba(255, 255, 255, 0.75);
}

.itinerary-card--sidebar-inverse .f-btn--primary {
    background-color: #ffffff;
    color: #06001E;
}

.itinerary-card--sidebar-inverse .c-text-dark-secondary {
    color: rgba(255, 255, 255, 0.75);
}

.pdf-brochure-widget--adventure-section .f-form-inline-container {
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

.pdf-brochure-widget--adventure-section .f-form-inline-container button {
    margin: 0 !important;
}

.pdf-brochure-widget--adventure-section .f-form-inline-container label {
    margin-bottom: 0 !important;
}

.pdf-brochure-widget--adventure-section .pdf-brochure-widget-description {
    margin-bottom: 0;
}

.pdf-brochure-widget--adventure-section .pdf-brochure-form.is-success + .pdf-brochure-form-success,
.pdf-brochure-widget--adventure-section .pdf-brochure-form.is-success + .pdf-brochure-form-success .pdf-brochure-form-success--book-a-call,
.pdf-brochure-widget--popup .pdf-brochure-form.is-success + .pdf-brochure-form-success,
.pdf-brochure-widget--popup .pdf-brochure-form.is-success + .pdf-brochure-form-success .pdf-brochure-form-success--book-a-call {
    margin-top: 24px;
}

.adventure-page-hero > .f-content {
    margin-bottom: 16px;
}

.remove-border-bottom {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .adventure-gallery {
        display: none;
    }
}

@media (min-width: 768px) {
    .adventure-gallery-slider {
        display: none;
    } 
}

.adventure-section-hub {
    margin: 48px 0;
}

.sidebar-hub-page {
    margin-top: 24px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .sidebar-hub-page {
        margin-bottom: 0;
    }
}

.adventure-summary-service-info-item {
    display: flex;
    gap: 8px;
}

.adventure-summary-service-info-item:not(:last-child) {
    margin-bottom: 4px;
}

.adventure-summary-service-info-item .icon {
    font-size: 16px;
   color: #4CAD00;
}

.adventure-modal .adventure-summary-service-info {
    border-radius: 16px;
    border: 1px solid rgba(30, 30, 30, 0.08);
    padding: 16px;
    margin-bottom: 24px;
}

.swiper-fade-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, white 0%, transparent 100%);
    z-index: 10;
  }
  
  .swiper-fade-overlay.left {
    left: -8px;
    right: auto;
    background: linear-gradient(to right, white 0%, transparent 100%);
  }
  .swiper-fade-overlay.right {
    right: -8px;
    left: auto;
    background: linear-gradient(to left, white 0%, transparent 100%);
  }
  .swiper-fade-overlay.hidden {
    display: none;
  }
  
  .adventure-guide-reviews--slider.add-min-h .card-adventure-review {
      min-height: 200px;
  }
  
  .adventure-guide-reviews--slider {
      overflow: hidden; /* still clips left/right scroll overrun */
      position: relative;
      padding: 0 8px;
      margin: 48px -8px;
  }
  .adventure-guide-reviews--slider .swiper-container {
    overflow: visible;
  }

.adventure-conversion-notice {
    display: flex;
    align-items: center;
    gap: 2px;
}

.adventure-conversion-notice .icon {
    color: #949494;
    font-size: 16px;
}

.sidebar .adventure-summary-service-info-item-conversion-notice {
    display: none;
}