* {
    --websiteTheme2: #62bad5;
    /* --websiteTheme2: #d6214a; */
    --websiteTheme: #093b57 ;
    /* --websiteTheme: #1c3a45 ; */
    --secondaryColor: #62bad5;
    /* --secondaryColor: #ff003c; */
    --websiteThemeLight2: #ffbfcd;
    --websiteThemeLight: #e1e9ed;
    --cardLightTheme: #bacdd5;
    --websiteThemeLighter2: #d6214a21;
    --websiteThemeLighter: #16557121;
    --websiteThemeLightest: #d6214a0a;
    --blueFilter: brightness(0) saturate(100%) invert(44%) sepia(39%) saturate(908%) hue-rotate(168deg) brightness(96%) contrast(94%);
    --yellowFilter: brightness(0) saturate(100%) invert(60%) sepia(98%) saturate(653%) hue-rotate(0deg) brightness(100%) contrast(104%)
}

body.homepage {
    background: var(--websiteThemeLighter)
}

.icon-sidebar-wrapper .block:nth-child(2) {
    background: #212121
}
.homepage-banner-content {
    padding: 10px 0;
}
.homepage-banner-content p {
    color: #fff;
}
.homepage-banner-content h2 {
    color: #fff;
}
.iternary-total-price {
    background: var(--websiteTheme2)
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px !important;
        background: var(--websiteTheme)  !important;
}
.landing-header .navbar-light .navbar-nav .nav-link {
    background: #fff !important;
    padding: 10px;
}
.homepagea label {
    color: #333 !important;
    font-size: 14px !important;
}
.shadow-sm.border-0.overflow-hidden 
{
    height: 120px;
    border-radius: 10px !important;
}
.exclusive-deals-section .text-primary {
    color: var(--websiteTheme2) !important;
}
.exclusive-deals-section .border-bottom{
    border-color:var(--websiteTheme2) !important;
}
.form-control-sm {
    height: calc(1.5em + .75rem + 2px);}
.card.shadow-sm.border-0.rounded-lg.overflow-hidden img {
    height: 100%  !important;
    object-fit: cover !important; 
}
.flight-routes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.route-card {
    flex: 0 0 calc(50% - 15px);
    box-sizing: border-box;
}
@media screen and (max-width:576px) {
    .scroll-top-button {
        display: none !important;
    }
}

.rounded-theme,
.home-custom-buttons .themeBackground.addSegment,
.home-custom-buttons a.themeBackground.text-white,
.home-custom-buttons button.themeBackground.text-white {
    clip-path: polygon(15px 0, 100%0, 100%0, calc(100% - 15px) 100%, 0 100%);
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-radius: 0 !important
}

.home-custom-buttons a.themeBackground.text-white:not(:nth-child(1)),
.home-custom-buttons button.themeBackground.text-white:not(:nth-child(1)) {
    margin-left: -10px !important
}

.banner-section {
    background: var(--websiteTheme)
}

.nav-pills-custom .nav-link {
    box-shadow: none;
}
#myTab a.active {
    background: var(--secondaryColor) !important;
    color: #fff !important;
    border-color: var(--secondaryColor) !important;
}
.nav-pills-custom .nav-link.active,
.nav-pills-custom .nav-link:hover {
    background: #fff !important;
    border-color: var(--websiteTheme)
}

#myTab a {
    border: 0;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -khtml-border-radius: .25rem
}

#myTab a.active img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.home-flight-search-form,
.home-hotel-search-form {
    display: grid
}

.home-flight-search-form>div:not(:last-child),
.home-hotel-search-form>div:not(:last-child) {
    border-right: 1px solid #dee2e6
}

.home-flight-search-form {
    grid-template-columns: 1.4fr 1.4fr 1fr 1fr 1.2fr
}

.home-flight-search-form.multi-city-form-grid {
    grid-template-columns: 1fr
}

.home-flight-search-form>div,
.holiday-form .form-group {
    padding: 10px 15px
}

.home-flight-search-form>div.disabled {
    background: #00000008
}

.home-flight-search-form .swap {
    top: 50% !important;
    left: 100% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, .12)0 1px 3px, rgba(0, 0, 0, .24)0 1px 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%
}

.home-flight-search-form .swap img {
    margin: -2px
}

@media screen and (max-width:991px) {
    .home-flight-search-form {
        grid-template-columns: 1fr 1fr;
        padding: 0
    }
    .text-left-on-mobile{
        text-align: left !important;
    }

    .home-flight-search-form>div:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #dee2e6
    }

    .home-flight-search-form>div:nth-child(odd) {
        border-right: 1px solid #dee2e6 !important
    }

    .nav-pills-custom .nav-link {
        padding: 4px 3px !important;
        margin: 0;
        border-width: 3px;
        font-size: .8rem !important
    }

    div#v-pills-tab {
        overflow: unset;
        overflow-x: auto
    }
}

@media screen and (max-width:576px) {
    .home-flight-search-form {
        grid-template-columns: 1fr
    }

    .home-flight-search-form>div:nth-child(odd) {
        border-right: 0 !important
    }

    .home-flight-search-form .swap {
        top: 100% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform: translate(-50%, -50%) rotate(90deg)
    }

    .custom-owl-navs .owl-nav,
    #popular-destination .owl-nav {
        display: none
    }
}

.home-hotel-search-form {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr 200px
}

.home-hotel-search-form>div {
    background: #fff;
    padding: 10px
}

.home-hotel-search-form>div:nth-child(1) {
    border-radius: .25rem 0 0 .25rem
}

.home-hotel-search-form>div:nth-last-child(1) {
    border-radius: 0 .25rem .25rem 0
}

.home-hotel-search-form label {
    font-size: .8rem;
    line-height: initial;
    margin-bottom: 5px
}

.home-hotel-search-form input,
.home-hotel-search-form select {
    font-size: .85rem;
    padding-bottom: 0 !important
}

@media screen and (max-width:991px) {
    .home-hotel-search-form {
        grid-template-columns: repeat(3, 1fr)
    }

    .home-hotel-search-form>div:nth-child(1),
    .home-hotel-search-form>div:nth-child(2),
    .home-hotel-search-form>div:nth-child(3) {
        border-bottom: 1px solid #dee2e6
    }

    .home-hotel-search-form>div:nth-child(1) {
        border-radius: .25rem 0 0 0
    }

    .home-hotel-search-form>div:nth-child(3) {
        border-right: 0;
        border-radius: 0 .25rem 0 0
    }

    .home-hotel-search-form>div:nth-child(4) {
        border-radius: 0 0 0 .25rem
    }

    .home-hotel-search-form>div:nth-last-child(1) {
        border-radius: 0 0 .25rem 0
    }
}

@media screen and (max-width:768px) {
    .home-hotel-search-form {
        grid-template-columns: 1fr
    }

    .home-hotel-search-form>div:nth-child(1),
    .home-hotel-search-form>div:nth-child(2),
    .home-hotel-search-form>div:nth-child(4),
    .home-hotel-search-form>div:nth-child(5) {
        border-right: 0
    }

    .home-hotel-search-form>div:nth-child(4),
    .home-hotel-search-form>div:nth-child(5) {
        border-bottom: 1px solid #dee2e6
    }

    .home-hotel-search-form>div:nth-child(1) {
        border-radius: .25rem .25rem 0 0
    }

    .home-hotel-search-form>div:nth-child(3) {
        border-radius: 0
    }

    .home-hotel-search-form>div:nth-child(4) {
        border-radius: 0
    }

    .home-hotel-search-form>div:nth-last-child(1) {
        border-radius: 0 0 .25rem .25rem
    }
}

.flight-search-form {
    background: var(--websiteTheme)
}

.search-page-form .flight-way-tab #myTab a {
    border-radius: .25rem !important;
    -moz-border-radius: .25rem !important;
    -webkit-border-radius: .25rem !important;
    -khtml-border-radius: .25rem !important
}

.flight-search-page-form>div.disabled {
    background: #00000008
}

.flight-search-page-form input {
    border-bottom: 0 !important;
    padding-bottom: 0
}

.col-12.hide-on-med-and-down {
    background: var(--websiteTheme2) !important;
    color: #fff !important
}

.coupon>div {
    background: #fff
}

.multicity-main-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid #dee2e6 !important
}

.multicity-main-form label {
    font-weight: 600
}

.multicity-main-form>.form-group input.airport_search2 {
    border: 0
}

.multicity-main-form input.hasDatepicker {
    border: 0;
    font-weight: 400
}

.multicity-main-form>div {
    padding: 10px 15px
}

.multicity-main-form>div.form-group:nth-child(3) {
    padding: 10px 35px 10px 15px
}

.multicity-main-form>div:nth-child(1),
.multicity-main-form>div:nth-child(2) {
    border-right: 1px solid #dee2e6
}

.multicity-main-form .multicity_filghtremoveicon {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-6px, -50%);
    -webkit-transform: translate(-6px, -50%)
}

@media screen and (max-width:768px) {
    .multicity-main-form {
        grid-template-columns: 1fr 1fr
    }

    .multicity-main-form>div:nth-child(1),
    .multicity-main-form>div:nth-child(2) {
        border-bottom: 1px solid #dee2e6
    }

    .multicity-main-form>div:nth-child(2) {
        border-right: 0
    }

    .multicity-main-form>div.form-group:nth-child(3) {
        grid-area: 2/1/3/3
    }

    .multicity-main-form .multicity_filghtremoveicon {
        top: initial;
        bottom: 18px
    }
}

@media screen and (max-width:576px) {
    .multicity-main-form {
        grid-template-columns: 1fr
    }

    .multicity-main-form>div:nth-child(1) {
        border-right: 0
    }

    .multicity-main-form>div.form-group:nth-child(3) {
        grid-area: initial
    }
}

.flight-search-listing-page .mobile-top-bar .top-grid {
    background: var(--websiteTheme)
}

.flight-search-listing-page .multicity-main-form {
    background: #fff
}

.flight-search-listing-page #myTabContent .multicity_filghtremoveicon {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-6px, -50%);
    -webkit-transform: translate(-6px, -50%);
    font-size: initial;
    height: 22px
}

@media screen and (max-width:768px) {
    .flight-search-listing-page #myTabContent .multicity_filghtremoveicon {
        top: initial;
        bottom: 18px
    }
}

@media screen and (max-width:576px) {
    .flight-search-page-form.flight-search-page-multi-city-form {
        grid-template-columns: 1fr
    }

    .flight-search-page-form.flight-search-page-multi-city-form .traveller-class {
        grid-area: initial
    }
}

.hotel-modify-section {
    background: var(--websiteTheme)
}

.hotel-search-page .hotel-search-page-form {
    background: #fff;
    gap: 0;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -khtml-border-radius: .25rem
}

.hotel-search-page .hotel-search-page-form>div {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0
}

.hotel-search-page .hotel-search-page-form>div:nth-child(1) {
    border-radius: .25rem 0 0 .25rem;
    -moz-border-radius: .25rem 0 0 .25rem;
    -webkit-border-radius: .25rem 0 0 .25rem;
    -khtml-border-radius: .25rem 0 0 .25rem
}

.hotel-search-page .hotel-search-page-form>div:last-child {
    border-radius: 0 .25rem .25rem 0;
    -moz-border-radius: 0 .25rem .25rem 0;
    -webkit-border-radius: 0 .25rem .25rem 0;
    -khtml-border-radius: 0 .25rem .25rem 0
}

.hotel-search-page .hotel-search-page-form>div:not(:last-child) {
    border-right: 1px solid #dee2e6
}

.hotel-search-page .hotel-search-page-form>div:nth-last-child(1) {
    padding: 10px
}

@media screen and (min-width:991px) {
    .hotel-sidebar-filter {
        position: static;
        top: unset;
        max-height: unset
    }
}

@media screen and (max-width:991px) {

    .hotel-search-page .hotel-search-page-form>div:nth-child(1),
    .hotel-search-page .hotel-search-page-form>div:nth-child(2),
    .hotel-search-page .hotel-search-page-form>div:nth-child(3),
    .hotel-search-page .hotel-search-page-form>div:nth-child(4) {
        border-bottom: 1px solid #dee2e6
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(1) {
        border-radius: .25rem 0 0 0;
        -moz-border-radius: .25rem 0 0 0;
        -webkit-border-radius: .25rem 0 0 0;
        -khtml-border-radius: .25rem 0 0 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(3) {
        border-radius: 0 .25rem 0 0;
        -moz-border-radius: 0 .25rem 0 0;
        -webkit-border-radius: 0 .25rem 0 0;
        -khtml-border-radius: 0 .25rem 0 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(4) {
        border-radius: 0 0 0 .25rem;
        -moz-border-radius: 0 0 0 .25rem;
        -webkit-border-radius: 0 0 0 .25rem;
        -khtml-border-radius: 0 0 0 .25rem
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(6) {
        border-radius: 0 0 .25rem 0;
        -moz-border-radius: 0 0 .25rem 0;
        -webkit-border-radius: 0 0 .25rem 0;
        -khtml-border-radius: 0 0 .25rem 0
    }

    .hotel-search-page .hotel-search-page-form {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:768px) {

    .hotel-search-page .hotel-search-page-form>div:nth-child(4),
    .hotel-search-page .hotel-search-page-form>div:nth-child(5) {
        border-bottom: 1px solid #dee2e6
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(1) {
        border-radius: .25rem .25rem 0 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(3) {
        border-radius: 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(4) {
        border-radius: 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(6) {
        border-radius: 0 0 .25rem .25rem
    }

    .hotel-search-page .hotel-search-page-form {
        grid-template-columns: 1fr
    }
}

.hotel-traveller-heading {
    background: var(--websiteTheme2);
    color: #fff
}

.add-pax-modal .single-traveller,
.add-travellers-modal .single-traveller {
    grid-template-columns: 40px 1fr 40px;
    gap: 20px
}

.add-pax-modal .single-traveller button,
.add-travellers-modal .single-traveller button {
    aspect-ratio: 1/1;
    background: var(--websiteThemeLight);
    place-items: center
}

.add-pax-modal .single-traveller input,
.add-travellers-modal .single-traveller input {
    width: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-align: right
}

.add-pax-modal .single-traveller .adults label,
.add-travellers-modal .single-traveller .adults label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1rem
}

.add-pax-modal .book-btns-group,
.add-travellers-modal .book-btns-group {
    gap: 10px
}

.add-pax-modal .book-btns-group .radio label:hover,
.add-travellers-modal .book-btns-group .radio label:hover {
    background: #00000014;
    transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.add-pax-modal .book-btns-group .radio label:hover,
.add-travellers-modal .book-btns-group .radio label:hover {
    background: var(--websiteThemeLighter)
}

.add-pax-modal .book-btns-group input[type=radio]:checked+label,
.add-travellers-modal .book-btns-group input[type=radio]:checked+label {
    background: var(--websiteTheme)
}

.add-pax-modal button.applyy,
.add-travellers-modal button.applyy {
    background: var(--websiteTheme)
}

.new-flight-card .top-block {
    grid-template-columns: 100px 3fr 150px;
    font-weight: 700
}

.new-flight-card.bg-theme-light {
    background: var(--cardLightTheme)
}

.new-flight-card .top-block .fs-airport-time {
    font-weight: 400;
    font-size: .7rem
}

.new-flight-card .top-block .journey-details {
    align-items: stretch
}

.new-flight-card.domestic-round-trip .top-block .airline {
    grid-column: 1/3
}

.new-flight-card.domestic-multi-city .top-block .select-radio label,
.new-flight-card.domestic-round-trip .top-block .select-radio label {
    display: block;
    width: 100%;
    background: var(--websiteTheme);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 7px 5px;
    font-size: .9rem;
    font-weight: 400;
    cursor: pointer
}

.new-flight-card .other-details #pills-tab>.nav-item:nth-child(1) {
    order: 1
}

.new-flight-card .other-details #pills-tab>.nav-item:nth-child(2) {
    order: 4
}

.new-flight-card .other-details #pills-tab>.nav-item:nth-child(3) {
    order: 2
}

.new-flight-card .other-details #pills-tab>.nav-item:nth-child(4) {
    order: 3
}

@media screen and (min-width:576px) {
    .new-flight-card.domestic-round-trip .top-block {
        grid-template-columns: 1fr 120px
    }

    .new-flight-card.domestic-round-trip .top-block .journey-details {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:1200px) {
    .new-flight-card .top-block .fs-airport-time {
        font-size: 12px
    }
}

.search-by-flight img {
    width: 20px;
    height: 20px;
    margin-top: 0
}

#popular-destination .owl-nav .owl-next,
.custom-owl-navs .owl-nav .owl-next {
    transform: translate(20px, 0)
}

#popular-destination .owl-nav .owl-prev,
.custom-owl-navs .owl-nav .owl-prev {
    transform: translate(-20px, 0)
}

.holiday-form>div:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 154px;
    align-items: center
}

.holiday-form .form-group {
    border-right: 1px solid #dee2e6 !important
}

@media screen and (min-width:768px) {
    .flightRoundDomesticFilterGrid .new-flight-card .other-details ul#pills-tab {
        width: 100%;
        max-width: calc((100vw - 370px - 5rem)/2)
    }
}

@media screen and (max-width:768px) {
    .new-flight-card.round-trip-international-flight-card .top-block .button-container {
        display: flex;
        gap: 10px
    }
}

@media screen and (max-width:576px) {
    .new-flight-card .top-block {
        grid-template-columns: 1fr !important
    }

    .new-flight-card .top-block .airline {
        padding-right: 100px
    }

    .new-flight-card .top-block .airline,
    .new-flight-card .top-block .journey-details,
    .new-flight-card .top-block .price,
    .new-flight-card.one-way-flight-card .top-block .actions {
        grid-area: unset !important
    }

    .new-flight-card.one-way-flight-card .journey-details {
        grid-template-columns: 1fr 1fr 1fr
    }

    .new-flight-card.multi-city-international-flight-card .top-block .price,
    .new-flight-card.one-way-flight-card .top-block .actions,
    .new-flight-card.round-trip-flight-card .top-block .price {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .new-flight-card.round-trip-flight-card .top-block .price {
        flex-direction: row-reverse
    }

    .new-flight-card.round-trip-flight-card.domestic-multi-city .top-block .price {
        flex-direction: row
    }

    .new-flight-card .top-block .price-shown {
        font-size: 1.1rem !important
    }

    .new-flight-card .top-block button,
    .new-flight-card.domestic-multi-city .top-block .select-radio label,
    .new-flight-card.domestic-round-trip .top-block .select-radio label {
        max-width: 110px;
        width: 110px
    }

    .new-flight-card.multi-city-international-flight-card .top-block .airline,
    .new-flight-card.round-trip-international-flight-card .top-block .airline {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .new-flight-card.multi-city-international-flight-card .more-fair-float-box,
    .new-flight-card.round-trip-international-flight-card .more-fair-float-box {
        bottom: unset;
        top: 0
    }

    .new-flight-card.round-trip-international-flight-card .top-block .flight-details {
        grid-template-columns: 1fr
    }

    div#v-pills-tab {
        overflow-x: auto;
        width: 300px
    }

    #v-pills-tabContent #myTab a {
        padding: 5px 10px;
        font-size: 12px
    }

    ul#myTab {
        gap: 5px
    }

    .home-flight-search-form>div,
    .home-hotel-search-form>div,
    .holiday-form .form-group,
    .multicity-main-form>div {
        padding: 5px 10px
    }

    .multicity-main-form>div.form-group:nth-child(3) {
        padding: 5px 30px 5px 10px
    }

    .home-flight-search-form label,
    .home-hotel-search-form label,
    .holiday-form .form-group label,
    .multicity-main-form label {
        font-size: 12px
    }

    .book-btns-group label {
        padding: 2px 10px;
        font-size: 12px;
        font-weight: 500
    }

    .extra-option label {
        font-size: 12px !important
    }

    .extra-option label input[type=radio] {
        width: 15px;
        height: 15px
    }

    .holiday-form>div,
    .holiday-form>div:nth-child(1) {
        grid-template-columns: 1fr
    }

    .holiday-form .form-group {
        border-right: 0;
        border-bottom: 1px solid #dee2e6 !important
    }
}

.book-btns-group input[type=radio]:checked+label {
    background: var(--websiteTheme2);
    border-color: var(--websiteTheme2)
}

.benefit-block .benefit-card>div:nth-child(2) {
    position: relative;
    z-index: 1
}

.benefit-block .benefit-card .shadow-image {
    z-index: 0
}

span.offercode {
    background: rgb(237, 255, 227);
    color: #212529;
    display: block;
    padding: 5px;
    font-size: 12px
}

#flight-term-modal .modal-content {
    max-width: 800px;
    margin: 50px auto;
}

#flight-term-modal .modal-body {
    padding: 20px;
}

#flight-term-modal .modal-header {
    background: var(--websiteTheme2) !important;
    color: #fff;
    padding: 10px !important;
}

#flight-term-modal .modal-header h5 {
    font-size: 16px;
}

.check-term label {
    padding: 0px;
    font-weight: 500;
    margin: 0 0;
    align-items: center;
    font-size: 18px;
    display: inline-flex;
}

.check-term label input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.continue-btn {
    background: var(--websiteTheme2);
}

#flight-term-modal .modal-header .close {
    opacity: 1;
}

.attention-traveller ol {
    padding-left: 20px;
    padding-top: 20px;
}

.attention-traveller {
    overflow-y: auto;
    height: 300px;
    padding: 10px;
}

#flight-term-modal .modal-footer {
    padding: 4px;
    background: #f2f2f2;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.trending-routes {
  font-family: 'Poppins', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.route-card {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.route-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.city-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.special-label {
  background-color: #ff6b6b;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.route-details {
  margin-bottom: 15px;
}

.route-code {
    font-size: 15px;
    font-weight: 600;
    color: #5aa1e9;
    margin-bottom: 0px;
}

.route-date {
  font-size: 12px;
  color: #666;
}

.route-price {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  text-align: right;
}

/* Responsive design */
@media (max-width: 992px) {
  .routes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .routes-grid {
    grid-template-columns: 1fr;
  }
  
  .section-title {
    font-size: 20px;
  }
  
  .city-name {
    font-size: 16px;
  }
  
  .route-price {
    font-size: 18px;
  }
}
.route-flight-image {
    width: 80px;
    border-radius: 5px;
    height: 80px;
}
.route-flight-image img{
border-radius: inherit;
height: 100%;
}
.themeBackground.rounded-circle.d-flex.justify-content-center.align-items-center h4 i {
    color: #fff;
}
button.btn.text-white.w-100.h-100.themeBackground {
    background: var(--secondaryColor) !important;
}
.home-middle-banners .image {
    height: 150px;
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
}
.home-middle-banners .image img{
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

/* ///// */
.blue-search-container {
    background-color: var(--websiteTheme);
    padding: 40px 0 60px 0;
    font-family: 'Poppins', sans-serif;
}
.blue-search-container h2 {
    color: white;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}
.blue-search-container p {
    color: #e0e0e0;
    font-size: 16px;
    margin-bottom: 25px;
}
/* Custom Tabs */
.custom-tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
}
.custom-tab-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    background: transparent;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
.custom-tab-link.active {
    background: #62bad5;
    color: #093b57;
    font-weight: 600;
    border: 1px solid #fff;
}
.custom-tab-link.active:hover{
        color: #093b57 !important;
}
.custom-tab-link:hover{
    color: #fff !important;
}
.custom-tab-link svg,
.custom-tab-link svg path,
.custom-tab-link i {
    fill: currentColor;
}

/* The Yellow Bar Form */
.yellow-search-bar {
    display: flex;
    background: white;
    border: 4px solid var(--websiteTheme2);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    position: relative;
    align-items: center;
}
.search-input-col {
    flex: 1;
    padding: 8px 15px;
    border-right: 1px solid #eee;
    position: relative;
}
.search-input-col:last-child {
    border-right: none;
}
.search-input-col label {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.search-input-col input, .search-input-col .form-control {
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none !important;
}
.search-input-col i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 20px;
    display: none; 
}

/* Swap Icon */
.swap-circle {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
}

.blue-search-container h2 {
    color: white;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}
.themeBackground2.text-white.rounded.p-3.shadow-sm.d-flex.align-items-center.justify-content-between.flex-wrap {
    border: 1px solid #ddd;
    background: #05517c;
}
table.tvdetails {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-collapse: separate;
}
.blue-search-container p {
    color: #e0e0e0;
    font-size: 16px;
    margin-bottom: 25px;
}
.custom-tabs-nav {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.custom-tab-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    background: rgba(255,255,255,0.1);
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
/* .custom-tab-link:hover, .custom-tab-link.active {
    background: white;
    color: #004CB7;
} */
.custom-tab-link svg, .custom-tab-link i {
    fill: currentColor;
}
.yellow-search-bar {
    display: flex;
    background: white;
    border: 4px solid var(--websiteTheme2);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    position: relative;
    align-items: center;
}
/* Multi City Specific */
.yellow-search-bar.multi-city-layout {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
}
.multi-city-row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px;
    position: relative;
}
.multi-city-row:last-child {
    border-bottom: none;
}
.remove-segment-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    z-index: 10;
}

.search-input-col {
    flex: 1;
    padding: 8px 15px;
    border-right: 1px solid #eee;
    position: relative;
}
.search-input-col:last-child {
    border-right: none;
}
.search-input-col label {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.search-input-col input, .search-input-col .form-control {
    border: none;
padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none !important;
}
.swap-circle {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
}
.btn-search-main {
    background-color: var(--websiteTheme2);
    color: #093b57;
    font-weight: 700;
    font-size: 20px;
    padding: 0 40px;
    height: 65px; 
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: background 0.3s;
}
.btn-search-main-multy{
     background-color: var(--websiteTheme2);
    color: #093b57;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 40px;
    border: none;
    border-radius: 8px;
    margin-left: 10px;
    transition: background 0.3s;
    margin-top: 10px;
}
.blue-search-container input::placeholder {
    color: #000;
}
.SelectClass {
    width: 112px;
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-search-main:hover {
    background-color: #3e92ac;
    color: #093b57;
}
.flight-radio-options {
    display: flex;
    gap: 20px;
    color: white;
    margin-bottom: 15px;
    align-items: center;
}
.custom-radio {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.add-city-btn {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}
.add-city-btn:hover {
    background: white;
    color: #004CB7;
}
@media(max-width: 991px) {
    .yellow-search-bar, .yellow-search-bar.multi-city-layout {
        flex-direction: column;
        border: none;
        background: transparent;
        box-shadow: none;
    }
    .multi-city-row {
        flex-direction: column;
        background:transparent;
        border:none;
        padding:0;
    }
    .search-input-col {
        width: 100%;
        background: white;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    .swap-circle { display: none; }
    .btn-search-main {
        width: 100%;
        margin-left: 0;
        height: 50px;
    }
    .custom-tabs-nav { overflow-x: auto; }
}


#visa-country, input#holiday-city, input#onefrom, input#tofrom {
    background: url(../images/departure.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 30px !important;
}
input#tofrom {
    background: url(../images/return.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 30px !important;
}
input#defrom {
    background: url(../images/departure.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 30px !important;
}

input#refrom {
    background: url(../images/return.webp) no-repeat left;
    background-size: 20px;
    background-position: left 5px;
    padding-left: 30px !important;
}
input#sea-hotel {
    padding-left: 30px !important;
}
input#checkin, input#checkout {
    padding-left: 30px !important;
}
select#nation, select#nations {
    padding-left: 30px !important;
}
.custom-radio {
    font-weight: 400!important;
}
.flight-radio-options input {
    width: 30px;
    height: 20px;
}


.trending-routes {
    padding: 30px 0;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

/* CARD */
.trend-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1.5px solid var(--websiteTheme2);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.trend-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* IMAGE */
.trend-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

/* CONTENT */
.trend-content {
    flex: 1;
}

.trend-city {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plane-icon {
    margin: 0 6px;
    color: var(--websiteTheme2);
}

.trend-code {
    font-size: 12px;
    font-weight: 600;
    color: var(--websiteTheme2);
    margin-top: 2px;
}

/* BOTTOM ROW */
.trend-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

.trend-date {
    font-size: 12px;
    color: #666;
}

.trend-price {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.routes-swiper .trend-card {
    margin-right: 0;
}

@media (max-width: 767px) {
    .routes-grid {
        display: none;
    }
    .flight-radio-options {
    display: flex;
    gap: 15px;
    color: white;
    margin-bottom: 15px;
    align-items: center;
}
.navbar-light .navbar-toggler{
    border-color: #fff !important;
}
ul.navbar-nav.ml-auto.right-link {
    position: relative;
    top: 15px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.yellow-search-bar h5 {
    color: #fff;
}
.yellow-search-bar label {
    color: #fff;
}
.yellow-search-bar.flex-grow-1.p-3.mt-4 {
    padding: 0 !important;
}
.width100onmobile{
    width: 100%;
    max-width: 100%;
    flex:1;
}
form#bookinghotel label {
    color: #000;
}
form#bookingFlight label {
    color: #000;
}
form#bookingFlight .custom-radio {
    color: #fff;
}
.d-flex.align-items-center.ml-auto.mt-md-0.mt-2 {
    width: 100%;
}
button.exclusive-prev.btn.btn-light.rounded-circle.d-flex.align-items-center.justify-content-center.mr-2 {
    position: relative;
    top: 60px;
    z-index: 99999;
        background: var(--websiteTheme) !important;
        border-color:var(--websiteTheme) !important;
    color: #fff !important;
    left: 0;
}
button.exclusive-next.btn.btn-light.rounded-circle.d-flex.align-items-center.justify-content-center.mr-3 {
          position: relative;
        top: 60px;
        z-index: 99999;
        right: -15px;
        margin-left: auto;
            background: var(--websiteTheme) !important;
             border-color:var(--websiteTheme) !important;
    color: #fff !important;
    }
.exclusive-deals-section .swiper {
    margin-top: -50px;
}
}
