/**
 * footer.css
 * Styles for footer.html - Footer hover effects
 * Extracted from inline <style> block
 */

.hover-primary:hover {
    color: #0d6efd !important;
    transition: color 0.2s ease;
}

.footer a:hover i {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}
