.cu-heading {
            font-size: 52px;
            font-weight: 500;
            color: #0d6efd;
        }
/*hero section*/

.container {
  flex-wrap: wrap;
}

.bh-hero-text {
  position: absolute;
  top: 35%;
  left: 8%;
  transform: translateY(-50%);
  text-align: left;
}

.bh-btn-custom {
  padding: 10px 20px;
  margin: 5px;
}

.bh-navbar {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-nav .nav-link {
  color: white !important;
  margin-right: 20px;
}

.dropdown-menu {
  background-color: white;
}

.dropdown-menu .dropdown-item {
  color: #212529;
  /* Bootstrap's default text color */
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  /* Light hover background */
  color: #0d6efd;
  /* Optional: hover text color */
}






/*booking flight form    */
.home-flight-search-form {
  position: relative;
  top: -78px;
}

.BH-flight-search-btn {
  background: #0052FE;
  border: none;
  border-radius: 7px;
  width: 120px;
  height: 44px;
  color: white;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.BH-flight-search-btn:hover {
  background-color: darkblue;
  transition: 0.3s;
}

.tabs-main {
  width: 42%;
  margin: 0;
  background: white;
  border: 1px solid #E0E7F0;
  padding: 10px 10px;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 3px 10px 0px #E0E7F0;
  justify-content: space-between;
}

.form-tabs-butn {
  background: transparent;
  color: #000;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s;
  white-space: nowrap;
  /* Prevent line breaks */
}

.form-tabs-butn.active {
  background: #0052FE;
  color: white;
  border: 1px solid #0052FE;
}

.form-tabs-butn:hover {
  background: #0052FE;
  color: white;
  border: 1px solid #0052FE;
}

.form-field-main {
  background: white;
  border: 1px solid #E0E7F0;
  padding: 25px;
  /*border-radius: 0px 20px 20px 20px*/
  box-shadow: 0px 3px 10px 0px #E0E7F0;
}

/*Departure and arrivel */
.search-container {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 4px 0px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.city-label {
  font-size: 10px;
  color: #6c757d;
}

.select2-selection__placeholder {
  font-size: 16px;
  color: black !important;
  font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0px;
  /* padding-right: 0px; */
}

.city-item {
  display: flex;
  align-items: center;
  /*width: 47%;*/
  position: relative;
}
.bh-depart-city-field{
  width: 50%;
  margin-left: 6px;
  border-right: 1px solid lightgrey;
}
.bh-arrival-city-field{
  width: 50%;
  padding-left: 20px;
}

.icon-circle {
  border-radius: 50%;
  padding: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0052FE;
  color: #fff;
  margin-right: 10px;
}

/* .swap-btn {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 -10px;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px lightgray;
} */

/* Remove border and arrow from select2 field */
@media only screen and (min-width: 992px) {
  .select2-container--default .select2-selection--single {
    width: 83%;
  }
}

/* @media only screen and (max-width: 1400px) and (min-width: 992px) {
  .select2-container--default .select2-selection--single {
    width: 85%;
  }
} */

@media only screen and (max-width: 992px) and (min-width: 550px) {
  .select2-container--default .select2-selection--single {
    width: 84%;
  }
}

@media only screen and (max-width: 550px) {
  .select2-container--default .select2-selection--single {
     width: 95%;
  }
  .city-item{
    padding: 6px 0px;
  }
  .search-container{
    flex-direction: column;
    padding: 4px 5px;
  }
  .swap-btn{
    top: 38.7%;
  }
  .bh-depart-city-field{
  width: 100%;
  margin-left: 6px;
  border-right: none;
  border-bottom: 1px solid lightgrey; 
}
.bh-arrival-city-field{
  width: 100%;
  padding-left: 0px;
  margin-left: 6px;
}
}
 @media only screen and (max-width: 425px) {
  .bh-form-tabs-resp{
    font-size: 12px;
  }
  .bh-form-round{
    font-size: 13px;
  }
 }

.select2-container--default .select2-selection--single {
  border: none;
  height: 28px;
  padding-left: 0;
  /* width: 75%; */
}

.select2-selection__arrow {
  display: none;
}

.select2-container {
  width: 100% !important;
}

/* Search field (Select2 search input) se border aur outline hatao */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  padding: 4px 8px;
}

/* Dropdown menu styling with subtle shadow */
.select2-container--default .select2-results {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
}

/* Also add smooth border radius for dropdown */
/*.select2-dropdown {
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}*/

.select2-dropdown.select2-dropdown--below {
  top: -25px;
  width: 100% !important;
}

.select2-selection__clear {
  display: none !important;
}

span.select2-selection__placeholder {
  font-size: 16px;
  color: black !important;
  font-weight: 500;
}

span#select2-depart-city-container {
  font-size: 16px;
  font-weight: 500;
  padding-left: 3px;
  text-align: left;
}

span#select2-arrival-city-container {
  font-size: 16px;
  font-weight: 500;
  padding-left: 3px;
  text-align: left;
}

.select2-container--open .select2-dropdown {
  left: -9px !important;
}


/* .city-item {
  display: flex;
  align-items: center;
  width: 45%;
  position: relative;
} */

.icon-circle {
  border-radius: 50%;
  padding: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0052FE;
  color: #fff;
  margin-right: 10px;
}

.swap-btn {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  left: 49.7%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 -10px;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px lightgray;
  z-index: 1000;
}

/* Remove border and arrow from select2 field */
.select2-container--default .select2-selection--single {
  border: none;
  height: 28px;
  padding-left: 0;
}

.select2-selection__arrow {
  display: none;
}

.select2-selection__rendered {
  color: #999;
}

.select2-container {
  width: 100% !important;
}

/* Search field (Select2 search input) se border aur outline hatao */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  padding: 4px 8px;
}

/* Dropdown menu styling with subtle shadow */
.select2-container--default .select2-results {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid lightgrey;
  background: #fff;
}

/* Also add smooth border radius for dropdown */
.select2-dropdown {
  z-index: 1000;
  border: 1px solid lightgrey; 
  /*border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
*/}

span.select2-dropdown.select2-dropdown--below {
  top: -25px;
  width: 100.2% !important;
}

button.select2-selection__clear {
  display: none !important;
}

/*datepciker css*/
.FDflatpickr-input {
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 15px;
  color: #212529;
  padding: 0;
  width: 100%;
}

.FDflatpickr-input:focus {
  outline: none;
  box-shadow: none;
}

.FDdate-box {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 6px;
  background: #fff;
  display: flex;
  align-items: center;
}

.FDdate-field {
  flex: 1;
  border-left: 1px solid #ccc;
  padding-left: 0.5rem;
}

.FDdate-label {
  font-size: 10px;
  color: gray;
  margin-bottom: 2px;
}

.FDhidden {
  display: none;
}

/*seats and class select*/
.FSbox {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  /* added for spacing between multiple boxes */
}

.FSicon {
  background-color: #0061ff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.FSicon img {
  width: 20px;
  height: 20px;
}

.FSdivider {
  width: 1px;
  background-color: #e0e0e0;
  height: 100%;
}

.FSinfo {
  display: flex;
  flex: 1;
}

.FScolumn {
  flex: 1;
  padding-left: 1rem;
  cursor: pointer;
  user-select: none;
}

.FSlabel {
  font-size: 10px;
  color: gray;
  margin-bottom: 2px;
}

.FSvalue {
  font-weight: 600;
  font-size: 15px;
  color: #0c0c0c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FSpopup {
  position: absolute;
  top: 100%;
  left: -30px;
  z-index: 10;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 1rem;
  width: 300px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: none;
}

.FSpopup.show {
  display: block;
}

.FSrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

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

.FSbtn {
  border: 1px solid #007bff;
  background: none;
  color: #007bff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  user-select: none;
}

.FSadd-btn {
  width: 100%;
  margin-top: 0.5rem;
}

.FSclass-popup {
  position: absolute;
  top: 100%;
  right: 20px;
  z-index: 10;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 1rem;
  width: 200px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: none;
}

.FSclass-popup.show {
  display: block;
}

.FSclass-option {
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.FSclass-option:hover {
  background-color: #f0f0f0;
}

/*multi city button*/
button#add-flight-btn,
button#clear-flights-btn {
  background: white;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #7F7F80;
}

button#add-flight-btn:hover,
button#clear-flights-btn:hover {
  border-bottom: 2px solid #7F7F80;
  transition: 0.2s;
}


@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .tabs-main {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .form-field-main {
    border-radius: 0px 20px 20px 20px
  }
}

@media only screen and (max-width: 991px) {
  .tabs-main {
    width: 100%;
  }

  .field-main {
    border-radius: 0px 0px 20px 20px
  }
}

@media only screen and (min-width: 576px) {
  .bh-arrivel-field {
    margin-left: 4rem;
  }

  .bh-main-depature-section {
    gap: 3;
  }

  .bh-departure-input,
  .bh-arrivel-input {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .bh-arrivel-field {
    margin-left: 2rem;
  }
}



/*populer destination*/

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.see-all {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.destination-card {
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.destination-card:hover {
  transform: translateY(-5px);
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
}

.destination-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.destination-description {
  font-size: 0.9rem;
  margin-bottom: 10px;
  opacity: 0.9;
}

.destination-price {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.btn-book {
  width: 100%;
  background-color: white;
  color: #007bff;
  border: none;
  padding: 8px 0;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-book:hover {
  background-color: #007bff;
  color: white;
}

/*hotels deals*/
.card-slider {
  position: relative;
  overflow: hidden;
}

.arrow-btn {
  position: absolute;
  top: 40%;
  z-index: 2;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.arrow-left {
  left: 0px;
}

.arrow-right {
  right: 0px;
  background-color: #0052FE;
}

.card-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.card-item {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .card-item {
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .card-item {
    flex: 0 0 33.3333%;
  }
}


/* latest offer secton */
.bh-offer-section {
  padding: 20px;
}

.bh-offer-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.bh-offer-heading h2 {
  font-size: 24px;
  font-weight: bold;
}

.bh-offer-heading .btn {
  font-size: 16px;
}

.bh-image-card {
  height: 200px;
  border-radius: 10px;
  background-size: cover;
  background-position: center right;
  margin-bottom: 20px;
  position: relative;
  /* For positioning the discount badge */
}

.bh-discount {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  font-weight: bold;
  color: #ff4d4d;
  /* Red color similar to the original */
}



/*fligth list page code*/
.list-hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-bottom: 1px solid #e0e0e0;
  padding: 70px 0;
}


.FL-filter-section-main {
  background-color: white;
  border-radius: 25px;
  border: 1px solid #E6E6E6;
  margin-bottom: 20px;
}

.FL-filter-header {
  font-weight: bold;
  margin-bottom: 15px;
}

.FL-form-check {
  margin-bottom: 10px;
}

.FL-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/*fee assistant */
.FL-fee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.FL-counter {
  display: flex;
  align-items: center;
}

.FL-counter-value {
  margin: 0 10px;
  min-width: 20px;
  text-align: center;
}

.FL-counter-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.FL-decrement {
  background-color: #e9ecef;
  color: #495057;
}

.FL-increment {
  background-color: #0d6efd;
  color: white;
}

/*all airlines*/
.FL-show-all-btn {
  color: #0d6efd;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}

.FL-show-all-btn:hover {
  text-decoration: underline;
}

.FL-hidden-airline {
  display: none;
}

/*departure and arrival time*/
.FL-time-section {
  margin-bottom: 20px;
}

.FL-time-section h3 {
  color: #6c757d;
  font-size: 15px;
  margin-bottom: 10px;
}

.FL-time-section h2 {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}

.FL-time-btn {
  display: inline-block;
  font-size: 13px;
  width: 49%;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Hide the native radio input */
.FL-time-btn input[type="radio"] {
  display: none;
}

.FL-time-btn span:first-child {
  color: #000;
  font-weight: 400;
}

.FL-time-btn span:last-child {
  color: #007bff;
  display: block;
  font-size: 14px;
}

/* Highlight selected (checked) radio label using :has */
.FL-time-btn:has(input[type="radio"]:checked) {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.FL-time-btn:has(input[type="radio"]:checked) span:first-child,
.FL-time-btn:has(input[type="radio"]:checked) span:last-child {
  color: #fff;
}


/* flight time duration range picker */
  .D-filter-label {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .D-range-display {
    color: #6c757d;
    font-size: 14px;
  }

  .D-slider-container {
    position: relative;
    height: 40px;
  }

  .D-slider-track {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #dee2e6;
    top: 50%;
    transform: translateY(-50%);
  }

  .D-slider-range {
    position: absolute;
    height: 100%;
    background-color: #007bff;
    top: 0;
  }

  .D-range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    margin: 0;
    padding: 0;
  }

  .D-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }

  .D-range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }

  .D-slider-label {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #6c757d;
  }

/* flight price range picker   */
  .P-filter-label {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .P-range-display {
    color: #6c757d;
    font-size: 14px;
  }

  .P-slider-container {
    position: relative;
    height: 40px;
  }

  .P-slider-track {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #dee2e6;
    top: 50%;
    transform: translateY(-50%);
  }

  .P-slider-range {
    position: absolute;
    height: 100%;
    background-color: #007bff;
    top: 0;
  }

  .P-range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    margin: 0;
    padding: 0;
  }

  .P-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }

  .P-range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }

  .P-slider-label {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #6c757d;
  }
/* .FL-filter-label {
      color: #6c757d;
      font-size: 16px;
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .FL-range-display {
      color: #6c757d;
      font-size: 14px;
    }

    .FL-slider-container {
      position: relative;
      height: 40px;
    }

    .FL-slider-track {
      position: absolute;
      width: 100%;
      height: 4px;
      background-color: #dee2e6;
      top: 50%;
      transform: translateY(-50%);
    }

    .FL-slider-range {
      position: absolute;
      height: 100%;
      background-color: #007bff;
      top: 0;
    }

    .FL-range-input {
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 4px;
      background: transparent;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      margin: 0;
      padding: 0;
    }

    .FL-range-input::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border: 2px solid #007bff;
      border-radius: 50%;
      cursor: pointer;
      pointer-events: auto;
      position: relative;
      z-index: 1;
    }

    .FL-range-input::-moz-range-thumb {
      width: 20px;
      height: 20px;
      background-color: #fff;
      border: 2px solid #007bff;
      border-radius: 50%;
      cursor: pointer;
      pointer-events: auto;
      position: relative;
      z-index: 1;
    }

    .FL-slider-label {
      position: absolute;
      top: 100%;
      font-size: 12px;
      color: #6c757d;
    } */

.seat-text-size1 {
  font-size: 14px !important;
}

.seat-text-size2 {
  font-size: 13px !important;
}

.seat-text-size3 {
  font-size: 23px;
}

/* Menu icon hidden by default */
.bhw-menu-icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
    position: relative;
    z-index: 1001;

     width: 15%;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: 15px;
  text-align: center;
  background: white;
  box-shadow: 0px 0px 10px 2px lightgray;
  display: none;
  padding: 10px;
  cursor: pointer;
  position: sticky;
  top: 15px;
  z-index: 1000;
}
.bhw-popup-close {
  text-align: center;
    background: white;
    box-shadow: 0px 0px 10px 2px lightgray;
    width: 44px;
    border-radius: 10px;
    display: none;
}

/* Overlay background */
.bhw-overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    display: none;
}

/* Left column transition */
.bhw-left-column {
    transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .bhw-menu-icon {
        display: block;
    }
    .bhw-popup-close{
      display: block;
    }

    .bhw-left-column {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        max-width: 300px;
        width: 100%;
        background: #fff;
        z-index: 1002;
        transform: translateX(-100%);
        overflow-y: auto;
    }

    .bhw-left-column.bhw-overlay-active {
        transform: translateX(0);
    }

    .bhw-popup-close {
        display: block;
        font-size: 26px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1003;
    }
}


/* .menu-icon {
  width: 15%;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: 15px;
  text-align: center;
  background: white;
  box-shadow: 0px 0px 10px 2px lightgray;
  display: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  position: sticky;
  top: 15px;
  z-index: 1000;
}

@media screen and (min-width: 1200px) {
  .popup-close {
    display: none;
  }
}

@media screen and (max-width: 1200px) {

  .menu-icon {
    display: block;
  }

  .left-column {
    display: none;

  }


  .left-column {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    z-index: 2000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
  }

  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
  }

  .popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
  }

  body.popup-open {
    overflow: hidden;
  }


} */


/*flight list code*/
.main-row-ticket-card{
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px #E6E6E6;
}
.list-departure,
.flight-direction,
.total-time {
  display: flex;
  justify-content: space-between;
}

.total-time,
.list-departure {
  font-size: 13px;
  font-weight: 500;
  color: #6B7386;
}

.list-country {
  width: 15%;
  font-size: 25px;
  font-weight: 500;
}

.direction-image {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plane-direction-image {
  width: 47px;
  height: 43px;
  position: absolute;
  left: 43%;
  bottom: -3px;
}
.list-plane-tooltipe-adjust{
  position: absolute !important;
  left: 43%;
  bottom: -1px;
}

.list-right-img {
  position: absolute;
  top: 13px;
  right: 0;
  height: 84%;
}

.list-logo-border {
  border-radius: 15px 0px 0px 15px;
}

.direction-border {
  border-radius: 0px 15px 15px 0px;
}

.total-price-border {
  border-radius: 15px;
}

/* round list code */
 .list-name-width{
            width: 30%;
            
        }
        .list-name-width2{
            width: 40%;
    text-align: center;
        }
.go-list-logo-border {
            border-radius: 15px 0px 0px 0px;
        }
        .return-list-logo-border {
            border-radius: 0px 0px 0px 15px;
        }

        .total-price-border-round {
            border-radius: 0px 15px 15px 0px;
        }

        


/* list-show-more-result */
.list-show-more-result {
  background: #FFAB03;
  border: 2px solid #FFAB03;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  height: 45px;
  font-size: 17px;
  font-weight: 500;
}

.list-show-more-result:hover {
  background-color: white;
  transition: 0.3s;
}


/* responsive code */
@media screen and (max-width: 768px) {
  .bh-list-main-container {
    max-width: 100%;
    padding: 30px;
  }

  .per-seat-price {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .bh-city-adjust {
    width: 15%;
  }
}

/* fligth list page offering tab         */
.options-container {
  background-color: white;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.options-row {
  display: flex;
  width: 100%;
  gap: 8px;
}

.first-row {
  margin-bottom: 8px;
}

.option-tab {
  padding: 10px 8px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
  min-width: 0;
  text-align: center;
}

.option-tab.active {
  background-color: #F1F5F9;
  border: 1px solid #cce0ff;
}

.option-tab:not(.active):hover {
  background-color: #F1F5F9;
}

.option-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.option-details {
  font-size: 13px;
  color: #424242;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.option-price {
  font-weight: 600;
}

.option-time {
  color: #757575;
}

.divider {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #e0e0e0;
}

.sort-by-section {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.dropdown-wrapper {
  display: flex;
  align-items: center;
  margin: auto;
}

.dropdown-toggle-custom {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 8px 12px;
  font-size: 14px;
  color: #757575;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  justify-content: center;
}

.dropdown-toggle-custom::after {
  margin-left: 6px;
}

.dropdown-menu {
  min-width: 150px;
}

.sort-icon {
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .options-container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .options-row {
    width: auto;
    flex: 1;
  }

  .option-tab {
    padding: 12px 16px;
  }

  .option-title {
    font-size: 16px;
  }

  .option-details {
    font-size: 15px;
  }

  .sort-by-section {
    flex: 0 0 auto;
  }

  .dropdown-toggle-custom {
    justify-content: flex-start;
    width: auto;
  }

  .sort-icon {
    width: 20px;
    height: 20px;
  }
}



/* fligth list detail popup section code */

@media only screen and (min-width: 1300px) {
  .BP-offcanvas-flight-details {
    min-width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1349px) {
  .BP-offcanvas-flight-details {
    min-width: 65%;
  }
}

@media only screen and (max-width: 991px) {
  .BP-offcanvas-flight-details {
    min-width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .BP-logo-main {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .BP-mb-direction1{
    width: 110px !important;
    height: 8px !important;
  }
  .BP-mb-direction2{
    width: 320px !important;
    height: 12px !important;
  }
}

.BP-add-width{
  width: 30% !important;
}

.BP-nav-tabs {
  border-bottom: none;
}

.BP-nav-tabs .nav-link {
  border: none;
  color: #666;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
}

.BP-nav-tabs .nav-link.active {
  color: #0d6efd;
  border-bottom: 2px solid #0d6efd;
  background: transparent;
  font-weight: 700;
}

.BP-fare-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.BP-book-now-btn {
  background: linear-gradient(to right, #ff7b00, #ff9500);
  border: none;
  font-weight: bold;
}

.BP-close-btn {
  border: none;
  background: none;
  font-size: 1.2rem;
  color: #666;
  padding: 0.5rem;
}

.BP-offcanvas-header {
  border-bottom: none;
  padding-bottom: 0;
}

/*fligth deatil*/
#flight {
  background: #F5F7F9;
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid #D1D1D1;
}

.BP-logo-sec {
  font-size: 13px;
  font-weight: 600;
  color: #6B7386;
}

.BP-time-sec {
  font-size: 15px;
  font-weight: 600;
  color: #6B7386;
  display: flex;
  justify-content: space-between;
}

.BP-airport-loc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.BP-circle-img {
  position: absolute;
  left: 45%;
}

.BP-plane-icon {
  position: absolute;
  left: 45.5%;
}

.BP-city-adjust {
  width: 33%;
}

.layover-time {
  background: lightgray;
  width: 180px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  z-index: 1;
}

/*BP footer section*/
.BP-popup-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.BP-total-price {
  font-size: 28px;
  color: #FF912B;
  font-weight: 600;
}

.BP-footr-button {
  border: 2px solid #0052FE;
  background: #0052FE;
  width: 160px;
  height: 50px;
  border-radius: 10px;
  color: white;
  font-size: 17px;
  font-weight: 500;
  margin-left: 15px;
}

.BP-footr-button:hover {
  background: white;
  color: black;
  transition: 0.3s;
}

/*fligth booking fare detail section*/
.BP-pricing-table {
  font-size: 14px;
}

.BP-pricing-table th {
  background-color: #0052FE;
  color: white;
  font-weight: 600;
  white-space: nowrap;
}

.BP-pricing-table td,
.pricing-table th {
  padding: 12px 15px;
  vertical-align: middle;
}

.BP-pricing-table td {
  font-weight: 500;
}

.BP-total-row {
  font-weight: 600;
  background-color: #f1f5f9;
}

.BP-table-responsive {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .BP-pricing-table {
    font-size: 13px;
  }

  .BP-pricing-table td,
  .pricing-table th {
    padding: 8px 10px;
  }
}

/*fligth booking popup GDS Rules section*/
.BP-rules-container {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.BP-rules-header {
  background: #0052FE;
  color: white;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;
}

.BP-rules-header h1 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
}

.BP-subtitle {
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}

.BP-cancellation h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 25px 0 15px 0;
  padding: 15px 20px;
}

.BP-policy-table {
  width: 97%;
  margin-bottom: 30px;
  border-collapse: collapse;
  margin: auto;
  font-size: 13px;
}

.BP-policy-table th {
  background-color: #f5f5f5;
  text-align: left;
  padding: 12px 15px;
  font-weight: 600;
  border: 1px solid #e0e0e0;
}

.BP-policy-table td {
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

.BP-policy-table tr:nth-child(even) {
  background-color: #fafafa;
}

.BP-rules-refund-main {
  font-size: 13px;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .BP-rules-container {
    padding: 15px;
  }

  .BP-policy-table th,
  .BP-policy-table td {
    padding: 8px 10px;
    font-size: 14px;
  }
}


/* My booking form page */
.booking-form-calendar {
  background: white;
  height: 40px;
  padding-left: 12px;
  border: 1px solid lightgray;
  border-radius: 6px;
}

.MSF-right-column {
  border: none;
  background: white;
  box-shadow: 0px 4px 35px 0 #0000000D;
  border-radius: 10px;
  padding: 7px;
}

.MSF-main-hd {
  font-weight: 700;
  font-size: 32px;
  color: black;
  margin: 40px 0 40px 0;
}

.MSF-step {
  display: none;
}

.MSF-step.active {
  display: block;
}
.booking-page-main{
  box-shadow: 0px 4px 35px 0 #0000000D;
    padding: 45px;
    border-radius: 25px;
    background: white !important;
}

/* Progress bar styling to match the image */
.MSF-progress-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 50%;
  margin: auto;
  margin-bottom: 50px;
}

.MSF-progress-step .MSF-step-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d3d3d3;
  /* Gray for inactive */
  z-index: 1;
}

.MSF-progress-step .MSF-step-circle.active {
  background-color: #007bff;
  /* Blue for active */
}

.MSF-progress-step .MSF-step-line {
  position: absolute;
  height: 4px;
  background-color: #d3d3d3;
  /* Gray for inactive */
  top: 8px;
  /* Center the line vertically with the circles */
}

.MSF-progress-step .MSF-step-line.active {
  background-color: #007bff;
  /* Blue for active */
}

/* Lines between steps */
.MSF-progress-step #MSF-line-1 {
  width: 100%;
  left: 0;
}

.MSF-progress-step #MSF-line-2 {
  width: 50%;
  left: 50%;
}

.MSF-progress-step .MSF-step-label {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  width: 130px;
  left: -54px;
  /* Adjust label position */
}

.MSF-progress-step .MSF-step-item {
  position: relative;
  text-align: center;
  z-index: 1000;
}

/*fligth information section*/
#flight {
  background: white;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 35px 0 #0000000D;
}

.BP-logo-sec {
  font-size: 13px;
  font-weight: 600;
  color: #6B7386;
}

.BP-time-sec {
  font-size: 15px;
  font-weight: 600;
  color: #6B7386;
  display: flex;
  justify-content: space-between;
}

.BP-airport-loc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.BP-circle-img {
  position: absolute;
  left: 47%;
}

.BP-plane-icon {
  position: absolute;
  left: 47.5%;
}

.BP-city-adjust {
  width: 33%;
}

@media only screen and (max-width: 767px) {
  .BP-logo-main {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .GT-sub-rg-col {
    margin-top: 121px;
  }
}

.MSD-booking-fm-hd {
  font-size: 20px;
  font-weight: 500;
  color: #0052FE;
  margin: 40px 0 20px 0;
}

/*baggage information section*/
.MSF-baggage-main {
  box-shadow: 0px 4px 35px 0 #0000000D;
  padding: 45px;
  border-radius: 25px;
  background: white !important; 
}

.BP-pricing-table {
  font-size: 14px;
}

.BP-pricing-table th {
  background-color: #0052FE;
  color: white;
  font-weight: 600;
  white-space: nowrap;
}

.BP-pricing-table td,
.pricing-table th {
  padding: 12px 15px;
  vertical-align: middle;
}

.BP-pricing-table td {
  font-weight: 500;
}

.BP-total-row {
  font-weight: 600;
  background-color: #f1f5f9;
}

.BP-table-responsive {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .BP-pricing-table {
    font-size: 13px;
  }

  .BP-pricing-table td,
  .pricing-table th {
    padding: 8px 10px;
  }
}

/*passenger detail section*/
.BF-title-box-container {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.no-arrow {
      appearance: none;             /* Remove default arrow (most modern browsers) */
      -webkit-appearance: none;     /* Safari/Chrome */
      -moz-appearance: none;        /* Firefox */
      background-image: none !important; /* Ensure no custom background arrow */
    }
    .booking-page-return {
        border-top: 2px solid lightgray;
        margin-top: 30px;
        padding-top: 30px;
    }
.BF-title-box {
  padding: 8px 20px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

.BF-title-box:hover {
  background-color: #f8f9fa;
}

.BF-title-box.BF-selected {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
}

.BF-title-radio {
  display: none;
}

/*identity*/
.BF-identity {
  background: #0052FE17;
  border: 1px solid #BCC1CA;
  border-radius: 6px;
  padding: 20px;
  color: #0052FE;
  font-size: 13px;
  font-weight: 500;
}


button.submit-booking-fm-btn {
  background: #0052FE;
  border-radius: 6px;
  border: 2px solid #0052FE;
  width: 100%;
  height: 40px;
  color: white;
  font-size: 15px;
  font-weight: 500;
}

button.submit-booking-fm-btn:hover {
  background-color: white;
  color: black;
  transition: 0.3s;
}


/*purchase form in MSF*/
/*credit card*/
.PF-payment-option {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.PF-payment-option:hover {
  border-color: #aaa;
}

.PF-radio-input {
  margin-right: 15px;
  cursor: pointer;
}

.PF-payment-option label {
  font-weight: bold;
  cursor: pointer;
  flex-grow: 1;
}

.PF-payment-option.PF-selected {
  border-color: #0066cc;
  background-color: #f0f8ff;
}

button.submit-purchase-fm-btn {
  background: #0052FE;
  border-radius: 6px;
  border: 2px solid #0052FE;
  width: 100%;
  height: 40px;
  color: white;
  font-size: 15px;
  font-weight: 500;
}

button.submit-purchase-fm-btn:hover {
  background: white;
  color: black;
}


/* Get Ticket form 3 page section */
.GT-map-image {
  background-image: url('images/map.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.GT-heading {
  font-size: 20px;
  font-weight: 600;
  color: #FFAB03;
}

.GT-heading2 {
  font-size: 24px;
  color: #0052FE;
  font-weight: 700;
}

.GT-deatil-hd {
  FONT-SIZE: 20px;
  font-weight: 600;
  color: #0052FE;
}

.GT-deatil-hd2 {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.GT-deatil-hd3 {
  font-size: 11px;
  font-weight: 500;
  color: gray;
}

.gt-l,
.gt-r {
  width: 30%;
}

.gt-c {
  width: 40%;
}

.GT-country {
  font-size: 22px;
  color: black;
  font-weight: 500;
}

.GT-time {
  font-size: 18px;
  color: #0052FE;
  font-weight: 500;
}

.GT-destination {
  font-size: 14px;
  font-weight: 500;
  color: gray;
}

.GT-logo {
  background: #2F53F9;
  border-radius: 25px 25px 0 0;
  height: 63px;
}

.bh-main-gt {
  background: #f2f1ed;
  border-radius: 25px;
  padding-bottom: 15px;
}

.GT-deatil-hd4 {
  font-weight: 500;
  font-size: 17px;
  text-align: right;
  color: #2F53F9;
}

.GT-font-size {
  font-size: 13px;
}

/* barcode section */
.bbc-barcode {
  width: 54%;
  display: flex;
  height: 35px;
  margin: auto;
  justify-content: center;

}

.bbc-bar {
  border: 1px solid transparent;
  /* Optional: for spacing */
}

.bbc-black {
  background-color: black;
}

.bbc-white {
  background-color: white;
}

/* Vary the widths of the bars to mimic a real barcode */
.bbc-bar:nth-child(odd) {
  width: 3px;
  /* Thinner bars */
}

.bbc-bar:nth-child(even) {
  width: 6px;
  /* Thicker bars */
}

/* Numbers below the barcode */
.bbc-barcode-numbers {
  display: flex;
  justify-content: space-between;
  width: 60%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin: auto;
  margin-top: 15px;
}

.bbc-barcode-numbers span {
  flex: 1;
}

/* /// */
.GT-larg-logo {
  background: #2F53F9;
  height: 305px;
  border-radius: 25px;
}

.GT-send-mail-btn {
  background: #0052FE;
  border: 2px solid #0052FE;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.GT-send-mail-btn:hover {
  background: white;
  color: black;
  transition: 0.3s;
}