/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.lang_switch,
.footer_lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lang_switch {
  margin-left: 18px;
}

header .nav_cart {
  margin-left: 18px;
}

.cart_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: inherit;
  font-size: 16px;
}

.cart_link i {
  font-size: 16px;
  line-height: 1;
  display: block;
  transform: translateY(-1px) translateX(-8px);
}


@media only screen and (max-width: 992px) {
  .cart_link i {
  font-size: 16px;
  line-height: 1;
  display: block;
  transform: translateY(2px) translateX(-2px);
}

}

.cart_badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #246145;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  line-height: 1;
}

header.reveal_header.headroom--top .cart_link,
header.fixed_header .cart_link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

header.fixed_header.sticky .cart_link {
  color: #333;
  border-color: rgba(51, 51, 51, 0.3);
}

header.fixed_header.sticky .cart_badge {
  border-color: #fff;
}

footer .footer_lang {
  margin-top: 16px;
}

@media (max-width: 767px) {
  header .logo_normal img,
  header .logo_sticky img {
    width: 170px;
    height: auto;
  }

  .logo_panel img {
    width: 160px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .submenu_version .main-menu ul > li > a.show-submenu:after {
    display: none !important;
  }
}

.lang_dropdown {
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 4px 28px 4px 10px;
  text-transform: uppercase;
}

header.reveal_header.headroom--top .lang_dropdown,
header.fixed_header .lang_dropdown {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

header.fixed_header.sticky .lang_dropdown {
  color: #333;
  border-color: rgba(51, 51, 51, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

footer .lang_dropdown {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.lang_dropdown:focus {
  outline: 2px solid rgba(36, 97, 69, 0.35);
  outline-offset: 2px;
}

.whatsapp_fab {
  position: fixed;
  right: calc(20px + env(safe-area-inset-right));
  bottom: calc(20px + env(safe-area-inset-bottom));
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #246145;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  z-index: 9990;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp_fab img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}

.whatsapp_fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.25);
}

.experiences_section .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 991px) {
  .experiences_section .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 575px) {
  .experiences_section .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.experiences_carousel .owl-stage-outer {
  overflow: visible;
  padding: 28px 0 68px;
  margin: 0;
}

.experiences_carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.experiences_carousel .owl-item {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
}

.experiences_carousel .owl-item .item {
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.experiences_carousel .experience_card {
  max-width: 360px;
}

.experience_card {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  max-width: 320px;
  min-height: 380px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.booking_form--tight {
  padding: 0;
  margin-bottom: 0;
}

.booking_form--tight .form-group,
.booking_form--tight .qty-buttons,
.booking_form--tight .custom_select,
.booking_form--tight input[type="submit"] {
  margin-bottom: 0;
}

.booking_form--tight .nice-select {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .booking_form--tight .custom_select .nice-select {
    margin-bottom: 10px;
  }
}

.booking_form--tight .qty-buttons label {
  left: 12px;
  top: 14px;
  font-size: 14px;
}

.booking_form--tight .qty-buttons input.qty {
  padding-left: 70px;
  padding-right: 90px;
}

.booking_form--tight .qty-buttons input.qtyminus,
.booking_form--tight .qty-buttons input.qtyplus {
  width: 32px;
  height: 32px;
  top: 9px;
}

.booking_form--tight .qty-buttons input.qtyplus {
  right: 12px;
}

.booking_form--tight .qty-buttons input.qtyminus {
  right: 48px;
}

.btn_details {
  padding: 10px 22px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.experience_trigger {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
}

.experience_trigger:focus-visible {
  outline: 2px solid rgba(36, 97, 69, 0.35);
  outline-offset: 4px;
}

.experience_card .experience_media {
  position: relative;
  padding-top: 60%;
}

.experience_card .experience_bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.experience_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 28px 28px 28px;
  text-align: left;
  min-height: 150px;
}

.experience_body h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 12px;
}

.experience_body p {
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.experience_body small {
  color: #999;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.experience_body small:after {
  background-color: #eee;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 8px;
  margin-top: 7px;
  width: 28px;
}

.experience_body em {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin-top: auto;
}

.experience_body em:before {
  background-color: #246145;
  bottom: -6px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 500ms ease;
  width: 10px;
}

.experience_card:hover .experience_body em:before {
  width: 100%;
  background-color: #333;
}

/* Experience modal */
.experience_modal {
  align-items: center;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999;
}

.experience_modal.is-open {
  display: flex;
}

.experience_modal__backdrop {
  background: rgba(0, 0, 0, 0.55);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

.experience_modal__dialog {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 80px);
  max-width: 980px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: min(92vw, 980px);
  z-index: 2;
}

.experience_modal__header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 18px 24px;
  position: relative;
}

.experience_modal__kicker {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.experience_modal__title {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
}

.experience_modal__close {
  appearance: none;
  background: transparent;
  border: 0;
  color: #222;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 6px;
  position: absolute;
  right: 14px;
  top: 10px;
}

.experience_modal__body {
  overflow-y: auto;
}

.experience_modal__media {
  position: relative;
  padding-top: 56%;
}

.experience_modal__media-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.experience_modal__content {
  padding: 24px 24px 28px 24px;
}

.experience_modal__summary {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.experience_modal__price {
  font-size: 14px;
  font-weight: 600;
  color: #246145;
  margin-bottom: 12px;
}

.experience_modal__details {
  margin-bottom: 0;
}

.experience_modal__footer {
  align-items: center;
  border-top: 1px solid #eee;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 24px;
}

.experience_modal__actions {
  display: flex;
  gap: 12px;
}

.experience_modal__note {
  color: #555;
  font-weight: 600;
}

.experience-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .experience_modal__dialog {
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
  }

  .experience_modal__header {
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .experience_modal__footer {
    position: sticky;
    bottom: 0;
    z-index: 3;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
  }

  .experience_modal__actions {
    width: 100%;
    flex-direction: column;
  }

  .experience_modal__actions .btn_1 {
    width: 100%;
    text-align: center;
  }
}

header.mobile-hidden {
  transform: translateY(-100%);
}

/* Experiences page */
.experiences_hero p {
  color: #fff;
  margin: 12px auto 0;
  max-width: 640px;
  font-size: 18px;
  font-size: 1.125rem;
}

.experience_steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.experience_step {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
  height: 100%;
  padding: 24px 26px;
}

.experience_step__number {
  color: #246145;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.experience_row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 90px;
}

.experience_row:last-child {
  margin-bottom: 0;
}

.experience_row--reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.experience_row--reverse .experience_media {
  order: 2;
}

.experience_row--reverse .experience_content {
  order: 1;
}

.experience_row .experience_media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  aspect-ratio: 4 / 3;
  padding: 0;
}

.experience_row .experience_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.experience_content h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 12px;
}

.experience_label {
  color: #999;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.experience_label:after {
  background-color: #eee;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 8px;
  margin-top: 7px;
  width: 28px;
}

.experience_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px 0;
}

.experience_meta span {
  background: rgba(36, 97, 69, 0.08);
  border-radius: 999px;
  color: #246145;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
}

.experience_note {
  color: #555;
  font-weight: 600;
  margin-bottom: 10px;
}

.experience_price {
  color: #246145;
  font-weight: 600;
  margin-bottom: 10px;
}

.experience_actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 6px;
}

.experience_actions .btn_1 {
  padding: 12px 26px;
}

/* Booking experiences grid */
.add_experiences_hero p {
  color: #fff;
  margin: 12px auto 0;
  max-width: 640px;
  font-size: 18px;
  font-size: 1.125rem;
}

.experience_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.experience_grid .experience_card {
  max-width: none;
  min-height: 360px;
  margin: 0;
}

.experience_grid .experience_body {
  min-height: 150px;
}

.experience_actions_inline {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.experience_actions_inline .animated_link {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.experience_actions_inline .animated_link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #24262d;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

.experience_actions_inline .animated_link:hover::before {
  transform: scaleX(1);
}

.experience_select {
  padding: 10px 18px;
}

.experience_card.is-selected {
  border-color: rgba(36, 97, 69, 0.45);
  box-shadow: 0 18px 40px rgba(36, 97, 69, 0.18);
}

.experience_card.is-selected .experience_select {
  background-color: #246145;
  border-color: #246145;
  color: #fff;
}

.experience_summary {
  margin-top: 70px;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.experience_summary__list {
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
}

.experience_summary__list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.experience_summary__list li:last-child {
  border-bottom: 0;
}

.experience_summary__empty {
  color: #777;
}

.experience_summary__note {
  color: #555;
  font-weight: 600;
  margin-bottom: 20px;
}

.booking_experiences .jarallax,
.booking_checkout .jarallax,
.booking_payment .jarallax,
.booking_thankyou .jarallax {
  position: relative;
  overflow: hidden;
}

.booking_experiences .jarallax .jarallax-img,
.booking_checkout .jarallax .jarallax-img,
.booking_payment .jarallax .jarallax-img,
.booking_thankyou .jarallax .jarallax-img {
  opacity: 0.45;
  filter: grayscale(100%);
}

.booking_experiences .jarallax::after,
.booking_checkout .jarallax::after,
.booking_payment .jarallax::after,
.booking_thankyou .jarallax::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(36, 97, 69, 0.85) 100%);
  pointer-events: none;
  z-index: 1;
}

.booking_payment .checkout_hero .jarallax-img,
.booking_thankyou .checkout_hero .jarallax-img {
  opacity: 0.45 !important;
  filter: grayscale(100%) !important;
}

.booking_payment .checkout_hero::after,
.booking_thankyou .checkout_hero::after {
  background: linear-gradient(to bottom, transparent 0%, rgba(36, 97, 69, 0.85) 100%) !important;
}

.booking_experiences .jarallax .wrapper,
.booking_checkout .jarallax .wrapper,
.booking_payment .jarallax .wrapper,
.booking_thankyou .jarallax .wrapper {
  position: relative;
  z-index: 2;
}

.booking_experiences .hero.medium-height,
.booking_checkout .hero.medium-height,
.booking_payment .hero.medium-height,
.booking_thankyou .hero.medium-height {
  height: 50vh;
  min-height: 420px;
}

@media (max-width: 991px) {
  .booking_experiences .hero.medium-height,
  .booking_checkout .hero.medium-height,
  .booking_payment .hero.medium-height,
  .booking_thankyou .hero.medium-height {
    height: 42vh;
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .booking_experiences .hero.medium-height,
  .booking_checkout .hero.medium-height,
  .booking_payment .hero.medium-height,
  .booking_thankyou .hero.medium-height {
    height: 36vh;
    min-height: 240px;
  }
}

.booking_experiences {
  --summary-bar-offset: 220px;
}

.booking_experiences main {
  padding-bottom: var(--summary-bar-offset);
}

.booking_experiences footer {
  padding-bottom: calc(var(--summary-bar-offset) - 40px);
}

.booking_experiences .progress-wrap {
  display: none;
}

.experience_summary--fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 9000;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

body.menu-open.booking_experiences .experience_summary--fixed {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.experience_summary__inner {
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px calc(24px + env(safe-area-inset-right)) 18px calc(24px + env(safe-area-inset-left));
  border-top: 1px solid #e6e1d8;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.12);
  border-radius: 0;
}

.experience_summary__header small {
  color: #999;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.experience_summary__headline {
  display: flex;
  align-items: center;
  gap: 12px;
}

.experience_summary__title {
  font-weight: 700;
  font-size: 18px;
}

.experience_summary__count {
  background: rgba(36, 97, 69, 0.1);
  color: #246145;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
}

.experience_summary--fixed .experience_summary__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 8px 0 10px 0;
}

.experience_summary--fixed .experience_summary__list li {
  border-bottom: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4f1eb;
  font-size: 13px;
}

.experience_summary--fixed .experience_summary__empty {
  background: transparent;
  padding: 0;
  color: #777;
}

.experience_summary--fixed .experience_summary__note {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.experience_summary__actions {
  flex-shrink: 0;
}

.experience_modal__footer--select {
  justify-content: flex-end;
}

.experience_modal__select {
  padding: 12px 26px;
}

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

  .experience_actions_inline .btn_1,
  .experience_modal__select {
    width: 100%;
    text-align: center;
  }

  .booking_experiences {
    --summary-bar-offset: 240px;
  }

  .experience_summary {
    padding: 24px;
  }

  .experience_summary--fixed {
    padding: 0 !important;
    margin: 0 !important;
  }

  .booking_experiences footer {
    padding-bottom: 220px;
  }

  .experience_summary__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px calc(16px + env(safe-area-inset-right)) 14px calc(16px + env(safe-area-inset-left));
  }

  .experience_summary__header small {
    margin-bottom: 4px;
  }

  .experience_summary__headline {
    gap: 8px;
  }

  .experience_summary__title {
    font-size: 16px;
  }

  .experience_summary--fixed .experience_summary__list {
    margin: 6px 0 8px 0;
    gap: 6px 8px;
  }

  .experience_summary--fixed .experience_summary__list li {
    padding: 4px 8px;
    font-size: 12px;
  }

  .experience_summary--fixed .experience_summary__note {
    font-size: 12px;
  }

  .experience_summary__actions .btn_1 {
    width: 100%;
    text-align: center;
  }
}

/* Checkout pages */
.checkout_hero p {
  color: #fff;
  margin: 12px auto 0;
  max-width: 640px;
  font-size: 18px;
  font-size: 1.125rem;
}

.checkout_banner {
  border: 1px solid rgba(36, 97, 69, 0.2);
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(36, 97, 69, 0.08), rgba(36, 97, 69, 0.02));
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
  margin-bottom: 22px;
}

.checkout_banner__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #246145;
  margin-bottom: 10px;
}

.checkout_banner h3 {
  margin-bottom: 10px;
}

.checkout_banner p {
  margin-bottom: 16px;
  color: #555;
}

.checkout_banner .btn_1.is-disabled {
  background-color: #d7ded9;
  border-color: #d7ded9;
  color: #5c645f;
  cursor: default;
  pointer-events: none;
}

.checkout_summary {
  border: 1px solid #ededed;
  border-radius: 16px;
  background: #fff;
  padding: 26px 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.checkout_summary__header small {
  color: #999;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.checkout_summary__list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.checkout_summary__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.checkout_item__title {
  flex: 1;
  min-width: 0;
}

.checkout_item__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.checkout_item--suite {
  font-weight: 700;
  color: #246145;
}

.checkout_item--suite .checkout_price {
  color: #246145;
}

.checkout_item--extra {
  color: #555;
}

.checkout_item--empty {
  color: #777;
  font-style: italic;
  justify-content: flex-start;
}

.checkout_remove {
  border: 0;
  background: transparent;
  color: #246145;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 0;
  cursor: pointer;
}

.checkout_remove:hover {
  text-decoration: underline;
}

.checkout_price {
  font-weight: 600;
}

.checkout_summary__totals {
  border-top: 1px solid #eee;
  margin: 10px 0 16px 0;
  padding-top: 12px;
}

.checkout_summary__row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  color: #333;
}

.checkout_summary__row--total {
  font-weight: 700;
  font-size: 18px;
}

.checkout_summary__list li:last-child {
  border-bottom: 0;
}

.checkout_summary__note {
  color: #555;
  font-weight: 600;
  margin-bottom: 16px;
}

.checkout_summary__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .checkout_summary__actions .btn_1 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .experience_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .experience_grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .experience_steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience_row,
  .experience_row--reverse {
    grid-template-columns: 1fr;
  }

  .experience_row--reverse .experience_media,
  .experience_row--reverse .experience_content {
    order: 0;
  }
}

@media (max-width: 767px) {
  .experience_steps {
    grid-template-columns: 1fr;
  }

  .experience_row {
    margin-bottom: 60px;
    gap: 28px;
  }

  .experience_content h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* Room details spa add-on */
.spa_addon__media {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  aspect-ratio: 4 / 3;
}

.spa_addon__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spa_addon .list_ok ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.spa_addon .list_ok ul li:before {
  top: -2px;
}

@media (max-width: 991px) {
  .spa_addon__media {
    margin-bottom: 30px;
  }
}
