/* Footer Styling - Swisscom Style */
.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fff !important;
}

.social-icons a {
    transition: transform 0.2s ease, color 0.2s ease;
}

.social-icons a:hover {
    transform: translateY(-3px);
    color: var(--bs-primary) !important;
}