.elementor-40 .elementor-element.elementor-element-aa2a254{--display:flex;}.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-123eb44 *//* --- Footer Styles --- */
.main-footer {
    background: #050505;
    padding: 80px 0 30px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    color: var(--gray);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-logo {
    height: 40px;
    margin-bottom: 20px;
}

.footer-brand p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    color: var(--white);
    background: #111;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

.social-links a:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.footer-links h5, .footer-newsletter h5 {
    color: var(--white);
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    color: var(--gray);
    font-size: 0.9rem;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--primary);
}

/* Newsletter Form */
.footer-form {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-form input {
    background: #111;
    border: 1px solid #222;
    padding: 10px;
    border-radius: 5px;
    color: white;
    flex: 1;
}

.footer-form button {
    background: var(--primary);
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 40px;
    text-align: center;
}

.disclosure {
    max-width: 800px;
    margin: 0 auto 30px auto;
    font-size: 0.75rem;
    line-height: 1.5;
    opacity: 0.5;
}

.legal-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
}

.legal-links {
    display: flex;
    gap: 20px;
    list-style: none;
}

.legal-links a {
    color: var(--gray);
    text-decoration: none;
}

/* Mobile Adjustments */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-brand, .footer-newsletter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .legal-bar {
        flex-direction: column;
        gap: 20px;
    }
}/* End custom CSS */