/*
 * Value Construction — footer
 *
 * WEB-A03.8: footer-specific rules moved intact from legacy-v4.css section 24.
 */
/* --- from legacy-v4.css lines 952-997 --- */
/* ----------------------------------------------------------------------
   24. FOOTER
   ---------------------------------------------------------------------- */
.site-footer,
footer,
.mg-footer-copyright,
.footer-wrapper {
    background: var(--vc-navy-950) !important;
    color: rgba(255, 255, 255, 0.72) !important;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
footer h2,
footer h3,
footer h4,
footer h5 {
    color: var(--vc-white) !important;
}

.site-footer a,
footer a,
.mg-footer-copyright a {
    color: rgba(255, 255, 255, 0.78) !important;
}

.site-footer a:hover,
footer a:hover,
.mg-footer-copyright a:hover {
    color: var(--vc-white) !important;
}

.site-footer input[type="email"],
footer input[type="email"] {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    color: var(--vc-white) !important;
}

.site-footer input::placeholder,
footer input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

/* ----------------------------------------------------------------------
   D03. FUTURE GLOBAL FOOTER (WEB-D03)
   Namespace: .vc-footer-v2
   Inert until an Elementor footer root includes this class.
   Do not restyle Footer 56 IDs here. Live Footer 56 keeps the rules above.
   Kit 8 Primary 160px must not win inside this namespace.
   ---------------------------------------------------------------------- */
.vc-footer-v2 {
    --vc-footer-bg: #071521;
    --vc-footer-text: #d8e0e6;
    --vc-footer-muted: #aab6c1;
    --vc-footer-heading: #ffffff;
    background: var(--vc-footer-bg) !important;
    background-image: none !important;
    color: var(--vc-footer-text);
    font-family: var(--vc-font);
    border: 0;
}

.vc-footer-v2::before,
.vc-footer-v2::after {
    content: none !important;
    display: none !important;
}

.vc-footer-v2.elementor-section > .elementor-container,
.vc-footer-v2 > .elementor-container {
    max-width: var(--vc-container-site);
    width: min(100% - (var(--vc-gutter) * 2), var(--vc-container-site));
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.vc-footer-v2__main {
    padding-top: 80px;
    padding-bottom: 48px;
}

.vc-footer-v2__main > .elementor-container {
    width: 100%;
    max-width: var(--vc-container-site);
}

.vc-footer-v2 .vc-footer-v2__brand .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 36rem;
    margin-bottom: 40px;
}

.vc-footer-v2 .vc-footer-v2__mark .elementor-widget-container,
.vc-footer-v2 .vc-footer-v2__mark img {
    display: block;
    width: 46px !important;
    max-width: 46px !important;
    height: auto !important;
    max-height: 48px !important;
}

.vc-footer-v2 .vc-footer-v2__wordmark,
.vc-footer-v2 .vc-footer-v2__wordmark .elementor-heading-title,
.vc-footer-v2 .vc-footer-v2__wordmark .elementor-heading-title a {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--vc-footer-heading) !important;
    font-family: var(--vc-font-heading) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.vc-footer-v2 .vc-footer-v2__tagline,
.vc-footer-v2 .vc-footer-v2__tagline p,
.vc-footer-v2 .vc-footer-v2__tagline .elementor-widget-container {
    margin: 0 !important;
    color: var(--vc-footer-muted) !important;
    font-family: var(--vc-font) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    max-width: 36rem;
}

.vc-footer-v2__inner {
    display: block !important;
    width: 100%;
}

.vc-footer-v2__inner > .elementor-container,
.vc-footer-v2__inner .elementor-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 40px;
    align-items: start;
    width: 100%;
    max-width: var(--vc-container-site);
}

.vc-footer-v2__inner .elementor-column {
    width: auto !important;
    max-width: none !important;
}

.vc-footer-v2 .vc-footer-v2__heading,
.vc-footer-v2 .vc-footer-v2__heading .elementor-heading-title {
    margin: 0 0 14px !important;
    color: var(--vc-footer-heading) !important;
    font-family: var(--vc-font-heading) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
}

.vc-footer-v2 .vc-footer-v2__links .elementor-menu-toggle {
    display: none !important;
}

.vc-footer-v2 .vc-footer-v2__links .elementor-nav-menu,
.vc-footer-v2 .vc-footer-v2__links .elementor-nav-menu--main,
.vc-footer-v2 .vc-footer-v2__links .elementor-nav-menu--dropdown,
.vc-footer-v2 .vc-footer-v2__links nav {
    display: block !important;
    position: static !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
}

.vc-footer-v2 .vc-footer-v2__links .elementor-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vc-footer-v2 .vc-footer-v2__links .elementor-nav-menu li {
    margin: 0;
}

.vc-footer-v2 .vc-footer-v2__links .elementor-nav-menu--main .elementor-item,
.vc-footer-v2 .vc-footer-v2__links a {
    display: inline-block;
    padding: 6px 0 !important;
    color: var(--vc-footer-text) !important;
    font-family: var(--vc-font) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-decoration: none;
    background: transparent !important;
}

.vc-footer-v2 .vc-footer-v2__links a:hover,
.vc-footer-v2 .vc-footer-v2__links a:focus-visible {
    color: var(--vc-footer-heading) !important;
    box-shadow: inset 0 -1px 0 var(--vc-gold);
}

.vc-footer-v2 .vc-footer-v2__portal .elementor-button,
.vc-footer-v2 .vc-footer-v2__portal a.elementor-button {
    display: inline-flex !important;
    align-items: center;
    min-height: 44px;
    padding: 0 16px !important;
    color: var(--vc-footer-heading) !important;
    background: transparent !important;
    border: 1px solid rgba(216, 224, 230, 0.45) !important;
    border-radius: 4px !important;
    font-family: var(--vc-font) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.vc-footer-v2 .vc-footer-v2__portal .elementor-button:hover,
.vc-footer-v2 .vc-footer-v2__portal .elementor-button:focus-visible {
    background: #ddf3e6 !important;
    border-color: #a9d8bf !important;
    color: #0b1f33 !important;
}

.vc-footer-v2__bottom {
    padding-top: 24px;
    padding-bottom: 28px;
    border-top: 1px solid rgba(216, 224, 230, 0.14);
}

.vc-footer-v2__bottom > .elementor-container {
    width: 100%;
    max-width: var(--vc-container-site);
}

.vc-footer-v2 .vc-footer-v2__bottom,
.vc-footer-v2 .vc-footer-v2__bottom p,
.vc-footer-v2 .vc-footer-v2__bottom .elementor-widget-container {
    color: var(--vc-footer-muted) !important;
    font-family: var(--vc-font) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

@media (max-width: 1024px) {
    .vc-footer-v2__main {
        padding-top: 56px;
        padding-bottom: 36px;
    }

    .vc-footer-v2__inner > .elementor-container,
    .vc-footer-v2__inner .elementor-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 32px;
    }
}

@media (max-width: 767px) {
    .vc-footer-v2__main {
        padding-top: 48px;
        padding-bottom: 28px;
    }

    .vc-footer-v2__inner > .elementor-container,
    .vc-footer-v2__inner .elementor-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vc-footer-v2 .vc-footer-v2__brand .elementor-widget-wrap {
        margin-bottom: 28px;
    }
}
