body {
    font-family: "Lato", Arial, sans-serif;
}

.mian_banner_section {
    margin-bottom: 25px;
}

.mobile_banner,
.desktop_banner {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.mobile_banner {
    aspect-ratio: 630 / 608;
}

.desktop_banner {
    aspect-ratio: 4461 / 1188;
}

.jcsub_form_data {
    max-width: 500px;
    margin: 0 auto 18px;
}

.filter_row .opt .custom-checkbox .custom-control-label {
    color: #757575;
}

.faq-header {
    font-weight: bold;
    margin-top: 0rem !important;
}

.mian_banner_section img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.mobile_banner>img,
.desktop_banner>img,
.mobile_banner>picture>img,
.desktop_banner>picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop_banner img {
    border-radius: 14px;
}

.jcsub-banner-content {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.title_main {
    position: absolute;
    top: 10%;
    max-width: 70%;
    margin: 0;
    color: #fff;
    font-family: "Roboto condensed", Arial, sans-serif;
    font-size: clamp(20px, 2.8vw, 28px);
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.title_main .highlight {
    display: block;
    margin: 6px 0 4px;
    color: #ffc51b;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(35px, 5vw, 60px);
    line-height: 0.95;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.jcsub-banner-button {
    position: absolute;
    top: 60%;
    left: 5%;
    min-width: 240px;
    padding: 13px 30px;
    color: #fff;
    background: #000;
    border-radius: 999px;
    font-size: clamp(18px, 2vw, 20px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: auto;
}

.jcsub-banner-button:hover {
    color: #fff;
    text-decoration: none;
}

.logo {
    height: 60px;
}

.jcsub-banner-payment {
    position: absolute;
    top: 80%;
    height: 40px;
    width: 175px;
    left: 5%;
}

.jcsub-jazzcash-logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 24px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-transform: none;
}

.jcsub-jazzcash-logo::before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 28px;
    background: #ffc51b;
    border-radius: 0 18px 18px 0;
    box-shadow: 8px 0 0 #f15b2a;
}

.mian_banner_section .jcsub-banner-mosafir-logo {
    position: absolute;
    top: 55%;
    left: 8.8%;
    width: 135px;
    height: auto;
    object-fit: contain;
    border-radius: 0;
}

/* App-store badges stay locked to banner proportions as width scales */
.footer_banners {
    position: relative;
    width: 100%;
    container-type: inline-size;
    container-name: footer-banner;
}

.footer_banners .mobile_sub_banner,
.footer_banners .desktopsub_banner {
    width: 100%;
    height: auto;
    line-height: 0;
}

.footer_banners .mobile_sub_banner img,
.footer_banners .desktopsub_banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.footer_banners .app_section {
    position: absolute;
    z-index: 2;
    /* Mobile banner (~440×298): badges sit lower-left under CTA */
    left: 7%;
    bottom: 40%;
    max-width: 72%;
    pointer-events: auto;
}

.footer_banners .app_section ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(4px, 1.2cqw, 8px);
    margin: 0 !important;
    padding: 0;
    width: max-content;
    max-width: 100%;
}

.footer_banners .app_section ul li {
    margin: 0 !important;
    flex: 0 0 auto;
}

.footer_banners .google,
.footer_banners .app {
    display: block;
    width: auto;
    height: clamp(22px, 6.6cqw, 32px);
    max-width: 100%;
    object-fit: contain;
}

.footer_banners .google {
    aspect-ratio: 134 / 45;
}

.footer_banners .app {
    aspect-ratio: 151 / 45;
}

/* Desktop (lg+): same banner slot scales with layout */
@media (min-width: 992px) {
    .mian_banner_section {
        margin-bottom: 28px;
    }

    .header {
        z-index: 999 !important;
    }

    .footer_banners .app_section {
        /* ~52/1728 × 100 and ~50/672 × 100 on design art */
        left: 3.01%;       
         bottom: 28%;
        max-width: 40%;
    }

    .footer_banners .google,
    .footer_banners .app {
        /* ~67/1728 of banner width at full design size */
        height: clamp(40px, 3.88cqw, 67px);
    }

    .footer_banners .app_section ul {
        gap: clamp(6px, 0.4cqw, 10px);
    }
}

/* Fallback when container units are unavailable */
@supports not (height: 1cqw) {
    .footer_banners .google,
    .footer_banners .app {
        height: clamp(22px, 6.6vw, 32px);
    }

    @media (min-width: 992px) {
        .footer_banners .google,
        .footer_banners .app {
            height: clamp(40px, 3.88vw, 67px);
        }
    }
}

/* .input_number {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    box-sizing: border-box;
} */
.jazzcash-input-wrapper {
    position: relative;
    width: 100%;
}

.jazzcash-input-wrapper .jazzcash-logo {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    height: 24px;
    pointer-events: none;
}

.jazzcash-input-wrapper .jazzcash-logo img {
    height: 100%;
    width: auto;
    display: block;
}

.jazzcash-input-wrapper .jazzcash-divider {
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: #e5e5e5;
}

.input_number {
    width: 100%;
    padding: 12px 12px 12px 58px;
    font-size: 16px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    box-sizing: border-box;
    transition: border-color 0.15s ease;
}

.input_number:focus {
    border-color: #b31f24;
    outline: none;
    box-shadow: 0 0 0 3px rgba(238, 35, 39, 0.1);
}

.jcsub_from_btn.btn:hover {
    background: #ffc51b;
    color: #000;
}

.jcsub_from_btn.btn {
    width: 100%;
    margin-top: 16px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #B31F24;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.jcsub_from_btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#message {
    display: none;
    margin-top: 16px;
    text-align: center;
    color: #B31F24;
    font-weight: 600;
}

.jcsub-voucher-accordion {
    max-width: 760px;
    margin: 0 auto 18px;
}

.jcsub-voucher-toggle {
    position: relative;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #1f1f1f;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.jcsub-voucher-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.jcsub-voucher-left>span:last-child {
    flex: 1 1 auto;
    min-width: 0;
}

.jcsub-voucher-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f8ad8;
    font-size: 16px;
}

.jcsub-voucher-title-row {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
}

.jcsub-voucher-title {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.jcsub-voucher-subtitle {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 500;
    color: #8a8a8a;
}

.jcsub-voucher-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 17px;
    padding: 6px 10px;
    border-radius: 7px;
    background: #ffc619;
    color: #3d3c3c;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.jcsub-voucher-chevron {
    flex: 0 0 auto;
    color: #333;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.jcsub-voucher-expanded {
    display: none;
}

.jcsub-voucher-toggle.is-expanded {
    min-height: 0;
    align-items: stretch;
    padding: 8px;
    background: #ffd4d7;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 18px 30px rgba(120, 40, 40, 0.16);
}

.jcsub-voucher-toggle.is-expanded .jcsub-voucher-default {
    display: none;
}

.jcsub-voucher-toggle.is-expanded .jcsub-voucher-expanded {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 18px;
    padding: 10px;
    background: #fff8f8;
    border: 2px solid #fff;
    border-radius: 20px;
}

.jcsub-voucher-expanded .jcsub-voucher-icon {
    width: 75px;
    height: 75px;
    flex-basis: 75px;
    border-radius: 18px;
    background: #fff;
    color: #b31f24;
    font-size: 38px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.jcsub-voucher-icon img {
    filter: invert(16%) sepia(59%) saturate(6619%) hue-rotate(351deg) brightness(70%) contrast(86%);
}

.desktopsub_banner {
    width: 100%;
    height: auto;
}

.desktopsub_banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.jcsub-voucher-expanded>span:last-child {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "kicker badge"
        "title badge"
        "subtitle badge"
        "link badge";
    align-items: center;
    column-gap: 18px;
    padding-right: 56px;
    flex: 1 1 auto;
    min-width: 0;
}

.jcsub-voucher-kicker {
    grid-area: kicker;
    display: inline-flex;
    width: fit-content;
    margin-bottom: 6px;
    padding: 5px 18px;
    border-radius: 8px;

    background: #b31f24;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    /* letter-spacing: 1.4px; */
    text-transform: uppercase;
}

.jcsub-voucher-expanded .jcsub-voucher-title {
    grid-area: title;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.jcsub-voucher-subtitle-row {
    grid-area: subtitle;
    min-width: 0;
}

.jcsub-voucher-expanded .jcsub-voucher-subtitle {
    display: inline;
    color: #5c5c5c;
    font-size: 20px;
    line-height: 1.15;
}

.jcsub-voucher-price {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.jcsub-voucher-link {
    grid-area: link;
    display: block;
    width: fit-content;
    font-weight: 700;
    margin-top: 5px;
    color: #b31f24;
    font-size: 13px;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.jcsub-voucher-toggle.is-expanded .jcsub-voucher-badge {
    grid-area: badge;
    align-self: center;
    min-height: 24px;
    padding: 5px 18px;
    border-radius: 8px;
    font-size: 13px;
    color: #000;
}

.jcsub-voucher-toggle.is-expanded .jcsub-voucher-chevron {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 21px;
}

.jcsub-voucher-toggle.is-expanded .jcsub-voucher-chevron i {
    transform: rotate(180deg);
    display: inline-block;
}

.jcsub-country-modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.jcsub-country-modal.is-open {
    display: flex;
}

.jcsub-country-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
}

.jcsub-country-modal__dialog {
    position: relative;
    width: min(370px, calc(100vw - 8px));
    max-height: calc(100vh - 16px);
    padding: 43px 16px 12px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.jcsub-country-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #b9b9b9;
    background: transparent;
    border: 0;
    font-size: 19px;
    line-height: 1;
}

.jcsub-country-modal__search {
    display: flex;
    align-items: center;
    gap: 9px;
    height: 38px;
    padding: 0 13px;
    color: #5d5d5d;
    background: #e5e5e5;
    border-radius: 999px;
}

.jcsub-country-modal__search input {
    width: 100%;
    height: 100%;
    padding: 0;
    color: #222;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
}

.jcsub-country-modal__search input::placeholder {
    color: #6f6f6f;
    opacity: 1;
}

.jcsub-country-modal__title {
    margin: 14px 0 3px;
    color: #b31f24;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.jcsub-country-modal__title-line {
    width: 29px;
    height: 4px;
    margin-bottom: 14px;
    background: #2c2c2c;
}

.jcsub-country-modal__list {
    max-height: calc(100vh - 183px);
    overflow-y: auto;
    padding-right: 1px;
}

.jcsub-country-modal__item {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 43px;
    margin-bottom: 5px;
    padding: 6px 12px;
    background: #f0f0f0;
    border-radius: 9px;
}

.jcsub-country-modal__flag {
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    font-size: 28px;
    line-height: 1;
}

.jcsub-country-modal__name {
    color: #111;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.jcsub-country-modal__name small {
    margin-left: 6px;
    color: #111;
    font-size: 7px;
    font-weight: 500;
}

body.jcsub-country-modal-open {
    overflow: hidden;
}

.jcsub-country-modal__item.is-hidden {
    display: none;
}

@media (min-width: 768px) {
    .jcsub-country-modal {
        padding: 32px;
    }

    .jcsub-country-modal__dialog {
        width: min(620px, calc(100vw - 64px));
        max-height: min(760px, calc(100vh - 64px));
        padding: 52px 28px 24px;
        border-radius: 18px;
    }

    .jcsub-country-modal__close {
        top: 18px;
        right: 20px;
        font-size: 24px;
    }

    .jcsub-country-modal__search {
        height: 48px;
        padding: 0 18px;
        gap: 12px;
    }

    .jcsub-country-modal__search input {
        font-size: 16px;
    }

    .jcsub-country-modal__title {
        margin-top: 22px;
        font-size: 20px;
    }

    .jcsub-country-modal__title-line {
        width: 42px;
        height: 5px;
        margin-bottom: 20px;
    }

    .jcsub-country-modal__list {
        max-height: min(520px, calc(100vh - 245px));
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
        padding-right: 4px;
    }

    .jcsub-country-modal__item {
        min-height: 58px;
        margin-bottom: 0;
        padding: 9px 14px;
        border-radius: 12px;
    }

    .jcsub-country-modal__flag {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: 33px;
    }

    .jcsub-country-modal__name {
        font-size: 15px;
    }

    .jcsub-country-modal__name small {
        font-size: 9px;
    }
}

.mobile_sub_banner {
    width: 100%;
    height: auto;
}

.main_form_div {
    padding: 0px 100px;
}

.mobile_sub_banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.form_title {
    font-size: 14px;
}

@media (max-width: 767px) {
    .footer ul {

        display: none;
    }

    .title_main {
        top: 6%;
        max-width: 100%;
        font-size: clamp(3.5vw, 1.5vw, 18px);
        line-height: 1;
        text-align: center;
        letter-spacing: 0px;
    }

    .main_first_text {
        font-size: clamp(4.6vw, 1.5vw, 18px);
    }

    .header {
        background-color: #f2f2f2;
        padding: 10px 0 75px;
        height: 115px;
        position: relative;
        z-index: auto !important;
    }

    .header .inner_header {
        display: flex;
    }

    .header .inner_header .left_section {
        width: 22.3333333333%;
        text-align: left;
    }

    .header .inner_header .left_section a {
        color: #b31f24;
        font-size: 20px;
        height: 24px;
        width: 22px;
    }

    .header .inner_header .center_section.flight_info {
        width: 54.3333333333%;
    }

    .header .inner_header .center_section .mobile_header_text {
        margin-bottom: 0;
        color: black;
        font-weight: 600;
        text-align: center;
        font-size: 19px;
    }

    .header .inner_header .right_section {
        text-align: right;
        width: 22.3333333333%;
        display: none;
    }

    .tetx_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .title_main .highlight {
        margin: 4px 0 0px;
        font-size: clamp(12vw, 5vw, 44px);
    }

    .jcsub-banner-button {
        top: 32%;
        left: 5%;
        min-width: 45%;
        padding: 10px 18px;
        font-size: clamp(12px, 1.5vw, 18px);
    }

    .jcsub-banner-payment {
        top: 42%;
        left: 5%;
        gap: 10px;
        width: 130px;
        height: 25px;
    }

    .jcsub-banner-payment img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .jcsub-jazzcash-logo {
        padding-left: 20px;
        font-size: 11px;
    }

    .main_form_div {
        padding: 0px 60px;
    }

    .jcsub-jazzcash-logo::before {
        width: 15px;
        height: 22px;
        box-shadow: 7px 0 0 #f15b2a;
    }

    .mian_banner_section .jcsub-banner-mosafir-logo {
        top: 50%;
        left: 1%;
        width: 100px;
        height: 100px;
    }

    .mian_banner_section .jcsub-banner-mosafir-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }



    .jcsub-voucher-toggle.is-expanded {
        min-height: 96px;
        border-radius: 25px;
        padding: 8px;
    }

    .jcsub-voucher-toggle.is-expanded .jcsub-voucher-expanded {
        min-height: 75px;
        gap: 9px;
        padding: 8px;
        border-radius: 18px;
    }

    .jcsub-voucher-expanded .jcsub-voucher-icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
        border-radius: 13px;
        font-size: 20px;
        box-shadow: 0 5px 11px rgba(0, 0, 0, 0.22);
    }

    .jcsub-voucher-expanded .jcsub-voucher-icon img {
        filter: invert(16%) sepia(59%) saturate(6619%) hue-rotate(351deg) brightness(70%) contrast(86%);
    }

    .jcsub-voucher-expanded>span:last-child {
        column-gap: 8px;
        padding-right: 26px;
    }

    .jcsub-voucher-kicker {
        padding: 5px 12px;
        border-radius: 4px;
        font-size: 8px;
        /* letter-spacing: 0.35px; */
        margin-bottom: 4px;
    }

    .jcsub-voucher-expanded .jcsub-voucher-title {
        font-size: 14px;
        line-height: 1.12;
    }

    .jcsub-voucher-subtitle-row {
        margin-top: 2px;
        line-height: 1.1;
    }

    .jcsub-voucher-expanded .jcsub-voucher-subtitle {
        font-size: 11px;
        line-height: 1.1;
    }

    .jcsub-voucher-price {
        font-size: 12px;
        line-height: 1.1;
    }

    .jcsub-voucher-link {
        font-size: 10px;
        margin-top: 4px;
        text-underline-offset: 2px;
    }

    .jcsub-voucher-toggle.is-expanded .jcsub-voucher-badge {
        min-height: 18px;
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 8px;
    }

    .jcsub-voucher-toggle.is-expanded .jcsub-voucher-chevron {
        right: 15px;
        font-size: 11px;
    }
}

@media (min-width: 767px) {
    .title_main {
        left: 5%;
    }
}
@media (min-width: 768px) {
   body{
     font-family: "Lato", sans-serif;
    overflow: auto !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin: 0;
   }
       html, body, .off-canvas-wrapper {
        width: 100%;
        height: 100%;
    }
    :root {
        --off-canvas-width: 300px;
        -fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
    }
    :host, :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}
}
