/* Footer styles */
.social-icons a {
    transition: all 0.2s ease;
    text-decoration: none;
}

.social-icons a:hover {
    transform: translateY(-3px);
    opacity: 0.8;
    text-decoration: none;
}

/* Ensure social icons inherit the right color in both light and dark modes */
[data-bs-theme="light"] .social-icons a {
    color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .social-icons a {
    color: var(--bs-body-color) !important;
}
