.fp-home-hero {
    position: relative;
    isolation: isolate;
    min-height: 820px;
    display: flex;
    align-items: center;
    color: #fff;
    background: url('luxor/balloon.jpg') center / cover no-repeat;
}

.fp-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, #062c31ee 0%, #0b373bd4 43%, #102f3329 78%), linear-gradient(0deg, #092f33b8 0%, transparent 42%);
}

.fp-home-hero-inner {
    display: flex;
    min-height: 820px;
    flex-direction: column;
    justify-content: center;
    padding: 145px 0 54px;
}

.fp-home-copy {
    max-width: 710px;
}

.fp-home-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border: 1px solid #ffffff5e;
    border-radius: 999px;
    background: #ffffff12;
    backdrop-filter: blur(8px);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.fp-home-copy h1 {
    max-width: 690px;
    margin: 22px 0 18px;
    color: #fff;
    font: 700 clamp(52px, 6vw, 82px) / 1.01 Georgia, "Times New Roman", serif;
    letter-spacing: -2px;
    text-shadow: 0 4px 24px #08292c54;
}

.fp-home-copy p {
    max-width: 670px;
    margin: 0;
    color: #e5efee;
    font-size: 18px;
    line-height: 1.75;
}

.fp-home-finder {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    width: 100%;
    margin-top: auto;
    padding: 12px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 65px #09292c4d;
    color: #294e50;
}

.fp-home-finder label {
    display: grid;
    gap: 6px;
    padding: 4px 20px;
    border-right: 1px solid #e2e9e7;
}

.fp-home-finder label > span {
    color: #5d7779;
    font-size: 10px;
    font-weight: 900;
}

.fp-home-finder input,
.fp-home-finder select {
    width: 100%;
    height: 30px;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: #fff !important;
    color: #25484a;
    font: inherit;
    font-size: 13px;
}

.fp-home-finder button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 155px;
    border: 0;
    border-radius: 12px;
    background: var(--fp-page-gold);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.fp-home-finder button b {
    font-size: 20px;
}

.fp-home-trust {
    padding: 27px 0;
    border-bottom: 1px solid #e3ebe9;
    background: var(--fp-home-trust-bg, #fff);
}

.fp-home-trust .fp-experience-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fp-home-trust article {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 7px 24px;
    border-right: 1px solid #e5ecea;
}

.fp-home-trust article:first-child {
    padding-left: 0;
}

.fp-home-trust article:last-child {
    border-right: 0;
}

.fp-home-trust i {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 13px;
    background: #e9f4f1;
    color: var(--fp-page-teal);
    font-style: normal;
    font-size: 20px;
}

.fp-home-trust b,
.fp-home-trust span {
    display: block;
}

.fp-home-trust b {
    color: #173e41;
    font: 700 15px Georgia, serif;
}

.fp-home-trust span {
    margin-top: 4px;
    color: #7c8f90;
    font-size: 10px;
}

.fp-home-tours {
    padding: 105px 0;
    background: var(--fp-home-tours-bg, #f7f9f8);
}

.fp-home-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.fp-home-section-head h2,
.fp-home-story h2,
.fp-home-cta h2 {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--fp-page-deep);
    font: 700 clamp(37px, 4.5vw, 58px) / 1.1 Georgia, "Times New Roman", serif;
    letter-spacing: -1px;
}

.fp-home-section-head > a {
    padding-bottom: 8px;
    color: var(--fp-page-teal);
    font-size: 13px;
    font-weight: 900;
}

.fp-home-story {
    padding: 110px 0;
    background: var(--fp-page-cream);
}

.fp-home-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.fp-home-story-image {
    position: relative;
    height: 570px;
}

.fp-home-story-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 24px 65px #113c3e28;
}

.fp-home-story-image span {
    position: absolute;
    right: -25px;
    bottom: 28px;
    padding: 17px 21px;
    border-radius: 14px;
    background: #fff;
    color: #6e8182;
    box-shadow: 0 17px 45px #113c3e26;
    font-size: 12px;
}

.fp-home-story-image span b {
    margin-right: 7px;
    color: var(--fp-page-gold);
    font: 700 27px Georgia, serif;
}

.fp-home-story h2 {
    margin: 14px 0 21px;
}

.fp-home-story p {
    color: var(--fp-page-muted);
    font-size: 16px;
    line-height: 1.85;
}

.fp-home-story ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 30px;
    padding: 0;
    list-style: none;
}

.fp-home-story li {
    position: relative;
    padding-left: 28px;
    color: #365c5e;
    font-size: 14px;
}

.fp-home-story li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #deeee9;
    color: #0b686d;
    font-size: 10px;
    font-weight: 900;
}

.fp-home-cta {
    padding: 80px 0;
    background: linear-gradient(120deg, var(--fp-home-cta-bg, #11373b), var(--fp-home-cta-bg-end, #08656a));
    color: #fff;
}

.fp-home-cta .fp-experience-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.fp-home-cta span {
    color: #efc676;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.fp-home-cta h2 {
    max-width: 760px;
    margin: 11px 0 10px;
    color: #fff;
    font-size: 45px;
}

.fp-home-cta p {
    max-width: 720px;
    margin: 0;
    color: #c7d9d7;
    line-height: 1.7;
}

.elementor-widget-fp_luxor_home > .elementor-widget-container {
    overflow: visible;
}

.fp-home-experience .fp-home-trust article,
.fp-home-experience .fp-home-trust article > div,
.fp-home-experience .fp-home-section-head > div {
    min-width: 0;
}

.fp-home-experience .fp-hero-actions:empty,
.fp-home-experience .fp-home-trust .fp-experience-wrap:empty,
.fp-home-experience .fp-home-story ul:empty {
    display: none;
}

.fp-home-experience .fp-home-story-image img {
    max-width: none;
}

@media (max-width: 980px) {
    .fp-home-finder {
        grid-template-columns: 1fr 1fr;
    }

    .fp-home-finder label {
        border-bottom: 1px solid #e5ecea;
    }

    .fp-home-finder label:nth-child(2) {
        border-right: 0;
    }

    .fp-home-finder button {
        min-height: 54px;
    }

    .fp-home-trust .fp-experience-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .fp-home-trust article:nth-child(2) {
        border-right: 0;
    }

    .fp-home-story-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .fp-home-story-image {
        height: 500px;
    }
}

@media (max-width: 680px) {
    .fp-home-hero,
    .fp-home-hero-inner {
        min-height: 780px;
    }

    .fp-home-hero-inner {
        padding-top: 125px;
        padding-bottom: 28px;
    }

    .fp-home-copy h1 {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .fp-home-copy p {
        font-size: 15px;
    }

    .fp-home-finder {
        grid-template-columns: 1fr;
        margin-top: 40px;
        padding: 9px;
    }

    .fp-home-finder label {
        padding: 8px 13px;
        border-right: 0;
    }

    .fp-home-finder button {
        min-height: 52px;
    }

    .fp-home-trust .fp-experience-wrap {
        grid-template-columns: 1fr;
    }

    .fp-home-trust article {
        padding: 8px 0;
        border-right: 0;
    }

    .fp-home-tours,
    .fp-home-story {
        padding: 75px 0;
    }

    .fp-home-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .fp-home-story-image {
        height: 390px;
    }

    .fp-home-story-image span {
        right: 13px;
    }

    .fp-home-cta .fp-experience-wrap {
        align-items: flex-start;
        flex-direction: column;
    }

    .fp-home-cta h2 {
        font-size: 36px;
    }
}
