/* Jet route pages — block horizontal page scroll from marquee sliders / offcanvas */
html:has(body.page-jet-route),
body.page-jet-route {
    overflow-x: hidden !important;
    max-width: 100%;
}
body.page-jet-route #smooth-wrapper,
body.page-jet-route #smooth-content,
body.page-jet-route main[data-plures-from] {
    overflow-x: hidden !important;
    max-width: 100%;
}

/* Marquee text bands (tp-text-slide-active Swiper) must clip inside the viewport */
body.page-jet-route .tp-text-slider-area,
body.page-jet-route .tp-text-slide-top,
body.page-jet-route .tp-text-slide-bottom {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}
body.page-jet-route .tp-text-slide-active,
body.page-jet-route .swiper.tp-text-slide-active,
body.page-jet-route .swiper-container.tp-text-slide-active {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}
body.page-jet-route .tp-text-slide-active .swiper-wrapper {
    box-sizing: border-box;
}

body.page-jet-route #magic-cursor {
    display: none !important;
}

/* Sticky header + dropdowns must sit above Leaflet map panes (z-index 200–700) */
body.page-jet-route header {
    position: relative;
    z-index: 950;
}
body.page-jet-route #header-sticky,
body.page-jet-route #header-sticky.header-sticky,
body.page-jet-route .tp-transparent {
    z-index: 950 !important;
}
body.page-jet-route .tp-main-menu nav > ul > li > .submenu,
body.page-jet-route .tp-main-menu nav > ul > li > .tp-mega-menu {
    z-index: 960;
}

.plures-flight-banner {
    background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
    color: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
}
.plures-flight-banner .lbl {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    opacity: .85;
}
.plures-flight-banner .dur {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 8px 0;
    color: #fff !important;
}
.plures-flight-banner .meta {
    font-size: 14px;
    opacity: .9;
    color: #fff !important;
}
.plures-map-wrap {
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #e8eef2;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    position: relative;
    z-index: 1;
    isolation: isolate;
}
#plures-map {
    width: 100%;
    height: 100%;
}
#plures-map .leaflet-container {
    width: 100%;
    height: 100%;
    font: inherit;
}
.plures-place-card {
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
}
.plures-place-card__head {
    padding: 18px 20px 16px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f4f8 100%);
    border-bottom: 1px solid #e3e6eb;
    border-left: 4px solid #0d0d0d;
}
.plures-place-card--arr .plures-place-card__head {
    border-left-color: #c9a227;
}
.plures-place-card__role {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #5c6470;
    margin-bottom: 8px;
}
.plures-place-card__city {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0d0d0d !important;
    line-height: 1.25;
}
.plures-place-card__city img {
    width: 30px;
    height: 20px;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
}
.plures-place-card__airport {
    font-size: 13px;
    color: #5c6470 !important;
    margin: 0;
    line-height: 1.45;
}
.plures-place-card__airport code {
    font-size: 12px;
    font-weight: 700;
    color: #0d0d0d;
    background: #eef2f7;
    padding: 2px 7px;
    border-radius: 6px;
}
.plures-place-card__time {
    padding: 22px 20px;
    text-align: center;
    border-bottom: 1px solid #eef2f7;
    background: #fff;
}
.plures-place-card__time-lbl {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #5c6470;
}
.plures-place-card__time-val {
    font-size: 2rem;
    font-weight: 300;
    color: #0d0d0d !important;
    font-variant-numeric: tabular-nums;
    margin-top: 4px;
}
.plures-place-card__wx {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
}
.plures-place-card__wx-icon {
    font-size: 1.85rem;
    line-height: 1;
}
.plures-place-card__temp {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0d0d0d !important;
}
.plures-place-card__desc {
    font-size: 13px;
    color: #5c6470 !important;
    margin-top: 2px;
}
.plures-status {
    text-align: center;
    padding: 12px;
    color: #5c6470;
    font-size: 15px;
}
.plures-status.error {
    color: #b42318;
}
.plures-api-section {
    display: none;
}
.plures-api-section.visible {
    display: block;
}
.leaflet-attribution .leaflet-attribution-flag {
    display: none !important;
}

/* Modern CTA banner: readable text over the customer-selected image
   (image itself is untouched), vertically centred with guaranteed
   breathing room at every breakpoint. */
main[data-plures-from] .bf-banner-area {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
main[data-plures-from] .bf-banner-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(8, 10, 18, .78) 0%, rgba(8, 10, 18, .5) 42%, rgba(8, 10, 18, .12) 72%, rgba(8, 10, 18, 0) 100%);
    z-index: 0;
    pointer-events: none;
}
main[data-plures-from] .bf-banner-area > .container {
    position: relative;
    z-index: 1;
    width: 100%;
}
/* Keep the large banner the customer prefers (big image), but centre the
   text vertically so it never hugs the top edge. Overlay/shadow effect stays. */
main[data-plures-from] .bf-banner-area.bf-banner-spacing {
    padding-top: 160px;
    padding-bottom: 110px;
    min-height: 660px;
}
main[data-plures-from] .bf-banner-area .bf-banner-subtitle.mt-100 {
    margin-top: 0;
}
main[data-plures-from] .bf-banner-area .bf-banner-content {
    margin-bottom: 0;
}
main[data-plures-from] .bf-banner-area .bf-banner-title {
    line-height: 1.2;
    max-width: 620px;
    margin-bottom: 24px;
}
main[data-plures-from] .bf-banner-area .bf-banner-title,
main[data-plures-from] .bf-banner-area .bf-banner-subtitle span,
main[data-plures-from] .bf-banner-area .bf-banner-author-info h5,
main[data-plures-from] .bf-banner-area .bf-banner-author-info span {
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .55);
}
@media (max-width: 991px) {
    main[data-plures-from] .bf-banner-area.bf-banner-spacing {
        padding-top: 120px;
        padding-bottom: 90px;
        min-height: 480px;
    }
}
@media (max-width: 574.98px) {
    main[data-plures-from] .bf-banner-area.bf-banner-spacing {
        padding-top: 90px;
        padding-bottom: 64px;
        min-height: 400px;
    }
    main[data-plures-from] .bf-banner-area .bf-banner-title {
        max-width: 100%;
        margin-bottom: 20px;
    }
    main[data-plures-from] .bf-banner-area .bf-banner-subtitle {
        margin-bottom: 20px;
    }
}

/* Related-routes cards: live flight duration pulled from API via IATA */
main[data-plures-from] .tp-about-exp-count.pl-card-dur {
    font-variant-numeric: tabular-nums;
}
main[data-plures-from] .pl-card-dur[data-plures-card-dur].is-loading {
    opacity: .5;
}

/* Tighten the oversized gap between the fleet section and the
   "We are ready to take off…" contact block (theme default is 186px). */
main[data-plures-from] .tp-contact-top-spacing {
    padding-top: 80px;
}
@media (max-width: 991px) {
    main[data-plures-from] .tp-contact-top-spacing {
        padding-top: 56px;
    }
}

main[data-plures-from] .tp-text-slider-area,
main[data-plures-from] .tp-text-slide-top,
main[data-plures-from] .tp-text-slide-bottom,
main[data-plures-from] .swiper.tp-text-slide-active,
main[data-plures-from] .tp-text-slide-active {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Hero "Plures" watermark — left edge synced to the hero title via JS;
   scroll drift on all breakpoints; larger type on mobile/tablet. */
main[data-plures-from] .bf-service-hero-bottom-title {
    right: auto;
    left: 12px;
    bottom: clamp(28px, 5vw, 72px);
    font-size: clamp(64px, 19vw, 220px);
    white-space: nowrap;
    max-width: calc(100% - 24px);
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    line-height: 1;
    will-change: transform;
}
@media (max-width: 1199px) {
    main[data-plures-from] .bf-service-hero-bottom-title {
        font-size: clamp(72px, 21vw, 170px);
    }
}
@media (max-width: 574.98px) {
    main[data-plures-from] .bf-service-hero-bottom-title {
        font-size: clamp(96px, 28vw, 160px);
        bottom: 40px;
    }
}

/* "Popular Private Jet Charter Routes to Istanbul" — 20% smaller */
main[data-plures-from] .tp-section-tittle.plures-popular-routes-title {
    font-size: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    main[data-plures-from] .tp-section-tittle.plures-popular-routes-title {
        font-size: 36.8px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    main[data-plures-from] .tp-section-tittle.plures-popular-routes-title {
        font-size: 28.8px;
    }
}
