footer {
    background: #fff;
    padding: 48px 0 16px;
    border-top: 1px solid var(--border-color);
}

.footer .footer-logo img {
    height: 50px;
    margin-bottom: 1rem;
}

.footer h5 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-links,
.contact-info {
    list-style: none;
    padding: 0;
}

.footer-links a {
    text-decoration: none;
    color: var(--text-muted);
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-muted);
    font-size: 0.9rem;
}


.contact-info li {
    display: flex;
    gap: 0.5rem;
    color: var(--text-muted);
}

.contact-info i {
    color: var(--primary-color);
    width: 18px;
}

.social-icons {
    display: flex;
    gap: 0.85rem;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--bg-light);
    color: var(--text-dark);
}