:root {
  --blue-1: #233267;
  --blue-2: #008ad1;
  --blue-3: #a0d9f7;

  --black: #0c0c0c;

  --grey-1: #757575;
  --grey-2: #dedede;
  --grey-3: #f5f5f5;

  --verde: #d3f75d;

  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

/* ===== DISPLAY ===== */
.is_display_bold {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
}

.is_display_regular {
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
}

/* ===== HEADINGS ===== */
.is_heading1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.is_heading2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.is_heading3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.is_heading4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

/* ===== SUBTITLE ===== */
.is_subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

/* ===== OVERLINE ===== */
.is_overline {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/* ===== BODY TEXT ===== */
.is_body1 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.is_body1_bold {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.is_body2 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.is_body2_bold {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}

/* ===== BUTTON ===== */
.is_button {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .is_display_bold {
    font-size: 48px;
    line-height: 56px;
  }

  .is_display_regular {
    font-size: 36px;
    line-height: 48px;
  }

  .is_heading1 {
    font-size: 28px;
    line-height: 40px;
  }

  .is_heading2 {
    font-size: 28px;
    line-height: 38px;
  }

  .is_heading3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.is_blue1 {
  color: var(--blue-1);
}

.is_blue2 {
  color: var(--blue-2);
}

.is_blue3 {
  color: var(--blue-3);
}

.is_black {
  color: var(--black);
}

.is_grey1 {
  color: var(--grey-1);
}

.is_grey2 {
  color: var(--grey-2);
}

.is_grey3 {
  color: var(--grey-3);
}

.is_verde {
  color: var(--verde);
}

.is_white {
  color: var(--white);
}

.is_bg_blue1 {
  background-color: var(--blue-1);
}

.is_bg_blue2 {
  background-color: var(--blue-2);
}

.is_bg_blue3 {
  background-color: var(--blue-3);
}

.is_bg_black {
  background-color: var(--black);
}

.is_bg_grey1 {
  background-color: var(--grey-1);
}

.is_bg_grey2 {
  background-color: var(--grey-2);
}

.is_bg_grey3 {
  background-color: var(--grey-3);
}

.is_bg_verde {
  background-color: var(--verde);
}

.is_bg_white {
  background-color: var(--white);
}

/* ===== FONT WEIGHT ===== */

.is_thin {
  font-weight: 100;
}

.is_extra_light {
  font-weight: 200;
}

.is_light {
  font-weight: 300;
}

.is_regular {
  font-weight: 400;
}

.is_medium {
  font-weight: 500;
}

.is_semibold {
  font-weight: 600;
}

.is_bold {
  font-weight: 700;
}

.is_extra_bold {
  font-weight: 800;
}

.is_black_weight {
  font-weight: 900;
}

/* Header CSS */
body.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  span {
  color: var(--white) !important;
}

.bluefleet-testimonial {
  background-color: var(--white);
  padding: 80px 0 120px;
  position: relative;
}

.qodef-mobile-header .qodef-mobile-menu-opener {
  width: 60px !important;
  height: 60px !important;
}

@media (max-width: 990px) {
  .bluefleet-testimonial {
    padding: 64px 0 80px;
  }
}

@media (max-width: 768px) {
  .bluefleet-testimonial {
    padding: 40px 0 56px;
  }
}

.bluefleet-testimonial .dng-content-section {
  position: relative;
  z-index: 2;
}

.bluefleet-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: url(../images/wave_background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.page-template-tempalte-experiences .qodef-content,
.page-template-template-private-experiences .qodef-content {
  margin-top: 0 !important;
  z-index: auto !important;
}

body .qodef-content {
  z-index: auto !important;
}

.dng-content-section {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
}

.dng-text-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

.page-template-tempalte-experiences
  header.qodef-page-header
  .qodef-menu-area
  .qodef-logo-wrapper
  a,
.page-template-template-private-experiences
  header.qodef-page-header
  .qodef-menu-area
  .qodef-logo-wrapper
  a {
  height: 80px !important;
  max-height: 80px;
  padding-top: 0;
}

.page-template-tempalte-experiences header,
.page-template-template-private-experiences header {
  box-shadow: 3px 4px 18px 0px #01020208;
}

.bluefleet-breadcrumb {
  margin: 30px 0;
}

.bluefleet-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bluefleet-breadcrumb ul li {
  list-style: none;
}

.dng-content-block {
  margin: 70px 0 120px;
  max-width: 860px;
}

@media (max-width: 990px) {
  .dng-content-block {
    margin: 50px 0 80px;
  }
}

@media (max-width: 768px) {
  .dng-content-block {
    margin: 24px 0 64px;
  }
}

.dng-content-block h1 {
  color: #1c3869;
  margin-bottom: 8px;
  margin-top: 0;
  letter-spacing: 0;
}

.dng-content-block h3.is_subtitle {
  margin-bottom: 24px;
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0;
}

.dng-content-block p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--grey-1);
}

.dng-experiences-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 120px 0;
}

@media (max-width: 990px) {
  .dng-experiences-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 80px 0;
  }
}

@media (max-width: 768px) {
  .dng-experiences-list {
    grid-template-columns: repeat(1, 1fr);
    margin: 64px 0;
    gap: 32px;
  }
}

.dng-experiences-list-item {
  height: clamp(330px, 38.194vw, 550px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 10px;
  padding: 48px 24px;
}

@media (max-width: 990px) {
  .dng-experiences-list-item {
    padding: 16px;
  }
}

.dng-experiences-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 10%,
    rgba(0, 0, 0, 0) 55%
  );
  z-index: 1;
  pointer-events: none;
}

.dng-experiences-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dng-experiences-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dng-experiences-list-item-content,
.dng-experiences-list-item-button {
  position: relative;
  z-index: 2;
}

.dng-experiences-list-item-content {
  max-width: 330px;
}

.dng-experiences-list-item-content h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: none;
  margin: 0 0 8px;
  letter-spacing: 0;
}

@media (max-width: 990px) {
  .dng-experiences-list-item-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.dng-experiences-list-item-button {
  padding: 20px 34px;
  background-color: var(--white);
  color: var(--blue-1);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dng-experiences-list-item-button:hover {
  background-color: var(--blue-1);
  color: var(--white);
}

.dng-experiences-list-item-badge {
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px;
  display: inline-block;
  font-size: 15px;
  line-height: 10px;
  letter-spacing: 0px;
  min-width: 50px;
  text-align: center;
}

.dng-experiences-list-item-features {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dng-experiences-list-item-features li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: var(--white);
  padding: 0 14px;
  position: relative;
  text-transform: lowercase;
  white-space: nowrap;
}

.dng-experiences-list-item-features li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 60%;
  background-color: var(--white);
}

.dng-experiences-list-item-features li:first-child {
  padding-left: 0;
}

.dng-experiences-list-item-features li:last-child {
  padding-right: 0;
}

.dng-experiences-list-item-features li:last-child:after {
  display: none;
}

@media (max-width: 990px) {
  .dng-experiences-list-item-features li {
    font-size: 15px;
    line-height: 25px;
    padding: 0 8px;
  }

  .dng-experiences-list-item-features li:after {
    display: none;
  }
}

.bluefleet-testimonial__content {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}

body.lang-en .bluefleet-testimonial__content {
  max-width: 370px;
}

@media (max-width: 990px) {
  .bluefleet-testimonial__content {
    padding-top: 52px;
  }
}

.bluefleet-testimonial__content h2 {
  margin: 0 0 26px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}

.bluefleet-testimonial__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 160px;
  object-fit: contain;
  pointer-events: none;
}

@media (max-width: 990px) {
  .bluefleet-testimonial__icon {
    width: 240px;
  }
}

.bluefleet-image-with-content {
  height: 480px;
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .bluefleet-image-with-content {
    justify-content: center;
    text-align: center;
  }
}

.bluefleet-image-with-content h2 {
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .bluefleet-image-with-content h2 {
    margin: 0 auto 40px;
    max-width: 200px;
    text-transform: uppercase;
  }
}

.bluefleet-image-with-content .dng-text-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.bluefleet-image-with-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 2;
}

.bluefleet-image-with-content__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}
.bluefleet-features__bg-image--mbl {
  display: none;
}
@media (max-width: 768px) {
  .bluefleet-features__bg-image--desktop {
    display: none;
  }
  .bluefleet-features__bg-image--mbl {
    display: block;
  }
}

.bluefleet_btn_white {
  display: inline-block;
  padding: 23px 50px;
  background-color: var(--white);
  text-decoration: none;
  color: var(--blue-1);
  line-height: 14px;
}

.bluefleet_btn_white:hover {
  background-color: var(--blue-1);
  color: var(--white);
}

.bluefleet-booking_wrap {
  background-color: var(--grey-3);
  padding: 25px 0;
}

@media (max-width: 768px) {
  .bluefleet-booking_wrap {
    padding: 40px 0;
  }
}

.bluefleet-booking_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .bluefleet-booking_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.bluefleet-booking_content h3 {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .bluefleet-booking_content h3 {
    max-width: 200px;
  }
}

.bluefleet_btn_blue {
  padding: 23px 50px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--blue-1);
  text-decoration: none;
}

.bluefleet_btn_blue:hover {
  background-color: var(--white);
  color: var(--blue-1);
}

/* ===== EXPERIENCE DETAILS PAGE ===== */
.dng-single-details__banner {
  position: relative;
  height: 360px;
  overflow: hidden;
  background-color: var(--grey-3);
  display: flex;
  align-items: flex-end;
  padding: 35px 0;
}

.dng-single-details__banner::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: #00000033; */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.3) 60%
  );
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.dng-single-details__banner .dng-content-section {
  position: relative;
  z-index: 2;
}

.dng-single-details__banner .dng-experiences-list-item-badge {
  margin: 0;
  min-width: 64px;
}

.dng-single-details__banner .dng-content-section {
  position: relative;
  z-index: 2;
  width: 100%;
}

.dng-single-details__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.dng-experience-detail-title-block {
  margin: 64px 0;
}

@media (max-width: 768px) {
  .dng-experience-detail-title-block {
    margin: 48px 0;
  }
}

.dng-experience-detail-title-block h1 {
  margin: 0 0 16px;
  letter-spacing: 0;
  color: #1c3869;
}

.dng-experience-detail-title-block p.is_subtitle {
  letter-spacing: 0;
  margin: 0;
}

.dng-info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 80px;
  align-items: flex-start;
  margin-top: 64px;
}

@media (max-width: 768px) {
  .dng-info-strip {
    margin-top: 40px;
    gap: 32px;
  }
}

.dng-info-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.dng-info-strip__icon {
  width: auto;
  height: 36px;
  margin-bottom: 6px;
}

.dng-info-strip__label {
  color: var(--blue-2);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.dng-info-strip__value {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--blue-1);
}

.dng-accordion {
  margin-bottom: 16px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 1px 4px 0px #19213d0f;
  border: 2px solid var(--grey-3);
}

.dng-accordion__panel {
  padding: 26px 32px;
}

.dng-accordion--open .dng-accordion__panel {
  background-color: var(--white);
  box-shadow: 0px 5px 15px 0px #19213d0f;
}

.dng-accordion--closed .dng-accordion__panel {
  background-color: var(--grey-3);
}

.dng-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 16px;
  border: none;
  width: 100%;
  text-align: left;
  background: transparent;
  font: inherit;
  padding: 0;
}

.dng-accordion__title {
  flex: 1;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--blue-1);
  margin: 0;
  letter-spacing: 0;
}

.dng-accordion__toggle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--blue-1);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.dng-accordion--open .dng-accordion__toggle {
  transform: rotate(180deg);
}

.dng-accordion__chevron {
  width: 20px;
  height: 20px;
  color: var(--white);
}

.dng-accordion__content {
  overflow: hidden;
  padding: 10px 0;
}

.dng-accordion__body {
  color: var(--grey-1);
  margin: 0 0 16px 0;
}

.dng-accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dng-accordion__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--grey-1);
  margin-bottom: 16px;
}

.dng-accordion__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #2d5bf7;
}

.dng-experience-detail-content-block {
  display: grid;
  row-gap: 90px;
  column-gap: 100px;
  grid-template-columns: 2fr 1fr;
  margin: 64px 0 100px;
  background-image: url(../images/bg_with_mask.png);
}

@media (max-width: 768px) {
  .dng-experience-detail-content-block {
    margin: 56px 0 74px;
  }
}

@media (max-width: 990px) {
  .dng-experience-detail-content-block {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }

  .dng-accordions {
    order: 3;
  }

  .dng-experience-detail-gallery {
    order: 2;
  }

  .dng-experience-detail-calendar {
    order: 1;
  }
}

.dng-experience-detail-gallery {
  grid-column: 1 / -1;
  position: relative;
}

@media (max-width: 990px) {
  .dng-experience-detail-gallery {
    grid-column: unset;
    overflow: hidden;
    margin: 0 -30px;
  }
}

.dng-experience-detail-gallery__slider-item {
  display: block;
  cursor: pointer;
  height: 564px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 990px) {
  .dng-experience-detail-gallery__slider-item {
    height: 300px;
    border-radius: 0;
  }
}

.dng-experience-detail-gallery__slider-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dng-experience-detail-gallery__slider,
.dng-card-slider__slider {
  position: relative;
}

.dng-experience-detail-gallery__slider .owl-nav,
.dng-card-slider__slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  pointer-events: none;
}

.dng-experience-detail-gallery__slider .owl-nav button,
.dng-card-slider__slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: var(--blue-1) !important;
  border-radius: 100% !important;
  color: var(--white) !important;
  pointer-events: auto;
}

.dng-experience-detail-gallery__slider .owl-nav button span,
.dng-card-slider__slider .owl-nav button span {
  display: none;
}

.dng-experience-detail-gallery__slider .owl-nav button.owl-next,
.dng-card-slider__slider .owl-nav button.owl-next {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 16L8.5 8.5L1 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.dng-experience-detail-gallery__slider .owl-nav button.owl-prev,
.dng-card-slider__slider .owl-nav button.owl-prev {
  background-image: url('data:image/svg+xml,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 16L1 8.5L8.5 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.dng-experience-detail-gallery__slider
  .owl-item:not(.active)
  .dng-experience-detail-gallery__slider-item:before,
.dng-card-slider__slider
  .owl-item:not(.active)
  .dng-card-slider__slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.dng-experience-detail-gallery__slider
  .owl-item.active
  .dng-experience-detail-gallery__slider-item,
.dng-card-slider__slider .owl-item.active .dng-card-slider__slider-item {
  opacity: 1;
  filter: grayscale(0%);
  transition: all 0.3s ease;
}

.dng-experience-detail-calendar {
  border: 1px solid var(--grey-2);
  padding: 16px 20px;
  border-radius: 6px;
  height: fit-content;
}

@media (max-width: 990px) {
  .dng-experience-detail-calendar {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .dng-experience-detail-calendar {
    border: 0;
    padding: 0;
    border-radius: 0;
  }

  .dng-experience-detail-calendar span {
    top: 0 !important;
    margin-bottom: 24px;
    display: inline-block;
  }
}

.dng-experience-detail-calendar span {
  position: relative;
  top: -30px;
  left: 4px;
  z-index: 9;
  background: var(--white);
  padding: 0 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1c3869;
}

.dng-card-slider {
  margin: 110px 0;
}

@media (max-width: 768px) {
  .dng-card-slider {
    margin: 54px 0;
  }
}

.dng-card-slider__title {
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 768px) {
  .dng-card-slider__title {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}

.dng-card-slider__slider-navigation {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.dng-card-slider__slider-navigation .owl-dot {
  width: 8px;
  height: 8px;
  background: #acd6ee;
  border-radius: 100%;
  transition: all 0.3s ease;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

.dng-card-slider__slider-navigation .owl-dot.active {
  background: #1c3869;
  width: 26px;
  transition: all 0.3s ease;
  border-radius: 32px !important;
}

.dng-card-slider__title h2 {
  margin: 0;
  letter-spacing: 0;
  color: #1c3869;
  font-weight: 700;
}

.dng-private-tour-cards {
  margin: 120px 0;
}

@media (max-width: 990px) {
  .dng-private-tour-cards {
    margin: 64px 0;
  }
}

.dng-private-tour-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 990px) {
  .dng-private-tour-cards__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dng-private-tour-cards .dng-experiences-list-item-content {
  max-width: 100%;
}

.dng-personalized-tour {
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
}

.dng-personalized-tour::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/wave_background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 990px) {
  .dng-personalized-tour {
    padding: 20px 30px 64px;
  }

  .dng-personalized-tour::before {
    display: none;
  }
}

.dng-personalized-tour__row {
  display: flex;
  align-items: center;
  column-gap: 120px;
  position: relative;
  z-index: 2;
}

@media (max-width: 990px) {
  .dng-personalized-tour__row {
    flex-direction: column;
    row-gap: 40px;
    align-items: unset;
  }
}

.dng-personalized-tour__col {
  flex: 0 0 calc(50% - 60px);
}

@media (max-width: 990px) {
  .dng-personalized-tour__col {
    flex: 0 0 100%;
  }
}

@media (min-width: 991px) {
  .dng-personalized-tour__image {
    height: clamp(390px, 41.667vw, 600px);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  }
}

.dng-personalized-tour__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dng-personalized-tour__content h2 {
  margin: 0 0 38px;
  letter-spacing: 0;
}

.dng-personalized-tour__content-text {
  margin-bottom: 50px;
}

@media (max-width: 990px) {
  .dng-personalized-tour__content h2 {
    margin-bottom: 25px;
  }

  .dng-personalized-tour__content-text {
    margin-bottom: 32px;
  }
}

button.dng-experience-detail-gallery__slider-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  background: transparent;
  z-index: 99;
  outline: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media (max-width: 990px) {
  button.dng-experience-detail-gallery__slider-video-btn {
    width: 40px;
    height: 40px;
  }
}

/* Experience detail – video pop-up trigger & modal */
.dng-experience-detail-video {
  margin-top: 24px;
}

.dng-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999000;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.dng-video-modal.is-open {
  display: flex;
}

.dng-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dng-video-modal.is-open .dng-video-modal__overlay {
  opacity: 1;
}

.dng-video-modal__inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  z-index: 1;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.dng-video-modal.is-open .dng-video-modal__inner {
  transform: scale(1);
}

.dng-video-modal__close {
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-bottom: 12px;
  border: 0;
  background: var(--white);
  color: var(--black);
  font-size: 32px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.dng-video-modal__close:hover {
  background: var(--grey-2);
  color: var(--black);
  transform: scale(1.08);
}

.dng-video-modal__content {
  position: relative;
  width: 100%;
  background: var(--black);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.dng-video-modal__iframe-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.dng-video-modal__iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .dng-video-modal {
    padding: 10px;
  }

  .dng-video-modal__content {
    border-radius: 8px;
  }

  .dng-video-modal__close {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.dng-banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 46px);
  min-height: 500px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}

/* YouTube video background - Plyr container */
.dng-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dng-video-background .plyr,
.dng-video-background .plyr__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.dng-video-background .plyr__video-wrapper iframe,
.dng-video-background iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  height: 56.25vw !important;
  min-width: 177.78vh !important;
  min-height: 100vh !important;
  transform: translate(-50%, -50%) scale(1.12) !important;
  pointer-events: none;
}

.dng-video-background .plyr {
  pointer-events: none;
}

.dng-video-background .plyr__controls {
  display: none !important;
}

.dng-video-background .plyr__poster {
  display: none !important;
}

/* Hide Plyr's big center play button when paused */
.dng-video-background .plyr__control--overlaid,
.dng-video-background .plyr .plyr__control[data-plyr="play"] {
  display: none !important;
}

/* Hide Plyr menu / copy / click labels and tooltips (top black area text) */
.dng-video-background .plyr__menu,
.dng-video-background .plyr__tooltip,
.dng-video-background .plyr [data-plyr="copy"],
.dng-video-background .plyr__controls [aria-label*="copy" i],
.dng-video-background .plyr__controls [aria-label*="click" i] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.dng-video-pause-overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}

.dng-video-pause-overlay.dng-visible {
  display: block;
  pointer-events: auto;
}

/* Clip bottom so YouTube "More videos" strip is hidden */
.dng-video-background {
  overflow: hidden;
}

.dng-video-background .plyr__video-wrapper {
  overflow: hidden;
  height: 100%;
}

.dng-video-more-videos-cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: 3;
  background: linear-gradient(
    to top,
    #0a1628 0%,
    #0a1628 35%,
    rgba(10, 22, 40, 0.85) 70%,
    transparent 100%
  );
  pointer-events: none;
}

.dng-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(12, 12, 12, 0) 0%,
    rgba(12, 12, 12, 0.5) 100%
  );
  z-index: 2;
}

.dng-video-control-wrap {
  position: absolute;
  right: 72px;
  bottom: 25%;
  z-index: 100;
  pointer-events: auto;
}

.dng-video-control-progress-ring,
.dng-video-control-btn {
  pointer-events: auto;
}

@media (max-width: 990px) {
  .dng-video-control-wrap {
    display: none !important;
  }
}

/* Button: dark teal circle, white progress sirf border pe */
.dng-video-control-progress-ring {
  --progress: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(
    #fff 0deg calc(var(--progress) * 3.6deg),
    rgb(27, 61, 62) calc(var(--progress) * 3.6deg) 360deg
  );
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dng-video-control-btn {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: none;
  background: #1b3d3e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}

.dng-video-control-progress-ring:hover .dng-video-control-btn {
  background: #1b3d3e;
}

.dng-video-control-btn.dng-playing .icon-pause {
  display: block;
}

.dng-video-control-btn.dng-playing .icon-play {
  display: none;
}

.dng-video-control-btn .icon-pause {
  display: none;
}

.dng-video-control-btn .icon-play {
  display: block;
}

.dng-banner-content {
  position: absolute;
  bottom: 25%;
  z-index: 9;
}

.dng-banner-content h1 {
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
  margin: 0 0 32px;
}

.dng-banner-content h1 span {
  display: block;
}

.dng-banner-content h1 span:first-child {
  font-weight: 700;
  font-size: 72px;
  line-height: 78px;
}

.dng-banner-content h1 span:last-child {
  font-weight: 400;
  font-size: 56px;
  line-height: 66px;
}

@media (max-width: 768px) {
  .dng-banner-content h1 {
    text-align: center;
  }

  .dng-banner-content h1 span:first-child {
    font-size: 48px;
    line-height: 56px;
  }

  .dng-banner-content h1 span:last-child {
    font-size: 36px;
    line-height: 48px;
  }
}

.dng-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  padding: 18px 0;
}

@media (max-width: 768px) {
  .dng-gallery {
    display: none;
  }
}

.dng-gallery__item {
  overflow: hidden;
  min-height: 0;
  cursor: pointer;
}

.dng-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dng-gallery__item:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.dng-gallery__item:nth-child(2) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.dng-gallery__item:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.dng-gallery__item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.dng-gallery__item:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.dng-gallery__item:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}

.bluefleet-features__top-section {
  width: 100%;
  height: 624px;
  padding: 130px 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .bluefleet-features__top-section {
    padding: 90px 0;
    height: 490px;
  }
}

.bluefleet-features__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.bluefleet-features__top-section-content {
  position: relative;
  z-index: 2;
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
}

.bluefleet-features__top-section-content h2 {
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bluefleet-features__content-blocks {
  position: relative;
  z-index: 2;
  background-color: var(--grey-3);
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .bluefleet-features__content-blocks {
    padding-bottom: 56px;
  }
}

.bluefleet-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}

@media (max-width: 990px) {
  .bluefleet-features__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .bluefleet-features__grid {
    top: -60px;
    margin-bottom: -60px;
  }
}

.bluefleet-features__grid-item {
  padding: 50px;
  background-color: var(--white);
}

.bluefleet-features__grid-item h3 {
  margin: 0 0 16px;
  text-transform: none;
  letter-spacing: 0;
}

.bluefleet_btn_blue1 {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--blue-1);
  color: var(--white);
  padding: 20px 24px;
  text-decoration: none;
  display: block;
  width: 100%;
  margin-top: 50px;
  transition: all 0.3s ease;
}

.bluefleet_btn_blue1:hover {
  background-color: var(--blue-2);
  color: var(--white);
}

@media (max-width: 991px) {
  .dng-banner-content {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .dng-banner-content {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
  }

  .dng-banner-content a {
    display: none !important;
  }
}

.dng-experience-detail--highlights {
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 28px;
  color: #757575;
  font-weight: 400;
}
.dng-experience-detail--highlights ul {
  margin: 0;
  padding-left: 20;
}
.dng-experience-detail--highlights p:last-child {
  margin-bottom: 0;
}
.dng-experience-detail--highlights ul li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #757575;
  font-weight: 400;
}
.dng-experience-detail--highlights ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .dng-experience-detail--highlights {
    margin-bottom: 48px;
  }
}

.dng-experience-detail--highlights h3 {
  margin: 0 0 24px;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: var(--blue-1);
  text-transform: none;
}

@media (max-width: 768px) {
  .dng-experience-detail--highlights h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.highlights-mobile {
  display: none;
}
@media (max-width: 991px) {
  .highlights-mobile {
    display: block;
  }
  .highlights-desktop {
    display: none;
  }
}
.dng-experience-detail-title-block__subtitle {
  max-width: 860px;
}
.dng-experience-detail-title-block__subtitle p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #757575;
}
.dng-experience-detail-title-block__subtitle p:last-child {
  margin-bottom: 0;
}

.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  a {
  background-color: var(--white) !important;
  color: var(--blue-1) !important;
  border-color: var(--white) !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  a:hover {
  background-color: var(--blue-1) !important;
  color: var(--white) !important;
  border-color: var(--blue-1) !important;
}

.qodef-mobile-header ul > li {
  padding: 6px 0 !important;
}
.qodef-mobile-header .qodef-mobile-nav ul li a {
  padding-bottom: 12px !important;
}
nav.qodef-mobile-nav {
  padding-top: 20px !important;
}
.qodef-mobile-header .qodef-grid {
  width: 100% !important;
  padding: 0 20px !important;
}
.text-cap {
  text-transform: capitalize;
}
.text-lower {
  text-transform: lowercase;
}

.home .dng-gallery {
  aspect-ratio: 16 / 9;
}
