/* Nexa Hotels — professional listing cards */

.page-id-8220 .elementor-container,
.page-id-8221 .elementor-container,
.page-id-4625 .elementor-container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 {
    width: 100%;
    max-width: 100%;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-grid-inner {
    display: flex !important;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-grid-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--inner {
    background: #fff;
    border: 1px solid #e8edf0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(1, 21, 39, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(1, 21, 39, 0.12);
    border-color: #d0953b;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--featured {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #011527;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--featured a {
    display: block;
    height: 100%;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--inner:hover .pxl-post--featured img {
    transform: scale(1.05);
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--featured .pxl-post--placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    background: linear-gradient(135deg, #011527 0%, #1a3a52 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 42px;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(208, 149, 59, 0.95);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 6px 12px;
    border-radius: 6px;
    line-height: 1.3;
    max-width: calc(100% - 28px);
    z-index: 2;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--body {
    padding: 22px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--title {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    font-family: inherit;
    flex: 1;
    min-width: 0;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--title a {
    color: #011527;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--title a:hover {
    color: #D0953B;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--address {
    color: #5a6570;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--address i {
    color: #D0953B;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #eef2f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--rating i {
    color: #dde3e8;
    font-size: 15px;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--rating i.active {
    color: #D0953B;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--rating-label {
    margin-left: 8px;
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .nexa-hotel-view-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #011527;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 4px;
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    pointer-events: auto !important;
    z-index: auto !important;
    transition: color 0.2s ease;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .nexa-hotel-view-link:hover {
    color: #D0953B;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .nexa-hotel-view-link i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .nexa-hotel-view-link:hover i {
    transform: translateX(3px);
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 18px;
    background: #011527;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #011527;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--book-btn i {
    font-size: 16px;
    color: #25D366;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--book-btn:hover {
    background: #D0953B;
    border-color: #D0953B;
    color: #fff !important;
    transform: translateY(-1px);
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--distance {
    display: none;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--excerpt {
    display: none;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .grid-sizer {
    display: none;
}

.pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-grid-pagination {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--title {
        font-size: 18px;
    }

    .pxl-hotel-grid.pxl-hotel-grid-layout1 .nexa-hotel-view-link {
        font-size: 12px;
    }

    .pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--address {
        font-size: 14px;
    }

    .pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--book-btn {
        padding: 9px 14px;
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--footer {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .pxl-hotel-grid.pxl-hotel-grid-layout1 .pxl-post--book-btn {
        width: 100%;
    }
}

.nexa-hotel-single-meta {
    background: #EDF7FA;
    padding: 24px 28px;
    border-radius: 10px;
    margin-bottom: 28px;
}

.nexa-hotel-single-meta p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.6;
}

.nexa-hotel-single-meta p:last-child {
    margin-bottom: 0;
}

.nexa-hotel-single-meta .pxl-post--rating i {
    color: #dde3e8;
    font-size: 16px;
}

.nexa-hotel-single-meta .pxl-post--rating i.active {
    color: #D0953B;
}

/* ── Single Hotel Page (Reference Layout) ── */

.single-hotel.nexa-hotel-single-page #pxl-page-title-default,
.single-hotel.nexa-hotel-single-page #pxl-page-title-elementor {
    display: none !important;
}

.single-hotel.nexa-hotel-single-page #pxl-main {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
}

.nexa-hotel-single-shell {
    width: 100%;
}

.nexa-hotel-ref__container {
    max-width: 1200px;
}

.nexa-hotel-ref__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 18px;
    color: #888;
}

.nexa-hotel-ref__breadcrumb a {
    color: #011527;
    text-decoration: none;
}

.nexa-hotel-ref__breadcrumb a:hover {
    color: #D0953B;
}

.nexa-hotel-ref__header {
    margin-bottom: 28px;
}

.nexa-hotel-ref__title {
    margin: 0 0 10px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #011527;
}

.nexa-hotel-ref__address {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6570;
}

.nexa-hotel-ref__stars i {
    color: #dde3e8;
    font-size: 16px;
}

.nexa-hotel-ref__stars i.active {
    color: #D0953B;
}

.nexa-hotel-ref__gallery {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 12px;
    margin-bottom: 40px;
    min-height: 340px;
}

.nexa-hotel-ref__gallery-main,
.nexa-hotel-ref__gallery-thumb {
    overflow: hidden;
    border-radius: 12px;
    background: #eef2f5;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.nexa-hotel-ref__gallery-trigger:focus-visible {
    outline: 2px solid #C49A6C;
    outline-offset: 2px;
}

.nexa-hotel-ref__gallery-zoom {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(1, 21, 39, 0.72);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    pointer-events: none;
}

.nexa-hotel-ref__gallery-main img,
.nexa-hotel-ref__gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nexa-hotel-ref__gallery-main {
    min-height: 340px;
}

.nexa-hotel-ref__gallery-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
}

.nexa-hotel-ref__gallery-thumb {
    min-height: 0;
}

body.nexa-hotel-lightbox-open {
    overflow: hidden;
}

.nexa-hotel-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    background: rgba(1, 21, 39, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    touch-action: pan-y;
}

.nexa-hotel-lightbox[hidden] {
    display: none !important;
}

.nexa-hotel-lightbox__stage {
    position: relative;
    width: min(1200px, 92vw);
    max-height: 82vh;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nexa-hotel-lightbox__loader {
    position: absolute;
    width: 42px;
    height: 42px;
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-top-color: #fff;
    border-radius: 50%;
    animation: nexa-hotel-spin 0.8s linear infinite;
}

.nexa-hotel-lightbox__loader[hidden] {
    display: none !important;
}

@keyframes nexa-hotel-spin {
    to {
        transform: rotate(360deg);
    }
}

.nexa-hotel-lightbox__stage img {
    display: block;
    max-width: 100%;
    max-height: 82vh;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    object-fit: contain;
    transition: opacity 0.2s ease;
}

.nexa-hotel-lightbox__close,
.nexa-hotel-lightbox__nav {
    position: absolute;
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.nexa-hotel-lightbox__close:hover,
.nexa-hotel-lightbox__nav:hover {
    background: rgba(255, 255, 255, 0.22);
}

.nexa-hotel-lightbox__close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
}

.nexa-hotel-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 34px;
    line-height: 1;
}

.nexa-hotel-lightbox__prev {
    left: 20px;
}

.nexa-hotel-lightbox__next {
    right: 20px;
}

.nexa-hotel-lightbox__counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.nexa-hotel-ref__content-row {
    align-items: flex-start;
}

.nexa-hotel-ref__section {
    margin-bottom: 36px;
}

.nexa-hotel-ref__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.nexa-hotel-ref__section h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #011527;
}

.nexa-hotel-ref__whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    margin-bottom: 0;
    background: #25D366;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.nexa-hotel-ref__whatsapp-btn:hover {
    background: #1da851;
    color: #fff !important;
}

.nexa-hotel-ref__whatsapp-btn i {
    font-size: 20px;
}

.nexa-hotel-ref__about,
.nexa-hotel-ref__about p {
    font-size: 16px;
    line-height: 1.75;
    color: #4E4E4E;
}

.nexa-hotel-ref__map-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8edf0;
    min-height: 360px;
}

.nexa-hotel-ref__map-wrap iframe {
    width: 100%;
    height: 360px;
    border: 0;
    display: block;
}

.nexa-hotel-ref__map-link {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: #fff;
    color: #011527;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.nexa-hotel-ref__map-link:hover {
    color: #D0953B;
}

.nexa-hotel-ref__form-wrap {
    position: sticky;
    top: 110px;
}

.nexa-hotel-ref__form {
    background: #fff;
    border: 1px solid #e4e8ec;
    border-radius: 14px;
    padding: 24px 22px;
    box-shadow: 0 8px 30px rgba(1, 21, 39, 0.06);
}

.nexa-hotel-ref__field {
    margin-bottom: 14px;
}

.nexa-hotel-ref__field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 0;
}

.nexa-hotel-ref__field-row .nexa-hotel-ref__field {
    margin-bottom: 14px;
}

.nexa-hotel-ref__field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #011527;
    margin-bottom: 6px;
}

.nexa-hotel-ref__field input,
.nexa-hotel-ref__field select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d8dee4;
    border-radius: 8px;
    font-size: 14px;
    color: #011527;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease;
}

.nexa-hotel-ref__field input:focus,
.nexa-hotel-ref__field select:focus {
    border-color: #D0953B;
}

.nexa-hotel-ref__field input[readonly] {
    background: #f7f9fb;
    color: #011527;
    font-weight: 600;
}

.nexa-hotel-ref__field input::placeholder {
    color: #9aa3ad;
}

.nexa-hotel-ref__submit {
    width: 100%;
    height: 52px;
    margin-top: 8px;
    border: 0;
    border-radius: 8px;
    background: #C49A6C;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.nexa-hotel-ref__submit:hover {
    background: #D0953B;
}

.nexa-hotel-ref__related {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e8edf0;
}

.nexa-hotel-ref__related > h2 {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 700;
    color: #011527;
}

.nexa-hotel-ref__related-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.nexa-hotel-ref__related-image {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #011527;
    margin-bottom: 14px;
}

.nexa-hotel-ref__related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.nexa-hotel-ref__related-item:hover .nexa-hotel-ref__related-image img {
    transform: scale(1.04);
}

.nexa-hotel-ref__related-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.35);
    font-size: 40px;
}

.nexa-hotel-ref__related-item h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #011527;
    line-height: 1.4;
}

.nexa-hotel-ref__related-item:hover h3 {
    color: #D0953B;
}

@media (max-width: 991px) {
    .nexa-hotel-ref__title {
        font-size: 30px;
    }

    .nexa-hotel-ref__gallery {
        grid-template-columns: 1fr;
    }

    .nexa-hotel-ref__gallery-main {
        min-height: 260px;
    }

    .nexa-hotel-ref__form-wrap {
        position: static;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .nexa-hotel-ref__title {
        font-size: 26px;
    }

    .nexa-hotel-ref__section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .nexa-hotel-ref__field-row {
        grid-template-columns: 1fr;
    }

    .nexa-hotel-ref__gallery-side {
        grid-template-columns: 1fr 1fr;
    }

    .nexa-hotel-lightbox {
        padding: 12px;
    }

    .nexa-hotel-lightbox__close {
        top: 12px;
        right: 12px;
    }

    .nexa-hotel-lightbox__nav {
        width: 44px;
        height: 44px;
        font-size: 28px;
    }

    .nexa-hotel-lightbox__prev {
        left: 8px;
    }

    .nexa-hotel-lightbox__next {
        right: 8px;
    }

    .nexa-hotel-lightbox__stage {
        width: 100%;
        max-height: 72vh;
        min-height: 220px;
    }

    .nexa-hotel-lightbox__stage img {
        max-height: 72vh;
    }
}

/* Header top bar: centered contact info */
#pxl-header-elementor .elementor-element-2abfef2 {
    justify-content: center !important;
    background-color: #000 !important;
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

#pxl-header-elementor .elementor-element-2abfef2 > .e-con-inner {
    justify-content: center !important;
}

#pxl-header-elementor .elementor-element-4c2ce6b {
    width: auto;
    flex: 0 1 auto;
}

#pxl-header-elementor .elementor-element-4c2ce6b .pxl-link {
    justify-content: center;
}

#pxl-header-elementor .elementor-element-4c2ce6b .pxl-link a,
#pxl-header-elementor .elementor-element-4c2ce6b .pxl-link a:not(:hover),
#pxl-header-elementor .elementor-element-4c2ce6b .pxl-link a:hover,
#pxl-header-elementor .elementor-element-4c2ce6b .pxl-link a span,
#pxl-header-elementor .elementor-element-4c2ce6b .pxl-link a i {
    color: #fff !important;
}

#pxl-header-elementor .elementor-element-4c2ce6b .pxl-link li:after {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

@media (max-width: 767px) {
    #pxl-header-elementor .elementor-element-4c2ce6b .pxl-link.style-divider.type-horizontal {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 6px;
    }
}

/* Mobile header logo — same Nexa logo, compact size */
#pxl-header-mobile .pxl-header-branding img,
#pxl-header-mobile .pxl-logo-mobile img,
#pxl-header-mobile .pxl-header-branding a img {
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (min-width: 992px) {
    #pxl-header-elementor .pxl-logo img {
        max-height: 72px;
        width: auto;
        height: auto;
    }

    #pxl-header-elementor .elementor-element-a667c7c {
        width: 24% !important;
        flex: 0 0 24% !important;
        max-width: 24%;
        padding-left: 20px !important;
    }

    #pxl-header-elementor .elementor-element-3025cbe {
        width: 100% !important;
        max-width: 100% !important;
    }

    #pxl-header-elementor .elementor-element-a667c7c,
    #pxl-header-elementor .elementor-element-315d10e,
    #pxl-header-elementor .elementor-element-bd4d09c {
        min-height: auto !important;
    }

    #pxl-header-elementor .elementor-element-315d10e {
        width: 46% !important;
        flex: 0 0 46% !important;
        max-width: 46%;
    }

    #pxl-header-elementor .elementor-element-f52b4a3 {
        width: 22% !important;
        flex: 0 0 22% !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    #pxl-header-elementor .elementor-element-f28dfb1 > .e-con-inner,
    #pxl-header-elementor .elementor-element-0e7ba1c > .e-con-inner {
        align-items: center;
    }

    #pxl-header-elementor .pxl-nav-menu .pxl-menu-primary {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        white-space: nowrap;
    }

    #pxl-header-elementor .pxl-nav-menu .pxl-menu-primary > li {
        margin: 0 0 0 22px !important;
        flex-shrink: 0;
    }

    #pxl-header-elementor .pxl-nav-menu .pxl-menu-primary > li:first-child {
        margin-left: 0 !important;
    }

    #pxl-header-elementor .pxl-nav-menu .pxl-menu-primary > li > a {
        line-height: 58px !important;
        font-size: 13px !important;
        letter-spacing: 0.02em;
        padding: 0;
    }

    #pxl-header-elementor .elementor-element-e12d8c4 .pxl-icon-box .pxl-item--icon {
        min-width: 46px;
        height: 46px;
    }

    #pxl-header-elementor .elementor-element-e12d8c4 .pxl-icon-box .pxl-item--icon::before {
        width: 38px;
        height: 38px;
    }
}

@media (min-width: 1200px) {
    #pxl-header-elementor .pxl-nav-menu .pxl-menu-primary > li {
        margin-left: 28px !important;
    }

    #pxl-header-elementor .pxl-nav-menu .pxl-menu-primary > li > a {
        font-size: 14px !important;
    }
}

@media (min-width: 1441px) {
    #pxl-header-elementor .elementor-element-a667c7c {
        padding-left: 32px !important;
    }
}

/* Homepage dual-service hero */
.elementor-element-a735f7c > .e-con-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.nexa-home-hero {
    position: relative;
    overflow: hidden;
    background: #011527;
    color: #fff;
}

.nexa-home-hero__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nexa-home-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
}

.nexa-home-hero__orb--one {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -80px;
    background: rgba(208, 149, 59, 0.22);
}

.nexa-home-hero__orb--two {
    width: 360px;
    height: 360px;
    bottom: -140px;
    left: -100px;
    background: rgba(26, 58, 82, 0.9);
}

.nexa-home-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 85%);
}

.nexa-home-hero__shell {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 148px 0 72px;
}

.nexa-home-hero__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 40px;
    align-items: center;
    margin-bottom: 34px;
}

.nexa-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(208, 149, 59, 0.35);
    background: rgba(208, 149, 59, 0.1);
    color: #f0d08a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nexa-home-hero__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0953b;
    box-shadow: 0 0 0 6px rgba(208, 149, 59, 0.18);
}

.nexa-home-hero__copy h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(36px, 4.8vw, 58px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -0.02em;
    max-width: 11ch;
}

.nexa-home-hero__accent {
    display: inline;
    background: linear-gradient(90deg, #f0d08a 0%, #d0953b 55%, #f7e2b2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nexa-home-hero__copy p {
    margin: 0;
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.75;
}

.nexa-home-hero__slider {
    position: relative;
    width: 100%;
}

.nexa-home-hero__slider-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    max-height: 360px;
    border: 1px solid rgba(208, 149, 59, 0.28);
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.32),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    background: #021a2d;
}

.nexa-home-hero__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.nexa-home-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s ease, visibility 0.9s ease;
}

.nexa-home-hero__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.nexa-home-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.02);
    transition: transform 6s ease;
}

.nexa-home-hero__slide.is-active img {
    transform: scale(1.05);
}

.nexa-home-hero__slide[data-type="transport"] {
    background: linear-gradient(135deg, #0d2740 0%, #011527 100%);
}

.nexa-home-hero__slide[data-type="transport"] img {
    object-fit: contain;
    object-position: center;
    transform: none;
    padding: 10px 12px 42px;
}

.nexa-home-hero__slide[data-type="transport"].is-active img {
    transform: scale(1.02);
}

.nexa-home-hero__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 21, 39, 0.08) 35%, rgba(1, 21, 39, 0.82) 100%);
    pointer-events: none;
}

.nexa-home-hero__slide-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nexa-home-hero__slide-badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(208, 149, 59, 0.18);
    border: 1px solid rgba(208, 149, 59, 0.35);
    color: #f0d08a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nexa-home-hero__slide[data-type="transport"] .nexa-home-hero__slide-badge {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.nexa-home-hero__slide-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.nexa-home-hero__slider-glow {
    position: absolute;
    inset: auto -20% -35% -20%;
    height: 55%;
    background: radial-gradient(circle, rgba(208, 149, 59, 0.22), transparent 70%);
    pointer-events: none;
    z-index: 4;
}

.nexa-home-hero__slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.nexa-home-hero__slider-dot {
    width: 28px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.nexa-home-hero__slider-dot.is-active {
    width: 42px;
    background: #d0953b;
}

.nexa-home-hero__services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 26px;
}

.nexa-home-hero__service {
    position: relative;
    display: grid;
    grid-template-columns: 178px minmax(0, 1fr);
    min-height: 220px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.nexa-home-hero__service:hover {
    transform: translateY(-4px);
    border-color: rgba(208, 149, 59, 0.45);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
}

.nexa-home-hero__service-media {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
}

.nexa-home-hero__service--transport .nexa-home-hero__service-media {
    background-size: contain;
    background-color: #0a2238;
}

.nexa-home-hero__service-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 21, 39, 0.15), rgba(1, 21, 39, 0.72));
}

.nexa-home-hero__service-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 22px 22px 20px 18px;
}

.nexa-home-hero__service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(208, 149, 59, 0.14);
    color: #f0d08a;
}

.nexa-home-hero__service-icon svg {
    width: 22px;
    height: 22px;
}

.nexa-home-hero__service-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d0953b;
}

.nexa-home-hero__service-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.nexa-home-hero__service-desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
    max-width: 36ch;
}

.nexa-home-hero__service-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.nexa-home-hero__service-links span {
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 600;
}

.nexa-home-hero__service-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 8px;
    color: #f0d08a;
    font-size: 14px;
    font-weight: 700;
}

.nexa-home-hero__service-cta i {
    font-style: normal;
    transition: transform 0.25s ease;
}

.nexa-home-hero__service:hover .nexa-home-hero__service-cta i {
    transform: translateX(4px);
}

.nexa-home-hero__trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
    padding: 18px 22px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.nexa-home-hero__trust-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 110px;
}

.nexa-home-hero__trust-item strong {
    color: #d0953b;
    font-size: 22px;
    line-height: 1;
}

.nexa-home-hero__trust-item span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nexa-home-hero__trust-cta {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: #d0953b;
    color: #011527;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.nexa-home-hero__trust-cta:hover {
    transform: translateY(-2px);
    background: #e3ad58;
    color: #011527;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .nexa-home-hero__shell {
        padding-top: 132px;
        padding-bottom: 64px;
    }

    .nexa-home-hero__intro {
        grid-template-columns: 1fr;
        gap: 28px;
        align-items: start;
    }

    .nexa-home-hero__copy h1 {
        max-width: none;
    }

    .nexa-home-hero__slider {
        max-width: 460px;
    }
}

@media (max-width: 991px) {
    .nexa-home-hero__services {
        grid-template-columns: 1fr;
    }

    .nexa-home-hero__service {
        grid-template-columns: 150px minmax(0, 1fr);
        min-height: 200px;
    }

    .nexa-home-hero__trust-cta {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .nexa-home-hero__shell {
        width: calc(100% - 32px);
        padding-top: 112px;
        padding-bottom: 52px;
    }

    .nexa-home-hero__copy p {
        font-size: 16px;
    }

    .nexa-home-hero__slider {
        max-width: none;
    }

    .nexa-home-hero__slider-frame {
        border-radius: 22px;
        aspect-ratio: 16 / 10;
        max-height: 280px;
    }

    .nexa-home-hero__slide-title {
        font-size: 18px;
    }

    .nexa-home-hero__service {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .nexa-home-hero__service-media {
        min-height: 140px;
    }

    .nexa-home-hero__service-media::after {
        background: linear-gradient(180deg, rgba(1, 21, 39, 0.05), rgba(1, 21, 39, 0.78));
    }

    .nexa-home-hero__service-title {
        font-size: 21px;
    }

    .nexa-home-hero__trust {
        gap: 14px 18px;
        padding: 16px;
    }
}

