.elementor-1238 .elementor-element.elementor-element-def0870{--display:flex;}.elementor-1238 .elementor-element.elementor-element-1b3c210{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-1b3c210 *//* =========================================================
   VEBZYRA — GLOBAL FOOTER
   Use with vebzyra-global-footer.html
========================================================= */

.vzft-footer,
.vzft-footer *,
.vzft-footer *::before,
.vzft-footer *::after {
    box-sizing: border-box;
    font-family: "Manrope", Arial, sans-serif !important;
}

/* Remove Elementor's boxed HTML-widget spacing. */
.elementor-widget-html:has(#vzftFooter),
.elementor-widget-html:has(#vzftFooter) > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.vzft-footer {
    --vzft-bg: #0d0711;
    --vzft-panel: #1a1020;
    --vzft-white: #ffffff;
    --vzft-text: #f8f3fa;
    --vzft-muted: #c2b7c6;
    --vzft-soft: #94899a;
    --vzft-border: rgba(255, 255, 255, 0.10);
    --vzft-pink: #f23b97;
    --vzft-purple: #b52dea;
    --vzft-violet: #7547f6;

    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin: 0 0 0 -50vw;
    padding: 46px 0 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(242, 59, 151, 0.14),
            transparent 29%
        ),
        radial-gradient(
            circle at 92% 18%,
            rgba(117, 71, 246, 0.17),
            transparent 31%
        ),
        linear-gradient(
            125deg,
            #130916 0%,
            #0d0711 52%,
            #14102b 100%
        );
    color: var(--vzft-text);
    isolation: isolate;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.vzft-footer::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.022) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.022) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, #000, transparent 95%);
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 95%);
}

.vzft-footer::after {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        var(--vzft-pink) 25%,
        var(--vzft-purple) 55%,
        var(--vzft-violet) 78%,
        transparent
    );
    opacity: 0.78;
    pointer-events: none;
}

.vzft-container {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   DESKTOP COLUMNS
========================================================= */

.vzft-main {
    display: grid;
    grid-template-columns:
        minmax(270px, 1.3fr)
        minmax(150px, 0.72fr)
        minmax(205px, 0.92fr)
        minmax(250px, 1.05fr);
    align-items: start;
    gap: clamp(30px, 4vw, 58px);
    padding-bottom: 40px;
}

/* =========================================================
   BRAND
========================================================= */

.vzft-brand-logo-link {
    display: inline-flex !important;
    min-width: 202px;
    min-height: 70px;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow: 0 16px 35px rgba(3, 1, 7, 0.18);
    text-decoration: none !important;
}

.vzft-brand-logo {
    display: block;
    width: 174px;
    height: 48px;
    object-fit: contain;
    object-position: left center;
}

.vzft-brand-description {
    max-width: 355px;
    margin: 20px 0 18px !important;
    color: var(--vzft-muted) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.72 !important;
}

.vzft-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vzft-social-link {
    display: grid !important;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(232, 70, 196, 0.25);
    border-radius: 11px;
    background:
        linear-gradient(
            135deg,
            rgba(242, 59, 151, 0.13),
            rgba(117, 71, 246, 0.12)
        );
    color: #eee5f1 !important;
    text-decoration: none !important;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.vzft-social-link:hover {
    border-color: rgba(242, 76, 190, 0.50);
    background: linear-gradient(
        135deg,
        rgba(242, 59, 151, 0.28),
        rgba(117, 71, 246, 0.23)
    );
    box-shadow: 0 9px 22px rgba(190, 43, 204, 0.17);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.vzft-social-link svg {
    display: block;
    width: 19px;
    height: 19px;
}

/* =========================================================
   COLUMN HEADINGS
========================================================= */

.vzft-column-title,
.vzft-accordion-toggle {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.02em !important;
}

.vzft-column-title {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 5px 0 20px !important;
    text-transform: none !important;
}

.vzft-heading-icon {
    display: block;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    color: #f24b90;
}

.vzft-accordion-toggle {
    display: none !important;
}

.vzft-toggle-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* =========================================================
   NAVIGATION LINKS
========================================================= */

.vzft-link-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vzft-link-list li {
    margin: 0;
    padding: 0;
}

.vzft-link-list a {
    display: inline-flex !important;
    width: fit-content;
    align-items: center;
    gap: 10px;
    color: #cbc1cf !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    transition:
        color 180ms ease,
        transform 180ms ease;
}

.vzft-link-list a:hover {
    color: #ffffff !important;
    transform: translateX(3px);
}

.vzft-link-icon {
    display: block;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: #ed4a92;
    transition: color 180ms ease;
}

.vzft-link-list a:hover .vzft-link-icon {
    color: #c755f5;
}

/* =========================================================
   CONTACT INFO
========================================================= */

.vzft-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vzft-contact-link,
.vzft-contact-item {
    display: grid !important;
    min-width: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.025);
    color: #e4dae7 !important;
    text-decoration: none !important;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        transform 180ms ease;
}

.vzft-contact-link:hover {
    border-color: rgba(232, 69, 196, 0.34);
    background: rgba(224, 50, 191, 0.07);
    transform: translateY(-1px);
}

.vzft-contact-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 9px;
    background: linear-gradient(
        135deg,
        rgba(242, 59, 151, 0.20),
        rgba(117, 71, 246, 0.18)
    );
    color: #f06fc2;
}

.vzft-contact-icon svg {
    display: block;
    width: 17px;
    height: 17px;
}

.vzft-contact-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.vzft-contact-copy small {
    color: #9f93a5 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vzft-contact-copy strong {
    overflow-wrap: anywhere;
    color: #eee5f0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.42 !important;
}

/* =========================================================
   CENTRED BOTTOM BAR
========================================================= */

.vzft-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(236, 55, 152, 0.22);
    background: rgba(5, 2, 8, 0.24);
}

.vzft-bottom-inner {
    display: flex;
    width: min(1240px, calc(100% - 48px));
    min-height: 76px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
}

.vzft-legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 15px;
}

.vzft-legal-links a {
    color: #b7acbc !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    transition: color 180ms ease;
}

.vzft-legal-links a:hover {
    color: #ffffff !important;
}

.vzft-legal-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--vzft-pink),
        var(--vzft-purple)
    );
}

.vzft-copyright {
    width: 100%;
    margin: 0 !important;
    color: #9f94a5 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

.vzft-copyright strong {
    color: #dcd2e0;
    font-weight: 800;
    letter-spacing: 0.07em;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.vzft-footer a:focus-visible,
.vzft-footer button:focus-visible {
    outline: 2px solid #e94dcb !important;
    outline-offset: 4px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {
    .vzft-footer {
        padding-top: 40px;
    }

    .vzft-container,
    .vzft-bottom-inner {
        width: calc(100% - 40px);
    }

    .vzft-main {
        grid-template-columns:
            minmax(0, 1.15fr)
            minmax(0, 0.85fr);
        gap: 38px 54px;
        padding-bottom: 36px;
    }

    .vzft-brand-description {
        max-width: 440px;
    }

    .vzft-contact-list {
        max-width: 420px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .vzft-footer {
        padding-top: 27px;
    }

    .vzft-footer::before {
        background-size: 38px 38px;
    }

    .vzft-container,
    .vzft-bottom-inner {
        width: calc(100% - 28px);
    }

    .vzft-main {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding-bottom: 22px;
    }

    .vzft-brand {
        padding-bottom: 24px;
    }

    .vzft-brand-logo-link {
        min-width: 188px;
        min-height: 64px;
        padding: 8px 14px;
        border-radius: 12px;
    }

    .vzft-brand-logo {
        width: 160px;
        height: 44px;
    }

    .vzft-brand-description {
        max-width: 100%;
        margin: 17px 0 16px !important;
        font-size: 12.5px !important;
        line-height: 1.68 !important;
    }

    .vzft-social-link {
        width: 42px;
        height: 42px;
    }

    .vzft-column {
        border-top: 1px solid rgba(255, 255, 255, 0.095);
    }

    .vzft-column-title {
        display: none !important;
    }

    .vzft-accordion-toggle {
        display: flex !important;
        width: 100%;
        min-height: 57px;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: 14px !important;
        text-align: left !important;
        cursor: pointer;
        appearance: none;
    }

    .vzft-accordion-toggle .vzft-heading-icon {
        width: 19px;
        height: 19px;
        flex-basis: 19px;
    }

    .vzft-accordion-icon {
        position: relative;
        display: block;
        width: 25px;
        height: 25px;
        flex: 0 0 25px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.04);
    }

    .vzft-accordion-icon::before,
    .vzft-accordion-icon::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 9px;
        height: 1.5px;
        content: "";
        border-radius: 5px;
        background: #e95bc8;
        transform: translate(-50%, -50%);
        transition: transform 180ms ease;
    }

    .vzft-accordion-icon::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .vzft-accordion.is-open .vzft-accordion-icon::after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .vzft-accordion-content {
        display: grid;
        grid-template-rows: 1fr;
        opacity: 1;
        transition:
            grid-template-rows 220ms ease,
            opacity 180ms ease;
    }

    .vzft-footer.vzft-js .vzft-accordion-content {
        grid-template-rows: 0fr;
        opacity: 0;
    }

    .vzft-footer.vzft-js .vzft-accordion.is-open .vzft-accordion-content {
        grid-template-rows: 1fr;
        opacity: 1;
    }

    .vzft-accordion-inner {
        min-height: 0;
        overflow: hidden;
    }

    .vzft-link-list {
        gap: 0;
        padding: 0 3px 15px;
    }

    .vzft-link-list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    }

    .vzft-link-list li:last-child {
        border-bottom: 0;
    }

    .vzft-link-list a {
        width: 100%;
        min-height: 44px;
        gap: 10px;
        font-size: 13px !important;
    }

    .vzft-link-icon {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
    }

    .vzft-contact-list {
        gap: 8px;
        max-width: none;
        padding-bottom: 15px;
    }

    .vzft-contact-link,
    .vzft-contact-item {
        min-height: 58px;
        padding: 8px;
    }

    .vzft-contact-copy small {
        font-size: 8.5px !important;
    }

    .vzft-contact-copy strong {
        font-size: 12.5px !important;
    }

    .vzft-bottom-inner {
        min-height: 83px;
        gap: 7px;
        padding: 14px 0;
    }

    .vzft-legal-links a {
        font-size: 10.5px !important;
    }

    .vzft-copyright {
        font-size: 10.5px !important;
    }
}

@media (max-width: 380px) {
    .vzft-container,
    .vzft-bottom-inner {
        width: calc(100% - 20px);
    }

    .vzft-brand-description {
        font-size: 12px !important;
    }

    .vzft-accordion-toggle {
        min-height: 54px;
    }

    .vzft-link-list a {
        min-height: 42px;
        font-size: 12.5px !important;
    }
}

@supports (width: 100dvw) {
    .vzft-footer {
        width: 100dvw;
        margin-left: -50dvw;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vzft-footer *,
    .vzft-footer *::before,
    .vzft-footer *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */