/* FOOTER */
.contact-footer {
    width: 100%;
    padding: 2rem;
    text-align: center;
    color: #fff;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.social-icons a {
    color: #fff;
    font-size: 1.5rem;
    opacity: 0.8;
}

.social-icons a:hover {
    transform: translateY(-3px);
    opacity: 1;
}
