.hero-section {
    position: relative;
    height: 412px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 100px 0px 50px 0;
}

.hero-section .banner-sec {
    position: absolute;
    top: 0;
}

.hero-section .banner-sec img {
    height: 412px;
    object-fit: cover;
}

.hero-section .banner-sec::after {
    content: "";
    background: radial-gradient(47.9% 121.75% at 50% 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 32.98%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero-section .banner-sec .owl-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.hero-section .banner-sec .owl-dots button {
    color: #ffffff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(228, 235, 241, 0.2);
    margin: 3px 0;
}

.hero-section .banner-sec .owl-dots button.active {
    background: #ffffff;
    outline: 1px solid #ffffff;
    outline-offset: 3px;
    margin: 5px 0;
}


.hero-section .banner-sec .owl-nav button {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
    font-size: 25px;
    cursor: pointer;
    background:  rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.hero-section .banner-sec .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.hero-section .banner-sec .owl-nav button.owl-prev {
    left: 30px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section .banner-sec .owl-nav button {
        font-size: 30px;
        width: 40px;
        height: 40px;
        right: 20px;
    }

    .hero-section .banner-sec .owl-nav button.owl-prev {
        left: 20px;
    }
}


/*=========search_form=======*/
.hero-section .hero-content {
    position: relative;
    z-index: 1;
}

.up17_product_box {
    width: 100%;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    color: #070A10ff;
    padding: 20px;
}

.search_tabs {
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    border: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: -70px;
}

.search_tabs li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 10px;
}

.search_tabs li a {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 70px;
    width: 90px;
    border-radius: 7px;
    transition: all 0.5s ease;
    font-weight: 400;
}

.search_tabs li a i {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.search_tabs li a:hover {
    box-shadow: 0 13px 21px -1px rgba(0, 0, 0, .3);
    transform: translateY(-7%);
}

.search_tabs li a.current {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}

.flight-search {
    padding: 0 0px 15px;
    width: 100%;
}

.search-title h2 {
    font-size: 20px;
    margin: 0;
}

/*=========flight======*/

.flight-search .form-check {
    background-color: #ebebed;
    border-radius: 40px;
    padding: 0px 9px;
}

.flight-search .form-check .form-check-input {
    float: none;
    margin: 0;
    box-shadow: none;
}

.flight_search_border {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.flight_search_border li {
    position: relative;
    padding: 8px 15px 8px 15px;
    line-height: 1;
    transition: background-color .5s linear;
}

.flight_search_border li:hover {
    background-color: #f1f7ff;
}

.flight_search_border li::after {
    content: '';
    width: 1px;
    height: 70%;
    background: #ebebeb;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.flight_search_border li:last-child::after{
    display: none;
}


.flight_search_border li select option{
    font-size: 13px;
}
/* .flight_search_border li.from,
.flight_search_border li.to {
    width: calc(((100% - 190px)/ 5) + 60px);
    cursor: pointer;
}

.flight_search_border li.depart,
.flight_search_border li.return {
    width: calc(((100% - 190px)/ 5) - 40px);
    cursor: pointer;
    position: relative;
}

.flight_search_border li.travellers {
    width: calc(((100% - 190px)/ 5) - 40px);
    cursor: pointer;
}

.flight_search_border li:last-child {
    min-width: 190px;
} */

.flight_search_border .btnarea {
    text-align: center;
    display: flex;
    place-content: center flex-end;
    align-items: center;
}

.flight_search_border .btnarea .oneway_search_btn {
    width: 100%;
    line-height: 36px;
    background: var(--up17-buttton-bg);
    text-transform: capitalize;
    color: var(--up17-buttton-txt);
    border: 1px solid var(--up17-buttton-bg);
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
}

.flight_search_border .btnarea .oneway_search_btn:hover {
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
    border: 1px solid var(--up17-buttton-bg1);
}

.flight_search_border .form-label {
    font-size: 13px;
    font-weight: 500;
    color: #363636;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flight_search_border .form-control,
.up17__traveller_select {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
}

.flight_search_border .form-control:focus,
.up17__traveller_select:focus {
    box-shadow: none;
    outline: 0;
}

/*=========flight end======*/
.guest-text,
.rooms-text {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    margin: 0;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flight_search_border .flight_text_p {
    font-size: 13px;
    color: #000;
    margin: 0;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flight_search_border li h6 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.flight_search_border li h6 span {
    font-weight: 400;
    font-size: 14px;
}

.flight_search_border li p.cabinclass {
    font-size: 13px;
    color: #000;
    margin: 0;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 13px;
}

.up17__dropdown__menu__right {
    background: rgb(255, 255, 255);
    box-shadow: rgba(119, 119, 119, 0.2) 0px 2px 8px;
    border-radius: 0;
    height: 300px;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.up17__dropdown__menu__right h5 {
    font-size: 14px;
    color: rgb(20, 24, 35);
}

.up17__traveller__select h5 {
    font-size: 14px;
    line-height: 16px;
    color: rgb(20, 24, 35);
    margin: 0;
    font-weight: 500;
}

.GwMit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    background: rgb(255, 255, 255);
    margin-left: auto;
    border: 1px solid #ced4da;
}

.up17_product_box .up17__inputradio_label {
    font-size: 13px;
    cursor: pointer;
}

.up17__counter {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
}

.up17_traveller__counter_span {
    width: 40px !important;
    font-size: 13px;
    text-align: center;
    border: 0;
}

.makeflex {
    display: flex;
    align-items: center;
}

.makeflex span {
    margin-right: 15px;
}

.makeflex .search_filters {
    position: relative;
    border-radius: 4px;
    color: var(--second-bg-color);
}

.makeflex .form-check-inline {
    font-size: 13px;
}

.makeflex .form-check-border {
    border-right: 1px solid #9b9b9b;
    padding-right: 1rem;
    margin-right: 1rem;
}

.makeflex .search_filters input[type=checkbox] {
    margin-top: 6px;
    border-radius: 50%;
}

.makeflex .form-check-inline label {
    margin-bottom: 0;
}

.up17__interchange__arrow {
    position: absolute;
    left: 2%;
    top: 50%;
    background: #30AAE6;
    border: 1px solid #30AAE6;
    z-index: 51;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}



.flight-mult-city .flight_search_border .search-flight .add-city {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #002543;
    border: 1px solid #002543;
    border-radius: 999px;
    text-align: center;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    margin-left: 10px;
    width: 130px;
}

/*=========bus======*/
/* .flight_search_border li.cityHotel {
    width: calc(((100% - 190px)/ 4) - 6px);
    cursor: pointer;
}

.flight_search_border li.checkin {
    width: calc(((100% - 190px)/ 4) - 70px);
    cursor: pointer;
}

.flight_search_border li.checkout {
    width: calc(((100% - 190px)/ 4) - 70px);
    cursor: pointer;
    position: relative;
}

.flight_search_border li.roomsGuests {
    width: calc(((100% - 190px)/ 4) - 37px);
    cursor: pointer;
}

.flight_search_border li.country{
    width: calc(((100% - 190px)/ 4) - 80px);
    cursor: pointer;
    }
.flight_search_border li.country {
    width: calc(((100% - 190px)/ 4) - 84px);
    cursor: pointer;
} */

.flight_search_border li.country .up17__traveller_select option {
    font-size: 13px;
    padding: 10px;
}

.up17__dropdown__menu__right .up17__add__room,
.up17__remove__room {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

/*=========bus======*/
/* .flight_search_border li.cityBus {
    width: calc(((100% - 190px)/ 4) + 95px);
    cursor: pointer;
}

.flight_search_border li.travelDate {
    width: calc(((100% - 190px)/ 4) + 70px);
    cursor: pointer;
} */

/*=========holiday======*/
/* .flight_search_border li.destination {
    width: calc(100% - 190px);
    cursor: pointer;
} */

/*=========Visa======*/
/* .flight_search_border li.destination-visa {
    width: calc(((100% - 190px)/ 4) + 50px);
}

.flight_search_border li.visatype {
    width: calc(((100% - 190px)/ 4) - 50px);
}

.flight_search_border li.trveller {
    width: calc(((100% - 190px)/ 4) + 10px);
}

.flight_search_border li.traveldate {
    width: calc(((100% - 190px)/ 4) - 10px);
}

.flight_search_border li select option {
    font-size: 14px;
} */

/*=========cruise======*/
/* .flight_search_border li.destination {
    width: calc(100% - 190px);
    cursor: pointer;
}

.flight_search_border li.destination-cruise {
    width: calc(((100% - 190px)/ 4) + 50px);
}

.flight_search_border li.cityarea {
    width: calc(((100% - 190px)/ 4) - 50px);
}

.flight_search_border li.cruiseline {
    width: calc(((100% - 190px)/ 4) + 10px);
}

.flight_search_border li.ship {
    width: calc(((100% - 190px)/ 4) - 10px);
} */

/*=========cruise End======*/

@media only screen and (min-width: 200px) and (max-width: 768px) {
    .search-title h2 {
        display: none;
    }

    .search_tabs li a {
        width: 60px !important;
        height: 50px !important;
        font-size: 10px;
    }

    .search_tabs {
        margin-top: -50px !important;
        display: block;
        text-align: center;
    }

    .search_tabs li a i {
        font-size: 16px !important;
        margin: 0;
    }

    .search_tabs li {
        float: none !important;
        display: inline-block;
        font-size: 12px;
        margin-right: 0 !important;
        margin-bottom: 5px;
    }

    .flight_search_border li.from,
    .flight_search_border li.to,
    .flight_search_border li.depart,
    .flight_search_border li.return {
        width: 50% !important;
    }

    .flight_search_border li.travellers {
        width: 100% !important;
    }

    .flight-mult-city .flight_search_border li.search-flight {
        width: 100% !important;
    }

    .flight_search_border li {
        border-bottom: 1px solid #ebebeb;
    }

    .flight_search_border li.to:after,
    .flight_search_border li.return:after,
    .flight_search_border li.travelDate:after,
    .flight_search_border li.destination::after,
    .flight_search_border li.visatype::after,
    .flight_search_border li.traveldate::after,
    .flight_search_border li.carto::after,
    .flight_search_border li.carreturn::after,
    .flight_search_border li.carpickup::after,
    .flight_search_border li.cityarea::after,
    .flight_search_border li.ship::after,
    .activity-location::after {
        display: none;
    }

    .flight_search_border li.cityBus:nth-child(2):after {
        display: none;
    }

    .flight_search_border .form-control,
    .up17__traveller_select {
        font-size: 17px !important;
    }

    .makeflex {
        display: block !important;
    }

    .makeflex .search_filters {
        display: flex;
        white-space: nowrap;
        overflow: auto;
    }

    .flight_search_border li.cityHotel,
    .flight_search_border li.checkin,
    .flight_search_border li.checkout,
    .flight_search_border li.roomsGuests,
    .flight_search_border li.cityBus,
    .flight_search_border li.destination-visa,
    .flight_search_border li.visatype,
    .flight_search_border li.trveller,
    .flight_search_border li.traveldate,
    .flight_search_border li.destination-cruise,
    .flight_search_border li.cityarea,
    .flight_search_border li.cruiseline,
    .flight_search_border li.ship {
        width: 50% !important;
    }

    .flight_search_border li.country,
    .flight_search_border li.travelDate,
    .flight_search_border li.destination {
        width: 100% !important;
    }

    .flight_search_border .form-label {
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .hero-banner,
    .hero-banner .carousel-item {
        height: 250px;
    }

        {
        position: relative;
    }

    .search-check-label {
        font-size: 12px;
    }

    .flight_search_border li.btnarea {
        width: 100%;
    }
}




/*calendar*/
.ui-widget.ui-widget-content.calendarOuter {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    list-style: none;
    overflow-y: auto;
    font-family: "Noto Sans", serif !important;
}

.calendarOuter .ui-widget-header .ui-icon {
    background-image: unset;
}

.ui-datepicker.calendarOuter .ui-widget-header {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: none;
    border-radius: 8px;
}

.ui-datepicker.calendarOuter .ui-datepicker-prev::after {
    content: "\f100";
    top: 5px;
    left: 5px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
}

.ui-datepicker.calendarOuter .ui-datepicker-next::after {
    content: "\f101";
    top: 5px;
    right: 5px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
}

.ui-datepicker.calendarOuter .ui-datepicker-header .ui-corner-all,
.ui-datepicker.calendarOuter .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 600;
    top: 0px;
}

.ui-datepicker.calendarOuter td span,
.ui-datepicker.calendarOuter td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}

.calendarOuter .ui-state-default,
.ui-widget-content.calendarOuter .ui-state-default {
    border: none;
    border-radius: 8px;
}

.calendarOuter.ui-state-highlight,
.ui-widget-content.calendarOuter .ui-state-highlight {
    border: none;
    background: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
}

.calendarOuter .ui-state-active,
.ui-widget-content.calendarOuter .ui-state-active {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}



/* UI Autocomplete */
.ui-autocomplete.up17-autocomplete {
    position: absolute;
    z-index: 1090;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    list-style: none;
    max-height: 300px;
    width: 350px !important;
    overflow-y: auto;
    font-family: "Noto Sans", serif !important;
}

/* Menu item wrapper */
.up17-autocomplete .ui-menu-item-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}


/* Left section with city and airport code */
.up17-autocomplete .dest_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-family: "Noto Sans", serif !important;
}

.dest_left .city {
    font-weight: bold;
    font-family: "Noto Sans", serif !important;
}

.dest_left .airpotcode {
    font-size: 12px;
    font-family: "Noto Sans", serif !important;
}

/* Right section with airport code and flag */
.up17-autocomplete .ui-menu-item-wrapper div:last-child {
    display: flex;
    align-items: center;
    gap: 8px;
}

.up17-autocomplete .aircode {
    font-size: 12px;
    font-family: "Noto Sans", serif !important;
}


.up17-autocomplete .flag {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../../../webroot/img/country-flag.png);
    position: relative;
}

/* Scrollbar Styling */
.up17-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.up17-autocomplete::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.up17-autocomplete::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

/* Datepicker specific styles */
.up17-autocomplete.ui-datepicker .ui-datepicker-header .ui-corner-all,
.up17-autocomplete.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 600;
    top: 3px;
}

/* Datepicker day styling */
.up17-autocomplete.ui-datepicker td span,
.up17-autocomplete.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}

/* Highlight and active states */
.up17-autocomplete .ui-state-highlight,
.up17-autocomplete.ui-widget-content .ui-state-highlight {
    border: none;
    background: var(--up17-buttton-bg);
    color: #ffffff;
}

.up17-autocomplete .ui-state-active,
.up17-autocomplete.ui-widget-content .ui-state-active {
    background: var(--up17-buttton-bg);
    color: #ffffff;
}

.up17-autocomplete .ui-state-active:hover,
.up17-autocomplete.ui-widget-content .ui-state-active:hover {
    background: var(--up17-buttton-bg);
    color: #ffffff;
}


.up17-autocomplete.ui-datepicker .ui-datepicker-prev::after {
    content: "\f100";
    left: 5px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
}

.up17-autocomplete.ui-datepicker .ui-datepicker-next::after {
    content: "\f101";
    right: 5px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
}


/*@@@@@@@@@@@@@@@@@@ position flag images @@@@@@@@@@@@@@@@@@@@@@*/

.ad {
    background-position: 0 -352px
}

.ae {
    background-position: 0 -368px
}

.af {
    background-position: 0 -384px
}

.ag {
    background-position: 0 -400px
}

.ai {
    background-position: 0 -416px
}

.al {
    background-position: 0 -432px
}

.am {
    background-position: 0 -448px
}

.an {
    background-position: 0 -464px
}

.ao {
    background-position: 0 -480px
}

.aq {
    background-position: 0 -496px
}

.ar {
    background-position: 0 -512px
}

.as {
    background-position: 0 -528px
}

.at {
    background-position: 0 -544px
}

.au {
    background-position: 0 -560px
}

.aw {
    background-position: 0 -576px
}

.az {
    background-position: 0 -592px
}

.ba {
    background-position: 0 -608px
}

.bb {
    background-position: 0 -624px
}

.bd {
    background-position: 0 -640px
}

.be {
    background-position: 0 -656px
}

.bf {
    background-position: 0 -672px
}

.bg {
    background-position: 0 -688px
}

.bh {
    background-position: 0 -704px
}

.bi {
    background-position: 0 -720px
}

.bj {
    background-position: 0 -736px
}

.bm {
    background-position: 0 -752px
}

.bn {
    background-position: 0 -768px
}

.bo {
    background-position: 0 -784px
}

.br {
    background-position: 0 -800px
}

.bs {
    background-position: 0 -816px
}

.bt {
    background-position: 0 -832px
}

.bw {
    background-position: 0 -848px
}

.by {
    background-position: 0 -864px
}

.bz {
    background-position: 0 -880px
}

.ca {
    background-position: 0 -896px
}

.cg {
    background-position: 0 -912px
}

.cf {
    background-position: 0 -928px
}

.cd {
    background-position: 0 -944px
}

.ch {
    background-position: 0 -960px
}

.ci {
    background-position: 0 -976px
}

.ck {
    background-position: 0 -992px
}

.cl {
    background-position: 0 -1008px
}

.cm {
    background-position: 0 -1024px
}

.cn {
    background-position: 0 -1040px
}

.co {
    background-position: 0 -1056px
}

.cr {
    background-position: 0 -1072px
}

.cu {
    background-position: 0 -1088px
}

.cv {
    background-position: 0 -1104px
}

.cy {
    background-position: 0 -1120px
}

.cz {
    background-position: 0 -1136px
}

.de {
    background-position: 0 -1152px
}

.dj {
    background-position: 0 -1168px
}

.dk {
    background-position: 0 -1184px
}

.dm {
    background-position: 0 -1200px
}

.do {
    background-position: 0 -1216px
}

.dz {
    background-position: 0 -1232px
}

.ec {
    background-position: 0 -1248px
}

.ee {
    background-position: 0 -1264px
}

.eg {
    background-position: 0 -1280px
}

.eh {
    background-position: 0 -1296px
}

.er {
    background-position: 0 -1312px
}

.es {
    background-position: 0 -1328px
}

.et {
    background-position: 0 -1344px
}

.fi {
    background-position: 0 -1360px
}

.fj {
    background-position: 0 -1376px
}

.fm {
    background-position: 0 -1392px
}

.fo {
    background-position: 0 -1408px
}

.fr {
    background-position: 0 -1424px
}

.ga {
    background-position: 0 -1440px
}

.gb {
    background-position: 0 -1456px
}

.gd {
    background-position: 0 -1472px
}

.ge {
    background-position: 0 -1488px
}

.gg {
    background-position: 0 -1504px
}

.gh {
    background-position: 0 -1520px
}

.gi {
    background-position: 0 -1536px
}

.gl {
    background-position: 0 -1552px
}

.gm {
    background-position: 0 -1568px
}

.gn {
    background-position: 0 -1584px
}

.gp {
    background-position: 0 -1600px
}

.gq {
    background-position: 0 -1616px
}

.gr {
    background-position: 0 -1632px
}

.gt {
    background-position: 0 -1648px
}

.gu {
    background-position: 0 -1664px
}

.gw {
    background-position: 0 -1680px
}

.gy {
    background-position: 0 -1696px
}

.hk {
    background-position: 0 -1712px
}

.hn {
    background-position: 0 -1728px
}

.hr {
    background-position: 0 -1744px
}

.ht {
    background-position: 0 -1760px
}

.hu {
    background-position: 0 -1776px
}

.id {
    background-position: 0 -1792px
}

.mc {
    background-position: 0 -1792px
}

.ie {
    background-position: 0 -1808px
}

.il {
    background-position: 0 -1824px
}

.im {
    background-position: 0 -1840px
}

.in {
    background-position: 0 -1856px
}

.iq {
    background-position: 0 -1872px
}

.ir {
    background-position: 0 -1888px
}

.is {
    background-position: 0 -1904px
}

.it {
    background-position: 0 -1920px
}

.je {
    background-position: 0 -1936px
}

.jm {
    background-position: 0 -1952px
}

.jo {
    background-position: 0 -1968px
}

.jp {
    background-position: 0 -1984px
}

.ke {
    background-position: 0 -2000px
}

.kg {
    background-position: 0 -2016px
}

.kh {
    background-position: 0 -2032px
}

.ki {
    background-position: 0 -2048px
}

.km {
    background-position: 0 -2064px
}

.kn {
    background-position: 0 -2080px
}

.kp {
    background-position: 0 -2096px
}

.kr {
    background-position: 0 -2112px
}

.kw {
    background-position: 0 -2128px
}

.ky {
    background-position: 0 -2144px
}

.kz {
    background-position: 0 -2160px
}

.la {
    background-position: 0 -2176px
}

.lb {
    background-position: 0 -2192px
}

.lc {
    background-position: 0 -2208px
}

.li {
    background-position: 0 -2224px
}

.lk {
    background-position: 0 -2240px
}

.lr {
    background-position: 0 -2256px
}

.ls {
    background-position: 0 -2272px
}

.lt {
    background-position: 0 -2288px
}

.lu {
    background-position: 0 -2304px
}

.lv {
    background-position: 0 -2320px
}

.ly {
    background-position: 0 -2336px
}

.ma {
    background-position: 0 -2352px
}

.md {
    background-position: 0 -2368px
}

.me {
    background-position: 0 -2384px
}

.mg {
    background-position: 0 -2400px
}

.mh {
    background-position: 0 -2416px
}

.mk {
    background-position: 0 -2432px
}

.ml {
    background-position: 0 -2448px
}

.mm {
    background-position: 0 -2464px
}

.mn {
    background-position: 0 -2480px
}

.mo {
    background-position: 0 -2496px
}

.mq {
    background-position: 0 -2512px
}

.mr {
    background-position: 0 -2528px
}

.ms {
    background-position: 0 -2544px
}

.mt {
    background-position: 0 -2560px
}

.mu {
    background-position: 0 -2576px
}

.mv {
    background-position: 0 -2592px
}

.mw {
    background-position: 0 -2608px
}

.mx {
    background-position: 0 -2624px
}

.my {
    background-position: 0 -2640px
}

.mz {
    background-position: 0 -2656px
}

.na {
    background-position: 0 -2672px
}

.nc {
    background-position: 0 -2688px
}

.ne {
    background-position: 0 -2704px
}

.ng {
    background-position: 0 -2720px
}

.ni {
    background-position: 0 -2736px
}

.nl {
    background-position: 0 -2752px
}

.no {
    background-position: 0 -2768px
}

.np {
    background-position: 0 -2784px
}

.nr {
    background-position: 0 -2800px
}

.nz {
    background-position: 0 -2816px
}

.om {
    background-position: 0 -2832px
}

.pa {
    background-position: 0 -2848px
}

.pe {
    background-position: 0 -2864px
}

.pf {
    background-position: 0 -2880px
}

.pg {
    background-position: 0 -2896px
}

.ph {
    background-position: 0 -2912px
}

.pk {
    background-position: 0 -2928px
}

.pl {
    background-position: 0 -2944px
}

.pr {
    background-position: 0 -2960px
}

.ps {
    background-position: 0 -2976px
}

.pt {
    background-position: 0 -2992px
}

.pw {
    background-position: 0 -3008px
}

.py {
    background-position: 0 -3024px
}

.qa {
    background-position: 0 -3040px
}

.re {
    background-position: 0 -3056px
}

.ro {
    background-position: 0 -3072px
}

.rs {
    background-position: 0 -3088px
}

.ru {
    background-position: 0 -3104px
}

.rw {
    background-position: 0 -3120px
}

.sa {
    background-position: 0 -3136px
}

.sb {
    background-position: 0 -3152px
}

.sc {
    background-position: 0 -3168px
}

.sd {
    background-position: 0 -3184px
}

.se {
    background-position: 0 -3200px
}

.sg {
    background-position: 0 -3216px
}

.si {
    background-position: 0 -3232px
}

.sk {
    background-position: 0 -3248px
}

.sl {
    background-position: 0 -3264px
}

.sm {
    background-position: 0 -3280px
}

.sn {
    background-position: 0 -3296px
}

.so {
    background-position: 0 -3312px
}

.sr {
    background-position: 0 -3328px
}

.st {
    background-position: 0 -3344px
}

.sv {
    background-position: 0 -3360px
}

.sy {
    background-position: 0 -3376px
}

.sz {
    background-position: 0 -3392px
}

.tc {
    background-position: 0 -3408px
}

.td {
    background-position: 0 -3424px
}

.tg {
    background-position: 0 -3440px
}

.th {
    background-position: 0 -3456px
}

.tj {
    background-position: 0 -3472px
}

.tl {
    background-position: 0 -3488px
}

.tm {
    background-position: 0 -3504px
}

.tn {
    background-position: 0 -3520px
}

.to {
    background-position: 0 -3536px
}

.tr {
    background-position: 0 -3552px
}

.tt {
    background-position: 0 -3568px
}

.tv {
    background-position: 0 -3584px
}

.tw {
    background-position: 0 -3600px
}

.tz {
    background-position: 0 -3616px
}

.ua {
    background-position: 0 -3632px
}

.ug {
    background-position: 0 -3648px
}

.us {
    background-position: 0 -3664px
}

.uy {
    background-position: 0 -3680px
}

.uz {
    background-position: 0 -3696px
}

.va {
    background-position: 0 -3712px
}

.vc {
    background-position: 0 -3728px
}

.ve {
    background-position: 0 -3744px
}

.vg {
    background-position: 0 -3760px
}

.vi {
    background-position: 0 -3776px
}

.vn {
    background-position: 0 -3792px
}

.vu {
    background-position: 0 -3808px
}

.ws {
    background-position: 0 -3824px
}

.ye {
    background-position: 0 -3840px
}

.za {
    background-position: 0 -3856px
}

.zm {
    background-position: 0 -3872px
}

.zw {
    background-position: 0 -3872px
}


/*@@@@@@@@@@@@@@@@@@ position flag images @@@@@@@@@@@@@@@@@@@@@@*/


@media (max-width:480px) {
    .ui-autocomplete.up17-autocomplete {
        width: 300px !important;
        left: auto !important;
        right: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        height: 100% !important;
        position: relative;
        padding-top: 110px;
        background:linear-gradient();
    }
    .hero-section .banner-sec {
        display: none;
    }
}

/* ---- lifted from wl_searchform-7.php for browser caching ---- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
    --bharat-saffron: #FF9933;
    --bharat-green: #138808;
    --bharat-navy: #000080;
    --bharat-saffron-glow: #FFB366;
    --bharat-saffron-deep: #E6851A;
    --bharat-green-glow: #1AAF0A;
    --bharat-green-deep: #0D6B06;
    --bharat-navy-glow: #1A1ACD;
    --bharat-navy-deep: #00005C;
    --bharat-white: #ffffff;
    --bharat-cream: #FFF8F0;
    --bharat-snow: #f8f9fa;
    --bharat-mist: #f0f0f0;
    --bharat-silver: #e0e0e0;
    --bharat-slate: #6c757d;
    --bharat-charcoal: #343a40;
    --bharat-dark: #1a1a2e;
    --bharat-gold: #FFD700;
    --glow-sm: 0 2px 12px rgba(255,153,51,0.15);
    --glow-md: 0 4px 25px rgba(0,0,128,0.15);
    --glow-lg: 0 10px 50px rgba(0,0,0,0.18);
    --glow-saffron: 0 0 20px rgba(255,153,51,0.3);
    --glow-green: 0 0 20px rgba(19,136,8,0.3);
    --glow-navy: 0 0 20px rgba(0,0,128,0.3);
    --curve-sm: 10px;
    --curve-md: 16px;
    --curve-lg: 20px;
    --curve-xl: 28px;
    --curve-pill: 50px;
    --motion: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --motion-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --motion-smooth: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.bharat-voyage-wrapper {
    position: relative;
    font-family: 'Poppins', sans-serif;
    overflow: visible;
    margin-bottom: 20px;
}
.bharat-voyage-wrapper * {
    box-sizing: border-box;
}
.bharat-slider-section {
    position: relative;
    overflow: visible;
}
.bharat-slider-carousel .bharat-slide-block {
    position: relative;
    overflow: hidden;
}
.bharat-slider-carousel .bharat-slide-block img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    animation: bharatParallaxDrift 25s ease-in-out infinite alternate;
    filter: brightness(0.82);
}
@keyframes bharatParallaxDrift {
    0% { transform: scale(1) translateY(0); }
    50% { transform: scale(1.06) translateY(-10px); }
    100% { transform: scale(1.1) translateY(-5px); }
}
.bharat-slide-block::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 80%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 40%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.bharat-slider-carousel .bharat-slide-overlay {
    position: absolute;
    top: 30px; left: 0; right: 0;
    padding: 30px 40px;
    z-index: 2;
    text-align: center;
}
.bharat-slider-carousel .bharat-slide-overlay h2 {
    color: var(--bharat-white);
    font-size: 2.5rem;
    font-weight: 800;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
    animation: bharatTitleReveal 1s ease-out;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.bharat-slider-carousel .bharat-slide-overlay h2::after {
    content: '';
    display: block;
    width: 80px; height: 4px;
    margin: 16px auto 0;
    background: linear-gradient(to right, var(--bharat-saffron), var(--bharat-white), var(--bharat-green));
    border-radius: 2px;
    animation: bharatLineExpand 1.2s ease-out 0.3s both;
}

/* ---- Banner carousel nav arrows (owl) — proper circular slider buttons ----
   Without these, owl dumps the prev/next arrows unstyled in the bottom-left
   corner. Positioned as a neat pair at the bottom-right of the banner. */
.bharat-slider-section { overflow: hidden; }          /* clip any pre-init overflow */
.banner-slider { position: relative; }
.banner-slider .owl-nav { margin: 0; }
.banner-slider .owl-nav button.owl-prev,
.banner-slider .owl-nav button.owl-next {
    position: absolute;
    bottom: 22px;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,.92) !important;
    color: #16203a !important;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 24px -8px rgba(0,0,0,.45);
    backdrop-filter: blur(4px);
    transition: transform .2s, background .2s, color .2s;
    z-index: 6;
}
.banner-slider .owl-nav button.owl-next { right: 22px; }
.banner-slider .owl-nav button.owl-prev { right: 74px; }   /* sits left of the next button */
.banner-slider .owl-nav button.owl-prev:hover,
.banner-slider .owl-nav button.owl-next:hover {
    background: var(--bharat-saffron, #FF9933) !important;
    color: #fff !important;
    transform: scale(1.1);
}
.banner-slider .owl-nav button i { font-size: 16px; line-height: 1; }
.banner-slider .owl-dots { display: none; }
@media (max-width: 767px) {
    .banner-slider .owl-nav button.owl-prev,
    .banner-slider .owl-nav button.owl-next { width: 38px; height: 38px; bottom: 14px; }
    .banner-slider .owl-nav button.owl-next { right: 14px; }
    .banner-slider .owl-nav button.owl-prev { right: 58px; }
}
@keyframes bharatTitleReveal {
    from { opacity: 0; transform: translateY(40px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes bharatLineExpand {
    from { width: 0; opacity: 0; }
    to { width: 80px; opacity: 1; }
}
@keyframes bharatRiseUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes bharatPulseGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,153,51,0.4); }
    50% { box-shadow: 0 0 0 10px rgba(255,153,51,0); }
}
@keyframes bharatFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* ===== SEARCH FORM OVER SLIDER ===== */
.bharat-finder-zone {
    position: absolute;
    z-index: 100;
    left: 0; right: 0;
    top: 48px;
    padding: 0 30px;
}
.bharat-finder-panel {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    overflow: visible;
    animation: bharatRiseUp 0.7s ease-out;
    position: relative;
    border: 1px solid rgba(230,230,230,0.8);
    margin-top: -10px;
}
.bharat-finder-panel::before { display: none; }

/* ===== WHITE CARD TABS — matching templates/index.html mainmenu ===== */
.bharat-module-tabs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 8px;
    background: transparent;
    padding: 0 10px;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 51;
}
.bharat-module-tabs::-webkit-scrollbar { display: none; }
.bharat-module-entry { flex-shrink: 0; }
.bharat-module-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 90px;
    border-radius: 7px;
    background: #ffffff;
    border: 1.5px solid #d0d0d0;
    outline: 1px solid rgba(255,255,255,0.6);
    outline-offset: -2px;
    text-decoration: none;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    gap: 5px;
    transition: all 0.28s cubic-bezier(0.25,0.46,0.45,0.94);
    animation: bharatTabSlideIn 0.5s ease both;
    white-space: nowrap;
    letter-spacing: 0.2px;
    cursor: pointer;
}
@keyframes bharatTabSlideIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}
.bharat-module-link:hover {
    border-color: #aaaaaa;
    transform: translateY(-6px);
    color: #000;
    background: #f5f5f5;
    text-decoration: none;
}
/* active/current tab — matches the primary button colour (navy gradient).
   active_tab() outputs the class "current", so both are targeted. */
.bharat-module-link.active,
.bharat-module-link.current {
    background: linear-gradient(135deg, var(--bharat-navy), var(--bharat-navy-glow));
    border-color: var(--bharat-navy);
    outline-color: rgba(255,255,255,0.3);
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -10px rgba(0,0,128,0.55);
    text-decoration: none;
}
.bharat-module-link.current:hover { color: #ffffff; }

/* ===== TAB ICON BADGES ===== */
.bharat-module-link .bharat-icon-badge {
    width: 32px; height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    transition: transform 0.28s ease;
}
.bharat-module-link:hover .bharat-icon-badge {
    transform: scale(1.1) translateY(-1px);
    background: transparent;
}
.bharat-module-link.active .bharat-icon-badge,
.bharat-module-link.current .bharat-icon-badge {
    transform: scale(1.05);
    background: transparent;
}
.bharat-module-link .bharat-icon-badge svg {
    width: 26px; height: 26px;
    fill: #000000;
    filter: none;
}
.bharat-module-link .bharat-icon-badge i {
    font-size: 22px;
    color: #000000;
    filter: none;
}
.bharat-module-link.active .bharat-icon-badge svg,
.bharat-module-link.current .bharat-icon-badge svg {
    fill: #ffffff;
    filter: brightness(0) invert(1);
}
.bharat-module-link.active .bharat-icon-badge i,
.bharat-module-link.current .bharat-icon-badge i {
    color: #ffffff;
}
/* Staggered animation delays */
.bharat-module-entry:nth-child(1)  .bharat-module-link { animation-delay: 0.05s; }
.bharat-module-entry:nth-child(2)  .bharat-module-link { animation-delay: 0.10s; }
.bharat-module-entry:nth-child(3)  .bharat-module-link { animation-delay: 0.15s; }
.bharat-module-entry:nth-child(4)  .bharat-module-link { animation-delay: 0.20s; }
.bharat-module-entry:nth-child(5)  .bharat-module-link { animation-delay: 0.25s; }
.bharat-module-entry:nth-child(6)  .bharat-module-link { animation-delay: 0.30s; }
.bharat-module-entry:nth-child(7)  .bharat-module-link { animation-delay: 0.35s; }
.bharat-module-entry:nth-child(8)  .bharat-module-link { animation-delay: 0.40s; }
.bharat-module-entry:nth-child(9)  .bharat-module-link { animation-delay: 0.45s; }
.bharat-module-entry:nth-child(10) .bharat-module-link { animation-delay: 0.50s; }
.bharat-module-entry:nth-child(11) .bharat-module-link { animation-delay: 0.55s; }
.bharat-module-entry:nth-child(12) .bharat-module-link { animation-delay: 0.60s; }

.bharat-content-zone {
    padding: 28px;
    position: relative;
    overflow: visible;
}
.bharat-section-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--bharat-charcoal);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bharat-section-title::before {
    content: '';
    width: 5px; height: 24px;
    background: linear-gradient(to bottom, var(--bharat-saffron), var(--bharat-green));
    border-radius: 3px;
    flex-shrink: 0;
    animation: bharatFloat 3s ease-in-out infinite;
}
.bharat-choice-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.bharat-choice-item { position: relative; }
.bharat-choice-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.bharat-choice-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    border: 2px solid var(--bharat-silver);
    border-radius: var(--curve-pill);
    font-size: 13px;
    font-weight: 600;
    color: var(--bharat-slate);
    cursor: pointer;
    transition: var(--motion);
    background: var(--bharat-white);
    user-select: none;
    gap: 6px;
}
.bharat-choice-item input[type="radio"]:checked + .bharat-choice-tag {
    border-color: var(--bharat-navy);
    background: linear-gradient(135deg, var(--bharat-navy), var(--bharat-navy-glow));
    color: var(--bharat-white);
    box-shadow: var(--glow-navy);
    transform: scale(1.02);
}
.bharat-choice-tag:hover {
    border-color: var(--bharat-navy-glow);
    color: var(--bharat-navy);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,128,0.1);
}
.bharat-input-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: flex-end;
    position: relative;
}
.bharat-input-block {
    position: relative;
    flex: 1;
    min-width: 180px;
}
.bharat-input-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--bharat-slate);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}
.bharat-input-tag i,
.bharat-input-tag svg {
    color: var(--bharat-saffron);
    width: 14px; height: 14px;
    flex-shrink: 0;
}
.bharat-text-field {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--bharat-silver);
    border-radius: var(--curve-md);
    font-size: 14px;
    font-weight: 500;
    color: var(--bharat-charcoal);
    background: var(--bharat-white);
    transition: var(--motion);
    font-family: 'Poppins', sans-serif;
    outline: none;
}
.bharat-text-field:focus {
    border-color: var(--bharat-saffron);
    box-shadow: 0 0 0 4px rgba(255,153,51,0.12), var(--glow-saffron);
}
.bharat-text-field::placeholder {
    color: var(--bharat-slate);
    font-weight: 400;
}
.bharat-micro-hint {
    font-size: 11px;
    color: var(--bharat-green);
    margin-top: 5px;
    font-weight: 500;
    min-height: 16px;
    transition: var(--motion);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bharat-origin-dest-row {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex: 2;
    min-width: 320px;
    gap: 0;
}
.bharat-origin-side {
    flex: 1; min-width: 0;
    padding-right: 24px;
    position: relative;
}
.bharat-dest-side {
    flex: 1; min-width: 0;
    padding-left: 24px;
    position: relative;
}
.bharat-swap-anchor {
    position: absolute;
    left: 45%; top: 50%;
    transform: translate(-50%, -20%);
    z-index: 20;
}
.bharat-swap-circle {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--bharat-navy), var(--bharat-navy-glow));
    border: 3px solid var(--bharat-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--motion-bounce);
    box-shadow: var(--glow-navy);
    position: relative;
    z-index: 20;
}
.bharat-swap-circle:hover {
    background: linear-gradient(135deg, var(--bharat-saffron), var(--bharat-saffron-deep));
    transform: rotate(180deg) scale(1.1);
    box-shadow: var(--glow-saffron);
}
.bharat-swap-circle svg {
    width: 16px; height: 16px;
    fill: var(--bharat-white);
}
.bharat-swap-circle i {
    font-size: 14px;
    color: var(--bharat-white) !important;
}
.bharat-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 36px;
    background: linear-gradient(135deg, var(--bharat-navy), var(--bharat-navy-glow));
    color: var(--bharat-white) !important;
    border: none;
    border-radius: var(--curve-md);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--motion);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 160px;
    height: 52px;
    box-shadow: 0 6px 20px rgba(0,0,128,0.35);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.bharat-action-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.6s;
}
.bharat-action-btn:hover::before { left: 100%; }
.bharat-action-btn:hover {
    background: linear-gradient(135deg, var(--bharat-navy-glow), var(--bharat-navy));
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,128,0.45);
    color: var(--bharat-white) !important;
}
.bharat-action-btn:active { transform: translateY(-1px); }
.bharat-action-btn i { font-size: 16px; }

/* ============================================================
   UNIFIED BUTTON COLOUR — every button in the search section follows
   the admin's Button colour (Master-Admin -> Setting -> Theme Colours).
   --th-btn / --th-btn-hover are emitted by default-layout when set;
   otherwise everything falls back to the brand navy.
   ============================================================ */
.bharat-action-btn,
.bharat-choice-item input[type="radio"]:checked + .bharat-choice-tag,
.bharat-module-link.current,
.bharat-swap-circle,
.hol-search-btn {
    background: linear-gradient(135deg, var(--th-btn, var(--bharat-navy)), var(--th-btn, var(--bharat-navy-glow))) !important;
}
.bharat-choice-item input[type="radio"]:checked + .bharat-choice-tag,
.bharat-module-link.current {
    border-color: var(--th-btn, var(--bharat-navy)) !important;
}
.bharat-action-btn:hover,
.bharat-module-link.current:hover,
.hol-search-btn:hover {
    background: linear-gradient(135deg, var(--th-btn-hover, var(--th-btn, var(--bharat-navy-glow))), var(--th-btn-hover, var(--th-btn, var(--bharat-navy)))) !important;
    color: #fff !important;
}
.bharat-action-holder {
    flex: 0 0 auto;
    min-width: auto;
    align-self: flex-end;
}
.bharat-add-segment-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: transparent;
    color: var(--bharat-green);
    border: 2px dashed var(--bharat-green);
    border-radius: var(--curve-md);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--motion);
    font-family: 'Poppins', sans-serif;
    height: 52px;
}
.bharat-add-segment-btn:hover {
    background: rgba(19,136,8,0.08);
    border-style: solid;
    color: var(--bharat-green-deep);
    transform: translateY(-2px);
    box-shadow: var(--glow-green);
}
.bharat-traveller-zone {
    position: relative;
    z-index: 50;
}
.bharat-traveller-box {
    cursor: pointer;
    padding: 14px 18px;
    border: 2px solid var(--bharat-silver);
    border-radius: var(--curve-md);
    background: var(--bharat-white);
    transition: var(--motion);
    min-height: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}
.bharat-traveller-box:hover {
    border-color: var(--bharat-saffron);
    box-shadow: var(--glow-saffron);
}
.bharat-pax-count {
    font-size: 14px;
    font-weight: 700;
    color: var(--bharat-charcoal);
}
.bharat-pax-label {
    font-size: 12px;
    color: var(--bharat-slate);
    font-weight: 400;
}
.bharat-cabin-text {
    font-size: 12px;
    color: var(--bharat-slate);
    margin: 2px 0 0 0;
    width: 100%;
}
.bharat-pax-flyout {
    min-width: 340px;
    padding: 24px;
    background: var(--bharat-white);
    border-radius: var(--curve-lg);
    box-shadow: 0 20px 60px rgba(0,0,0,0.2) !important;
    border: 1px solid rgba(0,0,0,0.08);
    z-index: 9999 !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    margin-top: 6px !important;
    animation: bharatRiseUp 0.3s ease-out;
}
.dropdown-menu.bharat-pax-flyout {
    z-index: 9999 !important;
    overflow: visible !important;
    inset: auto !important;
    transform: none !important;
}
.bharat-pax-flyout.show {
    display: block !important;
    z-index: 9999 !important;
}
.bharat-pax-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--bharat-mist);
}
.bharat-pax-line:last-child { border-bottom: none; }
.bharat-pax-info h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--bharat-charcoal);
    margin: 0;
}
.bharat-age-note {
    font-size: 11px;
    color: var(--bharat-slate);
    font-weight: 400;
}
.bharat-stepper-group {
    display: flex;
    align-items: center;
    gap: 14px;
}
.bharat-stepper-btn {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid var(--bharat-navy);
    background: var(--bharat-white);
    color: var(--bharat-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    transition: var(--motion-bounce);
    line-height: 1;
    padding: 0;
}
.bharat-stepper-btn:hover {
    background: var(--bharat-navy);
    color: var(--bharat-white);
    transform: scale(1.15);
    box-shadow: var(--glow-navy);
}
.bharat-stepper-num {
    font-size: 18px;
    font-weight: 800;
    color: var(--bharat-charcoal);
    min-width: 28px;
    text-align: center;
}
.bharat-cabin-picker h5 {
    font-size: 13px;
    font-weight: 700;
    color: var(--bharat-charcoal);
    margin: 18px 0 12px;
    padding-top: 14px;
    border-top: 1px solid var(--bharat-mist);
}
.bharat-cabin-choice {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
}
.bharat-cabin-choice input[type="radio"] {
    accent-color: var(--bharat-saffron);
    width: 18px; height: 18px;
    cursor: pointer;
}
.bharat-cabin-choice label {
    font-size: 13px;
    color: var(--bharat-charcoal);
    cursor: pointer;
    margin: 0;
    font-weight: 500;
}
.bharat-extra-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    margin-top: 10px;
    border-top: 1px solid var(--bharat-mist);
}
.bharat-filter-heading {
    font-size: 12px;
    font-weight: 700;
    color: var(--bharat-charcoal);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.bharat-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.bharat-filter-tag input[type="checkbox"],
.bharat-filter-tag input[type="radio"] {
    accent-color: var(--bharat-saffron);
    width: 16px; height: 16px;
    cursor: pointer;
}
.bharat-filter-tag label {
    font-size: 12px;
    color: var(--bharat-slate);
    cursor: pointer;
    font-weight: 500;
    margin: 0;
}
.bharat-dropdown-field {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--bharat-silver);
    border-radius: var(--curve-md);
    font-size: 14px;
    font-weight: 500;
    color: var(--bharat-charcoal);
    background: var(--bharat-white);
    transition: var(--motion);
    font-family: 'Poppins', sans-serif;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FF9933' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}
.bharat-dropdown-field:focus {
    border-color: var(--bharat-saffron);
    box-shadow: 0 0 0 4px rgba(255,153,51,0.12);
}
.bharat-confirm-btn {
    padding: 10px 28px;
    background: linear-gradient(135deg, var(--bharat-green), var(--bharat-green-glow));
    color: var(--bharat-white) !important;
    border: none;
    border-radius: var(--curve-sm);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--motion);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.bharat-confirm-btn:hover {
    background: linear-gradient(135deg, var(--bharat-green-glow), var(--bharat-green));
    color: var(--bharat-white) !important;
    transform: translateY(-2px);
    box-shadow: var(--glow-green);
}
.bharat-room-link {
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--motion);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.bharat-room-plus { color: var(--bharat-green); }
.bharat-room-plus:hover { color: var(--bharat-green-glow); text-decoration: none; }
.bharat-room-minus { color: #dc3545; }
.bharat-room-minus:hover { color: #e74c3c; text-decoration: none; }
.bharat-multi-segment {
    padding: 20px;
    background: linear-gradient(135deg, var(--bharat-cream), var(--bharat-snow));
    border-radius: var(--curve-md);
    margin-bottom: 14px;
    border-left: 5px solid;
    border-image: linear-gradient(to bottom, var(--bharat-saffron), var(--bharat-green)) 1;
    animation: bharatRiseUp 0.5s ease-out;
}
.bharat-gradient-line {
    height: 2px;
    background: linear-gradient(to right, var(--bharat-saffron), var(--bharat-gold), var(--bharat-green));
    margin: 18px 0;
    opacity: 0.4;
    border-radius: 1px;
}
.bharat-date-pair {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex: 2;
    min-width: 320px;
    gap: 14px;
}
.bharat-date-single {
    flex: 1;
    min-width: 0;
    position: relative;
}

/* ===== MOBILE FULL SCREEN OVERLAY ===== */
.bharat-mobile-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw; height: 100vh;
    background: #fff;
    z-index: 999999;
    flex-direction: column;
    animation: mobileSlideUp 0.3s ease-out;
}
.bharat-mobile-overlay.active {
    display: flex !important;
}
.bharat-mobile-overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--bharat-navy), var(--bharat-navy-glow));
    color: white;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}
.bharat-mobile-overlay-close {
    width: 36px; height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    cursor: pointer;
    font-size: 20px;
    border: none;
    color: white;
}
.bharat-mobile-overlay-search {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}
.bharat-mobile-overlay-search input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--bharat-silver);
    border-radius: var(--curve-md);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    outline: none;
}
.bharat-mobile-overlay-search input:focus {
    border-color: var(--bharat-saffron);
}
.bharat-mobile-overlay-results {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}
.bharat-mobile-overlay-results .mobile-result-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    gap: 14px;
    transition: background 0.2s;
}
.bharat-mobile-overlay-results .mobile-result-item:active,
.bharat-mobile-overlay-results .mobile-result-item:hover {
    background: #f8f9fa;
}
.bharat-mobile-overlay-results .mobile-result-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: var(--bharat-mist);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bharat-mobile-overlay-results .mobile-result-icon i {
    font-size: 16px;
    color: var(--bharat-saffron);
}
.bharat-mobile-overlay-results .mobile-result-text {
    flex: 1;
    min-width: 0;
}
.bharat-mobile-overlay-results .mobile-result-city {
    font-size: 15px;
    font-weight: 600;
    color: var(--bharat-charcoal);
}
.bharat-mobile-overlay-results .mobile-result-airport {
    font-size: 12px;
    color: var(--bharat-slate);
    margin-top: 2px;
}
.bharat-mobile-overlay-results .mobile-result-code {
    font-size: 14px;
    font-weight: 700;
    color: var(--bharat-navy);
    flex-shrink: 0;
}

/* Mobile close bar inside flyout (hidden on desktop) */
.bharat-mobile-close-bar { display: none; }

@keyframes mobileSlideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* ===== RESPONSIVE - TABLET ===== */
@media (max-width: 991px) {
    .bharat-finder-zone { top: 48px; padding: 0 16px; }
    .bharat-input-block { min-width: 45%; }
    .bharat-slider-carousel .bharat-slide-block img { height: 500px; }
    .bharat-content-zone { padding: 20px; }
}

/* ===== RESPONSIVE - MOBILE ===== */
@media (max-width: 767px) {
    .bharat-finder-zone {
        position: relative;
        top: auto;
        padding: 0 10px;
        margin-top: -280px;
        margin-bottom: 0;
    }
    .bharat-finder-panel { border-radius: 12px; }
    .bharat-module-tabs { justify-content: flex-start; padding: 0 4px; gap: 6px; }
    /* Mobile: square, icon-only tabs (label hidden via font-size:0) */
    .bharat-module-link { height: 54px; width: 54px; font-size: 0; gap: 0; padding: 0; justify-content: center; }
    .bharat-module-link .bharat-icon-badge { width: 28px; height: 28px; }
    .bharat-module-link .bharat-icon-badge svg { width: 22px; height: 22px; }
    .bharat-module-link .bharat-icon-badge i { font-size: 18px; }
    .bharat-content-zone { padding: 16px 14px; }
    .bharat-input-block { min-width: 100%; }
    .bharat-origin-dest-row { min-width: 100%; flex-direction: row; gap: 0; }
    .bharat-origin-side { padding-right: 20px; }
    .bharat-dest-side { padding-left: 20px; }
    .bharat-swap-anchor { transform: translate(-50%, -10%); }
    .bharat-swap-circle { width: 38px; height: 38px; }
    .bharat-swap-circle svg { width: 14px; height: 14px; }
    .bharat-input-row { gap: 12px; }
    .bharat-slider-carousel .bharat-slide-block img { height: 340px; }
    .bharat-slider-carousel .bharat-slide-overlay { top: 15px; padding: 20px; }
    .bharat-slider-carousel .bharat-slide-overlay h2 { font-size: 1.4rem; }
    .bharat-choice-tag { padding: 8px 16px; font-size: 12px; }
    .bharat-section-title { font-size: 13px; }
    .bharat-action-holder { min-width: 100% !important; flex: 1 1 100% !important; }
    .bharat-action-btn { width: 100% !important; min-width: 100% !important; height: 54px; font-size: 16px; }
    .bharat-add-segment-btn { width: 100%; justify-content: center; }
    .bharat-micro-hint { font-size: 10px; }
    .bharat-text-field { padding: 12px 14px; font-size: 13px; }
    .bharat-dropdown-field { padding: 12px 14px; font-size: 13px; }
    .bharat-date-pair { min-width: 100%; gap: 12px; }

    /* Full screen pax flyout */
    .bharat-pax-flyout {
        position: fixed !important;
        top: 0 !important; left: 0 !important;
        right: 0 !important; bottom: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;
        height: 100vh !important;
        margin: 0 !important;
        border-radius: 0 !important;
        z-index: 99999 !important;
        overflow-y: auto !important;
        padding: 20px !important;
        padding-top: 70px !important;
        animation: mobileSlideUp 0.3s ease-out;
    }
    .dropdown-menu.bharat-pax-flyout {
        inset: 0 !important;
        transform: none !important;
    }
    .bharat-mobile-close-bar {
        display: flex;
        position: fixed;
        top: 0; left: 0; right: 0;
        height: 56px;
        background: linear-gradient(135deg, var(--bharat-navy), var(--bharat-navy-glow));
        color: white;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        z-index: 100001;
        font-size: 16px;
        font-weight: 700;
    }
    .bharat-mobile-close-bar .bharat-close-x {
        width: 36px; height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        cursor: pointer;
        font-size: 18px;
    }

    /* Full screen calendar */
    /* ===== FULL SCREEN CALENDAR ON MOBILE ===== */
#ui-datepicker-div {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    z-index: 999999 !important;
    border-radius: 0 !important;
    background: #fff !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

#ui-datepicker-div .ui-datepicker-header {
    padding: 18px 60px !important;
    background: linear-gradient(135deg, var(--bharat-navy), var(--bharat-navy-glow)) !important;
    color: white !important;
    border-radius: 0 !important;
    border: none !important;
    position: relative !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#ui-datepicker-div .ui-datepicker-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: white !important;
    line-height: 1.2 !important;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 44px !important;
    cursor: pointer !important;
    z-index: 100 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.15) !important;
    border: none !important;
    display: block !important;
    text-align: center !important;
    line-height: 44px !important;
}

#ui-datepicker-div .ui-datepicker-prev {
    left: 10px !important;
}

#ui-datepicker-div .ui-datepicker-next {
    right: 10px !important;
}

#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-prev:active,
#ui-datepicker-div .ui-datepicker-next:active {
    background: rgba(255,255,255,0.3) !important;
    cursor: pointer !important;
}

/* Make sure the icon spans inside prev/next are visible and clickable */
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -8px !important;
    margin-left: -8px !important;
    filter: brightness(0) invert(1) !important;
}

/* Override jQuery UI hover states that might block clicks */
#ui-datepicker-div .ui-datepicker-prev.ui-state-hover,
#ui-datepicker-div .ui-datepicker-next.ui-state-hover {
    top: 50% !important;
    cursor: pointer !important;
}

#ui-datepicker-div .ui-datepicker-prev-hover {
    left: 10px !important;
}

#ui-datepicker-div .ui-datepicker-next-hover {
    right: 10px !important;
}

#ui-datepicker-div .ui-datepicker-calendar {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 !important;
    padding: 10px !important;
}

#ui-datepicker-div .ui-datepicker-calendar thead th {
    padding: 14px 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--bharat-slate) !important;
    text-align: center !important;
    background: transparent !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td {
    padding: 3px !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td a,
#ui-datepicker-div .ui-datepicker-calendar tbody td span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 48px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    color: var(--bharat-charcoal) !important;
    background: transparent !important;
    border: none !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td a:hover,
#ui-datepicker-div .ui-datepicker-calendar tbody td a:active {
    background: rgba(255,153,51,0.12) !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
    background: var(--bharat-saffron) !important;
    color: white !important;
    font-weight: 700 !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-highlight {
    background: rgba(255,153,51,0.15) !important;
    color: var(--bharat-saffron) !important;
    font-weight: 600 !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-unselectable span {
    color: #ccc !important;
}

/* Close button overlay for calendar - positioned TOP LEFT */
#bharat-cal-close {
    pointer-events: auto !important;
}

    /* Close button for mobile calendar */
    .bharat-dp-close-btn {
        position: fixed;
        top: 10px;
        right: 12px;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.2);
        border: none;
        border-radius: 50%;
        color: white;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 9999999;
        line-height: 1;
    }
}

/* Hide close button on desktop */
.bharat-dp-close-btn {
    display: none;
}
}

/* Close button INSIDE datepicker header on mobile */
@media (max-width: 767px) {
    .bharat-dp-close-btn {
        position: absolute !important;
        top: 50% !important;
        right: 60px !important;
        transform: translateY(-50%) !important;
        width: 36px !important;
        height: 36px !important;
        background: rgba(255,255,255,0.2) !important;
        border: none !important;
        border-radius: 50% !important;
        color: white !important;
        font-size: 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        z-index: 9999999 !important;
        line-height: 1 !important;
        padding: 0 !important;
    }
    .bharat-dp-close-btn:active {
        background: rgba(255,255,255,0.4) !important;
    }
}

/* Hide on desktop */
@media (min-width: 768px) {
    .bharat-dp-close-btn {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .bharat-finder-zone { padding: 0 6px; margin-top: -280px; }
    .bharat-module-link { height: 56px; width: 68px; font-size: 9px; gap: 3px; }
    .bharat-module-link .bharat-icon-badge { width: 26px; height: 26px; }
    .bharat-module-link .bharat-icon-badge svg { width: 20px; height: 20px; }
    .bharat-module-link .bharat-icon-badge i { font-size: 17px; }
    .bharat-content-zone { padding: 14px 12px; }
    .bharat-origin-side { padding-right: 18px; }
    .bharat-dest-side { padding-left: 18px; }
    .bharat-swap-circle { width: 34px; height: 34px; }
    .bharat-swap-circle svg { width: 12px; height: 12px; }
    .bharat-action-btn { height: 50px; font-size: 15px; }
    .bharat-choice-tag { padding: 7px 14px; font-size: 11px; }
    .bharat-date-pair { gap: 10px; }
    .bharat-module-link { height: 54px; width: 66px; font-size: 9px; gap: 3px; }
    .bharat-module-link .bharat-icon-badge { width: 24px; height: 24px; }
    .bharat-module-link .bharat-icon-badge svg { width: 20px; height: 20px; }
    .bharat-module-link .bharat-icon-badge i { font-size: 16px; }
    .bharat-slider-carousel .bharat-slide-block img { height: 290px; }
}

/* ============================================================
   HOLIDAY SEARCH FORM — Image-matching redesign
   ============================================================ */
.hol-search-box {
    font-family: 'Poppins', sans-serif;
}
/* Trip type + title row */
.hol-trip-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    animation: bharatFadeSlide 0.45s ease both;
}
@keyframes bharatFadeSlide {
    from { opacity:0; transform: translateY(-10px); }
    to   { opacity:1; transform: translateY(0); }
}
.hol-trip-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.hol-trip-item { position: relative; }
.hol-trip-item input[type="radio"] { position:absolute; opacity:0; width:0; height:0; }
.hol-trip-label {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 18px;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    background: #f8fafc;
    user-select: none;
}
.hol-trip-label .hol-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    transition: all 0.2s ease;
    background: #fff;
    flex-shrink: 0;
}
.hol-trip-item input:checked + .hol-trip-label {
    border-color: #e63946;
    color: #e63946;
    background: #fff5f5;
}
.hol-trip-item input:checked + .hol-trip-label .hol-dot {
    background: #e63946;
    border-color: #e63946;
    box-shadow: 0 0 0 3px rgba(230,57,70,0.15);
}
.hol-trip-label:hover {
    border-color: #e63946;
    color: #e63946;
    background: #fff5f5;
}
.hol-package-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    text-align: right;
    letter-spacing: -0.2px;
    flex: 1;
    min-width: 200px;
}
@media (max-width: 640px) {
    .hol-package-title { text-align: left; font-size: 13px; }
}

/* Main search inputs row */
.hol-search-row {
    display: flex;
    gap: 0;
    border: none;
    border-radius: 14px;
    overflow: visible;
    background: #fff;
    box-shadow: none;
    transition: box-shadow 0.25s ease;
    margin-bottom: 18px;
    animation: bharatFadeSlide 0.55s ease both;
}
.hol-search-row:focus-within {
    box-shadow: none;
}
.hol-dest-field {
    flex: 1;
    padding: 16px 20px;
    border: none;
    border-right: none;
    background: transparent;
    cursor: pointer;
    min-width: 0;
    position: relative;
    transition: background 0.2s ease;
}
.hol-dest-field:focus-within {
    background: #fffbfb;
}
.hol-dest-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.hol-dest-label svg { width:13px; height:13px; flex-shrink:0; }
.hol-dest-value {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.hol-dest-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.hol-dest-input-wrap input[type="text"] {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-shadow: none !important;
}
.hol-dest-input-wrap input[type="text"]::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #94a3b8;
}
.hol-gps-icon {
    flex-shrink: 0;
    color: #94a3b8;
    margin-left: 8px;
    cursor: pointer;
    transition: color 0.2s;
}
.hol-gps-icon:hover { color: #e63946; }

.hol-month-field {
    flex: 0 0 220px;
    padding: 16px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: background 0.2s ease;
}
.hol-month-field:hover { background: #fffbfb; }
.hol-month-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.hol-month-label svg { width:13px; height:13px; flex-shrink:0; }
.hol-month-value {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    font-style: italic;
}
.hol-btn-wrap {
    flex-shrink: 0;
    padding: 8px;
    display: flex;
    align-items: center;
}
.hol-search-btn {
    background: #e63946;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 56px;
    position: relative;
    overflow: hidden;
}
.hol-search-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
    border-radius: inherit;
}
.hol-search-btn:hover {
    background: #c1121f;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(230,57,70,0.4);
}
.hol-search-btn:active { transform: translateY(0); box-shadow: none; }
.hol-search-btn svg { width:17px; height:17px; flex-shrink:0; }

/* Month picker dropdown */
.hol-month-popup {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.14);
    z-index: 9999;
    padding: 18px;
    min-width: 280px;
    animation: bharatDropIn 0.25s ease;
}
@keyframes bharatDropIn {
    from { opacity:0; transform: translateY(-8px); }
    to   { opacity:1; transform: translateY(0); }
}
.hol-month-popup.open { display: block; }
.hol-month-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.hol-month-option {
    padding: 10px 6px;
    text-align: center;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.18s ease;
    user-select: none;
}
.hol-month-option:hover,
.hol-month-option.selected {
    background: #e63946;
    color: #fff;
    border-color: #e63946;
}
.hol-any-time-opt {
    grid-column: 1 / -1;
    background: #f8fafc;
    font-style: italic;
    color: #64748b;
}
.hol-any-time-opt:hover,
.hol-any-time-opt.selected {
    background: #e63946;
    color: #fff;
    border-color: #e63946;
    font-style: normal;
}

/* Recent searches */
.hol-recent-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    animation: bharatFadeSlide 0.65s ease both;
}
.hol-recent-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.hol-recent-label svg { width:14px; height:14px; }
.hol-recent-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.hol-chip {
    display: flex;
    flex-direction: column;
    padding: 6px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.3;
    background: #f8fafc;
}
.hol-chip span {
    font-size: 10px;
    font-weight: 400;
    color: #94a3b8;
}
.hol-chip:hover {
    border-color: #e63946;
    color: #e63946;
    background: #fff5f5;
}
.hol-clear-all {
    font-size: 12px;
    font-weight: 600;
    color: #e63946;
    cursor: pointer;
    text-decoration: none;
    margin-left: 4px;
    transition: opacity 0.2s;
    white-space: nowrap;
}
.hol-clear-all:hover { opacity: 0.75; }

/* Mobile responsive for holiday search */
@media (max-width: 768px) {
    .hol-search-row {
        flex-direction: column;
        border-radius: 12px;
    }
    .hol-dest-field {
        border-right: none;
        border-bottom: none;
    }
    .hol-month-field {
        flex: none;
        width: 100%;
        border-bottom: none;
    }
    .hol-btn-wrap { width: 100%; padding: 0 8px 8px; }
    .hol-search-btn { width: 100%; justify-content: center; height: 50px; font-size: 16px; }
    .hol-package-title { display: none; }
    .hol-dest-input-wrap input[type="text"] { font-size: 17px; }
    .hol-month-value { font-size: 17px; }
    .hol-month-popup { min-width: 240px; }
    .hol-dest-field:focus-within { border-bottom: none; }
    .bharat-module-link { padding: 10px 12px; }
}
@media (max-width: 480px) {
    .hol-trip-pills { gap: 6px; }
    .hol-trip-label { padding: 6px 12px; font-size: 12px; }
    .hol-recent-chips { gap: 6px; }
}

/* ===== DATEPICKER — always on top of everything ===== */
#ui-datepicker-div {
    z-index: 999999 !important;
}
