.elementor-5928 .elementor-element.elementor-element-eba4b80{--display:flex;}.elementor-5928 .elementor-element.elementor-element-eba4b80:not(.elementor-motion-effects-element-type-background), .elementor-5928 .elementor-element.elementor-element-eba4b80 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#553CBB;}.elementor-5928 .elementor-element.elementor-element-b2615c0{--display:flex;}.elementor-5928 .elementor-element.elementor-element-b2615c0:not(.elementor-motion-effects-element-type-background), .elementor-5928 .elementor-element.elementor-element-b2615c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#533CBB;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-5928 .elementor-element.elementor-element-4a39b6e{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-5928 .elementor-element.elementor-element-4a39b6e:not(.elementor-motion-effects-element-type-background), .elementor-5928 .elementor-element.elementor-element-4a39b6e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#553CBB;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1500px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-5928 .elementor-element.elementor-element-4a39b6e{--grid-auto-flow:row;}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-5928 .elementor-element.elementor-element-4a39b6e{--grid-auto-flow:row;}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-5928 .elementor-element.elementor-element-4a39b6e{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-8c05016 *//* ==========================================================
   JLT LOGISTICS PAGE
   HERO, TRANSPORTATION SERVICES & JLT MINI
   ========================================================== */

.jlt-logistics-hero,
.jlt-logistics-overview,
.jlt-mini-feature,
.jlt-logistics-hero *,
.jlt-logistics-overview *,
.jlt-mini-feature * {
    box-sizing: border-box;
}

.jlt-logistics-hero,
.jlt-logistics-overview,
.jlt-mini-feature {
    --jlt-dark: #02070c;
    --jlt-navy: #06192b;
    --jlt-navy-light: #0c3155;
    --jlt-blue: #147dce;
    --jlt-blue-bright: #40acff;
    --jlt-green: #42df8c;
    --jlt-white: #ffffff;
    --jlt-text: #d7e3ed;
    --jlt-muted: #8fa4b7;
    --jlt-border: rgba(255, 255, 255, 0.12);

    color: var(--jlt-white);
    font-family: "JLT TXT", Arial, sans-serif;
}

/* ==========================================================
   LOGISTICS HERO
   ========================================================== */

.jlt-logistics-hero {
    position: relative;
    width: 100%;
    min-height: 850px;
    overflow: hidden;
    padding: 105px 30px 0;
    background:
        radial-gradient(
            circle at 82% 14%,
            rgba(20, 125, 206, 0.25),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #02070c 0%,
            #061422 52%,
            #08243e 100%
        );
    isolation: isolate;
}

.jlt-logistics-hero__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.25;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        );
    background-size: 64px 64px;
}

.jlt-logistics-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 5% 85%,
            rgba(20, 125, 206, 0.12),
            transparent 25%
        ),
        linear-gradient(
            to bottom,
            transparent 70%,
            rgba(0, 0, 0, 0.28)
        );
}

.jlt-logistics-hero__container {
    position: relative;
    z-index: 2;
    width: min(100%, 1240px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.82fr);
    align-items: center;
    gap: clamp(45px, 7vw, 95px);
    padding-bottom: 75px;
}

/* Hero content */

.jlt-logistics-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
    color: var(--jlt-blue-bright);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.jlt-logistics-hero__eyebrow-line {
    width: 44px;
    height: 2px;
    flex: 0 0 44px;
    background: var(--jlt-blue-bright);
    box-shadow: 0 0 13px rgba(64, 172, 255, 0.65);
}

.jlt-logistics-hero__status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 8px 11px;
    border: 1px solid rgba(66, 223, 140, 0.24);
    border-radius: 30px;
    color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.07);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jlt-logistics-hero__status-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--jlt-green);
    box-shadow: 0 0 11px rgba(66, 223, 140, 0.8);
    animation: jltLogisticsStatus 1.8s ease-in-out infinite;
}

@keyframes jltLogisticsStatus {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(0.75);
    }
}

.jlt-logistics-hero__title {
    max-width: 760px;
    margin: 0;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(44px, 5.5vw, 75px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.jlt-logistics-hero__title span {
    display: block;
    color: var(--jlt-blue-bright);
}

.jlt-logistics-hero__lead {
    max-width: 700px;
    margin: 27px 0 0;
    color: var(--jlt-text) !important;
    font-size: clamp(16px, 1.5vw, 19px);
    font-weight: 650;
    line-height: 1.7;
}

.jlt-logistics-hero__description {
    max-width: 670px;
    margin: 14px 0 0;
    color: var(--jlt-muted) !important;
    font-size: 14px;
    line-height: 1.75;
}

/* Hero buttons */

.jlt-logistics-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.jlt-logistics-hero__button {
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 14px 21px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.035em;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.jlt-logistics-hero__button--primary {
    color: var(--jlt-white) !important;
    background: linear-gradient(135deg, #0e70bc, #1591e0);
    box-shadow: 0 14px 30px rgba(20, 125, 206, 0.28);
}

.jlt-logistics-hero__button--primary:hover {
    color: var(--jlt-white) !important;
    transform: translateY(-3px);
    box-shadow: 0 19px 38px rgba(20, 125, 206, 0.42);
}

.jlt-logistics-hero__button--secondary {
    color: var(--jlt-white) !important;
    border-color: var(--jlt-border);
    background: rgba(255, 255, 255, 0.05);
}

.jlt-logistics-hero__button--secondary:hover {
    color: var(--jlt-white) !important;
    border-color: rgba(64, 172, 255, 0.5);
    background: rgba(64, 172, 255, 0.1);
    transform: translateY(-3px);
}

/* Assurance row */

.jlt-logistics-hero__assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 720px;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--jlt-border);
}

.jlt-logistics-hero__assurance-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.jlt-logistics-hero__assurance-item > span {
    width: 20px;
    height: 20px;
    display: flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #031522;
    background: var(--jlt-blue-bright);
    font-size: 10px;
    font-weight: 900;
}

.jlt-logistics-hero__assurance-item p {
    margin: 0;
    color: var(--jlt-muted) !important;
    font-size: 9px;
    line-height: 1.5;
}

.jlt-logistics-hero__assurance-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--jlt-white);
    font-size: 10px;
}

/* ==========================================================
   HERO SERVICE PANEL
   ========================================================== */

.jlt-logistics-hero__panel {
    overflow: hidden;
    border: 1px solid var(--jlt-border);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 38px 85px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.jlt-logistics-hero__panel-image {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #091624;
}

.jlt-logistics-hero__panel-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.95) contrast(1.05) brightness(0.85);
    transition: transform 0.7s ease;
}

.jlt-logistics-hero__panel:hover
.jlt-logistics-hero__panel-image img {
    transform: scale(1.05);
}

.jlt-logistics-hero__panel-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.08),
            rgba(3, 11, 18, 0.85)
        );
}

.jlt-logistics-hero__panel-badge {
    position: absolute;
    top: 17px;
    left: 17px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    color: var(--jlt-white);
    background: rgba(3, 11, 18, 0.62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.jlt-logistics-hero__panel-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--jlt-green);
    box-shadow: 0 0 9px rgba(66, 223, 140, 0.8);
}

.jlt-logistics-hero__panel-image-copy {
    position: absolute;
    right: 20px;
    bottom: 19px;
    left: 20px;
}

.jlt-logistics-hero__panel-image-copy small {
    display: block;
    margin-bottom: 5px;
    color: var(--jlt-blue-bright);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jlt-logistics-hero__panel-image-copy strong {
    display: block;
    color: var(--jlt-white);
    font-size: 19px;
    line-height: 1.2;
}

.jlt-logistics-hero__panel-content {
    padding: 23px;
}

.jlt-logistics-hero__panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.jlt-logistics-hero__panel-header small {
    display: block;
    margin-bottom: 5px;
    color: var(--jlt-blue-bright);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jlt-logistics-hero__panel-header h2 {
    margin: 0;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: 23px;
    font-weight: 800;
}

.jlt-logistics-hero__panel-header > span {
    color: rgba(255, 255, 255, 0.16);
    font-size: 33px;
    font-weight: 900;
    line-height: 1;
}

.jlt-logistics-hero__service-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--jlt-border);
}

.jlt-logistics-hero__service-list li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 0;
    border-bottom: 1px solid var(--jlt-border);
}

.jlt-logistics-hero__service-number {
    padding-top: 2px;
    color: var(--jlt-blue-bright);
    font-size: 8px;
    font-weight: 900;
}

.jlt-logistics-hero__service-list strong {
    display: block;
    margin-bottom: 4px;
    color: var(--jlt-white);
    font-size: 11px;
    font-weight: 800;
}

.jlt-logistics-hero__service-list small {
    display: block;
    color: var(--jlt-muted);
    font-size: 9px;
    line-height: 1.5;
}

.jlt-logistics-hero__panel-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 18px;
    padding: 13px 15px;
    border: 1px solid rgba(64, 172, 255, 0.25);
    border-radius: 7px;
    color: var(--jlt-white) !important;
    background: rgba(64, 172, 255, 0.08);
    font-size: 10px;
    font-weight: 900;
    text-decoration: none !important;
    transition: 0.25s ease;
}

.jlt-logistics-hero__panel-link:hover {
    border-color: var(--jlt-blue-bright);
    background: var(--jlt-blue);
}

/* Scope bar */

.jlt-logistics-hero__scope {
    position: relative;
    z-index: 2;
    margin: 0 -30px;
    border-top: 1px solid var(--jlt-border);
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.jlt-logistics-hero__scope-inner {
    width: min(100%, 1240px);
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin: 0 auto;
    padding: 20px 30px;
}

.jlt-logistics-hero__scope-label small {
    display: block;
    margin-bottom: 5px;
    color: var(--jlt-blue-bright);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jlt-logistics-hero__scope-label strong {
    color: var(--jlt-white);
    font-size: 13px;
}

.jlt-logistics-hero__scope-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px 25px;
}

.jlt-logistics-hero__scope-items span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--jlt-muted);
    font-size: 9px;
    font-weight: 800;
}

.jlt-logistics-hero__scope-items i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--jlt-blue-bright);
    box-shadow: 0 0 7px rgba(64, 172, 255, 0.65);
}

/* ==========================================================
   LOGISTICS OVERVIEW
   ========================================================== */

.jlt-logistics-overview {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 105px 30px;
    background:
        radial-gradient(
            circle at 5% 30%,
            rgba(20, 125, 206, 0.11),
            transparent 26%
        ),
        linear-gradient(
            180deg,
            #03090f,
            #071522 55%,
            #03090f
        );
}

.jlt-logistics-overview__container {
    position: relative;
    z-index: 2;
    width: min(100%, 1240px);
    margin: 0 auto;
}

.jlt-logistics-overview__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 35px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--jlt-border);
}

.jlt-logistics-overview__label span,
.jlt-logistics-overview__label strong {
    color: var(--jlt-blue-bright);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.jlt-logistics-overview__label strong {
    color: var(--jlt-muted);
}

.jlt-logistics-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1fr);
    align-items: start;
    gap: clamp(50px, 8vw, 110px);
    margin-bottom: 70px;
}

.jlt-logistics-overview__heading h2 {
    margin: 0;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(39px, 4.6vw, 63px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.jlt-logistics-overview__heading h2 span {
    display: block;
    color: var(--jlt-blue-bright);
}

.jlt-logistics-overview__copy > p {
    margin: 0 0 16px;
    color: var(--jlt-muted) !important;
    font-size: 14px;
    line-height: 1.75;
}

.jlt-logistics-overview__copy
.jlt-logistics-overview__lead {
    color: var(--jlt-text) !important;
    font-size: 16px;
    font-weight: 650;
}

.jlt-logistics-overview__note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 25px;
    padding: 18px 20px;
    border: 1px solid rgba(64, 172, 255, 0.22);
    border-left: 3px solid var(--jlt-blue-bright);
    border-radius: 0 9px 9px 0;
    background: rgba(64, 172, 255, 0.065);
}

.jlt-logistics-overview__note > span {
    width: 23px;
    height: 23px;
    display: flex;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #031522;
    background: var(--jlt-blue-bright);
    font-size: 12px;
    font-weight: 900;
}

.jlt-logistics-overview__note p {
    margin: 0;
    color: var(--jlt-muted) !important;
    font-size: 11px;
    line-height: 1.65;
}

.jlt-logistics-overview__note strong {
    color: var(--jlt-white);
}

/* ==========================================================
   TRANSPORTATION TYPE CARDS
   ========================================================== */

.jlt-logistics-types {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--jlt-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.jlt-logistics-types__card {
    position: relative;
    min-height: 355px;
    display: flex;
    flex-direction: column;
    padding: 27px 23px;
    border-right: 1px solid var(--jlt-border);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.01)
        );
    transition: background-color 0.3s ease;
}

.jlt-logistics-types__card:last-child {
    border-right: 0;
}

.jlt-logistics-types__card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--jlt-blue-bright);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.jlt-logistics-types__card:hover {
    background: rgba(64, 172, 255, 0.08);
}

.jlt-logistics-types__card:hover::after {
    transform: scaleX(1);
}

.jlt-logistics-types__number {
    display: block;
    margin-bottom: 25px;
    color: var(--jlt-blue-bright);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.jlt-logistics-types__icon {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid rgba(64, 172, 255, 0.25);
    border-radius: 12px;
    color: var(--jlt-blue-bright);
    background: rgba(64, 172, 255, 0.07);
}

.jlt-logistics-types__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.jlt-logistics-types__card h3 {
    margin: 0 0 13px;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.jlt-logistics-types__card p {
    margin: 0 0 23px;
    color: var(--jlt-muted) !important;
    font-size: 12px;
    line-height: 1.65;
}

.jlt-logistics-types__card > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--jlt-border);
    color: var(--jlt-text) !important;
    font-size: 9px;
    font-weight: 900;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.jlt-logistics-types__card > a:hover {
    color: var(--jlt-blue-bright) !important;
}

/* JLT Mini card */

.jlt-logistics-types__card--mini {
    background:
        linear-gradient(
            145deg,
            rgba(66, 223, 140, 0.1),
            rgba(255, 255, 255, 0.015)
        );
}

.jlt-logistics-types__card--mini::after {
    background: var(--jlt-green);
}

.jlt-logistics-types__card--mini
.jlt-logistics-types__number,
.jlt-logistics-types__card--mini
.jlt-logistics-types__icon {
    color: var(--jlt-green);
}

.jlt-logistics-types__card--mini
.jlt-logistics-types__icon {
    border-color: rgba(66, 223, 140, 0.25);
    background: rgba(66, 223, 140, 0.07);
}

.jlt-logistics-types__mini-label {
    display: inline-block;
    align-self: flex-start;
    margin: -7px 0 11px;
    padding: 6px 8px;
    border: 1px solid rgba(66, 223, 140, 0.22);
    border-radius: 20px;
    color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.07);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.jlt-logistics-types__card--mini > a:hover {
    color: var(--jlt-green) !important;
}

/* ==========================================================
   JLT MINI FEATURE
   ========================================================== */

.jlt-mini-feature {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 105px 30px;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(66, 223, 140, 0.13),
            transparent 29%
        ),
        linear-gradient(
            135deg,
            #031009 0%,
            #072117 50%,
            #04130d 100%
        );
}

.jlt-mini-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.22;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
}

.jlt-mini-feature__container {
    position: relative;
    z-index: 2;
    width: min(100%, 1240px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.75fr);
    align-items: center;
    gap: clamp(50px, 8vw, 100px);
}

.jlt-mini-feature__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 8px 11px;
    border: 1px solid rgba(66, 223, 140, 0.25);
    border-radius: 25px;
    color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.07);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.jlt-mini-feature__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--jlt-green);
    box-shadow: 0 0 9px rgba(66, 223, 140, 0.8);
}

.jlt-mini-feature__content h2 {
    margin: 0 0 24px;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(47px, 6vw, 79px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.jlt-mini-feature__content h2 span {
    color: var(--jlt-green);
}

.jlt-mini-feature__content > p {
    max-width: 680px;
    margin: 0 0 15px;
    color: var(--jlt-muted) !important;
    font-size: 14px;
    line-height: 1.75;
}

.jlt-mini-feature__content
.jlt-mini-feature__lead {
    color: var(--jlt-text) !important;
    font-size: 17px;
    font-weight: 650;
}

/* 10-minute notice */

.jlt-mini-feature__notice {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    max-width: 680px;
    margin-top: 27px;
    padding: 19px;
    border: 1px solid rgba(66, 223, 140, 0.23);
    border-radius: 12px;
    background: rgba(66, 223, 140, 0.065);
}

.jlt-mini-feature__notice-time {
    padding-right: 19px;
    border-right: 1px solid rgba(66, 223, 140, 0.2);
    text-align: center;
}

.jlt-mini-feature__notice-time strong {
    display: block;
    color: var(--jlt-green);
    font-size: 47px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.jlt-mini-feature__notice-time span {
    display: block;
    margin-top: 6px;
    color: var(--jlt-white);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jlt-mini-feature__notice p {
    margin: 0;
    color: var(--jlt-muted) !important;
    font-size: 11px;
    line-height: 1.65;
}

/* Mini features */

.jlt-mini-feature__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 20px;
    margin-top: 25px;
}

.jlt-mini-feature__features > div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--jlt-text);
    font-size: 10px;
    font-weight: 750;
}

.jlt-mini-feature__features span {
    width: 20px;
    height: 20px;
    display: flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #03150b;
    background: var(--jlt-green);
    font-size: 9px;
    font-weight: 900;
}

.jlt-mini-feature__button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
    padding: 14px 22px;
    border-radius: 7px;
    color: #03150b !important;
    background: var(--jlt-green);
    box-shadow: 0 14px 31px rgba(66, 223, 140, 0.22);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none !important;
    transition: 0.25s ease;
}

.jlt-mini-feature__button:hover {
    color: #03150b !important;
    background: #6aeca8;
    transform: translateY(-3px);
    box-shadow: 0 19px 38px rgba(66, 223, 140, 0.32);
}

/* ==========================================================
   JLT MINI ROUTE CARD
   ========================================================== */

.jlt-mini-feature__route-card {
    overflow: hidden;
    border: 1px solid rgba(66, 223, 140, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.085),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow: 0 35px 75px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.jlt-mini-feature__route-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 24px;
    border-bottom: 1px solid var(--jlt-border);
}

.jlt-mini-feature__route-header small {
    display: block;
    margin-bottom: 5px;
    color: var(--jlt-green);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.jlt-mini-feature__route-header h3 {
    margin: 0;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: 23px;
    font-weight: 800;
}

.jlt-mini-feature__route-header > span {
    padding: 7px 9px;
    border: 1px solid rgba(66, 223, 140, 0.22);
    border-radius: 20px;
    color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.07);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.09em;
}

.jlt-mini-feature__route {
    padding: 32px 24px;
}

.jlt-mini-feature__location {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.jlt-mini-feature__location > span {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(66, 223, 140, 0.24);
    border-radius: 50%;
    color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.07);
    font-size: 10px;
    font-weight: 900;
}

.jlt-mini-feature__location strong {
    display: block;
    margin-bottom: 4px;
    color: var(--jlt-white);
    font-size: 16px;
}

.jlt-mini-feature__location small {
    color: var(--jlt-muted);
    font-size: 9px;
}

.jlt-mini-feature__route-line {
    width: 52px;
    min-height: 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}

.jlt-mini-feature__route-line span {
    width: 1px;
    height: 19px;
    background: rgba(66, 223, 140, 0.4);
}

.jlt-mini-feature__route-line i {
    color: var(--jlt-green);
    font-size: 15px;
    font-style: normal;
    transform: rotate(90deg);
}

.jlt-mini-feature__booking-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--jlt-border);
    border-bottom: 1px solid var(--jlt-border);
}

.jlt-mini-feature__booking-details > div {
    min-width: 0;
    padding: 17px 13px;
    border-right: 1px solid var(--jlt-border);
    text-align: center;
}

.jlt-mini-feature__booking-details > div:last-child {
    border-right: 0;
}

.jlt-mini-feature__booking-details small {
    display: block;
    margin-bottom: 6px;
    color: var(--jlt-muted);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.jlt-mini-feature__booking-details strong {
    display: block;
    color: var(--jlt-white);
    font-size: 9px;
    line-height: 1.4;
}

.jlt-mini-feature__route-footer {
    padding: 18px 24px;
    color: var(--jlt-muted);
    background: rgba(255, 255, 255, 0.02);
    font-size: 9px;
    line-height: 1.6;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {
    .jlt-logistics-hero {
        min-height: auto;
        padding: 90px 25px 0;
    }

    .jlt-logistics-hero__container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .jlt-logistics-hero__content {
        max-width: 850px;
    }

    .jlt-logistics-hero__panel {
        max-width: 760px;
    }

    .jlt-logistics-hero__scope {
        margin-right: -25px;
        margin-left: -25px;
    }

    .jlt-logistics-overview,
    .jlt-mini-feature {
        padding: 85px 25px;
    }

    .jlt-logistics-overview__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .jlt-logistics-overview__copy {
        max-width: 800px;
    }

    .jlt-logistics-types {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jlt-logistics-types__card:nth-child(2) {
        border-right: 0;
    }

    .jlt-logistics-types__card:nth-child(1),
    .jlt-logistics-types__card:nth-child(2) {
        border-bottom: 1px solid var(--jlt-border);
    }

    .jlt-mini-feature__container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .jlt-mini-feature__route-card {
        max-width: 700px;
    }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {
    .jlt-logistics-hero {
        padding: 65px 17px 0;
    }

    .jlt-logistics-hero__background {
        background-size: 42px 42px;
    }

    .jlt-logistics-hero__container {
        gap: 42px;
        padding-bottom: 48px;
    }

    .jlt-logistics-hero__eyebrow {
        align-items: flex-start;
        font-size: 8px;
    }

    .jlt-logistics-hero__eyebrow-line {
        width: 27px;
        flex-basis: 27px;
        margin-top: 5px;
    }

    .jlt-logistics-hero__title {
        font-size: clamp(37px, 10.5vw, 49px);
        line-height: 1.06;
    }

    .jlt-logistics-hero__lead {
        margin-top: 22px;
        font-size: 15px;
    }

    .jlt-logistics-hero__description {
        font-size: 13px;
    }

    .jlt-logistics-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .jlt-logistics-hero__button {
        width: 100%;
    }

    .jlt-logistics-hero__assurance {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .jlt-logistics-hero__panel {
        border-radius: 14px;
    }

    .jlt-logistics-hero__panel-image {
        height: 215px;
    }

    .jlt-logistics-hero__panel-content {
        padding: 19px;
    }

    .jlt-logistics-hero__panel-header h2 {
        font-size: 20px;
    }

    .jlt-logistics-hero__scope {
        margin-right: -17px;
        margin-left: -17px;
    }

    .jlt-logistics-hero__scope-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 20px 17px;
    }

    .jlt-logistics-hero__scope-items {
        gap: 12px 17px;
    }

    .jlt-logistics-overview,
    .jlt-mini-feature {
        padding: 68px 17px;
    }

    .jlt-logistics-overview__label {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .jlt-logistics-overview__grid {
        margin-bottom: 45px;
    }

    .jlt-logistics-overview__heading h2 {
        font-size: clamp(35px, 9.5vw, 46px);
    }

    .jlt-logistics-overview__copy
    .jlt-logistics-overview__lead {
        font-size: 15px;
    }

    .jlt-logistics-overview__copy > p {
        font-size: 13px;
    }

    .jlt-logistics-types {
        grid-template-columns: 1fr;
        border-radius: 13px;
    }

    .jlt-logistics-types__card {
        min-height: 0;
        padding: 24px 20px;
        border-right: 0;
        border-bottom: 1px solid var(--jlt-border);
    }

    .jlt-logistics-types__card:nth-child(3) {
        border-bottom: 1px solid var(--jlt-border);
    }

    .jlt-logistics-types__card:last-child {
        border-bottom: 0;
    }

    .jlt-mini-feature::before {
        background-size: 42px 42px;
    }

    .jlt-mini-feature__content h2 {
        font-size: clamp(45px, 14vw, 65px);
    }

    .jlt-mini-feature__content
    .jlt-mini-feature__lead {
        font-size: 15px;
    }

    .jlt-mini-feature__notice {
        grid-template-columns: 75px minmax(0, 1fr);
        gap: 15px;
        padding: 16px;
    }

    .jlt-mini-feature__notice-time {
        padding-right: 14px;
    }

    .jlt-mini-feature__notice-time strong {
        font-size: 40px;
    }

    .jlt-mini-feature__features {
        grid-template-columns: 1fr;
    }

    .jlt-mini-feature__button {
        width: 100%;
    }

    .jlt-mini-feature__route-card {
        border-radius: 14px;
    }

    .jlt-mini-feature__booking-details {
        grid-template-columns: 1fr;
    }

    .jlt-mini-feature__booking-details > div {
        border-right: 0;
        border-bottom: 1px solid var(--jlt-border);
        text-align: left;
    }

    .jlt-mini-feature__booking-details > div:last-child {
        border-bottom: 0;
    }
}

/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 390px) {
    .jlt-logistics-hero {
        padding-right: 14px;
        padding-left: 14px;
    }

    .jlt-logistics-hero__title {
        font-size: 35px;
    }

    .jlt-logistics-hero__panel-header > span {
        display: none;
    }

    .jlt-logistics-hero__scope {
        margin-right: -14px;
        margin-left: -14px;
    }

    .jlt-logistics-overview,
    .jlt-mini-feature {
        padding-right: 14px;
        padding-left: 14px;
    }

    .jlt-logistics-overview__heading h2 {
        font-size: 33px;
    }

    .jlt-mini-feature__notice {
        grid-template-columns: 1fr;
    }

    .jlt-mini-feature__notice-time {
        padding: 0 0 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(66, 223, 140, 0.2);
        text-align: left;
    }

    .jlt-mini-feature__route-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

.jlt-logistics-hero a:focus-visible,
.jlt-logistics-overview a:focus-visible {
    outline: 3px solid var(--jlt-blue-bright);
    outline-offset: 3px;
}

.jlt-mini-feature a:focus-visible {
    outline: 3px solid var(--jlt-green);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .jlt-logistics-hero *,
    .jlt-logistics-hero *::before,
    .jlt-logistics-hero *::after,
    .jlt-logistics-overview *,
    .jlt-logistics-overview *::before,
    .jlt-logistics-overview *::after,
    .jlt-mini-feature *,
    .jlt-mini-feature *::before,
    .jlt-mini-feature *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31fd635 *//* ==========================================================
   JLT LOGISTICS — PART 2
   LOAD & JLT MINI RIDE BOOKING SYSTEM
   ========================================================== */

.jlt-booking-system,
.jlt-booking-system * {
    box-sizing: border-box;
}

.jlt-booking-system {
    --jlt-dark: #02070c;
    --jlt-navy: #061827;
    --jlt-navy-light: #0b2d4d;
    --jlt-blue: #147dce;
    --jlt-blue-bright: #40acff;
    --jlt-green: #42df8c;
    --jlt-white: #ffffff;
    --jlt-text: #d7e3ed;
    --jlt-muted: #8fa4b7;
    --jlt-border: rgba(255, 255, 255, 0.12);
    --jlt-field: rgba(255, 255, 255, 0.045);

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 105px 30px;
    color: var(--jlt-white);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(20, 125, 206, 0.14),
            transparent 27%
        ),
        radial-gradient(
            circle at 5% 65%,
            rgba(20, 125, 206, 0.08),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #02070c 0%,
            #061421 50%,
            #02080e 100%
        );
    font-family: "JLT TXT", Arial, sans-serif;
}

.jlt-booking-system::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.2;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 64px 64px;
}

.jlt-booking-system__container {
    position: relative;
    z-index: 2;
    width: min(100%, 1280px);
    margin: 0 auto;
}

/* Elementor and theme form reset */

.jlt-booking-system button,
.jlt-booking-system input,
.jlt-booking-system select,
.jlt-booking-system textarea {
    margin: 0;
    font-family: "JLT TXT", Arial, sans-serif;
}

.jlt-booking-system button {
    cursor: pointer;
}

.jlt-booking-system [hidden] {
    display: none !important;
}

/* ==========================================================
   SYSTEM HEADER
   ========================================================== */

.jlt-booking-system__header {
    margin-bottom: 45px;
}

.jlt-booking-system__eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: var(--jlt-blue-bright);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.jlt-booking-system__eyebrow-line {
    width: 44px;
    height: 2px;
    flex: 0 0 44px;
    background: var(--jlt-blue-bright);
    box-shadow: 0 0 13px rgba(64, 172, 255, 0.65);
}

.jlt-booking-system__heading-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
    align-items: start;
    gap: clamp(45px, 7vw, 100px);
}

.jlt-booking-system__heading-grid h2 {
    max-width: 720px;
    margin: 0;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(43px, 5.2vw, 70px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.jlt-booking-system__heading-grid h2 span {
    display: block;
    color: var(--jlt-blue-bright);
}

.jlt-booking-system__intro > p {
    margin: 0 0 18px;
    color: var(--jlt-text) !important;
    font-size: 14px;
    line-height: 1.75;
}

.jlt-booking-system__availability {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px 16px;
    border: 1px solid rgba(66, 223, 140, 0.2);
    border-radius: 9px;
    background: rgba(66, 223, 140, 0.06);
}

.jlt-booking-system__availability > span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--jlt-green);
    box-shadow: 0 0 10px rgba(66, 223, 140, 0.75);
}

.jlt-booking-system__availability p {
    margin: 0;
    color: var(--jlt-muted) !important;
    font-size: 10px;
    line-height: 1.6;
}

.jlt-booking-system__availability strong {
    color: var(--jlt-white);
}

/* ==========================================================
   BOOKING PROGRESS
   ========================================================== */

.jlt-booking-system__progress {
    display: grid;
    grid-template-columns:
        auto minmax(20px, 1fr)
        auto minmax(20px, 1fr)
        auto minmax(20px, 1fr)
        auto;
    align-items: center;
    margin-bottom: 35px;
    padding: 21px 24px;
    border: 1px solid var(--jlt-border);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.035);
}

.jlt-booking-system__progress-item {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.55;
}

.jlt-booking-system__progress-item.is-active {
    opacity: 1;
}

.jlt-booking-system__progress-item > span {
    width: 31px;
    height: 31px;
    display: flex;
    flex: 0 0 31px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--jlt-border);
    border-radius: 50%;
    color: var(--jlt-muted);
    background: rgba(255, 255, 255, 0.035);
    font-size: 8px;
    font-weight: 900;
}

.jlt-booking-system__progress-item.is-active > span {
    border-color: var(--jlt-blue-bright);
    color: #031522;
    background: var(--jlt-blue-bright);
    box-shadow: 0 0 15px rgba(64, 172, 255, 0.3);
}

.jlt-booking-system__progress-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--jlt-white);
    font-size: 9px;
    font-weight: 900;
}

.jlt-booking-system__progress-item small {
    display: block;
    color: var(--jlt-muted);
    font-size: 7px;
    white-space: nowrap;
}

.jlt-booking-system__progress-line {
    height: 1px;
    margin: 0 15px;
    background: var(--jlt-border);
}

/* ==========================================================
   TWO-PART SELECTOR
   ========================================================== */

.jlt-booking-system__.elementor-5928 .elementor-element.elementor-element-31fd635 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 30px;
}

.jlt-booking-system__choice {
    position: relative;
    min-width: 0;
    min-height: 170px;
    display: grid;
    grid-template-columns: 30px 57px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 17px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--jlt-border);
    border-radius: 15px;
    color: var(--jlt-white);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.02)
        );
    text-align: left;
    box-shadow: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.jlt-booking-system__choice::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--jlt-blue-bright);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.jlt-booking-system__choice:hover,
.jlt-booking-system__choice.is-selected {
    border-color: rgba(64, 172, 255, 0.38);
    background: rgba(64, 172, 255, 0.09);
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.25);
}

.jlt-booking-system__choice.is-selected::after {
    transform: scaleX(1);
}

.jlt-booking-system__choice--ride::after {
    background: var(--jlt-green);
}

.jlt-booking-system__choice--ride:hover,
.jlt-booking-system__choice--ride.is-selected {
    border-color: rgba(66, 223, 140, 0.35);
    background: rgba(66, 223, 140, 0.08);
}

.jlt-booking-system__choice-number {
    color: var(--jlt-blue-bright);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.jlt-booking-system__choice--ride
.jlt-booking-system__choice-number {
    color: var(--jlt-green);
}

.jlt-booking-system__choice-icon {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(64, 172, 255, 0.25);
    border-radius: 13px;
    color: var(--jlt-blue-bright);
    background: rgba(64, 172, 255, 0.07);
}

.jlt-booking-system__choice--ride
.jlt-booking-system__choice-icon {
    border-color: rgba(66, 223, 140, 0.25);
    color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.07);
}

.jlt-booking-system__choice-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.jlt-booking-system__choice-copy {
    min-width: 0;
    display: block;
}

.jlt-booking-system__choice-copy small {
    display: block;
    margin-bottom: 5px;
    color: var(--jlt-blue-bright);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jlt-booking-system__choice--ride
.jlt-booking-system__choice-copy small {
    color: var(--jlt-green);
}

.jlt-booking-system__choice-copy strong {
    display: block;
    margin-bottom: 8px;
    color: var(--jlt-white);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.jlt-booking-system__choice-copy > span {
    display: block;
    color: var(--jlt-muted);
    font-size: 10px;
    line-height: 1.55;
}

.jlt-booking-system__choice-check {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--jlt-border);
    border-radius: 50%;
    color: transparent;
    background: rgba(255, 255, 255, 0.035);
    font-size: 11px;
    font-weight: 900;
}

.jlt-booking-system__choice.is-selected
.jlt-booking-system__choice-check {
    border-color: var(--jlt-blue-bright);
    color: #031522;
    background: var(--jlt-blue-bright);
}

.jlt-booking-system__choice--ride.is-selected
.jlt-booking-system__choice-check {
    border-color: var(--jlt-green);
    color: #03150b;
    background: var(--jlt-green);
}

/* ==========================================================
   BOOKING WORKSPACE
   ========================================================== */

.jlt-booking-system__workspace {
    overflow: hidden;
    border: 1px solid var(--jlt-border);
    border-radius: 19px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.015)
        );
    box-shadow: 0 38px 85px rgba(0, 0, 0, 0.38);
}

.jlt-booking-panel {
    display: none;
    grid-template-columns: minmax(0, 1fr) 315px;
    align-items: stretch;
}

.jlt-booking-panel.is-active {
    display: grid;
}

/* ==========================================================
   FORM
   ========================================================== */

.jlt-booking-form {
    min-width: 0;
    padding: clamp(30px, 4vw, 52px);
}

.jlt-booking-form__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 35px;
    padding-bottom: 27px;
    border-bottom: 1px solid var(--jlt-border);
}

.jlt-booking-form__section-number {
    display: block;
    margin-bottom: 10px;
    color: var(--jlt-blue-bright);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.jlt-booking-form__section-number--ride {
    color: var(--jlt-green);
}

.jlt-booking-form__header small {
    display: block;
    margin-bottom: 7px;
    color: var(--jlt-blue-bright);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#jlt-ride-panel .jlt-booking-form__header small {
    color: var(--jlt-green);
}

.jlt-booking-form__header h3 {
    margin: 0 0 11px;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.jlt-booking-form__header p {
    max-width: 680px;
    margin: 0;
    color: var(--jlt-muted) !important;
    font-size: 11px;
    line-height: 1.65;
}

.jlt-booking-form__type {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid rgba(64, 172, 255, 0.25);
    border-radius: 22px;
    color: var(--jlt-blue-bright);
    background: rgba(64, 172, 255, 0.07);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.jlt-booking-form__type > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--jlt-blue-bright);
    box-shadow: 0 0 8px rgba(64, 172, 255, 0.75);
}

.jlt-booking-form__type--ride {
    border-color: rgba(66, 223, 140, 0.25);
    color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.07);
}

.jlt-booking-form__type--ride > span {
    background: var(--jlt-green);
    box-shadow: 0 0 8px rgba(66, 223, 140, 0.75);
}

/* Fieldsets */

.jlt-booking-form__fieldset {
    min-width: 0;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border: 0;
    border-bottom: 1px solid var(--jlt-border);
}

.jlt-booking-form__fieldset:last-of-type {
    margin-bottom: 0;
}

.jlt-booking-form__fieldset legend {
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
    color: var(--jlt-white);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

/* Booking options */

.jlt-booking-form__options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.jlt-booking-form__options--ride {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jlt-booking-form__option {
    position: relative;
    min-width: 0;
    cursor: pointer;
}

.jlt-booking-form__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.jlt-booking-form__option > span {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    border: 1px solid var(--jlt-border);
    border-radius: 9px;
    background: var(--jlt-field);
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.jlt-booking-form__option:hover > span {
    border-color: rgba(64, 172, 255, 0.35);
    background: rgba(64, 172, 255, 0.07);
    transform: translateY(-2px);
}

.jlt-booking-form__option input:checked + span {
    border-color: var(--jlt-blue-bright);
    background: rgba(64, 172, 255, 0.12);
    box-shadow: inset 0 -3px 0 var(--jlt-blue-bright);
}

#jlt-ride-panel
.jlt-booking-form__option:hover > span {
    border-color: rgba(66, 223, 140, 0.35);
    background: rgba(66, 223, 140, 0.07);
}

#jlt-ride-panel
.jlt-booking-form__option input:checked + span {
    border-color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.1);
    box-shadow: inset 0 -3px 0 var(--jlt-green);
}

.jlt-booking-form__option strong {
    display: block;
    margin-bottom: 5px;
    color: var(--jlt-white);
    font-size: 10px;
    font-weight: 800;
}

.jlt-booking-form__option small {
    display: block;
    color: var(--jlt-muted);
    font-size: 8px;
    line-height: 1.45;
}

/* ==========================================================
   ROUTE FIELDS
   ========================================================== */

.jlt-booking-form__route-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 43px minmax(0, 1fr);
    align-items: center;
    gap: 17px;
}

.jlt-booking-form__route-column {
    min-width: 0;
    padding: 19px;
    border: 1px solid var(--jlt-border);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.02);
}

.jlt-booking-form__route-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 17px;
}

.jlt-booking-form__route-heading > span {
    width: 31px;
    height: 31px;
    display: flex;
    flex: 0 0 31px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #031522;
    background: var(--jlt-blue-bright);
    font-size: 9px;
    font-weight: 900;
}

#jlt-ride-panel
.jlt-booking-form__route-heading > span {
    color: #03150b;
    background: var(--jlt-green);
}

.jlt-booking-form__route-heading strong {
    display: block;
    margin-bottom: 3px;
    color: var(--jlt-white);
    font-size: 11px;
}

.jlt-booking-form__route-heading small {
    display: block;
    color: var(--jlt-muted);
    font-size: 8px;
}

.jlt-booking-form__route-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jlt-booking-form__route-divider span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--jlt-border);
    border-radius: 50%;
    color: var(--jlt-blue-bright);
    background: rgba(64, 172, 255, 0.06);
    font-size: 17px;
}

#jlt-ride-panel
.jlt-booking-form__route-divider span {
    color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.06);
}

/* ==========================================================
   FORM LABELS AND INPUTS
   ========================================================== */

.jlt-booking-form label {
    display: block;
    min-width: 0;
    color: var(--jlt-text);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
}

.jlt-booking-form input:not([type="radio"]):not([type="checkbox"]),
.jlt-booking-form select,
.jlt-booking-form textarea {
    width: 100%;
    min-width: 0;
    margin-top: 7px;
    border: 1px solid var(--jlt-border);
    border-radius: 7px;
    outline: 0;
    color: var(--jlt-white) !important;
    background-color: rgba(2, 9, 15, 0.75) !important;
    box-shadow: none;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.jlt-booking-form input:not([type="radio"]):not([type="checkbox"]),
.jlt-booking-form select {
    height: 48px;
    padding: 0 13px;
}

.jlt-booking-form textarea {
    min-height: 120px;
    padding: 13px;
    line-height: 1.6;
    resize: vertical;
}

.jlt-booking-form input::placeholder,
.jlt-booking-form textarea::placeholder {
    color: #61798e !important;
    opacity: 1;
}

.jlt-booking-form select option {
    color: #ffffff;
    background: #071522;
}

.jlt-booking-form input:focus,
.jlt-booking-form select:focus,
.jlt-booking-form textarea:focus {
    border-color: var(--jlt-blue-bright);
    background-color: rgba(6, 28, 47, 0.9) !important;
    box-shadow: 0 0 0 3px rgba(64, 172, 255, 0.11);
}

#jlt-ride-panel input:focus,
#jlt-ride-panel select:focus,
#jlt-ride-panel textarea:focus {
    border-color: var(--jlt-green);
    box-shadow: 0 0 0 3px rgba(66, 223, 140, 0.1);
}

.jlt-booking-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.jlt-booking-form__input-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 65px 82px;
    gap: 9px;
    margin-top: 13px;
}

.jlt-booking-form__full {
    margin-top: 18px;
}

/* ==========================================================
   10-MINUTE ADVANCE NOTICE
   ========================================================== */

.jlt-booking-form__advance-notice {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-bottom: 21px;
    padding: 16px 18px;
    border: 1px solid rgba(66, 223, 140, 0.24);
    border-radius: 10px;
    background: rgba(66, 223, 140, 0.065);
}

.jlt-booking-form__advance-notice > div {
    padding-right: 17px;
    border-right: 1px solid rgba(66, 223, 140, 0.2);
    text-align: center;
}

.jlt-booking-form__advance-notice strong {
    display: block;
    color: var(--jlt-green);
    font-size: 41px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.jlt-booking-form__advance-notice span {
    display: block;
    margin-top: 6px;
    color: var(--jlt-white);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jlt-booking-form__advance-notice p {
    margin: 0;
    color: var(--jlt-muted) !important;
    font-size: 10px;
    line-height: 1.65;
}

/* ==========================================================
   SUBMISSION
   ========================================================== */

.jlt-booking-form__submission {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 5px;
}

.jlt-booking-form__consent {
    max-width: 620px;
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    cursor: pointer;
}

.jlt-booking-form__consent input {
    width: 17px;
    height: 17px;
    margin-top: 1px;
    accent-color: var(--jlt-blue-bright);
}

#jlt-ride-panel
.jlt-booking-form__consent input {
    accent-color: var(--jlt-green);
}

.jlt-booking-form__consent span {
    color: var(--jlt-muted);
    font-size: 8px;
    font-weight: 500;
    line-height: 1.6;
}

.jlt-booking-form__submit {
    min-width: 205px;
    min-height: 51px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 14px 20px;
    border: 0;
    border-radius: 7px;
    color: var(--jlt-white) !important;
    background: linear-gradient(135deg, #0e70bc, #1591e0);
    box-shadow: 0 14px 30px rgba(20, 125, 206, 0.28);
    font-size: 10px;
    font-weight: 900;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.jlt-booking-form__submit:hover {
    color: var(--jlt-white) !important;
    transform: translateY(-3px);
    box-shadow: 0 19px 38px rgba(20, 125, 206, 0.42);
}

.jlt-booking-form__submit--ride {
    color: #03150b !important;
    background: var(--jlt-green);
    box-shadow: 0 14px 30px rgba(66, 223, 140, 0.2);
}

.jlt-booking-form__submit--ride:hover {
    color: #03150b !important;
    background: #6aeca8;
    box-shadow: 0 19px 38px rgba(66, 223, 140, 0.3);
}

/* ==========================================================
   SUMMARY SIDEBAR
   ========================================================== */

.jlt-booking-summary {
    min-width: 0;
    padding: 30px 24px;
    border-left: 1px solid var(--jlt-border);
    background:
        linear-gradient(
            180deg,
            rgba(64, 172, 255, 0.075),
            rgba(255, 255, 255, 0.018)
        );
}

.jlt-booking-summary--ride {
    background:
        linear-gradient(
            180deg,
            rgba(66, 223, 140, 0.075),
            rgba(255, 255, 255, 0.018)
        );
}

.jlt-booking-summary__header {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--jlt-border);
}

.jlt-booking-summary__header small {
    display: block;
    margin-bottom: 6px;
    color: var(--jlt-blue-bright);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jlt-booking-summary--ride
.jlt-booking-summary__header small {
    color: var(--jlt-green);
}

.jlt-booking-summary__header h3 {
    margin: 0;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.jlt-booking-summary__visual {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 24px 0;
    border-bottom: 1px solid var(--jlt-border);
}

.jlt-booking-summary__visual > span {
    width: 47px;
    height: 47px;
    display: flex;
    flex: 0 0 47px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(64, 172, 255, 0.25);
    border-radius: 11px;
    color: var(--jlt-blue-bright);
    background: rgba(64, 172, 255, 0.07);
}

.jlt-booking-summary--ride
.jlt-booking-summary__visual > span {
    border-color: rgba(66, 223, 140, 0.25);
    color: var(--jlt-green);
    background: rgba(66, 223, 140, 0.07);
}

.jlt-booking-summary__visual svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.jlt-booking-summary__visual strong {
    color: var(--jlt-white);
    font-size: 12px;
}

.jlt-booking-summary__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jlt-booking-summary__list li {
    padding: 14px 0;
    border-bottom: 1px solid var(--jlt-border);
}

.jlt-booking-summary__list span {
    display: block;
    margin-bottom: 5px;
    color: var(--jlt-muted);
    font-size: 8px;
}

.jlt-booking-summary__list strong {
    display: block;
    color: var(--jlt-white);
    font-size: 10px;
}

.jlt-booking-summary__notice {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid rgba(64, 172, 255, 0.2);
    border-radius: 9px;
    background: rgba(64, 172, 255, 0.06);
}

.jlt-booking-summary--ride
.jlt-booking-summary__notice {
    border-color: rgba(66, 223, 140, 0.2);
    background: rgba(66, 223, 140, 0.06);
}

.jlt-booking-summary__notice strong {
    display: block;
    margin-bottom: 7px;
    color: var(--jlt-white);
    font-size: 10px;
}

.jlt-booking-summary__notice p {
    margin: 0;
    color: var(--jlt-muted) !important;
    font-size: 8px;
    line-height: 1.65;
}

/* ==========================================================
   SYSTEM FOOTER
   ========================================================== */

.jlt-booking-system__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 28px;
    padding: 21px 24px;
    border: 1px solid var(--jlt-border);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.03);
}

.jlt-booking-system__footer > div {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.jlt-booking-system__footer-status {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--jlt-green);
    box-shadow: 0 0 10px rgba(66, 223, 140, 0.75);
}

.jlt-booking-system__footer p {
    margin: 0;
    color: var(--jlt-muted) !important;
    font-size: 9px;
    line-height: 1.6;
}

.jlt-booking-system__footer strong {
    color: var(--jlt-white);
}

.jlt-booking-system__footer > a {
    min-width: 180px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 17px;
    border: 1px solid rgba(64, 172, 255, 0.3);
    border-radius: 7px;
    color: var(--jlt-white) !important;
    background: rgba(64, 172, 255, 0.07);
    font-size: 9px;
    font-weight: 900;
    text-decoration: none !important;
    transition: 0.25s ease;
}

.jlt-booking-system__footer > a:hover {
    border-color: var(--jlt-blue-bright);
    background: var(--jlt-blue);
    transform: translateY(-2px);
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1080px) {
    .jlt-booking-system {
        padding: 85px 25px;
    }

    .jlt-booking-system__heading-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .jlt-booking-system__intro {
        max-width: 760px;
    }

    .jlt-booking-system__progress {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .jlt-booking-system__progress-line {
        display: none;
    }

    .jlt-booking-system__progress-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .jlt-booking-system__.elementor-5928 .elementor-element.elementor-element-31fd635 {
        grid-template-columns: 1fr;
    }

    .jlt-booking-panel,
    .jlt-booking-panel.is-active {
        grid-template-columns: 1fr;
    }

    .jlt-booking-summary {
        border-top: 1px solid var(--jlt-border);
        border-left: 0;
    }

    .jlt-booking-summary__list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .jlt-booking-summary__list li {
        padding: 15px;
        border-right: 1px solid var(--jlt-border);
    }

    .jlt-booking-summary__list li:last-child {
        border-right: 0;
    }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {
    .jlt-booking-system {
        padding: 68px 17px;
    }

    .jlt-booking-system::before {
        background-size: 42px 42px;
    }

    .jlt-booking-system__header {
        margin-bottom: 35px;
    }

    .jlt-booking-system__eyebrow {
        align-items: flex-start;
        font-size: 8px;
        letter-spacing: 0.14em;
    }

    .jlt-booking-system__eyebrow-line {
        width: 27px;
        flex-basis: 27px;
        margin-top: 5px;
    }

    .jlt-booking-system__heading-grid h2 {
        font-size: clamp(36px, 10vw, 48px);
        line-height: 1.07;
    }

    .jlt-booking-system__progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding: 18px;
    }

    .jlt-booking-system__progress-item small {
        white-space: normal;
    }

    .jlt-booking-system__choice {
        min-height: 0;
        grid-template-columns: 45px minmax(0, 1fr) 25px;
        gap: 13px;
        padding: 20px 17px;
    }

    .jlt-booking-system__choice-number {
        display: none;
    }

    .jlt-booking-system__choice-icon {
        width: 45px;
        height: 45px;
    }

    .jlt-booking-system__choice-copy strong {
        font-size: 18px;
    }

    .jlt-booking-system__workspace {
        border-radius: 14px;
    }

    .jlt-booking-form {
        padding: 27px 18px;
    }

    .jlt-booking-form__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .jlt-booking-form__header h3 {
        font-size: 34px;
    }

    .jlt-booking-form__options,
    .jlt-booking-form__options--ride {
        grid-template-columns: 1fr;
    }

    .jlt-booking-form__option > span {
        min-height: 72px;
    }

    .jlt-booking-form__route-grid {
        grid-template-columns: 1fr;
    }

    .jlt-booking-form__route-divider {
        min-height: 40px;
    }

    .jlt-booking-form__route-divider span {
        transform: rotate(90deg);
    }

    .jlt-booking-form__grid {
        grid-template-columns: 1fr;
    }

    .jlt-booking-form__input-row {
        grid-template-columns: minmax(0, 1fr) 62px 76px;
    }

    .jlt-booking-form__submission {
        align-items: stretch;
        flex-direction: column;
    }

    .jlt-booking-form__submit {
        width: 100%;
        min-width: 0;
    }

    .jlt-booking-summary {
        padding: 26px 18px;
    }

    .jlt-booking-summary__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jlt-booking-summary__list li:nth-child(2) {
        border-right: 0;
    }

    .jlt-booking-system__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .jlt-booking-system__footer > a {
        width: 100%;
    }
}

/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 390px) {
    .jlt-booking-system {
        padding-right: 14px;
        padding-left: 14px;
    }

    .jlt-booking-system__heading-grid h2 {
        font-size: 34px;
    }

    .jlt-booking-system__progress {
        grid-template-columns: 1fr;
    }

    .jlt-booking-system__choice {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .jlt-booking-system__choice-check {
        display: none;
    }

    .jlt-booking-form {
        padding-right: 14px;
        padding-left: 14px;
    }

    .jlt-booking-form__input-row {
        grid-template-columns: 1fr;
    }

    .jlt-booking-form__advance-notice {
        grid-template-columns: 1fr;
    }

    .jlt-booking-form__advance-notice > div {
        padding: 0 0 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(66, 223, 140, 0.2);
        text-align: left;
    }

    .jlt-booking-summary__list {
        grid-template-columns: 1fr;
    }

    .jlt-booking-summary__list li {
        border-right: 0;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

.jlt-booking-system button:focus-visible,
.jlt-booking-system a:focus-visible,
.jlt-booking-system input:focus-visible,
.jlt-booking-system select:focus-visible,
.jlt-booking-system textarea:focus-visible {
    outline: 3px solid var(--jlt-blue-bright);
    outline-offset: 3px;
}

#jlt-ride-panel button:focus-visible,
#jlt-ride-panel input:focus-visible,
#jlt-ride-panel select:focus-visible,
#jlt-ride-panel textarea:focus-visible {
    outline-color: var(--jlt-green);
}

@media (prefers-reduced-motion: reduce) {
    .jlt-booking-system *,
    .jlt-booking-system *::before,
    .jlt-booking-system *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1d05406 *//* ==========================================================
   JLT LOGISTICS — MAIN ARTICLE
   Elementor container class: jlt-logistics-article
   ========================================================== */

.jlt-logistics-article,
.jlt-logistics-article * {
    box-sizing: border-box;
}

.jlt-logistics-article {
    --jlt-dark: #03080e;
    --jlt-navy: #071a2d;
    --jlt-blue: #147dce;
    --jlt-blue-bright: #40acff;
    --jlt-green: #42df8c;
    --jlt-white: #ffffff;
    --jlt-text: #d7e3ed;
    --jlt-muted: #91a5b7;
    --jlt-border: rgba(255, 255, 255, 0.12);

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 30px;
    color: var(--jlt-text);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(20, 125, 206, 0.15),
            transparent 28%
        ),
        radial-gradient(
            circle at 5% 75%,
            rgba(20, 125, 206, 0.08),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #02070c 0%,
            #071522 52%,
            #02080e 100%
        );
    font-family: "JLT TXT", Arial, sans-serif;
    isolation: isolate;
}

/* Background grid */

.jlt-logistics-article::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.2;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 64px 64px;
}

/* Blue decorative glow */

.jlt-logistics-article::after {
    content: "";
    position: absolute;
    top: 80px;
    right: -180px;
    z-index: -1;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(20, 125, 206, 0.11);
    filter: blur(55px);
}

/* ==========================================================
   ARTICLE WIDTH
   ========================================================== */

.jlt-logistics-article > .e-con-inner,
.jlt-logistics-article > .elementor-container,
.jlt-logistics-article .jlt-article-inner {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    margin-right: auto;
    margin-left: auto;
}

/* Prevent Elementor widgets from creating unwanted gaps */

.jlt-logistics-article
.elementor-widget-text-editor,
.jlt-logistics-article
.elementor-widget-heading {
    margin: 0;
}

.jlt-logistics-article
.elementor-widget-text-editor
.elementor-widget-container {
    color: inherit;
}

/* ==========================================================
   ARTICLE INTRODUCTION
   ========================================================== */

.jlt-logistics-article
.elementor-widget-text-editor:first-child::before,
.jlt-logistics-article
.jlt-article-inner::before {
    content: "JLT LOGISTICS • TRANSPORTATION SYSTEM";
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
    padding: 8px 12px;
    border: 1px solid rgba(64, 172, 255, 0.25);
    border-radius: 25px;
    color: var(--jlt-blue-bright);
    background: rgba(64, 172, 255, 0.07);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.15em;
}

/* First paragraph as opening statement */

.jlt-logistics-article p:first-of-type {
    margin-top: 0;
    padding: 28px 30px;
    border: 1px solid rgba(64, 172, 255, 0.22);
    border-left: 4px solid var(--jlt-blue-bright);
    border-radius: 0 13px 13px 0;
    color: var(--jlt-white) !important;
    background:
        linear-gradient(
            135deg,
            rgba(64, 172, 255, 0.12),
            rgba(255, 255, 255, 0.03)
        );
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 650;
    line-height: 1.75;
}

/* ==========================================================
   HEADINGS
   ========================================================== */

.jlt-logistics-article h1 {
    max-width: 850px;
    margin: 0 0 32px;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.jlt-logistics-article h2 {
    position: relative;
    margin: 65px 0 22px;
    padding: 0 0 17px 25px;
    border-bottom: 1px solid var(--jlt-border);
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.jlt-logistics-article h2::before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 22px;
    left: 0;
    width: 4px;
    border-radius: 5px;
    background: var(--jlt-blue-bright);
    box-shadow: 0 0 13px rgba(64, 172, 255, 0.55);
}

.jlt-logistics-article h3 {
    margin: 42px 0 16px;
    color: var(--jlt-blue-bright) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(20px, 2.5vw, 29px);
    font-weight: 800;
    line-height: 1.25;
}

.jlt-logistics-article h4 {
    margin: 30px 0 13px;
    color: var(--jlt-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
}

/* ==========================================================
   PARAGRAPHS
   ========================================================== */

.jlt-logistics-article p {
    max-width: 900px;
    margin: 0 0 23px;
    color: var(--jlt-text) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
}

.jlt-logistics-article p + p {
    color: var(--jlt-muted) !important;
}

.jlt-logistics-article strong,
.jlt-logistics-article b {
    color: var(--jlt-white);
    font-weight: 800;
}

.jlt-logistics-article em {
    color: var(--jlt-blue-bright);
}

/* ==========================================================
   LINKS
   ========================================================== */

.jlt-logistics-article a {
    color: var(--jlt-blue-bright) !important;
    font-weight: 800;
    text-decoration: underline !important;
    text-decoration-color: rgba(64, 172, 255, 0.45) !important;
    text-underline-offset: 4px;
    transition:
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}

.jlt-logistics-article a:hover {
    color: var(--jlt-white) !important;
    text-decoration-color: var(--jlt-white) !important;
}

/* ==========================================================
   LISTS
   ========================================================== */

.jlt-logistics-article ul,
.jlt-logistics-article ol {
    display: grid;
    gap: 10px;
    margin: 25px 0 32px;
    padding: 0;
    list-style: none;
}

.jlt-logistics-article li {
    position: relative;
    min-height: 53px;
    display: flex;
    align-items: center;
    padding: 13px 18px 13px 49px;
    border: 1px solid var(--jlt-border);
    border-radius: 8px;
    color: var(--jlt-text);
    background: rgba(255, 255, 255, 0.035);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.55;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.jlt-logistics-article li:hover {
    border-color: rgba(64, 172, 255, 0.32);
    background: rgba(64, 172, 255, 0.07);
    transform: translateX(4px);
}

.jlt-logistics-article ul li::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 17px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #031522;
    background: var(--jlt-blue-bright);
    font-size: 9px;
    font-weight: 900;
    transform: translateY(-50%);
}

.jlt-logistics-article ol {
    counter-reset: jlt-article-counter;
}

.jlt-logistics-article ol li {
    counter-increment: jlt-article-counter;
}

.jlt-logistics-article ol li::before {
    content: counter(jlt-article-counter, decimal-leading-zero);
    position: absolute;
    left: 17px;
    color: var(--jlt-blue-bright);
    font-size: 9px;
    font-weight: 900;
}

/* ==========================================================
   BLOCKQUOTES AND IMPORTANT NOTES
   ========================================================== */

.jlt-logistics-article blockquote {
    position: relative;
    margin: 40px 0;
    padding: 29px 30px 29px 66px;
    border: 1px solid rgba(66, 223, 140, 0.22);
    border-radius: 13px;
    color: var(--jlt-text);
    background:
        linear-gradient(
            135deg,
            rgba(66, 223, 140, 0.1),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.jlt-logistics-article blockquote::before {
    content: "i";
    position: absolute;
    top: 29px;
    left: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #03150b;
    background: var(--jlt-green);
    font-size: 13px;
    font-weight: 900;
}

.jlt-logistics-article blockquote p {
    margin: 0;
    color: var(--jlt-text) !important;
    font-size: 14px;
    line-height: 1.75;
}

/* ==========================================================
   ARTICLE IMAGES
   ========================================================== */

.jlt-logistics-article img {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px 0;
    border: 1px solid var(--jlt-border);
    border-radius: 16px;
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.35);
}

.jlt-logistics-article figure {
    margin: 40px 0;
}

.jlt-logistics-article figure img {
    margin: 0;
}

.jlt-logistics-article figcaption {
    padding: 11px 5px 0;
    color: var(--jlt-muted);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

/* ==========================================================
   TABLES
   ========================================================== */

.jlt-logistics-article table {
    width: 100%;
    margin: 35px 0;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--jlt-border);
    border-radius: 11px;
    color: var(--jlt-text);
    background: rgba(255, 255, 255, 0.025);
}

.jlt-logistics-article th,
.jlt-logistics-article td {
    padding: 15px 17px;
    border-right: 1px solid var(--jlt-border);
    border-bottom: 1px solid var(--jlt-border);
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
}

.jlt-logistics-article th {
    color: var(--jlt-white);
    background: rgba(64, 172, 255, 0.1);
    font-weight: 900;
}

.jlt-logistics-article tr:last-child td {
    border-bottom: 0;
}

.jlt-logistics-article th:last-child,
.jlt-logistics-article td:last-child {
    border-right: 0;
}

/* ==========================================================
   FINAL PARAGRAPH / CLOSING STATEMENT
   ========================================================== */

.jlt-logistics-article p:last-of-type {
    margin-top: 42px;
    margin-bottom: 0;
    padding: 30px;
    border: 1px solid rgba(64, 172, 255, 0.24);
    border-radius: 13px;
    color: var(--jlt-white) !important;
    background:
        linear-gradient(
            135deg,
            rgba(20, 125, 206, 0.16),
            rgba(255, 255, 255, 0.035)
        );
    font-size: 17px;
    font-weight: 750;
    line-height: 1.75;
    text-align: center;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {
    .jlt-logistics-article {
        padding: 85px 25px;
    }

    .jlt-logistics-article h1 {
        font-size: clamp(40px, 7vw, 61px);
    }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {
    .jlt-logistics-article {
        padding: 65px 17px;
    }

    .jlt-logistics-article::before {
        background-size: 42px 42px;
    }

    .jlt-logistics-article
    .elementor-widget-text-editor:first-child::before,
    .jlt-logistics-article
    .jlt-article-inner::before {
        font-size: 7px;
        letter-spacing: 0.1em;
    }

    .jlt-logistics-article h1 {
        margin-bottom: 25px;
        font-size: clamp(35px, 10vw, 47px);
        line-height: 1.07;
    }

    .jlt-logistics-article h2 {
        margin-top: 50px;
        padding-left: 18px;
        font-size: clamp(26px, 8vw, 35px);
    }

    .jlt-logistics-article h2::before {
        width: 3px;
    }

    .jlt-logistics-article h3 {
        margin-top: 34px;
        font-size: 22px;
    }

    .jlt-logistics-article p,
    .jlt-logistics-article p + p {
        font-size: 14px;
        line-height: 1.8;
    }

    .jlt-logistics-article p:first-of-type {
        padding: 22px 19px;
        font-size: 16px;
        line-height: 1.7;
    }

    .jlt-logistics-article li {
        min-height: 50px;
        padding-right: 13px;
        padding-left: 44px;
        font-size: 11px;
    }

    .jlt-logistics-article blockquote {
        padding: 55px 20px 22px;
    }

    .jlt-logistics-article blockquote::before {
        top: 18px;
        left: 20px;
    }

    .jlt-logistics-article p:last-of-type {
        padding: 23px 18px;
        font-size: 15px;
        text-align: left;
    }

    .jlt-logistics-article table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 390px) {
    .jlt-logistics-article {
        padding-right: 14px;
        padding-left: 14px;
    }

    .jlt-logistics-article h1 {
        font-size: 33px;
    }

    .jlt-logistics-article h2 {
        font-size: 27px;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

.jlt-logistics-article a:focus-visible {
    outline: 3px solid var(--jlt-blue-bright);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .jlt-logistics-article *,
    .jlt-logistics-article *::before,
    .jlt-logistics-article *::after {
        animation: none !important;
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b450cae *//* ==========================================================
   JLT MINI — ARTICLE DESIGN
   Elementor container class: jlt-mini-article
   ========================================================== */

.jlt-mini-article,
.jlt-mini-article * {
    box-sizing: border-box;
}

.jlt-mini-article {
    --mini-black: #020805;
    --mini-dark: #04110b;
    --mini-navy: #071a2d;
    --mini-green: #42df8c;
    --mini-green-light: #72efac;
    --mini-blue: #40acff;
    --mini-white: #ffffff;
    --mini-text: #d8e8df;
    --mini-muted: #8fa99b;
    --mini-border: rgba(255, 255, 255, 0.12);

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 105px 30px;
    color: var(--mini-text);
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(66, 223, 140, 0.15),
            transparent 28%
        ),
        radial-gradient(
            circle at 7% 72%,
            rgba(64, 172, 255, 0.08),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #020805 0%,
            #061a11 50%,
            #020906 100%
        );
    font-family: "JLT TXT", Arial, sans-serif;
    isolation: isolate;
}

/* Background grid */

.jlt-mini-article::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.2;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 62px 62px;
}

/* Decorative glow */

.jlt-mini-article::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -175px;
    z-index: -1;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(66, 223, 140, 0.11);
    filter: blur(60px);
}

/* ==========================================================
   ARTICLE WIDTH
   ========================================================== */

.jlt-mini-article > .e-con-inner,
.jlt-mini-article > .elementor-container,
.jlt-mini-article .jlt-mini-article__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    margin-right: auto;
    margin-left: auto;
}

.jlt-mini-article .elementor-widget-text-editor,
.jlt-mini-article .elementor-widget-heading {
    margin: 0;
}

.jlt-mini-article
.elementor-widget-text-editor
.elementor-widget-container {
    color: inherit;
}

/* ==========================================================
   ARTICLE LABEL
   ========================================================== */

.jlt-mini-article
.elementor-widget-text-editor:first-child::before,
.jlt-mini-article
.jlt-mini-article__inner::before {
    content: "JLT MINI • QUICK RIDE BOOKING";
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 9px 13px;
    border: 1px solid rgba(66, 223, 140, 0.27);
    border-radius: 25px;
    color: var(--mini-green);
    background: rgba(66, 223, 140, 0.075);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.15em;
}

/* Live status indicator */

.jlt-mini-article
.elementor-widget-text-editor:first-child::after,
.jlt-mini-article
.jlt-mini-article__inner::after {
    content: "●  24/7 ONLINE RIDE REQUESTS";
    display: inline-flex;
    align-items: center;
    margin: 0 0 28px 10px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 25px;
    color: var(--mini-green);
    background: rgba(255, 255, 255, 0.035);
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.11em;
}

/* ==========================================================
   HEADINGS
   ========================================================== */

.jlt-mini-article h1 {
    max-width: 900px;
    margin: 0 0 32px;
    color: var(--mini-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(43px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.jlt-mini-article h1 strong,
.jlt-mini-article h1 em {
    color: var(--mini-green) !important;
    font-style: normal;
}

.jlt-mini-article h2 {
    position: relative;
    margin: 68px 0 23px;
    padding: 0 0 18px 26px;
    border-bottom: 1px solid var(--mini-border);
    color: var(--mini-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.jlt-mini-article h2::before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 23px;
    left: 0;
    width: 4px;
    border-radius: 5px;
    background: var(--mini-green);
    box-shadow: 0 0 14px rgba(66, 223, 140, 0.55);
}

.jlt-mini-article h3 {
    margin: 42px 0 16px;
    color: var(--mini-green) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: clamp(20px, 2.5vw, 29px);
    font-weight: 800;
    line-height: 1.25;
}

.jlt-mini-article h4 {
    margin: 31px 0 13px;
    color: var(--mini-white) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
}

/* ==========================================================
   INTRODUCTION AND PARAGRAPHS
   ========================================================== */

.jlt-mini-article p {
    max-width: 920px;
    margin: 0 0 23px;
    color: var(--mini-text) !important;
    font-family: "JLT TXT", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
}

.jlt-mini-article p + p {
    color: var(--mini-muted) !important;
}

.jlt-mini-article p:first-of-type {
    margin-top: 0;
    padding: 29px 31px;
    border: 1px solid rgba(66, 223, 140, 0.22);
    border-left: 4px solid var(--mini-green);
    border-radius: 0 13px 13px 0;
    color: var(--mini-white) !important;
    background:
        linear-gradient(
            135deg,
            rgba(66, 223, 140, 0.11),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow: 0 21px 48px rgba(0, 0, 0, 0.2);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 650;
    line-height: 1.75;
}

.jlt-mini-article strong,
.jlt-mini-article b {
    color: var(--mini-white);
    font-weight: 800;
}

.jlt-mini-article em {
    color: var(--mini-green);
}

/* ==========================================================
   LISTS
   ========================================================== */

.jlt-mini-article ul,
.jlt-mini-article ol {
    display: grid;
    gap: 10px;
    margin: 25px 0 34px;
    padding: 0;
    list-style: none;
}

.jlt-mini-article li {
    position: relative;
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 13px 18px 13px 50px;
    border: 1px solid var(--mini-border);
    border-radius: 9px;
    color: var(--mini-text);
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.015)
        );
    font-size: 13px;
    font-weight: 650;
    line-height: 1.55;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.jlt-mini-article li:hover {
    border-color: rgba(66, 223, 140, 0.34);
    background: rgba(66, 223, 140, 0.07);
    transform: translateX(4px);
}

.jlt-mini-article ul li::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 17px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #03150b;
    background: var(--mini-green);
    font-size: 9px;
    font-weight: 900;
    box-shadow: 0 0 10px rgba(66, 223, 140, 0.25);
    transform: translateY(-50%);
}

.jlt-mini-article ol {
    counter-reset: mini-article-counter;
}

.jlt-mini-article ol li {
    counter-increment: mini-article-counter;
}

.jlt-mini-article ol li::before {
    content: counter(mini-article-counter, decimal-leading-zero);
    position: absolute;
    left: 17px;
    color: var(--mini-green);
    font-size: 9px;
    font-weight: 900;
}

/* ==========================================================
   10-MINUTE BOOKING NOTICE
   Add class "jlt-mini-ten-minute" to any text widget
   ========================================================== */

.jlt-mini-article .jlt-mini-ten-minute {
    position: relative;
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr);
    align-items: center;
    gap: 25px;
    margin: 38px 0;
    padding: 25px;
    border: 1px solid rgba(66, 223, 140, 0.27);
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(66, 223, 140, 0.13),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow: 0 23px 52px rgba(0, 0, 0, 0.23);
}

.jlt-mini-article .jlt-mini-ten-minute::before {
    content: "10";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    border-right: 1px solid rgba(66, 223, 140, 0.22);
    color: var(--mini-green);
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
}

.jlt-mini-article .jlt-mini-ten-minute::after {
    content: "MINUTE MINIMUM ADVANCE BOOKING";
    position: absolute;
    bottom: 19px;
    left: 39px;
    width: 85px;
    color: var(--mini-white);
    font-size: 6px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-align: center;
}

.jlt-mini-article .jlt-mini-ten-minute p {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--mini-text) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}

/* ==========================================================
   BLOCKQUOTES AND NOTES
   ========================================================== */

.jlt-mini-article blockquote {
    position: relative;
    margin: 40px 0;
    padding: 29px 30px 29px 68px;
    border: 1px solid rgba(66, 223, 140, 0.23);
    border-radius: 13px;
    color: var(--mini-text);
    background:
        linear-gradient(
            135deg,
            rgba(66, 223, 140, 0.1),
            rgba(64, 172, 255, 0.025)
        );
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.jlt-mini-article blockquote::before {
    content: "i";
    position: absolute;
    top: 28px;
    left: 26px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #03150b;
    background: var(--mini-green);
    font-size: 13px;
    font-weight: 900;
}

.jlt-mini-article blockquote p {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--mini-text) !important;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.75;
}

/* ==========================================================
   ARTICLE LINKS AND BUTTONS
   ========================================================== */

.jlt-mini-article a {
    color: var(--mini-green) !important;
    font-weight: 800;
    text-decoration: underline !important;
    text-decoration-color: rgba(66, 223, 140, 0.45) !important;
    text-underline-offset: 4px;
    transition:
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}

.jlt-mini-article a:hover {
    color: var(--mini-white) !important;
    text-decoration-color: var(--mini-white) !important;
}

.jlt-mini-article .elementor-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 23px;
    border: 0;
    border-radius: 7px;
    color: #03150b !important;
    background: var(--mini-green) !important;
    box-shadow: 0 14px 31px rgba(66, 223, 140, 0.22);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none !important;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.jlt-mini-article .elementor-button:hover {
    color: #03150b !important;
    background: var(--mini-green-light) !important;
    transform: translateY(-3px);
    box-shadow: 0 19px 39px rgba(66, 223, 140, 0.33);
}

/* ==========================================================
   IMAGES
   ========================================================== */

.jlt-mini-article figure {
    position: relative;
    margin: 42px 0;
}

.jlt-mini-article img {
    width: 100%;
    height: auto;
    display: block;
    margin: 42px 0;
    border: 1px solid var(--mini-border);
    border-radius: 17px;
    box-shadow: 0 30px 68px rgba(0, 0, 0, 0.38);
}

.jlt-mini-article figure img {
    margin: 0;
}

.jlt-mini-article figcaption {
    padding: 12px 5px 0;
    color: var(--mini-muted);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

/* ==========================================================
   TABLES
   ========================================================== */

.jlt-mini-article table {
    width: 100%;
    margin: 36px 0;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--mini-border);
    border-radius: 11px;
    color: var(--mini-text);
    background: rgba(255, 255, 255, 0.025);
}

.jlt-mini-article th,
.jlt-mini-article td {
    padding: 15px 17px;
    border-right: 1px solid var(--mini-border);
    border-bottom: 1px solid var(--mini-border);
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
}

.jlt-mini-article th {
    color: var(--mini-white);
    background: rgba(66, 223, 140, 0.1);
    font-weight: 900;
}

.jlt-mini-article tr:last-child td {
    border-bottom: 0;
}

.jlt-mini-article th:last-child,
.jlt-mini-article td:last-child {
    border-right: 0;
}

/* ==========================================================
   FINAL ARTICLE STATEMENT
   ========================================================== */

.jlt-mini-article p:last-of-type {
    margin-top: 45px;
    margin-bottom: 0;
    padding: 31px;
    border: 1px solid rgba(66, 223, 140, 0.26);
    border-radius: 14px;
    color: var(--mini-white) !important;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(66, 223, 140, 0.15),
            transparent 36%
        ),
        linear-gradient(
            135deg,
            rgba(66, 223, 140, 0.12),
            rgba(255, 255, 255, 0.03)
        );
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
    font-size: 17px;
    font-weight: 750;
    line-height: 1.75;
    text-align: center;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {
    .jlt-mini-article {
        padding: 85px 25px;
    }

    .jlt-mini-article h1 {
        font-size: clamp(40px, 7vw, 61px);
    }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {
    .jlt-mini-article {
        padding: 65px 17px;
    }

    .jlt-mini-article::before {
        background-size: 42px 42px;
    }

    .jlt-mini-article
    .elementor-widget-text-editor:first-child::before,
    .jlt-mini-article
    .jlt-mini-article__inner::before {
        margin-bottom: 10px;
        font-size: 7px;
        letter-spacing: 0.1em;
    }

    .jlt-mini-article
    .elementor-widget-text-editor:first-child::after,
    .jlt-mini-article
    .jlt-mini-article__inner::after {
        margin: 0 0 24px;
        font-size: 7px;
    }

    .jlt-mini-article h1 {
        margin-bottom: 25px;
        font-size: clamp(35px, 10vw, 47px);
        line-height: 1.07;
    }

    .jlt-mini-article h2 {
        margin-top: 50px;
        padding-left: 18px;
        font-size: clamp(26px, 8vw, 35px);
    }

    .jlt-mini-article h2::before {
        width: 3px;
    }

    .jlt-mini-article h3 {
        margin-top: 34px;
        font-size: 22px;
    }

    .jlt-mini-article p,
    .jlt-mini-article p + p {
        font-size: 14px;
        line-height: 1.8;
    }

    .jlt-mini-article p:first-of-type {
        padding: 22px 19px;
        font-size: 16px;
        line-height: 1.7;
    }

    .jlt-mini-article li {
        min-height: 50px;
        padding-right: 13px;
        padding-left: 44px;
        font-size: 11px;
    }

    .jlt-mini-article
    .jlt-mini-ten-minute {
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 17px;
        padding: 19px 16px;
    }

    .jlt-mini-article
    .jlt-mini-ten-minute::before {
        min-height: 76px;
        font-size: 48px;
    }

    .jlt-mini-article
    .jlt-mini-ten-minute::after {
        bottom: 18px;
        left: 17px;
        width: 78px;
        font-size: 5px;
    }

    .jlt-mini-article blockquote {
        padding: 56px 20px 22px;
    }

    .jlt-mini-article blockquote::before {
        top: 18px;
        left: 20px;
    }

    .jlt-mini-article p:last-of-type {
        padding: 23px 18px;
        font-size: 15px;
        text-align: left;
    }

    .jlt-mini-article table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 390px) {
    .jlt-mini-article {
        padding-right: 14px;
        padding-left: 14px;
    }

    .jlt-mini-article h1 {
        font-size: 33px;
    }

    .jlt-mini-article h2 {
        font-size: 27px;
    }

    .jlt-mini-article
    .jlt-mini-ten-minute {
        grid-template-columns: 1fr;
    }

    .jlt-mini-article
    .jlt-mini-ten-minute::before {
        justify-content: flex-start;
        min-height: auto;
        padding-bottom: 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(66, 223, 140, 0.2);
    }

    .jlt-mini-article
    .jlt-mini-ten-minute::after {
        top: 61px;
        bottom: auto;
        left: 17px;
        text-align: left;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

.jlt-mini-article a:focus-visible,
.jlt-mini-article button:focus-visible {
    outline: 3px solid var(--mini-green);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .jlt-mini-article *,
    .jlt-mini-article *::before,
    .jlt-mini-article *::after {
        animation: none !important;
        transition: none !important;
    }
}/* End custom CSS */