body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f5f5f5;
  color: #111;
  direction: ltr;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.site-header {
  background: black;
  color: white;
  padding: 22px 20px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.site-logo {
  margin: 0;
  font-size: 42px;
}

.cheap {
  color: white;
}

.cheapy {
  color: #e8c93d;
}

.powered-text {
  margin: 6px 0 0 0;
  font-size: 16px;
  color: white;
}

.header-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.top-link {
  color: #e8c93d;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}

.header-select {
  padding: 10px;
  border-radius: 10px;
  border: none;
}

.login-btn {
  background: white;
  color: black;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
}

.logo-link {
  text-decoration: none;
  display: inline-block;
}

.logo-link:hover {
  opacity: 0.9;
}

.hero-image-wrap {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

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

.about-content-wrap {
  margin: -90px auto 40px auto;
  position: relative;
  z-index: 10;
}

.service-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.service-tab {
  background: #efe8a7;
  color: #333;
  padding: 18px 30px;
  border-radius: 22px;
  text-decoration: none;
  font-size: 19px;
}

.service-tab-active {
  background: white;
  color: #111;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.main-box {
  background: #efefef;
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 16px 35px rgba(0,0,0,0.14);

  position: relative;
  overflow: visible !important;
}
.section-title {
  margin-top: 0;
}

.lead-text {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

.info-cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.info-card {
  flex: 1;
  min-width: 260px;
  background: white;
  border-radius: 20px;
  padding: 22px;
}

.card-title {
  margin-top: 0;
}

.card-text {
  color: #555;
  line-height: 1.6;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
}

.footer {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.footer-container {
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.footer-logo {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-logo p {
  font-size: 14px;
  color: #aaa;
  margin-top: 5px;
}

.footer-links {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #c9a227;
}

.footer-copy p {
  font-size: 13px;
  color: #888;
}

.contact-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1;
  min-width: 260px;
  background: white;
  padding: 22px;
  border-radius: 20px;
}

.form-card {
  flex: 2;
  min-width: 300px;
}

.form-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-input {
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ccc;
}

.textarea {
  height: 120px;
}

.send-btn {
  height: 50px;
  background: #e8c93d;
  border: none;
  border-radius: 14px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.flight-intro {
  margin-bottom: 22px;
}

.trip-type-row {
  margin-bottom: 20px;
}

.radio-label {
  margin-right: 20px;
}

.flight-grid-two {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.flight-grid-two-top {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  align-items: flex-start;
  overflow: visible !important;
}

.field-box {
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 18px;
  padding: 12px 16px;
  box-sizing: border-box;
}

.flight-field {
  flex: 1;
  min-width: 240px;
}

.date-field {
  min-width: 220px;
}

.return-date-box {
  flex: 1;
  min-width: 220px;
  display: none;
}

.field-label {
  font-size: 14px;
  color: #777;
  margin-bottom: 4px;
}

.field-input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  background: transparent;
}

.field-select {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  background: transparent;
}

.travelers-wrap {
  flex: 1;
  min-width: 260px;
  position: relative;
  z-index: 9999;
  overflow: visible !important;
}

.travelers-toggle {
  width: 100%;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 18px;
  padding: 12px 16px;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
}

.travelers-summary {
  font-size: 18px;
}

.travelers-box {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 320px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  padding: 18px;
  z-index: 999999;

  max-height: 80vh;
  overflow-y: auto;
}

.traveler-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.traveler-title {
  font-weight: bold;
}

.traveler-subtitle {
  font-size: 13px;
  color: #666;
}

.traveler-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
}

.counter-value {
  min-width: 20px;
  text-align: center;
}

.travelers-note {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

.done-btn {
  width: 100%;
  padding: 12px;
  background: black;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.cabin-field {
  flex: 1;
  min-width: 220px;
}

.search-btn-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
}

.search-btn {
  min-width: 220px;
  height: 58px;
  background: #e8c93d;
  color: #111;
  border: none;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 28px;
}

.checkbox-row {
  margin-top: 16px;
}

.multi-city-box {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.multi-city-title {
  margin-top: 0;
}

.flight-segment {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  align-items: center;
}

.segment-field {
  flex: 1;
  min-width: 180px;
}

.remove-segment-btn {
  padding: 10px 14px;
  background: #ff4d4d;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.add-flight-btn {
  padding: 12px 20px;
  background: #f3f3f3;
  color: #111;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 18px;
}

body[style*="rtl"] .travelers-toggle {
  text-align: right;
}

.hero {
  background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80') center center/cover no-repeat;
  height: 280px;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}

.hero-content h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 18px;
  max-width: 850px;
}

.content-box {
  max-width: 1050px;
  margin: -42px auto 60px;
  background: #ececec;
  border-radius: 20px;
  padding: 36px 30px;
  position: relative;
  z-index: 3;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.content-box h2 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #111;
}

.content-box p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #222;
}

.content-box ul {
  padding-left: 22px;
  margin-bottom: 18px;
}

.content-box li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #222;
}

.highlight {
  font-weight: bold;
  color: #000;
}

.note-box {
  background: #fff;
  border-left: 5px solid #c9a227;
  padding: 18px;
  border-radius: 12px;
  margin: 22px 0;
}

body.ar {
  direction: rtl;
  text-align: right;
}

body.ar .content-box ul {
  padding-left: 0;
  padding-right: 22px;
}

.hotels-top-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.hotel-destination-field {
  flex: 2;
  min-width: 280px;
}

.hotel-date-field {
  flex: 1;
  min-width: 180px;
}

.hotel-guests-wrap {
  flex: 1;
  min-width: 220px;
  position: relative;
}

.hotel-search-btn {
  min-width: 170px;
  background: #e8c93d;
  color: #111;
  border: none;
  border-radius: 18px;
  font-size: 18px;
  cursor: pointer;
  padding: 0 24px;
}

.additional-params-title {
  font-size: 17px;
  color: #777;
  margin-bottom: 18px;
}

.hotel-params-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.citizenship-field {
  flex: 2;
  min-width: 260px;
}

.stars-wrap {
  flex: 3;
  min-width: 320px;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 18px;
  overflow: hidden;
}

.star-btn {
  flex: 1;
  min-width: 100px;
  padding: 18px;
  background: white;
  border: none;
  border-right: 1px solid #e3e3e3;
  cursor: pointer;
}

.star-btn:last-child {
  border-right: none;
}

.meal-wrap {
  flex: 2;
  min-width: 260px;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 18px;
  overflow: hidden;
}

.meal-btn {
  flex: 1;
  min-width: 70px;
  padding: 18px;
  background: white;
  border: none;
  border-right: 1px solid #e3e3e3;
  cursor: pointer;
}

.meal-btn:last-child {
  border-right: none;
}

.children-ages-box {
  display: none;
  margin-bottom: 15px;
}

.children-ages-title {
  margin-bottom: 10px;
}

.children-ages-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.child-age-select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  min-width: 120px;
}

.home-hero-slider {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.home-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1s ease, transform 5s ease;
}

.home-hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.32), rgba(0,0,0,0.12));
  z-index: 1;
}

.home-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.home-hero-content h2 {
  font-size: 48px;
  margin: 14px 0 14px;
  max-width: 720px;
  line-height: 1.15;
}

.home-hero-content p {
  font-size: 18px;
  max-width: 650px;
  color: #f1f1f1;
}

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25);
  color: white;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  width: fit-content;
  backdrop-filter: blur(4px);
}

.home-content-wrap {
  margin: -70px auto 40px auto;
  position: relative;
  z-index: 5;
}

.home-main-box {
  padding: 34px 30px;
}

.home-intro-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

.home-intro-text {
  flex: 2;
  min-width: 280px;
}

.home-highlight-card {
  flex: 1;
  min-width: 260px;
  background: white;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.home-highlight-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
}

.home-highlight-list {
  margin: 0;
  padding-left: 18px;
  color: #444;
  line-height: 1.8;
}

.home-mini-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.home-mini-badges span {
  background: white;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.home-buttons-row {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.home-action-btn {
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}

.dark-action {
  background: black;
  color: white;
}

.light-action {
  background: white;
  color: black;
}

.home-stats-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.home-stat-card {
  flex: 1;
  min-width: 180px;
  background: white;
  padding: 22px;
  border-radius: 18px;
  text-align: center;
}

.stat-number {
  font-size: 28px;
  font-weight: bold;
  color: #111;
  margin-bottom: 8px;
}

.home-stat-card p {
  margin: 0;
  color: #555;
}

.home-cards-grid {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.home-service-card {
  flex: 1;
  min-width: 220px;
  background: white;
  padding: 22px;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 22px rgba(0,0,0,0.08);
}

.service-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.offers-content-wrap {
  margin: -90px auto 40px auto;
  position: relative;
  z-index: 5;
}

.offers-intro {
  margin-bottom: 25px;
}

.offers-posters-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.offer-poster-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0,0,0,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.offer-poster-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(0,0,0,0.09);
}

.offer-poster-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.offer-poster-content {
  padding: 20px;
}

.offer-poster-content h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.offer-poster-content p {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}

.train-intro {
  margin-bottom: 22px;
}

.train-bottom-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.train-passenger-field {
  flex: 1;
  min-width: 220px;
}

.transfer-search-box {
  padding: 28px;
}

.transfer-type-row {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.transfer-route-box {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}

.transfer-route-side {
  padding: 14px 18px;
}

.transfer-route-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 24px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.transfer-bottom-row-v2 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: stretch;
}

.transfer-small-field {
  flex: 1;
  min-width: 180px;
}

.transfer-return-hidden {
  display: none;
}

.transfer-search-btn-v2 {
  min-width: 220px;
  height: 74px;
  background: #e8c93d;
  color: #111;
  border: none;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 28px;
}

.transfer-search-btn-v2:hover {
  opacity: 0.96;
}

/* Soha shared layout */
#soha-results-page,
#soha-hotel-results-page {
  display: flex !important;
}

#soha-results-page video,
#soha-hotel-results-page video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}

#soha-results-page > div:first-child,
#soha-hotel-results-page > div:first-child {
  width: 45% !important;
  min-height: 580px !important;
  position: relative !important;
  overflow: hidden !important;
  background: #111 !important;
  flex-shrink: 0 !important;
}

#soha-results-page > div:last-child,
#soha-hotel-results-page > div:last-child {
  width: 55% !important;
  flex-shrink: 0 !important;
}

.details-left video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}

@media (max-width: 900px) {
  .transfer-route-box {
    grid-template-columns: 1fr;
  }

  .transfer-route-icon {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    min-height: 46px;
  }

  .transfer-bottom-row-v2 {
    flex-direction: column;
  }

  .transfer-small-field,
  .transfer-search-btn-v2 {
    width: 100%;
    min-width: 100%;
  }

  .offers-posters-grid {
    grid-template-columns: 1fr;
  }

  #soha-results-page,
  #soha-hotel-results-page {
    flex-direction: column !important;
  }

  #soha-results-page > div:first-child,
  #soha-results-page > div:last-child,
  #soha-hotel-results-page > div:first-child,
  #soha-hotel-results-page > div:last-child {
    width: 100% !important;
  }

  #soha-results-page > div:first-child,
  #soha-hotel-results-page > div:first-child {
    height: 430px !important;
    min-height: 430px !important;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 240px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .content-box {
    margin: -30px 14px 40px;
    padding: 26px 20px;
  }

  .content-box h2 {
    font-size: 22px;
  }

  .home-hero-slider {
    height: 400px;
  }

  .home-hero-content h2 {
    font-size: 32px;
  }

  .home-hero-content p {
    font-size: 16px;
  }

  .home-content-wrap {
    margin-top: -40px;
  }
}
.guest-box{
  background:#fff;
  padding:18px;
  border-radius:16px;
  margin-bottom:14px;
  border:1px solid #eee;
}

.guest-title{
  font-weight:bold;
  margin-bottom:10px;
  font-size:16px;
}

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

.field{
  flex:1;
  min-width:160px;
}

.field label{
  font-size:13px;
  color:#666;
}

.field input,
.field select{
  width:100%;
  padding:10px;
  border-radius:10px;
  border:1px solid #ccc;
}

.nationality-wrap {
  position: relative;
}

.nationality-suggestions {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  max-height: 240px;
  overflow-y: auto;
  z-index: 9999;
}

.nationality-item {
  padding: 12px 14px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
}

.nationality-item small {
  color: #777;
  font-weight: 400;
}

.nationality-item:hover {
  background: #f4f4f4;
}

.flight-action-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 18px;
  position: relative;
  z-index: 1 !important;
}

.airline-field {
  flex: 2;
  min-width: 320px;
  position: relative;
  z-index: 1 !important;
}

.airline-field.airport-autocomplete-wrap {
  z-index: 1 !important;
}

.flight-search-actions {
  flex: 1;
  min-width: 280px;
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.flight-search-actions .search-btn {
  height: 74px;
  min-width: 220px;
}

.direct-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
}

.airport-suggestions {
  display: none;
  position: absolute !important;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  max-height: 220px;
  overflow-y: auto;
  z-index: 100001 !important;
}

.airport-suggestion-item {
  padding: 12px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.35;
}

.airport-suggestion-item:last-child {
  border-bottom: 0;
}

.airport-suggestion-item:hover {
  background: #f5f8ff;
}

.airport-suggestion-main {
  font-weight: 700;
  color: #111;
}

.airport-suggestion-sub {
  margin-top: 3px;
  color: #666;
  font-size: 13px;
}

.airport-code-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0b63ce;
  font-weight: 800;
  font-size: 12px;
}

.airline-select-note {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
  line-height: 1.35;
}

.field-select[multiple] {
  min-height: 112px;
}

.selected-airlines {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* ===== Final safe flight fixes ===== */
.main-box,
.flight-grid-two,
.flight-grid-two-top,
.flight-action-row,
.field-box {
  overflow: visible !important;
}

.airport-autocomplete-wrap {
  position: relative;
  z-index: 50;
}

.airport-autocomplete-wrap:focus-within,
.airline-field:focus-within {
  z-index: 100000 !important;
}

.travelers-wrap {
  position: relative !important;
  z-index: 10 !important;
  overflow: visible !important;
}

.travelers-box {
  position: absolute !important;
  z-index: 1000 !important;
}
