/* AtlasJetX premium frontend refinements. Frontend-only; no backend behavior lives here. */

:root {
    --ajx-black: #050505;
    --ajx-red: #C8102E;
    --ajx-red-soft: rgba(200, 16, 46, .2);
    --ajx-graphite: #111214;
    --ajx-silver: #d8d8d8;
}

.ajx-lux-hero__media {
    background: #050505 !important;
    overflow: hidden;
}

.ajx-lux-hero__media::before {
    background:
        linear-gradient(90deg, rgba(5, 5, 5, .72) 0%, rgba(5, 5, 5, .54) 34%, rgba(5, 5, 5, .16) 62%, rgba(5, 5, 5, .64) 100%),
        radial-gradient(circle at 72% 50%, rgba(200, 16, 46, .1), transparent 34%),
        linear-gradient(180deg, rgba(5, 5, 5, .06) 0%, rgba(5, 5, 5, .62) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.ajx-lux-hero__media span {
    animation: ajxCabinHeroSlide 18s infinite;
    background-image: url(/images/atlasjetx/luxury-jet-interior-hero.webp);
    background-position: var(--ajx-slide-position, center center);
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: scale(1.05);
    z-index: 1;
}

.ajx-lux-hero__media span:nth-child(2) {
    animation-delay: 6s;
}

.ajx-lux-hero__media span:nth-child(3) {
    animation-delay: 12s;
}

@keyframes ajxCabinHeroSlide {
    0%, 8% {
        opacity: 0;
        transform: scale(1.05);
    }

    13%, 38% {
        opacity: 1;
        transform: scale(1);
    }

    45%, 100% {
        opacity: 0;
        transform: scale(1.03);
    }
}

.ajx-lux-hero::after {
    background: linear-gradient(90deg, transparent, rgba(200, 16, 46, .9), transparent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 8vw;
    position: absolute;
    right: 8vw;
    z-index: 2;
}

.ajx-lux-copy h1 {
    letter-spacing: .01em;
}

.ajx-lux-hero .row {
    isolation: isolate;
}

.ajx-lux-copy {
    max-width: min(100%, 620px);
}

.ajx-lux-copy h1 {
    font-size: clamp(2.9rem, 4.85vw, 5.55rem) !important;
    line-height: .96;
    max-width: 100%;
    overflow-wrap: normal;
    text-wrap: balance;
}

.ajx-lux-booking {
    margin-left: auto;
    position: relative;
    z-index: 3;
}

@media (min-width: 1200px) {
    .ajx-lux-hero .row {
        align-items: center;
        --bs-gutter-x: clamp(3rem, 5vw, 6.5rem);
    }

    .ajx-premium-home .ajx-lux-copy {
        margin-left: clamp(-42px, -2.4vw, -24px);
        max-width: min(100%, 540px);
    }

    .ajx-lux-hero .col-xl-6:first-child {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .ajx-lux-hero .col-xl-6:last-child {
        display: flex;
        flex: 0 0 62%;
        justify-content: flex-end;
        max-width: 62%;
    }
}

@media (min-width: 1400px) {
    .ajx-lux-copy {
        max-width: 580px;
    }

    .ajx-lux-copy h1 {
        font-size: clamp(3.2rem, 4.1vw, 5.35rem) !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .ajx-lux-copy h1 {
        font-size: clamp(3rem, 4.15vw, 4.8rem) !important;
    }
}

.ajx-lux-lead {
    border-left: 2px solid var(--ajx-red);
    padding-left: 18px;
}

.ajx-lux-booking,
.ajx-quote-form-surface--page {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .09), transparent 30%),
        rgba(10, 10, 11, .88) !important;
}

.ajx-quote-form-surface--page {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 30%),
        radial-gradient(circle at 100% 0%, rgba(200, 16, 46, .14), transparent 30%),
        rgba(8, 8, 10, .94) !important;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    box-shadow: 0 38px 98px rgba(5, 5, 5, .36);
    max-width: none;
    padding: clamp(22px, 3vw, 34px);
}

.ajx-quote-form-surface--page .ajx-lux-booking__head h2 {
    color: #fff !important;
    opacity: 1 !important;
}

.ajx-quote-form-surface--page .ajx-lux-booking__head span,
.ajx-quote-form-surface--page .form-label {
    color: rgba(255, 255, 255, .78) !important;
}

.ajx-premium-home .ajx-quote-form-surface {
    border-radius: 10px;
    margin-left: 0;
    max-width: none;
    padding: clamp(22px, 3vw, 34px);
    width: 100%;
}

.ajx-premium-home .ajx-quote-form-surface .ajx-lux-booking__head {
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.ajx-premium-home .ajx-quote-form-surface .ajx-fly-form {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1rem;
}

.ajx-premium-home .ajx-quote-form-surface .form-control,
.ajx-premium-home .ajx-quote-form-surface .form-select,
.ajx-premium-home .ajx-quote-form-surface .ajx-passenger-stepper {
    min-height: 50px;
}

.ajx-premium-home .ajx-quote-form-surface .btn--base {
    margin-top: 0;
    min-height: 54px;
}

.ajx-quote-form-surface--page .ajx-lux-booking__head {
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.ajx-quote-form-surface .ajx-fly-form {
    position: relative;
}

.ajx-quote-form-surface .ajx-route-field,
.ajx-quote-form-surface .ajx-schedule-field,
.ajx-quote-form-surface .ajx-passenger-field,
.ajx-quote-form-surface .ajx-contact-field,
.ajx-quote-form-surface .ajx-message-field {
    position: relative;
}

.ajx-quote-form-surface .ajx-route-origin::before,
.ajx-quote-form-surface .ajx-route-destination::before,
.ajx-quote-form-surface .ajx-schedule-field:first-of-type::before,
.ajx-quote-form-surface .ajx-contact-field:first-of-type::before {
    color: rgba(255, 255, 255, .38);
    display: block;
    font-family: Poppins, sans-serif;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .16em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ajx-quote-form-surface .ajx-route-origin::before {
    content: "Route";
}

.ajx-quote-form-surface .ajx-route-destination::before {
    content: "Route";
    visibility: hidden;
}

.ajx-quote-form-surface .ajx-schedule-field:first-of-type::before {
    content: "Schedule";
}

.ajx-quote-form-surface .ajx-contact-field:first-of-type::before {
    content: "Passenger";
}

@media (min-width: 768px) {
    .ajx-quote-form-surface .ajx-route-origin::after {
        background: var(--ajx-red);
        box-shadow: 0 0 18px var(--ajx-red-soft);
        content: "";
        height: 2px;
        position: absolute;
        right: -13px;
        top: 66%;
        width: 26px;
        z-index: 4;
    }
}

.ajx-quote-form-surface .form-label {
    color: rgba(255, 255, 255, .78) !important;
}

.ajx-quote-form-surface .ajx-trip-tabs {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 7px;
    padding: 5px;
}

.ajx-quote-form-surface .ajx-trip-tabs .btn {
    color: rgba(255, 255, 255, .74);
}

.ajx-quote-form-surface .ajx-trip-tabs .btn.active,
.ajx-quote-form-surface .ajx-trip-tabs .btn:hover,
.ajx-quote-form-surface .ajx-trip-tabs .btn:focus {
    background: var(--ajx-red);
    color: #fff;
}

.ajx-quote-form-surface .form-control,
.ajx-quote-form-surface .form-select {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
}

.ajx-quote-form-surface .form-control:focus,
.ajx-quote-form-surface .form-select:focus,
.ajx-quote-form-surface .ajx-passenger-stepper:focus-within {
    border-color: rgba(200, 16, 46, .9) !important;
    box-shadow: 0 0 0 .18rem rgba(200, 16, 46, .16), inset 0 1px 0 rgba(255, 255, 255, .75) !important;
}

.ajx-quote-form-surface .ajx-stepper-btn {
    background: #0e0e10;
    color: #fff;
}

.ajx-quote-form-surface .ajx-stepper-btn:hover,
.ajx-quote-form-surface .ajx-stepper-btn:focus {
    background: var(--ajx-red);
    color: #fff;
}

.ajx-quote-form-surface .ajx-trip-note,
.ajx-quote-form-surface .ajx-multi-leg-step {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .78);
}

body:not(.ajx-premium-home) .feature-section,
body:not(.ajx-premium-home) .charter-section,
body:not(.ajx-premium-home) .ajx-section {
    background:
        linear-gradient(180deg, #f7f5f1, #eeeae4) !important;
}

body:not(.ajx-premium-home) .feature-area .row,
body:not(.ajx-premium-home) .charter-section .row.justify-content-center {
    gap: 24px 0;
}

body:not(.ajx-premium-home) .feature-item {
    min-height: 330px;
}

body:not(.ajx-premium-home) .feature-icon,
body:not(.ajx-premium-home) .ajx-trust-icon {
    background: #0d0d0f !important;
    border: 1px solid rgba(200, 16, 46, .28);
    color: var(--ajx-red) !important;
    height: 54px;
    width: 54px;
}

body:not(.ajx-premium-home) .charter-item {
    display: flex;
    flex-direction: column;
}

body:not(.ajx-premium-home) .charter-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

body:not(.ajx-premium-home) .charter-meta {
    background: rgba(17, 17, 17, .035);
    border: 1px solid rgba(17, 17, 17, .07);
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
    padding: 12px;
}

body:not(.ajx-premium-home) .charter-btn,
body:not(.ajx-premium-home) .feature-btn {
    margin-top: 18px;
}

body:not(.ajx-premium-home) .charter-btn a,
body:not(.ajx-premium-home) .feature-btn a {
    justify-content: center;
    width: 100%;
}

body:not(.ajx-premium-home) .ajx-search-card {
    background:
        linear-gradient(145deg, rgba(200, 16, 46, .055), transparent 28%),
        #fff !important;
}

.ajx-quote-aside {
    padding-top: 10px;
}

.ajx-quote-aside .ajx-panel,
.ajx-contact-card,
.ajx-contact-form-surface {
    position: relative;
}

.ajx-quote-aside .ajx-panel::after,
.ajx-contact-card::after,
.ajx-contact-form-surface::after {
    background: linear-gradient(90deg, var(--ajx-red), transparent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 24px;
    opacity: .52;
    position: absolute;
    right: 24px;
}

.ajx-quote-aside .ajx-panel p {
    overflow-wrap: anywhere;
}

.ajx-quote-aside .ajx-panel {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 247, 245, .92)),
        #fff !important;
}

.ajx-quote-aside .ajx-panel strong,
.ajx-quote-aside .ajx-panel h3 {
    color: #171719 !important;
}

.ajx-quote-aside .ajx-trust-icon {
    flex: 0 0 54px;
}

.ajx-contact-section {
    overflow: hidden;
}

.ajx-contact-card {
    align-items: flex-start;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 247, 245, .92)),
        #fff !important;
    border: 1px solid rgba(13, 13, 15, .075) !important;
    border-radius: 8px !important;
    box-shadow: 0 22px 58px rgba(13, 13, 15, .075) !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 214px;
    overflow: hidden;
    padding: clamp(22px, 2.4vw, 30px) !important;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ajx-contact-card__icon {
    align-items: center;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 42%),
        #141416;
    border: 1px solid rgba(200, 16, 46, .28);
    border-radius: 8px;
    color: var(--ajx-red);
    display: inline-flex;
    font-size: 1.18rem;
    height: 46px;
    justify-content: center;
    margin-bottom: 22px;
    width: 46px;
}

.ajx-contact-card h2 {
    color: #1a1a1c !important;
    font-family: Poppins, sans-serif !important;
    font-size: clamp(1.35rem, 2.2vw, 2.05rem) !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    line-height: 1 !important;
    margin-bottom: 12px !important;
    text-transform: uppercase;
}

.ajx-contact-card p {
    color: rgba(17, 17, 17, .58) !important;
    font-size: .97rem;
    font-weight: 800;
    line-height: 1.55;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.ajx-contact-card:hover {
    border-color: rgba(200, 16, 46, .24) !important;
    box-shadow: 0 30px 74px rgba(13, 13, 15, .12) !important;
    transform: translateY(-3px);
}

.ajx-contact-copy {
    max-width: 520px;
    position: sticky;
    top: 130px;
}

.ajx-contact-copy h2 {
    margin-bottom: 18px;
}

.ajx-contact-form-surface {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 30%),
        #0b0b0d !important;
    border-color: rgba(255, 255, 255, .11) !important;
    box-shadow: 0 34px 90px rgba(5, 5, 5, .22) !important;
}

.ajx-contact-form-surface .form-label {
    color: rgba(255, 255, 255, .78);
    font-family: Poppins, sans-serif;
    font-size: .78rem;
    font-weight: 800;
}

.ajx-contact-form-surface .form-control {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
    color: #111;
    font-weight: 700;
}

.ajx-contact-form-surface textarea.form-control {
    min-height: 148px;
    resize: vertical;
}

.ajx-contact-form-surface .btn-ajx {
    min-height: 52px;
    padding-left: 30px;
    padding-right: 30px;
}

.ajx-contact-form-surface .alert {
    border-radius: 6px;
}

.ajx-services-page {
    scroll-margin-top: 96px;
}

section.ajx-services-page {
    padding-top: clamp(64px, 7vw, 92px) !important;
}

.ajx-service-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: -18px auto 42px;
    max-width: 980px;
}

.ajx-service-nav a {
    align-items: center;
    background: rgba(12, 12, 14, .92);
    border: 1px solid rgba(200, 16, 46, .22);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-family: Poppins, sans-serif;
    font-size: .72rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    padding: 11px 16px;
    text-align: center;
    text-transform: uppercase;
}

.ajx-service-nav a:hover,
.ajx-service-nav a:focus {
    background: var(--ajx-red);
    border-color: var(--ajx-red);
    color: #fff;
    transform: translateY(-2px);
}

.ajx-services-page .ajx-service-nav {
    gap: 8px;
    max-width: 920px;
}

.ajx-services-page .ajx-service-nav a {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
        #19191b;
    border-color: rgba(200, 16, 46, .18);
    box-shadow: 0 16px 34px rgba(13, 13, 15, .08);
    min-height: 42px;
    padding: 10px 14px;
}

.ajx-service-detail-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ajx-service-detail-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .76)),
        #fff;
    border: 1px solid rgba(13, 13, 15, .08);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(13, 13, 15, .10);
    display: grid;
    gap: 22px;
    grid-template-columns: 66px 1fr;
    padding: 30px;
    scroll-margin-top: 120px;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ajx-service-detail-card:hover {
    border-color: rgba(200, 16, 46, .32);
    box-shadow: 0 36px 90px rgba(13, 13, 15, .16);
    transform: translateY(-4px);
}

.ajx-service-detail-card__icon {
    align-items: center;
    background: #0c0c0e;
    border: 1px solid rgba(200, 16, 46, .35);
    border-radius: 8px;
    color: var(--ajx-red);
    display: flex;
    font-size: 1.65rem;
    height: 66px;
    justify-content: center;
    width: 66px;
}

.ajx-service-detail-card__body > span {
    color: var(--ajx-red);
    display: block;
    font-family: Poppins, sans-serif;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.ajx-service-detail-card h2 {
    color: #111;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.05;
    margin-bottom: 13px;
}

.ajx-service-detail-card p {
    color: rgba(17, 17, 17, .70);
    margin-bottom: 18px;
}

.ajx-service-detail-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.ajx-service-detail-card li {
    align-items: flex-start;
    color: rgba(17, 17, 17, .78);
    display: flex;
    gap: 10px;
    line-height: 1.45;
    list-style: none;
}

.ajx-service-detail-card li::before {
    background: var(--ajx-red);
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(200, 16, 46, .10);
    content: "";
    flex: 0 0 6px;
    height: 6px;
    margin-top: 9px;
    width: 6px;
}

.ajx-service-detail-card .feature-btn {
    display: flex;
    justify-content: center;
}

.ajx-service-detail-card .feature-btn a {
    min-width: min(100%, 230px);
    width: auto;
}

.ajx-aircraft-dynamic-brand {
    position: relative;
}

.ajx-aircraft-page .charter-section,
.ajx-empty-legs-page .charter-section {
    background:
        linear-gradient(180deg, #f5f2ed, #ebe7df) !important;
    padding-top: clamp(64px, 7vw, 92px) !important;
}

.ajx-aircraft-page .charter-item,
.ajx-empty-legs-page .charter-item {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 247, 245, .92)),
        #fff !important;
    border: 1px solid rgba(13, 13, 15, .075) !important;
    border-radius: 8px !important;
    box-shadow: 0 28px 74px rgba(13, 13, 15, .10) !important;
    overflow: hidden;
}

.ajx-aircraft-page .charter-thumb,
.ajx-empty-legs-page .charter-thumb {
    background: #0b0b0d;
    overflow: hidden;
}

.ajx-aircraft-page .charter-thumb img,
.ajx-empty-legs-page .charter-thumb img {
    aspect-ratio: 16 / 9;
    filter: saturate(.92) contrast(1.02);
    height: auto !important;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
    width: 100%;
}

.ajx-aircraft-page .charter-item:hover .charter-thumb img,
.ajx-empty-legs-page .charter-item:hover .charter-thumb img {
    filter: saturate(1) contrast(1.06);
    transform: scale(1.035);
}

.ajx-aircraft-page .charter-content,
.ajx-empty-legs-page .charter-content {
    padding: 26px !important;
}

.ajx-aircraft-page .charter-content .title,
.ajx-empty-legs-page .charter-content .title {
    color: #171719 !important;
    font-size: clamp(1.25rem, 1.6vw, 1.55rem) !important;
    letter-spacing: 0 !important;
    line-height: 1.12;
}

.ajx-aircraft-page .charter-content .sub-title,
.ajx-empty-legs-page .charter-content .sub-title {
    color: var(--ajx-red) !important;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .14em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ajx-aircraft-page .charter-content p,
.ajx-empty-legs-page .charter-content p {
    color: rgba(17, 17, 17, .64) !important;
    font-weight: 700;
}

.ajx-aircraft-page .charter-meta,
.ajx-empty-legs-page .charter-meta {
    background: rgba(13, 13, 15, .035) !important;
    border-color: rgba(13, 13, 15, .08) !important;
}

.ajx-aircraft-page .charter-btn {
    display: flex;
    justify-content: center;
    margin-top: 24px !important;
}

.ajx-aircraft-page .charter-btn a,
.ajx-empty-legs-page .charter-btn a {
    align-items: center;
    background: #111113 !important;
    border: 1px solid rgba(200, 16, 46, .2);
    border-radius: 6px;
    color: #fff !important;
    display: inline-flex;
    justify-content: center;
    line-height: 1.1;
    min-height: 54px;
    padding: 15px 18px;
}

.ajx-aircraft-page .charter-btn a:hover,
.ajx-empty-legs-page .charter-btn a:hover {
    background: var(--ajx-red) !important;
    border-color: var(--ajx-red);
}

.ajx-aircraft-explore-btn {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .018)),
        #101012 !important;
    border: 1px solid rgba(200, 16, 46, .28) !important;
    border-radius: 999px !important;
    box-shadow: 0 22px 54px rgba(13, 13, 15, .16);
    color: #fff !important;
    display: inline-flex;
    gap: 12px;
    letter-spacing: .1em;
    min-height: 50px;
    overflow: hidden;
    padding: 0 10px 0 22px !important;
    position: relative;
}

.ajx-aircraft-explore-btn::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
    content: "";
    height: 100%;
    left: -80%;
    position: absolute;
    top: 0;
    transform: skewX(-18deg);
    transition: left .45s ease;
    width: 46%;
}

.ajx-aircraft-explore-btn span,
.ajx-aircraft-explore-btn i {
    position: relative;
    z-index: 1;
}

.ajx-aircraft-explore-btn i {
    align-items: center;
    background: var(--ajx-red);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(200, 16, 46, .32);
    display: inline-flex;
    font-size: .95rem;
    height: 34px;
    justify-content: center;
    transition: transform .22s ease, background .22s ease;
    width: 34px;
}

.ajx-aircraft-explore-btn:hover,
.ajx-aircraft-explore-btn:focus-visible {
    border-color: rgba(200, 16, 46, .58) !important;
    box-shadow: 0 30px 72px rgba(13, 13, 15, .22);
    color: #fff !important;
    transform: translateY(-2px);
}

.ajx-aircraft-explore-btn:hover::before,
.ajx-aircraft-explore-btn:focus-visible::before {
    left: 130%;
}

.ajx-aircraft-explore-btn:hover i,
.ajx-aircraft-explore-btn:focus-visible i {
    background: #fff;
    color: var(--ajx-red);
    transform: translateX(2px);
}

@media (max-width: 575.98px) {
    .ajx-aircraft-explore-btn {
        justify-content: space-between;
        width: 100%;
    }
}

.ajx-aircraft-showcase {
    overflow: hidden;
}

.ajx-aircraft-slider-controls {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02)),
        rgba(12, 12, 14, .94);
    border: 1px solid rgba(200, 16, 46, .22);
    border-radius: 999px;
    box-shadow: 0 22px 54px rgba(13, 13, 15, .16);
    display: inline-flex;
    gap: 8px;
    padding: 7px;
}

.ajx-aircraft-slider-btn {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
    width: 42px;
}

.ajx-aircraft-slider-btn:hover,
.ajx-aircraft-slider-btn:focus-visible {
    background: var(--ajx-red);
    border-color: var(--ajx-red);
    color: #fff;
    outline: 0;
    transform: translateY(-1px);
}

.ajx-aircraft-slider {
    margin-inline: calc(var(--bs-gutter-x, 1.5rem) * -.5);
    position: relative;
}

.ajx-aircraft-slider__viewport {
    overflow-x: auto;
    padding: 4px calc(var(--bs-gutter-x, 1.5rem) * .5) 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.ajx-aircraft-slider__viewport::-webkit-scrollbar {
    display: none;
}

.ajx-aircraft-slider__track {
    display: grid;
    gap: 24px;
    grid-auto-columns: calc((100% - 48px) / 3);
    grid-auto-flow: column;
}

.ajx-aircraft-slider__slide {
    min-width: 0;
    scroll-snap-align: start;
}

.ajx-aircraft-slider__slide .ajx-lux-aircraft {
    height: 100%;
}

.ajx-home-empty-legs .ajx-lux-section-head--split {
    align-items: flex-end;
}

.ajx-empty-overview-btn {
    align-items: center;
    background: linear-gradient(180deg, #db1735, var(--ajx-red)) !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 24px rgba(200, 16, 46, .22);
    color: #fff !important;
    display: inline-flex;
    justify-content: center;
    line-height: 1 !important;
    min-height: 40px !important;
    min-width: 148px;
    padding: 0 clamp(.9rem, 1vw, 1.14rem) !important;
    white-space: nowrap;
}

.ajx-lux-section-head .ajx-empty-overview-btn span {
    align-items: center;
    color: #fff !important;
    display: inline-flex;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1;
    margin: 0;
    min-height: 100%;
    position: relative;
    top: 0;
    text-transform: inherit;
}

.ajx-empty-overview-btn i {
    align-items: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: .9rem;
    height: auto;
    justify-content: center;
    transition: transform .22s ease, background .22s ease, color .22s ease;
    width: auto;
}

.ajx-empty-overview-btn:hover,
.ajx-empty-overview-btn:focus-visible {
    background: linear-gradient(180deg, #f01f40, #b90f29) !important;
    box-shadow: 0 16px 34px rgba(200, 16, 46, .3);
    color: #fff !important;
    transform: translateY(-2px);
}

.ajx-empty-overview-btn:hover i,
.ajx-empty-overview-btn:focus-visible i {
    background: transparent;
    color: #fff;
    transform: translateX(2px);
}

@media (max-width: 991.98px) {
    .ajx-aircraft-showcase .ajx-lux-section-head--split {
        align-items: flex-start;
        gap: 22px;
    }

    .ajx-aircraft-slider-controls {
        align-self: stretch;
        justify-content: space-between;
        width: 100%;
    }

    .ajx-aircraft-slider-btn {
        height: 46px;
        width: 46px;
    }

    .ajx-aircraft-slider__track {
        grid-auto-columns: calc((100% - 24px) / 2);
    }

    .ajx-home-empty-legs .ajx-lux-section-head--split {
        align-items: flex-start;
        gap: 22px;
    }

    .ajx-empty-overview-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .ajx-aircraft-slider__track {
        grid-auto-columns: 88%;
    }
}

.ajx-lux-aircraft.ajx-aircraft-dynamic-brand::before,
.charter-thumb.ajx-aircraft-dynamic-brand::after {
    background: url('/images/atlasjetx/atlasjetx-logo-moroccan-touch.png') center / contain no-repeat;
    content: "";
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .28));
    height: 42px;
    opacity: .72;
    pointer-events: none;
    position: absolute;
    transform: rotate(-2deg);
    width: 180px;
    z-index: 3;
}

.ajx-lux-aircraft.ajx-aircraft-dynamic-brand::before {
    left: 41%;
    top: 28%;
}

.charter-thumb.ajx-aircraft-dynamic-brand::after {
    left: 42%;
    top: 43%;
}

body:not(.ajx-premium-home) .ajx-faq-accordion .accordion-button {
    font-family: Poppins, sans-serif;
    font-weight: 800;
}

.contact-page .ajx-panel,
body:not(.ajx-premium-home) .contact-section .ajx-panel {
    border-radius: 6px;
}

.footer-section {
    background:
        radial-gradient(circle at 18% 0%, rgba(200, 16, 46, .14), transparent 28%),
        #050505 !important;
}

.footer-section .widget-title {
    font-size: .86rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Legal pages */
.ajx-legal-page .ajx-legal-section {
    background:
        linear-gradient(180deg, #f5f2ed, #ebe7df) !important;
}

.ajx-legal-page .ajx-legal-section .col-lg-9 {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78)),
        #fff;
    border: 1px solid rgba(13, 13, 15, .075);
    border-radius: 8px;
    box-shadow: 0 32px 90px rgba(13, 13, 15, .08);
    padding: clamp(28px, 4vw, 56px);
}

.ajx-legal-page .ajx-legal-section h2 {
    color: #18181a !important;
    font-family: Poppins, sans-serif;
    font-size: clamp(1.45rem, 2.5vw, 2.35rem) !important;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.08;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.ajx-legal-page .ajx-legal-section p,
.ajx-legal-page .ajx-legal-section .ajx-muted {
    color: rgba(17, 17, 17, .72) !important;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.8;
    max-width: 82ch;
}

/* About page refinement */
.ajx-about-page .about-section {
    background-image:
        linear-gradient(90deg, rgba(5, 5, 5, .92), rgba(5, 5, 5, .75) 42%, rgba(5, 5, 5, .58)),
        url('/images/atlasjetx/atlasjetx-hero-jet-morocco-branded.webp') !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}

.ajx-about-page .about-section::after {
    background: linear-gradient(90deg, transparent, rgba(200, 16, 46, .72), transparent);
    content: "";
    height: 1px;
    left: 9vw;
    position: absolute;
    right: 9vw;
    top: 0;
}

.ajx-about-page .about-content {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .09), transparent 32%),
        rgba(8, 8, 10, .72);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    box-shadow: 0 36px 100px rgba(0, 0, 0, .32);
    padding: clamp(28px, 4vw, 56px);
}

.ajx-about-page .about-content .title {
    color: #fff !important;
}

.ajx-about-page .about-content p {
    color: rgba(255, 255, 255, .76) !important;
    font-size: 1.02rem;
    line-height: 1.82;
}

.ajx-about-page .about-content .ajx-panel {
    background: rgba(255, 255, 255, .94) !important;
    border-color: rgba(255, 255, 255, .18) !important;
    border-radius: 8px;
}

.ajx-about-page .about-content .ajx-panel h3 {
    color: #171719 !important;
}

.ajx-about-page .about-content .ajx-panel p,
.ajx-about-page .about-content .ajx-panel .ajx-muted {
    color: rgba(17, 17, 17, .66) !important;
}

.ajx-about-page .about-book-area {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    padding: 18px;
}

/* Client and operator auth pages */
.ajx-auth-page .inner-banner-section .title {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: 0 22px 52px rgba(0, 0, 0, .42);
}

.ajx-auth-page .inner-banner-section p {
    color: rgba(255, 255, 255, .78) !important;
}

.ajx-auth-page .ajx-search-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 247, 245, .92)),
        #fff !important;
    border: 1px solid rgba(13, 13, 15, .075) !important;
    border-radius: 8px !important;
    box-shadow: 0 32px 90px rgba(13, 13, 15, .11) !important;
    max-width: 560px;
    padding: clamp(28px, 4vw, 48px) !important;
}

.ajx-auth-page .ajx-card-logo {
    display: block;
    height: auto;
    margin: -10px auto 14px;
    max-height: none;
    object-fit: contain;
    opacity: .92;
    transform: translateY(-10%) scale(1.45);
    transform-origin: center;
    width: min(290px, 78%);
}

.ajx-auth-page .form-label,
.ajx-auth-page .form-check-label {
    color: rgba(17, 17, 17, .72) !important;
    font-family: Poppins, sans-serif;
    font-size: .82rem;
    font-weight: 800;
}

.ajx-auth-page .form-control {
    background: #fff !important;
    border: 1px solid rgba(13, 13, 15, .13) !important;
    border-radius: 6px !important;
    min-height: 52px;
}

.ajx-auth-page .form-control:focus {
    border-color: rgba(200, 16, 46, .88) !important;
    box-shadow: 0 0 0 .18rem rgba(200, 16, 46, .14) !important;
}

/* Premium navigation polish */
:root {
    --ajx-header-top-bar: 0px;
    --ajx-header-pattern-opacity: .28;
    --ajx-floating-logo-width: clamp(190px, 14vw, 245px);
    --ajx-floating-logo-height: 66px;
}

.header-section {
    backdrop-filter: none;
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
    transform: none !important;
    transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
    visibility: visible !important;
}

.header-section::before {
    display: none !important;
}

.header-section .header,
.header-section .header-bottom-area,
.header-section .container-fluid {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.header-section-one .header-bottom-area .header-menu-content {
    backdrop-filter: none;
    background-color: transparent !important;
    background-image: none !important;
    background-position: center;
    background-size: auto;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    overflow: visible;
    padding-left: 0 !important;
    padding-right: clamp(14px, 1.8vw, 28px) !important;
    position: relative;
    transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, padding .28s ease;
}

.header-section-one .header-bottom-area .header-menu-content::before {
    background-image:
        linear-gradient(45deg, transparent 47%, rgba(255, 255, 255, .075) 48% 49%, transparent 50%),
        linear-gradient(135deg, transparent 47%, rgba(200, 16, 46, .11) 48% 49%, transparent 50%),
        linear-gradient(45deg, transparent 23%, rgba(255, 255, 255, .04) 24% 25%, transparent 26% 73%, rgba(255, 255, 255, .04) 74% 75%, transparent 76%),
        linear-gradient(135deg, transparent 23%, rgba(200, 16, 46, .065) 24% 25%, transparent 26% 73%, rgba(200, 16, 46, .065) 74% 75%, transparent 76%);
    background-position: center;
    background-size: 72px 72px;
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.header-section-one .header-bottom-area .header-menu-content::after {
    background: linear-gradient(90deg, transparent, rgba(200, 16, 46, .74), rgba(255, 255, 255, .22), rgba(200, 16, 46, .74), transparent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 5vw;
    opacity: 0;
    position: absolute;
    right: 5vw;
    z-index: 0;
}

.header-section-one .header-bottom-area .header-menu-content > * {
    position: relative;
    z-index: 1;
}

body.ajx-premium-home .header-section:not(.is-scrolled) .header-menu-content {
    --ajx-header-pattern-opacity: .2;
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.header-section.is-scrolled {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.header-section.is-scrolled .header-menu-content,
body:not(.ajx-premium-home) .header-section-one .header-bottom-area .header-menu-content {
    --ajx-header-pattern-opacity: .34;
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.header-section .navbar {
    gap: clamp(10px, 1.2vw, 22px);
    min-height: 0 !important;
    padding-left: calc(var(--ajx-floating-logo-width) + clamp(14px, 2vw, 34px)) !important;
    padding-top: clamp(14px, 1.6vw, 22px) !important;
    position: relative;
}

.header-section .navbar::after {
    display: none;
}

.header-section-one .site-logo.ajx-brand {
    filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .34));
    transition: filter .25s ease, transform .25s ease, width .25s ease, flex-basis .25s ease;
}

.page-wrapper .header-section-one .site-logo.ajx-brand,
body.ajx-home-page .page-wrapper .header-section-one .site-logo.ajx-brand,
body:not(.ajx-home-page) .page-wrapper .header-section-one .site-logo.ajx-brand {
    flex-basis: var(--ajx-floating-logo-width) !important;
    height: var(--ajx-floating-logo-height) !important;
    left: 0;
    margin-right: 0 !important;
    max-width: var(--ajx-floating-logo-width) !important;
    overflow: visible !important;
    position: absolute;
    top: 0;
    width: var(--ajx-floating-logo-width) !important;
    z-index: 3;
}

.header-section.is-scrolled .site-logo.ajx-brand {
    --ajx-floating-logo-width: clamp(112px, 7.5vw, 146px);
    opacity: .82;
}

.page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark,
body.ajx-home-page .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark,
body:not(.ajx-home-page) .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark {
    align-items: flex-start !important;
    flex: 0 0 var(--ajx-floating-logo-width) !important;
    justify-content: flex-start !important;
    margin-right: 0 !important;
    overflow: visible !important;
    width: var(--ajx-floating-logo-width) !important;
}

.page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark img,
body.ajx-home-page .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark img,
body:not(.ajx-home-page) .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: left top !important;
    transform: translate(-11%, -18%);
    width: 100% !important;
}

.header-section-one .site-logo.ajx-brand:hover {
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .42)) drop-shadow(0 0 12px rgba(200, 16, 46, .16));
    transform: translateY(-1px);
}

.header-section .header-right {
    display: none !important;
}

.header-section .main-menu {
    align-items: center;
    gap: clamp(4px, .55vw, 10px);
    justify-content: flex-end;
    width: 100%;
}

.main-menu .nav-item .nav-link,
.main-menu .nav-item > a {
    align-items: center;
    border-radius: 999px;
    color: rgba(255, 255, 255, .76) !important;
    display: inline-flex !important;
    font-family: Poppins, sans-serif;
    font-size: clamp(.66rem, .62vw, .75rem) !important;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .105em;
    min-height: 38px;
    overflow: hidden;
    padding: 9px clamp(.44rem, .58vw, .78rem) !important;
    text-transform: uppercase;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

.main-menu .nav-item .nav-link:hover,
.main-menu .nav-item .nav-link:focus,
.main-menu .nav-item > a:hover {
    background: rgba(255, 255, 255, .045);
    color: #fff !important;
    transform: translateY(-1px);
}

.main-menu .nav-item .nav-link::after {
    background: linear-gradient(90deg, transparent, var(--ajx-red), transparent);
    bottom: 4px;
    height: 1px;
    left: 18%;
    right: 18%;
}

.main-menu .nav-item .nav-link.active {
    background: rgba(255, 255, 255, .055);
    color: #fff !important;
}

.main-menu .nav-item .nav-link.active::after,
.main-menu .nav-item .nav-link:hover::after,
.main-menu .nav-item .nav-link:focus::after {
    opacity: 1;
    transform: scaleX(1);
}

.main-menu .ajx-nav-quote .nav-link {
    background: linear-gradient(180deg, #db1735, var(--ajx-red)) !important;
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 12px 24px rgba(200, 16, 46, .22);
    color: #fff !important;
    min-height: 40px;
    padding-left: clamp(.82rem, 1vw, 1.12rem) !important;
    padding-right: clamp(.82rem, 1vw, 1.12rem) !important;
}

.main-menu .ajx-nav-quote .nav-link::after {
    display: none;
}

.main-menu .ajx-nav-quote .nav-link:hover,
.main-menu .ajx-nav-quote .nav-link:focus {
    background: linear-gradient(180deg, #f01f40, #b90f29) !important;
    box-shadow: 0 16px 34px rgba(200, 16, 46, .3);
    transform: translateY(-2px);
}

.navbar-collapse .main-menu .ajx-language-nav {
    margin-left: clamp(6px, .8vw, 14px) !important;
}

.navbar-collapse .main-menu .ajx-language-switch {
    background: rgba(255, 255, 255, .065) !important;
    border-color: rgba(255, 255, 255, .13) !important;
    border-radius: 999px !important;
}

.navbar-collapse .main-menu .ajx-language-nav .ajx-lang-btn {
    border-radius: 999px !important;
    transition: background .2s ease, color .2s ease;
}

@media (max-width: 991.98px) {
    :root {
        --ajx-floating-logo-width: min(260px, calc(100vw - 104px));
        --ajx-floating-logo-height: 70px;
    }

    .header-section-one .header-bottom-area .header-menu-content {
        border-radius: 0;
        margin-left: -12px;
        margin-right: -12px;
        overflow: visible;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .header-section .navbar {
        min-height: 82px !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .page-wrapper .header-section-one .site-logo.ajx-brand,
    body.ajx-home-page .page-wrapper .header-section-one .site-logo.ajx-brand,
    body:not(.ajx-home-page) .page-wrapper .header-section-one .site-logo.ajx-brand {
        flex-basis: var(--ajx-floating-logo-width) !important;
        height: 76px !important;
        left: auto;
        margin: 0 !important;
        max-width: var(--ajx-floating-logo-width) !important;
        position: relative;
        top: auto;
        transform: none;
        width: var(--ajx-floating-logo-width) !important;
    }

    .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark img,
    body.ajx-home-page .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark img,
    body:not(.ajx-home-page) .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark img {
        height: 70px !important;
        max-height: 70px !important;
    }

    .header-section .navbar::after {
        opacity: .42;
        transform: scaleX(.86);
    }

    .header-section .navbar-toggler {
        background: rgba(255, 255, 255, .06) !important;
        border: 1px solid rgba(255, 255, 255, .16) !important;
        border-radius: 999px !important;
        box-shadow: none !important;
        height: 46px;
        transition: background .2s ease, border-color .2s ease;
        width: 46px;
    }

    .header-section .navbar-toggler[aria-expanded="true"] {
        background: var(--ajx-red) !important;
        border-color: var(--ajx-red) !important;
    }

    .header-section .navbar-toggler[aria-expanded="true"] .ajx-menu-bars span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .header-section .navbar-toggler[aria-expanded="true"] .ajx-menu-bars span:nth-child(2) {
        opacity: 0;
    }

    .header-section .navbar-toggler[aria-expanded="true"] .ajx-menu-bars span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .ajx-menu-bars span {
        transition: opacity .18s ease, transform .18s ease;
    }

    .header-section .navbar-collapse,
    .header-section #atlasNav,
    .header-section #atlasNav.show {
        background:
            radial-gradient(circle at 18% 0%, rgba(200, 16, 46, .16), transparent 30%),
            #050505 !important;
        border: 1px solid rgba(255, 255, 255, .1) !important;
        border-radius: 0 0 14px 14px;
        margin-top: 10px;
        max-height: calc(100svh - 94px);
        overflow-y: auto;
        padding: 16px !important;
    }

    .header-section .main-menu {
        align-items: stretch !important;
        gap: 6px;
    }

    .main-menu .nav-item .nav-link,
    .main-menu .nav-item > a {
        border-radius: 8px;
        justify-content: space-between;
        min-height: 48px;
        padding: 14px 15px !important;
        width: 100%;
    }

    .main-menu .nav-item .nav-link::after {
        display: none;
    }

    .main-menu .nav-item .nav-link.active,
    .main-menu .nav-item .nav-link:hover,
    .main-menu .nav-item .nav-link:focus,
    .main-menu .nav-item > a:hover {
        background: rgba(255, 255, 255, .075) !important;
    }

    .main-menu .ajx-nav-quote {
        order: 99;
    }

    .main-menu .ajx-nav-quote .nav-link {
        justify-content: center;
        margin-top: 8px;
    }

    .navbar-collapse .main-menu .ajx-language-nav {
        margin-left: 0 !important;
        order: 100;
        padding-top: 8px !important;
    }

    .navbar-collapse .main-menu .ajx-language-switch {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        height: 44px !important;
        width: 100% !important;
    }

    .navbar-collapse .main-menu .ajx-language-nav .ajx-lang-btn {
        height: 34px !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .ajx-lux-lead {
        border-left: 0;
        padding-left: 0;
    }

    .ajx-quote-form-surface .ajx-route-origin::before,
    .ajx-quote-form-surface .ajx-schedule-field:first-of-type::before,
    .ajx-quote-form-surface .ajx-contact-field:first-of-type::before {
        margin-top: 4px;
    }

    body:not(.ajx-premium-home) .charter-meta {
        grid-template-columns: 1fr;
    }

    .ajx-service-detail-grid {
        grid-template-columns: 1fr;
    }

    .ajx-service-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ajx-contact-copy {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .ajx-service-detail-card {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .ajx-service-nav {
        grid-template-columns: 1fr;
    }

    .ajx-contact-form-surface .btn-ajx {
        width: 100%;
    }
}

/* Final header band removal: keep the navigation elements, remove the container visually. */
.header-section,
.header-section .header,
.header-section .header-bottom-area,
.header-section .container-fluid,
.header-section-one .header-bottom-area .header-menu-content,
.header-section.is-scrolled .header-menu-content,
body.ajx-premium-home .header-section:not(.is-scrolled) .header-menu-content,
body:not(.ajx-premium-home) .header-section-one .header-bottom-area .header-menu-content {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.header-section-one .header-bottom-area .header-menu-content::before,
.header-section-one .header-bottom-area .header-menu-content::after,
.header-section .navbar::before,
.header-section .navbar::after {
    content: none !important;
    display: none !important;
}

@media (min-width: 992px) {
    .page-wrapper .header-section-one .site-logo.ajx-brand,
    body.ajx-home-page .page-wrapper .header-section-one .site-logo.ajx-brand,
    body:not(.ajx-home-page) .page-wrapper .header-section-one .site-logo.ajx-brand {
        left: 0 !important;
        position: fixed !important;
        top: 0 !important;
    }

    .header-section-one .header-bottom-area .header-menu-content {
        padding: 0 clamp(14px, 1.8vw, 28px) 0 0 !important;
    }

    .header-section .navbar {
        min-height: 0 !important;
        padding-left: calc(var(--ajx-floating-logo-width) + clamp(14px, 2vw, 34px)) !important;
        padding-top: clamp(14px, 1.6vw, 22px) !important;
    }

    .header-section .navbar-collapse,
    .header-section #atlasNav {
        backdrop-filter: blur(18px) saturate(130%);
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
            rgba(5, 5, 5, .74) !important;
        border: 1px solid rgba(255, 255, 255, .105) !important;
        border-radius: 999px;
        box-shadow: 0 18px 48px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .075);
        flex: 0 1 auto !important;
        margin-left: auto !important;
        margin-right: clamp(14px, 1.7vw, 30px) !important;
        min-height: 46px;
        overflow: visible;
        padding: 4px 8px !important;
        width: auto !important;
    }

    .header-section .navbar-collapse .main-menu {
        gap: 2px;
    }

    .main-menu .nav-item .nav-link,
    .main-menu .nav-item > a {
        min-height: 36px;
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }

    .main-menu .ajx-nav-quote .nav-link {
        min-height: 38px;
    }
}

@media (max-width: 991.98px) {
    .header-section .navbar {
        justify-content: center !important;
        min-height: 76px !important;
        position: relative;
    }

    .page-wrapper .header-section-one .site-logo.ajx-brand,
    body.ajx-home-page .page-wrapper .header-section-one .site-logo.ajx-brand,
    body:not(.ajx-home-page) .page-wrapper .header-section-one .site-logo.ajx-brand {
        flex-basis: min(220px, 58vw) !important;
        height: 70px !important;
        left: 50% !important;
        margin: 0 !important;
        max-width: min(220px, 58vw) !important;
        position: absolute !important;
        top: 4px !important;
        transform: translateX(-50%) !important;
        width: min(220px, 58vw) !important;
    }

    .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark,
    body.ajx-home-page .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark,
    body:not(.ajx-home-page) .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark {
        align-items: center !important;
        flex: 0 0 100% !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark img,
    body.ajx-home-page .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark img,
    body:not(.ajx-home-page) .page-wrapper .header-section-one .site-logo.ajx-brand .ajx-brand-mark img {
        height: 70px !important;
        max-height: 70px !important;
        object-position: center center !important;
        transform: none !important;
        width: 100% !important;
    }

    .header-section .navbar-toggler {
        position: absolute;
        right: 16px;
        top: 15px;
    }
}
