.elementor-160 .elementor-element.elementor-element-02baceb{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-160 .elementor-element.elementor-element-02baceb.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-160 .elementor-element.elementor-element-02baceb{--width:92.89%;}}/* Start custom CSS for html, class: .elementor-element-d978d59 *//* Footer Styles */
.footer {
    background: #0a0e1a;
    color: #ffffff;
    padding: 6rem 0 3rem;
}

/* RESET DEFAULT LIST STYLES (CRITICAL FIX) */
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.3fr 1.3fr;
    gap: 4rem;
    margin-bottom: 4rem;
    align-items: start;
}

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-brand {
    max-width: 360px;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.footer-tagline {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-links a {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    transition: color 0.15s ease;
}

.footer-links a:hover {
    color: #5bbf04;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-contact li {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

/* Bottom Section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
    font-size: 0.875rem;
    color: #64748b;
}

.footer-legal {
    display: flex;
    gap: 2rem;
}

.footer-legal a {
    font-size: 0.875rem;
    color: #64748b;
    transition: color 0.15s ease;
}

.footer-legal a:hover {
    color: #5bbf04;
}

/* Social Icons */
.footer-social {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(45, 212, 191, 0.15);
    border-color: rgba(45, 212, 191, 0.3);
    color: #5bbf04;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}/* End custom CSS */