﻿@font-face {
    font-family: 'opensans-bold_0';
    src: url('../fonts/opensans-bold_0.woff') format('woff2'), url('../fonts/opensans-regular_0.woff') format('woff'), url('../fonts/opensans-semibold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --orange: #FF6B1A;
    --orange-hover: #e85c0d;
    --orange-soft: rgba(255, 107, 26, 0.10);
    --navy: #0F2342;
    --navy-mid: #1E3A5F;
    --sky-1: #CBE0F8;
    --sky-2: #A8C8EF;
    --white: #ffffff;
    --glass: rgba(255, 255, 255, 0.88);
    --border: rgba(200, 215, 235, 0.9);
    --border-focus: rgba(255, 107, 26, 0.55);
    --text-dark: #1A2E48;
    --text-mid: #4A6080;
    --text-muted: #9DB0C8;
    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --shadow-card: 0 20px 60px rgba(15, 35, 66, 0.18), 0 4px 16px rgba(15, 35, 66, 0.08);
    --shadow-input: 0 2px 8px rgba(15, 35, 66, 0.06);
    --shadow-btn: 0 8px 28px rgba(255, 107, 26, 0.40);
    --purple: #00a86b;
    --purple-soft: rgba(124,58,237,0.08);
    --dark: #0d1b2a;
    --navy: #1a1a2e;
    --slate: #64748b;
    --mint: #3ecfb2;
    --mint-light: #56e0c5;
}

.layout-pb-sm {
    padding-bottom: 30px;
}

.layout-pt-sm {
    padding-top: 30px;
}

section {
    display: block;
    margin: 0;
    padding: 0;
}

.maincenter {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.bg-white {
    background-color: var(--color-white) !important;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    margin: 0;
}

.fw-700 {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.45;
    font-weight: 600;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.couponcode {
    list-style-type: disc;
    padding-left: 0;
    font-weight: normal;
    margin-left: 20px;
}

h1 {
    font-size: 30px;
}

h1 {
    font-size: 2em;
}

#MultiCitySearchForm {
    display: none;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }
}

.
*/ :root {
    --font-primary: "Jost", sans-serif;
}

:root {
    --text-4: 4px;
    --text-7: 7px;
    --text-10: 10px;
    --text-12: 12px;
    --text-13: 13px;
    --text-14: 14px;
    --text-15: 15px;
    --text-16: 16px;
    --text-18: 18px;
    --text-20: 20px;
    --text-22: 22px;
    --text-24: 24px;
    --text-25: 25px;
    --text-26: 26px;
    --text-30: 30px;
    --text-40: 40px;
    --text-50: 50px;
    --text-60: 60px;
    --text-80: 80px;
}

:root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-border: #DDDDDD;
    --color-dark-1: #051036;
    --color-dark-2: #0D2857;
    --color-dark-3: #13357B;
    --color-dark-4: #163C8C;
    --color-light-1: #697488;
    --color-light-2: #F5F5F5;
    --color-light-3: #FBFCFF;
    --color-blue-1: #3554D1;
    --color-blue-2: #E5F0FD;
    --color-green-1: #EBFCEA;
    --color-green-2: #008009;
    --color-yellow-1: #F8D448;
    --color-yellow-2: #E1C03F;
    --color-yellow-3: #FFC700;
    --color-yellow-4: #FFF8DD;
    --color-brown-1: #923E01;
    --color-purple-1: #7E53F9;
    --color-red-1: #D93025;
    --color-red-2: #F1416C;
    --color-red-3: #FFF5F8;
    --color-info-1: #CDE9F6;
    --color-info-2: #4780AA;
    --color-warning-1: #F7F3D7;
    --color-warning-2: #927238;
    --color-error-1: #ECC8C5;
    --color-error-2: #AB3331;
    --color-success-1: #DEF2D7;
    --color-success-2: #5B7052;
}

@-webkit-keyframes reveal {
    100% {
        opacity: 1;
    }
}

@keyframes reveal {
    100% {
        opacity: 1;
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin: 0;
    font-size: 16px;
}

button {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
}

    button:focus {
        outline: 0;
    }

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input.text-white::-moz-placeholder {
    color: white;
}

input.text-white:-ms-input-placeholder {
    color: white;
}

input.text-white::placeholder {
    color: white;
}

h1,
h2,
h5 {
    margin: 0;
    line-height: 1.45;
    font-weight: 600;
}

.text-16 {
    font-size: var(--text-16) !important;
}

.text-18 {
    font-size: var(--text-18) !important;
}

.text-22 {
    font-size: var(--text-22) !important;
}

.text-24 {
    font-size: var(--text-24) !important;
}

.text-26 {
    font-size: var(--text-26) !important;
}

.text-30 {
    font-size: var(--text-30) !important;
}

.lh-15 {
    line-height: 1.5 !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

:root {
    --dashboard-width: 300px;
}

.destination {
    position: fixed !important;
    left: 72px !important;
    top: unset !important;
    z-index: 99;
    background: #fff;
    border: 1px solid #d4d4d4;
    max-height: 100%;
    width: 85%;
    overflow-y: auto;
    padding: 2px;
}

@media only screen and (max-width:760px) {
    .destination {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 989px) {
    .destination.full-view {
        position: fixed;
        top: 0;
        left: 0;
        width: 101%;
        height: 100%;
        background-color: white;
        z-index: 1000;
        overflow-y: auto;
        padding: 2px;
    }


    .destinationarv.full-view {
        position: fixed;
        top: 0;
        left: 0;
        width: 101%;
        height: 100%;
        background-color: white;
        z-index: 1000;
        overflow-y: auto;
        padding: 2px;
    }


    .arrivalcity.full-view {
        position: fixed;
        top: 0;
        left: 0;
        width: 101%;
        height: 100%;
        background-color: white;
        z-index: 1000;
        overflow-y: auto;
        padding: 2px;
    }

    .body-no-scroll {
        overflow: hidden;
    }
}


.destinationhide {
    display: none;
}

.destinationarvhide {
    display: none;
}

.arrivalcityhide {
    display: none;
}

.airport-item {
    position: relative;
    padding: 12px;
}

.airportname {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
}

@media only screen and (max-width: 989px) {
    .airportname {
        position: relative;
        padding-left: 12px;
        font-size: 14px;
        line-height: 14px;
    }
}

.departurecode {
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    width: 15%;
    text-align: left;
    color: gray;
}

@media only screen and (max-width: 989px) {
    .departurecode {
        font-size: 12px;
        line-height: 40px;
        font-weight: 600;
        width: 15%;
        text-align: left;
        color: gray;
    }
}

.depflights {
    width: 85%;
    float: left;
}

.countryname {
    position: relative;
    padding-left: 15px;
    font-size: 12px;
    line-height: 14px;
    color: gray;
}

@media only screen and (max-width: 989px) {
    .countryname {
        position: relative;
        padding-left: 15px;
        font-size: 11px;
        line-height: 14px;
        color: gray;
    }
}

.searchicon {
    margin-right: 10px;
}

.clickhide {
    display: none;
}


.searchsegments {
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.segmentssearch {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    width: 100%;
    padding: 15px 0;
}

.listsegments {
    overflow: auto;
    max-height: 280px;
}


.searchtitle {
    color: white;
}




.destination::-webkit-scrollbar {
    width: 8px;
}

.destination::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.destination::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    .destination::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


@media only screen and (max-width: 989px) {
    .listsegments {
        max-height: 500px;
    }
}

.swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .swiper-button-next i {
        transition: transform 0.3s ease;
    }

    .swiper-button-next:hover {
        width: 150px;
        border-radius: 20px;
    }

        .swiper-button-next:hover i {
            transform: translateX(10px);
        }

    .swiper-button-next .button-text {
        display: none;
        white-space: nowrap;
        margin-left: 10px;
        color: #030303;
        font-size: 12px;
    }

    .swiper-button-next:hover .button-text {
        display: inline;
    }



.selectMobilecity {
    display: none;
}

.iconbackmobile {
    display: none;
}

.cityhead {
    display: none;
}

@media only screen and (max-width: 989px) {
    .selectMobilecity {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        margin-bottom: 13px;
        margin-left: 15px;
        margin-top: 12px;
    }

    .iconbackmobile {
        width: 15px;
        height: 15px;
        display: inline-block;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    .cityhead {
        position: relative;
        padding-left: 20px;
        font-size: 17px;
        color: black;
        font-weight: 500;
        height: 18px;
        display: inline-block;
    }
}


.makeFlex {
    display: flex;
}

.orderflex {
    display: flex;
    align-items: center;
}



.topsegments {
    background: #ECF5FE;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
    border-top: 1px solid #ECECEC;
}

.segmentssuggestion {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    overflow: auto;
    height: 230px;
}

@media only screen and (max-width:760px) {
    .segmentssuggestion {
        height: 100vh;
    }
}

#suggestion {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}

#suggestionarv {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}



.countrylist {
    width: 100px !important;
    left: 0;
    height: 43px;
    bottom: 0;
    justify-content: space-between;
    border-right: 1px solid #ddd;
}



.fl {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    justify-content: space-between;
}



.maincenter {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}


.flyerfrequent {
    position: relative;
    font-size: 16px;
}




@media (max-width: 1199px) {
    :root {
        --dashboard-width: 250px;
    }
}

.select {
    position: relative;
}

@-webkit-keyframes preloaderWraper {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: none;
    }
}

@keyframes preloaderWraper {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: none;
    }
}

@-webkit-keyframes preloader {
    0% {
        transform: translateY(150%) scale(1);
    }

    50% {
        transform: translateY(0%) scale(1.2) rotate(20deg);
    }

    100% {
        transform: translateY(-150%) rotate(-20deg);
    }
}

@keyframes preloader {
    0% {
        transform: translateY(150%) scale(1);
    }

    50% {
        transform: translateY(0%) scale(1.2) rotate(20deg);
    }

    100% {
        transform: translateY(-150%) rotate(-20deg);
    }
}

.pb-0 {
    padding-bottom: 0px !important;
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.y-gap-5 {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
}

    .y-gap-5 > * {
        padding-top: 2.5px;
        padding-bottom: 2.5px;
    }

.y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
}

    .y-gap-10 > * {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.x-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}

    .x-gap-20 > * {
        padding-left: 10px;
        padding-right: 10px;
    }

.y-gap-20 {
    margin-top: -10px;
    margin-bottom: -10px;
}

    .y-gap-20 > * {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.x-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}

    .x-gap-30 > * {
        padding-left: 15px;
        padding-right: 15px;
    }

.y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
}

    .y-gap-30 > * {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.x-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
}

    .x-gap-40 > * {
        padding-left: 20px;
        padding-right: 20px;
    }

.x-gap-80 {
    margin-left: -40px;
    margin-right: -40px;
}

    .x-gap-80 > * {
        padding-left: 40px;
        padding-right: 40px;
    }

.layout-pt-sm {
    padding-top: 30px;
}

.layout-pb-sm {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .layout-pt-sm {
        padding-top: 30px;
    }

    .layout-pb-sm {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .layout-pt-sm {
        padding-top: 30px;
    }

    .layout-pb-sm {
        padding-bottom: 30px;
    }
}

.flex-column {
    flex-direction: column;
}

.justify-between {
    justify-content: space-between !important;
}

.items-center {
    align-items: center !important;
}

.text-white {
    color: var(--color-white);
}

.text-black {
    color: var(--color-black);
}

.text-light-1 {
    color: var(--color-light-1);
}

.d-flex {
    display: flex !important;
}

.rounded-8 {
    border-radius: 8px;
}

.border-white-15 {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.section-bg {
    position: relative;
    z-index: 0;
}

@font-face {
    font-family: 'opensans-bold_0';
    src: url('../fonts/opensans-bold_0.woff') format('woff2'), url('../fonts/opensans-regular_0.woff') format('woff'), url('../fonts/opensans-semibold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

.customerlogo {
    width: 20%;
}

@media only screen and (max-width: 768px) {
    .customerlogo {
        width: 15%;
    }
}

.appbanner {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 45%, rgba(213, 213, 213, 1) 89%);
    display: block;
}

@media only screen and (max-width: 768px) {
    .appbanner {
        display: none;
    }
}

.applogo {
    position: relative;
    margin-left: 55px;
    width: 30%;
    /*        padding-left: 25px;*/
    padding-top: 30px;
}

.googlestore {
    width: 200px;
}

.qrcode {
    width: 40%;
    padding-top: 25px;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .qrcode {
        width: 80%;
    }
}

section {
    display: block;
    margin: 0;
    padding: 0;
}

.clearFix {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0;
    margin: 0;
    padding: 0;
}

h1,
h2,
h5 {
    font-weight: normal;
}

.hidden {
    display: none;
}

.searchicon {
    margin-right: 10px;
}

.maincenter {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

@media screen {
}

.officeinfo {
    justify-content: center;
}

@media only screen and (max-width: 760px) {
    .officeinfo {
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        min-width: 300px;
    }

        .dropdown-menu.show {
            position: absolute;
            top: 50px;
            min-width: 90%;
            border-radius: 5px;
        }
}





.form-floating {
    position: relative;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

@keyframes fadeslide {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.form-select {
    height: 40px !important;
    color: #2c83b6 !important;
    font-weight: bold !important;
    font-size: 14px;
}

.arrow-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: blue;
}

.form-control:focus {
    border-color: #23218E;
    box-shadow: none;
    outline: none;
}

.form-select:focus {
    border-color: #23218E;
    box-shadow: none;
    outline: none;
}

.countrycodepicker {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.Countrycodedropdown {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    padding: 15px 0;
}

.countryinputsearch {
    border: solid 1px #e7e7e7 !important;
    border-radius: 4px !important;
    padding-right: 110px;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .countryinputsearch {
        border: solid 1px #e7e7e7 !important;
        border-radius: 4px !important;
        padding-right: 70px;
        padding-left: 15px;
    }
}

.dropdown-menu div {
    padding: 10px;
    cursor: pointer;
}

    .dropdown-menu div:hover,
    .dropdown-menu div.selected {
        background-color: lightblue;
    }

@keyframes backgroundFill {
    0% {
        background-color: transparent;
        border-color: transparent;
    }

    50% {
        background-color: rgba(49, 238, 96, 0.5);
        border-color: #007925;
    }

    100% {
        background-color: #007925;
        border-color: #014415;
    }
}

.class {
    color: #666;
    font-size: 15px;
}

@media (max-width: 768px) {
    .class {
        font-size: 0.9em;
    }
}

.title {
    flex-grow: 1;
    font-size: 15px;
    color: #333333;
    margin-left: 10px;
}

@media (max-width: 480px) {
    .title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .label {
        font-size: 14px;
        color: #333;
    }

    .value {
        font-size: 14px;
        color: #333;
        font-weight: bold;
    }
}

#pageContent {
    min-height: 300px;
    position: relative;
    z-index: 1;
    top: -18px;
}

    #pageContent .leftHolder {
        padding: 20px;
        max-width: 50%;
        margin-left: -10px;
    }

    #pageContent .rightHolder {
        max-width: 30%;
        min-height: 400px;
        padding: 40px 0 50px;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        bottom: 140px;
    }

.radioBtnHolder {
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
}

    .radioBtnHolder span {
        padding: 0 15px 0 0;
    }

    .radioBtnHolder label {
        font-size: 15px;
        font-weight: bold;
        padding: 0 0 0 2px;
        cursor: pointer;
        vertical-align: sub;
    }

.btnSearchFlight-animate {
    background: #ff7a00;
    border: 0 none;
    font-weight: 500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 15px 19px 0 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    width: 160px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}

.animate {
    background: repeating-linear-gradient( -45deg, #ff8c00, #ff8c00 10px, #e67e22 10px, #e67e22 18px );
    background-size: 50px 50px;
    animation: moveStripes 1.5s linear infinite;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.btnSearchFlight-animate:active {
    transform: scale(0.95);
}



.btnSearchFlight:hover {
    text-decoration: none;
    color: #ffffff;
}

h1 img {
    width: 30px;
    height: 30px;
}

.inputHolder > span {
    display: block;
    font-family: 'opensans-semibold_0';
    margin: 0 0 5px;
    font-size: 14px;
}

    .inputHolder > span em {
        font-family: 'opensans-regular_0';
        font-size: 11px;
        font-style: normal;
    }

.xs-mt-10 {
    margin: 0;
}

.btnSearchFlight {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1120px) {
    #pageContent .leftHolder {
        margin: 0 auto 20px;
        max-width: 600px;
        padding: 20px 20px 50px;
    }

    #pageContent .rightHolder {
        max-width: 600px;
        min-height: 0;
        padding: 20px 20px 1px;
        position: relative;
        right: 0;
        text-align: left;
        margin: 30px auto 0;
        top: 0;
    }
}

.LeftHolderBox .inputHolder {
    background-color: white;
    border-radius: 5px;
}

@media only screen and (max-width: 530px) {
    .inputHolder {
        float: none;
        width: auto;
    }

        .inputHolder > span em {
            display: none;
        }

    #pageContent .leftHolder {
        max-width: none;
    }

    .inputHolder .inputBox {
        margin: 0;
    }

    .radioBtnHolder span {
        display: inline;
        padding: 0 6px 10px 0;
    }

    .radioBtnHolder label {
        font-size: 14px;
        padding: 0;
    }

    .btnSearchFlight {
        display: block;
        margin: 15px 0 0;
    }
}

.InputsNoramlFont {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.7em;
}

@media (max-width: 325px) {
    .InputsNoramlFont {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 0.6em;
    }
}

.InputsFont {
    font-family: Arial, Helvetica, sans-serif !important;
}

#pageContent .BannerImg {
    position: absolute;
    z-index: -1;
    -webkit-filter: brightness(80%);
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#SearchTitle {
    padding-bottom: 15px;
}

    #SearchTitle h1 {
        text-align: center;
        color: white;
        font-family: sans-serif;
        font-size: 22px;
        white-space: normal; /* allow wrapping */
        word-wrap: break-word; /* break long words */
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        padding-top: 10px;
        font-family: sans-serif;
        font-weight: bold;
    }

@media (max-width: 768px) {
    #SearchTitle h1 {
        text-align: center;
        color: white;
        font-family: sans-serif;
        font-size: 22px;
        padding-top: 10px;
        white-space: unset;
        text-overflow: unset;
        font-family: sans-serif;
        font-weight: bold;
    }
}

.radioBtnHolder > input[type="radio"] {
    margin: 4px 7px 0 !important;
    vertical-align: middle;
    width: 20px;
    height: 14px;
}

.boxed {
    color: #fff;
    padding: 2rem;
    text-align: left;
    line-height: 200%;
    margin-top: 90px;
    display: block;
}

@media only screen and (max-width: 768px) {
    .boxed {
        display: none;
    }
}

.LeftHolderBox {
    background-color: #012142;
    padding: 1.2rem;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .LeftHolderBox {
        background-color: #012142;
        padding: 1rem;
        text-align: left;
    }
}

.LeftHolderBox .row {
    margin-bottom: 10px;
}

.form-control {
    height: 40px !important;
    color: #2c83b6 !important;
    font-weight: bold !important;
    font-size:0.9rem !important;
}



.input-group {
    height: 40px !important;
    margin-bottom: 20px !important;
}



.form-control.suggestion.showError {
    border: red solid 2px !important;
}

#CheckMoreDates {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

#MoreDateLabel {
    color: white;
    font-size: initial;
}

#BoxedContentStyle {
    font-size: 25px;
    align-content: center;
    white-space: nowrap;
}

#BottomContext {
    display: none;
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1214px) {
    #BoxedContext {
        display: none;
    }

    #BottomContext {
        background: #004aad;
        color: #fff;
        padding: 1rem;
        text-align: center;
        display: block;
    }
}

@media only screen and (max-device-width: 767px) {
    .xs-mt-10 {
        margin-top: 15px;
    }

    #BoxedContext {
        display: none;
    }

    #pageContent .leftHolder {
        display: unset !important
    }

    #DivCenter {
        margin: 0;
        margin-top: -30px;
        margin-bottom: -17px;
    }

    .BannerImg {
        display: none;
    }

    #BottomContext {
        background: #362DA0;
        color: #fff;
        padding: 1rem;
        text-align: center;
        display: block;
    }
}

img {
    border: none;
    margin: 0;
}

input {
    margin: 0;
    padding: 0;
}

    input:focus {
        outline: none;
    }

    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.clearFix {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0;
    margin: 0;
    padding: 0;
}

.airport-item:hover, .airport-item:active {
    background-color: rgba(220, 220, 220, 0.5);
}

.airport-item.active {
    background-color: rgba(220, 220, 220, 0.5);
}

span.delete-airport {
    float: right;
    color: gray;
}

    span.delete-airport:hover {
        color: #ff0000;
    }

.route {
    opacity: 1;
    /*transform: translateY(20px);*/
    transition: all 0.3s ease;
}

    .route.show {
        opacity: 1;
        /* transform: translateY(0);*/
    }

    .route.removing {
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.3s ease;
    }


#trip_, #trip_0 {
    position: relative;
    z-index: 1;
}


#trip_1, #trip_2, #trip_3, #trip_4 {
    display: none;
    position: relative;
    z-index: 1;
}


.error-message {
    align-items: center;
    max-width: 400px;
    margin: auto;
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

    .error-message i {
        margin-right: 5px;
        color: #d9534f;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.show-error {
    display: flex;
    margin-bottom: 10px !important;
}

.appheading {
    font-weight: 100;
}

.offercode {
    font-size: 18px;
    font-weight: 100;
}

.offersdescription {
    font-size: 42px;
}

.termndcondi {
    font-size: 10px;
    position: relative;
    top: 50px;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card-item {
    flex: 1 1 calc(50% - 20px); /* 2 cards per row on desktop */
}

@media only screen and (min-width: 767px) and (max-width: 990px) {
    .card-item {
        flex: 1 1 calc(50% - 20px);
        justify-content: center;
        display: flex;
    }
}
/* Mobile: Force a single row with horizontal scrolling */
@media (max-width: 767px) {
    .cards-container {
        flex-wrap: nowrap; /* Prevents wrapping */
        overflow-x: auto; /* Enables horizontal scrolling */
        gap: 30px;
        padding-bottom: 10px;
    }

    .card-item {
        flex: 0 0 auto; /* Prevents shrinking */
        width: 80%; /* Adjust width of each card in the scroll */
    }
}

.counter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 45px;
}

@media only screen and (max-width: 768px) {
    .counter-container {
        top: 0px;
    }
}

.deals {
    padding-top: 40px;
}

@media only screen and (max-width: 768px) {
    .deals {
        padding-top: 20px;
    }
}


.travelertrust {
    font-size: 40px;
    font-weight: bold;
    color: #2854a3;
    margin-top: -40px;
}

@media only screen and (max-width: 768px) {
    .travelertrust {
        font-size: 30px;
    }
}

.counter-box {
    font-size: 50px;
    font-weight: bold;
    color: #ff7a00;
    margin-bottom: 5px;
    direction: ltr;
}

.wemade {
    display: none;
}


@media only screen and (max-width: 768px) {
    .wemade {
        justify-content: center;
        display: flex;
    }
}

.ui-datepicker {
    width: 750px !important;
    overflow: hidden;
    padding: 10px 0 !important;
    border-radius: 4px !important;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .25);
    border-color: #ededed !important;
    background: #fff !important;
    /*    top:410px !important;*/
    z-index: 999999 !important;
}



@media screen and (max-width: 768px) {
    .ui-datepicker {
        /* width: 100% !important;
            top: 0px !important;
            left: 0px !important;
            overflow-y: auto;
            z-index: 999999 !important;*/
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        overflow-y: auto !important;
        z-index: 999999 !important;
        background: #fff;
    }


    #calendar-container {
        /*  width: 100% !important;
            height: 100% !important;
            top: 0px !important;
            left: 0px !important;
            overflow-y: auto;
            position: fixed !important;
            z-index: 99999;*/
        position: fixed !important;
        top: -32px !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        overflow-y: auto !important;
        z-index: 999999 !important;
        background: #fff;
    }

    .ui-datepicker-group {
        display: block !important;
        width: 100% !important;
    }

    .ui-datepicker-group-middle,
    .ui-datepicker-group-last {
        margin-top: 10px;
    }

    .ui-datepicker-header {
        text-align: center;
    }
}

.ui-datepicker-group {
    display: block !important;
    width: 100% !important;
}



.ui-datepicker-header {
    text-align: center !important;
}


.ui-widget.ui-widget-content {
    border: none !important;
}


.ui-datepicker .ui-datepicker-header {
    background-color: #fff !important;
    top: -8px !important;
}

.ui-widget-header {
    border: none !important;
}

.ui-datepicker-header {
    background-color: #fff !important;
    color: black !important;
}



.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em !important;
    text-align: center !important;
    text-decoration: none !important;
}

/* Style the calendar days */
.ui-datepicker-calendar td {
    padding: 10px !important;
    background: #fafafa !important;
    border: 2px solid #fff !important;
}

    .ui-datepicker-calendar td:hover {
        background-color: #0081eb !important;
    }

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: #fff !important;
    background: none !important;
    font-weight: normal;
    color: #454545 !important;
    width: 25px;
    font-weight: bold;
}
/* Style for today's date */
.ui-datepicker .ui-state-today {
    position: relative !important;
}

    .ui-datepicker .ui-state-today:hover::after {
        content: "Today";
        position: absolute !important;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        background: #aeaeae !important;
        color: #fff;
        padding: 5px 10px !important;
        border-radius: 4px !important;
        font-size: 12px !important;
        white-space: nowrap;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .ui-datepicker .ui-state-today:hover::before {
        content: "" !important;
        position: absolute;
        top: -10px !important;
        left: 50% !important;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #aeaeae transparent;
        z-index: 1;
    }



.ui-datepicker .selected-start {
    background-color: #008cff !important;
    color: white !important;
}

.ui-datepicker .selected-multicity {
    background-color: #11b3f1 !important;
    color: white !important;
}




.ui-datepicker .selected-end {
    background-color: #008cff !important;
    /* Darker blue for end */
    color: white !important;
}

td.ui-datepicker-week-end.selected-start a.ui-state-default {
    color: white !important;
}



.ui-state-active,
.ui-widget-content .ui-widget-header a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #11b3f1 !important;
}


.ui-datepicker .selected-range {
    background-color: #e9f8fe !important;
    color: #59caf5 !important;
}

/* Hover effect for all days */
.ui-datepicker td:hover {
    background-color: #0081eb !important;
    color: #59caf5 !important;
    cursor: pointer;
}

.selected-start-end {
    background-color: #11b3f1 !important;
    color: white !important;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50% !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #f6f6f6;
    font-weight: bold !important;
    color: black !important;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 16px !important;
}

a.ui-state-default.ui-state-active {
    color: black !important;
}

.ui-widget-header {
    color: black !important;
}

.ui-datepicker thead th:nth-child(1),
.ui-datepicker thead th:nth-child(2),
.ui-datepicker thead th:nth-child(3),
.ui-datepicker thead th:nth-child(4),
.ui-datepicker thead th:nth-child(5),
.ui-datepicker thead th:nth-child(6),
.ui-datepicker thead th:nth-child(7) {
    color: black !important;
    font-weight: bold; /* Optional: makes them stand out more */
}

#calendar-container {
    position: absolute;
    z-index: 99999 !important;
}

.form-picker {
    color: #2c83b6 !important;
    font-weight: bold !important;
    border: none;
    width: 100%;
}

td.ui-state-today a.ui-state-default {
    color: black !important;
}

td.selected-start a.ui-state-default {
    color: white !important;
}

td.selected-end a.ui-state-default {
    color: white !important;
}

.ui-datepicker[dir="ltr"] {
    direction: ltr;
    text-align: left;
}

.datepickerrtl {
    padding-right: 10px;
}

a.LeftHolderBoxLogo {
    display: none;
}

@media screen and (max-width: 768px) {
    a.LeftHolderBoxLogo {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .LeftHolderBoxLogo img {
        width: 45%;
        background: #fff;
        -webkit-border-radius: 45px / 45px;
    }
}

.separateFlightLogo img {
    display: block;
    width: 70%;
    background: #fff;
    -webkit-border-radius: 45px / 45px;
    -moz-border-radius: 100px/50px;
    display: block;
    padding: 2rem;
    margin-top: 70px;
}

@media only screen and (max-device-width: 767px) {
    #LeftHolderBoxLogo img {
        width: 50%;
        background: #fff;
        -webkit-border-radius: 45px / 45px;
        -moz-border-radius: 100px/50px;
        padding: 1rem;
        margin-top: 15px;
        margin-left: 25%;
    }
}
/*<---->*/


.section-title {
    font-size: clamp(22px, 3.5vw, 28px);
    font-weight: 600;
    color: #012142;
    line-height: 1.2;
    margin-bottom: 8px;
}

.section-sub {
    color: #6B7897;
    font-size: 15px;
    margin-bottom: 36px;
}

.deals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.deal-price {
    font-size: 18px;
    font-weight: 800;
    font-family: 'Syne', sans-serif;
    color: #006ee3;
    line-height: 1;
}

.deal-card {
    background: white;
    border: 2px solid #E0E8F5;
    padding: 22px;
    transition: box-shadow .25s, transform .25s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 25px;
}

.deal-label {
    font-size: 11px;
    color: #6B7897;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.deal-price span {
    font-size: 13px;
    font-weight: 400;
    color: #6B7897;
    margin-left: 4px;
}

.deal-route {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.deal-city {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Syne', sans-serif;
    color: var(--navy);
}

.deal-arrow {
    color: #F5A623;
    font-size: 14px;
}

.deal-city {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Syne', sans-serif;
    color: var(--navy);
}

.deal-airline {
    font-size: 12px;
    color: #6B7897;
}

.deal-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.deal-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    background: #FFF3E0;
    color: #E65100;
}

.deal-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sky), var(--navy));
    opacity: 0;
    transition: opacity .25s;
}

.section-sub {
    color: #6B7897;
    font-size: 15px;
    margin-bottom: 36px;
}

.inflight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.inflight-card {
    background: white;
    border: 1.5px solid #E0E8F5;
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    transition: box-shadow .25s, transform .25s;
}

.inflight-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #E8F4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    color: #3A8FD8;
}

.inflight-card p {
    font-size: 13px;
    color: #6B7897;
    line-height: 1.55;
}

.schedule-table-wrapper {
    overflow-x: auto;
    border-radius: 16px;
    border: 1.5px solid #E0E8F5;
    background: white;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
}

    .schedule-table th {
        background: #d61c23;
        color: white;
        padding: 14px 18px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .05em;
        text-align: left;
    }

    .schedule-table td {
        padding: 14px 18px;
        font-size: 14px;
        border-bottom: 1px solid #E0E8F5;
    }

.dest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.dest-card {
    border-radius: 14px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: transform .25s, box-shadow .25s;
    background: white;
    border: 1.5px solid #E0E8F5;
}

.dest-flag {
    font-size: 36px;
    margin-bottom: 10px;
}

.dest-city {
    font-size: 16px;
    font-weight: 700;
    color: #0B1F4B;
    margin-bottom: 2px;
}

.dest-country {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 12px;
}

.dest-price {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Syne', sans-serif;
    color: #3A8FD8;
}

    .dest-price span {
        font-size: 11px;
        color: #6B7897;
        font-weight: 400;
    }

.partners-strip {
    padding: 40px 0;
    background: var(--offwhite);
}

.partners-scroll {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partner-pill {
    background: white;
    border: 1.5px solid #E0E8F5;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #0B1F4B;
    letter-spacing: .03em;
    transition: box-shadow .2s;
    cursor: pointer;
}

airline-banner {
    width: 1050px;
    height: 210px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: url('../images/banner/new.webp') center center/cover no-repeat;
}

/* GOLD OVERLAY */

.airline-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(120,78,5,0.95) 0%, rgba(170,118,18,0.82) 35%, rgba(196,147,54,0.40) 60%, rgba(0,0,0,0.05) 100% );
}

/* CONTENT */

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 40px;
}

/* LEFT SIDE */

.left-content {
    color: #fff;
}

    .left-content h1 {
        font-size: 42px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
    }

    .left-content h2 {
        font-size: 20px;
        font-weight: 400;
        margin-top: 8px;
        letter-spacing: 2px;
    }

.line-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.line {
    width: 34px;
    height: 2px;
    background: #fff;
}

.plane {
    font-size: 18px;
}

/* RIGHT SIDE */

.right-content {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    margin-right: 120px;
}

.logo-circle {
    width: 204px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #b98717;
    font-weight: 700;
}

.airline-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}

.airline-text p {
    font-size: 14px;
    opacity: 0.95;
}

/* RESPONSIVE */

@media(max-width:900px) {

    .airline-banner {
        width: 95%;
        height: auto;
    }

    .banner-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 30px;
    }

    .right-content {
        margin-right: 0;
    }

    .left-content h1 {
        font-size: 30px;
    }
}

.airline-booking-form {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: -15px;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -60px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec {
    padding: 90px 0;
}

@media (max-width: 768px) {
    .airline-booking-form {
        padding: 56px 0 48px;
    }
}

.airline-booking {
    position: relative;
    z-index: 2;
    /*  margin-top: -60px;*/
}

.flight-box {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    background: var(--glass);
    backdrop-filter: blur(22px) saturate(1.4);
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
    position: relative;
    padding: 32px 30px 28px;
    z-index: 1;
    animation: cardIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
    z-index: 2;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .flight-box {
        padding: 20px;
        margin-top: -140px;
        backdrop-filter: none;
    }
}
@media (max-width: 768px) {
    .airline-content {
        display:none;

    }
}

    .radioBtnHolder {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin-bottom: 24px !important;
        background: rgba(200, 218, 240, 0.3);
        border-radius: 50px;
        padding: 5px 6px;
        width: fit-content;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .radio-input {
        display: none;
    }

    .radio-label {
        padding: 7px 22px !important;
        border-radius: 50px !important;
        font-size: 13.5px !important;
        font-weight: 600 !important;
        color: var(--text-mid) !important;
        cursor: pointer !important;
        transition: all 0.22s ease !important;
        user-select: none !important;
        white-space: nowrap !important;
    }

    @media only screen and (min-width: 330px) and (max-width: 400px) {
        .radio-label {
            font-size: 10px !important;
        }
    }

    .radio-input:checked + .radio-label {
        background: var(--white) !important;
        color: #cd3333 !important;
        box-shadow: 0 2px 10px rgba(15, 35, 66, 0.12);
    }

    .input-group {
        display: flex;
        align-items: stretch;
        background: var(--white);
        border: 1.5px solid var(--border);
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-input);
        overflow: hidden;
        transition: border-color 0.2s, box-shadow 0.2s;
        margin-bottom: 10px;
    }

    .input-group-text {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        background: transparent;
        border: none;
        /*    color: var(--orange);*/
        font-size: 16px;
        flex-shrink: 0;
    }

    .input-group > .form-control {
        flex: 1;
        border: none;
        outline: none;
        background: transparent;
        padding: 0;
        min-width: 0;
    }

    .form-picker {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--text-dark);
        padding: 10px 14px 13px 0;
        cursor: pointer;
    }

    @media only screen and (min-width: 330px) and (max-width: 400px) {
        .form-picker {
            font-size: 12px;
            padding: 10px 0px 13px 0;
        }
    }

    .form-select, select.form-select {
        width: 100% !important;
        border: 1.5px solid var(--border) !important;
        border-radius: var(--radius-md) !important;
        background: var(--white) !important;
        padding: 11px 36px 11px 12px !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        color: var(--text-dark) !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%239DB0C8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
        background-repeat: no-repeat !important;
        background-position: right 12px center !important;
        cursor: pointer !important;
        box-shadow: var(--shadow-input) !important;
        transition: border-color 0.2s, box-shadow 0.2s !important;
    }

    .btn-row {
        display: flex;
        justify-content: center;
    }

    .btnSearchFlight-animate {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 9px !important;
        width: 100% !important;
        padding: 15px 24px !important;
        color: #fff !important;
        border: none !important;
        border-radius: 50px !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: 15.5px !important;
        font-weight: 800 !important;
        letter-spacing: 0.02em !important;
        cursor: pointer !important;
        box-shadow: var(--shadow-btn);
        transition: transform 0.18s, box-shadow 0.18s, filter 0.18s !important;
        text-decoration: none !important;
    }

    .row > div > span:not(.sec-label) {
        display: block !important;
        font-size: 11.5px !important;
        font-weight: 700 !important;
        color: var(--text-mid) !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
        margin-bottom: 5px !important;
        margin-top: 10px !important;
    }

    .why-sec {
        padding-top: 30px;
        padding-bottom: 20px;
        background: #fff;
    }

    .airline-panel {
        position: relative;
        height: 100%;
        min-height: 480px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 40px 20px 40px 40px;
    }

    .airline-content {
        position: relative;
        /*    z-index: 2;*/
        max-width: 420px;
    }

    .airline-headline {
        margin-bottom: 0px
    }

    .fly-better {
        font-size: 40px !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
        margin: 0 !important;
        letter-spacing: -1px;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
    }

    .with-airline {
        font-size: 40px !important;
        font-weight: 700 !important;
        color: #1a1a1a !important;
        line-height: 1.2 !important;
        margin: 0 0 14px 0 !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
    }

    .airline-divider {
        width: 56px;
        height: 3px;
        border-radius: 2px;
        margin-bottom: 16px;
    }

    .airline-tagline {
        font-size: 17px !important;
        color: #333 !important;
        font-weight: 400 !important;
        line-height: 1.6 !important;
    }

    .airline-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px 32px;
    }

    .feature-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .feature-icon {
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #D71921;
    }

        .feature-icon svg {
            width: 38px;
            height: 38px;
            stroke: #D71921;
        }

    .feature-item span {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #222 !important;
        line-height: 1.4 !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        display: block !important;
    }

    @media (max-width: 991px) {
        .airline-panel {
            padding: 40px 20px;
            min-height: auto;
            justify-content: center;
        }

        .fly-better {
            font-size: 40px !important;
        }

        .with-airline {
            font-size: 30px !important;
        }

        .airline-content {
            max-width: 100%;
            text-align: center;
        }

        .airline-divider {
            margin: 0 auto 16px;
        }

        .airline-features {
            gap: 20px 24px;
        }
    }

    @media (max-width: 576px) {
        .fly-better {
            font-size: 34px !important;
        }

        .with-airline {
            font-size: 24px !important;
        }

        .airline-features {
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }
    }

    .booking-form-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

        .booking-form-logo img {
            height: 60px;
            width: auto;
            object-fit: contain;
        }

    @media (max-width: 768px) {
        .booking-form-logo img {
            height: 52px;
        }
    }

    .airline-aircraft-wrap {
        width: 100%;
        max-width: 580px;
        margin: 0 0 20px 0;
        filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.28));
    }

    .feature-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .pill {
        display: flex;
        align-items: center;
        gap: 7px;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 50px;
        padding: 7px 14px;
        font-size: 12.5px;
        font-weight: 600;
        color: #fff;
        backdrop-filter: blur(6px);
        color: black;
    }

    .seo-section {
        padding-top: 115px;
        padding-bottom: 20px;
        background: #ffffff;
    }

        .seo-section h2 {
            font-size: 28px;
            font-weight: 800;
            color: #0d1520;
            margin-bottom: 14px;
            font-family: opensans-bold_0;
        }

    .livedeals {
        font-family: opensans-bold_0;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 6px;
    }

    .seo-section p {
        font-size: 14.5px;
        color: #5a6a88;
        line-height: 1.75;
        margin-bottom: 14px;
    }

    .seo-section h3 {
        font-size: 18px;
        font-weight: 700;
        color: #0d1520;
        margin: 24px 0 10px;
    }

    .seo-section ul {
        list-style: none;
        padding: 0;
        margin-bottom: 14px;
    }

        .seo-section ul li {
            font-size: 14px;
            color: #5a6a88;
            padding: 5px 0 5px 22px;
            position: relative;
        }



    .seo-divider {
        border: none;
        border-top: 1px solid #dde4ef;
        margin: 30px 0;
    }

    .deals-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 16px;
    }

        .deals-table thead tr {
            background: #d61c23;
            color: #fff;
        }

        .deals-table thead th {
            padding: 12px 16px;
            font-size: 12px;
            font-weight: 700;
            text-align: left;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .deals-table tbody tr {
            border-bottom: 1px solid #dde4ef;
        }

        .deals-table tbody td {
            padding: 12px 16px;
            font-size: 13.5px;
            color: #0d1520;
        }

    .section {
        padding: 35px 0;
        background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-eyebrow {
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #d61c23;
        margin-bottom: 8px;
    }

    .accordion-body {
        color: #5a6a88;
    }

    .accordion-item {
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(0, 0, 0, 0.07) !important;
        border-radius: 16px !important;
        margin-bottom: 10px;
        overflow: hidden;
        transition: box-shadow .2s;
    }

    .accordion-button {
        font-size: 14.5px;
        font-weight: 600;
        color: black;
        padding: 18px 22px;
        box-shadow: none;
        border-radius: 16px !important;
    }

    .accordion-header {
        margin-bottom: 0;
    }

    .flight-logo-sm {
        width: 32px;
        height: 20px;
        background: #F7F9FC;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: 600;
        color: black;
        border: 1px solid #E0E8F5;
    }

    .status-on-time {
        background: #E8F5E9;
        color: #2E7D32;
    }

    .status-limited {
        background: #FFF3E0;
        color: #E65100;
    }

    .status-new {
        background: #E3F2FD;
        color: #1565C0;
    }

    .status-badge {
        display: inline-block;
        padding: 3px 10px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 700;
    }

    .routes-section {
        padding: 80px 0;
    }

    .section-description {
        color: #6b7280;
        max-width: 650px;
        line-height: 1.7;
        margin-bottom: 50px;
    }

    /* GRID */

    .routes-grid {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 25px;
    }

    /* CARD */

    .route-card {
        background: #fff;
        border-radius: 24px;
        padding: 25px;
        position: relative;
        overflow: hidden;
        transition: .35s;
        border: 1px solid #edf1f7;
    }

    @media (max-width: 768px) {
        .deals-table td:last-child {
            width: 110px;
            text-align: right;
        }

        .book-route {
            min-width: 100px;
            padding: 8px 16px;
            font-size: 13px;
            white-space: nowrap;
        }
    }

    .book-route {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        padding: 8px 18px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        min-width: 95px;
        text-align: center;
    }

    .route-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,.08);
    }



    /* BADGE */

    .badge {
        display: inline-block;
        padding: 6px 12px;
        border-radius: 50px;
        background: #fff3f4;
        color: #d71920;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    /* ROUTE */

    .route-code {
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 12px;
    }

        .route-code span {
            color: #d71920;
        }

    .city {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .flight-meta {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        color: #64748b;
        font-size: 14px;
        margin-bottom: 25px;
    }

    /* PRICE */

    .price-area {
        padding-top: 20px;
        border-top: 1px solid #edf1f7;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .price-label {
        color: #9ca3af;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .price {
        font-size: 18px;
        font-weight: 800;
        color: #d71920;
    }

    .book-btn {
        text-decoration: none;
        background: #d71920;
        color: #fff;
        padding: 5px 20px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        transition: .3s;
    }

        .book-btn:hover {
            background: #071c42;
        }

    /* RESPONSIVE */

    @media(max-width:1200px) {

        .routes-grid {
            grid-template-columns: repeat(3,1fr);
        }
    }

    @media(max-width:992px) {

        .section-title {
            font-size: 38px;
        }

        .routes-grid {
            grid-template-columns: repeat(2,1fr);
        }
    }

    @media(max-width:576px) {

        .routes-grid {
            grid-template-columns: 1fr;
        }

        .section-title {
            font-size: 30px;
        }

        .route-code {
            font-size: 28px;
        }
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-top: 25px;
    }

    @media (min-width: 768px) {
        .why-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .why-card {
        background: #f4f7fb;
        border-radius: 12px;
        padding: 24px 18px 20px;
        text-align: center;
        border: 1px solid #dde4ef;
        transition: box-shadow 0.2s, transform 0.2s;
    }



    .why-title {
        font-size: 13.5px;
        font-weight: 600;
        color: black;
        margin-bottom: 6px;
    }

    .section-why {
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .section-title-support {
        font-size: clamp(22px, 3.5vw, 28px);
        font-weight: 600;
        color: #012142;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    @media (min-width: 768px) {
        .why-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .why-card {
        background: #f4f7fb;
        border-radius: 12px;
        padding: 24px 18px 20px;
        text-align: center;
        border: 1px solid #dde4ef;
        transition: box-shadow 0.2s, transform 0.2s;
    }

    .why-icon {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 14px;
        font-size: 20px;
    }

    .why-title {
        font-size: 13.5px;
        font-weight: 600;
        color: black;
        margin-bottom: 6px;
    }

    .why-desc {
        font-size: 12px;
        color: #5a6a88;
        line-height: 1.6;
    }

    p.section-support {
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #d61c23;
        margin-bottom: 8px;
    }

    .airline-info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
    }

    @media (max-width: 576px) {
        .airline-info-grid {
            grid-template-columns: 1fr;
        }
    }



    .plane-icon-mid {
        font-size: 80px;
        color: rgba(245, 166, 35, 0.4);
        position: absolute;
        top: 40px;
        right: 40px;
        transform: rotate(-30deg);
    }

    .section-title {
        font-size: clamp(22px, 3.5vw, 34px);
        font-weight: 800;
        color: var(--navy);
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .airline-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-top: 28px;
    }

    .stat-box {
        background: var(--offwhite);
        border-radius: 12px;
        padding: 16px;
    }

        .stat-box .num {
            font-size: 28px;
            font-weight: 800;
            font-family: 'Syne', sans-serif;
            color: var(--navy);
        }

        .stat-box .lbl {
            font-size: 12px;
            color: var(--muted);
            margin-top: 2px;
        }



    .feature h4 {
        font-size: 15px;
        color: black;
        margin-bottom: 5px;
    }

    .feature p {
        font-size: 13px;
        color: #64748b;
        margin: 0;
    }

    .flight-mobile-list {
        display: none;
    }

    .flight-card {
        background: #fff;
        border-radius: 14px;
        padding: 14px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.06);
        border: 1px solid #eef2f7;
    }

    .flight-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .flight-no {
        font-size: 14px;
        font-weight: 700;
    }

    .flight-price {
        font-size: 15px;
        font-weight: 800;
        color: #d61c23;
    }

    .route-line {
        display: flex;
        justify-content: space-between;
        font-weight: 600;
        font-size: 14px;
        color: #333;
        margin: 8px 0;
    }

        .route-line span {
            font-size: 12px;
            color: #777;
        }

    .flight-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        color: #666;
        margin-top: 10px;
    }

    @media (max-width: 768px) {

        .schedule-table-wrapper {
            display: none; /* hide table on mobile */
        }

        .flight-mobile-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
    }
