.elementor-169 .elementor-element.elementor-element-a0e90fb{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right: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-d9bd778 *//* =============================================
   LINDO F FOOTER – Elementor / WordPress
   ============================================= */
.lindof-footer {
    background-color: #f8f8f8;
    padding: 40px 20px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333;
}

.footer-newsletter {
    text-align: center;
    margin-bottom: 30px;
}

.newsletter-label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.custom-groundhogg-form {
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom-groundhogg-form form {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.custom-groundhogg-form input[type="text"],
.custom-groundhogg-form input[type="email"] {
    width: 200px;
    height: 42px;
    padding: 0 12px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
}

.custom-groundhogg-form input::placeholder {
    color: #666666;
}

.custom-groundhogg-form button {
    width: 200px;
    height: 42px;
    background-color: #003366;
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-groundhogg-form button:hover {
    background-color: #000000;
}

/* Footer Grid */
.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 30px;
}

.footer-col {
    flex: 1;
    min-width: 180px;
    max-width: 220px;
}

.footer-col h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #003366;
    text-transform: uppercase;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #003366;
}

.footer-col ul li strong {
    font-weight: 600;
}

/* Social Icons */
.social-col .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-col .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #003366;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-col .social-icons a:hover {
    background-color: #000;
    color: #fff;
}

/* Copyright */
.footer-copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 13px;
    color: #666;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-grid {
        justify-content: flex-start;
    }
    .footer-col {
        min-width: 140px;
    }
}

@media (max-width: 768px) {
    .custom-groundhogg-form form {
        flex-direction: column;
    }
    .custom-groundhogg-form input,
    .custom-groundhogg-form button {
        width: 100%;
        max-width: 300px;
    }
    .footer-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-col {
        max-width: 100%;
    }
    .social-col .social-icons {
        justify-content: center;
    }
}/* End custom CSS */