.wondex-single-trip {
  padding-top: 32px;
}

.wondex-hero-gallery {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  margin-bottom: 24px;
}

.wondex-hero-gallery img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

#wondex-highlights-carousel {
  margin-bottom: 24px;
}

#wondex-booking-widget {
  position: sticky;
  top: 120px;
  float: right;
  width: 340px;
  margin-left: 32px;
}

@media (max-width: 1023px) {
  #wondex-booking-widget {
    float: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }
}
.wondex-about-trip, .wondex-included, .wondex-itinerary, .wondex-accommodation, .wondex-additional-info {
  margin-bottom: 32px;
  padding: 24px;
  background: var(--wondex-color-white);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wondex-booking-widget {
  background: var(--wondex-color-white);
  border: 1px solid var(--wondex-color-border);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}

.wondex-booking-price {
  font-size: 24px;
  color: var(--wondex-color-primary);
  font-weight: bold;
}

.wondex-booking-date {
  font-size: 15px;
  color: var(--wondex-color-secondary);
}

.wondex-booking-availability {
  font-size: 14px;
  color: var(--wondex-color-tertiary);
  font-weight: bold;
}

.wondex-booking-availability.full {
  color: #d32f2f;
}

.wondex-booking-guide {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.wondex-booking-guide-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--wondex-color-border);
}

.wondex-booking-guests {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

.wondex-booking-btn {
  margin-top: 12px;
  width: 100%;
  font-size: 16px;
  padding: 12px 0;
  border-radius: 4px;
  background: var(--wondex-color-primary);
  color: var(--wondex-color-white);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.wondex-booking-btn:disabled {
  background: var(--wondex-color-border);
  color: #aaa;
  cursor: not-allowed;
}

.wondex-booking-cancel {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}

.wondex-hero-gallery-grid {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.wondex-hero-main-img {
  flex: 2;
  position: relative;
}

.wondex-hero-main-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.wondex-hero-side-imgs {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}

.wondex-hero-side-imgs img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.wondex-hero-gallery-grid img {
  cursor: pointer;
}

@media (max-width: 900px) {
  .wondex-hero-main-img img, .wondex-hero-side-imgs img {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .wondex-hero-gallery-grid {
    display: none;
  }

  .wondex-hero-slider.swiper {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 220px;
    overflow: hidden !important;
    position: relative;
    margin: 0 auto;
    background: #000;
    border-radius: 0;
  }

  .wondex-hero-slider .swiper-wrapper {
    width: 100vw !important;
    height: 220px;
    display: flex;
  }

  .wondex-hero-slider .swiper-slide {
    flex: 0 0 100vw !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wondex-hero-slider .swiper-slide img {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 220px !important;
    object-fit: cover;
    border-radius: 0 !important;
    display: block;
  }

  .wondex-gallery-counter {
    position: absolute;
    bottom: 12px;
    right: 16px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 13px;
    z-index: 10;
  }

  .wondex-single-trip {
    padding-top: 10px;
  }

  .wondex-about-trip, .wondex-included, .wondex-itinerary, .wondex-accommodation, .wondex-additional-info, #wondex-trip-content {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.wondex-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.wondex-gallery-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.wondex-gallery-modal-img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}

.wondex-gallery-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wondex-gallery-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wondex-gallery-modal-arrow.left {
  left: 32px;
}

.wondex-gallery-modal-arrow.right {
  right: 32px;
}

.wondex-gallery-modal-indicator {
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
  text-align: center;
}

@media (max-width: 767px) {
  .wondex-gallery-modal-img {
    max-width: 98vw;
    max-height: 60vh;
  }

  .wondex-gallery-modal-close, .wondex-gallery-modal-arrow {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .wondex-gallery-modal-arrow.left {
    left: 8px;
  }

  .wondex-gallery-modal-arrow.right {
    right: 8px;
  }
}
.wondex-highlights-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 12px 0 8px 0;
  margin-bottom: 24px;
  scrollbar-width: thin;
  scrollbar-color: var(--wondex-color-primary) var(--wondex-color-bg);
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.wondex-highlight-item {
  flex: 0 0 auto;
  background: var(--wondex-color-white);
  border: 1px solid var(--wondex-color-border);
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s;
  position: relative;
}

.wondex-highlight-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.wondex-highlight-item .wondex-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  color: var(--wondex-color-primary);
}

.wondex-highlight-item span {
  font-size: 15px;
  color: var(--wondex-color-text);
  text-align: center;
}

.wondex-highlight-item[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  z-index: 10;
}

.wondex-highlight-item[data-tooltip]::after {
  opacity: 0;
  transition: opacity 0.2s;
}

.wondex-highlight-item[data-tooltip]:hover::after {
  opacity: 1;
}

.wondex-highlight-item {
  scroll-snap-align: start;
}

@media (max-width: 767px) {
  .wondex-highlight-item {
    min-width: 100px;
    padding: 12px 10px;
  }

  .wondex-highlights-carousel {
    gap: 10px;
  }
}
.wondex-itinerary-timeline {
  position: relative;
  margin: 32px 0 0 0;
  padding: 0 0 0 32px;
  border-left: 3px solid var(--wondex-color-primary);
  list-style: none;
}

.wondex-itinerary-step {
  position: relative;
  margin-bottom: 32px;
  padding-left: 16px;
  transition: background 0.2s, opacity 0.6s, transform 0.6s;
  opacity: 0.2;
  transform: translateY(40px);
  display: flex;
  flex-direction: column;
}

.wondex-itinerary-step.visible {
  opacity: 1;
  transform: translateY(0);
}

.wondex-itinerary-step:last-child {
  margin-bottom: 0;
}

.wondex-itinerary-day {
  position: absolute;
  left: -40px;
  top: 0;
  width: 32px;
  height: 32px;
  background: var(--wondex-color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1;
  border: 3px solid #fff;
}

.wondex-itinerary-day .wondex-icon {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  color: #fff;
}

.wondex-itinerary-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--wondex-color-primary);
  margin-bottom: 4px;
}

.wondex-itinerary-desc {
  font-size: 15px;
  color: var(--wondex-color-text);
  margin-bottom: 6px;
}

.wondex-itinerary-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 8px;
  margin-top: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.wondex-itinerary-step:hover {
  background: #f0f6ff;
}

.wondex-itinerary-details-btn {
  align-self: flex-end;
  margin-top: 12px;
  margin-bottom: 0;
  background: var(--wondex-color-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wondex-itinerary-details-btn:hover {
  background: var(--wondex-color-secondary);
}

@media (max-width: 767px) {
  .wondex-itinerary-timeline {
    padding-left: 18px;
    border-left-width: 2px;
  }

  .wondex-itinerary-day {
    left: -26px;
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .wondex-itinerary-title {
    font-size: 16px;
  }

  .wondex-itinerary-img {
    max-width: 100%;
  }

  .wondex-itinerary-details-btn {
    width: 100%;
    align-self: stretch;
    margin-top: 10px;
  }
}
.wondex-trip-main-area {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

#wondex-trip-content {
  flex: 1 1 0;
  min-width: 0;
}

#wondex-booking-widget {
  width: 340px;
  flex: 0 0 340px;
  position: sticky;
  top: 120px;
  margin-left: 0;
  float: none;
}

@media (max-width: 1023px) {
  .wondex-trip-main-area {
    flex-direction: column;
    gap: 0;
  }

  #wondex-booking-widget {
    width: 100%;
    position: static;
  }
}
.wondex-itinerary-label {
  font-size: 14px;
  color: #888;
  margin-bottom: 2px;
  font-weight: 500;
}

.wondex-itinerary-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.wondex-itinerary-modal.active {
  display: flex;
}

.wondex-itinerary-modal-content {
  background: #fff;
  border-radius: 12px;
  max-width: 480px;
  width: 95vw;
  padding: 32px 24px 24px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  position: relative;
  text-align: left;
}

.wondex-itinerary-modal-header {
  font-size: 20px;
  font-weight: bold;
  color: var(--wondex-color-primary);
  margin-bottom: 12px;
}

.wondex-itinerary-modal-desc {
  font-size: 15px;
  color: var(--wondex-color-text);
  margin-bottom: 10px;
}

.wondex-itinerary-modal-extra {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.wondex-itinerary-modal-img {
  width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}

.wondex-itinerary-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wondex-accommodation-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.wondex-accommodation-card {
  background: var(--wondex-color-white);
  border: 1px solid var(--wondex-color-border);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 220px;
  max-width: 340px;
  transition: box-shadow 0.2s;
}

.wondex-accommodation-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.wondex-accommodation-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}

.wondex-accommodation-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--wondex-color-primary);
  margin: 12px 16px 4px 16px;
}

.wondex-accommodation-desc {
  font-size: 14px;
  color: var(--wondex-color-text);
  margin: 0 16px 16px 16px;
}

.wondex-accommodation-features {
  display: flex;
  gap: 10px;
  margin: 8px 16px 12px 16px;
  flex-wrap: wrap;
}

.wondex-accommodation-feature-icon {
  width: 22px;
  height: 22px;
  color: var(--wondex-color-secondary);
  background: #f0f6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

@media (max-width: 767px) {
  .wondex-accommodation-highlights {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .wondex-accommodation-card {
    min-width: 220px;
    max-width: 80vw;
    scroll-snap-align: start;
  }
}
.wondex-additional-info-accordion {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  background: var(--wondex-color-white);
}

.wondex-accordion-item {
  border-bottom: 1px solid var(--wondex-color-border);
}

.wondex-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--wondex-color-primary);
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s;
  outline: none;
}

.wondex-accordion-header:hover, .wondex-accordion-header:focus {
  background: #f0f6ff;
}

.wondex-accordion-icon {
  margin-left: 12px;
  font-size: 18px;
  transition: transform 0.2s;
}

.wondex-accordion-item.open .wondex-accordion-icon {
  transform: rotate(90deg);
}

.wondex-accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fafbfc;
  color: var(--wondex-color-text);
  font-size: 15px;
  padding: 0 24px;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.2s;
}

.wondex-accordion-item.open .wondex-accordion-content {
  padding: 16px 24px 24px 24px;
  max-height: 400px;
}

.booking-widget {
  background: var(--wondex-color-white);
  border: 1px solid var(--wondex-color-border);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 24px 18px 24px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
  max-width: 370px;
  min-width: 0;
}

.bw-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.bw-price {
  font-size: 26px;
  color: var(--wondex-color-primary);
  font-weight: 700;
  margin: 0;
}

.bw-price .per-pax {
  font-size: 15px;
  font-weight: 400;
  color: #888;
}

.bw-request-new-date-link {
  color: var(--wondex-color-primary);
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 2px;
}

.bw-list {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
  max-height: 320px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bw-item {
  background: #f8fafd;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  padding: 18px 16px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
}

.status {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 2px 10px;
  margin-bottom: 2px;
}

.status-confirmed {
  background: #e6fbe6;
  color: #1a7f62;
}

.status-waitlist {
  background: #fff6e0;
  color: #b47a00;
}

.bw-dates {
  font-size: 16px;
  font-weight: 600;
  color: var(--wondex-color-primary);
}

.bw-price-item {
  font-size: 17px;
  color: #1a7f62;
  font-weight: 600;
}

.bw-price-item .per-pax {
  font-size: 13px;
  color: #888;
  font-weight: 400;
}

.bw-host-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--wondex-color-primary);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  margin: 4px 0 0 0;
}

.avatar-sm {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}

.btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}

.btn-primary {
  background: var(--wondex-color-primary);
  color: #fff;
}

.btn-primary:disabled {
  background: #e0e0e0;
  color: #aaa;
  cursor: not-allowed;
}

.btn-outline {
  background: #fff;
  color: var(--wondex-color-primary);
  border: 2px solid var(--wondex-color-primary);
}

.btn-full {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
}

.bw-meta {
  font-size: 13px;
  color: #b00020;
  font-weight: 500;
  margin-top: 2px;
}

.bw-meta.early-bird {
  color: #1a7f62;
}

.bw-meta.last-spots {
  color: #b00020;
}

.bw-meta.waitlist-count {
  color: #b47a00;
}

.bw-footer {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 1023px) {
  .booking-widget {
    max-width: 100%;
    padding: 18px 8px 12px 8px;
  }
}
@media (max-width: 600px) {
  .booking-widget {
    max-width: 100vw;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0 6px 0;
  }

  .bw-list {
    max-height: 220px;
    gap: 8px;
  }

  .bw-item {
    padding: 12px 8px 10px 8px;
    gap: 4px;
  }

  .bw-header {
    padding-left: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wondex-single-trip {
    padding-top: 18px;
  }

  .wondex-hero-gallery img,
.wondex-hero-main-img img {
    height: 220px;
    border-radius: 10px;
  }

  .wondex-hero-side-imgs img {
    height: 100px;
    border-radius: 7px;
  }

  .wondex-about-trip, .wondex-included, .wondex-itinerary, .wondex-accommodation, .wondex-additional-info {
    padding: 16px;
    margin-bottom: 20px;
  }

  .wondex-highlights-carousel {
    gap: 10px;
    padding: 8px 0 6px 0;
  }

  .wondex-highlight-item {
    min-width: 90px;
    padding: 10px 8px;
  }

  .wondex-accommodation-highlights {
    gap: 14px;
  }

  .wondex-accommodation-card {
    min-width: 180px;
    max-width: 60vw;
  }

  .wondex-itinerary-timeline {
    padding-left: 22px;
    margin-top: 18px;
  }

  .wondex-itinerary-day {
    left: -30px;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .wondex-itinerary-title {
    font-size: 15px;
  }

  .wondex-itinerary-details-btn {
    font-size: 13px;
    padding: 6px 10px;
  }

  .wondex-accordion-header {
    font-size: 15px;
    padding: 14px 16px;
  }

  .wondex-accordion-content {
    font-size: 14px;
    padding: 0 16px;
  }
}
body.ionic .wondex-single-trip, body.apppresser .wondex-single-trip {
  padding-top: 0 !important;
}

body.ionic .wondex-booking-widget, body.apppresser .wondex-booking-widget {
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 0;
}

.wondex-participant-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99998;
  display: none;
}

.wondex-participant-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.wondex-participant-modal[style*="display: flex"] {
  display: flex !important;
}

.wondex-participant-modal-content {
  background: #fff;
  border-radius: 16px;
  max-width: 480px;
  width: 95vw;
  padding: 32px 24px 24px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wondex-participant-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-lg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
  margin-bottom: 8px;
}

.modal-profile {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.see-all {
  color: var(--wondex-color-primary);
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
  margin-left: 8px;
}

.bio {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
}

.group-stats {
  margin-top: 10px;
}

.group-stats h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.stat label {
  min-width: 80px;
  font-size: 14px;
  color: #666;
}

.bar-wrapper {
  flex: 1;
  background: #f0f0f0;
  border-radius: 6px;
  height: 14px;
  overflow: hidden;
  margin-right: 8px;
}

.bar {
  background: var(--wondex-color-primary);
  height: 100%;
  border-radius: 6px;
  transition: width 0.3s;
}

.pct {
  font-size: 13px;
  color: #333;
  min-width: 36px;
  text-align: right;
}

.wondex-participant-modal-loading,
.wondex-participant-modal-error {
  font-size: 16px;
  color: #888;
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 600px) {
  .wondex-participant-modal-content {
    padding: 16px 4px 12px 4px;
    max-width: 99vw;
    border-radius: 0;
  }

  .avatar-lg {
    width: 48px;
    height: 48px;
  }
}
.wondex-home {
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: var(--wondex-color-bg);
}

.wondex-home-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
  border-radius: 0;
  margin-bottom: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.wondex-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 16px;
}

.wondex-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 48px 16px 56px 16px;
  max-width: 600px;
  margin: 0 auto;
}

.wondex-hero-content h1 {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  margin-bottom: 12px;
}

.wondex-hero-content p {
  font-size: 1.25rem;
  margin-bottom: 24px;
}

.wondex-btn.wondex-btn-primary {
  background: var(--wondex-color-primary);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}

.wondex-btn.wondex-btn-primary:hover {
  background: var(--wondex-color-secondary);
}

.wondex-home-featured-trips {
  background: #fff;
  border-radius: 16px;
  padding: 32px 0 40px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wondex-section-title {
  text-align: center;
  margin-bottom: 32px;
}

.wondex-section-title h2 {
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  margin-bottom: 8px;
}

.wondex-section-title p {
  color: #666;
  font-size: 1.1rem;
}

.wondex-featured-trips-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .wondex-featured-trips-grid {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.wondex-home-how-it-works {
  background: var(--wondex-color-bg);
  border-radius: 16px;
  padding: 32px 0 40px 0;
}

.wondex-how-steps {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.wondex-how-step {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  padding: 24px 20px 20px 20px;
  text-align: center;
  width: 220px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.wondex-how-icon {
  font-size: 2.2rem;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .wondex-how-steps {
    display: flex;
    gap: 32px;
    justify-content: center;
  }

  .wondex-how-step {
    flex: 1 1 0;
    min-width: 0;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .wondex-how-steps {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .wondex-how-step {
    width: 100%;
    max-width: 320px;
  }

  .wondex-testimonials-list > * {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
  }
}
.wondex-home-testimonials {
  background: #fff;
  border-radius: 16px;
  padding: 32px 0 40px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wondex-testimonials-list {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.wondex-testimonial {
  background: var(--wondex-color-bg);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  padding: 24px 20px 20px 20px;
  text-align: center;
  width: 320px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.wondex-testimonial-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.wondex-testimonial-img {
  display: block;
  margin: 0 auto 24px auto;
  width: 56px;
  height: 56px;
  min-height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.wondex-testimonial-img img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.wondex-testimonial blockquote {
  font-size: 1.1rem;
  color: #222;
  margin: 0 0 12px 0;
  font-style: italic;
  display: block;
  width: 100%;
  word-break: break-word;
  clear: both;
  position: static;
}

.wondex-testimonial-name {
  font-size: 1rem;
  color: #666;
  display: block;
  width: 100%;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .wondex-testimonials-list {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .wondex-testimonial {
    width: 100%;
    max-width: 320px;
  }
}
.wondex-home-newsletter {
  background: var(--wondex-color-tertiary);
  color: #fff;
  border-radius: 16px;
  padding: 40px 0 48px 0;
  text-align: center;
}

.wondex-home-newsletter .wondex-section-title h2,
.wondex-home-newsletter .wondex-section-title p {
  color: #fff;
}

.wondex-newsletter-form-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.wondex-newsletter-form {
  display: flex;
  gap: 8px;
  background: #fff;
  border-radius: 24px;
  padding: 4px 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wondex-newsletter-form input[type=email] {
  border: none;
  border-radius: 24px;
  padding: 10px 16px;
  font-size: 1rem;
  outline: none;
  min-width: 180px;
}

.wondex-newsletter-form button {
  background: var(--wondex-color-primary);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.wondex-newsletter-form button:hover {
  background: var(--wondex-color-secondary);
}

@media (max-width: 767px) {
  .wondex-newsletter-form {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }

  .wondex-newsletter-form input[type=email],
.wondex-newsletter-form button {
    width: 100%;
    min-width: 0;
  }
}
:root {
  --wondex-color-primary: #0d4edb;
  --wondex-color-secondary: #2eb82e;
  --wondex-color-tertiary: #ff7a00;
  --wondex-color-text: #343434;
  --wondex-color-bg: #f5f5f5;
  --wondex-color-border: #e0e0e0;
  --wondex-color-white: #ffffff;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--wondex-color-text);
  background: var(--wondex-color-bg);
  margin: 0;
  padding: 0;
}

.wondex-container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 20px;
}

.wondex-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.wondex-col {
  padding: 0 10px;
}

.wondex-col-4 {
  width: 25%;
}

.wondex-col-6 {
  width: 50%;
}

.wondex-col-12 {
  width: 100%;
}

@media (max-width: 768px) {
  .wondex-col-4, .wondex-col-6 {
    width: 100%;
  }
}
.wondex-mb-1 {
  margin-bottom: 8px;
}

.wondex-mb-2 {
  margin-bottom: 16px;
}

.wondex-mb-3 {
  margin-bottom: 24px;
}

.wondex-text-center {
  text-align: center;
}

.wondex-text-left {
  text-align: left;
}

.wondex-text-right {
  text-align: right;
}

.wondex-font-bold {
  font-weight: bold;
}

.wondex-font-medium {
  font-weight: 500;
}

.wondex-font-regular {
  font-weight: 400;
}

.wondex-h1 {
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  color: var(--wondex-color-text);
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .wondex-h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wondex-h1 {
    font-size: 24px;
  }
}
.wondex-h2 {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  color: var(--wondex-color-text);
  line-height: 1.3;
}

@media (max-width: 1023px) {
  .wondex-h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wondex-h2 {
    font-size: 18px;
  }
}
.wondex-footer {
  margin-top: 48px;
  background: #181c24;
  color: #fff;
  padding: 40px 0 20px 0;
  font-size: 16px;
}
.wondex-footer .wondex-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 32px;
}
.wondex-footer .wondex-footer-brand {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.wondex-footer .wondex-footer-logo {
  color: #fff;
  text-decoration: none;
}
.wondex-footer .wondex-footer-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.wondex-footer .wondex-footer-nav a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.wondex-footer .wondex-footer-nav a:hover {
  opacity: 1;
}
.wondex-footer .wondex-footer-social {
  display: flex;
  gap: 16px;
}
.wondex-footer .wondex-footer-social a svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.wondex-footer .wondex-footer-social a:hover svg {
  opacity: 1;
}
.wondex-footer .wondex-footer-bottom {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  color: #aaa;
}
@media (max-width: 900px) {
  .wondex-footer .wondex-footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }
  .wondex-footer .wondex-footer-nav {
    justify-content: center;
  }
  .wondex-footer .wondex-footer-social {
    justify-content: center;
  }
}

.wondex-login-main {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.wondex-login-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(30, 60, 90, 0.1);
  padding: 40px 32px 32px 32px;
  max-width: 360px;
  width: 100%;
  margin: 32px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wondex-login-logo img {
  width: 80px;
  height: auto;
  margin-bottom: 16px;
}

.wondex-login-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #222;
}

.wondex-login-desc {
  color: #666;
  margin-bottom: 24px;
  font-size: 1rem;
}

.wondex-login-btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wondex-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 0;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  background: #f0f4ff;
  color: #2d4edb;
  border: none;
  cursor: pointer;
}

.wondex-login-btn.wondex-login-email {
  background: #4f7cf7;
  color: #fff;
}

.wondex-login-btn.wondex-login-telegram {
  background: #229ed9;
  color: #fff;
}

.wondex-login-btn.wondex-login-whatsapp {
  background: #25d366;
  color: #fff;
}

.wondex-login-btn.wondex-login-line {
  background: #06c755;
  color: #fff;
}

.wondex-login-btn:hover {
  filter: brightness(0.95);
}

.wondex-login-or {
  text-align: center;
  color: #aaa;
  font-size: 0.95em;
  margin: 0 0 0 0;
}

@media (max-width: 500px) {
  .wondex-login-card {
    padding: 24px 8px 20px 8px;
    max-width: 98vw;
  }
}
.wondex-reserve-main {
  background: #f5f5f5;
  min-height: 80vh;
  padding: 40px 0 60px 0;
}

.wondex-reserve-container {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: flex-start;
}

.wondex-reserve-left {
  flex: 2;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(30, 60, 90, 0.08);
  padding: 32px 32px 32px 32px;
  min-width: 0;
}

.wondex-reserve-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.wondex-reserve-summary {
  margin-bottom: 32px;
}
.wondex-reserve-summary h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.wondex-reserve-summary div {
  margin-bottom: 8px;
}

.wondex-reserve-terms {
  margin-bottom: 32px;
}
.wondex-reserve-terms h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.wondex-reserve-terms p {
  color: #555;
  font-size: 0.98rem;
}

.wondex-reserve-login {
  margin-top: 32px;
}
.wondex-reserve-login h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.wondex-reserve-form {
  margin-top: 32px;
}

.wondex-reserve-right {
  flex: 1.2;
  min-width: 0;
}

.wondex-reserve-trip-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(30, 60, 90, 0.08);
  padding: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.wondex-reserve-trip-img-wrapper,
.wondex-reserve-trip-img-picture {
  width: 100%;
  aspect-ratio: 16/9;
  background: #eee;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wondex-reserve-trip-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px 18px 0 0;
  margin: 0;
  max-width: none;
  max-height: none;
}

.wondex-reserve-trip-info-card {
  width: 100%;
  background: #fff;
  border-radius: 0 0 18px 18px;
  box-shadow: none;
  padding: 16px 24px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wondex-reserve-trip-info {
  text-align: center;
  margin-bottom: 16px;
}

.wondex-reserve-trip-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.wondex-reserve-trip-highlights {
  color: #666;
  font-size: 0.98rem;
}

.wondex-reserve-price-details {
  width: 100%;
  margin-top: 12px;
  padding: 0 24px 0 24px;
  box-sizing: border-box;
}
.wondex-reserve-price-details h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.wondex-reserve-price-details div {
  margin-bottom: 6px;
}

.wondex-reserve-price-total {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0d4edb;
  margin-bottom: 8px;
}

.wondex-reserve-cancel {
  color: #1a7f62;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .wondex-reserve-container {
    flex-direction: column;
    gap: 24px;
    max-width: 98vw;
    padding: 0 4vw;
  }

  .wondex-reserve-left, .wondex-reserve-trip-card {
    padding: 20px 8px 20px 8px;
  }
}
@media (max-width: 600px) {
  .wondex-reserve-main {
    padding: 16px 0 32px 0;
  }

  .wondex-reserve-title {
    font-size: 1.3rem;
  }

  .wondex-reserve-trip-img {
    max-width: 98vw;
    height: auto;
  }
}
/* --- Modern Personal Information Form Styles for Reserve Page --- */
.wondex-reserve-form {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(30, 60, 90, 0.07);
  padding: 32px 24px 24px 24px;
  max-width: 420px;
  margin: 0 0 32px 0;
  /* Align left */
}

.wondex-reserve-form h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--wondex-color-primary, #0d4edb);
}

.wondex-reserve-form .form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.wondex-reserve-form label {
  font-weight: 500;
  margin-bottom: 6px;
  color: #222;
}

.wondex-reserve-form input[type=text],
.wondex-reserve-form input[type=email],
.wondex-reserve-form input[type=date],
.wondex-reserve-form input[type=tel],
.wondex-reserve-form select {
  padding: 10px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 7px;
  font-size: 1rem;
  background: #f8fafc;
  color: #222;
  transition: border 0.18s, box-shadow 0.18s;
  outline: none;
  margin-bottom: 0;
}

.wondex-reserve-form input:focus,
.wondex-reserve-form select:focus {
  border-color: var(--wondex-color-primary, #0d4edb);
  box-shadow: 0 0 0 2px rgba(13, 78, 219, 0.08);
}

.wondex-reserve-form .wondex-phone-group {
  display: flex;
  gap: 8px;
}

.wondex-reserve-form .wondex-phone-group select {
  flex: 0 0 140px;
  min-width: 110px;
  max-width: 180px;
}

.wondex-reserve-form .wondex-phone-group input[type=tel] {
  flex: 1 1 0;
}

.wondex-reserve-form button[type=submit] {
  background: var(--wondex-color-primary, #0d4edb);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 12px 0;
  font-size: 1.08rem;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(13, 78, 219, 0.07);
  transition: background 0.18s, box-shadow 0.18s;
  cursor: pointer;
}

.wondex-reserve-form button[type=submit]:hover:not(:disabled) {
  background: var(--wondex-color-secondary, #2eb82e);
  box-shadow: 0 4px 16px rgba(46, 184, 46, 0.1);
}

.wondex-reserve-form input[disabled],
.wondex-reserve-form select[disabled] {
  background: #f0f0f0;
  color: #aaa;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .wondex-reserve-form {
    padding: 18px 6px 16px 6px;
    max-width: 98vw;
    margin: 0 0 24px 0;
    /* Still left-aligned on mobile */
  }
}
/* --- Reserve Page Step 2: Review Personal Info Styles --- */
.wondex-reserve-review-info {
  background: #f8fafc;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(30, 60, 90, 0.04);
  padding: 24px 20px 18px 20px;
  margin-bottom: 18px;
  font-size: 1.08rem;
}

.wondex-reserve-review-info strong {
  display: inline-block;
  min-width: 80px;
  color: #222;
  font-weight: 600;
  margin-right: 6px;
}

.wondex-reserve-review-info span {
  color: #444;
}

.wondex-reserve-review-btns {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.wondex-reserve-review-btn {
  background: #e6eaff;
  color: #2340a0;
  border: none;
  border-radius: 22px;
  padding: 10px 28px;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 1px 6px rgba(30, 60, 90, 0.04);
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}

.wondex-reserve-review-btn:hover {
  background: #d1e0ff;
  color: #0d4edb;
  box-shadow: 0 2px 12px rgba(13, 78, 219, 0.08);
}

.wondex-reserve-review-btn.wondex-btn-primary {
  background: #2d44e7;
  color: #fff;
}

.wondex-reserve-review-btn.wondex-btn-primary:hover {
  background: #0d4edb;
  color: #fff;
}

@media (max-width: 600px) {
  .wondex-reserve-review-info {
    padding: 14px 6px 10px 6px;
    font-size: 1rem;
  }

  .wondex-reserve-review-btns {
    flex-direction: column;
    gap: 8px;
  }
}
:root {
  --wondex-color-primary: #0d4edb;
  --wondex-color-secondary: #2eb82e;
  --wondex-color-tertiary: #ff7a00;
  --wondex-color-text: #343434;
  --wondex-color-bg: #f5f5f5;
  --wondex-color-border: #e0e0e0;
  --wondex-color-white: #ffffff;
}

.trip-filter-bar {
  background: var(--wondex-color-white);
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  margin: 24px auto 32px auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.search-bar input[type=text] {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid var(--wondex-color-border);
  border-radius: 8px;
  font-size: 1rem;
  background: var(--wondex-color-bg);
  color: var(--wondex-color-text);
}

.search-bar button {
  background: var(--wondex-color-primary);
  color: var(--wondex-color-white);
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.search-bar button:hover {
  background: var(--wondex-color-secondary);
}

.month-filter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.month-filter-item {
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid var(--wondex-color-border);
  background: var(--wondex-color-bg);
  color: var(--wondex-color-text);
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.month-filter-item:hover, .month-filter-item.active {
  background: var(--wondex-color-primary);
  color: var(--wondex-color-white);
}

.region-filter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.region-filter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 110px;
  transition: box-shadow 0.2s, border 0.2s;
  border-radius: 12px;
  border: 1.5px solid var(--wondex-color-border);
  background: var(--wondex-color-bg);
  padding: 10px 0 8px 0;
}

.region-filter-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
  border: 1px solid var(--wondex-color-border);
  background: var(--wondex-color-white);
}

.region-filter-item span {
  font-size: 1rem;
  color: var(--wondex-color-text);
  margin-top: 2px;
}

.region-filter-item:hover, .region-filter-item.active {
  border: 2px solid var(--wondex-color-primary);
  box-shadow: 0 2px 8px rgba(13, 78, 219, 0.08);
  background: var(--wondex-color-white);
}

.filter-btn {
  background: var(--wondex-color-primary);
  color: var(--wondex-color-white);
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  align-self: flex-end;
  margin-top: 8px;
  transition: background 0.2s;
}

.filter-btn:hover {
  background: var(--wondex-color-tertiary);
}

.wondex-header-searchbar-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 0;
}

.wondex-header-searchbar {
  display: flex;
  align-items: center;
  background: var(--wondex-color-white);
  border-radius: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 8px 24px 8px 20px;
  min-width: 320px;
  max-width: 480px;
  font-size: 1.1rem;
  color: var(--wondex-color-text);
  cursor: pointer;
  border: 1.5px solid var(--wondex-color-border);
  transition: box-shadow 0.2s, border 0.2s;
  position: relative;
  z-index: 20;
}

.wondex-header-searchbar:hover, .wondex-header-searchbar:focus-within {
  box-shadow: 0 4px 16px rgba(13, 78, 219, 0.1);
  border: 1.5px solid var(--wondex-color-primary);
}

.wondex-header-searchbar-label {
  flex: 1;
  color: var(--wondex-color-text);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.wondex-header-searchbar-btn {
  background: var(--wondex-color-primary);
  color: var(--wondex-color-white);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-left: 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.wondex-header-searchbar-btn:hover {
  background: var(--wondex-color-secondary);
}

/* Modal styles */
.wondex-filter-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.wondex-filter-modal.active {
  display: flex;
}

.wondex-filter-modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 52, 52, 0.18);
  z-index: 1;
}

.wondex-filter-modal-content {
  position: relative;
  z-index: 2;
  background: var(--wondex-color-white);
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  padding: 36px 40px 32px 40px;
  min-width: 340px;
  max-width: 900px;
  width: 90vw;
  margin: 0 auto;
  animation: wondex-modal-in 0.18s cubic-bezier(0.4, 1.4, 0.6, 1) 1;
}

@keyframes wondex-modal-in {
  from {
    transform: translateY(40px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.wondex-filter-modal-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: none;
  font-size: 2.1rem;
  color: var(--wondex-color-text);
  cursor: pointer;
  z-index: 3;
  transition: color 0.2s;
}

.wondex-filter-modal-close:hover {
  color: var(--wondex-color-primary);
}

.site-header {
  min-height: 76px;
  padding: 0;
  background: var(--wondex-color-white);
  box-shadow: 0 1px 0 var(--wondex-color-border);
  display: flex;
  align-items: center;
}

.wondex-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 32px 14px 32px;
  width: 100%;
  box-sizing: border-box;
}

.wondex-header-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 48px;
}

.wondex-header-searchbar-wrap {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.wondex-header-searchbar {
  display: flex;
  align-items: center;
  background: var(--wondex-color-white);
  border-radius: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 12px 24px 12px 20px;
  min-width: 320px;
  max-width: 480px;
  font-size: 1.1rem;
  color: var(--wondex-color-text);
  cursor: pointer;
  border: 1.5px solid var(--wondex-color-border);
  transition: box-shadow 0.2s, border 0.2s;
  position: relative;
  z-index: 20;
}

.wondex-header-menu-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
}

@media (max-width: 900px) {
  .wondex-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 8px 8px 8px 8px;
  }

  .wondex-header-searchbar-wrap {
    justify-content: stretch;
    margin: 8px 0;
  }
}
@media (min-width: 601px) {
  .wondex-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 16px 32px 14px 32px;
    width: 100%;
    box-sizing: border-box;
  }

  .wondex-header-logo {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .wondex-header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 1 0;
    gap: 0;
  }

  .wondex-header-searchbar-wrap {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    margin: 0;
  }

  .wondex-header-searchbar {
    width: 100%;
    max-width: 420px;
  }

  .wondex-header-menu-wrap {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    margin-left: 0;
  }

  .wondex-header-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background: none;
    box-shadow: none;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    transform: none;
    transition: none;
    opacity: 1;
    pointer-events: auto;
  }

  .wondex-header-menu > li {
    margin: 0 12px 0 0;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: none;
    padding-bottom: 0;
    list-style: none;
  }

  .wondex-header-menu > li:last-child {
    margin-right: 0;
  }

  .wondex-header-menu-close {
    display: none;
  }
}
@media (max-width: 600px) {
  .wondex-header-inner {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    padding: 8px 8px 8px 8px;
  }

  .wondex-header-logo {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .wondex-header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .wondex-header-searchbar-wrap {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
  }

  .wondex-header-menu-wrap {
    flex: 0 0 auto;
    margin-left: 0;
  }

  .wondex-header-searchbar-label {
    display: none;
  }

  .wondex-header-searchbar {
    min-width: 0;
    max-width: 48px;
    padding: 0;
    justify-content: center;
  }

  .wondex-header-searchbar-btn {
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    margin-left: 0;
  }

  .wondex-filter-modal-close {
    top: 10px;
    right: 10px;
    font-size: 2.5rem;
    padding: 10px 18px;
    z-index: 10;
    background: none;
    border: none;
    color: #222;
    cursor: pointer;
    line-height: 1;
  }

  .wondex-filter-modal.active .wondex-filter-modal-close {
    position: fixed;
    top: 18px;
    right: 18px;
    font-size: 2.5rem;
    padding: 10px 18px;
    z-index: 2000;
    background: none;
    border: none;
    color: #222;
    cursor: pointer;
    line-height: 1;
  }

  .wondex-header-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
    z-index: 3000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px 24px 24px 24px;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.4, 1.4, 0.6, 1);
    opacity: 0;
    pointer-events: none;
  }

  .wondex-header-menu.open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .wondex-header-menu > li {
    width: 100%;
    margin: 0 0 18px 0;
    font-size: 1.25rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
  }

  .wondex-header-menu > li:last-child {
    border-bottom: none;
  }

  .wondex-header-menu a {
    color: #222;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 8px 0;
  }

  .wondex-header-menu-close {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 2.2rem;
    background: none;
    border: none;
    color: #222;
    cursor: pointer;
    z-index: 3100;
  }
}
.wondex-filter-columns {
  display: flex;
  gap: 32px;
  margin: 32px 0 0 0;
}

.month-filter-col, .region-filter-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.month-filter-title, .region-filter-title {
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: var(--wondex-color-text);
}

.month-filter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.region-filter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.wondex-search-results-fade-wrapper {
  position: relative;
}

.wondex-search-results-fade-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%);
  pointer-events: none;
  z-index: 2;
}

#wondex-search-results {
  max-height: 420px;
  overflow-y: auto;
  margin-top: 32px;
  min-height: 40px;
  font-size: 1.1rem;
  color: var(--wondex-color-text);
  padding-right: 8px;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .wondex-filter-columns {
    flex-direction: column;
    gap: 18px;
  }
}
.wondex-login-logo-img {
  max-width: 80px;
  margin-bottom: 16px;
}

/* Reduce first icon size in region and activity filter */
.region-filter-item,
.activity-filter-item {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 0;
  margin: 0 8px 0 0;
}

.region-filter-item img,
.region-filter-item svg,
.activity-filter-item img,
.activity-filter-item svg {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  display: block;
  margin: 0 auto;
}

.wondex-trip-card {
  width: 100%;
  max-width: 320px;
  background: var(--wondex-color-white);
  border: 1px solid var(--wondex-color-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
}

.wondex-trip-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px) scale(1.02);
}

.wondex-trip-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.wondex-trip-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wondex-trip-meta {
  font-size: 14px;
  color: var(--wondex-color-text);
  display: flex;
  gap: 12px;
}

.wondex-trip-date {
  font-size: 13px;
  color: var(--wondex-color-secondary);
}

.wondex-trip-price {
  font-size: 16px;
  color: var(--wondex-color-primary);
  font-weight: bold;
}

.wondex-trip-availability {
  font-size: 13px;
  margin-top: 4px;
}

.wondex-trip-availability.low {
  color: var(--wondex-color-tertiary);
  font-weight: bold;
}

.wondex-trip-guide {
  margin-top: 8px;
}

.wondex-guide-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--wondex-color-border);
}

.wondex-btn-primary.wondex-btn-small {
  color: white;
  margin-top: 12px;
  font-size: 14px;
  padding: 8px 16px;
}

.wondex-home-trip-card {
  box-shadow: 0 4px 24px rgba(30, 60, 90, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s, transform 0.2s;
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.wondex-home-trip-card:hover {
  box-shadow: 0 8px 32px rgba(30, 60, 90, 0.14);
  transform: translateY(-2px) scale(1.03);
}

.wondex-trip-img-rounded {
  border-radius: 18px 18px 0 0;
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wondex-trip-region-pill {
  display: inline-block;
  background: #f0f6ff;
  color: #1a7f62;
  font-size: 13px;
  font-weight: 600;
  border-radius: 16px;
  padding: 3px 14px;
  margin-right: 8px;
  margin-bottom: 2px;
  letter-spacing: 0.02em;
}

.wondex-trip-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.wondex-trip-duration {
  color: #888;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.wondex-trip-icon,
.wondex-trip-icon svg,
.wondex-trip-icon use {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.wondex-trip-date {
  font-size: 13px;
  margin-bottom: 2px;
}

.wondex-trip-price {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 2px;
}

.wondex-trip-availability {
  font-size: 13px;
  color: #b00020;
  margin-bottom: 6px;
}

.wondex-trip-guide {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.wondex-guide-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.wondex-guide-name {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.wondex-trip-choose-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 16px;
  padding: 12px 0;
  border-radius: 14px;
  background: var(--wondex-color-primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px rgba(30, 60, 90, 0.1);
  border: none;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, transform 0.12s;
  text-decoration: none;
}

.wondex-trip-choose-btn:hover, .wondex-trip-choose-btn:focus {
  background: var(--wondex-color-secondary);
  color: #fff;
  box-shadow: 0 4px 18px rgba(30, 60, 90, 0.16);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}

@media (max-width: 600px) {
  .wondex-home-trip-card {
    max-width: 98vw;
  }

  .wondex-trip-img-rounded {
    height: 140px;
  }
}
svg.wondex-trip-icon {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.wondex-highlights-section {
  margin-bottom: 36px;
  padding: 24px;
  background: var(--wondex-color-white);
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wondex-highlights-carousel {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  /* align to left */
  flex-wrap: wrap;
  margin-top: 24px;
}

.swiper {
  width: 100%;
  padding-bottom: 24px;
}

.swiper-wrapper {
  display: flex;
  gap: 24px;
}

.swiper-slide {
  flex: 0 0 241.333px;
  max-width: 241.333px;
  min-width: 180px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.wondex-highlight-card {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 0 0 16px 0;
  min-width: 180px;
  max-width: 241.333px;
  margin: 0 auto;
  transition: box-shadow 0.2s, transform 0.2s;
}

.wondex-highlight-card:hover {
  box-shadow: 0 8px 32px rgba(30, 60, 90, 0.14);
  transform: translateY(-2px) scale(1.03);
}

.wondex-highlight-img-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.wondex-highlight-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  display: block;
}

.wondex-highlight-day {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--wondex-color-primary);
  color: #fff;
  border-radius: 999px;
  padding: 4px 16px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.wondex-highlight-desc {
  font-size: 15px;
  color: var(--wondex-color-text);
  padding: 16px 18px 0 18px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.wondex-highlights-section .wondex-highlights-nav {
  position: relative;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
}

.wondex-highlights-prev, .wondex-highlights-next {
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-size: 22px;
  color: var(--wondex-color-primary);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin-left: 12px;
  background: #fff;
  border: none;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}

.wondex-highlights-prev:hover, .wondex-highlights-next:hover {
  background: var(--wondex-color-primary);
  color: #fff;
}

@media (max-width: 900px) {
  .wondex-highlights-carousel {
    gap: 12px;
  }

  .swiper-slide, .wondex-highlight-card {
    min-width: 160px;
    max-width: 98vw;
  }

  .wondex-highlight-img, .wondex-highlight-img-wrap {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .wondex-highlights-section {
    padding: 8px;
    border-radius: 10px;
  }

  .wondex-highlight-card {
    border-radius: 10px;
    min-width: 120px;
    max-width: 98vw;
  }

  .wondex-highlight-img, .wondex-highlight-img-wrap {
    border-radius: 10px 10px 0 0;
    height: 90px;
  }

  .wondex-highlight-desc {
    padding: 10px 8px 0 8px;
    border-radius: 0 0 10px 10px;
  }

  .wondex-highlight-day {
    top: 6px;
    right: 6px;
    font-size: 13px;
    padding: 2px 10px;
  }
}
.wondex-included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px 32px;
  margin: 24px 0 0 0;
}

.wondex-included-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: none;
  box-shadow: none;
  padding: 0;
}

.wondex-included-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 0;
  color: var(--wondex-color-primary);
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 700;
}

.wondex-included-title {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.wondex-included-label {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 2px;
  display: inline-block;
  margin-left: 6px;
}

.wondex-included-desc {
  color: #444;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}

.wondex-included-more {
  color: var(--wondex-color-primary);
  font-size: 1rem;
  margin-top: 8px;
  display: inline-block;
}

.wondex-route-map {
  width: 100%;
  max-width: 100%;
  margin: 18px 0 24px 0;
  display: flex;
  justify-content: center;
}

.wondex-itinerary-timeline {
  position: relative;
  margin: 32px 0 0 0;
  padding: 0 0 0 32px;
  border-left: 3px dotted #2563eb;
  list-style: none;
}

.wondex-itinerary-step {
  position: relative;
  margin-bottom: 32px;
  padding-left: 16px;
  transition: background 0.2s, opacity 0.6s, transform 0.6s;
  opacity: 1;
  transform: none;
  display: flex;
  flex-direction: column;
}

.wondex-header-menu-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
}

.wondex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.wondex-header-menu-toggle {
  display: none;
}

@media (max-width: 600px) {
  .wondex-header-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 2rem;
    color: var(--wondex-color-primary);
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 8px;
  }
}
.wondex-header-logo, .wondex-header-logo a {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--wondex-color-primary);
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.wondex-header-logo a:hover {
  color: var(--wondex-color-secondary);
  text-decoration: none;
}

.wondex-header-menu {
  display: flex;
  gap: 32px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wondex-header-menu a {
  color: #222;
  font-size: 1.08rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  padding: 2px 0;
}

.wondex-header-menu a:hover {
  color: var(--wondex-color-primary);
  text-decoration: underline;
}

.wondex-itinerary-detail-btn {
  background: var(--wondex-color-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 18px;
  margin-bottom: 0;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: inline-block;
}

.wondex-itinerary-detail-btn:hover {
  background: var(--wondex-color-secondary);
}

.wondex-full-itinerary {
  padding: 0 0 12px 0;
}

.wondex-full-itinerary-step {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.wondex-full-itinerary-step:last-child {
  border-bottom: none;
}

.wondex-full-itinerary-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.wondex-full-itinerary-day {
  background: var(--wondex-color-primary);
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}

.wondex-full-itinerary-label {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}

.wondex-full-itinerary-title {
  color: var(--wondex-color-primary);
  font-size: 16px;
  font-weight: 600;
}

.wondex-full-itinerary-desc {
  font-size: 15px;
  color: var(--wondex-color-text);
  margin-bottom: 8px;
}

.wondex-full-itinerary-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.wondex-full-itinerary-img-wrap {
  flex: 0 0 auto;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wondex-full-itinerary-img {
  width: 100%;
  max-width: 160px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 4px;
}

.wondex-full-itinerary-img-desc {
  font-size: 13px;
  color: #888;
  text-align: center;
}

.wondex-itinerary-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  /* Center modal content */
  min-height: 100vh;
  min-width: 100vw;
}

.wondex-itinerary-modal.active {
  display: flex;
}

.wondex-itinerary-modal-content {
  background: #fff;
  border-radius: 12px;
  max-width: 600px;
  width: 95vw;
  padding: 32px 24px 24px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  position: relative;
  text-align: left;
  /* Center vertically and horizontally */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-height: 90vh;
  overflow-y: auto;
}

.wondex-highlights-title {
  text-align: left;
  margin: 0 0 18px 0;
  font-size: 24px;
  font-weight: bold;
}

.swiper-slide, .wondex-highlight-card {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}

@media (max-width: 1023px) {
  .swiper-slide, .wondex-highlight-card {
    width: 220px;
    max-width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 600px) {
  .swiper-slide, .wondex-highlight-card {
    width: 98vw;
    max-width: 98vw;
    min-width: 98vw;
  }
}
/* Front Page v2 Styles - Inspired by sotravel.com */
:root {
  --wondex-blue: #6ec1e4;
  --wondex-blue-dark: #3a8ecb;
  --wondex-bg: #f7fbfd;
  --wondex-card-bg: #fff;
  --wondex-radius: 20px;
  --wondex-shadow: 0 4px 24px rgba(0,0,0,0.07);
  --wondex-text: #222;
  --wondex-muted: #888;
}

body {
  background: var(--wondex-bg);
  color: var(--wondex-text);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.wondex-home-v2 main, .wondex-home-v2 {
  background: var(--wondex-bg);
}

/* HERO */
.wondex-v2-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.wondex-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.wondex-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
  max-width: 700px;
  margin: 0 auto;
}

.wondex-hero-content h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.wondex-hero-content p {
  font-size: 1.3rem;
  margin-bottom: 1.5em;
}

.wondex-btn {
  display: inline-block;
  padding: 0.9em 2.2em;
  border-radius: 999px;
  background: var(--wondex-blue);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  box-shadow: var(--wondex-shadow);
  transition: background 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.wondex-btn:hover, .wondex-btn:focus {
  background: var(--wondex-blue-dark);
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.12);
}

/* PUBLISHERS */
.wondex-v2-publishers {
  margin-top: -60px;
  position: relative;
  z-index: 10;
  padding-top: 0;
  background: transparent;
}

/* --- Publishers: 4 Columns on Desktop (Grid) --- */
.wondex-publishers-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2em;
  max-width: 950px;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.wondex-publisher-card {
  background: var(--wondex-card-bg);
  border-radius: var(--wondex-radius);
  box-shadow: var(--wondex-shadow);
  padding: 1.2em 1.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1100px) {
  .wondex-publishers-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .wondex-publishers-list {
    grid-template-columns: 1fr;
  }
}
.wondex-publisher-logo {
  max-width: 80px;
  max-height: 40px;
  margin-bottom: 0.7em;
}

.wondex-publisher-quote {
  font-size: 0.98rem;
  color: var(--wondex-muted);
  margin-bottom: 0.5em;
}

.wondex-publisher-source {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--wondex-blue-dark);
}

/* SECTION TITLES */
.wondex-section-title {
  text-align: center;
  margin: 2.5em 0 1.2em 0;
}

.wondex-section-title h2 {
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 0.2em;
}

.wondex-section-title p {
  color: var(--wondex-blue-dark);
  font-size: 1.1rem;
  margin-bottom: 0;
}

/* PARTICIPANT TESTIMONIALS */
.wondex-v2-participant-testimonials {
  background: #eaf6fb;
  padding: 2.5em 0 1.5em 0;
}

.wondex-participant-testimonials-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5em;
  max-width: 1100px;
  margin: 0 auto 1.5em auto;
}

.wondex-participant-testimonial-card {
  background: var(--wondex-card-bg);
  border-radius: var(--wondex-radius);
  box-shadow: var(--wondex-shadow);
  padding: 1.5em 1.2em 1.2em 1.2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-height: 340px;
}

.wondex-participant-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: var(--wondex-radius);
  margin-bottom: 1em;
}

.wondex-participant-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  color: var(--wondex-blue-dark);
}

.wondex-participant-testimonial-card blockquote {
  font-size: 1.05rem;
  color: var(--wondex-text);
  margin: 0 0 0.7em 0;
  line-height: 1.5;
}

.wondex-participant-reviewer {
  font-size: 0.98rem;
  color: var(--wondex-muted);
  margin-bottom: 0.2em;
}

.wondex-participant-reviewer-note {
  font-size: 0.92rem;
  color: var(--wondex-muted);
}

.wondex-participant-cta {
  text-align: center;
  margin-top: 1.5em;
}

/* WHY CHOOSE US */
.wondex-v2-why-choose-us {
  background: var(--wondex-bg);
  padding: 2.5em 0 1.5em 0;
}

.wondex-why-choose-us-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
  max-width: 1100px;
  margin: 0 auto 1.5em auto;
}

@media (max-width: 1100px) {
  .wondex-why-choose-us-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .wondex-why-choose-us-list {
    grid-template-columns: 1fr;
  }
}
.wondex-why-card {
  background: #222 url("") center/cover no-repeat;
  border-radius: var(--wondex-radius);
  box-shadow: var(--wondex-shadow);
  color: #fff;
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5em 1.2em 1.2em 1.2em;
  overflow: hidden;
}

.wondex-why-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: var(--wondex-radius);
  opacity: 0.85;
}

.wondex-why-title {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.wondex-why-card blockquote {
  font-size: 1.05rem;
  color: #fff;
  margin: 0 0 0.7em 0;
  line-height: 1.5;
}

.wondex-why-reviewer {
  font-size: 0.98rem;
  color: #eaf6fb;
  margin-bottom: 0.2em;
}

.wondex-why-cta {
  text-align: center;
  margin-top: 1.5em;
}

/* FAQ */
.wondex-v2-faq {
  background: var(--wondex-bg);
  padding: 2.5em 0 1.5em 0;
}

.wondex-faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.wondex-faq-item {
  background: var(--wondex-card-bg);
  border-radius: var(--wondex-radius);
  box-shadow: var(--wondex-shadow);
  margin-bottom: 1.2em;
  padding: 1.2em 1.5em;
}

.wondex-faq-question {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--wondex-blue-dark);
  margin-bottom: 0.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s;
}

.wondex-faq-question:hover, .wondex-faq-question[aria-expanded=true] {
  color: var(--wondex-blue);
}

.wondex-faq-answer {
  font-size: 1rem;
  color: var(--wondex-text);
  margin-bottom: 0;
  display: none;
}

.wondex-faq-question[aria-expanded=true] + .wondex-faq-answer {
  display: block;
}

.chevron {
  margin-left: 0.7em;
  font-size: 1.2em;
  transition: transform 0.2s;
}

.chevron[aria-expanded=true] {
  transform: rotate(180deg);
}

@media (max-width: 900px) {
  .wondex-participant-testimonials-list,
.wondex-why-choose-us-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .wondex-hero-content h1 {
    font-size: 2rem;
  }

  .wondex-section-title h2 {
    font-size: 1.3rem;
  }

  .wondex-participant-testimonials-list,
.wondex-why-choose-us-list {
    gap: 0.7em;
  }

  .wondex-publishers-list {
    gap: 0.7em;
  }

  .wondex-publisher-card {
    padding: 1em 0.7em;
  }
}
.wondex-all-trips {
  padding-top: 32px;
}

.wondex-filter-bar {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--wondex-color-border);
}

.wondex-trip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1200px) {
  .wondex-trip-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .wondex-trip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wondex-trip-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wondex-trip-card {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
  }
}
.wondex-filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 24px;
}

.wondex-filter-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  padding: 0;
  border: none;
  background: #fff;
  color: #222;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin: 0 0.4em 0.7em 0;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
  gap: 4px;
  line-height: 1;
  text-align: center;
}

.wondex-filter-btn.active, .wondex-filter-btn:focus {
  background: var(--wondex-blue, #6ec1e4);
  color: #fff;
  box-shadow: 0 4px 18px rgba(110, 193, 228, 0.13);
}

.filter-icon, .svg-icon, .fa.filter-icon {
  width: 28px;
  height: 28px;
  font-size: 28px;
  display: block;
  margin: 0 auto 2px auto;
}

.wondex-filter-btn span {
  display: block;
  font-size: 0.92rem;
  margin-top: 2px;
  color: #222;
  text-align: center;
  line-height: 1.1;
}

.svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

.fa.filter-icon {
  font-size: 1.2em;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  text-align: center;
}

.filter-icon.svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.3em;
}

.filter-icon.svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

.wondex-filter-btn > span:not(.filter-icon) {
  display: none;
}

@media (max-width: 600px) {
  .wondex-filter-btn {
    font-size: 0.98rem;
    padding: 0.6em 1em;
  }

  .filter-icon, .svg-icon, .fa.filter-icon {
    width: 1.1em;
    height: 1.1em;
    font-size: 1em;
  }
}
/* --- Unified Filter Bar Icon Sizing & Alignment (Overrides) --- */
.wondex-filter-btn .filter-icon,
.wondex-filter-btn .svg-icon,
.wondex-filter-btn .fa.filter-icon,
.wondex-filter-btn .filter-icon.svg-icon,
.wondex-filter-btn .filter-icon.svg-icon svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  box-sizing: content-box !important;
}

.wondex-filter-btn .filter-icon.svg-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* --- Booking Widget Trip Status Styles --- */
.status {
  display: inline-block;
  font-size: 0.98em;
  font-weight: 600;
  border-radius: 12px;
  padding: 3px 14px 3px 10px;
  margin-bottom: 4px;
  margin-right: 8px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  vertical-align: middle;
  transition: background 0.2s, color 0.2s;
}

.status-almost-confirmed {
  background: #fffbe6;
  color: #b78103;
  border: 1px solid #ffe58f;
}

.status-confirmed {
  background: #e6fffb;
  color: #08979c;
  border: 1px solid #87e8de;
}

.status-departed {
  background: #f5f5f5;
  color: #888;
  border: 1px solid #e0e0e0;
  text-decoration: line-through;
}

.status-fully-booked {
  background: #fff1f0;
  color: #cf1322;
  border: 1px solid #ffa39e;
}

.status-open-for-registration {
  background: #f6ffed;
  color: #389e0d;
  border: 1px solid #b7eb8f;
}

.reserve-page {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.reserve-page .reserve-trip-summary {
  flex: 1 1 350px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  margin-bottom: 2rem;
}
.reserve-page .reserve-trip-summary h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.reserve-page .reserve-trip-summary .reserve-trip-meta {
  color: #888;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.reserve-page .reserve-trip-summary .reserve-trip-meta span {
  margin-right: 1.5rem;
}
.reserve-page .reserve-trip-summary .reserve-trip-image {
  margin-bottom: 1rem;
}
.reserve-page .reserve-trip-summary .reserve-trip-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.reserve-page .reserve-trip-summary .reserve-trip-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a7f62;
  margin-bottom: 1rem;
}
.reserve-page .reserve-trip-summary .reserve-trip-highlights {
  font-size: 1rem;
  color: #444;
}
.reserve-page .reserve-booking-form {
  flex: 1 1 400px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 2rem;
}
.reserve-page .reserve-booking-form h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .reserve-page {
    flex-direction: column;
  }
  .reserve-page .reserve-trip-summary, .reserve-page .reserve-booking-form {
    padding: 1.2rem;
  }
}

.reserve-form-error {
  color: #b00020;
  background: #ffeaea;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.reserve-form-success {
  color: #1a7f62;
  background: #eafff3;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

#reserve-booking-form .form-group {
  margin-bottom: 1.2rem;
}

#reserve-booking-form label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 500;
}

#reserve-booking-form input,
#reserve-booking-form textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

#reserve-booking-form button[type=submit] {
  background: #1a7f62;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.7rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(30, 60, 90, 0.07);
}

#reserve-booking-form button[type=submit]:disabled {
  background: #aaa;
  cursor: not-allowed;
}

.reserve-edit-btn {
  background: #e0e0e0;
  color: #222;
  border: none;
  border-radius: 6px;
  padding: 0.7rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(30, 60, 90, 0.07);
}

.reserve-edit-btn:hover:not(:disabled) {
  background: #cccccc;
}

.wondex-bank-account {
  background: #f8fafc;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(30, 60, 90, 0.04);
  padding: 14px 18px 10px 18px;
  margin-bottom: 14px;
  font-size: 1.05rem;
}

.wondex-bank-account > div {
  margin-bottom: 4px;
}

.wondex-bank-account > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wondex-container,
.wondex-home,
.wondex-all-trips,
.wondex-featured-trips-grid,
.wondex-how-steps,
.wondex-testimonials-list,
.wondex-newsletter-form-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
  }

  .wondex-featured-trips-grid > *,
.wondex-how-steps > *,
.wondex-testimonials-list > * {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
    box-sizing: border-box;
  }

  .wondex-trip-main-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    gap: 0;
  }

  #wondex-trip-content, #wondex-booking-widget {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .wondex-hero-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }

  .wondex-hero-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.3s;
  }

  .wondex-hero-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wondex-hero-slide img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
  }

  .wondex-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wondex-hero-arrow.left {
    left: 8px;
  }

  .wondex-hero-arrow.right {
    right: 8px;
  }

  .wondex-hero-indicator {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 13px;
    z-index: 2;
  }

  .wondex-how-steps,
.wondex-testimonials-list {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
}
@media (min-width: 768px) {
  .wondex-container,
.wondex-home,
.wondex-all-trips {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .wondex-featured-trips-grid,
.wondex-how-steps,
.wondex-testimonials-list {
    flex-direction: row;
    gap: 2rem;
  }

  .wondex-featured-trips-grid > *,
.wondex-how-steps > *,
.wondex-testimonials-list > * {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .wondex-trip-main-area {
    display: unset !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
}
