.footer {
    background-color: #ffffff;
    position: relative;
    padding-top: 0;
}

.footer-wave-container {
    width: 100%;
    line-height: 0;
    background-color: #f5fff6;
}

.footer-wave-container svg {
    display: block;
    height: 150px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.logo {
    width: 180px;
    margin-bottom: 15px;
}

.footer-column h3.title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.footer-link-divider {
    width: 35px;
    height: 2px;
    background-color: #39b54a;
    margin-bottom: 20px;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-icon {
    width: 28px;
    height: 28px;
}

.contact-list a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons img {
    width: 35px;
    height: 35px;
}

.footer-illustration img {
    max-width: 160px;
    opacity: 0.7;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 5px 0;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.85rem;
    color: #666;
}

.cl {
    color: #3973b7;
    font-weight: bold;
}
.tech {
    color: #b11f3e;
    font-weight: bold;
}

@media (max-width: 992px) {
    .footer-container {
        flex-direction: column;
        gap: 40px;
        padding-left: 20px;
    }
    .footer-illustration {
        display: none;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
