.hero-slider .carousel-inner.flight{
    max-height: 180px;
    min-height: 150px;
    overflow: hidden;
}
.flight-section {
    position: absolute;
    z-index: 20;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    top: -150px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.flight-container{
    position: relative;
}
.flight-section ul#myTab {
    padding: 0 20px;
    background: #F6F6F6;
    border-radius: 20px 20px 0px 0px;
}
.tab-content {
    margin: 20px 20px;
}
 .flight-section img{
    width: 24px;
    height: fit-content;
    margin-right: 12px;

}
.flight-section .departure img, .flight-section .destination img{
    width: 20px; 
    margin-right: 6px;

}
.flight-section button.nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    color: var(--normal-text-color);
}
.flight-section button.nav-link.active{
    color: var(--special-text-color);
    border-bottom: 2px solid;
    background: transparent;
}
.form-check{
    margin-right: 20px;
}
.form-check label{
    font-size: 14px;
    color: var(--normal-text-color);
    line-height: 24px;
}
label.form-check-label {
    margin-left: .5rem;
    font-size: 14px;
    color: var(--normal-text-color);
    line-height: 24px;
}
.form-check-input{
    border: 2px solid rgb(230 144 92);   
    min-width: 20px !important;
    height: 20px;
}
.form-check-input:checked[type=radio] {
    background-image: url(../images/activeradio.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.toLocation {
    position: absolute;
    top: 6px;
    left: 32px;
}

/* .search-tolocation {
    display: none;
} */
.form-check-input:checked {
    background-color: rgb(230 144 92);
    border-color:  rgb(230 144 92);
    padding: 5px;
}
.locatin-zone-holder {
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
    position: relative;
}
.calender-holder {
    flex: 0 0 29%;
    max-width: 29%;
}
.traveler-holder {
    flex: 0 0 12.333333%;
    max-width: 12.333333%;
}
.search-btn-holder {
    flex: 0 0 13.333333%;
    max-width: 13.333333%;
}
.destination {
    max-height: 60px;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 10px;
    position: relative;
}
.departure {
    max-height: 60px;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 10px;
    position: relative;
}
.destination .form-control, .departure .form-control{
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
    color: var(--normal-text-color);
    padding: 0 10px;
}
.placeholder-fromlocation {
    margin-bottom: 0;
    color: var(--placeholder-text-color);
    padding: 0px 5px;    
    margin-left: 0px;
}

.modal-dialog-custom .modal-content .modal-body{
    padding: 15px;
}
.fare-policy ul li {
    font-size: 14px;
    line-height: 24px;
    color: var(--normal-text-color);
    text-transform: lowercase;
}
.fare-policy table tbody tr {
    border: 1px solid #c1c1c1;
    font-size: 14px;
    color: var(--normal-text-color);
}
.placeholder-tolocation {
    margin-bottom: 0;
    color: var(--placeholder-text-color);
    padding: 0px 5px;
    margin-left: 0px;
}
button#swapLocations {
    position: absolute;
    width: 40px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
    height: 40px;
    background: #fff;
    top: 17px;
    bottom: 0;
    border: 1px solid #ced4da;
    z-index: 2;
}
button#swapLocations:hover{
    color: #ced4da;
}
.calender-holder #calendar-container{
    width: fit-content;
}

#calenderReturn {
    position: relative;
}
#calenderReturn .calendar-icon {
    position: absolute;
    top: 15px;
    right: 7px;
}
#Retunrcalendar{
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
#returncalendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#returncalendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}
#returncalendar-header button {
    border: none;
    background: none;
}
#returnmonth-name {
    font-size: 18px;
    font-weight: bold;
}

.depart-holder {
    max-height: 60px;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 10px;
}
.depart-holder .form-control[readonly] {
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--placeholder-text-color);
    padding: 0px;
}

span.depart {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: var(--normal-text-color);
}
span.return {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: var(--normal-text-color);
}
/*===departure====*/
#departDropdown {
    position: relative;
}
#departDropdown .calendar-icon {
    position: absolute;
    top: 15px;
    right: 7px;
}
#depart-container {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
#calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
#depart-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}
#calendar-header button {
    border: none;
    background: none;
}
#month-name {
    font-size: 18px;
    font-weight: bold;
}
div#adultchildincrement {
    width: auto;
}
.traveller-value {
    font-size: 20px;
    font-weight: 600;
    color: var(--normal-text-color);
    margin: 0;
}
.travllerplaceholder {
    color: var(--placeholder-text-color);
    margin-bottom: 0;
}
.traveler-holder .person-count {
    position: relative;
    max-height: 60px;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 10px;
}
.custom-button-search{
    background-color: var(--active-background-color);
    border-radius: 10px;
    color: #fff;
}
.btn-minheiht{
    min-height: 60px;
}

.offer-card {
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    width: 340px !important;
    height: 333px;
    margin-bottom: 20px;
}
.offer-card img {
    max-width: 100%;
    border-radius: 8px;
}
.package-container {
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}
.offer-slider.slick-initialized .slick-slide {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
ul#offerTabs {
    width: fit-content;
}
ul#offerTabs.nav-tabs .nav-link{
    color: #495057;
}
ul#offerTabs.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
    color: var(--active-background-color);
    border-bottom: 2px solid;
}
.btn-wrap.flights-sliderbtn {
    position: absolute;
    top: -57px;
    right: 0;
}
.tab-content>.active {
    position: relative;
}
.flight-list {
    margin-top: 80px;
}
#passengerincrement {
    width: auto;
}

.custom-btn {
    width: fit-content;
    background: transparent;
    border: transparent;
    color: var(--special-text-color);
    margin-left: 15px;
    padding-bottom: 10px;
    display: block !important;
}
.flights-name {
    width: 110px;
    margin-right: 20px;
}
.flights-name h4 {
    font-size: 18px;
    font-weight: 600;
}
.price-section h2{
    font-size: 22px;
    font-weight: 600;
}

.flightlistsearch {
    position: absolute;
    margin-bottom: 20px;
    top: 80px;
    background: rgb(255 255 255);
    border-radius: 20px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 15px;
}
.ssr-seat + label {
    background-color: #e0ffe0;
    border: 2px solid #00aa00;
}

.flights-name img{
    max-width: 100%;
    width: 100%;
    display: block;
}
ul.location-list {
   
    margin-left: 0px;
    width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    position: absolute;
    left: 0px;
    border-top: 1px solid #c1c1c1;
    border-radius: 5px;
    top: 57px;
}
ul.location-list li.datalist {
    list-style: none;
    width: 100%;
}

/*flight list*/
.dropdown-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 35px;
    left: 0px;
}
.custom-border {
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.custom-width{
    width: auto;
  }
.dropdown-list.show {
    display: block;
}
label span {
    display: flex;
    background: #333;
    z-index: 1;
    width: max-content;
    color: #fff;
    padding: 5px;
    line-height: normal;
}
.meal-item {
    font-size: 14px;
    font-weight: 400;
}
.disabled {
    color: #ccc;
    pointer-events: none;
    background: #f0f0f0;
    border-radius: 12px;
}
.dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

/*flight search*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/*-----flightreview----*/
.flight-review{
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-height: 333px;
    margin-bottom: 20px;
}
.flight-review .badge{
    color: var(--normal-text-color);
    padding: 0;
}
.fare-summary{
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 333px;
    margin-bottom: 20px;
}

.bookinglocation {
    background: #f6f6f6;
    padding: 15px;
}




/*====flight fare options====*/
.fare-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin: 10px;
}
.slick-prev, .slick-next {
    background: #000;
    border-radius: 50%;
}

.fligh-slider.slider {
    width: 100%;
    appearance: none;
    height: 6px;
    background: #ff8b3c;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
}
.fligh-slider.slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #ff8b3c;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.flight-smalllogo {
    width: 25px;
    margin-right: 20px;
}
.flightmaindata {
    display: flex;
    justify-content: start;
    align-items: center;
}
.traveller-data .btn-check:checked+.btn-outline-primary, .traveller-data .btn-outline-primary:hover {
    background-color: var(--active-background-color);
    border: 1px solid var(--active-background-color);
}

.traveller-data .btn-outline-primary{
    border: 1px solid var(--active-background-color);
    color: var(--normal-text-color);
}

.policy-card {
    background-color: #f6f6f6;
    padding: 20px;
}
.policy-card .progress {
    height: 6px;
    border-radius: 5px;
}
.progress-bar {
    height: 6px;
    border-radius: 5px;
}
.progress-bar-green {
    background: linear-gradient(to right, green, orange, red);
}

.flight-details {
    background: #ebebeb;
    outline: none;
    border: 0px;
    display: block;
    width: -webkit-fill-available;
    text-align: left;
    margin-bottom: 15px;
    padding: .5rem .9rem;
}
.flight-details p{
    margin-bottom: 0;
}
.seat-configration {
    position: absolute;
}
.booking-details {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.margin-left60 {
    margin-left: 62px;
}
.booking-details .layoverCircle {
    border: 2px solid #979797;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-flex;
    background-color: #f4f4f4;
    position: relative;
    top: 2px;
    margin: 0 px;
}
.booking-details:before{
    content: "";
    position: absolute;
    top: 17px;
    height: calc(100% - 40px);
    border-left: 2px dashed #979797;
    left: 51px;
}