.elementor-41 .elementor-element.elementor-element-77f6f9c{--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;}/* Start custom CSS for html, class: .elementor-element-6ace8a8 *//* ================= FOOTER ================= */

footer {
    background: #0f2d1f;
    color: #ffffff;
    padding: 60px 20px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

/* SECTIONS */
.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 14px;
    color: #22c55e;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
}

/* LINKS */
.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

/* FOOTER BOTTOM */
.footer-bottom {
    margin-top: 50px;
    padding: 18px 0;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* RESPONSIVE */
@media (max-width: 600px) {
    footer {
        padding: 40px 15px 0;
    }

    .footer-content {
        gap: 24px;
    }
}/* End custom CSS */