/* all flight related css changes */

/* flight home page css start */

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

ul, ol {
  list-style-type: none;
}

#flight_search {
    background-image: url('/images/flights/flight_bg.png');
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center;  
    height: 400px;
    max-width: 100%;
    padding: 48px 92px;
}

#flight_search_box {
    /* max-width: 1218px; */
    /* height: 248px; */
    border: 1px solid #BEBBBB;
    border-radius: 30px;
    background-color: #FFFFFF;
    padding: 30px 40px;
}

.lightgrey-color {
    color: #8D8A9A;
}

#flight_search_child {
    width: 85%;
    /* height: 250px; */
    /* max-height: 400px; */
    /* margin: 65px 117px; */
}

.flightSearchHome #flight_search_inputs, #flight_search #flight_search_inputs {
    border: 1px solid #E0E0E0;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}

.flightSearchHome .travelClass, #flight_search .travelClass {
    padding: 10px;
    width: 20%;
}

.flightSearchHome .travellerInput .fa-angle-down {
	position: relative;
	top: -25px;
	left: 30px;
}

#travellerNClass #childSelection {
	margin-right: 70px;
}

#travellerNClass .modal-dialog {
	width: fit-content;
}

.highlight-text-child {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #393636;
}

.airportResultsDiv .leftResults {
    width: 348px;
    height: 300px;
    border: 1px solid #F5F5F1;
    border-radius: 4px;
    box-shadow: 0px 2.5px 5px 0px #0000001A;
    overflow-y: scroll;
    background-color: #FFFFFF;
    position: absolute;
    top: 290px;
    left: 160px;
}

.airportResultsDiv .rightResults {
    width: 348px;
    height: 300px;
    border: 1px solid #F5F5F1;
    border-radius: 4px;
    box-shadow: 0px 2.5px 5px 0px #0000001A;
    overflow-y: scroll;
    background-color: #FFFFFF;
    position: absolute;
    top: 290px;
    left: 450px;
}

/* 
.airportResultsDiv .rightResults {
    width: 348px;
    height: 300px;
    border: 1px solid #F5F5F1;
    border-radius: 4px;
    box-shadow: 0px 2.5px 5px 0px #0000001A;
    position: absolute;
    top: 290px;
    left: 450px;
    overflow-y: scroll;
    background-color: #FFFFFF;
} */


/* #flight_search .leftResults {
    position: absolute;
    top: 220px;
    left: 140px;
}

#flight_search .rightResults {
    position: relative;
    top: 220px;
    left: 420px;
} */

.fsi_box {
    border-right: 1px solid #E0E0E0;
    cursor: pointer;
    padding: 10px;
}

/* set some width for dates div */
.fsi_box#departureDateDiv, .fsi_box#returnDateDiv {
    width: 18%;
}

#flight_search #from_airport, #flight_search #to_airport {
    min-width: 20%;
}

/* set airport names div width */
/* #from_airpot, #to_airport {
    width: 24%;
} */

#from_airport:hover, #to_airport:hover, .airportRow:hover {
    background-color: lightblue;
}


#returnDateDiv {
    padding: 10px;
    border-right: 1px solid #E0E0E0;
}

.hideDiv {
    display: none;
}

.highlight-text {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.fs-20px {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

.fs-16px {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

.fs-12px {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

#flight_deals {
    max-width: 1240px;
    /* border: 1px solid gray;
    border-radius: 10px; */
    margin-top: 30px;
}
/*     
#flight_deals table {
    border: 1px solid gray;
    border-radius: 20px;
} 
    */

#flight_deals table > thead {
    background-color: #F5F5F5;
    border-bottom: 1px solid #E0E0E0;
}

#flight_deals .table {
    border-radius: 24px;
}

#flight_deals select {
    border: none;
    background-color: #F5F5F5;
}

#flight_deals .nav-pills .nav-link.active {
    background-color: #FFFFFF;
    border-radius: 24px;
    color: #78B4E2;
}

#flight_deals .nav-pills .nav-link {
    color: #737B8C;
}

#flight_deals .nav {
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    background-color: #F1F5F9;
    padding: 4px;
}

/* .flight_deals_child1 {
    border: 1px solid gray;
    border-radius: 12px;
    padding: 20px;
    background-color: #F5F5F5;
    max-width: 1240px;
} */

#domestic_airlines {
    display: flex;
    justify-content: space-between;
    max-width: 1171px;
    max-height: 161px;
    border: 1px solid #E0E0E0;
    border-radius: 24px;
    padding: 40px 60px;
}

.domestic_airline_box {
    max-height: 81px;
    max-width: 244px;
    border: 1px solid #3E6EAC;
    border-radius: 12px;
    background-color: #3E6EAC;
    display: flex;
}

.domestic_airline_box > p {
    color: #FFFFFF;
}

.domestic_airline_box img {
    max-height: 116px;
    max-width: 116px;
}

#flight_faqs {
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    max-width: 1240px;
}

.greyColor1 {
    color: #6B7280;
}

.highlight-text-wplanegif {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paper-plane-gif {
    background-image: url('/images/flights/paper_plane.gif');
    background-size: auto;  
    background-repeat: no-repeat;   
    background-position: center;  
    height: 48px;
    width:  48px;
    margin-right: 20px;
}

.textStats {
    text-align: center;
}

/* flight home page css end */

/* flight listing page css start */

#flight_search_listing_div {
    background-image: url('/images/flights/flight_bg.jpg');
    background-size: inherit;  
    background-repeat: no-repeat;   
    background-position: left;  
    min-height: 288px;
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}

#flight_search_listing_box {
    /* max-width: 1218px; */
    min-height: 248px;
    border: 1px solid #FFFFFF59;
    border-radius: 24px;
    background-color: #FFFFFF59;
    padding: 20px;
}

#flight_search_listing_box .special-fare > label {
    margin-right: 8px;
}

#flight_search_listing_inputs {
    min-height: 120px;
    border: 1px solid #FAFAFA;
    border-radius: 24px;
    padding: 12px;
}

#flight_search_listing_inputs #departureDate, #flight_search_listing_inputs #returnDate {
    visibility: hidden;
}

#flight_search_listing .time-interval {
    cursor: pointer;
}
#flight_search_listing .time-interval.active {
    background-color: #69BEFF;
    color: #fff;
}

#flight_search_listing .time-intervals div {
    border: 1px solid #6B7280;
    border-radius: 2px;
    padding: 12px;
    width: 56px;
    height: 80px;
    margin-right: 10px;
    text-wrap: wrap;
}

#flight_search_listing .time-intervals p {
    margin-top: 4px;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
}

#flight_search_listing .listingContainer {
    /* border: 1px solid red; */
    margin-left: 100px;
    margin-right: 100px;
    max-width: 1240px;
}

/* .flightResults {
    border: 1px solid black;
} */

#flight_search_listing .listingContainer .accordion-item > h2 > button {
    border: none;
    background-color: transparent;
    color: #2D3748;
    font-size: 16px;
    font-weight: 600;
}

#flight_search_listing .listingContainer  > .flightSearchFilters label {
    font-size: 14px;
    font-weight: 400px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #2D3748;
}

#flight_search_listing .filterFlightResults > div {
    border: 1px solid #69BEFF;
    border-radius: 8px;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
}

#flight_search_listing .filterFlightResults > div > span > small {
    color: #69BEFF;
}

#flight_search_listing .filterFlightSelected {
    background-color: #E9F3FF;
}

#flight_search_listing .travelDate {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    height: 86px;
    max-width: 928px;
}

#flight_search_listing .travelDate > :first-child {
    width: 48px;
    border-right: 1px solid #E5E7EB;
}

#flight_search_listing .travelDate > :last-child {
    width: 48px;
    border-left: 1px solid #E5E7EB;
}

#flight_search_listing .travelDatePanel {
    max-width: 832px;
    overflow-x: hidden;
}

/* apply border right to all dates div except last */
#flight_search_listing .travelDatePanel div.selectDate:not(:last-child) {
    border-right: 1px solid #E5E7EB;
}

#flight_search_listing .selectDate {
    width: 130px;
    padding: 20px;
    text-align: center;
}

#flight_search_listing .selectDate > small {
    color: #6B7280;
}

#flight_search_listing .greenRate {
    color: green;
}

#flight_search_listing .redRate {
    color: red;
}

#flight_search_listing .sortFlightsBy {
    height: 36px;
    border: 1px solid #F5F1F1;
    border-radius: 8px;
    background-color: #F5F1F1;
}

#flight_search_listing .onewayFlight {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 4px 10px 0px #00000026;
}

#flight_search_listing .roundTripDiv {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 4px 10px 0px #00000026;
    cursor: pointer;
}

#flight_search_listing .flightListLogo {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 8px;
}

#flight_search_listing .greyColor {
    color: #9CA3AF;
}

#flight_search_listing .refundableFlights {
    border: 0.5px solid #5EBB47;
    border-radius: 4px;
    max-height: 22px;
    min-width: 102px;
    background-color: #DAF7CC;
    color: #5EBB47;
    font-size: 12px;
    text-align: center;
    margin-right: 12px;
} 

#flight_search_listing .notRefundableFlights {
    border: 0.5px solid #5EBB47;
    border-radius: 4px;
    max-height: 22px;
    min-width: 102px; 
    background-color: #FF474D;
    color: white;
    font-size: 12px;
    text-align: center;
    margin-right: 12px;
}

#flight_search_listing .partiallyRefundableFlights {
    border: 0.5px solid #B1BB47;
    border-radius: 4px;
    max-height: 22px;
    min-width: 102px;
    background-color: #F3F7CC;
    color: #B1BB47;
    font-size: 12px;
    text-align: center;
    margin-right: 12px;
}

#flight_search_listing .viewFlightDetails {
    /* padding-left: 55px;
    padding-right: 55px; */
    margin-left: 52px;
    margin-right: 52px;
    text-decoration: underline;
    color: #69BEFF;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

#flight_search_listing .moreFare {
    text-decoration: underline;
    color: #69BEFF;
    font-size: 12px;
    cursor: pointer;
}

#flight_search_listing .flightBox1 {
    width: 180px;
}

#flight_search_listing .flightBox2 {
    width: 348px;
}

#flight_search_listing .flightTimingsBox {
    margin-left: 52px;
    margin-right: 52px;
}

#flight_search_listing .onewayFlightBookNow {
    border: 1px solid #BE1D2C;
    border-radius: 100px;
    padding-left: 16px;
    padding-right: 16px;
    width: 148px;
    height: 36px;
    margin-bottom: 8px;
}

#flight_search_listing .priceLock {
    border: 1px solid #69BEFF;
    border-radius: 4px;
    padding: 5px 8px;
    background-color: #E9F3FF;
    color: #69BEFF;
    font-size: 12px;
}

#flight_search_listing .floatingFlightDiv {
    height: 128px;
    max-width: 930px;
    border: 1px solid #5A81AA;
    border-radius: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 0px 11.3px 2px #7AB8FF5C;
    background-color: #EBF4FC;
    position: fixed;
    top: 82%;
}

#flight_search_listing .roundTrip1, #flight_search_listing .roundTrip2 {
    width: 455px;
}

#flight_search_listing .selectedTripDiv {
    border: 1px solid #6EB3E8;
    border-radius: 4px;
    padding: 12px;
    background-color: #69BEFF;
    color: #FFFFFF;
    width: 100%;
    cursor: pointer;
}

#flight_search_listing .multiCitySelection > div:not(.selectedTripDiv) {
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
    cursor: pointer;
}

#flight_search_listing .traveller li {
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #00000008;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}

#flight_search_listing .traveller .selected {
    background: linear-gradient(136.71deg, #69BEFF 6.3%, #78B4E2 82.51%);
    color: white;
}

#flight_search_listing #adultSelection li, #flight_search_listing #childSelection li, #flight_search_listing #infantSelection li {
    height: 44px;
    width: 44px;
}

#flight_search_listing .traveller {
    overflow-x: scroll;
}


/* flight listing page css end */

/* passenger details page css start */

.greyBackground {
    background-color: #F5F7FA;
}

.bg-none {
    background-color: #FFFFFF;
}

.tripInfo {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0px 2px 8px 0px #00000014;
}

.tripInfo span {
    font-size: 15px;
    color: #6B7280;
    font-weight: 400;
}

.passengerContainer {
    width: 924px;
}

.bookingSummary {
    min-width: 296px;
    height: fit-content;
}

.bookingSummary, #passengerSummaryDiv {
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 22px 24px;
    box-shadow: 0px 2px 8px 0px #00000014;
}

.baggageRules {
    border-left: 4px solid #F59E0B;
    border-radius: 4px;
    padding: 12px;
    background-color: #FEF3C7;
    color: #2D3748;
    font-size: 14px;
}

.fareType {
    border: 0.5px solid #E5E7EB;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0px 2px 8px 0px #00000014;
}

.travellerDiv {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 36px;
    padding-left: 24px;
    box-shadow: 0px 2px 8px 0px #00000014;
}

.samplePassenger {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.addPassengerBtn {
    padding-top: 12px;
    padding-right: 4px;
    padding-bottom: 12px;
    padding-left: 4px;
    font-family: 'Lato', sans-serif;    
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #008CFF;
}

.adultDiv {
    border-bottom: 1px solid #E5E7EB;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.sendBookingDetails label {
    font-size: 12px;
    font-weight: 600;
    font-family: Poppins;
    vertical-align: middle;
    font-family: Poppins;
}

.gstDiv {
    padding-top: 20px;
    padding-bottom: 20px;
}

.disabledDiv {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background-color: #E5E7EB;
    padding: 24px;
    box-shadow: 0px 2px 8px 0px #00000014;
    margin-bottom: 20px;
    color: #9CA3AF;
    font-size: 18px;
    font-weight: 600;
}

.totalAmountDiv {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0px 2px 8px 0px #00000014;
    margin-bottom: 20px;
}

.confirmPayDiv {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #E5E7EB;
    color: #FBFBFB;
    font-size: 16px;
    font-weight: 700;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
}

/* passenger details page css end */


/* flightBookingSummary page css start */

.paynowDiv {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding-top: 22px;
    padding-right: 24px;
    padding-bottom: 22px;
    padding-left: 24px;
}

.summaryLeftContainer {
    width: 924px;
}

.bookingSummaryAgain {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    min-width: 296px;
    height: 328px;
    padding-top: 22px;
    padding-right: 24px;
    padding-bottom: 22px;
    padding-left: 24px;
}

.maxw250 {
    width: 250px;
    font-size: 16px;
    color: #6B7280;
    font-weight: 400;
}


/* flightBookingSummary page css end */


/* home page css start */

    
.seoContent:not(strong) {
    color: #6B7280;
    padding: 10px;
    font-size: 12px;
    margin-top: 70px;
}

#mobileNavbar {
    display: none;
}

.flightSearchHome {
    background-image: url('/images/flights/home_bg.webp');
    background-size: 100% 100%;  
    background-repeat: no-repeat;   
    background-position: center;  
    height: 400px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.holidayDestination {
    width: 644px;
    height: 314px;
    border-radius: 14px;
    cursor: pointer;
}

/* all images have same radius on home page */
.homepage img {
    border-radius: 14px;
}

.stayImages {
    display: flex;
    justify-content: space-between;
}

.holidayImage1 {
    background-image: url('/images/flights/jaipur_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 334px;
    height: 251px;
    border-radius: 14px;
}

.holiday_image1 {
    background-image: url('/images/flights/shimla_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 334px;
    height: 251px;
    border-radius: 14px;
}

.holidayImage2 {
    background-image: url('/images/flights/manali_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 611px;
    height: 506px;
    border-radius: 14px;
}

.holidayImage3 {
    background-image: url('/images/flights/kerala_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    width: 334px;
    height: 321px;
    border-radius: 14px;
}

.holidayImage4 {
    background-image: url('/images/flights/goa_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    width: 338px;
    height: 169px;
}

.flightRoutesDiv {
    width: 30%;
}

.flightRoutes1, .flightRoutes2, .flightRoutes3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

/* for international holiday destinations */

.holidayImage1_b {
    background-image: url('/images/flights/european_holiday.webp');
    background-size: auto;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 334px;
    height: 251px;
    border-radius: 14px;
}

.holiday_image1_b {
    background-image: url('/images/flights/dubai_holiday.webp');
    background-size: auto;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 334px;
    height: 251px;
    border-radius: 14px;
}

.holidayImage2_b {
    background-image: url('/images/flights/singapore_holiday.webp');
    background-size: auto;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 611px;
    height: 506px;
    border-radius: 14px;
}

.holidayImage3_b {
    background-image: url('/images/flights/phu_quoc_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    width: 334px;
    height: 321px;
    border-radius: 14px;
}

.holidayImage4_b {
    background-image: url('/images/flights/bali_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    width: 338px;
    height: 169px;
}

.holidayImageText {
    background-color: #FFFFFF;
    padding: 4px 16px;
    border-radius: 20px;
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #808080;
    text-decoration: none;
}

.holidayImage5 {
    background-image: url('/images/flights/udaipur_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 480px;
    height: 317px;
}

.holidayImage6 {
    background-image: url('/images/flights/abu_dhabi_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 455px;
    height: 564px;
}

.holidayImage7 {
    background-image: url('/images/flights/langkawi_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 332px;
    height: 340px;
}

.holidayImage8 {
    background-image: url('/images/flights/maldives_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 332px;
    height: 209px;
}

.holidayImage9 {
    background-image: url('/images/flights/nainital_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 230px;
    height: 224px;
}

.holiday_image9 {
    background-image: url('/images/flights/munnar_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 230px;
    height: 224px;
}

.offerImage1 {
    background-image: url('/images/flights/sample_holiday_offer1.webp');
    background-size: contain;
    background-repeat: no-repeat;   
    background-position: center;  
    max-width: 1300px;
    height: 167px;
    cursor: pointer;
}

.offerImage2 {
    background-image: url('/images/flights/sample_holiday_offer2.webp');
    background-size: contain;
    background-repeat: no-repeat;   
    background-position: center;
    width: 1300px;
    height: 167px;
    cursor: pointer;
}

.offerImage1 > button, .offerImage2 > button {
    position: relative;
    top: 60px;
    left: 1000px;
}

.popularFlightRoutes img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
}

.popularFlightRoutes a {
	color: #6B7280;
	text-decoration: none;
}

.mt-70px {
    margin-top: 70px;
}

.mt-35px {
    margin-top: 35px;
}

.mapBg {
    background-image: url('/images/flights/world_map.webp');
    background-size: contain;
    background-repeat: no-repeat;   
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 1381px;
    height: 650px;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.mapBgChild {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
}

.solutionsBox {
    border: 1px solid #D9D9D9;
    border-radius: 14px;
    background-color: #FFFFFF;
    text-align: center;
    align-content: center;
    box-shadow: 0px 4px 4px -3px #00000040;
    max-width: 286px;
    height: 191px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.solutionsBox > p {
    font-size: 22px;
    font-weight: 600;
    
}

.largeStats {
    font-size: 48px;
    font-weight: 700;
    color: #BE1D2C;
    margin-bottom: 0%;
}

.mediumStats {
    font-size: 28px;
}

.reviewsChild {
    display: flex;
    justify-content: space-between;
}

.reviews img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 4px 4px 0px #00000040;
} 

.reviews .card-title, .reviews .card-text {
    font-size: 12px;
    text-align: center;
}

.reviews .card-title {
    font-weight: 700;
    font-size: 24px;
}

.reviews .card {
    width: 406px;
    height: 277px;
    border-radius: 9px;
    padding: 20px;
}

.reviews .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews .card:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
}

#holidayCarousel .carousel-control-prev-icon {
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    padding: 20px;
    background-color: #E7E7E7;
    position: relative;
    left: -100px;
}

#holidayCarousel .carousel-control-next-icon {
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    padding: 20px;
    background-color: #E7E7E7;
    position: relative;
    left: 100px;
}

#holidayCarouselMobile {
    display: none;
}

.holidayDestinationsMobile {
    display: none;
}

.holidayDestinations .nav-link.active, .holidayDestinationsMobile .nav-link.active {
    border: 1px solid red;
    border-radius: 12px;
    color: red;
    background-color: white;
}

.holidayDestinations .nav-link, .holidayDestinationsMobile .nav-link {
    color: black;
}

.holidayDestinations a, .stayImages a, .holidayDestinationsMobile a {
    text-decoration: none;
    color: #000000;
}

.featuresIcons img {
    position: relative;
    top: -30px;
    border: 1px solid #FBFBFB;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 4px 4px -3px #00000040;
    background-color: #FBFBFB;
}

.flightSearchHome .searchFlightsBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flightSearchHome .searchFlightsBtn > button {
    background-color: #9E0100;
    font-size: 20px;
    font-weight: 700;
}

.flightSearchHome .highlight-text img {
  width: 60px;  
  height: 60px; 
  object-fit: cover; 
  object-position: center; 
}

.readmore, .showless {
    color: skyblue;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.footer-text1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-text2, .footer-text3 {
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
}

.footer-text2 a, .footer-text3 a {
    margin-right: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.footer-text2 a:not(:last-child)::after, .footer-text3 a:not(:last-child)::after {
    content: " • ";
}

.city_hotels {
    text-align: center;
    cursor: pointer;
}

.city_hotels.active {
    border: 1px solid #1E1D1D;
    background-color: #1E1D1D;
    color: white;
    font-weight: 500;
    font-size: 22px;
}

.homepage #home_faqs {
    max-width: 1240px;
}

.homepage .domestic_hotel_faq, .homepage .international_hotel_faq {
    display: none;
}

#holidayMobile-tabContent {
    display: none;
}

.stayImagesDivMobile {
    display: none;
}

#departureDate, #returnDate {
    /* width: 1px;
    height: 1px; */
    border: 1px solid white;
    background: none;
    color: white;
    width: 100% !important;
}

.dateBox > #dep_day, .dateBox > #ret_day {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.dateBox:not(#dep_day):not(#ret_day):not(#dep_weekday):not(#ret_weekday) {
    font-size: 14px;
    font-weight: 400;
    color: #6F6A6A;
}

.dateBox #dep_weekday, .dateBox #ret_weekday {
    font-size: 12px;
}

/* home page css end */

/* ============================================================
   Flight listing — filter chip row (mobile trigger bar)
   ============================================================ */

#flight_search_listing .filterChipsRow {
    display: none; /* shown only inside @media block */
}

/* ============================================================
   Flight listing — mobile filter bottom-sheet overlay
   ============================================================ */

#flight_search_listing .filterOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1050;
    align-items: flex-end;
}

#flight_search_listing .filterOverlay.open {
    display: flex;
}

#flight_search_listing .filterSheet {
    background: #FFFFFF;
    width: 100%;
    border-radius: 16px 16px 0 0;
    max-height: 88vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#flight_search_listing .filterSheetHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px 10px;
    border-bottom: 1px solid #F3F4F6;
    position: sticky;
    top: 0;
    background: #FFFFFF;
    z-index: 1;
}

#flight_search_listing .filterSheetHeader strong {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

#flight_search_listing .filterSheetClose {
    background: none;
    border: none;
    font-size: 20px;
    color: #9CA3AF;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
}

#flight_search_listing .filterSheetFooter {
    display: flex;
    gap: 10px;
    padding: 12px 16px;
    position: sticky;
    bottom: 0;
    background: #FFFFFF;
    border-top: 1px solid #F3F4F6;
}

#flight_search_listing .filterSheetClear {
    flex: 1;
    border: 1px solid #E5E7EB;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
}

#flight_search_listing .filterSheetApply {
    flex: 2;
    background: #BE1D2C;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

/* ============================================================
   Round-trip summary bar — hidden on desktop, shown on mobile
   ============================================================ */

#flight_search_listing .roundTripSummaryBar {
    display: none;
}

/* mobile css */
@media (max-width: 768px) {
    /* home page css start */

    .flightSearchHome #flight_search_inputs {
        padding-left: 0%;
        padding-right: 0%;
    }

    .airportResultsDiv .leftResults, .airportResultsDiv .rightResults {
        border: 8px solid white;
        border-radius: 12px;
        position: absolute;
        top: 290px;
        left: 30px;
    }

    .airportNameDisplay {
        white-space: nowrap;
        overflow: hidden;         
        text-overflow: ellipsis; /* Displays an ellipsis (...) to indicate hidden text */
    }

    #mobileNavbar {
        display: block;
        overflow-x: scroll;
        overflow-y: visible;
        position: relative;
        top: -260px;
        /*
        height: 15%;
        margin-top: 40px;
        margin-bottom: 20px; */
    }

    #mobileNavbar li {
        min-width: 45%;
        border: 1px solid #D9D9D9;
        border-radius: 24px;
        color: #FFFFFF33;
        box-shadow: 0px 4px 10px 0px #00000061;
        backdrop-filter: blur(10px);
        background-color: #FFFFFF1A;
        padding: 12px;
        margin-right: 10px;
        text-align: center;
    }

    #mobileNavbar li a {
        text-decoration: none;
    }

    #mobileNavbar a {
        text-decoration: none;
        color: #F9F9F9;
    }

    .flightSearchHome {
        background-image: url('/images/flights/mobile_home_bg.webp');
        background-size: cover;  
        background-repeat: no-repeat;   
        background-position: center;  
        min-height: 600px;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .flightSearchHome #flight_search_box {
        /* max-width: auto; */
        height: auto;
        border: 1px solid #E5E7EB;
        background: #FFFFFF1A;
        border-radius: 24px;
        backdrop-filter: blur(15px);
        background-color: #FFFFFF1A;
        color: #FFF;
        padding: 12px 16px 16px 16px;
        position: absolute;
        top: 20px;
        width: 93%;
    }

    .flightSearchHome #flight_search_child {
        width: 100%;
    }

    .flightSearchHome #flight_search_inputs {
        display: flex;
        flex-wrap: wrap;
        border: none;
        /* margin-top: 10px; */
    }

    .flightSearchHome .fsi_box, .flightSearchHome .travelClass {
        width: 50%;
        cursor: pointer;
        padding: 10px;
    }

    .fsi_box#departureDateDiv, .fsi_box#returnDateDiv {
        width: 50%;
    }


    .flightSearchHome .fsi_box:not(#to_airport):not(#returnDateDiv) {
        border-right: 1px solid #E5E7EB;
    }

    .flightSearchHome #to_airport {
        border-right: none;
    }

    .flightSearchHome #returnDateDiv {
        border-right: none;
    }

    .fsi_box > .sourceAirportCity,
    .fsi_box > .destinationAirportCity {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .flightSearchHome .searchFlightsBtn {
        width: 348px;
        height: 58px;
        text-align: center;
        margin-top: 10px;
    }

    .flightSearchHome .searchFlightsBtn > button {
        background: linear-gradient(115.88deg, #69BEFF 16.28%, #025B9F 83.61%);
        border: 1px solid #69BEFF;
        border-radius: 28px;
        color: #F9F9F9;
        font-size: 20px;
        font-weight: 700;
        padding: 14px 42px;
        width: 100%;
    }

    .holidayImage1, .holiday_image1, .holidayImage2, .holidayImage3, .holidayImage4,
    .holidayImage1_b, .holiday_image1_b, .holidayImage2_b, .holidayImage3_b, .holidayImage4_b {
        width: 100%;
        height: 150px;
        background-size: 100% auto;
    }

    .flightSearchHome .lightgrey-color {
        color: #F9F9F9;
    }

    .flightSearchHome .totalTravellers {
        color: #F9F9F9;
    }

    .seoContent:not(strong) {
        margin-top: 20px;
    }

    /* .flightSearchHome .dateDiv  {
        margin-top: 10px;
    } */

    .flightSearchHome .insertLineBelow {
        border-bottom: 1px solid #E5E7EB;
        width: 100%;
        margin: 10px;
    }

    .highlight-text {
        font-size: 20px;
    }

    .highlight-text-child {
        font-size: 12px;
        text-align: center;
        font-weight: 400;
        color: #6B7280;
    }

    .homepage .highlight-text img {
        display: none;
    }

    #holidayCarouselMobile {
        display: block;
    }

    #holidayCarouselMobile .carousel-control-prev-icon {
        /* border: 1px solid #E7E7E7;
        border-radius: 50%;
        padding: 20px;
        background-color: #E7E7E7; */
        position: relative;
        left: -10px;
    }

    #holidayCarouselMobile .carousel-control-next-icon {
        /* border: 1px solid #E7E7E7;
        border-radius: 50%;
        padding: 20px;
        background-color: #E7E7E7; */
        position: relative;
        left: 10px;
    }

    .holidayDestination {
        width: 95%;
        height: 90%;
        border-radius: 14px;
        cursor: pointer;
    }

    .holidayDestinations {
        display: none;
    }

    .holidayDestinationsMobile {
        display: block;
    }

    .offerImage1 {
        background-image: url('/images/flights/sample_holiday_mobileoffer1.png');
        background-size: cover;
        background-repeat: no-repeat;   
        background-position: center;  
        width: 100%;
        height: 350px;
    }

    .offerImage2 {
        width: 100%;
        height: 75px;
    }

    .offerImage1 > button {
        display: none;
    }



    .offerImage1 > button, .offerImage2 > button {
        position: relative;
        top: 25px;
        left: 250px;
        font-size: 8px;
        padding: 5px;
    }

    /* .solutionsBox {
        width: 184px;
        height: 152px;
        margin-right: 10px;
        flex-wrap: wrap;
    } */

    .stayImagesDiv {
        display: none;
    }

    .stayImagesDivMobile {
        display: block;
        overflow-x: scroll;
        overflow-y: visible;
    }
    
    .stayImages {
        display: inline-flex;
    }

    .holidayImage5, .holidayImage6, .holidayImage7, .holidayImage8, .holidayImage9, .holiday_image9 {
        width: 258px;
        height: 290px;
    }

    .stayImages a {
        margin-right: 16px;
    }

    .hideMobileDiv {
        display: none;
    }

    .flightRoutes1 {
        display: block;
    }

    .flightRoutes2, .flightRoutes3 {
        display: none;
    }

    .mapBgChild {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .mapBgGrandchild {
        width: 45%;
        /* height: 152px; */
        margin-bottom: 40px;
    }

    .largeStats {
        font-size: 24px;
        font-weight: 700;
        color: #BE1D2C;
        margin-bottom: 0%;
    }

    .mediumStats {
        font-size: 18px;
        font-weight: 600;
        color: #2D3748;
    }

    .textStats {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reviews {
        width: 100%;
        height: 390px;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    .reviews .card {
        width: 228px;
        height: 320px;
        border-radius: 16px;
        padding: 18px 12px;
        margin-right: 14px;
        box-shadow: 0px 14.47px 30.78px 0px #15151526;
        /* display: inline-block; */
    }

    .reviews .card-title {
        font-size: 13px;
    }

    .reviews .card-text {
        font-size: 9px;
    }

    .reviews .fa-star {
        font-size: 10px;
    }

    .reviews .card-body {
        overflow: scroll;
    }

    .reviewsChild {
        /* display: block; */
        display: inline-flex;
        /* position: relative; */
        -webkit-overflow-scrolling: touch;
    }

    .solutionsBox > p {
        font-size: 14px;
        font-weight: 600;
    }

    .solutionsBox > small {
        font-size: 10px;
        font-weight: 400;
        color: #6B7280;
    }

    #flight_faqs .accordion-item .accordion-header strong {
        padding-right: 10px;
    }

    #holidayMobile-tabContent {
        display: block;
    }

    .homepage .domestic_hotel_faq, .homepage .international_hotel_faq {
        display: block;
    }

    .homepage .faq_domestic_cities a:not(:last-child)::after, 
    .homepage .faq_international_cities a:not(:last-child)::after {
        content: " • ";
    }

    .homepage .faq_domestic_cities a, .homepage .faq_international_cities a {
        font-size: 10px;
        margin-right: 8px;
        margin-bottom: 8px;
        white-space: nowrap;
        text-decoration: none;
    } 

    .faq_domestic_cities, .faq_international_cities {
        display: flex;
        flex-wrap: wrap;
    }

    .homepage .domestic_hotel_faq strong, .homepage .international_hotel_faq strong {
        font-size: 20px;
        font-weight: 600;
    }

    .readmore, .showless {
        display: block;
    }

    .flightRoutesDiv {
        width: 90%;
        margin-bottom: 20px;
    }

    #departureDate, #returnDate {
        border: none;
        background: none;
        color: #F9F9F9;
        /* width:100% !important; */
    }



    .dateBox > #dep_day, .dateBox > #ret_day {
        font-size: 20px;
        font-weight: 700;
        color: #FFFFFF;
    }

    .dateBox:not(#dep_day):not(#ret_day) {
        font-size: 12px;
        font-weight: 400;
        color: #F9F9F9 !important;
    }

    #from_airport, #to_airport {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mapBg {
    	margin-bottom: 30px;
    }

    .flightSearchHome .travellerInput .fa-angle-down {
       	color: white;
    }

    #travellerNClass .modal-dialog {
        width: 100%;
    }
	
    .reviews .name {
	font-size: 10px;
    	font-weight: 500;
    }

    .reviews img {
    	width: 26px;
    	height: 26px;
    }

    /* flight home mobile page css start */

    .flightHomePage #flight_search {
        height: auto;
        min-height: unset;
        padding: 20px 15px;
    }

    .flightHomePage #flight_search_child {
        width: 100%;
    }

    .flightHomePage #flight_search_box {
        padding: 20px 15px;
        border-radius: 16px;
    }

    .flightHomePage #flight_search_inputs {
        flex-direction: row;
        flex-wrap: wrap;
    }

    /* Airport boxes full width, bottom border only */
    .flightHomePage #from_airport,
    .flightHomePage #to_airport {
        width: 100%;
        border: none;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }

    /* Date boxes side by side */
    .flightHomePage #departureDateDiv {
        width: 48%;
        margin-right: 2%;
        padding: 10px 0;
        border-right: none;
    }

    .flightHomePage #returnDateDiv {
        border-right: none;
        border-left: 1px solid #E0E0E0;
    }

    .flightHomePage #returnDateDiv.showDiv {
        display: inline-block !important;
        width: 48%;
        padding: 10px 0;
    }

    /* Date text color */
    .flightHomePage #dep_day,
    .flightHomePage #dep_month,
    .flightHomePage #dep_year,
    .flightHomePage #dep_weekday,
    .flightHomePage #ret_day,
    .flightHomePage #ret_month,
    .flightHomePage #ret_year,
    .flightHomePage #ret_weekday {
        color: #000 !important;
    }

    /* Traveller & Class */
    .flightHomePage .travelClass {
        width: 100% !important;
        display: flex;
        justify-content: inherit;
        border-top: 1px solid #eee;
    }

    .flightHomePage .travelClass > small {
        white-space: nowrap;
    }

    .flightHomePage .travelClass .btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* width: 100%; */
        padding: 5px 0;
        gap: 2px;
        text-align: left;
        margin-left: 40px;
    }

    .flightHomePage .travelClass .btn p {
        margin: 0;
        line-height: 1.2;
    }

    .flightHomePage .travelClass .btn small {
        display: block;
        margin: 0;
    }

    /* Search button */
    .flightHomePage #search_all_flights {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .flightHomePage #domestic_airlines {
        width: 100%;
        max-height: unset;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .flightHomePage .domestic_airline_box {
        width: 70%;
        min-height: 55px;
        background: #3E6EAC;
        border-radius: 12px;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;

        position: relative;
        overflow: visible;
        margin-top: 10px;
    }

    .flightHomePage .domestic_airline_box img {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-65%);
        height: 85px;
    }

    .flightHomePage .domestic_airline_box p {
        color: #fff;
        font-size: 14px;
        margin-left: 10px;
        text-align: center;
    }

    .flightHomePage #flight_deals .nav-pills {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .flightHomePage #flight_deals .nav-pills .nav-item {
        flex: 1;
    }

    .flightHomePage #flight_deals .nav-pills .nav-link {
        text-align: center;
        padding: 6px 4px;
        white-space: nowrap;
    }

    /* flight home mobile page css end */


    /* flight listing page mobile css start */

    /* --- Search bar: stack inputs vertically --- */
        #flight_search_listing_div {
            background-size: cover;
            background-position: center;
            min-height: unset;
            padding-top: 16px;
            padding-bottom: 16px;
        }
    
        #flight_search_listing_box {
            border-radius: 16px;
            padding: 14px 12px;
            min-height: unset;
        }
    
        #flight_search_listing_inputs {
            min-height: unset;
            border-radius: 14px;
            padding: 4px;
        }
    
        /* From / To: full width, stacked */
        #flight_search_listing_inputs #listing_search_row {
            flex-direction: column;
        }
    
        #flight_search_listing_inputs #from_airport, #flight_search_listing_inputs #to_airport {
            width: 100%;
            min-width: unset;
            border-right: none;
            border-bottom: 1px solid #E0E0E0;
        }
    
        /* Departure + Return dates: side by side 50/50 */
        #flight_search_listing_inputs #departureDateDiv, #flight_search_listing_inputs #returnDateDiv {
            width: 50%;
        }
    
        #flight_search_listing_inputs #departureDateDiv {
            border-right: 1px solid #E0E0E0;
        }
    
        /* Travellers: full width */
        #flight_search_listing_inputs #travellerClassDiv {
            width: 100%;
            border-top: 1px solid #E0E0E0;
        }
    
        /* Search button: full width */
        #flight_search_listing_inputs #searchBtnDiv {
            width: 100%;
            padding: 8px 0 4px;
        }
    
        #flight_search_listing_inputs #search_all_flights {
            width: 100%;
        }
    
        /* Date text colours on dark bg */
        #flight_search_listing_box #dep_day, #flight_search_listing_box #ret_day {
            font-size: 20px;
            font-weight: 700;
            color: #FFFFFF;
        }
    
        #flight_search_listing_box #dep_month, #flight_search_listing_box #dep_year, #flight_search_listing_box #dep_weekday, #flight_search_listing_box #ret_month, #flight_search_listing_box #ret_year, #flight_search_listing_box #ret_weekday {
            color: #F9F9F9;
        }
    
        /* --- Listing container: remove fixed side margins --- */
        #flight_search_listing .listingContainer {
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
            flex-direction: column;
            max-width: 100%;
        }
    
        /* --- Desktop sidebar filters: hidden on mobile --- */
        #flight_search_listing .flightSearchFilters {
            display: none;
        }
    
        /* --- Filter chip bar: horizontal scroll row --- */
        #flight_search_listing .filterChipsRow {
            display: flex;
            gap: 8px;
            padding: 8px 12px;
            overflow-x: auto;
            background: #FFFFFF;
            border-bottom: 1px solid #E5E7EB;
            -webkit-overflow-scrolling: touch;
        }
    
        #flight_search_listing .filterChipsRow::-webkit-scrollbar {
            display: none;
        }
    
        #flight_search_listing .filterChip {
            flex-shrink: 0;
            border: 1px solid #E5E7EB;
            border-radius: 20px;
            padding: 5px 12px;
            font-size: 12px;
            color: #374151;
            background: #FFFFFF;
            white-space: nowrap;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 4px;
        }
    
        #flight_search_listing .filterChip.filterChipSelected {
            background: #E9F3FF;
            border-color: #69BEFF;
            color: #1a6db5;
            font-weight: 600;
        }
    
        #flight_search_listing .filterChip.filterChipOpen {
            background: #F9FAFB;
            font-weight: 600;
        }
    
        /* --- One-way flight cards: reflow for mobile --- */
        /* --- One-way flight cards mobile layout --- */
        #flight_search_listing .onewayFlight {
            margin: 8px 12px;
            border-radius: 12px;
            padding: 0;
            overflow: hidden;
        }
    
        #flight_search_listing .flightCardMain {
            flex-direction: column;
            padding: 12px;
        }
    
        #flight_search_listing .flightCardLeft {
            flex-direction: column;
            gap: 0;
        }
    
        /* Airline logo + name row */
        #flight_search_listing .flightBox1 {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px;
        }
    
        #flight_search_listing .flightListLogo {
            width: 32px;
            height: 32px;
            border-radius: 6px;
            object-fit: contain;
        }
    
        /* Timing row: departure - duration - arrival */
        #flight_search_listing .flightBox2 {
            width: 100%;
        }
    
        #flight_search_listing .flightTimingsBox {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0;
            gap: 8px;
        }
    
        #flight_search_listing .flightTimingsBox > div {
            text-align: center;
        }
    
        #flight_search_listing .flightTimingsBox > div:first-child,
        #flight_search_listing .flightTimingsBox > div:last-child {
            flex: 0 0 auto;
        }
    
        #flight_search_listing .flightTimingsBox > div:nth-child(2) {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    
        /* Price + Book Now row */
        #flight_search_listing .flightCardAction {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 12px;
            padding-top: 0;
            border-top: none;
        }
    
        #flight_search_listing .flightCardAction > div:first-child {
            flex: 1;
        }
    
        #flight_search_listing .onewayFlightBookNow {
            background: #BE1D2C;
            color: #FFFFFF;
            border: none;
            border-radius: 20px;
            padding: 6px 18px;
            font-size: 12px;
            font-weight: 600;
        }
    
        /* Footer with refundable badge and view details */
        #flight_search_listing .flightCardFooter {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 8px 12px;
            margin: 0;
            border-top: 1px solid #F3F4F6;
        }
    
        #flight_search_listing .refundableFlights,
        #flight_search_listing .notRefundableFlights,
        #flight_search_listing .partiallyRefundableFlights {
            font-size: 10px;
            padding: 3px 8px;
            border-radius: 4px;
        }
    
        #flight_search_listing .viewFlightDetails,
        #flight_search_listing .moreFare {
            font-size: 11px;
            margin: 0;
        }
    
        /* Sort header: hide on mobile (replaced by chip row) */
        #flight_search_listing .sortFlightsBy {
            display: none !important;
        }
    
        /* --- Round-trip: two columns side by side --- */
        #flight_search_listing .roundtripFlightsList {
            padding: 0 10px;
        }
    
        #flight_search_listing .roundTripDiv {
            margin: 6px 0;
            border-radius: 10px;
            padding: 10px;
            cursor: pointer;
            transition: background 0.15s;
        }
    
        #flight_search_listing .roundTripDiv:hover {
            background: #F9FAFB;
        }
    
        /* Make round-trip cards more compact on mobile */
        #flight_search_listing .roundTripDiv .flightListLogo {
            width: 28px;
            height: 28px;
        }
    
        #flight_search_listing .roundTripDiv > .d-flex:first-child {
            flex-direction: column;
            gap: 8px;
        }
    
        #flight_search_listing .roundTripDiv .d-flex.justify-content-between {
            gap: 6px;
        }
    
        #flight_search_listing .roundTripDiv strong {
            font-size: 14px;
        }
    
        #flight_search_listing .roundTripDiv small {
            font-size: 10px;
        }
    
        /* --- Round-trip bottom summary + Book Now bar --- */
        #flight_search_listing .roundTripSummaryBar:not(.hideDiv) {
            position: sticky;
            bottom: 0;
            background: #FFFFFF;
            border-top: 2px solid #E5E7EB;
            padding: 10px 14px 14px;
            z-index: 50;
            display: block;
        }
    
        #flight_search_listing .roundTripSummaryLabel {
            font-size: 10px;
            font-weight: 700;
            color: #6B7280;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }
    
        #flight_search_listing .roundTripSummaryLegs {
            display: flex;
            gap: 8px;
            margin-bottom: 10px;
        }
    
        #flight_search_listing .roundTripSummaryLeg {
            flex: 1;
            background: #F9FAFB;
            border: 1px solid #E5E7EB;
            border-radius: 8px;
            padding: 7px 10px;
        }
    
        #flight_search_listing .roundTripSummaryLeg .legDir {
            font-size: 9px;
            color: #9CA3AF;
            margin-bottom: 2px;
        }
    
        #flight_search_listing .roundTripSummaryLeg .legAirline {
            font-size: 11px;
            font-weight: 600;
            color: #374151;
        }
    
        #flight_search_listing .roundTripSummaryLeg .legTime {
            font-size: 10px;
            color: #6B7280;
        }
    
        #flight_search_listing .roundTripSummaryBottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    
        #flight_search_listing .roundTripTotalLabel {
            font-size: 10px;
            color: #9CA3AF;
        }
    
        #flight_search_listing .roundTripTotalAmt {
            font-size: 20px;
            font-weight: 700;
            color: #111827;
            line-height: 1.1;
        }
    
        #flight_search_listing .roundtripFlightBookNow {
            background: #BE1D2C;
            color: #FFFFFF;
            border: none;
            border-radius: 100px;
            padding: 10px 24px;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
        }
    
        /* Hide old floating summary bar on mobile (replaced by roundTripSummaryBar) */
        #flight_search_listing .floatingFlightDiv {
            display: none !important;
        }

    /* flight listing page mobile css end */
}