/* ============================================
   Miwnix Tech — Footer & Social Icons
   ============================================ */

footer {
    background: black;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.social-icons {
    margin: 20px 0;
}

.social-icons a {
    color: var(--text-muted);
    font-size: 1.5rem;
    margin: 0 15px;
    transition: var(--transition);
}

.social-icons a:hover {
    color: var(--primary);
    transform: scale(1.2);
}