/* Single tour redesigned page */
#single-tour-v2 {
  --st-purple: #7540d8;
  --st-purple-dark: #321173;
  --st-purple-soft: #f3ecff;
  --st-ink: #15112a;
  --st-muted: #667085;
  --st-border: #e8e2f2;
  --st-shadow: 0 16px 44px rgba(31, 16, 74, .12);
  background: #fff;
  color: var(--st-ink);
  overflow: hidden;
}

#single-tour-v2 *,
#single-tour-v2 *::before,
#single-tour-v2 *::after {
  box-sizing: border-box;
}

#single-tour-v2 .container {
  max-width: 1180px;
}

.st-hero {
  min-height: 690px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 92px 0 78px;
  color: #fff;
}

.st-hero__bg,
.st-hero__overlay {
  position: absolute;
  inset: 0;
}

.st-hero__bg {
  z-index: -2;
  background-position: center;
  background-size: cover;
}

.st-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 9, 18, .18) 0%, rgba(8, 9, 18, .74) 48%, rgba(8, 9, 18, .94) 100%),
    linear-gradient(180deg, rgba(8, 9, 18, .42), rgba(8, 9, 18, .62));
}

.st-hero__inner {
  min-height: 520px;
}

.st-hero__left {
  padding-inline-end: 48px;
}

.st-hero__tag {
  align-self: flex-start;
  background: var(--st-purple);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
  padding: 10px 18px;
}

.st-hero__title {
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.55;
  margin: 0 0 18px;
  max-width: 720px;
}

.st-hero__subtitle {
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 2;
  margin: 0;
  max-width: 720px;
}

.st-hero__badges {
  align-items: stretch;
  backdrop-filter: blur(12px);
  background: rgba(10, 11, 18, .58);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
  max-width: 640px;
  overflow: hidden;
  padding: 18px 8px;
}

.st-hero__badge {
  align-items: center;
  border-inline-start: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 96px;
  padding: 0 10px;
  text-align: center;
}

.st-hero__badge:first-child {
  border-inline-start: 0;
}

.st-hero__badge-icon {
  align-items: center;
  color: #fff;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  opacity: .9;
  width: 28px;
}

.st-hero__badge-icon img {
  height: 28px;
  object-fit: contain;
  width: 28px;
}

.st-hero__badge-title,
.st-hero__badge-desc {
  display: block;
}

.st-hero__badge-title {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.st-hero__badge-desc {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.7;
}

.st-hero__right {
  justify-content: flex-end !important;
}

.st-hero__card {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  color: var(--st-ink);
  max-width: 368px;
  padding: 26px 28px 22px;
  width: 100%;
}

.st-hero__fav {
  align-items: center;
  background: transparent;
  border: 0;
  color: #5e5873;
  display: inline-flex;
  font-size: 14px;
  gap: 9px;
  margin: 0 0 26px;
  padding: 0;
}

.st-hero__price-label,
.st-hero__price-note {
  color: #5f596f;
  display: block;
  font-size: 14px;
}

.st-hero__price-value {
  color: var(--st-purple);
  font-size: 48px;
  font-weight: 900;
  line-height: 1.15;
  margin: 8px 0 10px;
}

.st-hero__divider {
  border: 0;
  border-top: 1px solid #e7e2ee;
  margin: 22px 0;
  opacity: 1;
}

.st-hero__info-row {
  align-items: center;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 4px 12px;
  padding: 12px 0;
}

.st-hero__info-icon {
  color: var(--st-purple);
  grid-row: span 2;
}

.st-hero__info-label,
.st-hero__info-val {
  display: block;
  line-height: 1.65;
}

.st-hero__info-label {
  color: #676174;
  font-size: 13px;
}

.st-hero__info-val {
  color: var(--st-ink);
  font-size: 14px;
  font-weight: 800;
}

.st-hero__btn-reserve,
.st-hero__btn-download,
.st-sticky-bar__btn,
.st-stats__banner-btn,
.st-cta__btn-reserve,
.st-cta__contact-btn {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.st-hero__btn-reserve {
  background: linear-gradient(135deg, #7d44dc, #5a29c8);
  box-shadow: 0 10px 22px rgba(117, 64, 216, .26);
  color: #fff !important;
  width: 100%;
}

.st-hero__btn-download {
  background: #fff;
  border: 1px solid var(--st-purple);
  color: var(--st-purple) !important;
  margin-top: 12px;
  width: 100%;
}

.st-hero__seats-note {
  align-items: center;
  color: #5f596f;
  display: flex;
  font-size: 12px;
  gap: 7px;
  justify-content: center;
  margin: 16px 0 0;
}

.st-why,
.st-stats,
.st-services,
.st-ghi {
  padding: 58px 0;
}

.st-why__header,
.st-services__header {
  margin-bottom: 30px;
  text-align: center;
}

.st-why__title,
.st-services__title {
  color: #21154c;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.8;
  margin: 0;
}

.st-why__title strong,
.st-services__title strong {
  color: var(--st-purple);
}

.st-why__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.st-why__item-inner,
.st-ghi .col-12,
.st-hotel__card {
  background: #fff;
  border: 1px solid var(--st-border);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(30, 22, 74, .06);
}

.st-why__item-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  min-height: 150px;
  padding: 22px 12px;
  text-align: center;
}

.st-why__icon-wrap {
  align-items: center;
  color: var(--st-purple);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.st-why__icon-img {
  max-height: 42px;
  max-width: 42px;
}

.st-why__item-title {
  color: #201735;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
  margin: 0;
}

.st-why__item--hidden {
  display: none;
}

.st-why__more-wrap {
  margin-top: 26px;
  text-align: center;
}

.st-why__more-btn {
  align-items: center;
  background: var(--st-purple-soft);
  border: 0;
  border-radius: 8px;
  color: var(--st-purple);
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  min-height: 44px;
  padding: 0 24px;
}

.st-stats {
  padding-top: 36px;
}

.st-stats__suitable-title {
  color: #21154c;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 24px;
}

.st-stats__suitable-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-stats__suitable-item {
  align-items: center;
  color: #30294a;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 12px;
  line-height: 1.9;
  margin-bottom: 14px;
}

.st-stats__suitable-check {
  align-items: center;
  background: var(--st-purple);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 22px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.st-stats__banner-card {
  background-color: #4b2aac;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  min-height: 340px;
  overflow: hidden;
  position: relative;
}

.st-stats__banner-overlay {
  background: linear-gradient(90deg, rgba(117, 64, 216, .95), rgba(117, 64, 216, .6) 54%, rgba(117, 64, 216, .2));
  position: absolute;
  inset: 0;
}

.st-stats__banner-body {
  color: #fff;
  max-width: 560px;
  padding: 44px 48px;
  position: relative;
  z-index: 1;
}

.st-stats__banner-title {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.7;
  margin: 0 0 26px;
}

.st-stats__numbers {
  display: flex;
  gap: 26px;
  margin-bottom: 34px;
}

.st-stats__number-item {
  border-inline-start: 1px solid rgba(255, 255, 255, .26);
  min-width: 100px;
  padding-inline-start: 22px;
}

.st-stats__number-item:first-child {
  border-inline-start: 0;
  padding-inline-start: 0;
}

.st-stats__number-val,
.st-stats__number-label {
  display: block;
}

.st-stats__number-val {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.st-stats__number-label {
  color: rgba(255, 255, 255, .85);
  font-size: 13px;
  margin-top: 6px;
}

.st-stats__banner-btn {
  background: #fff;
  color: var(--st-purple) !important;
  min-width: 210px;
  padding: 0 26px;
}

.st-services__grid {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
}

.st-services__grid::before {
  background: linear-gradient(90deg, transparent 0, #d9cfeb 10%, #d9cfeb 90%, transparent 100%);
  content: "";
  height: 2px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 47px;
}

.st-services__card {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 0;
  padding: 0 18px;
  position: relative;
  text-align: center;
}

.st-services__card-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.st-services__icon-wrap {
  align-items: center;
  background: #fff;
  border: 1px solid var(--st-border);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(117, 64, 216, .12);
  color: var(--st-purple);
  display: inline-flex;
  height: 94px;
  justify-content: center;
  margin: 0 auto;
  width: 94px;
}

.st-services__step-num {
  background: var(--st-purple);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  line-height: 22px;
  min-width: 34px;
  padding: 0 8px;
}

.st-services__card-title {
  color: #21154c;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.7;
  margin: 14px 0 10px;
}

.st-services__card-body {
  color: #696178;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  margin: 0 auto;
  max-width: 210px;
}

.st-ghi {
  padding-top: 38px;
}

.st-ghi .row {
  align-items: stretch;
}

.st-ghi .col-12 {
  padding: 28px;
}

.st-ghi__col-title {
  color: #21154c;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 22px;
}

.st-gallery__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-gallery__item {
  aspect-ratio: 1.14 / 1;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.st-gallery__img,
.st-hotel__img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.st-gallery__more-overlay {
  align-items: center;
  background: rgba(30, 12, 88, .7);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 900;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.st-gallery__view-all {
  background: transparent;
  border: 0;
  color: var(--st-purple);
  display: inline-flex;
  font-weight: 800;
  margin-top: 18px;
  padding: 0;
}

.st-gallery__item--popup-only {
  display: none;
}

.st-hotels__list {
  display: grid;
  gap: 16px;
}

.st-hotel__card {
  overflow: hidden;
}

.st-hotel__img-wrap {
  aspect-ratio: 1.9 / 1;
  overflow: hidden;
}

.st-hotel__info {
  padding: 18px;
}

.st-hotel__name {
  color: #21154c;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
  margin: 0 0 8px;
}

.st-hotel__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 14px;
}

.st-hotel__details {
  border-top: 1px solid #eee8f6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 14px;
}

.st-hotel__detail {
  align-items: center;
  color: #625b76;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  text-align: center;
}

.st-itinerary__list {
  position: relative;
}

.st-itinerary__item {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: 54px 1fr;
  margin-bottom: 17px;
}

.st-itinerary__marker {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 48px;
}

.st-itinerary__dot {
  background: var(--st-purple-soft);
  border: 1px solid #d6c3f5;
  border-radius: 7px;
  color: var(--st-purple);
  min-height: 34px;
  min-width: 48px;
}

.st-itinerary__line {
  background: #e6dff0;
  flex: 1;
  min-height: 28px;
  width: 1px;
}

.st-itinerary__day-label {
  color: var(--st-purple);
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.7;
}

.st-itinerary__day-text {
  color: #4a435f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  margin: 3px 0 0;
}

.st-ghi__empty {
  color: var(--st-muted);
  line-height: 2;
  margin: 0;
}

.st-cta {
  background: linear-gradient(135deg, #2b1269, #7d44dc);
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  color: #fff;
  margin: 22px auto 64px;
  max-width: 1180px;
  overflow: hidden;
  padding: 34px 0;
  position: relative;
}

.st-cta__overlay {
  background: linear-gradient(90deg, rgba(44, 18, 105, .96), rgba(125, 68, 220, .86));
  inset: 0;
  position: absolute;
}

.st-cta__container {
  position: relative;
  z-index: 1;
}

.st-cta__title {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.7;
  margin: 0 0 8px;
}

.st-cta__sub {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 2;
  margin: 0;
}

.st-cta__btns {
  margin-top: 18px;
}

.st-cta__btn-reserve {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .36);
  color: #fff !important;
  min-width: 150px;
}

.st-cta__contact-box {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: var(--st-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 1fr;
  padding: 18px;
}

.st-cta__contact-icon {
  align-items: center;
  background: var(--st-purple-soft);
  border-radius: 8px;
  color: var(--st-purple);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.st-cta__contact-label,
.st-cta__contact-sub {
  display: block;
}

.st-cta__contact-label {
  color: #21154c;
  font-size: 16px;
  font-weight: 900;
}

.st-cta__contact-sub {
  color: #6f687b;
  font-size: 13px;
  margin-top: 4px;
}

.st-cta__contact-actions {
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-cta__contact-btn {
  border: 1px solid var(--st-border);
  color: var(--st-purple) !important;
  font-size: 13px;
  gap: 7px;
  min-height: 42px;
  padding: 0 12px;
}

.st-cta__contact-btn--phone {
  background: var(--st-purple-soft);
}

.st-cta__contact-btn--wa {
  background: #fff;
}

.st-gallery__lightbox {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 999999;
}

.st-gallery__lightbox--open {
  display: flex;
}

.st-gallery__lightbox-backdrop {
  background: rgba(7, 5, 18, .84);
  inset: 0;
  position: absolute;
}

.st-gallery__lightbox-body {
  align-items: center;
  display: flex;
  max-height: 82vh;
  max-width: min(92vw, 1040px);
  position: relative;
  z-index: 1;
}

.st-gallery__lightbox-img {
  border-radius: 10px;
  max-height: 82vh;
  max-width: 100%;
  object-fit: contain;
}

.st-gallery__lightbox-close,
.st-gallery__lightbox-prev,
.st-gallery__lightbox-next {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: var(--st-purple);
  display: flex;
  font-size: 28px;
  height: 42px;
  justify-content: center;
  position: absolute;
  width: 42px;
  z-index: 2;
}

.st-gallery__lightbox-close {
  font-size: 30px;
  left: 12px;
  top: 12px;
}

.st-gallery__lightbox-prev {
  left: -58px;
}

.st-gallery__lightbox-next {
  right: -58px;
}

.st-gallery__lightbox-counter {
  background: rgba(255, 255, 255, .92);
  border-radius: 999px;
  bottom: 14px;
  color: var(--st-purple);
  font-weight: 800;
  left: 50%;
  padding: 6px 14px;
  position: absolute;
  transform: translateX(-50%);
}

.st-gallery__lightbox-thumbs {
  bottom: 22px;
  display: flex;
  gap: 8px;
  max-width: 80vw;
  overflow-x: auto;
  position: absolute;
  z-index: 2;
}

.st-gallery__lightbox-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  height: 54px;
  object-fit: cover;
  opacity: .68;
  width: 74px;
}

.st-gallery__lightbox-thumb--active {
  border-color: #fff;
  opacity: 1;
}

.st-sticky-bar {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--st-border);
  bottom: 0;
  box-shadow: 0 -10px 30px rgba(20, 16, 40, .12);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 10px 16px;
  position: fixed;
  right: 0;
  z-index: 9999;
}

.st-sticky-bar__label {
  color: var(--st-muted);
  display: block;
  font-size: 12px;
}

.st-sticky-bar__val {
  color: var(--st-purple);
  font-size: 18px;
  font-weight: 900;
}

.st-sticky-bar__btn {
  background: var(--st-purple);
  color: #fff !important;
  min-height: 42px;
  padding: 0 22px;
}

@media (max-width: 1199.98px) {
  .st-hero__title {
    font-size: 42px;
  }

  .st-hero__badges,
  .st-why__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .st-hero {
    min-height: 0;
    padding: 58px 0 42px;
  }

  .st-hero__left {
    padding-inline-end: 0;
  }

  .st-hero__right {
    margin-top: 28px;
  }

  .st-hero__card {
    max-width: none;
  }

  .st-services__grid {
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-services__grid::before {
    display: none;
  }

  .st-cta {
    border-radius: 0;
    margin-bottom: 76px;
  }
}

@media (max-width: 767.98px) {
  .st-hero__title {
    font-size: 30px;
    line-height: 1.7;
  }

  .st-hero__subtitle {
    font-size: 15px;
  }

  .st-hero__badges,
  .st-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-hero__price-value {
    font-size: 36px;
  }

  .st-why,
  .st-stats,
  .st-services,
  .st-ghi {
    padding: 42px 0;
  }

  .st-stats__banner-body {
    padding: 30px 24px;
  }

  .st-stats__banner-title {
    font-size: 26px;
  }

  .st-stats__numbers,
  .st-cta__contact-actions {
    grid-template-columns: 1fr;
  }

  .st-stats__numbers {
    display: grid;
    gap: 14px;
  }

  .st-stats__number-item {
    border-inline-start: 0;
    padding-inline-start: 0;
  }

  .st-services__grid {
    grid-template-columns: 1fr;
  }

  .st-ghi .col-12 {
    padding: 22px;
  }

  .st-gallery__lightbox-prev {
    left: 8px;
  }

  .st-gallery__lightbox-next {
    right: 8px;
  }
}
