/*
/*
@File: TTA - Deep



/*================================================
Default CSS
=================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,400;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --main-color: #3a2d85;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
    --btnBg: linear-gradient(135deg, #dc3545d9 0%, #0c0d5aed 100%);
}

body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

.logo img {
    width: 300px;
}

.banner_one_text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 130px;
    text-transform: uppercase;
    font-weight: 900 !important;
    margin-bottom: 30px;
    /* margin-bottom: 30px;
    background: -webkit-linear-gradient(#ffffff, #fffcd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 108px; */
}

.banner_one_text h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}

.Brd_tTa {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #ffc107, #dc3545) border-box;
    border-radius: 50em 800px;
    border: 1px solid transparent;
}

.theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
.theme_search_form_tabbtn .nav-tabs .nav-link.active {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #ffc107, #dc3545) border-box;
    border-radius: 50em 800px;
    border: 1px solid transparent;
    font-weight: 600;
    color: #dc3545;
}

.theme_search_form_tabbtn .nav-tabs .nav-link {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #9f9f9f, #d2d2d2) border-box;
    border-radius: 50em 800px;
    border: 1px solid transparent;
    color: #0000009e;
}

.navbar-area.is-sticky {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: .6s;
    transition: .6s;
    background-image: linear-gradient(120deg, #dc3545d9 0%, #0e1087ed 100%);
}

#home_one_banner {
    background-image: url("../img/banner3.png");
    padding: 300px 0 120px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section#home_one_banner:before {
    background-color: #00000061;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "/";
    top: 0;
}

.banner_one_text {
    text-align: center;
    position: relative;
    z-index: 2;
}

.banner_one_text h1 {
    color: var(--white-color);
}


/* --Theme Search Form-- */

#theme_search_form {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.theme_search_form_area {
    background: none;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px 30px;
    position: relative;
    background-color: #00000029;
}

.theme_search_form_tabbtn .nav-item {
    margin-right: 20px;
}

.theme_search_form_tabbtn .nav-item:last-child {
    margin-right: 0px;
}

.theme_search_form_tabbtn .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.theme_search_form_tabbtn .nav-tabs .nav-link i {
    padding-right: 10px;
}

.theme_search_form_tabbtn {
    margin-bottom: 30px;
}

.flight_Search_boxed {
    background: #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    position: relative;
}

.plan_icon_posation {
    position: absolute;
    top: 20px;
    right: 30px;
}

.plan_icon_posation i {
    font-size: 24px;
    color: #a1a1a1;
}

.range_plan {
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
}

.Return_date {
    opacity: 0.1;
}
.show-return.Return_date {
    opacity: 1;
}

.Return_date.rtn_show {
    opacity: 1;
}

.range_plan i {
    background: #ffffff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #a0a0a0;
}

.flight_Search_boxed p {
    font-size: 14px;
}

.flight_Search_boxed input {
    font-size: 22px;
    width: 87%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 35px;
    padding: 0;
    right: 217px;
}

.flightSearch_inner .flight_Search_boxed input {
    font-size: 14px;
    width: 88%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 22px;
    padding: 0;
}
.flightSearch_inner .dropdown_passenger_area button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}
.flightSearch_inner .flight_Search_boxed p {
    font-size: 12px;
}

.flight_Search_boxed input:focus-within {
    outline: none;
    border: none;
}

.flight_Search_boxed span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.date_flex_area {
    display: flex;
    justify-content: space-between;
}

.dropdown_passenger_area button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
}

.dropdown_passenger_area button::after {
    display: none;
}

.dropdown_passenger_area .dropdown-menu.show {
    transform: translate(-56%, 70px) !important;
}

.dropdown_passenger_area .dropdown-menu {
    z-index: 1000;
    min-width: 350px;
    padding: 15px 20px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    justify-content: space-between;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
    align-items: center;
    display: flex;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
    margin-right: 20px;
    width: 24px;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
    font-size: 12px;
    color: #4c4c4c;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button {
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 20px;
}

.traveller-calulate-persons .passengers .passengers-types {
    padding-top: 15px;
}

.traveller-calulate-persons .passengers h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.traveller-calulate-persons .cabin-selection {
    padding-top: 10px;
    border-top: 1px solid #c7c7cc;
    margin-top: 20px;
}

.traveller-calulate-persons .label-select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.traveller-calulate-persons .label-select-btn:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.traveller-calulate-persons .label-select-btn.active {
    background: var(--main-color);
    color: var(--white-color);
}

.traveller-calulate-persons .muiButton-label {
    font-size: 14px;
}

.traveller-calulate-persons .cabin-selection h6 {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.top_form_search_button {
    text-align: center;
    margin-top: 30px;
}

.flight_categories_search .nav-tabs {
    border-bottom: none;
}

.flight_categories_search .nav-tabs .nav-item.show .nav-link,
.flight_categories_search .nav-tabs .nav-link.active {
    color: #ffffff;
    border-color: none;
    font-weight: 600;
}

.flight_categories_search .nav-tabs .nav-link {
    margin-bottom: 0;
    color: #efda87;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    background: transparent;
}

.flight_categories_search {
    position: absolute;
    right: 30px;
    top: 25px;
}

.multi_city_form {
    margin-bottom: 15px;
}

.add_multy_form {
    text-align: right;
}

.add_multy_form button {
    color: var(--main-color);
    border: none;
    background: transparent;
}

.multi_form_remove {
    text-align: right;
}

.multi_form_remove button {
    color: red;
    border: none;
    background: transparent;
    padding-bottom: 10px;
}

.viewMore_Sec {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}

#top_destinations {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    background-image: linear-gradient(to right, #ffe48142 0%, #f5f5f5 100%);
    margin: 50px 0px;
    background-image: linear-gradient(to right, #fff2d1 0%, #ffffff 100%);
}

.section_padding {
    padding: 100px 0;
}

.section_padding_top {
    padding: 50px 0 0 0;
}

.section_padding_bottom {
    padding: 0 0 100px 0;
}

.section_heading_center h2 {
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 82px;
    line-height: 69px;
    font-family: 'Montserrat';
    ;
}

.btn:hover {
    color: var(--white-color);
}

.btn-six:hover {
    color: var(--black-color);
}

.btn_theme {
    color: var(--white-color);
    background-color: var(--main-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
    background-image: var(--btnBg)
}

.btn_theme:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--black-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);
}

.btn_theme:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_theme_white {
    color: var(--black-color);
    background-color: var(--white-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 1px solid var(--white-color);
}

.btn_theme_white:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--black-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);
}

.btn_theme_white:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_theme_transparent {
    color: var(--white-color);
    background-color: transparent;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 1px solid var(--white-color);
}

.btn_theme_transparent:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--black-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);
}

.btn_theme_transparent:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_md {
    padding: 12px 35px;
    font-size: 18px;
}

.btn_sm {
    font-size: 14px;
    padding: 5px 18px;
}

.btn_navber {
    color: #fff;
    border: 2px solid var(--main-color);
    padding: 7px 10px;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

.btn_navber:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    background: var(--main-color);
    -webkit-transform: translateX(-51%) translateY(27%) scale(.8);
    transform: translateX(-51%) translateY(27%) scale(.8);
    transition: var(--transition);
}

.btn_navber:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-42%) translateY(-57%) scale(4);
    transform: translateX(-42%) translateY(-57%) scale(4);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.is-sticky .btn_navber {
    border: 1px solid var(--white-color);
}

.is-sticky .btn-six {
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

.theme_two_box_img {
    background-color: #000;
}

.theme_two_box_img img {
    height: 200px;
    object-fit: cover;
    opacity: 0.6;
}

span.rdMoreBG {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}

span.rdMoreBG a {
    color: #393939;
    font-size: 12px;
    border: 1px solid #c2c2c2;
    padding: 6px 12px;
    border-radius: 17px;
    font-weight: 600;
}

.popFlight {
    padding-right: 25px;
}

.popFlight h3 {
    font-size: 16px;
    font-weight: 600;
}

.popFlight h4 {
    font-size: 15px;
    color: #e54b4b;
    padding-top: 4px;
}

.titleFlight_top {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}

.titleFlight_top .dtrCt {
    color: #35842d;
}

.titleFlight_top .arvCt {
    color: #198754;
}

span.dep_rtl {
    font-size: 18px;
    display: inline-block !important;
}

span.arl_rtl {
    font-size: 18px;
    display: inline-block !important;
}

.flight_Result .section_heading_center h2 {
    font-size: 18px;
    color: #dc3545;
}

.main-navbar .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 500;
}

.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 10px;
    margin-right: 15px;
}

.topbar-others-options {
    padding-top: 10px;
}

.flight_Sec_Page {
    padding-top: 72px;
}

.main_header_arae {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-image: linear-gradient(120deg, #dc3545d9 0%, #0e1087ed 100%) !important;
}

.srch_Catg_flt {
      margin-bottom: 1px;
     opacity: 0;
  transform: translateY(0px);
  visibility: hidden;
  max-height: 0;
 

  transition: all 0.4s ease;
    margin-top: 14px;
    position: relative;
    top: 4px;
    transition: 0.6s;
}

.srch_Catg_flt.showCat {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  max-height: 200px; /* adjust if your content is bigger */
  transition: 0.6s;
}

.closeBtn {
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    float: right;
}

.srch_Catg_flt ul {
    display: flex;
    justify-content: flex-end;
}

.srch_Catg_flt ul li button.active {
   background: none;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #ffc107, #dc3545) border-box;
    border-radius: 18px;
    border: 1px solid transparent;
    font-weight: 500;
    color: #dc3545;
    padding: 4px 20px;
    font-size: 12px;
}

.srch_Catg_flt ul li {
    margin-left: 5px;
}


.srch_Catg_flt ul li button {
    background: none;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #dadada, #858585) border-box;
   border-radius: 18px;
    border: 1px solid #00000000;
    font-weight: 400;
    color: #6e6e6e;
    padding: 4px 20px;
    font-size: 12px;
}

.flightSearch_inner {

    color: #dc3545;
    padding: 14px 20px;
    font-size: 14px;
}
#serch_Mod {
background-image: linear-gradient(120deg, #e7efffd9 0%, #ebebeb 100%) !important;
}
.flt_srch_mod {
  width: 80%;
    margin: 0 auto;
    
}
.srch_mod {
  width: 100%; */
    margin-top: 18px;
    font-size: 13px;
    padding: 5px 20px;
    margin-top: 18px;
}
span#clBtn {
  display: block;
    /* background-color: #000; */
    top: -2px;
    position: absolute;
    z-index: 14;
    width: 20px;
    height: 20px;
    right: -9px;
    color: #c50000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

span#clBtn i {
    color: #000;
}
.top_filter {
    max-height: 56px;
    z-index: 12;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(199, 197, 197, 0.7);
    border-bottom: 1px solid #c7c7c7;
}

.flt_sec span {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.flt_sec {text-align: center;
margin-right: 60px;
}
.flt_sec.stop_flt .form-check label span {
    margin: auto;
    font-size: 10px;
    color: #a9a9a9;
}

.filter_heading {
    display: flex;
    padding: 5px 0px;
}

.flt_icon {
    height: 17px;
}

.flt_icon i {
    font-size: 10px;
}

.flt_sec.stop_flt {
    display: flex;
    align-items: center;
}

.flt_sec.stop_flt span {
    display: inline-block;
    margin-right: 10px;
}

.flt_sec.stop_flt .form-check label {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.flt_sec.stop_flt .form-check-input:checked + .form-check-label span {
  color: #fff;
}
.flt_sec.stop_flt .form-check {
    position: relative;
    margin-right: 4px;
}

.flt_sec.stop_flt .form-check input {
    float: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
}
.flt_sec.stop_flt .form-check-input:disabled + .form-check-label span {
   color: #000;
}
.flt_sec.stop_flt .form-check-input:checked[type=radio] {
    background-image: none !important;
}

.flt_sec.stop_flt .form-check-input:checked[type=checkbox] {  background-image: none !important;}
.flt_sec.stop_flt .form-check-input:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(209, 209, 209, 0.25);
}

.flt_sec.stop_flt span i {
    color: #a8a8a8;
    font-weight: 600;
    position: relative;
    top: 2px;
    left: 2px;
}

.filter_flt_sec {
    display: flex;
    align-items: center;
    height: 56px;
}

.sh_filter {
    max-height: 56px;
    z-index: 12;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(199, 197, 197, 0.7);
    margin-top: -50px;
}

.flt_result {
    display: flex;
    flex: 1;
}

.btnSec_filter {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.btnSec_filter .btn {
    margin: 0px 0px 0px 10px;
}

.fade-section {
    transition: all 0.3s ease;
}

.filter-hidden {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
    display: none;
    
}

/* Visible State */
.filter-visible {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.35s ease;
}

.flt_result span.total_flt {
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #198754;
}

.flt_result span.tlt_flt_result {
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
    color: #000000;
}

span.mrFilter {
    color: #0d6efd;
}

.show_all_Filter {
    padding-top: 25px;
        box-shadow: 0 2px 6px 0 rgba(199, 197, 197, 0.7);
}

.flt_sec.stop_flt.lrg_fit .form-check input {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.flt_sec.stop_flt.lrg_fit .form-check label span {
    font-size: 13px;
    padding-top: 6px;
}

.depart-time-group .time-btn {
   border-radius: 6px !important;
    font-size: 12px;
    padding: 8px 6px;
    margin-right: 12px;
    border: solid 1px #dfdfdf;
}

.depart-time-group .time-btn i {
    font-size: 18px;
}

.depart-time-group .time-btn.active,
.depart-time-group .time-btn:hover {
   background-color: #68337d;
    border-color: #ffffff;
}

.depart_btn_Sec h3 {
    font-size: 12px;
    font-weight: 600;
    color: #24a20b;
    margin-bottom: 10px;
}

.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus{
    box-shadow: none;
}

.search-wrapper {
    border-bottom: 1px solid #ccc;
}

.search-input {
    border: none;
    border-radius: 0;
    padding-left: 35px;
    box-shadow: none !important;
}

.search-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
}

.form-check-input {
    width: 18px;
    height: 18px;
}

.left_side_search_heading label {
    font-size: 10px !important;
}

.left_side_search_boxed label {
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
}

.left_side_search_boxed input {
    font-size: 14px;
}


.timeline {
      position: relative;
    height: 2px;
    background: #cdcdcd;
    border-radius: 10px;
    max-width: 90%;
    margin: 0 auto;
}

.timeline span {
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    height: 12px;
}

.timeline:before,
.timeline:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #c2c2c2;
    border-radius: 50%;
    top: -3px;
}

.timeline:before { left: 0; }
.timeline:after { right: 0; }

.badge {
   font-size: 13px;
    border-radius: 6px;
    background-color: #eccf79;
   
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    color: #000;
    border: 1px solid #abccef;
}

.flight-toggle .toggle-icon {
    transition: transform 0.3s ease;
}

.flight-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.nav-tabs .nav-link {
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    background-color: #f8f9fa;
    border-bottom: 2px solid #3f7bdc;
    color: #3f7bdc;
}

.tab-content {
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.fare-option {
    cursor: pointer;
    border: 2px solid #ddd;
    transition: 0.3s;
}

.fare-option.active {
    border-color: #3f7bdc;
    background: #eef4ff;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
}

.flight-header {
   background: linear-gradient(148deg, #e02d2d, #2a0cd0);
    padding: 14px 10px;
    color: #fff;
}

.sort-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sort-btn .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: transform 0.3s ease;
}

/* Default hidden */
.sort-btn:not(.active) .arrow {
    opacity: 0;
}

/* Show arrow */
.sort-btn.active .arrow {
    opacity: 1;
}

/* Rotate for ascending */
.sort-btn.asc .arrow {
    transform: rotate(180deg);
}

.sort-btn:hover {
    opacity: 0.85;
}

.flight_Name img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.flight_Name .flt_code {
    font-size: 12px;
    font-weight: 500;
    color: #5f5f5f;
}

.flight_Name .flt_Name {
    font-size: 14px;
    font-weight: 700;
}
.price_oneWay_btn {
    margin-top: 8px;
}


.price_oneWay_btn .btn {
    font-size: 15px;
    font-weight: 600;
    padding: 6px 12px;
}

.deprt_time {
    text-align: end;
    line-height: 17px;
}

 .flt_time {
    font-size: 16px;
    font-weight: 600;
}

.city_Name {
    font-weight: 700;
    font-size: 16px;
}

.dept_date {
    font-size: 12px;
    font-weight: 600;
    color: #009735;
}

.airport_name {
    font-size: 12px;
    color: #000;
}
.arv_time {
    text-align: left;
    line-height: 17px;
}

.smlblu_txt {
    font-size: 12px;
    font-weight: 600;
    color: #2c9f10;
}

.smlGr_txt {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.flight_item {
    margin-top: 30px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.36);
}


.flight_item:hover:before {
    top: -1px;
    left: -1px;
    border-radius: 6px;
    border: 1px solid #5e7eca;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: inline-block;
    box-shadow: 0 0 6px 0 #5e7eca;
}


.ref_Tab {
    display: none;
}

.refund_reslt .ref_Tab {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    background-color: #b8b8b8;
    position: absolute;
    top: -13px;
    left: 17px;
    padding: 5px 16px;
    background: linear-gradient(148deg, #e02d2d, #2a0cd0);
    color: #fff;
    border-radius: 4px;
}

section.flight_Result {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    padding: 40px 0px;
}

.list_result {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.more_Dts_btn {
   font-weight: 700 !important;
    font-size: 12px;
    color: #000;
}

.round_trip_short {
    display: none;
}

.roundTrip .round_trip_short {
    display: block;
}
.roundTrip .oneway_Result {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.roundTrip .flight-header {
    width: 49%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    background: linear-gradient(148deg, #dddddd, #f0f0f0);
    border: 1px solid #d2d2d2;
    padding: 9px 5px;
}

.roundTrip {
    margin: 0 auto;
    text-align: center;
}

.roundTrip .flight-header .sort-btn {
    color: #010101;
    font-weight: 500;
    font-size: 13px;
}

.roundTrip .flight-header .sort-btn i {
    color: #000;
    border-top: 6px solid #000;
}
.hdText_return {
    display: none;
}

.roundTrip .hdText_return {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    margin-top: 16px;
    position: relative;
    top: 10px;
}

.roundTrip .hdText_return span {
    flex: 1;
    display: flex;
}

.roundTrip .hdText_return span.roundTp {
    margin-left: 15px;
}
.roundTrip_result {
    display: none;
}

.roundTrip .roundTrip_result {
    display: inline-block;
    width: 49%;
}

.roundTrip .flight_item {
   display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}

.roundTrip .price_oneWay_btn {
    display: none;
}

.roundTrip .flight_item .list_result {
    display: flex;
}

.roundTrip .flight_item .list_result .ord1 {
   width: 50%;
    flex: 50%;
    order: 1;
    padding-bottom: 8px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 8px;
}

.roundTrip .flight_item .list_result .ord5 {
   order: 2;
    width: 50%;
    padding-bottom: 8px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 2px;
   display: flex;
    justify-content: end;
}
.roundTrip .flight_item .list_result .ord5 .flt_price {
    font-size: 20px;
    font-weight: 700;
}

.roundTrip .flight_item .list_result .ord5 .flt_price .price_round_btn {
    margin-top: 0px!important;
}
.roundTrip .flight_item .list_result .ord2 {
    order: 3;
    width: 30%;
    text-align: start;
}

.roundTrip .flight_item .list_result .ord4 {
    order: 5;
    width: 30%;
    text-align: end;
}

.roundTrip .flight_item .list_result .ord3 {
    order: 4;
    width: 40%;
}

.roundTrip .flight_item .list_result .ord2 .city_Name {
    font-size: 15px;
}

.roundTrip .flight_item .list_result .ord2 .flt_time {
    font-size: 14px;
}

.roundTrip .flight_item .list_result .flight_Name img {
    width: 30px;
    height: 30px;
}
.rnd_fligh {
    text-align: left;
}

.total_round_price{
background:#4b2a57;
color:#fff;
position:fixed;
bottom:0;
width:100%;
z-index:999;
font-family:Arial;
display: none;
}

.flight-section{
padding: 10px 4px;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-direction: column;
}

.flight-divider{
border-right:1px dashed rgba(255,255,255,0.4);
padding: 0px 10px;

}
.flight-divider.bold {border-right: 2px solid #fff;}
.rnd_fligh ul {display: flex;}
.rnd_fligh ul li {    display: inline-block;
   
    padding: 10px 35px;}
.airline-logo{
width:35px;
height:35px;
object-fit:contain;
}

.flight-route{
font-size:20px;
font-weight:600;
}

.flight-time{
font-size:18px;
font-weight:600;
}

.flight-small{
font-size: 12px;
    color: #ffffff;
}

.price{
font-size:30px;
font-weight:700;
}

.earn{
font-size:14px;
color:#ff82c2;
}

.book-btn{
background:#ffc107;
border:none;
padding:10px 30px;
font-weight:600;
}

.book-btn:hover{
background:#c30909;
}

.flight_Det {
    display: flex;
}

.flight-section.bs_right {
    justify-content: center;
    align-items: baseline;
    padding: 0px 20px;
}

.flight-section.bs_left {
    justify-content: center;
    align-items: baseline;
   
}
.flight-section.shc_info {
    justify-content: center;
    align-items: baseline;
    padding: 0px 20px;
}

.flight-section.total_price_sec {
    align-items: flex-start;
    background-color: #7b214f;
    padding: 10px 20px;
    position: relative;
    width: 172%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bs_right_price {
    margin-left: 28px;
}

/* Flight Search Refresh */

.flight-search-shell {
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    padding-top: 52px;
}

.flight-search-grid {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(210px, 1fr) minmax(290px, 1.04fr) minmax(185px, 0.58fr) minmax(160px, 0.42fr);
    gap: 12px;
    align-items: stretch;
}

.flight-search-cell {
    min-width: 0;
}

.flight-search-experience .flight_categories_search {
    position: absolute;
    right: 0;
    top: -2px;
}

.flight-search-experience .flight-trip-toggle {
    gap: 12px;
    align-items: center;
}

.flight-search-experience .flight-trip-toggle .nav-link {
    min-width: 132px;
    border-radius: 20px;
    padding: 10px 24px;
    color: #fff0aa;
    background: rgba(67, 54, 60, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    transition: all 0.25s ease;
}

.flight-search-experience .flight-trip-toggle .nav-link.active,
.flight-search-experience .flight-trip-toggle .nav-link:hover {
    color: #cf2436;
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 16px 28px rgba(24, 16, 34, 0.22);
}

.flight-search-experience .flight-airport-box,
.flight-search-experience .flight-date-box,
.flight-search-experience .dropdown_passenger_area {
    min-height: 108px;
    height: 100%;
    padding: 12px 18px 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 40px rgba(14, 10, 23, 0.14);
}

.flight-search-experience .flight-airport-box {
    padding-right: 54px;
}

.flight-search-experience .flight-airport-box.is-open,
.flight-search-experience .flight-date-card:hover,
.flight-search-experience .flight-date-card:focus-within {
    box-shadow: 0 22px 45px rgba(150, 35, 59, 0.22);
}

.flight-search-experience .flight-airport-box p,
.flight-search-experience .dropdown_passenger_area p,
.flight-search-experience .flight-date-heading p {
    margin-bottom: 0;
    font-size: 14px;
    color: #7a8093;
    letter-spacing: 0.02em;
}

.flight-search-experience .flight-airport-input {
    width: 100%;
    padding: 6px 0 0;
    border: none;
    background: transparent;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    color: #151a29;
}

.flight-search-experience .flight-airport-input:focus {
    outline: none;
}

.flight-search-experience .flight-airport-meta {
    display: block;
    padding-top: 7px;
    padding-right: 10px;
    font-size: 11px;
    color: #5f6576;
    white-space: normal;
    line-height: 1.45;
}

.flight-search-experience .plan_icon_posation {
    top: 18px;
    right: 18px;
}

.flight-search-experience .plan_icon_posation i {
    font-size: 22px;
    color: #a6acba;
}

.flight-search-experience .range_plan {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.flight-search-experience .flight-swap-button {
    border: none;
    background: transparent;
    padding: 0;
}

.flight-search-experience .flight-swap-button i {
    width: 54px;
    height: 54px;
    line-height: 50px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.85);
    background: linear-gradient(135deg, #ffffff, #f6f1f1);
    box-shadow: 0 18px 28px rgba(28, 22, 40, 0.18);
    color: #8f97ab;
    transition: all 0.25s ease;
}

.flight-search-experience .flight-swap-button:hover i {
    color: #cf2436;
    transform: rotate(180deg);
}

.flight-search-experience .flight-autocomplete {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 12px);
    z-index: 40;
    padding: 10px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 40px rgba(16, 12, 25, 0.2);
}

.flight-search-experience .flight-autocomplete-status {
    padding: 10px 12px;
    color: #6d7486;
    font-size: 14px;
}

.flight-search-experience .flight-autocomplete-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
}

.flight-search-experience .flight-autocomplete-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-bottom: 6px;
    padding: 12px 14px;
    border: none;
    border-radius: 14px;
    background: transparent;
    text-align: left;
    transition: background 0.2s ease, transform 0.2s ease;
}

.flight-search-experience .flight-autocomplete-item:last-child {
    margin-bottom: 0;
}

.flight-search-experience .flight-autocomplete-item:hover,
.flight-search-experience .flight-autocomplete-item.is-active {
    background: #f7f2f2;
    transform: translateY(-1px);
}

.flight-search-experience .flight-autocomplete-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.flight-search-experience .flight-autocomplete-title {
    font-size: 15px;
    font-weight: 600;
    color: #181d2c;
}

.flight-search-experience .flight-autocomplete-subtitle {
    font-size: 13px;
    color: #677083;
}

.flight-search-experience .flight-autocomplete-chip {
    flex-shrink: 0;
    border-radius: 999px;
    padding: 5px 10px;
    background: #f2e6e8;
    color: #b32b3f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.flight-search-experience .flight-date-box {
    position: relative;
    overflow: visible;
    padding: 8px 10px;
}

.flight-search-experience .flight-date-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.flight-search-experience .flight-date-card {
    position: relative;
    padding: 10px 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f8 100%);
    border: 1px solid rgba(213, 217, 228, 0.78);
    transition: box-shadow 0.25s ease, transform 0.25s ease, opacity 0.25s ease, border-color 0.25s ease;
}

.flight-search-experience .flight-date-card:hover {
    transform: translateY(-1px);
}

.flight-search-experience .flight-date-card.is-active {
    border-color: rgba(207, 36, 54, 0.42);
    box-shadow: 0 16px 30px rgba(171, 35, 57, 0.14);
}

.flight-search-experience .flight-date-card.is-disabled {
    opacity: 0.5;
    background: linear-gradient(180deg, #fbfbfd 0%, #f2f2f6 100%);
}

.flight-search-shell[data-trip-type="oneway"] .flight-date-card[data-date-card="return"] .flight-date-open {
    pointer-events: none;
}

.flight-search-experience .flight-date-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flight-search-experience .flight-date-open {
    border: none;
    background: rgba(54, 63, 87, 0.06);
    color: #6a7182;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
}

.flight-search-experience .flight-date-open:hover {
    background: rgba(207, 36, 54, 0.08);
    color: #cf2436;
}

.flight-search-experience .flight-date-content {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
}

.flight-search-experience .flight-date-day {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #181d2c;
    letter-spacing: -0.04em;
}

.flight-search-experience .flight-date-meta-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.flight-search-experience .flight-date-month {
    font-size: 13px;
    font-weight: 600;
    color: #1f2536;
}

.flight-search-experience .flight-date-subtitle {
    font-size: 10px;
    color: #6e7486;
}

.flight-search-experience .flight-native-date {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.flight-search-experience .dropdown_passenger_area button.final-count {
    display: block;
    width: 100%;
    padding-top: 8px;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    color: #151a29;
}

.flight-search-experience .dropdown_passenger_area > span {
    display: block;
    padding-top: 7px;
    font-size: 11px;
    color: #6e7486;
}

.flight-search-experience .dropdown_passenger_area .dropdown-menu {
    min-width: 320px;
    padding: 16px 18px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 26px 44px rgba(16, 12, 25, 0.22);
}

.flight-search-experience .dropdown_passenger_area .dropdown-menu.show {
    transform: translate3d(0px, 16px, 0px) !important;
}

.flight-search-cell-action {
    display: flex;
    align-items: stretch;
}

.flight-search-experience .flight-search-submit {
    width: 100%;
    min-height: 108px;
    border-radius: 24px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 36px rgba(64, 19, 102, 0.24);
}

.flight-search-experience .flight-search-feedback {
    min-height: 20px;
    margin: 10px 4px 0;
    color: #fff0c1;
    font-size: 14px;
    letter-spacing: 0.01em;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.flight-search-experience .flight-search-feedback.has-message {
    opacity: 1;
}

.flight-search-experience .flight-calendar-popover {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 60;
    width: 424px;
    max-width: min(424px, calc(100vw - 24px));
    padding: 18px 18px 16px;
    border-radius: 28px;
    border: 1px solid #edf1f6;
    background: #ffffff;
    box-shadow: 0 26px 52px rgba(17, 21, 34, 0.14);
    color: #1f2436;
    backdrop-filter: none;
}

.flight-search-experience .flight-calendar-topbar,
.flight-search-experience .flight-calendar-toolbar,
.flight-search-experience .flight-calendar-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.flight-search-experience .flight-calendar-topbar,
.flight-search-experience .flight-calendar-footer {
    display: none;
}

.flight-search-experience .flight-calendar-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.flight-search-experience .flight-calendar-kicker {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #b86b3c;
}

.flight-search-experience .flight-calendar-selected {
    font-size: 17px;
    font-weight: 600;
    color: #1b2131;
}

.flight-search-experience .flight-calendar-close,
.flight-search-experience .flight-calendar-nav,
.flight-search-experience .flight-calendar-shortcut {
    border: none;
    transition: all 0.2s ease;
}

.flight-search-experience .flight-calendar-close,
.flight-search-experience .flight-calendar-nav {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #f5f7fb;
    color: #667085;
}

.flight-search-experience .flight-calendar-close:hover,
.flight-search-experience .flight-calendar-nav:hover {
    background: #eef2f8;
}

.flight-search-experience .flight-calendar-title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.flight-search-experience .flight-calendar-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e2638;
}

.flight-search-experience .flight-calendar-hint {
    font-size: 13px;
    color: #8791a6;
    text-align: center;
}

.flight-search-experience .flight-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
    padding-bottom: 10px;
}

.flight-search-experience .flight-calendar-weekdays span {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8e98ad;
}

.flight-search-experience .flight-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.flight-search-experience .flight-calendar-day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 56px;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: none;
    border-radius: 16px;
    background: #f5f7fb;
    color: #273042;
}

.flight-search-experience .flight-calendar-day:hover:not(:disabled) {
    background: #edf1f7;
    transform: translateY(-1px);
}

.flight-search-experience .flight-calendar-day:disabled {
    opacity: 1;
    background: #f7f9fc;
    color: #bcc4d0;
    cursor: not-allowed;
}

.flight-search-experience .flight-calendar-day.is-outside-month {
    background: #f7f9fc;
    color: #b6becc;
}

.flight-search-experience .flight-calendar-day.is-today {
    box-shadow: inset 0 0 0 1px rgba(208, 77, 95, 0.26);
}

.flight-search-experience .flight-calendar-day.is-selected,
.flight-search-experience .flight-calendar-day.is-departure,
.flight-search-experience .flight-calendar-day.is-return {
    background: #fde8ed;
    color: #d0475d;
    box-shadow: none;
}

.flight-search-experience .flight-calendar-day.is-in-range {
    background: #f8eff2;
    color: #c06474;
}

.flight-search-experience .flight-calendar-day-number {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.flight-search-experience .flight-calendar-day-badge {
    display: none;
}

.flight-search-experience .flight-calendar-footer {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #edf0f5;
}

.flight-search-experience .flight-calendar-footer-copy {
    display: block;
    max-width: 220px;
    font-size: 12px;
    line-height: 1.5;
    color: #7a8295;
}

.flight-search-experience .flight-calendar-shortcuts {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flight-search-experience .flight-calendar-shortcut {
    border-radius: 999px;
    padding: 7px 12px;
    background: #f5f6f9;
    color: #384055;
    font-size: 11px;
    font-weight: 600;
}

.flight-search-experience .flight-calendar-shortcut:hover {
    background: #eceff5;
}

@media (max-width: 991.98px) {
    .flight-search-shell {
        padding-top: 0;
    }

    .flight-search-experience .flight_categories_search {
        position: static;
        margin-bottom: 18px;
        display: flex;
        justify-content: flex-end;
    }

    .flight-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flight-search-experience .range_plan {
        left: 50%;
        top: auto;
        bottom: -28px;
        transform: translateX(-50%);
    }

    .flight-search-experience .flight-calendar-popover {
        left: 50%;
        right: auto;
        width: 400px;
    }

    .flight-search-cell-date {
        grid-column: span 2;
    }

    .flight-search-cell-action {
        grid-column: span 2;
    }

    .flight-search-experience .flight-search-submit {
        min-height: 56px;
    }
}

@media (max-width: 767.98px) {
    .flight-search-grid {
        grid-template-columns: 1fr;
    }

    .flight-search-experience .flight-trip-toggle {
        width: 100%;
        justify-content: space-between;
    }

    .flight-search-experience .flight-trip-toggle .nav-link {
        min-width: 0;
        width: 100%;
    }

    .flight-search-experience .flight-date-panel {
        grid-template-columns: 1fr;
    }

    .flight-search-experience .flight-airport-box,
    .flight-search-experience .flight-date-box,
    .flight-search-experience .dropdown_passenger_area {
        min-height: auto;
    }

    .flight-search-cell-date,
    .flight-search-cell-action {
        grid-column: auto;
    }

    .flight-search-experience .flight-search-submit {
        min-height: 52px;
    }

    .flight-search-experience .dropdown_passenger_area .dropdown-menu {
        min-width: 100%;
    }

    .flight-search-experience .flight-calendar-popover {
        position: relative;
        top: 16px;
        left: 0;
        transform: none;
        padding: 18px 16px 16px;
        border-radius: 24px;
        width: 100%;
        max-width: none;
    }

    .flight-search-experience .flight-calendar-toolbar,
    .flight-search-experience .flight-calendar-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .flight-search-experience .flight-calendar-title-group {
        align-items: flex-start;
    }

    .flight-search-experience .flight-calendar-footer-copy {
        max-width: none;
    }

    .flight-search-experience .flight-calendar-shortcuts {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

.flight-search-experience .flight-airport-box.has-error,
.flight-search-experience .flight-date-card.has-error,
.flight-search-experience .dropdown_passenger_area.has-error {
    border-color: rgba(217, 74, 97, 0.9);
    box-shadow: 0 0 0 4px rgba(217, 74, 97, 0.12);
}

.flight-search-experience .flight-search-feedback.is-error {
    color: #ffe1e7;
}

.flight-search-experience .flight-search-feedback.is-info {
    color: #fff0c1;
}

.flight-results-hero {
    padding-bottom: 54px;
}

.flight-results-search-shell {
    margin-top: 18px;
}

.flight-results-search-card {
    background: transparent;
}

.flight-results-search-tabs {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px;
}

.flight-results-search-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #cf2436;
    font-weight: 700;
    box-shadow: 0 18px 32px rgba(19, 14, 31, 0.18);
}

.flight-search-results-page {
    padding-top: 90px;
}

.flight-results-alert {
    margin-bottom: 24px;
    padding: 16px 18px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 600;
}

.flight-results-alert.is-error {
    border: 1px solid #ffcad5;
    background: #fff3f5;
    color: #a0283e;
}

.flight-results-alert.is-info {
    border: 1px solid #efe3c1;
    background: #fff8e6;
    color: #7e5a17;
}

.flight-search-results-page {
    padding: 34px 0 80px;
    background:
        radial-gradient(circle at top left, rgba(198, 50, 62, 0.08), transparent 32%),
        radial-gradient(circle at top right, rgba(54, 31, 214, 0.08), transparent 28%),
        #f5f7fa;
}

.flight-results-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 22px;
}

.flight-results-toolbar h2 {
    margin-bottom: 8px;
    font-size: 30px;
}

.flight-results-toolbar p {
    margin-bottom: 0;
    color: #5d6576;
    font-size: 15px;
}

.flight-results-count {
    flex-shrink: 0;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    color: #1e2435;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(19, 14, 31, 0.08);
}

.flight-results-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.flight-results-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.flight-results-header-row {
    margin-bottom: 18px;
    padding: 16px 24px;
    border-radius: 14px !important;
}

.flight-results-header-row-gradient {
    background: linear-gradient(90deg, #de2d2d 0%, #8422a8 48%, #2b15d9 100%);
    box-shadow: 0 18px 34px rgba(43, 21, 217, 0.18);
}

.flight-results-header-row-soft {
    background: #ffffff;
    border: 1px solid #d7dee7;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
}

.flight-results-header-row .sort-btn {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.flight-results-header-row-gradient .sort-btn {
    color: #fff;
}

.flight-results-header-row-soft .sort-btn {
    color: #111827;
}

.flight-results-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.flight-results-section-heading {
    margin: 0;
    color: #1e2435;
    font-size: 22px;
    font-weight: 800;
}

.flight-result-card {
    padding: 22px 20px 16px;
    border: 1px solid #d7dee7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.flight-result-card .ref_Tab {
    display: none;
}

.flight-result-card-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 18px;
    align-items: start;
    padding-bottom: 18px;
    border-bottom: 1px solid #dbe1e8;
}

.flight-result-journeys {
    display: grid;
    gap: 14px;
}

.flight-result-card-roundtrip .flight-result-journeys {
    grid-template-columns: 1fr;
}

.flight-result-journey {
    padding: 0;
    border: 0;
    background: transparent;
}

.flight-result-journey-label {
    margin-bottom: 12px;
    color: #6b7184;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.flight-result-card .list_result {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    display: grid;
    grid-template-columns: 1.05fr 1fr 0.95fr 1fr;
    gap: 18px;
    align-items: center;
}

.flight-result-card .list_result > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: unset;
    padding: 0;
}

.flight-result-card .flight_Name img {
    width: 64px;
    height: 64px;
    padding: 8px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.flight-result-logo-fallback {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffe6eb, #f7edf2);
    color: #b02d41;
    font-size: 16px;
    font-weight: 800;
}

.flight-result-card .flt_code {
    font-size: 15px;
    font-weight: 500;
    color: #5c6577;
}

.flight-result-card .flt_Name {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    line-height: 1.15;
}

.flight-result-cabin {
    display: none;
}

.flight-result-card .deprt_time,
.flight-result-card .arv_time,
.flight-result-card .dur_time {
    text-align: center;
}

.flight-result-card .flt_time {
    font-size: 17px;
    font-weight: 800;
    color: #111827;
    line-height: 1.1;
}

.flight-result-card .city_Name {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
}

.flight-result-card .dept_date {
    margin-top: 4px;
    color: #10a227;
    font-size: 14px;
    font-weight: 700;
}

.flight-result-card .airport_name {
    margin-top: 2px;
    font-size: 14px;
    color: #1f2937;
}

.flight-result-card .smlGr_txt {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}

.flight-result-card .timeline {
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 18px;
    margin: 8px auto 6px;
}

.flight-result-card .timeline::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    height: 3px;
    border-radius: 999px;
    background: #d1d5db;
    transform: translateY(-50%);
}

.flight-result-card .timeline::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #c2c7ce;
    transform: translate(-50%, -50%);
}

.flight-result-card .timeline span {
    display: none;
}

.flight-result-card .smlblu_txt {
    color: #119c16;
    font-size: 14px;
    font-weight: 700;
}

.flight-result-price-panel {
    position: relative;
    min-height: 100%;
    padding: 4px 0 0 16px;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 12px;
}

.flight-result-price-panel .flt_price {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
}

.flight-result-price-meta {
    display: none;
}

.flight-result-price-panel::after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #cdd2da;
    background: #fff;
}

.flight-result-price-panel .price_oneWay_btn {
    margin-top: 4px;
    padding: 12px 18px;
    border-radius: 10px;
    border: 0;
    background: linear-gradient(90deg, #c5334c 0%, #30138a 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
}

.flight-results-panel .flight-result-price-panel .price_oneWay_btn {
    display: none;
}

.flight-result-footer {
    margin-top: 14px;
    padding-top: 0;
    border-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.flight-result-footer .badge {
    padding: 10px 18px !important;
    border-radius: 8px;
    background: #add8fb;
    color: #081320;
    border: 0 !important;
    font-size: 14px;
    font-weight: 700;
}

.flight-result-footer .more_Dts_btn {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.flight-result-details {
    border: 1px solid #dde4eb;
    background: #f8fafc;
}

.flight-result-detail-block + .flight-result-detail-block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ececf4;
}

.flight-result-segment {
    margin-bottom: 12px;
    padding: 14px 16px;
    border: 1px solid #ececf4;
    border-radius: 16px;
}

.flight-result-segment:last-child {
    margin-bottom: 0;
}

.flight-result-segment-top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    color: #5f6576;
    font-size: 13px;
}

.flight-result-segment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .flight-results-panels {
        grid-template-columns: 1fr;
    }

    .flight-result-card-content {
        grid-template-columns: 1fr;
    }

    .flight-result-card-roundtrip .flight-result-journeys {
        grid-template-columns: 1fr;
    }

    .flight-result-price-panel {
        padding-left: 0;
        text-align: left;
        align-items: flex-start;
    }

    .flight-result-price-panel .price_oneWay_btn {
        align-self: flex-start;
    }
}

@media (max-width: 991.98px) {
    .flight-search-results-page {
        padding-top: 72px;
    }

    .flight-results-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .flight-results-header-row {
        padding: 14px 18px;
    }

    .flight-result-card .list_result {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .flight-results-search-tabs {
        justify-content: center;
    }

    .flight-results-toolbar h2 {
        font-size: 24px;
    }

    .flight-result-card {
        padding: 16px;
    }

    .flight-results-header-row {
        display: none;
    }

    .flight-results-section-heading {
        font-size: 20px;
    }

    .flight-result-card .list_result {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .flight-result-card .deprt_time,
    .flight-result-card .arv_time,
    .flight-result-card .dur_time {
        text-align: left;
    }

    .flight-result-card .timeline {
        max-width: 100%;
        margin-left: 0;
    }

    .flight-result-segment-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .flight-result-footer {
        align-items: flex-start;
    }
}
