html,
body.fce-contact-enabled:not(.fce-let-us-help-page) {
    min-height: 100%;
}

body.fce-contact-enabled:not(.fce-let-us-help-page) {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.fce-contact-enabled:not(.fce-let-us-help-page) > .elementor-location-header,
body.fce-contact-enabled:not(.fce-let-us-help-page) > #content,
body.fce-contact-enabled:not(.fce-let-us-help-page) > .elementor-location-footer {
    width: 100%;
    flex-shrink: 0;
}

body.fce-contact-enabled:not(.fce-let-us-help-page) > #content {
    flex: 1 0 auto;
}

body.fce-contact-enabled:not(.fce-let-us-help-page) > .elementor-location-footer {
    margin-top: auto;
}

body.home.fce-contact-enabled:not(.fce-let-us-help-page) > .elementor-location-footer {
    margin-top: 0 !important;
}

body.home .elementor-7 [data-id="980ebc9"] {
    margin-top: 16px !important;
}

body.home .elementor-7 [data-id="980ebc9"] > .e-con-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home .elementor-7 [data-id="340f157"] {
    margin-top: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

body.home .elementor-7 [data-id="bb5622b"] {
    min-height: 0 !important;
    height: auto !important;
}

body.home .elementor-7 [data-id="e1138b7"] {
    margin-top: 0 !important;
    min-height: 360px !important;
    height: 360px !important;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    body.home .elementor-7 [data-id="980ebc9"] {
        margin-top: 8px !important;
    }

    body.home .elementor-7 [data-id="e1138b7"] {
        min-height: 240px !important;
        height: 240px !important;
    }
}

.fce-contact-ready > footer:first-child,
.fce-contact-ready .fce-contact-source {
    --margin-top: 0px !important;
    --margin-block-start: 0px !important;
    --margin-bottom: 0px !important;
    --margin-block-end: 0px !important;
    margin-top: 0 !important;
    margin-block-start: 0 !important;
    margin-bottom: 0 !important;
    margin-block-end: 0 !important;
}

.fce-contact-ready .fce-contact-source {
    min-height: 0 !important;
    padding: clamp(10px, 2vw, 18px) 0 !important;
    background: transparent !important;
}

.fce-contact-ready > footer[data-id="5a0ea5d4"] .e-con-inner {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    gap: 22px !important;
}

.fce-contact-ready > footer[data-id="5a0ea5d4"] .e-con-inner > :first-child {
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    .fce-contact-ready > footer[data-id="5a0ea5d4"] .e-con-inner {
        padding-top: 10px !important;
        padding-bottom: 12px !important;
        gap: 12px !important;
    }

    .fce-contact-ready > footer[data-id="5a0ea5d4"] [data-id="578cbc3b"] {
        min-height: 0 !important;
    }

    .fce-contact-ready > footer[data-id="5a0ea5d4"] [data-id="7514bb46"] .elementor-widget-container,
    .fce-contact-ready > footer[data-id="5a0ea5d4"] [data-id="7514bb46"] .elementor-nav-menu--main,
    .fce-contact-ready > footer[data-id="5a0ea5d4"] [data-id="7514bb46"] .elementor-nav-menu {
        height: auto !important;
        min-height: 0 !important;
        align-items: center !important;
    }

    .fce-contact-ready > footer[data-id="5a0ea5d4"] [data-id="7514bb46"] .elementor-nav-menu {
        flex-wrap: wrap !important;
        row-gap: 4px !important;
    }

    .fce-contact-ready > footer[data-id="5a0ea5d4"] [data-id="7514bb46"] .elementor-item {
        min-height: 0 !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .fce-contact-ready > footer[data-id="5a0ea5d4"] [data-id="0d0cd70"] img {
        max-height: 64px !important;
        width: auto !important;
    }

    .fce-contact-ready > footer[data-id="5a0ea5d4"] [data-id="32adae20"] {
        min-height: 0 !important;
    }
}

.fce-contact-ready .fce-contact-source > .e-con-inner {
    display: none !important;
}

.fce-contact-card {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(20px, 3.2vw, 30px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(181, 133, 66, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 240, 232, 0.92) 100%);
    box-shadow: 0 26px 60px rgba(17, 17, 17, 0.08);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 24px;
    align-items: center;
}

.fce-contact-card__content {
    display: grid;
    gap: 10px;
}

.fce-contact-card__eyebrow {
    margin: 0;
    color: #8a6429;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.fce-contact-card__title {
    margin: 0;
    color: #111111;
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    line-height: 0.98;
}

.fce-contact-card__copy {
    margin: 0;
    max-width: 42ch;
    color: rgba(17, 17, 17, 0.72);
    font-size: 1rem;
    line-height: 1.65;
}

.fce-contact-card__actions {
    display: grid;
    gap: 14px;
    justify-items: end;
}

.fce-contact-card__button,
.fce-contact-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.fce-contact-card__button {
    min-width: 250px;
    padding: 0 28px;
    border: 0;
    background: #111111;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(17, 17, 17, 0.16);
}

.fce-contact-card__button:hover,
.fce-contact-card__button:focus-visible,
.fce-contact-card__action:hover,
.fce-contact-card__action:focus-visible,
.fce-modal__close:hover,
.fce-modal__close:focus-visible {
    transform: translateY(-1px);
}

.fce-contact-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.fce-contact-card__action {
    min-height: 46px;
    padding: 0 20px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fce-contact-card__action--ghost {
    border: 1px solid rgba(17, 17, 17, 0.16);
    background: rgba(255, 255, 255, 0.72);
    color: #111111;
}

.fce-contact-card__action--text {
    padding-left: 6px;
    padding-right: 6px;
    color: #8a6429;
}

.fce-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 28px;
}

.fce-modal[hidden] {
    display: none;
}

.fce-modal__scrim {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.52);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.18s ease;
}

.fce-modal__dialog {
    position: relative;
    width: min(1120px, 100%);
    max-height: min(90vh, 860px);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(181, 133, 66, 0.2), transparent 26%),
        linear-gradient(180deg, #fffdfa 0%, #f7f1e7 100%);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 32px 90px rgba(17, 17, 17, 0.22);
    overflow: auto;
    opacity: 0;
    transform: translateY(16px) scale(0.985);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.fce-modal.is-open .fce-modal__scrim {
    opacity: 1;
}

.fce-modal.is-open .fce-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.fce-modal__close {
    position: sticky;
    top: 20px;
    right: 20px;
    float: right;
    width: 46px;
    height: 46px;
    margin: 20px 20px 0 0;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #111111;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.fce-modal__panel {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    padding: 24px clamp(20px, 4vw, 40px) clamp(26px, 4vw, 40px);
}

.fce-modal__intro,
.fce-modal__form {
    min-width: 0;
}

.fce-modal__intro {
    display: grid;
    align-content: center;
}

.fce-modal__intro .elementor-widget-heading,
.fce-modal__intro .elementor-widget-text-editor,
.fce-modal__form .elementor-widget-form {
    width: 100%;
}

.fce-modal__intro .elementor-heading-title {
    margin: 0 0 18px !important;
    color: #111111;
    font-size: clamp(2.6rem, 5vw, 4.8rem) !important;
    line-height: 0.94 !important;
    max-width: 8ch;
}

.fce-modal__intro .elementor-widget-text-editor,
.fce-modal__intro .elementor-widget-text-editor p {
    margin: 0;
    color: rgba(17, 17, 17, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

.fce-modal__form .elementor-form-fields-wrapper {
    gap: 16px 18px;
}

.fce-modal__form .elementor-field-group {
    margin-bottom: 0 !important;
}

.fce-modal__form .elementor-field-group > label {
    margin-bottom: 7px !important;
    color: rgba(17, 17, 17, 0.72);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.fce-modal__form .elementor-field,
.fce-modal__form .elementor-field-textual,
.fce-modal__form textarea,
.fce-modal__form input[type="text"],
.fce-modal__form input[type="tel"],
.fce-modal__form input[type="email"] {
    min-height: 56px;
    padding: 0 18px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.fce-modal__form .elementor-field::placeholder {
    color: rgba(17, 17, 17, 0.42);
}

.fce-modal__form .recaptcha_v3-inline {
    margin-top: 2px;
}

.fce-modal__form .elementor-field-type-submit {
    margin-top: 8px;
}

.fce-modal__form .elementor-button {
    min-width: 220px;
    min-height: 56px;
    padding: 0 28px !important;
    border-radius: 999px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase;
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.16);
}

.fce-modal__form .elementor-button:hover,
.fce-modal__form .elementor-button:focus-visible {
    background: #252525 !important;
}

body.fce-modal-open {
    overflow: hidden;
}

@media (max-width: 920px) {
    .fce-contact-card,
    .fce-modal__panel {
        grid-template-columns: 1fr;
    }

    .fce-contact-card__actions {
        justify-items: start;
    }

    .fce-contact-card__meta {
        justify-content: flex-start;
    }

    .fce-modal {
        padding: 18px;
    }

    .fce-modal__intro .elementor-heading-title {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .fce-contact-card {
        width: min(100%, calc(100% - 20px));
        padding: 18px 16px;
        border-radius: 24px;
    }

    .fce-contact-card__button,
    .fce-contact-card__action {
        width: 100%;
    }

    .fce-contact-card__meta {
        width: 100%;
    }

    .fce-modal {
        padding: 0;
        align-items: end;
    }

    .fce-modal__dialog {
        width: 100%;
        max-height: min(88vh, 100%);
        border-radius: 28px 28px 0 0;
    }

    .fce-modal__close {
        margin-top: 16px;
        margin-right: 16px;
    }

    .fce-modal__panel {
        gap: 18px;
        padding: 18px 16px 24px;
    }

    .fce-modal__form .elementor-field-group {
        width: 100%;
    }

    .fce-modal__form .elementor-col-50,
    .fce-modal__form .elementor-col-100 {
        width: 100%;
    }

    .fce-modal__form .elementor-button {
        width: 100%;
    }
}