body {

    line-height: 21px;
}

.tg-chose-2-content {
    background: var(--tg-theme-primary) !important;
}


.tg-chose-su-wrap .tg-chose-2-title {
    font-family: var(--tg-ff-outfit);
    font-size: 1.1rem;
    color: var(--tg-common-white) !important;
}


.tg-chose-su-wrap .tg-chose-2-content p {
    color: var(--tg-common-white) !important;
    font-size: 14px;
    line-height: 20px;
}


.tg-hero-area.tg-hero-tu-wrapper.include-bg {
    /*    background: linear-gradient(rgb(66 25 146 / 72%), rgb(255 248 248 / 0%)), url(../images/3-C62-y2ZQ_codrted.webp) center / cover no-repeat !important;
*/

    height: auto;
    background: url('../images/flight_home_bg_v6.webp') center center no-repeat #fff;
    background-size: cover;
    border-radius: 15px;
    margin: 8px;

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .tg-hero-tu-wrapper .tg-hero-title {
        border: none;
        font-size: 51px;
    }

    .tg-hero-tu-title {
        font-weight: 400;
        font-size: 23px;
    }
}

@media only screen and (min-width: 1025px) {
    .tg-hero-tu-wrapper .tg-hero-title {
        border: none;
        font-size: 51px;
    }

    .tg-hero-tu-title {
        font-weight: 400;
        font-size: 22px;
    }
}

.tg-hero-tu-wrapper .tg-hero-content {
    padding-top: 84px;
    padding-bottom: 70px;
}




.tg-hero-tu-avatar-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.tg-about-su-funfact-text span {
    font-size: 13px;
}

.tg-about-su-funfact-text h3 {
    font-family: var(--tg-ff-outfit);
    font-weight: 600;
    font-size: 18px;
    color: #212121;
    text-transform: capitalize;
}

.easybook {
    width: 115px !important;
}


.translate-middle2 {
    transform: translate(-50%, 13%) !important;
}

.translate-middle3 {
    transform: translate(-50%, -61%) !important;
}

.tg-footer-space {
    margin-top: -90px;
    padding-top: 65px;
}


.tg-btn-su-transparent {
    background: #daccff;
    color: #000000;
    font-family: var(--tg-ff-outfit);
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
}


.tg-btn-su-transparent:hover {
    background: #fff;
    color: black;
}


.tg-header-contact-number span {
    font-size: 15px;
}



.cookie-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #212121;
    /* Dark background */
    color: white;
    padding: 9px 0;
    z-index: 9999;
    /* Stays on top of everything */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
}

.cookie-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}

.cookie-content p {
    margin: 0;
    width: 800px;
    font-size: 13px;
    line-height: 1.2;
}

.cookie-content a {
    color: #0CDAE3;
    /* Matching your Cyan theme */
    text-decoration: underline;
}

.cookie-btn {
    background-color: #2389cc;
    color: white;
    border: 1px solid rgb(117, 117, 117);
    padding: 5px 16px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 20px;
    transition: background 0.3s;
}

.cookie-btn:hover {
    background-color: #4509b5;
    color: white;
}

@media (max-width: 600px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-btn {
        margin-top: 10px;
        margin-left: 0;
        width: 170px;
    }
}

p.disclaimer-text {
    color: #d7d7d7;
    font-size: 13px;
    text-align: center;
    line-height: 21px;
}

.tg-footer-copyright {
    border-top: 1px solid #444c65;
    padding: 43px 10px 83px;
}

/* Container styling */
.image-grid {
    display: flex;
    margin-top: -94px;
    margin-bottom: -17px;
    gap: 15px;
    padding: 15px;
    width: 530px;
    align-items: center;
    flex-wrap: wrap;
}

.grid-item {
    flex: 1 1 calc(25% - 15px);
    box-sizing: border-box;
}

.grid-item img {
    width: 138px;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .grid-item {
        flex: 1 1 calc(50% - 15px);
    }
}

.tg-footer-link ul li a {
    padding: 3px 0px;
}


h3.tg-footer-widget-title.mb-25 {
    font-weight: 500;
    font-size: 19px;
}

.tg-footer-su-wrapper .tg-footer-link ul li a {
    font-size: 15px;
}


.autocomplete-container {
    position: relative;
    min-width: 240px;
}

.flight-input,
.input,
#travelerClass {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff;
    outline: none;
}

.tg-booking-add-input-field,
.tg-booking-add-input-date {
    position: relative;
}

.tg-booking-add-input-field .location,
.tg-booking-add-input-date span:first-child {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #666;
}

.tg-booking-add-input-field input {
    padding-left: 38px;
    padding-right: 35px;
}

.tg-booking-add-input-date input,
.tg-booking-add-input-date select {
    padding-left: 38px;
}

.angle-down {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.tg-booking-tu-wrapper {
    background: #ffffff00;
    text-align: left;
    padding: 1px;
    border-radius: 55px;
}


.tg-breadcrumb-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.scroll__top.open {
    bottom: 65px;
}


/* ── HELP BUTTON ── */
#helpFloatBtn {
    position: fixed;
    bottom: 3px;
    right: 28px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #3b5bdb;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(59, 91, 219, 0.45);
    z-index: 99998;
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
    font-size: 0;
}

#helpFloatBtn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(59, 91, 219, 0.55);
}

#helpFloatBtn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* pulse ring */
#helpFloatBtn::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(59, 91, 219, 0.4);
    animation: helpPulse 2.2s ease-out infinite;
}

@keyframes helpPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    70% {
        transform: scale(1.35);
        opacity: 0;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

#helpFloatBtn.hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.7);
}

/* ── POPUP ── */
#helpPopup {
    position: fixed;
    bottom: 90px;
    right: 28px;
    width: 320px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 99999;
    overflow: hidden;
    transform: translateY(20px) scale(0.95);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s cubic-bezier(.34, 1.56, .64, 1), opacity 0.2s ease;
}

#helpPopup.open {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: all;
}

/* header */
.hp-header {
    background: #3b5bdb;
    padding: 18px 18px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.hp-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hp-avatar svg {
    width: 18px;
    height: 18px;
    color: #fff;
}

.hp-title {
    font-family: 'Sora', 'Segoe UI', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.hp-sub {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 1px;
}

.hp-close {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s;
    font-size: 16px;
    line-height: 1;
}

.hp-close:hover {
    background: rgba(255, 255, 255, 0.28);
}

/* body */
.hp-body {
    padding: 18px;
}

.hp-body-title {
    font-family: 'Sora', 'Segoe UI', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 14px;
}

/* fields */
.hp-field {
    margin-bottom: 11px;
}

.hp-field label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 4px;
    font-family: 'Sora', 'Segoe UI', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hp-field input,
.hp-field textarea {
    width: 100%;
    border: 1.5px solid #e2e8f0;
    border-radius: 9px;
    padding: 9px 11px;
    font-size: 0.88rem;
    font-family: inherit;
    color: #1e293b;
    background: #f8fafc;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    resize: none;
    box-sizing: border-box;
}

.hp-field input:focus,
.hp-field textarea:focus {
    border-color: #3b5bdb;
    box-shadow: 0 0 0 3px rgba(59, 91, 219, 0.1);
    background: #fff;
}

.hp-field textarea {
    height: 72px;
}

/* send button */
.hp-send {
    width: 100%;
    background: #3b5bdb;
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 11px;
    font-family: 'Sora', 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 4px;
    transition: background 0.15s, transform 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.hp-send:hover {
    background: #2f4ac7;
    color: #fff !important;
}

.hp-send:active {
    transform: scale(0.98);
}

.hp-send:disabled {
    background: #94a3b8;
    cursor: not-allowed;
}

/* success state */
.hp-success {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 18px;
    text-align: center;
    gap: 10px;
}

.hp-success.show {
    display: flex;
}

.hp-success-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.hp-success-title {
    font-family: 'Sora', 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1e293b;
}

.hp-success-sub {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
}

.hp-err {
    font-size: 0.76rem;
    color: #dc2626;
    margin-top: 6px;
    display: none;
}

.hp-err.show {
    display: block;
}

@media (max-width: 380px) {
    #helpPopup {
        right: 12px;
        width: calc(100vw - 24px);
    }

    #helpFloatBtn {
        right: 12px;
        bottom: 16px;
    }
}

/*
.cookies-strip{
    display:none;
}
 */


.cookies-strip .accept {
    padding: 3px 10px;
    float: left;
    background: #4657F0;
    margin-left: 0;
    margin-right: 5px;
    color: white;
}





/* Call Mobile Popup */
.call_banner {
    background: linear-gradient(rgb(12 65 224 / 77%), rgb(80 27 33 / 53%)),
        url(../images/Untitlesdasdfads_conv.webp) top/ cover no-repeat !important;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center;
}

.call_banner .call_content .call-bg {
    background-image: linear-gradient(#FF9600, #ffb040);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    margin: 25px 15px;
    border-radius: 50px;
}

.call_banner .call_content .call-bg .icon {
    width: 53px;
    border-right: 1px dashed #000;
    padding-right: 12px;
}

.call_banner .call_content .call-bg p {
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}

.call_banner .call_content .call-bg a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.call_banner .call_content {
    position: relative;
    z-index: 2;
    height: 100vh;
    padding: 90px 0 8px;
    text-align: center;
}

.call_banner .call_content .supportImg {
    text-align: center;
    width: 100px;
    margin: 15px 0 14px;
    box-shadow: 0 0 5px rgb(146 156 239);
    border-radius: 100%;
    display: inline-block;
}

.call_banner .call_content h1 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.call_banner .call_content p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.call_banner .call_content .bookChange {
    padding: 10px 20px;
    margin: 15px 0;
}

.call_banner .call_content .bookChange .change_btn {
    background: #ffffffd4;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 0;
    display: block;
}

.call_banner .call_content .no-hold {
    color: #ffffff;
}


/* Desktop */
@media only screen and (min-width: 1025px) {



    .call_banner {
        display: none;
    }

    #phonecallbtn {
        display: none;
    }


    #dealstitle {
        display: block;
    }

    
    .innerpageheading{ 
        color: white;
    }

}

/* Tablet*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {

    .call_banner {
        display: none;
    }

    #phonecallbtn {
        display: none;
    }

    #dealstitle {
        display: block;
    }


}

/* --------------------- Mobile  -------------- */
@media only screen and (max-width: 768px) {

    .tg-footer-copyright {
        border-top: 1px solid #444c65;
        padding: 43px 10px 118px;
    }


    .cookie-content p {
        margin: 0;
        width: 100%;
        font-size: 11px;
        line-height: 1.4;
    }

    .image-grid {
        width: 100%;
    }


    .call_banner {
        display: block !important;
        /* mob visible */
    }

    #phonecallbtn {
        display: block !important;
    }


    .innerpageheading{
        font-size: 22px; 
        color:white;
    }
     

}


/*
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tg-header-lg-space {
        padding: 75px 9px 10px;
    }
}*/

.selectdatebox {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
}



#call {
    display: none;
}

.bottom-call-bar {
    padding: 5px;
    background: #d9efff;
    bottom: 0px;
    left: 2%;
    color: #fff;
    position: fixed;
    font-size: 15px;
    text-align: center;
    width: 96%;
    z-index: 4;
    margin-bottom: 4px;
    border-radius: 5px;
    border: 1px solid #0364ae;
    box-shadow: 0 0 6px #00000063;
    padding-left: 40px;
    padding-left: 40px;
    font-weight: bold;
}

.bottom-call-bar img {
    width: 37px;
    position: absolute;
    left: 14px;
    top: 11px;
}

.bottom-call-bar a {
    color: #000;
    text-decoration: none;
    padding-left: 50px;
    font-weight: 500;
    display: block;
}

.bottom-call-bar a .fa-phone {
    font-size: 30px;
    position: absolute;
    margin-left: -55px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 50px;
    border-radius: 50%;
}

.bottom-call-bar a .phone {
    font-size: 26px;
    line-height: 1.1em;
    font-weight: 800;
    color: #202020;
    font-family: sans-serif;
}

.bottom-call-bar a:hover {
    color: #000;
}

.bottom-call-bar {
    transition: all 0.5s ease 0s;
}




.help_line {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

/* Call Mobile Popup End */




@media (max-width: 575px) {
    .tg-hero-tu-wrapper .tg-hero-title {
        font-size: 21px;
    }

    .tg-hero-tu-title {
        font-size: 15px;
        font-weight: 400;
        font-style: italic;
    }



    .tg-hero-area.tg-hero-tu-wrapper.include-bg {
        height: auto;
        background: url('../images/flight_home_bg_v6.webp') center center no-repeat #fff;
        background-size: cover;
        border-radius: 15px;
        margin: 5px 8px;

    }

    .tg-hero-tu-wrapper .tg-hero-content {
        padding-top: 103px;
        padding-bottom: 50px;
    }

    .swap-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: -73px;
    }


    .cookies-strip {
        position: static;
        top: 0px;

        display: block;
        padding: 5px 8px 10px;
        line-height: 20px;
        font-size: 12px;
        background: #e6e6e6;
        color: #000;
        float: none;
        height: fit-content;
    }


    .cookies-strip p {
        width: calc(100% - 70px);
        float: left;
        margin-bottom: 0;
    }

    .cookies-strip .accept {
        padding: 3px 10px;
        float: left;
        background: #4657F0;
        margin-left: 0;
        margin-right: 5px;
        color: white;
    }

    .tg-about-su-funfact-text h3 {
        font-size: 17px;
    }

    .pt-80 {
        padding-top: 20px;
    }

    .tg-section-su-subtitle {
        font-size: 12px;
    }


    .tg-section-su-title {
        font-size: 22px;
    }


    @media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
        .tg-location-su-wrap .tg-location-thumb img {
            height: 280px;
        }
    }

    .pb-65 {
        padding-bottom: 15px;
    }

    .pt-70 {
        padding-top: 15px;
    }

    .tg-section-su-para-2 {
        color: var(--tg-grey-1);
        line-height: 20px;
        font-size: 0.8rem;
    }

    #mydeal1 {
        display: none;
    }

    #mydeal2 {
        display: none;
    }

    #mydeal3 {
        display: none;
    }

    .tg-chose-2-content {
        padding: 25px 24px 22px 24px;
    }

    .mb-25 {
        margin-bottom: 7px;
    }


    .tg-section-su-para {
        line-height: 20px;
        font-size: 0.8rem;
    }


    p.mb-0 {
        line-height: 20px;
        font-size: 0.9rem;
    }

    .tg-footer-space {
        margin-top: -70px;
        padding-top: 43px;
    }


    .footmob {
        max-width: 50%;
    }


    h3.tg-footer-widget-title.mb-25 {
        font-size: 16px;
    }

    .tg-footer-su-wrapper .tg-footer-link ul li a {
        font-size: 13px;
        line-height: 18px;
    }






    /*
*************************************************************************
***********************IMP*********************************
*************************************************************************
*************************************************************************
*/

    .cookie-footer {
        display: none;
    }


    /*
.cookie-footer {
    position: fixed;
        top: 0;
       
        left: 0;
        width: 100%;
        height: 46px;
        background-color: #e6e6e6;
        color: white;
        padding: 0px;
        z-index: 9999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
        font-family: Arial, sans-serif;
}*/


    #helpFloatBtn {
        display: none;
    }

    #call {
        display: block;
    }


    /*mob end*/




    @media (max-width: 575px) {
        .include-bg-innerr {
            height: auto;
            border-radius: 0px !important;
            margin: 0px !important;
            background: linear-gradient(rgb(9 41 136 / 77%), rgb(9 2 2 / 53%)), url(../images/mob-back-inndfferted.webp) center / cover no-repeat !important;
        }
    }

    @media (max-width: 575px) {
        .hero-content-innerr {
            padding-top: 80px !important;
            padding-bottom: 34px !important;
        }
    }




    /* mobile cookie top
    .tg-transparent {
        top: 50px;

    } */










}


.navbar-toggler .icon-close {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .icon-hamburger {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .icon-close {
    display: block;
}



/* =========================================
   FLIGHT OPTIONS
========================================= */

.flight-options-section {
    padding: 60px 0;
}

.flight-options-head {
    margin-bottom: 28px;
}

.flight-options-eyebrow {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e85d24;
}

.flight-options-head h2 {
    margin: 0 0 9px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
    font-weight: 800;
    color: #172033;
}

.flight-options-head p {
    max-width: 580px;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #697386;
}


/* GRID */
/*
.deals-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}*/

.deals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 10px;
    margin-bottom: 1.5rem;
}

/* CARD */

.flight-deal-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e8ebf0;
    border-radius: 22px;
    box-shadow: 0 8px 25px rgba(20, 32, 51, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.flight-deal-card:hover {
    transform: translateY(-5px);
    border-color: #f0c7b5;
    box-shadow: 0 18px 45px rgba(20, 32, 51, 0.12);
}


/* TOP */

.flight-card-top {
    padding: 23px 23px 20px;
}

.flight-route-label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
    color: #87909f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.flight-route-label svg {
    width: 15px;
    height: 15px;
    color: #e85d24;
    flex-shrink: 0;
}


/* ROUTE */

.flight-route {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.flight-city {
    min-width: 0;
}

.flight-city:last-child {
    text-align: right;
}

.flight-city-name {
    display: block;
    overflow-wrap: anywhere;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    color: #172033;
}

.flight-city-caption {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #929aaa;
}


/* AIRPLANE ICON */

.flight-plane {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flight-plane::before,
.flight-plane::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    border-top: 1px dashed #d5d9e1;
}

.flight-plane::before {
    right: calc(50% + 12px);
}

.flight-plane::after {
    left: calc(50% + 12px);
}

.flight-plane-icon {
    position: relative;
    z-index: 2;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff2ec;
    color: #e85d24;
}

.flight-plane-icon svg {
    width: 17px;
    height: 17px;
    transform: rotate(90deg);
}


/* DATE AREA */

.flight-date-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 16px 23px;
    background: #f8f9fb;
    border-top: 1px solid #eef0f4;
    border-bottom: 1px solid #eef0f4;
}

.flight-date-item {
    min-width: 0;
}

.flight-date-item + .flight-date-item {
    padding-left: 12px;
    border-left: 1px solid #e2e5ea;
}

.flight-date-label {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #969eaa;
}

.flight-date-value {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #3b4555;
}


/* BOTTOM */

.flight-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 23px 23px;
}

.flight-price-block {
    min-width: 0;
}

.flight-price-label {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 600;
    color: #9199a6;
}

.flight-price {
    display: block;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    color: #172033;
}

.flight-trip-type {
    margin-top: 3px;
    font-size: 11px;
    color: #7d8796;
}


/* CTA */

.flight-learn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 44px;
    padding: 0 17px;
    border: 0;
    border-radius: 12px;
    background: #e85d24;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.flight-learn-btn:hover {
    background: #cf4e19;
    color: #ffffff;
    transform: translateY(-1px);
}


/* TABLET */

@media (max-width: 991px) {
    .deals-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


/* MOBILE */

@media (max-width: 640px) {

    .flight-options-section {
        padding: 42px 0;
    }

    .deals-grid {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    .flight-deal-card {
        border-radius: 18px;
    }

    .flight-card-top {
        padding: 20px 18px 17px;
    }

    .flight-date-wrap {
        padding: 14px 18px;
    }

    .flight-card-bottom {
        padding: 17px 18px 20px;
    }

    .flight-city-name {
        font-size: 16px;
    }

    .flight-price {
        font-size: 20px;
    }

    .flight-learn-btn {
        min-height: 42px;
        padding: 0 15px;
    }
}


/* EXTRA SMALL MOBILE */

@media (max-width: 380px) {

    .flight-route {
        grid-template-columns: minmax(0, 1fr) 35px minmax(0, 1fr);
        gap: 5px;
    }

    .flight-plane-icon {
        width: 30px;
        height: 30px;
    }

    .flight-card-bottom {
        align-items: flex-end;
    }

    .flight-learn-btn {
        padding: 0 12px;
        font-size: 12px;
    }
}
















@media only screen and (max-width: 768px) {
    /* #cokiesformob {
                display: block;
            }*/

    .mr-10 {
        margin-right: 18px;
    }

    .pb-80 {
        padding-bottom: 5px;
    }

    .pb-200 {
        padding-bottom: 110px;
    }


    .pt-40 {
        padding-top: 10px;
    }

    .pb-180 {
        padding-bottom: 40px;
    }


    input,
    textarea,
    select,
    .field-input,
    .hidden-date,
    .cabin-select {
        font-size: 16px !important;
    }

    #menu-support {
        display: none;
    }

    .trust-title {
        font-size: 21px;
    }

    .trust-section {
        padding: 25px 10px;
    }

    /* Mobile   */
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /*  #cokiesformob {
                display: none;
            }*/

    #menu-support {
        display: block;
    }

    /* Tablet   */
}

@media only screen and (min-width: 1025px) {
    /*#cokiesformob {
                display: none;
            } */

    /* Desktop   */

    #menu-support {
        display: block;
    }
}


#cookiePopup.cookie-accepted {
    display: none !important;
    visibility: hidden !important;
}