.elementor-31510 .elementor-element.elementor-element-e9964a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* ═══════════════════════════════════════════════════
   EXC FOOTER
   ═══════════════════════════════════════════════════ */

.exc-footer {
    font-family: var(--exc-sans);
    color: var(--exc-ink);
    background: var(--exc-white);
    margin-top: 60px;
}

.exc-footer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s ease;
}


/* ────────────────────────────────────────────────
   1. NEWSLETTER STRIP (purple)
   ──────────────────────────────────────────────── */
.exc-footer__newsletter {
    background: var(--exc-purple);
    color: var(--exc-white);
    padding: 36px 24px;
    position: relative;
    overflow: hidden;
}
.exc-footer__newsletter::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    pointer-events: none;
}
.exc-footer__newsletter::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: 5%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    pointer-events: none;
}

.exc-footer__newsletter-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 32px;
}

.exc-footer__newsletter-text h3 {
    margin: 0 0 6px;
    font-family: var(--exc-sans);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: var(--exc-white);
}
.exc-footer__newsletter-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.exc-footer__newsletter-form {
    display: flex;
    align-items: stretch;
    background: var(--exc-white);
    border-radius: var(--exc-radius-md);
    overflow: hidden;
    min-width: 380px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.exc-footer__newsletter-input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0 18px;
    font-family: var(--exc-sans);
    font-size: 14px;
    color: var(--exc-ink);
    outline: none;
    min-width: 0;
}
.exc-footer__newsletter-input::placeholder {
    color: var(--exc-muted);
}

.exc-footer__newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    margin: 4px;
    background: var(--exc-purple);
    color: var(--exc-white);
    border: 0;
    border-radius: calc(var(--exc-radius-md) - 4px);
    font-family: var(--exc-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.15s ease;
}
.exc-footer__newsletter-btn:hover {
    background: var(--exc-purple-dark);
}


/* ────────────────────────────────────────────────
   2. MAIN FOOTER COLUMNS
   ──────────────────────────────────────────────── */
.exc-footer__main {
    background: var(--exc-white);
    padding: 56px 24px 40px;
    border-bottom: 1px solid var(--exc-border);
}

.exc-footer__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 48px;
}

.exc-footer__col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.exc-footer__col--brand {
    gap: 18px;
}

/* Logo */
.exc-footer__logo {
    display: inline-block;
    max-width: 200px;
}
.exc-footer__logo img {
    width: 100%;
    height: auto;
    max-height: 64px;
    object-fit: contain;
    display: block;
}
.exc-footer__logo-text {
    font-family: var(--exc-sans);
    font-size: 22px;
    font-weight: 700;
    color: var(--exc-purple);
    letter-spacing: -0.01em;
}

/* About */
.exc-footer__about {
    margin: 0;
    font-family: var(--exc-sans);
    font-size: 13px;
    line-height: 1.7;
    color: var(--exc-muted);
    max-width: 320px;
}

/* Social icons */
.exc-footer__social {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}
.exc-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--exc-off-white);
    color: var(--exc-purple);
    border: 1px solid var(--exc-border);
    border-radius: 50%;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.exc-footer__social-link:hover {
    background: var(--exc-purple);
    color: var(--exc-white);
    border-color: var(--exc-purple);
    transform: translateY(-2px);
}

/* Column heading */
.exc-footer__heading {
    margin: 0 0 8px;
    font-family: var(--exc-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--exc-ink);
    line-height: 1.3;
}

/* Menus */
.exc-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.exc-footer__menu-item {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.exc-footer__menu-link {
    font-family: var(--exc-sans);
    font-size: 14px;
    color: var(--exc-muted);
    position: relative;
    display: inline-block;
    transition: color 0.15s ease, transform 0.15s ease;
}
.exc-footer__menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: var(--exc-purple);
    transition: width 0.2s ease;
}
.exc-footer__menu-link:hover {
    color: var(--exc-purple);
}
.exc-footer__menu-link:hover::before {
    width: 100%;
}

.exc-footer__menu-empty {
    margin: 0;
    font-size: 12px;
    font-style: italic;
    color: var(--exc-muted);
    opacity: 0.7;
}

/* Contact list */
.exc-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.exc-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: var(--exc-sans);
    font-size: 14px;
    line-height: 1.5;
    color: var(--exc-muted);
}
.exc-footer__contact strong {
    font-weight: 600;
    color: var(--exc-ink);
}
.exc-footer__contact a {
    color: var(--exc-muted);
    transition: color 0.15s ease;
}
.exc-footer__contact a:hover {
    color: var(--exc-purple);
}

.exc-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 1px;
    background: var(--exc-purple-soft);
    color: var(--exc-purple);
    border-radius: 50%;
}


/* ────────────────────────────────────────────────
   3. BOTTOM BAR
   ──────────────────────────────────────────────── */
.exc-footer__bottom {
    background: var(--exc-white);
    padding: 20px 24px;
}

.exc-footer__bottom-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.exc-footer__copyright {
    margin: 0;
    font-family: var(--exc-sans);
    font-size: 12px;
    color: var(--exc-muted);
}

.exc-footer__legal {
    display: flex;
    justify-content: center;
}
.exc-footer__legal .exc-footer__menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 24px;
    justify-content: center;
}
.exc-footer__legal .exc-footer__menu-link {
    font-size: 12px;
}

.exc-footer__payments {
    display: flex;
    align-items: center;
    gap: 6px;
}
.exc-footer__pay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 24px;
    padding: 0 8px;
    background: var(--exc-off-white);
    border: 1px solid var(--exc-border);
    border-radius: var(--exc-radius-sm);
    font-family: var(--exc-sans);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--exc-muted);
    line-height: 1;
}


/* ────────────────────────────────────────────────
   4. RESPONSIVE
   ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .exc-footer__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .exc-footer__col--brand {
        grid-column: 1 / -1;
    }
    .exc-footer__newsletter-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }
    .exc-footer__newsletter-form {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .exc-footer__main {
        padding: 40px 20px 32px;
    }
    .exc-footer__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .exc-footer__about {
        max-width: none;
    }
    .exc-footer__newsletter {
        padding: 28px 20px;
    }
    .exc-footer__newsletter-text h3 {
        font-size: 19px;
    }
    .exc-footer__bottom-inner {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }
    .exc-footer__legal {
        order: 1;
    }
    .exc-footer__copyright {
        order: 2;
    }
    .exc-footer__payments {
        order: 3;
        justify-content: center;
    }
    .exc-footer__newsletter-form {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        gap: 10px;
    }
    .exc-footer__newsletter-input {
        background: var(--exc-white);
        border-radius: var(--exc-radius-md);
        padding: 14px 18px;
    }
    .exc-footer__newsletter-btn {
        margin: 0;
        padding: 14px 22px;
        justify-content: center;
        border-radius: var(--exc-radius-md);
        background: var(--exc-ink);
    }
    .exc-footer__newsletter-btn:hover {
        background: rgba(0, 0, 0, 0.85);
    }
}

.exc-footer__newsletter {
    display: none !important;
}/* End custom CSS */