@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

#footer.ec-footer,
.ec-footer {
    font-family: 'Space Grotesk', sans-serif !important;
    background: #0C8C60 !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
}
.ec-footer::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 60%; height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(14,159,110,0.06) 0%, transparent 50%);
    pointer-events: none;
}
.ec-footer * { box-sizing: border-box; }
.ec-footer a { color: rgba(255,255,255,0.85) !important; text-decoration: none !important; transition: all 0.2s ease !important; }
.ec-footer a:hover { color: #fff !important; }
.ec-footer-scene { display: block; width: 100%; pointer-events: none; background: transparent; margin-bottom: -1px; }
.ec-footer-scene svg { display: block; width: 100%; height: auto; }
.ec-footer-wrap { max-width: 1300px; margin: 0 auto; padding: 80px 32px 60px; position: relative; z-index: 1; }
.ec-footer-phone-link {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 1.6rem !important; font-weight: 700 !important; color: #fff !important; margin-bottom: 16px;
}
.ec-footer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 32px; }
.ec-footer-col h6 {
    font-size: 13px !important; font-weight: 700 !important; text-transform: uppercase !important;
    letter-spacing: 0.12em !important; color: rgba(255,255,255,0.6) !important; margin: 0 0 20px 0 !important;
}
.ec-footer-col ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.ec-footer-col li { margin-bottom: 14px !important; }
.ec-footer-col li a { font-size: 17px !important; font-weight: 500 !important; color: rgba(255,255,255,0.9) !important; }
.ec-footer-col li a:hover { color: #0E9F6E !important; }
.ec-footer-contact-info { font-size: 15px !important; color: rgba(255,255,255,0.7) !important; line-height: 1.8 !important; margin: 0 0 20px 0 !important; }
.ec-footer-social { display: flex; gap: 12px; }
.ec-footer-social a {
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px;
    background: rgba(255,255,255,0.08) !important; border-radius: 50% !important; color: rgba(255,255,255,0.6) !important;
}
.ec-footer-social a:hover { background: rgba(14,159,110,0.15) !important; color: #0E9F6E !important; transform: scale(1.1); }
.ec-footer-social svg { width: 22px; height: 22px; }
.ec-footer-scene svg, .ec-footer-scene * { box-sizing: content-box; }
.ec-footer-bottom {
    margin-top: 64px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.15);
    display: flex; flex-direction: column; gap: 16px; text-align: center;
    font-size: 14px !important; color: rgba(255,255,255,0.6) !important;
}
.ec-footer-bottom p { margin: 0 !important; color:rgba(255,255,255,0.6)!important;}
.ec-footer-bottom-links { display: flex; justify-content: center; gap: 32px; }
.ec-footer-bottom-links a { color: rgba(255,255,255,0.6) !important; }
.ec-footer-bottom-links a:hover { color: #fff !important; }
@media (min-width: 640px) { .ec-footer-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .ec-footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; } }
@media (min-width: 1024px) { .ec-footer-wrap { padding: 100px 48px 72px; } .ec-footer-grid { grid-template-columns: repeat(4, 1fr); } }
