body {
    font-family: "Urbanist", sans-serif!important;
}
/* .top_section .flight-banner{
    margin-top:75px;
} */

.flight-banner {
    background-image: url('/assets/images/flight/flightbanner.webp');
    min-height: 565px;
    margin-top: 4px;
        background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.tab-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.tab-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}


.search-box-flight .iconss {
    font-size: 18px;
    color: #2B2625;
}

.search-box-flight .apply-btn {
    background-color: #14667B;
    border: none;
}

.search-box-flight .apply-btn:hover {
    background-color: #095669;
}

.search-box-flight .apply-btn:active {
    background-color: #095669;
}

.search-box-flight .input-headings {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    padding-left: 10px;
}

.search-box-flight .btn-banner-search {
    background-color: #14667B;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
}
.search-box-flight .btn-banner-search:hover {
    background-color: #0f596b;
    color: white;
}

.search-box-flight .btn-banner-search:active {
    background-color: #0f596b;
    color: white;
}

 select option:checked{
background-color: #0d4b59;
color: white;
}

select option:hover{
    background-color: #0d4b59!important;
    color: white;
    }
.search-box-flight .btn-with-arrow {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box-flight .dropdown-menu {
    padding: 15px;
    width: 250px;
}

.search-box-flight .count-container {
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

.search-box-flight .date-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-box-flight .date-section {
    display: flex;
    flex-direction: column;
}

.search-box-flight .date {
    font-weight: 500;
}

.search-box-flight .separator {
    display: none;
}

.search-box-flight .passenger-detail {
    position: relative;
}

.search-box-flight .passenger-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.search-box-flight .passenger-dropdown.show {
    display: block;
}

.search-box-flight .flight-row {
    position: relative;
    /* border-bottom: 1px solid #e9ecef;
    padding-bottom: 15px;
    margin-bottom: 15px; */
}

/*
  .remove-flight {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #666;
  }

  .remove-flight:hover {
    color: #dc3545;
  } */

.search-box-flight .add-flight-btn {
    color: #A72D2C;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.search-box-flight .add-flight-btn:hover {
    text-decoration: underline;
}

.search-box-flight .search-container {
    margin-top: 20px;
}

.search-box-flight .nav-tabs .nav-link {
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: clamp(12px, 3vw, 16px);
    font-weight: 500;
    width: 125px;
    height: 40px;
    padding: 5px;

}

@media (max-width: 576px) {
    /* .search-box-flight .nav-tabs .nav-link {
        width: 90px;
        height: 31px;
        padding: 5px;
    } */
}


.search-box-flight .nav-tabs .nav-link.active {
    background-color: #A72D2C;
    color: white;
    border-bottom-color: #fff;

}

/* .search-box-flight .flight-tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 20px;
    background-color: #fff;
  } */


/* Passenger-detail start */

.passenger-detail .passenger-btn{
    border: none;
}
.passenger-detail .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    width: 220px;
}

.passenger-detail .dropdown-menu.show {
    display: block;
}

.passenger-detail .btn-with-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.passenger-detail .btn-with-arrow i {
    transition: transform 0.2s;
}

.passenger-detail .btn-with-arrow.show i {
    transform: rotate(180deg);
    color: black;
}

.passenger-detail .count-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.passenger-detail .count-container span {
    min-width: 20px;
    text-align: center;
    display: inline-block;
}

.passenger-detail .btn-sm {
    width: 30px;
    text-align: center;
}

.passenger-detail .passenger-arrow {
    color: rgb(29, 29, 29);
}

.passenger-detail .span {
    color: #080808 !important;
}

.passenger-counts {
    color: #080808;
}


/* flight deal section start */

.border-flight-deal {
    border-bottom: 1px dashed #AEAEAE;
}





/* Popular Destinations section start */
.popular-destination {
    background-color: #EBF0F4;
}

.popular-destination .visa-card-heading h3 {
    font-size: 30px;
    font-weight: 700;
}

.popular-destination .visa-card-heading span {
    font-weight: 400;
}

.popular-destination .card-img-detail {
    position: relative;

}

.popular-destination .card-img-detail .detail-box {
    background-color: white;
    width: 80%;
    height: 60px;
    border-radius: 10px;
    position: absolute;
    top: 67%;
    right: 10%;

}

.popular-destination .card-img-detail .detail-box h5 {
    vertical-align: middle;
}

.popular-destination .card-img-detail .detail-box .rating-nmbr span {
    margin-bottom: -6px;
    font-size: 12px;
}


/* Popular Destinations section end*/


/* pormotion section start */
.promotion-custom-img {
    /* background-image: url('{{ asset("assets/images/hotel/banner-hotel-main.png") }}'); */
    min-height: 500px;
    border-radius: 10px;
}

.promotion-custom .btn{
    width: 142px;
    height: 50px;
    background-color: #ffffff;
    color: #2B2625;
    font-weight: 600;
}

.promotion-custom .btn:hover{
    background-color: none;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid white;
}

/* pormotion section end */






/* flight overview section start */

.flight-overiview {
    background-color: #EBF0F4;
}

.flight-overiview .accordion {
    border-radius: 0;
    box-shadow: none;
    --bs-accordion-border-color: transparent;
    background-color: none;
}

.flight-overiview .accordion-button {
    border-radius: none;
    border-left: 1px solid #2B2625;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    color: #2B2625;
}


.accordion-item {
    margin-bottom: 20px;
}

.flight-overiview .paragraph-collapse .content-wrapper {
    max-height: 4.5em;
    overflow: hidden;
    transition: 0.88s ease;
}


.flight-overiview .paragraph-collapse #toggle:checked~.content-wrapper {
    max-height: 1000px;
}


.flight-overiview .paragraph-collapse #toggle {
    display: none;
}

.flight-overiview .paragraph-collapse .toggle-label {
    color: #A72D2C;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
    transition: 0.3s ease;
}

.flight-overiview .paragraph-collapse #toggle:checked~.toggle-label::after {
    content: "View Less:";
}

.flight-overiview .paragraph-collapse #toggle:not(:checked)~.toggle-label::after {
    content: "View More:";
}

/* flight overview section end */

/* Modern Search Bar Styles */
.search-box-flight {
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-top: 2rem;
}

/* Tab Navigation Styles */
.nav-pills .nav-link {
  background: #f8f9fa;
  color: #6c757d;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
  background: var(--p-bg);
  color: white;
}

.nav-pills .nav-link:hover {
  background: #e9ecef;
  color: #495057;
}

.nav-pills .nav-link.active:hover {
   background: var(--p-bg);
  color: white;
}

/* Search Form Container */
.search-form-container {
  padding: 0;
}



.search-field label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

/* Form Controls */
.search-field .form-select,
.search-field .form-control {
  height: 50px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
}

.search-field .form-select:focus,
.search-field .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 95, 91, 0.25);
  border-color: #1f5f5b;
}

/* Passenger Dropdown */
.passenger-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: none;
  margin-top: 0.5rem;
  min-width: 280px;
}

.passenger-dropdown.show {
  display: block;
}

/* Responsive passenger dropdown */
@media (max-width: 768px) {
  .passenger-dropdown {
    left: auto;
    right: 0;
    min-width: 260px;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .passenger-dropdown {
    left: auto;
    right: 0;
    min-width: 240px;
    max-width: 280px;
  }

  .passenger-dropdown .d-flex {
    flex-wrap: wrap;
  }

  .passenger-dropdown .count-container {
    margin-top: 0.25rem;
  }
}

.count-container .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.count-container span {
  min-width: 30px;
  text-align: center;
  font-weight: 600;
}

/* Search Button */
.search-field .btn-primary {
  background: #1f5f5b;
  border-color: #1f5f5b;
  font-weight: 600;
  height: 50px;
  transition: all 0.3s ease;
}

.search-field .btn-primary:hover {
  background: #1a4f4b;
  border-color: #1a4f4b;
  transform: translateY(-2px);
}

/* Multi-city Add Flight Button */
.add-flight {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Flight Row Spacing */
.flight-row {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 1rem;
}

.flight-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .search-box-flight {
    padding: 1.5rem;
    margin-top: 1rem;
  }

  /* .search-field {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  } */

  .nav-pills .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }

  .search-form-container .row {
    flex-direction: column;
  }

  .search-field .btn-primary {
    margin-top: 1rem;
  }

  /* Better spacing for mobile */
  .search-form-container .col-md-2,
  .search-form-container .col-md-3 {
    padding: 0;
    margin-bottom: 1rem;
  }

  .search-form-container .col-md-2:last-child,
  .search-form-container .col-md-3:last-child {
    margin-bottom: 0;
  }
}

/* Form Field Borders */
.border-danger {
  border-color: #dc3545 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

/* Title Styling */
.search-box-flight h4 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Ensure proper spacing */
.search-form-container .row {
  margin: 0;
}

.search-form-container .col-md-2,
.search-form-container .col-md-3 {
  padding: 0 0.375rem;
}

/* Button alignment */
.search-field .btn {
  border-radius: 8px;
}

/* Passenger button styling */
.search-field .btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
  height: 50px;
  padding: 0.75rem 1rem;
}

.search-field .btn-outline-secondary:hover {
 background-color: white;
  border-color: #6c757d;
  color: rgb(39, 39, 39);
}

/* Date input styling */
.search-field input[type="text"] {
  cursor: pointer;
}

/* Multi-city specific styles */
#flights-container .flight-row:not(:last-child) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

/* Remove any conflicting styles */
.custom-border {
  border: none !important;
}

.forms {
  border: none !important;
}

.iconss {
  display: none !important;
}

.search-field .decrement{
  height: 35px !important;
  /* border:1px solid red; */
  border-radius:50%;
  font-weight: bold;
}
.search-field .increment{
  height: 35px !important;
  /* border:1px solid red; */
  border-radius:50%;
   font-weight: bold;
}
/* Ensure consistent button heights */
.search-field .btn,
.search-field .form-control,
.search-field .form-select {
  height: 50px;
}

/* Custom Dropdown Styles */
.custom-dropdown {
  position: relative;
}

.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: none;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 0.25rem;
}

.custom-dropdown-menu.show {
  display: block;
}

.custom-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.custom-dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

.custom-dropdown-menu .dropdown-item:focus {
  background-color: #e9ecef;
  outline: none;
}

.custom-dropdown-menu .dropdown-item i {
  font-size: 1rem;
  min-width: 20px;
}

.custom-dropdown-menu .dropdown-item div {
  flex: 1;
}

.custom-dropdown-menu .dropdown-item .fw-semibold {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.125rem;
}

.custom-dropdown-menu .dropdown-item .text-muted {
  font-size: 0.875rem;
  color: #6c757d;
}

/* Custom scrollbar for dropdown */
.custom-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.custom-dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.custom-dropdown-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.custom-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Input focus styles for custom dropdown */
.custom-dropdown input:focus {
  border-color: #1f5f5b;
  box-shadow: 0 0 0 0.2rem rgba(31, 95, 91, 0.25);
}

/* No results message */
.custom-dropdown-menu .no-results {
  padding: 0.75rem 1rem;
  color: #6c757d;
  text-align: center;
  font-style: italic;
}

/* Floating Label Styles */
.form-floating {
  position: relative;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  color: #6c757d;
  font-size: 1rem;
}

/* Passenger button with floating label - force label to stay floated */
.form-floating > .form-control.btn ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* Ensure proper height for floating form controls */
.form-floating > .form-control {
  height: 58px;
  padding: 1rem 0.75rem 0.25rem;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* Custom dropdown with floating labels */
.form-floating.custom-dropdown > .form-control {
  height: 58px;
}

.form-floating.custom-dropdown > label {
  z-index: 4;
}

/* Ensure floating labels work with filled inputs */
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control:focus {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control:focus ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* Passenger button specific styling */
.form-floating .form-control.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  height: 58px;
}

