.site-footer {
    background-color: #ffffff;
}

.footer-brand img {
    width: 71px;
    margin-bottom: 1.5rem;
}

.footer-desc {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 1rem;
    max-width: 261px;
}

.footer-social {
    display: flex;
    gap: 1.5rem;
}

.footer-social a {
    color: var(--main);
    font-size: 1.5rem;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--main);
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.9rem;
    font-size: 1.125rem;
}

.footer-links a {
    color: var(--text);
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--main);
}

.footer-contact li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    color: var(--text);
}
.footer-contact li a {
    color: var(--text);
    text-decoration: none;
}
.footer-contact i {
    color: var(--main);
    font-size: 1rem;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid #eee;
    margin-top: 3rem;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: var(--text);
}

.en {
    font-family: sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }

    .text-end {
        text-align: center !important;
    }
}
