.elementor-42 .elementor-element.elementor-element-dbff220{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-42 .elementor-element.elementor-element-dbff220:not(.elementor-motion-effects-element-type-background), .elementor-42 .elementor-element.elementor-element-dbff220 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-42 .elementor-element.elementor-element-dbff220{--justify-content:center;--padding-top:3em;--padding-bottom:3em;--padding-left:1em;--padding-right:1em;}}@media(min-width:768px){.elementor-42 .elementor-element.elementor-element-dbff220{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-16f05e6 *//* ========================================
   NeoVolta Footer — Standalone Styles
   ======================================== */

/* Reset & base (self-contained so the footer renders without a parent page) */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/* Footer Section */
.nv-footer-section {
    padding: 72px 0 28px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nv-footer-section.dark {
    background: #0f0f0f;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Force white text for all dark-mode children */
.nv-footer-section.dark,
.nv-footer-section.dark h3,
.nv-footer-section.dark p,
.nv-footer-section.dark span,
.nv-footer-section.dark a,
.nv-footer-section.dark li {
    color: #fff;
}

.nv-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.nv-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: 42px;
    align-items: start;
}

.nv-footer-brand {
    max-width: 410px;
}

.nv-footer-logo {
    width: 100%;
    max-width: 330px;
    height: auto;
    margin-top: 35px;
    margin-bottom: 18px;
    display: block;
}

.nv-footer-description {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.65;
    opacity: 0.85;
    margin-bottom: 22px;
}

/* Social links */
.nv-social-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nv-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    text-decoration: none;
    opacity: 0.78;
    transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.nv-social-links a svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.nv-social-links a:hover {
    color: #3fd74e !important;
    opacity: 1;
    transform: translateY(-1px);
}

/* Column headings */
.nv-footer-heading {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

/* Subheadings — bright enough for dark backgrounds */
.nv-footer-subheading {
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    color: #3fd74e !important;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em !important;
    margin-top: 4px;
    opacity: 0.7;
}

/* Link lists */
.nv-footer-links {
    list-style: none;
    display: grid;
    gap: 2px;
    line-height: 1.2em !important;
    font-weight: 500;
}

.nv-footer-links a {
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.nv-footer-links a:hover {
    color: #3fd74e !important;
    opacity: 1;
}

/* Bottom bar */
.nv-footer-bottom {
    margin-top: 34px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid;
    font-size: 0.86rem;
    opacity: 0.72;
}

.nv-footer-section.light .nv-footer-bottom {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.nv-footer-section.dark .nv-footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.15);
}

.nv-footer-bottom-links {
    display: flex;
    gap: 16px;
}

.nv-footer-bottom-links a {
    text-decoration: none;
}

.nv-footer-bottom-links a:hover {
    color: #3fd74e !important;
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 992px) {
    .nv-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 24px;
    }
}

@media (max-width: 768px) {
    .nv-footer-container {
        padding: 0 20px;
    }

    .nv-footer-section {
        padding: 56px 0 24px;
    }

    .nv-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .nv-footer-logo {
        max-width: 250px;
    }

    .nv-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}/* End custom CSS */