:root {
  --bs-orange-rgb: 253, 126, 20;
}

.ts-booking-tours {
  --bs-primary: var(--ts-v2-primary, #b45309);
  --bs-primary-rgb: 180, 83, 9;
  --bs-dark: #101828;
  --bs-dark-rgb: 16, 24, 40;
  --bs-mode: #fff;
  --bs-mode-rgb: 255, 255, 255;
  color: var(--ts-v2-text-muted, #667085);
  font-family: var(--ts-v2-readable-font, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif);
}

.ts-booking-tours .fa,
.ts-booking-tours .fa-solid,
.ts-booking-tours .fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

.ts-booking-tours .fa-regular,
.ts-booking-tours .far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400;
}

.ts-booking-tours .fa-brands,
.ts-booking-tours .fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
}

.ts-booking-tours .bi {
  font-family: bootstrap-icons !important;
  font-weight: 400;
}

.ts-booking-tours:not(.ts-booking-tour-detail) section {
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}

.ts-booking-tours:not(.ts-booking-tour-detail) section.pt-0 {
  padding-top: 0 !important;
}

.ts-booking-tour-banner {
  min-height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ts-booking-tours:not(.ts-booking-tour-detail) h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
}

.ts-booking-tour-detail h1.fs-2 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  line-height: 1.25;
}

.ts-booking-tours h5,
.ts-booking-tours .h5 {
  color: var(--ts-v2-text-strong, #101828);
  font-weight: 700;
}

.ts-booking-tours .text-primary {
  color: var(--bs-primary) !important;
}

.ts-booking-tours .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--ts-v2-primary, #b45309);
  --bs-btn-border-color: var(--ts-v2-primary, #b45309);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--ts-v2-primary-hover, #92400e);
  --bs-btn-hover-border-color: var(--ts-v2-primary-hover, #92400e);
  background-color: var(--ts-v2-primary, #b45309);
  border-color: var(--ts-v2-primary, #b45309);
  color: #fff;
}

.ts-booking-tours .btn-dark {
  --bs-btn-bg: #0b0a12;
  --bs-btn-border-color: #0b0a12;
  --bs-btn-hover-bg: #191725;
  --bs-btn-hover-border-color: #191725;
  min-height: 48px;
  border-radius: 12px;
  font-weight: 700;
}

.ts-booking-tour-search .btn-primary {
  min-height: 48px;
  border-radius: 12px;
  font-weight: 700;
}

.btn-primary-soft {
  color: var(--ts-v2-primary, #b45309);
  background-color: rgba(180, 83, 9, 0.1);
}

.btn-primary-soft:active,
.btn-primary-soft:hover,
.btn-primary-soft:focus {
  color: #fff;
  background-color: var(--ts-v2-primary, #b45309);
  border-color: var(--ts-v2-primary, #b45309);
}

.btn-primary-check:hover {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  border: 1px solid var(--bs-primary);
}

.ts-booking-tour-search {
  border-radius: 18px !important;
}

.bg-mode {
  --bs-bg-opacity: 1;
  background: var(--bs-mode) !important;
  background-color: rgba(var(--bs-mode-rgb), var(--bs-bg-opacity)) !important;
}

.mt-n4 {
  margin-top: -1.6rem !important;
}

@media (min-width: 576px) {
  .mt-sm-n7 {
    margin-top: -3.25rem !important;
  }
}

.form-fs-lg .form-control,
.form-fs-lg .form-select {
  font-weight: 500;
  font-size: 0.95rem;
}

.form-border-bottom {
  border-bottom: 1px solid var(--bs-gray-300);
}

.form-border-bottom .form-control,
.form-border-bottom .form-select {
  border: none;
}

.form-control-transparent .form-control,
.form-control-transparent .form-select {
  background-color: transparent !important;
}

.ts-booking-tours .form-control,
.ts-booking-tours .form-select {
  color: var(--ts-v2-text-strong, #101828);
  box-shadow: none;
}

.ts-booking-tour-search {
  font-size: 0.9rem;
}

.ts-booking-tour-search label {
  font-size: 0.9rem;
}

.ts-booking-tour-search .form-select,
.ts-booking-tour-search .form-control,
.ts-booking-tour-search .form-control::placeholder {
  font-size: 0.95rem;
}

.ts-booking-tour-search .form-select.placeholder-selected,
.ts-booking-tour-search .form-control::placeholder {
  color: #98a2b3;
  font-size: 0.88rem;
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card-img-top {
  border-radius: 18px 18px 0 0;
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card-title a {
  color: var(--ts-v2-primary, #b45309);
  font-weight: 700;
  line-height: 1.2;
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card-title a:hover,
.ts-booking-tours:not(.ts-booking-tour-detail) .card-title a:focus {
  color: var(--ts-v2-primary-hover, #92400e);
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card-body {
  min-height: 140px;
  padding-top: 1.35rem;
  padding-bottom: 1rem;
}

.ts-booking-tour-card .badge {
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.1;
}

.ts-booking-tour-card .text-bg-danger {
  background-color: var(--ts-v2-brand, #d90000) !important;
}

.ts-booking-tour-card .text-bg-dark {
  background-color: #101828 !important;
}

.ts-booking-tour-card .text-bg-white {
  color: #101828 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.14);
}

.ts-booking-tour-date {
  display: inline-flex;
  align-items: center;
  margin-top: 0.45rem;
  color: var(--ts-v2-text-muted, #667085);
  font-size: 0.875rem;
}

.ts-booking-tour-date i {
  color: var(--ts-v2-primary, #b45309);
}

.ts-booking-tour-features {
  column-gap: 0.9rem;
  row-gap: 0.5rem;
}

.ts-booking-tour-features.nav-divider .nav-item + .nav-item::before {
  display: none;
  content: none;
}

.ts-booking-tour-features .nav-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--ts-v2-text-strong, #101828);
  font-size: 0.9rem;
  font-weight: 700 !important;
  line-height: 1.35;
}

.ts-booking-tour-features .nav-item i {
  flex: 0 0 auto;
  width: 1rem;
  text-align: center;
  font-size: 1rem;
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card-title {
  min-height: 2.6rem;
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card-footer {
  border-top: 0;
  background: transparent;
  padding-bottom: 1.25rem;
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card-footer small {
  white-space: nowrap;
}

.ts-booking-tour-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
}

.ts-booking-tour-price {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
}

.ts-booking-tour-price h5 {
  font-size: 1.05rem;
  line-height: 1.2;
}

.ts-booking-tour-action {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.ts-booking-tours:not(.ts-booking-tour-detail) .card-footer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  max-width: 8.5rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  min-height: 40px;
  padding-right: 0.85rem;
  padding-left: 0.85rem;
}

.ts-booking-tour-card--compact .card-body {
  min-height: 96px !important;
  padding-top: 1rem !important;
  padding-bottom: 0.7rem !important;
}

.ts-booking-tour-card--compact .card-title {
  min-height: 2.35rem !important;
  margin-bottom: 0.35rem !important;
}

.ts-booking-tour-card--compact .card-title a {
  font-size: 1rem;
}

.ts-booking-tour-card--compact .ts-booking-tour-date {
  margin-top: 0.45rem;
  font-size: 0.82rem;
}

.ts-booking-tour-card--compact .card-footer {
  padding-bottom: 1rem !important;
}

.ts-booking-tour-card--compact .ts-booking-tour-footer {
  gap: 0.55rem;
}

.ts-booking-tour-card--compact .ts-booking-tour-price h5 {
  font-size: 0.98rem;
}

.ts-booking-tour-card--compact .ts-booking-tour-action .btn {
  min-width: 6.25rem;
  max-width: 7rem !important;
  min-height: 38px !important;
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}

.ts-booking-tours .text-success {
  color: #087f5b !important;
}

.ts-booking-tours .text-orange {
  color: #fd7e14 !important;
}

@media (max-width: 575.98px) {
  .ts-booking-tour-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .ts-booking-tour-action {
    justify-content: flex-start;
  }
}

.ts-booking-tour-detail .ts-booking-detail-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1rem;
}

.ts-booking-tour-detail .ts-booking-detail-gallery a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f7f8f9;
}

.ts-booking-tour-detail .ts-booking-detail-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.ts-booking-tour-detail .ts-booking-detail-gallery a:hover img {
  transform: scale(1.04);
}

.ts-booking-tour-detail .ts-booking-detail-gallery-main {
  min-height: 440px;
}

.ts-booking-tour-detail .ts-booking-detail-gallery-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ts-booking-tour-detail .ts-booking-detail-gallery-side a {
  min-height: 212px;
}

.ts-booking-tour-detail .splide-main .splide__slide {
  overflow: hidden;
  min-height: 520px;
  background: #f7f8f9;
}

.ts-booking-tour-detail .splide-main .splide__slide img,
.ts-booking-tour-detail .splide-thumb .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ts-booking-tour-detail .splide-thumb .splide__slide {
  overflow: hidden;
  border-radius: 8px;
  opacity: 0.55;
  cursor: pointer;
}

.ts-booking-tour-detail .splide-thumb .splide__slide.is-active {
  border: 2px solid var(--bs-primary) !important;
  opacity: 1;
}

.ts-booking-tour-detail .ts-tour-title-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.5rem;
}

.ts-booking-tour-detail .ts-tour-title-badges span {
  background: rgba(189, 82, 8, 0.08);
  border: 1px solid rgba(189, 82, 8, 0.16);
  border-radius: 999px;
  color: #bd5208;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.42rem 0.7rem;
}

.ts-booking-tour-detail .splide__arrow {
  width: 2.6rem;
  height: 2.6rem;
}

.ts-booking-tour-detail .ts-splide-arrow-icon {
  display: block;
  margin-top: -0.12rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.ts-booking-tour-detail .card.bg-transparent {
  overflow: visible;
  border: 0;
  box-shadow: none;
}

.ts-booking-tour-detail .ts-tour-detail-stack {
  display: grid;
  gap: 2.35rem;
}

.ts-booking-tour-detail .ts-tour-detail-block > .card-body > .row {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-right: 0;
  margin-left: 0;
}

.ts-booking-tour-detail .ts-tour-detail-section > .row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-right: 0;
  margin-left: 0;
}

.ts-booking-tour-detail .ts-tour-detail-block > .card-body > .row > [class*="col"],
.ts-booking-tour-detail .ts-tour-detail-section > .row > [class*="col"] {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  width: auto;
}

.ts-booking-tour-detail .ts-tour-detail-section > .row > .col-12 {
  grid-column: 1 / -1;
}

.ts-booking-tour-detail .list-group-borderless .list-group-item {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}

.ts-booking-tour-detail .accordion-item {
  border: 0;
  background: transparent;
}

.ts-booking-tour-detail .accordion-button {
  width: 100%;
  background: #f7f8f9;
  color: #0b0a12;
  font-weight: 700;
  box-shadow: none;
}

.ts-booking-tour-detail .accordion-button:not(.collapsed) {
  background: rgba(81, 67, 217, 0.1);
  color: var(--bs-primary);
}

.ts-booking-tour-detail .accordion-body {
  padding: 0 1rem 1rem;
}

.ts-booking-tour-detail .ts-tour-detail-block .card-header h3 {
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.35;
}

.ts-booking-tour-detail .ts-tour-detail-block .card-body h5,
.ts-booking-tour-detail aside .card-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
}

.ts-booking-tour-detail .ts-tour-detail-block .card-body h6 {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.ts-booking-tour-detail .ts-tour-rich-content {
  color: #595d69;
  font-size: 1rem;
  line-height: 1.75;
}

.ts-booking-tour-detail .ts-tour-rich-content strong,
.ts-booking-tour-detail .ts-tour-rich-content b {
  color: #344054;
  font-weight: 600;
}

.ts-booking-tour-detail .ts-tour-rich-content p:last-child,
.ts-booking-tour-detail .ts-tour-rich-content ul:last-child,
.ts-booking-tour-detail .ts-tour-rich-content ol:last-child {
  margin-bottom: 0;
}

.ts-booking-tour-detail .ts-tour-overview-panel,
.ts-booking-tour-detail .ts-tour-detail-section {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.ts-booking-tour-detail .ts-tour-overview-panel h5,
.ts-booking-tour-detail .ts-tour-detail-section > h5 {
  color: #1f2937;
  margin-bottom: 16px;
}

.ts-booking-tour-detail .ts-tour-overview-attributes {
  margin-top: 18px;
}

.ts-booking-tour-detail .ts-tour-summary-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.ts-booking-tour-detail .ts-tour-summary-item {
  align-items: flex-start;
  background: #f8fafc;
  border-radius: 12px;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr;
  min-width: 0;
  padding: 13px 14px;
}

.ts-booking-tour-detail .ts-tour-summary-item:first-child {
  grid-column: 1 / -1;
}

.ts-booking-tour-detail .ts-tour-summary-item + .ts-tour-summary-item {
  border-top: 0;
}

.ts-booking-tour-detail .ts-tour-summary-item dt {
  color: #667085;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

.ts-booking-tour-detail .ts-tour-summary-item dd {
  color: #252b37;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

.ts-booking-tour-detail .ts-tour-summary-item a {
  color: #bd5208;
  font-weight: 500;
  text-decoration: none;
}

.ts-booking-tour-detail .ts-tour-detail-section {
  border-top: 0;
  margin-top: 1.9rem;
}

.ts-booking-tour-detail .ts-tour-detail-section.mt-0 {
  border-top: 0;
}

.ts-booking-tour-detail .ts-tour-info-grid {
  margin-bottom: 0;
}

.ts-booking-tour-detail .ts-tour-info-row {
  align-items: flex-start;
  background: transparent;
  border: 0;
  display: flex;
  gap: 10px;
  padding: 7px 0;
}

.ts-booking-tour-detail .ts-tour-info-icon {
  align-items: center;
  color: #bd5208;
  display: inline-flex;
  flex: 0 0 1.25rem;
  font-size: 0.86rem;
  height: 1.45rem;
  justify-content: center;
  margin-top: 0.05rem;
  width: 1.25rem;
}

.ts-booking-tour-detail .ts-tour-info-copy {
  display: block;
  min-width: 0;
}

.ts-booking-tour-detail .ts-tour-info-label,
.ts-booking-tour-detail .ts-tour-trust-card small,
.ts-booking-tour-detail .ts-tour-extra-card small,
.ts-booking-tour-detail .ts-tour-rule-item small {
  color: #667085;
  display: block;
  font-size: 0.8rem;
  line-height: 1.35;
}

.ts-booking-tour-detail .ts-tour-info-label {
  color: #101828;
  display: inline;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 0.25rem;
}

.ts-booking-tour-detail .ts-tour-info-value {
  color: #252b37;
  display: inline;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  overflow-wrap: anywhere;
}

.ts-booking-tour-detail .ts-tour-info-grid a,
.ts-booking-tour-detail .ts-tour-info-grid a.ts-tour-info-value {
  color: #bd5208;
  text-decoration: none;
}

.ts-booking-tour-detail .ts-tour-note-block {
  margin-top: 1rem;
}

.ts-booking-tour-detail .ts-tour-note-block h6 {
  color: #101828;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.ts-booking-tour-detail .ts-tour-trust-grid,
.ts-booking-tour-detail .ts-tour-extra-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ts-booking-tour-detail .ts-tour-trust-card,
.ts-booking-tour-detail .ts-tour-extra-card,
.ts-booking-tour-detail .ts-tour-rule-item {
  background: #f8fafc;
  border: 0;
  border-radius: 12px;
  padding: 15px 16px;
}

.ts-booking-tour-detail .ts-tour-detail-block .border.rounded.p-3 {
  background: #f8fafc;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 16px !important;
}

.ts-booking-tour-detail .ts-tour-trust-grid > .ts-tour-trust-card:only-child,
.ts-booking-tour-detail .ts-tour-trust-grid > .ts-tour-trust-card:last-child:nth-child(odd),
.ts-booking-tour-detail .ts-tour-extra-grid > .ts-tour-extra-card:only-child,
.ts-booking-tour-detail .ts-tour-extra-grid > .ts-tour-extra-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.ts-booking-tour-detail .ts-tour-trust-card {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.ts-booking-tour-detail .ts-tour-trust-card > span {
  align-items: center;
  background: rgba(189, 82, 8, 0.08);
  border-radius: 8px;
  color: #bd5208;
  display: inline-flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.ts-booking-tour-detail .ts-tour-trust-card strong,
.ts-booking-tour-detail .ts-tour-extra-card strong,
.ts-booking-tour-detail .ts-tour-rule-item strong {
  color: #101828;
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.ts-booking-tour-detail .ts-tour-trust-card a {
  color: #bd5208;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 0.25rem;
  text-decoration: none;
}

.ts-booking-tour-detail .ts-tour-extra-card {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.ts-booking-tour-detail .ts-tour-extra-card > span {
  color: #087446;
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.ts-booking-tour-detail .ts-tour-rule-list {
  display: grid;
  gap: 10px;
}

.ts-booking-tour-detail .ts-tour-feature-status-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ts-booking-tour-detail .ts-tour-feature-status {
  align-items: center;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  padding: 11px 12px;
}

.ts-booking-tour-detail .ts-tour-feature-status > span {
  align-items: center;
  background: rgba(189, 82, 8, 0.08);
  border-radius: 8px;
  color: #bd5208;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.ts-booking-tour-detail .ts-tour-feature-status.is-included > span {
  background: rgba(8, 116, 70, 0.09);
  color: #087446;
}

.ts-booking-tour-detail .ts-tour-feature-status.is-excluded > span {
  background: rgba(220, 53, 69, 0.08);
  color: #b42318;
}

.ts-booking-tour-detail .ts-tour-feature-status strong {
  color: #101828;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
}

.ts-booking-tour-detail .ts-tour-feature-status small {
  color: #667085;
  display: block;
  font-size: 0.78rem;
  line-height: 1.25;
  margin-top: 2px;
}

.ts-booking-tour-detail aside .card {
  border-radius: 18px;
  box-shadow: 0px 3px 20px rgba(29, 58, 83, 0.08);
}

.ts-booking-tour-detail aside .btn {
  min-height: 44px;
  border-radius: 8px;
  font-weight: 700;
}

.ts-booking-tour-detail .ts-tour-detail-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  padding: 0;
}

.ts-booking-tour-detail .ts-tour-detail-action {
  align-items: center;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(29, 58, 83, 0.06);
  color: #3f475a;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ts-booking-tour-detail .ts-tour-detail-action:hover,
.ts-booking-tour-detail .ts-tour-detail-action:focus,
.ts-booking-tour-detail .ts-tour-detail-action.is-saved {
  background: rgba(189, 82, 8, 0.08);
  border-color: rgba(189, 82, 8, 0.24);
  color: #bd5208;
}

.ts-booking-tour-detail .ts-tour-detail-action.is-muted {
  background: #f8fafc;
  border-color: #e4ebf4;
  color: #595d69;
}

.ts-booking-tour-detail .ts-tour-detail-action.is-muted:hover,
.ts-booking-tour-detail .ts-tour-detail-action.is-muted:focus {
  background: rgba(189, 82, 8, 0.08);
  border-color: rgba(189, 82, 8, 0.18);
  color: #bd5208;
}

.ts-booking-tour-detail .ts-tour-detail-action-icon {
  align-items: center;
  color: #bd5208;
  display: inline-flex;
  font-size: 1rem;
  justify-content: center;
}

.ts-booking-tour-detail .ts-tour-bottom-nav {
  align-items: stretch;
  border-top: 1px solid #eef1f6;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-top: 18px;
}

.ts-booking-tour-detail .ts-tour-bottom-nav-pager {
  display: grid;
  flex: 1 1 auto;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 680px;
}

.ts-booking-tour-detail .ts-tour-bottom-link,
.ts-booking-tour-detail .ts-tour-bottom-list {
  align-items: center;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  color: #0b0a12;
  display: inline-flex;
  gap: 12px;
  min-height: 58px;
  padding: 11px 14px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.ts-booking-tour-detail .ts-tour-bottom-link:hover,
.ts-booking-tour-detail .ts-tour-bottom-link:focus,
.ts-booking-tour-detail .ts-tour-bottom-list:hover,
.ts-booking-tour-detail .ts-tour-bottom-list:focus {
  border-color: rgba(189, 82, 8, 0.26);
  box-shadow: 0 10px 24px rgba(29, 58, 83, 0.08);
  color: #bd5208;
}

.ts-booking-tour-detail .ts-tour-bottom-link small {
  color: #858b9b;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.ts-booking-tour-detail .ts-tour-bottom-link strong {
  display: -webkit-box;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.ts-booking-tour-detail .ts-tour-bottom-link-icon {
  align-items: center;
  background: rgba(189, 82, 8, 0.08);
  border-radius: 50%;
  color: #bd5208;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.ts-booking-tour-detail .ts-tour-bottom-link.is-disabled {
  color: #98a2b3;
  cursor: default;
  opacity: 0.7;
}

.ts-booking-tour-detail .ts-tour-bottom-link.is-disabled:hover,
.ts-booking-tour-detail .ts-tour-bottom-link.is-disabled:focus {
  border-color: #e8edf5;
  box-shadow: none;
  color: #98a2b3;
}

.ts-booking-tour-detail .ts-tour-bottom-list {
  align-self: stretch;
  background: rgba(189, 82, 8, 0.08);
  border-color: rgba(189, 82, 8, 0.16);
  color: #bd5208;
  flex: 0 0 auto;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .ts-booking-tour-detail .splide-main .splide__slide {
    min-height: 360px;
  }

  .ts-booking-tour-detail .ts-booking-detail-gallery {
    grid-template-columns: 1fr;
  }

  .ts-booking-tour-detail .ts-booking-detail-gallery-main {
    min-height: 320px;
  }

  .ts-booking-tour-detail .ts-booking-detail-gallery-side a {
    min-height: 150px;
  }
}

@media (max-width: 575.98px) {
  .ts-booking-tour-detail .splide-main .splide__slide {
    min-height: 240px;
  }

  .ts-booking-tour-detail .ts-booking-detail-gallery-main {
    min-height: 240px;
  }

  .ts-booking-tour-detail .ts-booking-detail-gallery-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .ts-booking-tour-detail .ts-booking-detail-gallery-side a {
    min-height: 92px;
  }

  .ts-booking-tour-detail .ts-tour-bottom-nav {
    flex-direction: column;
  }

  .ts-booking-tour-detail .ts-tour-bottom-nav-pager {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .ts-booking-tour-detail .ts-tour-bottom-list {
    justify-content: center;
    width: 100%;
  }

  .ts-booking-tour-detail .ts-tour-summary-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ts-booking-tour-detail .ts-tour-info-grid,
  .ts-booking-tour-detail .ts-tour-trust-grid,
  .ts-booking-tour-detail .ts-tour-extra-grid,
  .ts-booking-tour-detail .ts-tour-feature-status-grid,
  .ts-booking-tour-detail .ts-tour-detail-block > .card-body > .row,
  .ts-booking-tour-detail .ts-tour-detail-section > .row {
    grid-template-columns: 1fr;
  }

  .ts-booking-tour-detail .ts-tour-extra-card {
    display: block;
  }

  .ts-booking-tour-detail .ts-tour-extra-card > span {
    display: block;
    margin-top: 0.5rem;
  }
}

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.card.card-hover-shadow {
  -webkit-box-shadow: 0px 3px 20px rgba(29, 58, 83, 0.08);
          box-shadow: 0px 3px 20px rgba(29, 58, 83, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-hover-shadow:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
          box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}

.pagination-primary-soft {
  border: none;
  padding: 4px;
  border-radius: 0.5rem;
}

.pagination-primary-soft .page-item {
  margin: 3px;
}

.pagination-primary-soft .page-item.page-item.active .page-link {
  color: #fff;
  background-color: var(--bs-primary);
}

.pagination-primary-soft .page-link {
  border: transparent;
  border-radius: 0.5rem !important;
  color: var(--bs-gray-700);
  background-color: var(--bs-light);
}

.pagination-primary-soft .page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
