.azur-advanced-footer-shell {
    --azur-advanced-footer-column-count: 5;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.azur-advanced-footer-shell--stretch {
    /* v0.0.13.22: keep the stretched footer contained in the document width.
       Elementor footer sections should control full-width layout; 100vw here can
       include the browser scrollbar and create page-level horizontal scrolling. */
    width: 100%;
    max-width: 100%;
    inline-size: 100%;
    max-inline-size: 100%;
    margin-inline: 0;
}

.azur-advanced-footer-shell,
.azur-advanced-footer {
    overflow-x: clip;
}

@supports not (overflow-x: clip) {
    .azur-advanced-footer-shell,
    .azur-advanced-footer {
        overflow-x: hidden;
    }
}

.azur-advanced-footer {
    width: 100%;
    max-width: 100%;
    overflow-y: hidden;
    box-sizing: border-box;
    background: var(--azur-advanced-footer-bg, #111827);
    color: var(--azur-advanced-footer-text, #f8fafc);
}

.azur-advanced-footer,
.azur-advanced-footer * {
    box-sizing: border-box;
}

.azur-advanced-footer a {
    color: var(--azur-advanced-footer-link, inherit);
    text-decoration: none;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.azur-advanced-footer a:hover,
.azur-advanced-footer a:focus-visible {
    color: var(--azur-advanced-footer-link-hover, #f4512c);
}

.azur-advanced-footer a:focus-visible,
.azur-advanced-footer button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.azur-advanced-footer__inner {
    width: 100%;
    max-width: 1360px;
    margin-inline: auto;
    padding: 52px 24px 24px;
}

.azur-advanced-footer__grid {
    display: grid;
    align-items: start;
    gap: 34px;
}

.azur-advanced-footer-shell--weighted-five .azur-advanced-footer__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.azur-advanced-footer-shell--weighted-five .azur-advanced-footer__column--location,
.azur-advanced-footer-shell--weighted-five .azur-advanced-footer__column--contact {
    grid-column: span 3;
}

.azur-advanced-footer-shell--weighted-five .azur-advanced-footer__column--menu {
    grid-column: span 2;
}

.azur-advanced-footer-shell--equal .azur-advanced-footer__grid {
    grid-template-columns: repeat(var(--azur-advanced-footer-column-count), minmax(0, 1fr));
}

.azur-advanced-footer__column {
    min-width: 0;
}

.azur-advanced-footer__heading,
.azur-advanced-footer__menu-heading {
    margin: 0 0 25px;
    color: var(--azur-advanced-footer-heading, #fff);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.azur-advanced-footer__address {
    color: var(--azur-advanced-footer-muted, rgba(248, 250, 252, 0.82));
    font-size: 14px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.azur-advanced-footer__map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--azur-advanced-footer-map, var(--azur-advanced-footer-accent, #f4512c));
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.azur-advanced-footer__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--azur-advanced-footer-accent, #f4512c);
}

.azur-advanced-footer__icon svg,
.azur-advanced-footer__icon i {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
}

.azur-advanced-footer__app-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
}

.azur-advanced-footer__app-badge,
.azur-advanced-footer__app-badge a {
    display: inline-flex;
    min-width: 0;
}

.azur-advanced-footer__app-badge img {
    display: block;
    width: 168px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.azur-advanced-footer__app-badge .azur-atomic-image-surface.azur-advanced-footer__atomic-app-badge {
    width: 168px;
    max-width: 100%;
    height: auto;
}

.azur-advanced-footer__atomic-app-badge .azur-atomic-image-surface__image {
    object-fit: contain;
}

.azur-advanced-footer__help-line {
    display: flex;
    align-items: center;
    gap: 14px;
}

.azur-advanced-footer__help-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 38px;
}

.azur-advanced-footer__help-content {
    min-width: 0;
}

.azur-advanced-footer__eyebrow {
    margin-bottom: 3px;
    color: var(--azur-advanced-footer-muted, rgba(248, 250, 252, 0.65));
    font-size: 13px;
    line-height: 1.4;
}

.azur-advanced-footer__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    color: var(--azur-advanced-footer-phone, var(--azur-advanced-footer-accent, #f4512c));
    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.azur-advanced-footer__hours {
    display: grid;
    gap: 5px;
    margin-top: 22px;
    color: var(--azur-advanced-footer-muted, rgba(248, 250, 252, 0.86));
    font-size: 14px;
    line-height: 1.55;
}

.azur-advanced-footer__hours-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.azur-advanced-footer__hours-day {
    font-weight: 700;
}

.azur-advanced-footer__email {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--azur-advanced-footer-separator, rgba(248, 250, 252, 0.13));
    font-size: 14px;
    overflow-wrap: anywhere;
}

.azur-advanced-footer__email-label {
    margin-inline-end: 4px;
    color: var(--azur-advanced-footer-email-label, var(--azur-advanced-footer-accent, #f4512c));
    font-weight: 700;
}

.azur-advanced-footer__menu-heading {
    margin-bottom: 21px;
}

.azur-advanced-footer__toggle {
    --azur-footer-separator-color: rgba(248, 250, 252, 0.14);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--azur-advanced-footer-heading, #fff);
    font: inherit;
    text-align: start;
    cursor: default;
}

.azur-advanced-footer__toggle-icon {
    display: none;
    position: relative;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
}

.azur-advanced-footer__toggle-icon::before,
.azur-advanced-footer__toggle-icon::after {
    content: "";
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease;
}

.azur-advanced-footer__toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.azur-advanced-footer__toggle[aria-expanded="true"] .azur-advanced-footer__toggle-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.azur-advanced-footer__menu-panel[aria-hidden="true"] {
    visibility: visible;
}

.azur-advanced-footer__menu,
.azur-advanced-footer__bottom-menu {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.azur-advanced-footer__menu li,
.azur-advanced-footer__bottom-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.azur-advanced-footer__menu a {
    display: inline-flex;
    color: var(--azur-advanced-footer-link, rgba(248, 250, 252, 0.9));
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.azur-advanced-footer__menu .current-menu-item > a,
.azur-advanced-footer__menu .current_page_item > a {
    color: var(--azur-advanced-footer-link-hover, #f4512c);
}

.azur-advanced-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 28px;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid var(--azur-advanced-footer-separator, rgba(248, 250, 252, 0.13));
    color: rgba(248, 250, 252, 0.7);
    font-size: 13px;
    line-height: 1.5;
}

.azur-advanced-footer__copyright {
    min-width: 0;
}

.azur-advanced-footer__bottom-navigation {
    min-width: 0;
}

.azur-advanced-footer__bottom-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
}

.azur-advanced-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 16px;
}

.azur-advanced-footer__social a {
    color: var(--azur-advanced-footer-link, inherit);
    font-weight: 700;
}

@media (max-width: 1024px) {
    .azur-advanced-footer-shell--weighted-five .azur-advanced-footer__grid,
    .azur-advanced-footer-shell--equal .azur-advanced-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .azur-advanced-footer-shell--weighted-five .azur-advanced-footer__column--location,
    .azur-advanced-footer-shell--weighted-five .azur-advanced-footer__column--contact,
    .azur-advanced-footer-shell--weighted-five .azur-advanced-footer__column--menu {
        grid-column: auto;
    }

    .azur-advanced-footer__bottom {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .azur-advanced-footer__inner {
        padding: 34px 20px 20px;
    }

    .azur-advanced-footer-shell--weighted-five .azur-advanced-footer__grid,
    .azur-advanced-footer-shell--equal .azur-advanced-footer__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .azur-advanced-footer__heading {
        margin-bottom: 17px;
    }

    .azur-advanced-footer__menu-heading {
        margin: 0;
    }

    .azur-advanced-footer__toggle {
        min-height: 48px;
        padding-block: 11px;
        border-block-end: 1px solid var(--azur-footer-separator-color);
        cursor: pointer;
    }

    .azur-advanced-footer__toggle-icon {
        display: block;
    }

    .azur-advanced-footer__menu-panel {
        padding-top: 15px;
    }

    .azur-advanced-footer__menu-panel[hidden] {
        display: none !important;
    }

    .azur-advanced-footer__column--menu[data-accordion-enabled="no"] .azur-advanced-footer__toggle {
        pointer-events: none;
        cursor: default;
    }

    .azur-advanced-footer__column--menu[data-accordion-enabled="no"] .azur-advanced-footer__toggle-icon {
        display: none;
    }

    .azur-advanced-footer__app-badges {
        margin-top: 24px;
    }

    .azur-advanced-footer__phone {
        font-size: 20px;
    }

    .azur-advanced-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 32px;
    }

    .azur-advanced-footer__bottom-menu,
    .azur-advanced-footer__social {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .azur-advanced-footer a,
    .azur-advanced-footer__toggle-icon::before,
    .azur-advanced-footer__toggle-icon::after {
        transition-duration: 0.01ms !important;
    }
}

/* Demo footer colors are controlled by the Elementor widget preset/settings. */
