/* Footer */
footer {
    background-color: #101010;
    padding: 40px 5%;
    text-align: center;
    color: #999;
    font-size: 0.9rem;
}

.footer-contact p {
    margin: 4px 0;
}

.social-icons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
}