.flight_service {
    background: #f6f9fb;
}

.mobile-reservation-popup {
    display: none;
}

@media (max-width: 991px) {
    html.mobile-reservation-active,
    body.mobile-reservation-active {
        width: 100%;
        height: 100%;
        overflow: hidden !important;
    }

    .mobile-reservation-popup {
        position: fixed;
        inset: 0;
        z-index: 2147483647;
        display: flex;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
        background: #fefefe;
        color: #101010;
        font-family: Arial, Helvetica, sans-serif;
        visibility: hidden;
        opacity: 0;
    }

    .mobile-reservation-popup.is-open {
        visibility: visible;
        opacity: 1;
    }

    .mobile-reservation-popup__panel {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        min-height: 0;
        overflow: hidden;
        background: #fefefe;
        text-align: center;
        cursor: pointer;
    }

    .mobile-reservation-popup__header {
        position: relative;
        flex: 0 0 auto;
        width: 100%;
        padding: clamp(9px, 2.2vh, 15px) 8px;
        background: #0f172a;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.15;
        white-space: nowrap;
    }

    .mobile-reservation-popup__header span {
        display: block;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-reservation-popup__close {
        position: absolute;
        top: 25%;
        right: 4px;
        width: 20px;
        height: 20px;
        padding: 0;
        transform: translateY(-50%);
        border: 0;
        background: transparent;
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 21px;
        font-weight: 400;
        line-height: 34px;
        cursor: pointer;
    }

    .mobile-reservation-popup__brand {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        gap: 0;
        height: clamp(52px, 9vh, 72px);
        margin: clamp(8px, 2vh, 15px) 0 clamp(8px, 2vh, 15px);
    }

    .mobile-reservation-popup__brand img {
        width: clamp(92px, 29vw, 135px);
        height: clamp(48px, 8vh, 68px);
        margin-right: clamp(-20px, -4.5vw, -12px);
        object-fit: contain;
        position: relative;
        z-index: 1;
    }

    .mobile-reservation-popup__brand span {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #0f766e;
        line-height: 1;
        position: relative;
        z-index: 2;
    }

    .mobile-reservation-popup__brand strong {
        font-size: clamp(20px, 6vw, 29px);
        font-weight: 800;
    }

    .mobile-reservation-popup__brand small {
        margin-top: 5px;
        padding-left: .42em;
        color: #222222;
        font-size: clamp(7px, 2.1vw, 10px);
        font-weight: 700;
        letter-spacing: .42em;
    }

    .mobile-reservation-popup__actions {
        display: grid;
        flex: 0 0 auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(9px, 1.8vh, 13px) 12px;
        width: calc(100% - 34px);
        max-width: 520px;
    }

    .mobile-reservation-popup__actions span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: clamp(42px, 7.2vh, 57px);
        padding: 7px 5px;
        border-radius: 999px;
        background: #0f766e;
        color: #ffffff;
        font-size: clamp(16px, 5vw, 21px);
        font-weight: 500;
        line-height: 1;
    }

    .mobile-reservation-popup__plane {
        display: block;
        flex: 1 1 auto;
        width: min(82vw, 420px);
        min-height: 0;
        max-height: clamp(105px, 20vh, 165px);
        margin: clamp(9px, 2.5vh, 20px) auto clamp(3px, 1vh, 8px);
        object-fit: contain;
        object-position: center;
        transform: rotate(-8deg);
    }

    .mobile-reservation-popup__agent {
        display: block;
        flex: 0 1 auto;
        width: clamp(54px, 16vw, 76px);
        min-height: 0;
        max-height: clamp(54px, 11vh, 76px);
        border-radius: 50%;
        object-fit: cover;
    }

    .mobile-reservation-popup__message {
        flex: 0 0 auto;
        margin: clamp(6px, 1.5vh, 12px) 8px clamp(7px, 1.5vh, 12px);
        color: #111111;
        font-size: clamp(16px, 5.1vw, 22px);
        font-weight: 700;
        line-height: 1.15;
    }

    .mobile-reservation-popup__call {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: calc(100% - 24px);
        max-width: 540px;
        min-height: clamp(52px, 8.5vh, 65px);
        border-radius: 999px;
        background: #14b8a6;
        color: #ffffff;
        font-size: clamp(23px, 7.4vw, 34px);
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
    }

    .mobile-reservation-popup__call:hover,
    .mobile-reservation-popup__call:focus {
        color: #ffffff;
        text-decoration: none;
    }

    .mobile-reservation-popup__call i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 39px;
        height: 39px;
        border: 3px solid #ffffff;
        border-radius: 50%;
        font-size: 22px;
    }

    .mobile-reservation-popup__helpline {
        flex: 0 0 auto;
        margin: clamp(7px, 1.7vh, 13px) 0 clamp(8px, 1.8vh, 14px);
        color: #111111;
        font-size: clamp(15px, 4.8vw, 20px);
        font-weight: 700;
        line-height: 1;
    }
}

@media (max-width: 350px), (max-height: 600px) {
    .mobile-reservation-popup__brand { height: 44px; margin: 4px 0; }
    .mobile-reservation-popup__brand img { width: 82px; height: 42px; }
    .mobile-reservation-popup__brand strong { font-size: 18px; }
    .mobile-reservation-popup__actions { gap: 6px 9px; }
    .mobile-reservation-popup__actions span { min-height: 36px; }
    .mobile-reservation-popup__plane { margin-top: 7px; max-height: 88px; }
    .mobile-reservation-popup__agent { width: 52px; max-height: 52px; }
    .mobile-reservation-popup__message { margin: 4px 6px 6px; }
    .mobile-reservation-popup__call { min-height: 46px; }
    .mobile-reservation-popup__call i { width: 33px; height: 33px; font-size: 18px; }
    .mobile-reservation-popup__helpline { margin: 5px 0 7px; }
}

.flight_page_banner {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background: #0f172a;
}

.flight_page_banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/home_slider.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
}

.flight_page_banner .home_slider_content {
    width: 100%;
}

.flight_content_hero {
    color: #111;
    padding: 60px 20px;
    text-align: center;
}

.flight_section_title {
    color: #111;
    font-weight: 600;
    margin-bottom: 20px;
}

.flight_info_card {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.flight_highlight {
    color: #111;
    font-weight: 600;
}

.airport-autocomplete {
    position: relative;
}

.airport-autocomplete-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    max-height: 260px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid rgba(49, 18, 75, 0.14);
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(49, 18, 75, 0.18);
    z-index: 10000;
}

.airport-autocomplete-option,
.airport-autocomplete-empty {
    display: block;
    width: 100%;
    padding: 11px 14px;
    color: #0f172a;
    background: #ffffff;
    border: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.airport-autocomplete-option {
    cursor: pointer;
}

.airport-autocomplete-option:hover,
.airport-autocomplete-option:focus {
    color: #ffffff;
    background: #14b8a6;
    outline: none;
}

.airport-autocomplete-empty {
    color: #707070;
}

.service_banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 11;
}

.service_banner_content h1 {
    margin-bottom: 0;
}

.service_banner_content h1:first-child {
    color: #fff;
    font-size: 112px;
    font-weight: 900;
    line-height: 1;
    /* text-transform: uppercase; */
}

.service_banner_content h1:nth-child(2) {
    color: #fff;
    font-family: 'Beyond';
    font-size: 100px;
    line-height: 1;
    /* margin-top: -34px; */
}

.service_intro {
    padding: 82px 0 44px;
}

.service_intro_panel {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(49, 18, 75, 0.1);
    overflow: hidden;
}

.service_intro_copy {
    padding: 48px;
}

.service_label {
    color: #14b8a6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.service_intro_copy h2,
.service_section_title,
.service_detail h3,
.faq_item h4 {
    color: #0f172a;
    font-weight: 700;
}

.service_intro_copy h2 {
    margin-bottom: 18px;
}

.service_intro_copy p,
.service_detail p,
.service_points li,
.step_card p,
.faq_item p,
.service_support p {
    color: #707070;
    font-size: 16px;
    line-height: 1.8;
}

.service_highlight {
    min-height: 100%;
    padding: 42px;
    color: #fff;
    background: linear-gradient(135deg, #0f172a 0%, #06b6d4 55%, #14b8a6 100%);
}

.service_highlight h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.service_highlight p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.8;
    margin-bottom: 22px;
}

.service_phone_box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-weight: 700;
}

.service_phone_box:hover {
    color: #fff;
}

.service_block {
    padding: 44px 0;
}

.service_section_title {
    margin-bottom: 24px;
}

.service_card,
.step_card,
.faq_item,
.service_support {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(49, 18, 75, 0.08);
}

.service_card {
    padding: 28px;
    border-top: 4px solid #14b8a6;
}

.service_card_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #0f172a;
    font-size: 20px;
    margin-bottom: 18px;
}

.service_card h3,
.step_card h3 {
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service_points {
    padding-left: 18px;
    margin-bottom: 0;
}

.service_detail {
    padding: 36px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(49, 18, 75, 0.08);
}

.service_detail h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

.step_card {
    padding: 28px;
}

.why_choose_card {
    padding: 30px 22px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(49, 18, 75, 0.08);
}

.why_choose_icon {
    color: #06b6d4;
    font-size: 58px;
    line-height: 1;
    margin-bottom: 22px;
}

.why_choose_card h3 {
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.why_choose_card p {
    color: #707070;
    font-size: 16px;
    line-height: 1.8;
}

.step_number {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #14b8a6;
    font-weight: 700;
    margin-bottom: 16px;
}

.faq_item {
    padding: 26px;
}

.faq_item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.service_support {
    padding: 36px;
    margin-bottom: 82px;
    border-left: 5px solid #14b8a6;
}

.legal_page .service_intro {
    padding-top: 82px;
}

.legal_card {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(49, 18, 75, 0.08);
    border-top: 4px solid #14b8a6;
}

.legal_card h3 {
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}

.legal_card p,
.legal_page .service_support p {
    color: #707070;
    font-size: 16px;
    line-height: 1.8;
}

.legal_list {
    padding-left: 20px;
    margin-bottom: 16px;
}

.legal_list li {
    color: #707070;
    font-size: 16px;
    line-height: 1.8;
}

.policy_updated {
    color: #14b8a6 !important;
    font-weight: 700;
    margin-bottom: 12px;
}

.legal_page a {
    color: #14b8a6;
    font-weight: 700;
}

.service_cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
}

.service_cta .button {
    margin: 0;
}

.service_cta_text {
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .service_highlight {
        min-height: auto;
    }

    .service_banner_content h1:first-child {
        font-size: 76px;
    }

    .service_banner_content h1:nth-child(2) {
        font-size: 78px;
        margin-top: -24px;
    }
}

@media (max-width: 768px) {
    .flight_page_banner .home_slider_content h1:first-child {
        font-size: 30px;
    }

    .flight_page_banner .home_slider_content h1:nth-child(2) {
        font-size: 25px;
        margin-top: 6px;
    }

    .service_banner_content h1:first-child {
        font-size: 30px;
    }

    .service_banner_content h1:nth-child(2) {
        font-size: 25px;
        margin-top: 5px;
    }

    .service_intro {
        padding: 60px 0 28px;
    }

    .service_intro_copy,
    .service_highlight,
    .service_detail,
    .service_support {
        padding: 28px 22px;
    }

    .service_block {
        padding: 30px 0;
    }

    .search {
        margin-top: -65px !important;
    }



}



@media (max-width: 575.98px) {
    .flight_page_banner {
	    height: 25vh;
	}

}
