    /* Footer */
.main-footer {
    font-family: 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--white);
    color: black;
    padding-top: 6rem;
    padding-bottom: 2rem;
    font-weight: bold;
}

.logo-footer {
    width: 300px;
    height: 150px;
}

.footer-info h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.footer-contact p {
    font-size: 18px;
    line-height: 20pt;
    margin-bottom: 1.5rem;
}

.footer-legal h4 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-decoration: underline;
    cursor: pointer;
}

.footer-legal p {
    font-size: 0.9rem;
}

.footer-social {
    margin-top: 1rem;
}

.footer-social .social-link {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: black;
    color: var(--white);
    text-align: center;
    line-height: 35pt;
    margin-right: 0.5rem;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.footer-social .social-link:hover {
    background-color: var(--primary-color);
}

.africa-map-placeholder {
    text-align: center;
    position: relative;
    top: 30px;
    z-index: 12;
}

.africa-map-placeholder img {
    max-width: 100%;
}

.footer-info {
    margin-left: 130px;
}

@media(max-width: 992px) {
    .footer-info {
        margin-left: 50px;
    }
}

@media(max-width: 576px) {
    .footer-info {
        margin-left: 0;
    }
}

.footer-links a {
    color: #808080;
    font-weight: 600;
    font-size: 18px;
    line-height: 20pt;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-links a:active {
    color: #808080;
}

.footer-partners {
    position: relative;
    top: -80px;
    font-family: 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif;
    background-color: transparent;
    color: black;
    padding-bottom: 2rem;
    font-weight: bold;
    z-index: 11
}

@media (max-width: 1400px) {
    .footer-partners {
        position: relative;
        top: -60px;
    }
}

@media (max-width: 768px) {
    .footer-partners {
        position: relative;
        top: 0;
        font-family: 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif;
        background-color: transparent;
        color: black;
        padding-bottom: 2rem;
        font-weight: bold;
    }

    .footer-logo {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-logo .logo {
        margin: 0 auto 1rem;
    }
}


.logo-partner img {
    width: 120px;
    height: 60px;
    object-fit: contain;
}

#footer-separator {
    position: relative; 
    top: -40px;
}

@media (max-width: 1400px) {
    #footer-separator {
        position: relative; 
        top: -30px;
    }
}