.flight_service {
    background: #f6f9fb;
}

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

.flight_page_banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/home_slider.jpg');
    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: #31124b;
    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: #fa9e1b;
    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: #fa9e1b;
    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: #31124b;
    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, #31124b 0%, #8d4fff 55%, #fa9e1b 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 #fa9e1b;
}

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

.service_card h3,
.step_card h3 {
    color: #31124b;
    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: #ef5d85;
    font-size: 58px;
    line-height: 1;
    margin-bottom: 22px;
}

.why_choose_card h3 {
    color: #31124b;
    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: #fa9e1b;
    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 #fa9e1b;
}

.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 #fa9e1b;
}

.legal_card h3 {
    color: #31124b;
    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: #fa9e1b !important;
    font-weight: 700;
    margin-bottom: 12px;
}

.legal_page a {
    color: #fa9e1b;
    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: #31124b;
    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;
	}

}