﻿/*
 * ASA Holidays Custom Styles
 * Override default Roavio theme colors with ASA branding
 */

:root {
  /* ASA Brand Colors - Muted Rose Theme */
  --theme: #D4536E;        /* Primary - Muted Rose */
  --theme-rgb: 212, 83, 110; /* Primary RGB for rgba() usage */
  --theme-2: #2E939A;      /* Secondary - Muted Teal */
  --header: #1C1917;       /* Neutral 900 */
  --text: #57534E;         /* Neutral 600 */
  --border: #E7E5E4;       /* Neutral 200 */
  --bg: #FAFAF9;           /* Neutral 50 */
  --bg-2: #FDF2F4;         /* Primary 50 */
}

/* ========================================
   ASA Preloader Styles (Visual Only)
   ======================================== */
.preloader .animation-preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.asa-loader-container {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asa-loader-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    #E91E63 0deg,
    #00BCD4 90deg,
    transparent 90deg
  );
  animation: asa-rotate 1.5s linear infinite;
}

.asa-loader-ring::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #F5F5F5;
}

.asa-loader-logo {
  position: relative;
  z-index: 2;
  width: 80px;
  height: auto;
}

.asa-loading-text {
  margin-top: 24px;
  font-size: 13px;
  color: #78716C;
  letter-spacing: 0.05em;
}

.asa-loading-text span {
  animation: asa-pulse 1.5s ease-in-out infinite;
}

.asa-loading-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.asa-loading-text span:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes asa-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes asa-pulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}

/* ========================================
   Hero Banner - Temporarily hide overlay and text
   (Remove this section to restore)
   ======================================== */
.hero-1 .hero-bg::before {
  display: none;
}

.hero-1 .hero-content,
.hero-1 .counter-item {
  display: none;
}

/* Hero Banner - Responsive Background Images */
.hero-1 .hero-bg {
  background-image: var(--hero-bg-desktop);
}

@media (max-width: 768px) {
  .hero-1 .hero-bg {
    background-image: var(--hero-bg-mobile);
  }
}

/* Hero Banner - Disable zoom/scale effect */
.hero-section-1 .swiper-slide.swiper-slide-active .hero-bg,
.hero-section-2 .swiper-slide.swiper-slide-active .hero-bg {
  transform: scale(1) !important;
}

.hero-1 .hero-bg,
.hero-2 .hero-bg {
  transition: none !important;
}

/* ========================================
   Footer - Hide ASA Holidays text, right-align content
   ======================================== */
.footer-bottom .footer-wrapper h2 {
  display: none;
}

.footer-bottom .footer-wrapper {
  justify-content: center;
}

.footer-bottom .footer-wrapper .text-item {
  text-align: center;
}

.footer-bottom .footer-wrapper .text-item p {
  text-align: center;
}

/* Theme Button Override */
.theme-btn {
  background-color: var(--theme-2);
}

.theme-btn.color {
  background-color: var(--theme-2);
}

/* Fix hover effect for all button sizes - use relative height instead of fixed 562.5px */
.theme-btn:hover::after {
  width: 225%;
  height: 300%;
  background-color: #277780;
}

/* Link Button Hover */
.link-btn:hover {
  color: var(--theme);
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

/* Theme2 Button - Compact button with simple hover transition */
.theme2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  background-color: var(--theme-2);
  border: 1px solid var(--theme-2);
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  line-height: 1.4;
}

.theme2:hover {
  background-color: #277780;
  border-color: #277780;
  color: #fff;
}

.theme2.outline {
  background-color: #fff;
  border-color: var(--theme);
  color: var(--theme);
}

.theme2.outline:hover {
  background-color: var(--theme);
  border-color: var(--theme);
  color: #fff;
}

.theme2:disabled,
.theme2.is-disabled {
  background-color: #d1d5db;
  border-color: #d1d5db;
  color: #9ca3af;
  cursor: not-allowed;
  pointer-events: none;
}

.theme2.outline:disabled,
.theme2.outline.is-disabled {
  background-color: #f3f4f6;
  border-color: #d1d5db;
  color: #9ca3af;
}

/* Header Top Bar */
.header-top-section {
  background-color: var(--theme);
}

.header-top-wrapper p span {
  color: #fff;
  font-weight: 600;
}

/* Preloader Spinner */
.preloader .spinner {
  border-top-color: var(--theme);
}

.preloader .letters-loading {
  color: var(--theme);
}

/* Benefit Section Background */
.benefit-tour-section.header-bg {
  background-color: var(--theme);
}

/* Footer Background */
.footer-section.header-bg {
  background-color: #1C1917;
}

.footer-bottom.style-1 {
  background-color: #1C1917;
}

.footer-bottom {
  border-top: 1px solid #292524;
  border-bottom: 1px solid #292524;
}

.footer-widget-wrapper .single-footer-widget .list-area li a,
.footer-widget-wrapper .single-footer-widget .list-area li a i,
.footer-widget-wrapper .single-footer-widget .contact-item .icon,
.footer-widget-wrapper .single-footer-widget .contact-item .content h6,
.footer-widget-wrapper .single-footer-widget .contact-item .content h6 a,
.footer-widget-wrapper .single-footer-widget .contact-item .content .phone-list p,
.footer-widget-wrapper .single-footer-widget .contact-item .content .phone-list a,
.footer-widget-wrapper .single-footer-widget .footer-content p {
  color: #78716C;
}

.footer-widget-wrapper .single-footer-widget .contact-item .content .phone-list {
  margin: 0;
}

.footer-widget-wrapper .single-footer-widget .contact-item .content .phone-list p {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-widget-wrapper .single-footer-widget .contact-item .content .phone-list p:last-child {
  margin-bottom: 0;
}

.footer-widget-wrapper .single-footer-widget .contact-item .content .phone-list a {
  transition: color 0.3s ease;
}

.footer-widget-wrapper .single-footer-widget .contact-item .content .phone-list a:hover {
  color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a {
  background: #292524;
  border-color: #292524;
  color: #A8A29E;
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: #D4536E;
  border-color: #D4536E;
  color: #ffffff;
}
/* About Box Icon */
.about-box .icon i {
  color: var(--theme);
}

/* Feature Icon */
.feature-item .icon i {
  color: var(--theme);
}

/* Tour Card Badge/Tag */
.tour-card-item .tour-image span,
.tour-place-item .tour-place-image span {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background-color: var(--theme);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
}

/* Counter Section */
.counter-section {
  background-color: var(--theme);
}

.counter-item .icon i {
  color: #fff;
}

/* Rating Stars */
.tour-place-content .star i {
  color: #ffc107;
}

/* Contact From Section */
.contact-from-section.header-bg {
  background-color: var(--theme);
}

.contact-from-section .home-search-btn {
  background-color: #fff;
  color: var(--theme);
  border: 2px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.contact-from-section .home-search-btn:hover {
  color: #fff;
  border-color: var(--theme-2);
}

.contact-from-section .home-search-btn::after {
  background-color: var(--theme-2);
}

/* Testimonial Section Dots */
.swiper-pagination-bullet-active {
  background-color: var(--theme) !important;
}

/* Nice Select */
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--bg-2);
}

/* Nice Select Dropdown */
.nice-select .list {
  max-height: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nice-select .list .nice-select-search {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 8px 10px;
  border-bottom: 1px solid var(--border);
  background: #fff;
  cursor: default;
}

.nice-select .list .nice-select-search input {
  width: 100%;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0 10px;
  font-size: 13px;
  color: var(--text);
}

.nice-select .list .nice-select-search input:focus {
  outline: none;
  border-color: var(--theme);
}

/* Homepage Search Form - Left Content Layout */
.contact-from-wrapper .contact-content {
  max-width: 380px;
}

.contact-from-wrapper .contact-content h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-from-wrapper .contact-content p {
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.contact-from-wrapper .contact-content p span {
  font-weight: 600;
  color: #fff;
}

.contact-from-wrapper .contact-content p b {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .contact-from-wrapper .contact-content {
    max-width: 100%;
  }
}

/* Homepage Search Form - Remove top margin since heading moved */
.contact-from-wrapper .contact-right .search-form-wrapper {
  margin-top: 0;
}

/* Homepage Search Form Text Fix */
.contact-from-wrapper .contact-right p span,
.contact-from-wrapper .contact-right p b {
  color: #fff;
}

/* Homepage Search Form Select Boxes */
.contact-from-wrapper .contact-right .box-item .form-clt .nice-select {
  background: #fff;
  color: #525252;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}

.contact-from-wrapper .contact-right .box-item .form-clt .nice-select:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.contact-from-wrapper .contact-right .box-item .form-clt .nice-select .current {
  color: #525252;
}

.contact-from-wrapper .contact-right .box-item .form-clt .nice-select::after {
  border-color: #737373;
}

/* Homepage Search Form Vertical Line */
.contact-from-wrapper .contact-right::before {
  height: auto;
  top: 20px;
  bottom: 20px;
}

/* Homepage Search Form Wrapper - margin removed since heading moved to left */

/* Homepage Search Form Tabs */
.contact-from-wrapper .contact-right .search-form-tabs {
  display: flex;
  gap: 0;
  position: relative;
  z-index: 2;
}

.contact-from-wrapper .contact-right .search-form-tab {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.contact-from-wrapper .contact-right .search-form-tab:first-child {
  border-radius: 10px 0 0 0;
}

.contact-from-wrapper .contact-right .search-form-tab:last-child {
  border-radius: 0 10px 0 0;
}

.contact-from-wrapper .contact-right .search-form-tab:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.contact-from-wrapper .contact-right .search-form-tab.is-active {
  background: #fff;
  color: var(--theme);
  border-color: #fff;
}

/* Homepage Search Form Panel */
.contact-from-wrapper .contact-right .search-form-panel {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 10px 10px 10px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

/* Homepage Search Form Input */
.contact-from-wrapper .contact-right .box-item .form-clt .search-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  background: #fff;
  color: #525252;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}

.contact-from-wrapper .contact-right .box-item .form-clt .search-input:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.contact-from-wrapper .contact-right .box-item .form-clt .search-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3), 0 4px 12px rgba(0, 0, 0, 0.12);
}

.contact-from-wrapper .contact-right .box-item .form-clt .search-input::placeholder {
  color: #9ca3af;
}

/* Homepage Search Form Labels */
.contact-from-wrapper .contact-right .search-form-panel .box-item {
  align-items: flex-end;
  margin-top: 0;
}

.contact-from-wrapper .contact-right .box-item .form-clt .form-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

/* Homepage Search Form - Consistent heights for inputs, selects, and button */
.contact-from-wrapper .contact-right .box-item .form-clt .search-input,
.contact-from-wrapper .contact-right .box-item .form-clt .nice-select,
.contact-from-wrapper .contact-right .box-item .form-clt select,
.contact-from-wrapper .contact-right .box-item .form-clt .theme-btn {
  height: 48px;
  box-sizing: border-box;
}

.contact-from-wrapper .contact-right .box-item .form-clt .theme-btn {
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Homepage Search Form Popular Links */
.contact-from-wrapper .contact-right .search-popular-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-from-wrapper .contact-right .search-popular-links .popular-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-from-wrapper .contact-right .search-popular-links .popular-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.contact-from-wrapper .contact-right .search-popular-links .popular-link:hover {
  color: #fff;
}

.contact-from-wrapper .contact-right .search-popular-links .popular-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.contact-from-wrapper .contact-right .search-popular-links .popular-link:hover .popular-dot {
  background: #fff;
}

@media (max-width: 991px) {
  .contact-from-wrapper .contact-right .search-form-panel {
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 768px) {
  .contact-from-wrapper .contact-right .search-popular-links {
    justify-content: center;
  }

  .contact-from-wrapper .contact-right .search-form-tab {
    padding: 10px 16px;
    font-size: 13px;
  }

  .contact-from-wrapper .contact-right .search-form-panel {
    padding: 16px;
  }
}

/* Price Slider */
.ui-slider .ui-slider-range {
  background-color: var(--theme);
}

.ui-slider .ui-slider-handle {
  background-color: var(--theme);
  border-color: var(--theme);
}

/* Tour List Hero Banner */
.tour-list-hero {
  position: relative;
  width: 100%;
  min-height: 320px;
  margin-top: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-list-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.tour-list-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  width: 100%;
  max-width: 700px;
}

.tour-list-hero-content h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.tour-list-hero-search {
  width: 100%;
}

.tour-list-hero-search-input {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 12px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.tour-list-hero-search-input i {
  color: #999;
  font-size: 18px;
  margin-right: 12px;
}

.tour-list-hero-search-input input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  color: #333;
}

.tour-list-hero-search-input input::placeholder {
  color: #999;
}

.tour-list-hero-search-clear {
  background: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 16px;
  transition: color 0.2s;
}

.tour-list-hero-search-clear:hover {
  color: #666;
}

@media (max-width: 991px) {
  .tour-list-hero {
    min-height: 280px;
    margin-top: 50px;
  }

  .tour-list-hero-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .tour-list-hero {
    min-height: 240px;
    margin-top: 50px;
  }

  .tour-list-hero-content {
    padding: 30px 16px;
  }

  .tour-list-hero-content h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .tour-list-hero-search-input {
    padding: 10px 16px;
  }

  .tour-list-hero-search-input input {
    font-size: 14px;
  }
}

/* Destination Filter Header with Clear Button */
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .widget-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-clear-btn {
  background: transparent;
  border: none;
  color: var(--theme);
  font-size: 13px;
  cursor: pointer;
  padding: 4px 8px;
  transition: all 0.2s ease;
}

.filter-clear-btn:hover {
  text-decoration: underline;
}

.destination-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
}

.tour-list-wrapper .tour-main-sideber .tour-date-select {
  width: 100%;
  height: 50px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  padding: 0 32px;
  font-size: 15px;
  color: var(--text);
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
}

.tour-list-wrapper .tour-main-sideber .tour-date-select option {
  text-align: center;
  font-size: 15px;
}

.tour-list-wrapper .tour-main-sideber .tour-date-select + .nice-select {
  width: 100%;
  float: none;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  padding: 0 32px;
  text-align: center !important;
}

.tour-list-wrapper .tour-main-sideber .tour-date-select + .nice-select .current {
  display: block;
  text-align: center;
}

.tour-list-wrapper .tour-main-sideber .tour-date-select + .nice-select .list .option {
  text-align: center;
}

.tour-list-wrapper .tour-main-sideber .tour-date-select + .nice-select .list {
  left: 0;
  right: 0;
  width: 100%;
}

.tour-list-wrapper .tour-main-sideber .tour-date-select:focus {
  outline: none;
  border-color: var(--theme);
  box-shadow: 0 0 0 2px rgba(0, 102, 179, 0.12);
}

.tour-list-wrapper .tour-main-sideber .tour-sidebar-items.travel-date-item {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.destination-pill {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  transition: all 0.2s ease;
}

.destination-pill:hover {
  border-color: var(--theme);
  color: var(--theme);
}

.destination-pill.is-active {
  background-color: var(--theme);
  border-color: var(--theme);
  color: #fff;
}

.tour-active-filters {
  margin-bottom: 16px;
}

.filter-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.filter-label {
  font-weight: 600;
  color: var(--header);
}

.filter-value {
  color: var(--text);
  margin-right: 8px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-right: 10px;
}

.filter-chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  font-size: 11px;
  line-height: 1;
}

.filter-chip:hover .filter-chip-remove {
  background: rgba(0, 0, 0, 0.16);
}

.ui-datepicker-calendar {
  background: #f7f9fc;
}


.range-filter {
  display: grid;
  gap: 12px;
}

.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--text);
}

.range-inputs {
  position: relative;
  height: 26px;
}

.range-inputs input[type='range'] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  width: 100%;
  height: 4px;
  background: transparent;
  border-radius: 999px;
  pointer-events: none;
}

/* Only first input shows the track */
.range-inputs input[type='range']:first-child {
  background: var(--border);
}

.range-inputs input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--theme);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.range-inputs input[type='range']::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--theme);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.price-inputs {
  display: flex;
  gap: 12px;
}

.price-inputs input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  color: var(--text);
}

.price-inputs input:focus {
  outline: none;
  border-color: var(--theme);
}

/* Social Icons Hover */
.social-icon a:hover {
  background-color: var(--theme);
  border-color: var(--theme);
}

/* Mobile Menu (Offcanvas) Xiaohongshu Icon */
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a img {
  width: 20px;
  height: 20px;
  filter: invert(31%) sepia(6%) saturate(789%) hue-rotate(346deg) brightness(97%) contrast(89%);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover img {
  filter: brightness(0) invert(1);
}

/* Activities Card Hover */
.activities-card-item:hover .activities-content h4 a {
  color: var(--theme);
}

/* Tour List Items Icon */
.tour-list li i {
  color: var(--theme);
}

/* Tour Place Product Code */
.tour-place-item .tour-place-content .rating-item .product-code {
  color: var(--theme-2);
  font-weight: 600;
  font-size: 14px;
}

/* Tour List Product Code */
.tour-list-wrapper .tour-list-box-items .bottom-list-items .product-code {
  color: var(--theme-2);
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Tour Card Unified Style */
.tour-place-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tour-place-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.tour-place-item .tour-place-image {
  border-radius: 0;
}

.tour-place-item .tour-place-content {
  padding: 16px;
}

/* Tour Card Image Consistency */
.tour-place-item .tour-place-image,
.tour-list-wrapper .tour-list-box-items .tour-image {
  aspect-ratio: 4 / 3;
  min-height: 220px;
  background: #eef3f8;
}

/* Tour List List-Mode Image Sizing */
.tour-list-wrapper .tour-list-box-items .tour-image {
  flex: 0 0 370px;
  width: 370px;
}

@media (max-width: 1199px) {
  .tour-list-wrapper .tour-list-box-items .tour-image {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* Tour List List-Mode Content Alignment */
.tour-list-wrapper .tour-list-box-items {
  align-items: stretch;
}

.tour-list-wrapper .tour-list-box-items .tour-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  min-width: 0;
  max-width: none;
}

.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-1,
.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-2 {
  min-width: 100px;
}

.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .theme2 {
  margin-left: auto;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items {
    padding-top: 16px;
  }

  .tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .theme2 {
    margin-left: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.tour-place-item .tour-place-image img,
.tour-list-wrapper .tour-list-box-items .tour-image img {
  object-fit: cover;
}

/* Tour Card Image Links */
.tour-place-item .tour-place-image > a,
.tour-list-wrapper .tour-list-box-items .tour-image > a,
.tour-card-item .tour-image > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.tour-place-item .tour-place-image > a img,
.tour-list-wrapper .tour-list-box-items .tour-image > a img,
.tour-card-item .tour-image > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tour Card Image Placeholder Link - Reset badge styles */
.tour-place-item .tour-place-image > a .tour-image-placeholder,
.tour-list-wrapper .tour-list-box-items .tour-image > a .tour-image-placeholder,
.tour-place-item .tour-place-image .tour-image-placeholder,
.tour-list-wrapper .tour-list-box-items .tour-image .tour-image-placeholder {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 220px;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  position: static !important;
}

/* Allow clicks through the curtain effect overlay */
.tour-place-item .tour-place-image::after,
.tour-place-item-2 .tour-place-image::after,
.tour-list-wrapper .tour-list-box-items .tour-image::after,
.tour-sidebar-wrapper .tour-list-box-items .tour-image::after,
.tour-card-item .tour-image::after {
  pointer-events: none;
}

/* Tour List Image Placeholder */
.tour-list-wrapper .tour-list-box-items .tour-image.is-empty {
  aspect-ratio: 4 / 3;
  min-height: 220px;
  background: linear-gradient(135deg, #eef3f8 0%, #dfe7f0 100%);
  border: 1px solid var(--border);
}

/* Tour Details Map Section */
.tour-map-section {
  margin-top: 40px;
}

.tour-map-section h3 {
  margin-bottom: 20px;
}

.tour-map-image {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 600px;
}

.tour-map-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Itinerary Side-by-Side Layout */
.itinerary-content-row {
  display: block;
}

.itinerary-content-row.has-images {
  display: flex;
  gap: 24px;
}

.itinerary-content-row.has-images .itinerary-text-col {
  flex: 1;
  min-width: 0;
}

.itinerary-content-row.has-images .itinerary-images-col {
  flex: 0 0 320px;
  max-width: 320px;
}

/* Itinerary Image Slider */
.itinerary-slider {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
}

.itinerary-slider-main {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.itinerary-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.itinerary-slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 12px 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.itinerary-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background 0.3s, opacity 0.3s;
  z-index: 2;
  opacity: 0.4;
}

.itinerary-slider:hover .itinerary-slider-arrow {
  opacity: 1;
}

.itinerary-slider-arrow:hover {
  background: #fff;
  opacity: 1;
}

.itinerary-slider-prev {
  left: 8px;
}

.itinerary-slider-next {
  right: 8px;
}

.itinerary-slider-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}

.itinerary-slider-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.itinerary-slider-dot.active,
.itinerary-slider-dot:hover {
  background: #fff;
}

/* Itinerary Mobile Responsive */
@media (max-width: 991px) {
  .itinerary-content-row.has-images {
    flex-direction: column;
  }

  .itinerary-content-row.has-images .itinerary-images-col {
    flex: none;
    max-width: 100%;
    margin-top: 16px;
  }

  .itinerary-slider-main {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 575px) {
  .itinerary-slider-arrow {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .itinerary-slider-prev {
    left: 6px;
  }

  .itinerary-slider-next {
    right: 6px;
  }
}

/* Itinerary Meals Display */
.itinerary-meals {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed #e0e0e0;
  font-size: 14px;
  color: #666;
}

.itinerary-meals i {
  color: var(--theme);
  font-size: 14px;
}

.itinerary-meals span {
  line-height: 1.5;
}

/* Tour Details Departures */
.tour-details-sidebar .departure-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.tour-details-sidebar .departure-list li {
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}

.tour-details-sidebar .departure-date {
  font-weight: 600;
  margin-bottom: 4px;
}

.tour-details-sidebar .departure-price {
  color: var(--theme);
  font-weight: 600;
}

.tour-details-sidebar .departure-seats {
  font-size: 13px;
  color: var(--text);
}

.departure-card-list {
  display: grid;
  gap: 16px;
}

.departure-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
}

.departure-header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
}

.departure-dates {
  font-weight: 600;
  color: var(--header);
}

.departure-code {
  font-size: 12px;
  color: var(--text);
  margin-top: 4px;
}

.departure-meta {
  text-align: right;
}

.departure-from {
  font-size: 13px;
  color: var(--text);
  margin-top: 4px;
}

.departure-badge {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent;
}

.departure-badge.available {
  color: #1b7f4c;
  background: #e8f7ef;
  border-color: #b7e6d1;
}

.departure-badge.selling-fast {
  color: #b45309;
  background: #fef3c7;
  border-color: #fde68a;
}

.departure-badge.sold-out {
  color: #b91c1c;
  background: #fee2e2;
  border-color: #fecaca;
}

.departure-toggle {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  font-weight: 700;
  color: var(--header);
}

.departure-body {
  border-top: 1px solid var(--border);
  padding: 14px;
  display: grid;
  gap: 12px;
}

.departure-toggle-group {
  display: flex;
  gap: 8px;
}

.departure-toggle-group button {
  flex: 1;
  border: 1px solid var(--border);
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
}

.departure-toggle-group button.is-active {
  border-color: var(--theme);
  color: var(--theme);
  background: #f1f7fd;
}

.departure-prices {
  display: grid;
  gap: 6px;
}

.departure-prices .price-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--text);
}

.departure-section-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--header);
  margin-bottom: 6px;
}

.departure-flight-list {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: var(--text);
}

.departure-flight-item {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 6px;
}

.departure-actions {
  display: grid;
  gap: 6px;
}

.departure-actions .theme-btn {
  width: 100%;
  text-align: center;
}

.departure-actions .theme-btn.outline {
  border: 1px solid var(--theme);
  background: #fff;
  color: var(--theme);
}

.theme-btn.is-disabled {
  background: #d1d5db;
  cursor: not-allowed;
}

.theme-btn:disabled {
  background: #d1d5db;
  color: #9ca3af;
  cursor: not-allowed;
  pointer-events: none;
}

.theme-btn:disabled::after {
  display: none;
}

.departure-availability {
  font-size: 12px;
  color: var(--text);
  text-align: center;
}

@media (max-width: 575px) {
  .departure-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
  }

  .departure-meta {
    text-align: left;
  }

  .departure-toggle {
    justify-self: end;
  }

  .departure-flight-item {
    grid-template-columns: 1fr 1fr;
  }
}

/* Check List Icon */
.list-item .list li i {
  color: var(--theme);
}

/* Sticky Header */
#header-sticky.sticky-header {
  box-shadow: 0 2px 10px rgba(0, 102, 179, 0.1);
}

/* Back to Top Button */
#back-top {
  background-color: var(--theme);
}

#back-top:hover {
  background-color: #B93D58;
}

/* Custom Cursor */
.cursor-inner.cursor-hover {
  background-color: var(--theme);
}

.cursor-outer.cursor-hover {
  border-color: var(--theme);
}

/* Tour place image placeholder */
.tour-place-item .tour-place-image.is-empty {
  aspect-ratio: 4 / 3;
  min-height: 220px;
  background: linear-gradient(135deg, #eef3f8 0%, #dfe7f0 100%);
  border: 1px solid var(--border);
}

/* Pagination disabled state */
.page-nav-wrap .page-numbers.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Tour rich text */
.tour-richtext {
  color: var(--text);
  line-height: 1.7;
  font-size: 15px !important;
}

/* Reset inline styles - force consistent sizing */
.tour-richtext * {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  max-width: 100%;
}

.tour-richtext p {
  margin: 0 0 12px;
  font-size: 15px !important;
}

/* Constrain heading sizes */
.tour-richtext h1 {
  font-size: 24px !important;
}

.tour-richtext h2 {
  font-size: 20px !important;
}

.tour-richtext h3 {
  font-size: 18px !important;
}

.tour-richtext h4 {
  font-size: 16px !important;
}

.tour-richtext h5,
.tour-richtext h6 {
  font-size: 15px !important;
}

.tour-richtext h1,
.tour-richtext h2,
.tour-richtext h3,
.tour-richtext h4,
.tour-richtext h5,
.tour-richtext h6 {
  color: var(--header);
  margin: 18px 0 10px;
  line-height: 1.3 !important;
}

.tour-richtext ul,
.tour-richtext ol {
  margin: 0 0 12px 18px;
  padding: 0;
}

.tour-richtext li {
  margin-bottom: 6px;
  font-size: 15px !important;
}

.tour-richtext a {
  color: var(--theme);
  text-decoration: underline;
}

/* Reset span and other inline elements */
.tour-richtext span,
.tour-richtext font,
.tour-richtext b,
.tour-richtext i,
.tour-richtext em {
  font-size: inherit !important;
}

.tour-detail-banner {
  position: relative;
  border-radius: 10px;
  margin-bottom: 24px;
  background-color: #f7f9fc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 430px;
}

.tour-detail-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 29.25%, rgba(21, 21, 21, 0.45) 100%);
}

@media (max-width: 991px) {
  .tour-detail-banner {
    min-height: 320px;
  }
}

@media (max-width: 575px) {
  .tour-detail-banner {
    min-height: 240px;
  }
}

.tour-richtext strong {
  color: var(--header);
  font-weight: 600;
}

.tour-richtext img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 12px 0;
}

.tour-richtext table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}

.tour-richtext table th,
.tour-richtext table td {
  border: 1px solid var(--border);
  padding: 10px;
  vertical-align: top;
}

.tour-terms-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.tour-terms-intro {
  margin: 12px 0 24px;
  color: var(--text);
}

.terms-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 12px 0 16px;
}

.terms-table {
  min-width: 520px;
}

.faq-questions {
  margin: 0;
  padding-left: 22px;
  color: var(--text);
}

.faq-questions li {
  margin-bottom: 16px;
}

.faq-questions li strong {
  display: block;
  margin-bottom: 6px;
  color: var(--header);
}

.faq-questions a {
  color: var(--theme);
  text-decoration: underline;
}

.privacy-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.privacy-wrapper ul,
.career-positions ul {
  list-style: disc;
  padding-left: 20px;
  margin: 12px 0;
}

.privacy-wrapper ul li::marker,
.career-positions ul li::marker {
  color: #000000;
}

.privacy-intro {
  margin: 12px 0 24px;
  color: var(--text);
}

.privacy-updated {
  margin-top: 24px;
  color: var(--text);
  font-size: 14px;
}

.web-terms-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.enquiry-wrapper .contact-box {
  margin-left: 0;
}

.enquiry-box .form-clt select {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 10px;
  background: var(--white);
  color: var(--text);
  padding: 0 42px 0 20px;
  font-size: 14px;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--text) 50%),
    linear-gradient(135deg, var(--text) 50%, transparent 50%);
  background-position: calc(100% - 24px) 50%, calc(100% - 18px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.enquiry-tour-summary {
  margin-top: 18px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-2);
}

.enquiry-tour-summary h5 {
  margin-bottom: 10px;
  color: var(--header);
}

.enquiry-tour-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.enquiry-tour-summary li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--text);
  font-size: 14px;
}

.enquiry-tour-summary li strong {
  color: var(--header);
  text-align: right;
}

.enquiry-recaptcha {
  margin-top: 8px;
}

.contact-us-wrapper-3 .contact-box.enquiry-box .form-clt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-us-wrapper-3 .contact-box.enquiry-box .form-clt span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}

.contact-us-wrapper-3 .contact-box.enquiry-box .form-clt span .required {
  color: #dc2626;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
}

@media (max-width: 767px) {
  .enquiry-box .form-clt select {
    height: 48px;
    padding: 0 38px 0 18px;
  }
}

@media (max-width: 575px) {
  .enquiry-box .form-clt select {
    height: 46px;
    padding: 0 34px 0 16px;
  }

  .enquiry-tour-summary li {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact-us-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.contact-us-wrapper h2 {
  margin-bottom: 20px;
  color: var(--header);
}

.contact-map {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
  background: #fff;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 390px;
  border: 0;
}

.contact-info-grid {
  margin-top: 10px;
}

.contact-info-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  height: 100%;
}

.contact-info-card h4 {
  margin-bottom: 12px;
  color: var(--header);
}

.contact-info-list {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
}

.contact-info-list li {
  margin-bottom: 6px;
}

.contact-hours {
  display: grid;
  gap: 16px;
}

.contact-hours-title {
  font-weight: 600;
  color: var(--header);
  margin-bottom: 6px;
}

.contact-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: var(--text);
}

@media (max-width: 575px) {
  .tour-terms-section .section-title,
  .privacy-section .section-title,
  .web-terms-section .section-title,
  .faq-section .section-title {
    margin-bottom: 16px;
  }

  .contact-us-wrapper h2 {
    margin-bottom: 18px;
  }

  .contact-map iframe {
    height: 300px;
  }

  .contact-hours-row {
    flex-direction: column;
    gap: 4px;
  }
}

/* Tour Card Title - Fixed Height for Consistency */
.tour-place-item .tour-place-content h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  height: 50px !important;
  margin-bottom: 15px !important;
}

.tour-list-section .tour-list-box-items .tour-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-empty-notice {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  padding: 12px 16px;
  border-radius: 6px;
}

.api-maintenance-notice {
  background: #f1f7fd;
  border-left: 4px solid var(--theme);
  padding: 12px 0;
  margin: 20px 0;
}

.api-maintenance-notice p {
  margin: 0;
  color: var(--header);
  font-weight: 500;
}

.brand-wrapper.is-hidden {
  display: none;
}

.brand-replacement {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-replacement img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Booking Flow */
.form-clt .required {
  color: #dc2626;
  font-weight: 600;
  margin-left: 4px;
}

.form-clt.is-error input:not(.MuiInputBase-input),
.form-clt.is-error select,
.form-clt.is-error textarea {
  border-color: #dc2626;
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.15);
}

.form-clt .field-error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #dc2626;
}

.booking-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.booking-step {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1 1 180px;
}

.booking-step-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #fff;
  color: var(--text);
}

.booking-step-label {
  font-weight: 600;
  color: var(--header);
}

.booking-step-line {
  flex: 1;
  height: 2px;
  background: var(--border);
  margin-left: 8px;
}

.booking-step.is-active .booking-step-number {
  background: var(--theme);
  border-color: var(--theme);
  color: #fff;
}

.booking-step.is-active .booking-step-label {
  color: var(--theme);
}

.booking-step.is-active .booking-step-line {
  background: var(--theme);
}

.booking-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}


.booking-section-title {
  margin-top: 30px;
}

.booking-rooms,
.booking-traveller-grid {
  display: grid;
  gap: 20px;
}

.booking-room-card,
.booking-traveller-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px;
  background: #fff;
}
.booking-traveller-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.booking-traveller-sync {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text);
  white-space: nowrap;
}

.booking-traveller-sync input {
  margin: 0;
}

.booking-traveller-type {
  background: var(--bg-2);
  color: var(--theme);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

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

.booking-remove-room {
  background: transparent;
  border: none;
  color: var(--theme);
  font-weight: 600;
  cursor: pointer;
}

.booking-room-grid {
  display: grid;
  gap: 16px;
}

.booking-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed var(--border);
  padding-bottom: 12px;
}

.booking-counter:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.booking-counter-label {
  display: block;
  font-weight: 600;
  color: var(--header);
}

.booking-counter-note {
  font-size: 12px;
  color: var(--text);
}

.booking-counter-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.booking-counter-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}

.booking-counter-value {
  min-width: 24px;
  text-align: center;
  font-weight: 600;
}

.booking-room-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 16px;
}

.booking-note {
  margin-top: 24px;
  background: var(--bg-2);
  border-radius: 10px;
  padding: 16px;
}

.booking-section .form-clt select {
  width: 100%;
  height: 50px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background-color: #fff;
  padding: 0 14px;
  font-size: 14px;
  color: var(--text);
}

.booking-section .form-clt select:focus {
  outline: none;
  border-color: var(--theme);
}
.booking-section .form-clt input:not(.MuiInputBase-input),
.booking-section .form-clt textarea,
.booking-section .nice-select {
  width: 100%;
  height: 50px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background-color: #fff;
  padding: 0 14px;
  font-size: 14px;
  color: var(--text);
}

.booking-section .form-clt textarea {
  min-height: 120px;
  height: auto;
  padding: 12px 14px;
  resize: vertical;
}

.booking-section .form-clt input:not(.MuiInputBase-input):focus,
.booking-section .form-clt textarea:focus,
.booking-section .nice-select:focus,
.booking-section .nice-select.open {
  outline: none;
  border-color: var(--theme);
}

.booking-section .nice-select {
  display: flex;
  align-items: center;
}

.booking-section .nice-select .list {
  width: 100%;
}

.booking-alert {
  border: 1px solid #f5c2c7;
  background: #f8d7da;
  color: #842029;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.booking-alert-success {
  border-color: #badbcc;
  background: #d1e7dd;
  color: #0f5132;
}

.booking-alert-warning {
  border-color: #ffecb5;
  background: #fff3cd;
  color: #664d03;
}

.booking-review-block {
  margin-top: 20px;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.booking-review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px 16px;
  margin-top: 12px;
}

.booking-review-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.booking-review-label {
  font-size: 12px;
  color: var(--text);
  letter-spacing: 0.01em;
}

.booking-review-value {
  font-size: 14px;
  color: var(--header);
  word-break: break-word;
}

.booking-confirmation-summary .booking-summary-header {
  align-items: flex-start;
  justify-content: flex-start;
}

.booking-confirmation-summary .booking-summary-header,
.booking-confirmation-summary .booking-summary-header * {
  text-align: left;
}

.booking-confirmation .booking-review-grid {
  grid-template-columns: 1fr;
  justify-items: start;
  text-align: left;
}

.booking-confirmation .booking-review-row {
  align-items: flex-start;
}

.booking-confirmation .booking-review-label,
.booking-confirmation .booking-review-value {
  text-align: left;
}

.booking-confirmation .booking-payment-toggle,
.booking-confirmation .booking-payment-room h5,
.booking-confirmation .booking-review-card h5,
.booking-confirmation .booking-review-room h4,
.booking-confirmation .booking-review-card {
  text-align: left;
}

.booking-review-travellers {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.booking-review-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.booking-review-card h5 {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--header);
}

.booking-review-room + .booking-review-room {
  margin-top: 16px;
}

.booking-review-notice {
  margin-top: 20px;
  padding: 16px;
  border-radius: 10px;
  background: var(--bg-2);
  border: 1px solid var(--border);
}

.booking-review-notice h4 {
  margin: 0 0 8px;
  color: var(--header);
}

.booking-sales-staff {
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}

.booking-sales-staff h4 {
  margin-bottom: 12px;
}

.booking-sales-staff .form-clt {
  position: relative;
  margin: 0;
  min-height: 50px;
}

.booking-sales-staff select,
.booking-sales-staff .nice-select {
  width: 100%;
  max-width: 300px;
}

.booking-sales-staff .nice-select {
  position: relative;
  z-index: 10;
}

.booking-sales-staff .nice-select.open {
  z-index: 100;
}

.booking-sales-staff + .booking-review-notice {
  clear: both;
  margin-top: 24px;
}

.booking-review-block ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
}

.booking-discount-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.booking-discount-form input {
  flex: 1;
  height: 50px;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0 14px;
  font-size: 14px;
  color: var(--text);
}

.booking-discount-form .theme2 {
  height: 50px;
}

.booking-discount-message {
  margin-top: 8px;
  font-size: 13px;
  color: var(--text);
}

.booking-discount-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.booking-discount-chip {
  border: 1px solid var(--border);
  background: var(--bg-2);
  color: var(--header);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  cursor: pointer;
}

.booking-discount-chip span {
  margin-left: 6px;
}

.booking-payment-method {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0;
}

.booking-payment-actions {
  margin-top: 16px;
}

.booking-payment-lookup {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  align-items: flex-end;
}

.booking-payment-lookup .form-clt {
  flex: 1;
}

.booking-payment-summary {
  margin: 16px 0 20px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
}

.booking-payment-summary h4 {
  margin: 0 0 12px;
  color: var(--header);
}

.booking-payment-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.booking-payment-summary-grid span {
  display: block;
  font-size: 12px;
  color: var(--text);
}

.booking-payment-summary-grid p {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
}

.booking-payment-note {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--bg-2);
}

.booking-payment-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  background: var(--bg-2);
}

.booking-payment-status-success {
  background: #eaf7ee;
  color: #2f7a4e;
}

.booking-payment-status-pending {
  background: #fff6e5;
  color: #8a6a2a;
}

.booking-payment-status-failed {
  background: #fdeaea;
  color: #a33a3a;
}

.booking-payment-status-info {
  background: var(--bg-2);
  color: var(--header);
}

.booking-payment-status-spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top-color: currentColor;
  animation: booking-spin 1s linear infinite;
}

@keyframes booking-spin {
  to {
    transform: rotate(360deg);
  }
}

.booking-payment-ref {
  margin: 8px 0 12px;
  font-size: 14px;
  color: var(--header);
}

.booking-payment-section {
  border-top: 1px solid var(--border);
  padding-top: 12px;
  margin-top: 12px;
}

.booking-payment-toggle {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: var(--header);
  padding: 6px 0;
}

.booking-toggle-icon {
  font-size: 18px;
  line-height: 1;
  color: var(--text);
}

.booking-payment-panel {
  margin-top: 10px;
}

.booking-payment-room h5 {
  margin: 8px 0 10px;
  color: var(--header);
}

.booking-payment-price-block + .booking-payment-price-block {
  margin-top: 16px;
}

.booking-payment-total {
  margin-top: 16px;
  display: grid;
  gap: 6px;
}

.booking-payment-secure {
  margin-top: 16px;
  padding: 14px;
  background: var(--bg-2);
  border-radius: 10px;
}

.booking-payment-secure h4 {
  margin: 0 0 6px;
  color: var(--header);
}

.booking-payment-check {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--header);
  align-items: flex-start;
  cursor: pointer;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color 0.2s ease;
}

.booking-payment-check:hover {
  border-color: var(--theme-2);
}

.booking-payment-check input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: var(--theme-2);
}

.booking-payment-check a {
  color: var(--theme-2);
  text-decoration: none;
  border-bottom: 1px solid var(--theme-2);
  font-weight: inherit;
}

.booking-payment-check a:hover {
  color: var(--theme);
  border-bottom-color: var(--theme);
}

.booking-confirmation-banner {
  background: #eaf7ee;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 20px;
}

.booking-confirmation-banner h3 {
  margin: 0 0 8px;
  color: #2f7a4e;
}

.booking-confirmation-banner .text {
  margin: 0;
  color: #3f5b4c;
}

.booking-confirmation-summary {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  background: #fff;
}

.booking-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--header);
}

.booking-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  gap: 12px;
}

.booking-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.booking-modal {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

.booking-modal h3 {
  margin: 0 0 8px;
  color: var(--header);
}

.booking-modal .text {
  margin: 0;
  color: var(--text);
}

.booking-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.booking-modal-invalid {
  text-align: center;
}

.booking-modal-invalid h3 {
  margin-bottom: 12px;
}

.booking-modal-icon {
  margin-bottom: 16px;
}

.booking-modal-icon i {
  font-size: 48px;
  color: #f59e0b;
}

.booking-modal-invalid .booking-modal-actions {
  justify-content: center;
}

.booking-summary {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  position: sticky;
  top: 120px;
}

.booking-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 12px 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 999;
}

.booking-mobile-label {
  display: block;
  font-size: 12px;
  color: var(--text);
}

.booking-mobile-value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}

.booking-summary-header {
  display: flex;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
}

.booking-summary-header img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.booking-summary-code {
  display: inline-block;
  font-size: 12px;
  color: var(--theme);
  font-weight: 600;
  margin-bottom: 4px;
}

.booking-summary-details {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.booking-summary-row,
.booking-summary-total-row {
  display: flex;
  justify-content: space-between;
  color: var(--text);
  font-size: 14px;
}

.booking-summary-total-row {
  font-weight: 700;
  color: var(--header);
}

.booking-summary-note {
  margin-top: 16px;
  border-top: 1px dashed var(--border);
  padding-top: 14px;
}

.booking-summary-countdown {
  background: var(--theme);
  border-radius: 12px;
  padding: 12px 14px;
  color: #fff;
  margin-bottom: 14px;
}

.booking-summary-countdown-main {
  margin-bottom: 20px;
}

.booking-summary-countdown-text {
  margin: 0;
  font-size: 12px;
  opacity: 0.9;
}

.booking-summary-countdown-time {
  margin: 8px 0 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.booking-summary-timer {
  background: var(--bg-2);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 14px;
}

.booking-summary-timer .text {
  margin: 0;
  font-size: 13px;
  color: var(--header);
}

.booking-summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  font-size: 12px;
  color: var(--text);
}

.booking-summary-meta .booking-pill {
  margin-left: auto;
}

.booking-summary-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.booking-summary-section.booking-summary-total {
  display: block;
}

.booking-summary-total-row {
  font-weight: 700;
  color: var(--header);
}

.booking-summary-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.booking-summary-grid > div:first-child {
  text-align: left;
}

.booking-summary-grid > div.booking-summary-right {
  text-align: right;
}

.booking-summary-label {
  display: block;
  font-size: 12px;
  color: var(--text);
  margin-bottom: 4px;
}

.booking-summary-plane {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-2);
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.booking-summary-right {
  text-align: right;
}

.booking-summary-title {
  font-weight: 600;
  color: var(--header);
  margin-bottom: 8px;
}

.booking-summary-flights {
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.flight-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 0.8fr 0.8fr;
  gap: 8px;
  padding: 8px 10px;
  font-size: 12px;
  align-items: center;
}

.flight-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flight-head {
  background: var(--bg-2);
  color: var(--header);
  font-weight: 600;
}

.flight-zone {
  margin-left: 4px;
  font-size: 11px;
  color: var(--theme);
}

.booking-summary-table {
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.booking-summary-price-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.6fr 1fr;
  gap: 8px;
  padding: 8px 10px;
  font-size: 12px;
  align-items: center;
}

.booking-summary-price-row span {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-summary-price-row span:first-child {
  text-align: left;
}

.booking-summary-head {
  background: var(--bg-2);
  color: var(--header);
  font-weight: 600;
}

.booking-pill {
  background: var(--bg-2);
  color: var(--theme);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.booking-confirmation {
  text-align: left;
}

.booking-confirmation-icon {
  font-size: 44px;
  color: var(--theme);
  margin-bottom: 16px;
}

.theme-btn.outline {
  background: #fff;
  color: var(--theme);
  border: 1px solid var(--theme);
}

.theme-btn.outline:hover::after {
  background: var(--theme);
}

.theme-btn.outline:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .booking-summary {
    position: static;
  }

  .booking-progress {
    gap: 8px;
  }

  .booking-mobile-bar {
    display: flex;
  }

  .booking-section {
    padding-bottom: 90px;
  }
}

code,
pre {
  color: #1f2937;
}

code {
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
}

pre {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 16px;
  overflow: auto;
}

pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}





.booking-payment-tour {
  display: flex;
  gap: 12px;
  align-items: center;
}

.booking-payment-tour img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}

.booking-payment-tour h4 {
  margin: 2px 0;
  color: var(--header);
}

.booking-payment-duration {
  margin: 0;
  font-size: 12px;
  color: var(--text);
}

.booking-payment-code {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--header);
}

.booking-payment-departure {
  margin-top: 12px;
}

.booking-payment-departure-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.booking-payment-departure-grid span {
  display: block;
  font-size: 12px;
  color: var(--text);
}

.booking-payment-departure-grid p {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--header);
}

.booking-payment-departure-grid > div:last-child {
  text-align: right;
}

.booking-payment-plane {
  text-align: center;
  color: var(--header);
}

.booking-payment-flights {
  margin-top: 12px;
}

.booking-payment-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--header);
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .booking-summary-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-summary-header img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }

  .booking-summary-grid {
    grid-template-columns: 1fr;
  }

  .booking-summary-grid > div.booking-summary-right {
    text-align: left;
  }

  .booking-summary-plane {
    display: none;
  }

  .booking-summary-right {
    text-align: left;
  }

  .flight-row {
    grid-template-columns: 1fr 1fr;
  }

  .booking-summary-price-row {
    grid-template-columns: 1fr 1fr;
  }

  .booking-summary-table {
    border: none;
    background: transparent;
    display: grid;
    gap: 10px;
  }

  .booking-summary-price-row.booking-summary-head {
    display: none;
  }

  .booking-summary-price-row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "type amount"
      "unit qty";
    row-gap: 4px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
  }

  .booking-summary-price-row span {
    white-space: normal;
    text-overflow: initial;
  }

  .booking-summary-price-row span:nth-child(1) {
    grid-area: type;
    text-align: left;
    font-weight: 600;
  }

  .booking-summary-price-row span:nth-child(2) {
    grid-area: unit;
    text-align: left;
  }

  .booking-summary-price-row span:nth-child(2)::before {
    content: "Unit ";
    font-size: 11px;
    color: var(--text);
    opacity: 0.7;
    margin-right: 4px;
  }

  .booking-summary-price-row span:nth-child(3) {
    grid-area: qty;
    text-align: right;
  }

  .booking-summary-price-row span:nth-child(3)::before {
    content: "Qty ";
    font-size: 11px;
    color: var(--text);
    opacity: 0.7;
    margin-right: 4px;
  }

  .booking-summary-price-row span:nth-child(4) {
    grid-area: amount;
    text-align: right;
    font-weight: 600;
  }

  .booking-summary-price-row span:empty {
    display: none;
  }

  .booking-navigation {
    flex-direction: column;
    align-items: stretch;
  }

  .booking-navigation .theme-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .booking-payment-tour {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-payment-tour img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }

  .booking-payment-departure-grid {
    grid-template-columns: 1fr;
  }

  .booking-payment-departure-grid > div:last-child {
    text-align: left;
  }

  .booking-payment-plane {
    display: none;
  }

  /* P0: 步骤进度条 - 小屏幕优化 */
  .booking-progress {
    justify-content: center;
    gap: 6px;
  }

  .booking-step {
    flex: 0 0 auto;
    gap: 6px;
  }

  .booking-step-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .booking-step-label {
    display: none;
  }

  .booking-step-line {
    width: 20px;
    flex: 0 0 20px;
    margin-left: 0;
  }

  /* P0: Discount Code 表单 - 小屏幕优化 */
  .booking-discount-form {
    flex-direction: column;
  }

  .booking-discount-form input,
  .booking-summary-section .booking-discount-form input {
    flex: none;
    width: 100%;
    height: 50px;
    min-height: 50px;
  }

  .booking-discount-form .theme2 {
    width: 100%;
    height: 50px;
  }
}


.enquiry-box .nice-select {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 10px;
  background: var(--white);
  color: var(--text);
  padding: 0 42px 0 20px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  float: none;
}

.enquiry-box .nice-select:after {
  right: 18px;
}

.enquiry-box .nice-select .list {
  width: 100%;
}

@media (max-width: 767px) {
  .enquiry-box .nice-select {
    height: 48px;
    padding: 0 38px 0 18px;
  }
}

@media (max-width: 575px) {
  .enquiry-box .nice-select {
    height: 46px;
    padding: 0 34px 0 16px;
  }
}






.footer-bottom .footer-wrapper h2 {
  font-size: clamp(32px, 8vw, 120px);
  white-space: nowrap;
}


.footer-bottom {
  margin-bottom: 0;
  padding-bottom: 24px;
}

.footer-bottom .footer-wrapper {
  column-gap: 24px;
  row-gap: 16px;
}

.footer-bottom .footer-wrapper h2 {
  margin-right: 16px;
  margin-top: 8px;
}

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

  .footer-bottom .footer-wrapper h2 {
    margin-right: 0;
  }
}


.mice-hero {
  padding: 40px 0 20px;
}

.mice-hero-image {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.mice-services-title {
  text-align: center;
  padding: 18px 16px;
  margin-top: 18px;
  border-radius: 10px;
}

.mice-services-title h2 {
  margin: 0;
  color: var(--header);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.mice-gallery {
  margin-top: 24px;
}

.mice-gallery-item {
  border-radius: 12px;
  overflow: hidden;
  height: 360px;
}

@media (max-width: 991px) {
  .mice-gallery-item {
    height: 280px;
  }
}

@media (max-width: 575px) {
  .mice-gallery-item {
    height: 220px;
  }
}

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

.mice-contact-section {
  background-color: #D4536E;
  padding: 60px 0;
  color: #ffffff;
}

.mice-contact-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.mice-contact-intro h2 {
  font-weight: 700;
  margin-bottom: 16px;
}

.mice-contact-intro p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.mice-contact-email {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.mice-contact-form .form-clt input,
.mice-contact-form .form-clt textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.mice-contact-form .form-clt input::placeholder,
.mice-contact-form .form-clt textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.mice-contact-form .theme-btn {
  background-color: #2E939A;
}

.mice-contact-form .theme-btn::after {
  background-color: #277780;
}

@media (max-width: 991px) {
  .mice-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .mice-contact-section {
    padding: 40px 0;
  }
}


.mice-contact-form .row {
  justify-content: center;
}

.mice-contact-form .form-clt {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.mice-contact-form .form-clt span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
  color: #ffffff;
}

.mice-contact-form .form-clt .required {
  color: #fff;
}

.mice-contact-form .form-clt input,
.mice-contact-form .form-clt textarea {
  width: 100%;
}

.mice-contact-form {
  max-width: 720px;
  margin: 0 auto;
}



.itinerary-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 36px;
}

.itinerary-day {
  position: relative;
  padding: 14px 0 18px;
  background: #ffffff;
}

.itinerary-list::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: #dbe3ea;
}

.itinerary-day + .itinerary-day {
  border-top: 1px solid #e5e7eb;
}

.itinerary-marker {
  position: absolute;
  left: -36px;
  top: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  display: grid;
  place-items: center;
}

.itinerary-marker::after {
  content: '';
  width: 6px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.itinerary-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0 8px;
  text-align: left;
  font-weight: 600;
  color: var(--header);
  font-size: 16px;
}

.itinerary-title {
  flex: 1;
}

.itinerary-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #7b8794;
  border-bottom: 2px solid #7b8794;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.itinerary-day.is-open .itinerary-chevron {
  transform: rotate(-135deg);
}

.itinerary-body {
  padding: 2px 0 0;
  color: #5f6b7a;
}

.itinerary-body .tour-richtext {
  margin-top: 6px;
}

@media (max-width: 575px) {
  .itinerary-list {
    padding-left: 28px;
  }

  .itinerary-marker {
    left: -28px;
    width: 20px;
    height: 20px;
  }

  .itinerary-list::before {
    left: 8px;
  }

  .itinerary-toggle {
    font-size: 15px;
  }
}

.tour-detail-nav {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  z-index: 500;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.tour-detail-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.1);
}

/* Match container widths for consistent alignment */
.tour-detail-nav.is-sticky .tour-detail-nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 12px;
}

@media (max-width: 1399px) {
  .tour-detail-nav.is-sticky .tour-detail-nav-inner {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  .tour-detail-nav.is-sticky .tour-detail-nav-inner {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .tour-detail-nav.is-sticky .tour-detail-nav-inner {
    max-width: 720px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .tour-detail-nav.is-sticky .tour-detail-nav-inner {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .tour-detail-nav.is-sticky .tour-detail-nav-inner {
    max-width: 100%;
    padding: 8px 12px;
  }
}

.tour-detail-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 16px;
}

.tour-detail-nav-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tour-detail-nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* Language Switcher */
.tour-detail-nav-lang {
  display: flex;
  align-items: center;
  background: #f3f4f6;
  border-radius: 8px;
  padding: 4px;
  gap: 2px;
}

.tour-detail-lang-btn {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tour-detail-lang-btn:hover {
  color: var(--theme);
}

.tour-detail-lang-btn.is-active {
  background: #fff;
  color: var(--theme);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tour-detail-nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
  background: transparent;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #6b7280;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.tour-detail-nav-link i {
  font-size: 14px;
  transition: transform 0.2s ease;
}

.tour-detail-nav-link:hover {
  color: var(--theme);
  background: rgba(var(--theme-rgb), 0.08);
}

.tour-detail-nav-link:hover i {
  transform: scale(1.1);
}

.tour-detail-nav-link.is-active {
  color: var(--theme);
  background: rgba(var(--theme-rgb), 0.1);
}

.tour-detail-nav-link.is-active:hover {
  color: var(--theme);
  background: rgba(var(--theme-rgb), 0.15);
}

.tour-detail-nav-link:focus {
  outline: none;
  box-shadow: none;
}

/* Desktop Nav Buttons */
.tour-detail-nav-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tour-detail-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

/* Book Now - Same as enquiry-cta-btn (theme2 solid green) */
.tour-detail-nav-btn-primary {
  background-color: var(--theme-2);
  border: 1px solid var(--theme-2);
  color: #fff;
}

.tour-detail-nav-btn-primary:hover {
  background-color: #277780;
  border-color: #277780;
  color: #fff;
}

/* Enquiry - Same as download-pdf-btn (theme2 outline) */
.tour-detail-nav-btn-outline {
  background-color: transparent;
  border: 1px solid var(--theme-2);
  color: var(--theme-2);
}

.tour-detail-nav-btn-outline:hover {
  background-color: var(--theme-2);
  color: #fff;
}

.tour-detail-nav-select {
  display: none;
  min-width: 200px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 6px 10px;
  font-size: 14px;
  background: #ffffff;
}

.tour-detail-nav-trigger {
  height: 0;
}

.tour-detail-section-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}

.tour-detail-section-subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 6px;
}

.tour-detail-section-note {
  text-align: center;
  color: #6b7280;
  margin-bottom: 28px;
}

.tour-detail-section-link {
  color: var(--theme-2);
  font-weight: 600;
  text-decoration: underline;
}

#detail-itinerary {
  margin-top: 24px;
}

.detail-departure-list {
  gap: 20px;
}

.asa-departure-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.asa-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.asa-card-header-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.asa-card-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.asa-card-date-range {
  font-size: 18px;
  font-weight: 400;
  color: #111827;
}

.asa-card-date-range .date-start {
  font-weight: 600;
}

.asa-card-date-range .date-separator {
  font-weight: 400;
}

.asa-card-date-range .date-end {
  font-weight: 400;
}

.asa-card-code {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  padding: 2px 8px;
  background-color: #f3f4f6;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .asa-card-date {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: auto;
  }
}

.asa-card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.asa-card-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.asa-availability {
  min-width: 100px;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
}

.asa-availability.is-available {
  color: #15803d;
  background: #ecfdf3;
  border-color: #86efac;
}

.asa-availability.is-selling-fast {
  color: #b45309;
  background: #fffbeb;
  border-color: #fcd34d;
}

.asa-availability.is-sold-out {
  color: #b91c1c;
  background: #fef2f2;
  border-color: #fecaca;
}

.asa-airline-logo {
  height: 40px;
  object-fit: contain;
}

.asa-airline-logo.large {
  height: 48px;
}

.asa-from {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.asa-from-label {
  font-size: 12px;
  color: #6b7280;
}

.asa-from-value {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.asa-from-value.large {
  font-size: 32px;
}

.asa-card-actions {
  display: flex;
  align-items: center;
}

.asa-card-toggle {
  border: none;
  background: transparent;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.asa-card-toggle .toggle-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.asa-card-toggle.is-expanded .toggle-arrow {
  transform: rotate(-135deg);
}

.asa-card-body {
  padding: 20px;
  display: grid;
  gap: 20px;
}

.asa-body-top {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.asa-calendar-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 6px;
}

.asa-calendar-range {
  font-weight: 600;
  color: #111827;
}

/* Travel Calendar Component */
.travel-calendar {
  max-width: 280px;
}

.travel-calendar-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 8px;
}

.travel-calendar-weekday {
  padding: 4px 0;
}

.travel-calendar-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.travel-calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.travel-calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 4px;
  color: #d1d5db;
  border: 1px solid var(--theme, #c4232a);
}

.travel-calendar-day.is-selected {
  background-color: var(--theme, #c4232a);
  color: #fff;
  border-color: var(--theme, #c4232a);
}

.travel-calendar-hidden {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}

.travel-calendar-hidden-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #e5e7eb, var(--theme, #c4232a), #e5e7eb);
}

.travel-calendar-hidden-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid var(--theme, #c4232a);
  color: var(--theme, #c4232a);
  font-size: 12px;
  margin: 0 12px;
  cursor: default;
  transition: background-color 0.2s, color 0.2s;
}

.travel-calendar-hidden-badge:hover {
  background-color: var(--theme, #c4232a);
  color: #fff;
}

.travel-calendar-dots {
  display: flex;
  gap: 2px;
}

.travel-calendar-dots .dot {
  width: 4px;
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
  animation: pulse 1.5s ease-in-out infinite;
}

.travel-calendar-dots .dot:nth-child(2) {
  animation-delay: 0.5s;
}

.travel-calendar-dots .dot:nth-child(3) {
  animation-delay: 1s;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}

.asa-duration {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 6px;
}

.asa-departure-name {
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
}

.asa-body-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.asa-body-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.asa-price-toggle {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
}

.asa-price-tab {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background: transparent;
  color: #6b7280;
  border-bottom: 2px solid transparent;
}

.asa-price-tab.is-active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  background: #f0f9ff;
}

.asa-price-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

@media (min-width: 992px) {
  .asa-price-grid {
    column-gap: 120px;
    row-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.asa-price-block h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme);
  margin-bottom: 12px;
}

.asa-price-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 8px;
}

.asa-price-row.muted {
  color: #7b7b7b;
}

.asa-flight-schedule h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 12px;
}

.asa-flight-table {
  display: grid;
  gap: 8px;
}

.asa-flight-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 6px;
}

.asa-flight-row.header {
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
}

.asa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--primary);
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  border: 2px solid var(--primary);
  text-transform: uppercase;
}

.asa-btn.large {
  font-size: 14px;
  padding: 10px 20px;
}

.asa-btn.outline {
  background: transparent;
  color: var(--primary);
}

.asa-btn.is-disabled {
  background: #e5e7eb;
  color: #9ca3af;
  border-color: #e5e7eb;
  cursor: not-allowed;
}

.asa-btn-placeholder {
  min-width: 125px;
}

.asa-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.asa-book-btn.small {
  padding: 8px 16px;
  font-size: 13px;
}

.asa-book-btn.large {
  padding: 10px 20px;
  font-size: 14px;
}

.asa-book-btn.is-disabled {
  background: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
  pointer-events: none;
}

.asa-book-btn.is-disabled::after {
  display: none;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.action-btn.small {
  padding: 8px 16px;
  font-size: 12px;
}

.action-btn.large {
  padding: 12px 20px;
  font-size: 14px;
}

.action-primary {
  background: #D4536E;
  color: #ffffff;
  border-color: #D4536E;
}

.action-primary:hover {
  background: #B93D58;
  border-color: #B93D58;
}

.action-tertiary {
  background: transparent;
  color: #57534E;
  border-color: #D6D3D1;
}

.action-tertiary:hover {
  background: #F5F5F4;
  border-color: #A8A29E;
}

.action-btn-placeholder {
  min-width: 125px;
  min-height: 34px;
  visibility: hidden;
}

@media (max-width: 991px) {
  .asa-card-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .asa-card-header-main {
    width: 100%;
    align-items: flex-start;
  }

  .asa-card-header-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .asa-flight-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .asa-flight-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Old vertical layout styles removed - now using horizontal icon-based layout */

/* Mobile Bottom Navigation */
.tour-detail-mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.1);
  z-index: 999;
  padding: 0;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.tour-detail-mobile-nav-inner {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}

.tour-detail-mobile-nav-inner::-webkit-scrollbar {
  display: none;
}

.tour-detail-mobile-nav-link {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: max-content;
  padding: 12px 16px;
  font-size: 10px;
  font-weight: 600;
  color: #6b7280;
  background: transparent;
  border: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s ease;
  cursor: pointer;
}

.tour-detail-mobile-nav-link i {
  font-size: 16px;
  margin-bottom: 2px;
}

.tour-detail-mobile-nav-link.is-active {
  color: var(--theme);
  background: rgba(var(--theme-rgb), 0.08);
}

.tour-detail-mobile-nav-separator {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #e5e7eb;
}

/* Mobile Floating Action Buttons */
.tour-detail-mobile-fab {
  display: none;
  position: fixed;
  right: 16px;
  bottom: calc(70px + env(safe-area-inset-bottom, 0px));
  z-index: 998;
  flex-direction: column;
  gap: 10px;
}

.tour-detail-fab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Book Now - Same as enquiry-cta-btn (theme2 solid green) */
.tour-detail-fab-btn-primary {
  background-color: var(--theme-2);
  border: 1px solid var(--theme-2);
  color: #fff;
}

.tour-detail-fab-btn-primary:hover {
  background-color: #277780;
  border-color: #277780;
  color: #fff;
}

/* Enquiry - Same as download-pdf-btn (theme2 outline) */
.tour-detail-fab-btn-outline {
  background-color: #fff;
  border: 1px solid var(--theme-2);
  color: var(--theme-2);
}

.tour-detail-fab-btn-outline:hover {
  background-color: var(--theme-2);
  color: #fff;
}

@media (max-width: 991px) {
  /* Hide mobile bottom nav - conflicts with third-party plugins */
  .tour-detail-mobile-nav {
    display: none;
  }

  /* Show mobile floating buttons - moved up */
  .tour-detail-mobile-fab {
    display: flex;
    bottom: 100px;
  }

  /* Hide desktop nav buttons on mobile - show FAB instead */
  .tour-detail-nav-buttons {
    display: none;
  }

  /* Keep showing top navigation on mobile */
  .tour-detail-nav {
    display: block;
  }

  .tour-detail-nav-inner {
    padding: 10px 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .tour-detail-nav-left {
    flex: 1;
    flex-wrap: wrap;
    gap: 8px;
  }

  .tour-detail-nav-links {
    justify-content: flex-start;
    gap: 6px;
  }

  /* Vertical layout: icon on top, text below */
  .tour-detail-nav-link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    font-size: 10px;
    gap: 4px;
    min-width: 65px;
  }

  .tour-detail-nav-link i {
    font-size: 16px;
  }

  .tour-detail-nav-link span {
    display: block;
    text-align: center;
    line-height: 1.2;
  }

  /* Language switcher on mobile - right aligned */
  .tour-detail-nav-lang {
    flex-shrink: 0;
    padding: 3px;
  }

  .tour-detail-lang-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .tour-detail-nav-inner {
    padding: 8px 0;
  }

  .tour-detail-nav-left {
    flex: 1;
  }

  .tour-detail-nav-links {
    gap: 4px;
  }

  .tour-detail-nav-link {
    padding: 8px 8px;
    font-size: 9px;
    min-width: 55px;
  }

  .tour-detail-nav-link i {
    font-size: 14px;
  }

  .tour-detail-nav-lang {
    flex-shrink: 0;
  }

  .tour-detail-lang-btn {
    padding: 5px 10px;
    font-size: 11px;
  }
}

.home-popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
}

.home-popup {
  position: relative;
  width: min(1100px, 96vw);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  z-index: 100001;
}

.home-popup img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  display: block;
}

.home-popup-link {
  display: block;
}

.home-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 17px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
  cursor: pointer;
}

.home-popup-close:hover {
  background: rgba(0, 0, 0, 0.8);
}


/* Hero Banner - Adjusted for 1920x660 image ratio (2.91:1) */
.hero-section-1 .hero-1 {
  min-height: 560px;
  padding: 180px 0 50px;
}

@media (max-width: 1399px) {
  .hero-section-1 .hero-1 {
    min-height: 480px;
    padding: 120px 0 40px;
  }
}

@media (max-width: 991px) {
  .hero-section-1 .hero-1 {
    min-height: 400px;
    padding: 100px 0 40px;
  }
}

@media (max-width: 575px) {
  .hero-section-1 .hero-1 {
    min-height: 320px;
    padding: 80px 0 30px;
  }

  .booking-payment-panel .booking-review-grid {
    grid-template-columns: 1fr;
  }
}

.header-talk-btn {
  border: none;
  background: none;
  padding: 0;
  margin-left: 6px;
  font-weight: 600;
  color: inherit;
  cursor: pointer;
}

.header-talk-btn:hover {
  text-decoration: underline;
}

.header-top-wrapper .header-left .header-list {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header-top-wrapper .header-left .header-list li {
  font-size: 14px;
  font-weight: 400;
}

.header-top-wrapper .header-left .header-list li a {
  color: var(--white);
}

.header-top-wrapper .header-left .header-list li i {
  color: var(--theme);
  margin-right: 5px;
}

.header-top-wrapper .header-right .social-icon {
  gap: 12px;
}

.header-top-wrapper .header-right .social-icon a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-2);
  color: var(--white);
}

.header-top-wrapper .header-right .social-icon a i {
  color: var(--white);
  font-size: 13px;
}

.header-top-wrapper .header-right .social-icon a img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) invert(1);
}


.header-top-wrapper .header-right .header-list {
  gap: 24px;
}

.contact-from-section {
  position: relative;
  z-index: 10;
}

.contact-from-section .single-select {
  position: relative;
  z-index: 11;
}

.contact-from-section .nice-select {
  position: relative;
  z-index: 12;
}

.contact-from-section .nice-select .list {
  z-index: 20;
}

.asa-recommended-section {
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.hero-skeleton .hero-bg {
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

.hero-skeleton-content {
  max-width: 420px;
  padding: 0 0 80px;
}

.skeleton-block {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.4s ease infinite;
}

.skeleton-line {
  height: 14px;
  margin: 10px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.4s ease infinite;
}

.skeleton-line.hero-line-lg {
  height: 32px;
  width: 90%;
}

.skeleton-line.hero-line-md {
  height: 18px;
  width: 70%;
}

.skeleton-line.hero-line-sm {
  height: 14px;
  width: 50%;
}

.skeleton-line.skeleton-line-lg {
  width: 90%;
}

.skeleton-line.skeleton-line-md {
  width: 70%;
}

.skeleton-line.skeleton-line-sm {
  width: 50%;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.whatsapp-float {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

.whatsapp-float:hover {
  color: #fff;
  background: #1ebe5b;
}

@media (max-width: 576px) {
  .whatsapp-float {
    left: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    font-size: 22px;
  }
}

.header-logo img {
  height: 65px;
  width: auto;
}

@media (max-width: 575px) {
  .header-logo img {
    height: 36px;
  }
}

.asa-recommended-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 40px;
}

.asa-recommended-tab {
  border: none;
  background: #F5F5F5;
  color: #525252;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.asa-recommended-tab:hover {
  background: #2E939A;
  color: #fff;
}

.asa-recommended-tab.is-active {
  background: #D96B6B;
  color: #fff;
}

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

.tour-place-item .tour-place-image span.badge-image,
.tour-list-box-items .tour-image span.badge-image,
.tour-place-item-2 .tour-place-image span.badge-image {
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}

.tour-place-item .tour-place-image span.badge-image img,
.tour-list-box-items .tour-image span.badge-image img,
.tour-place-item-2 .tour-place-image span.badge-image img {
  display: block;
  width: 60px;
  height: auto;
  border-radius: 0 !important;
}

.asa-recommended-card .tour-place-image {
  height: 170px;
  overflow: hidden;
}

.asa-recommended-card .tour-place-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asa-recommended-empty {
  text-align: center;
  color: #555;
  padding: 24px 0 8px;
}

.asa-recommended-footer {
  text-align: center;
  margin-top: 40px;
}

.asa-recommended-footer .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.asa-recommended-footer .theme-btn::after {
  display: none;
}

.asa-recommended-footer .theme-btn i {
  transition: transform 0.2s ease;
}

.asa-recommended-footer .theme-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 1200px) {
  .asa-recommended-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .asa-recommended-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .asa-recommended-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .asa-recommended-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .asa-recommended-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .asa-recommended-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   Tour List Skeleton Loading
   ======================================== */
@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.skeleton-box {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  border-radius: 4px;
}

/* List View Skeleton */
.tour-list-box-items.is-skeleton {
  pointer-events: none;
}

.tour-list-box-items.is-skeleton .tour-image {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  min-height: 200px;
}

.tour-list-box-items.is-skeleton .tour-content h3 {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  height: 24px;
  width: 80%;
  border-radius: 4px;
}

.tour-list-box-items.is-skeleton .tour-content h3 * {
  visibility: hidden;
}

.tour-list-box-items.is-skeleton .tour-content ul {
  display: flex;
  gap: 16px;
}

.tour-list-box-items.is-skeleton .tour-content ul li {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  height: 16px;
  width: 100px;
  border-radius: 4px;
  color: transparent;
}

.tour-list-box-items.is-skeleton .tour-content ul li i {
  visibility: hidden;
}

.tour-list-box-items.is-skeleton .bottom-list-items .list-1,
.tour-list-box-items.is-skeleton .bottom-list-items .list-2 {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  border-radius: 4px;
  min-width: 80px;
  min-height: 50px;
}

.tour-list-box-items.is-skeleton .bottom-list-items .list-1 *,
.tour-list-box-items.is-skeleton .bottom-list-items .list-2 * {
  visibility: hidden;
}

.tour-list-box-items.is-skeleton .bottom-list-items .theme2 {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  color: transparent;
  pointer-events: none;
}

/* Grid View Skeleton */
.tour-place-item.is-skeleton {
  pointer-events: none;
}

.tour-place-item.is-skeleton .tour-place-image {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  min-height: 200px;
}

.tour-place-item.is-skeleton .tour-place-content .rating-item {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  height: 20px;
  border-radius: 4px;
}

.tour-place-item.is-skeleton .tour-place-content .rating-item * {
  visibility: hidden;
}

.tour-place-item.is-skeleton .tour-place-content h3 {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  height: 22px;
  width: 90%;
  border-radius: 4px;
  margin-top: 12px;
}

.tour-place-item.is-skeleton .tour-place-content h3 * {
  visibility: hidden;
}

.tour-place-item.is-skeleton .tour-place-content .tour-list li {
  background: linear-gradient(90deg, #e7e5e4 25%, #f5f5f4 50%, #e7e5e4 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  height: 16px;
  width: 80px;
  border-radius: 4px;
  color: transparent;
}

.tour-place-item.is-skeleton .tour-place-content .tour-list li i {
  visibility: hidden;
}

/* ========================================
   Header Hidden When Detail Nav is Sticky
   ======================================== */
#header-sticky.header-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#header-sticky {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ========================================
   Itinerary Download PDF Button
   ======================================== */
.itinerary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.itinerary-header h3 {
  margin: 0;
}

.download-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-2);
  background-color: transparent;
  border: 1px solid var(--theme-2);
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.download-pdf-btn:hover {
  background-color: var(--theme-2);
  color: #fff;
}

.download-pdf-btn i {
  font-size: 14px;
}

.download-pdf-dropdown {
  position: relative;
}

.download-pdf-dropdown .dropdown-menu {
  min-width: 200px;
  padding: 8px 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.download-pdf-dropdown .dropdown-item {
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
}

.download-pdf-dropdown .dropdown-item:hover {
  background-color: var(--bg-2);
  color: var(--theme-2);
}

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

  .download-pdf-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/* ========================================
   Enquiry CTA Box
   ======================================== */
.enquiry-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #f0f9fa 0%, #e8f4f5 100%);
  border: 1px solid rgba(47, 141, 153, 0.15);
  border-radius: 12px;
}

.enquiry-cta-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.enquiry-cta-icon {
  font-size: 32px;
  color: var(--theme-2);
  flex-shrink: 0;
}

.enquiry-cta-text h4 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--header);
}

.enquiry-cta-text p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.enquiry-cta-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.enquiry-cta-btn i {
  font-size: 14px;
}

@media (max-width: 768px) {
  .enquiry-cta-box {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .enquiry-cta-content {
    flex-direction: column;
    gap: 12px;
  }

  .enquiry-cta-icon {
    font-size: 28px;
  }

  .enquiry-cta-text h4 {
    font-size: 16px;
  }

  .enquiry-cta-text p {
    font-size: 13px;
  }

  .enquiry-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }
}

/* ========================================
   Wishlist Feature
   ======================================== */

/* Enable heart icon on tour cards */
.tour-place-item .tour-place-image .icon {
  display: block;
}

/* Wishlist button styles */
.wishlist-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}

.wishlist-btn:hover {
  transform: scale(1.1);
}

.wishlist-btn.is-active {
  background-color: var(--theme) !important;
  color: #fff !important;
}

.wishlist-btn.is-active:hover {
  background-color: #c44860 !important;
}

/* Header Wishlist */
.header-wishlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  color: var(--header);
  font-size: 18px;
  transition: all 0.3s ease;
}

.header-wishlist:hover {
  color: var(--theme);
}

.header-wishlist-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: #ef4444;
  border-radius: 50px;
}

/* Wishlist Page */
.wishlist-section {
  min-height: 50vh;
}

.wishlist-empty {
  text-align: center;
  padding: 60px 20px;
}

.wishlist-empty-icon {
  font-size: 64px;
  color: #d1d5db;
  margin-bottom: 24px;
}

.wishlist-empty h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 8px;
}

.wishlist-empty p {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 24px;
}

.wishlist-item {
  margin-bottom: 30px;
}

/* Wishlist count label in section */
.wishlist-count-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  margin-bottom: 24px;
}

/* Inner Page Banner - Compact Height */
.breadcrumb-wrapper-3 .page-heading {
  padding: 280px 0 50px;
}

@media (max-width: 1399px) {
  .breadcrumb-wrapper-3 .page-heading {
    padding: 100px 0 50px;
  }
}

@media (max-width: 991px) {
  .breadcrumb-wrapper-3 .page-heading {
    padding: 60px 0 40px;
  }
}

/* MICE Page Banner - 1920x660 aspect ratio */
.mice-banner {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

/* Tour Product Code Badge */
.tour-product-code-badge {
  display: inline-block;
  padding: 6px 16px;
  margin: 12px 0;
  background: var(--theme);
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

/* Breadcrumb for wishlist page - kept for compatibility */
.breadcrumb-section {
  padding: 40px 0;
  background: var(--bg-2);
}

.breadcrumb-wrapper {
  text-align: center;
}

.breadcrumb-wrapper .breadcrumb {
  justify-content: center;
  margin-bottom: 16px;
}

.breadcrumb-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 8px;
}

.breadcrumb-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

@media (max-width: 991px) {
  .header-wishlist {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .breadcrumb-title {
    font-size: 24px;
  }

  .wishlist-empty-icon {
    font-size: 48px;
  }

  .wishlist-empty h3 {
    font-size: 20px;
  }
}

/* ========================================
   Header Search
   ======================================== */
.header-search {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.header-search-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: var(--header);
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header-search-toggle:hover {
  color: var(--theme);
}

.header-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search-icon {
  position: absolute;
  left: 12px;
  color: #9ca3af;
  font-size: 14px;
  pointer-events: none;
}

.header-search input.header-search-input,
input.header-search-input {
  width: 180px;
  height: 40px;
  padding: 0 12px 0 36px;
  font-size: 14px;
  color: #1f2937 !important;
  background-color: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  outline: none;
  transition: all 0.3s ease;
}

.header-search-input:focus {
  border-color: var(--theme-2);
  box-shadow: 0 0 0 3px rgba(46, 147, 154, 0.1);
}

.header-search-input::placeholder {
  color: #9ca3af;
}

.header-search-btn {
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: var(--theme-2);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.header-search-btn:hover {
  background-color: #277780;
}

.header-search-btn .btn-icon {
  display: none;
}

/* Tablet */
@media (max-width: 1199px) {
  .header-search-input {
    width: 150px;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .header-search {
    position: relative;
    margin-right: 5px;
  }

  .header-search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-search-form {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
  }

  .header-search.is-expanded .header-search-form {
    display: flex;
  }

  .header-search-input {
    width: 200px;
  }

  .header-search-btn .btn-text {
    display: none;
  }

  .header-search-btn .btn-icon {
    display: inline;
  }

  .header-search-btn {
    padding: 0 12px;
  }
}

@media (max-width: 480px) {
  .header-search-form {
    right: -40px;
  }

  .header-search-input {
    width: 180px;
  }
}

/* ============================================
   Tour Details Itinerary - D1, D2, D3 Labels
   ============================================ */
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two {
  counter-reset: day-counter;
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item:before {
  counter-increment: day-counter;
  content: "D" counter(day-counter) !important;
  font-family: var(--body-font), sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
}
