/* 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, #1a4a7a, #0f2744);
    color: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(15, 39, 68, .18);
}
.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;
}

/*
  Rota kartları: HTML sırası img → post-prev-text → title.
  Temada padding-top yalnız title'da; text görsele yapışıyor.
  Görsel ile ilk metin satırı arasına nefes payı ekle.
*/
main[data-plures-from] .post-prev-container > .post-prev-img + .post-prev-text {
    padding-top: 28px;
    margin-bottom: 10px;
}
main[data-plures-from] .post-prev-container > .post-prev-text + .post-prev-title {
    padding-top: 0;
    margin-bottom: 10px;
}
main[data-plures-from] .post-prev-container > .post-prev-info {
    padding-bottom: 28px;
}
@media (max-width: 767px) {
    main[data-plures-from] .post-prev-container > .post-prev-img + .post-prev-text {
        padding-top: 22px;
    }
}

/*
  Orisa-style route meta: Kalkış / Varış / süre / mesafe yatay sıra.
  Mevcut HTML: sol sütunda dikey work-process + sağda başlık.
  Başlığı üste alıp meta’yı 4 kolon yatay diz.
*/
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) > .col-md-8 {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
}
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) > .col-md-8 .section-title,
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) > .col-md-8 #route-title {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) > .col-md-8 #route-tagline,
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) > .col-md-8 .text-gray.mb-40 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) > .col-md-8 .local-scroll {
    display: flex;
    justify-content: center;
}
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) > .col-md-4 {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 24px;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    padding-top: 40px;
    margin-top: 28px;
    margin-bottom: 0;
}
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) .work-process-item {
    margin-bottom: 0 !important;
    text-align: center;
}
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) .work-process-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5c6470 !important;
    margin-bottom: 12px;
}
body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) .work-process-item .text-gray {
    font-size: 1.15rem;
    font-weight: 500;
    color: #0d0d0d !important;
    line-height: 1.35;
}
@media (max-width: 991px) {
    body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) > .col-md-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 20px;
        padding-top: 32px;
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) > .col-md-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 16px;
    }
    body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) .work-process-title {
        font-size: 11px;
        margin-bottom: 8px;
    }
    body.page-jet-route main[data-plures-from] .row.mb-60.mb-sm-40:has(#left-dep) .work-process-item .text-gray {
        font-size: 1.05rem;
    }
}

/* 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;
    }
}

/* —— Cunnet route page (Orisa-style layout, Bootstrap spacing) —— */
.plures-route-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}
.plures-route-header #plures-eyebrow {
    display: block;
    margin-bottom: 16px;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5c6470;
}
.plures-route-header #route-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 16px;
    color: #0d0d0d;
    font-weight: 600;
}
.plures-route-header #route-tagline {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 0;
    color: #5c6470;
}
.plures-route-meta {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    text-align: center;
}
.plures-route-meta .row {
    justify-content: center;
}
.plures-route-meta .plures-meta-lbl {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    color: #5c6470;
    margin-bottom: 10px;
}
.plures-route-meta .plures-meta-val {
    font-size: 1.1rem;
    font-weight: 500;
    color: #0d0d0d;
    margin: 0;
}
.plures-route-section {
    padding: 72px 0;
}
.plures-route-section--tight {
    padding-top: 40px;
}
.plures-route-section--border {
    border-top: 1px solid rgba(0, 0, 0, .08);
}
.plures-route-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 28px;
}
.plures-route-headline {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    line-height: 1.25;
    color: #0d0d0d;
    margin: 0;
}
.plures-route-body {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5c6470;
}
.plures-route-body p + p {
    margin-top: 1rem;
}
.plures-route-includes {
    list-style: none;
    padding: 0;
    margin: 0;
}
.plures-route-includes li {
    position: relative;
    padding: 14px 0 14px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    color: #3a3f47;
    line-height: 1.5;
}
.plures-route-includes li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.35em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9a227;
    transform: translateY(-50%);
}
.plures-route-faq details {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding: 18px 0;
}
.plures-route-faq summary {
    cursor: pointer;
    font-weight: 600;
    color: #0d0d0d;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}
.plures-route-faq summary::-webkit-details-marker {
    display: none;
}
.plures-route-faq summary::after {
    content: "+";
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1;
    color: #5c6470;
    flex-shrink: 0;
}
.plures-route-faq details[open] summary::after {
    content: "–";
}
.plures-route-faq details p {
    margin: 12px 0 0;
    color: #5c6470;
    line-height: 1.65;
}
/* —— Popular charters grid —— */
.plures-popular-header {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 48px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.plures-popular-header__left {
    max-width: 520px;
}
.plures-popular-header__lede {
    max-width: 380px;
    margin: 0;
    color: #5c6470;
    line-height: 1.6;
    font-size: 1.05rem;
}
.plures-popular-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.plures-popular-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px 24px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    background: #fff;
    text-decoration: none !important;
    color: inherit;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    min-height: 100%;
}
.plures-popular-card:hover {
    border-color: rgba(0, 0, 0, .16);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
    color: inherit;
}
.plures-popular-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.plures-popular-card__dur {
    font-size: 1.35rem;
    font-weight: 600;
    color: #0d0d0d;
    letter-spacing: -.02em;
}
.plures-popular-card__dur.is-loading {
    opacity: .45;
}
.plures-popular-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #0d0d0d;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.plures-popular-card:hover .plures-popular-card__icon,
.plures-popular-card__icon.is-filled {
    background: #0d0d0d;
    border-color: #0d0d0d;
    color: #fff;
}
.plures-popular-card__title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    color: #0d0d0d;
}
.plures-popular-card__desc {
    margin: 0;
    color: #5c6470;
    line-height: 1.55;
    font-size: .95rem;
    flex: 1;
}
.plures-popular-card__tags {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.plures-popular-card__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #3a3f47;
}

/* —— Ready to Fly, 24/7 —— */
.plures-ready {
    position: relative;
    overflow: hidden;
    min-height: clamp(420px, 58vw, 620px);
    display: flex;
    align-items: center;
    background: #0a1628 center / cover no-repeat;
    color: #fff;
}
.plures-ready::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(8, 14, 28, .55) 0%, rgba(8, 14, 28, .22) 48%, rgba(8, 14, 28, .08) 100%);
    pointer-events: none;
}
.plures-ready__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 88px 24px;
}
@media (min-width: 576px) {
    .plures-ready__inner {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 992px) {
    .plures-ready__inner {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media (min-width: 1200px) {
    .plures-ready__inner {
        padding-left: 64px;
        padding-right: 64px;
    }
}
.plures-ready__copy {
    max-width: 520px;
    margin-left: clamp(0px, 2vw, 24px);
}
.plures-ready__title {
    color: #fff !important;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 600;
    line-height: 1.08;
    margin: 0 0 18px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
}
.plures-ready__text {
    color: rgba(255, 255, 255, .92) !important;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.65;
    margin: 0 0 32px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .2);
}
.plures-ready__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.plures-ready__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    color: #0d0d0d !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease;
}
.plures-ready__btn:hover {
    background: #f2f2f2;
    color: #0d0d0d !important;
    transform: translateY(-1px);
}
.plures-ready__circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: #0d0d0d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: transform .2s ease;
}
.plures-ready__circle:hover {
    transform: translateY(-1px) rotate(8deg);
    color: #0d0d0d;
}
.plures-ready__mark {
    position: absolute;
    right: max(24px, 4vw);
    bottom: max(28px, 4vw);
    width: min(180px, 28vw);
    opacity: .92;
    pointer-events: none;
    z-index: 1;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .2));
}
.plures-ready__mark img {
    width: 100%;
    height: auto;
    display: block;
}

/* —— Our Fleet —— */
.plures-fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.plures-fleet-card {
    display: block;
    text-decoration: none !important;
    color: inherit;
}
.plures-fleet-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 4 / 3;
    background: #111;
}
.plures-fleet-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}
.plures-fleet-card:hover .plures-fleet-card__media img {
    transform: scale(1.06);
}
.plures-fleet-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, .72) 100%);
    color: #fff;
}
.plures-fleet-card__seats {
    display: inline-block;
    align-self: flex-start;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;
    margin-bottom: 12px;
}
.plures-fleet-card__name {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}
.plures-fleet-card__desc {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: .92rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.plures-fleet-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}
.plures-fleet-card__brand {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0d0d0d;
}
.plures-fleet-card__plus {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0d0d0d;
}

@media (max-width: 991.98px) {
    .plures-popular-grid,
    .plures-fleet-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .plures-map-wrap {
        height: 280px;
    }
    .plures-route-section {
        padding: 48px 0;
    }
    .plures-route-meta {
        margin-top: 32px;
        padding-top: 28px;
    }
    .plures-popular-grid,
    .plures-fleet-grid {
        grid-template-columns: 1fr;
    }
    .plures-ready__inner {
        padding: 64px 20px 120px;
    }
    .plures-ready__mark {
        width: 120px;
        bottom: 20px;
        right: 16px;
    }
}
