/* FOOTER */
footer {
    background: var(--color-dark);
    color: var(--color-text-muted);
    padding: 60px 0 30px;
}
.footer-brand {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.footer-desc {
    font-size: .88rem;
    max-width: 260px;
    margin-bottom: 1.5rem;
}
.footer-title {
    color: var(--color-white);
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .5px;
    margin-bottom: 1rem;
}
.footer-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-ul li {
    margin-bottom: .55rem;
    font-size: .88rem;
}
footer ul li a {
    color: var(--color-text-muted);
    text-decoration: none;
}
footer ul li a:hover {
    color: var(--color-white);
}
.footer-divider {
    border-color: var(--color-text-muted);
    margin: 2rem 0 1.5rem;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: .82rem;
}
.social-icons a {
    color: var(--color-text-muted);
    font-size: 1.2rem;
    margin-left: 14px;
    text-decoration: none;
}
.social-icons a:hover {
    color: var(--color-white);
}
