/* Footer Section */
.footer-section {
    background: var(--bg-dark);
    color: white;
    padding: 50px 0 30px;
}

.footer-section .text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer-section a:hover {
    color: white;
}

/* Footer social icons - bigger and with proper colors */
.footer-section .social-links a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem;
    margin: 0 10px;
    color: white !important;
}

.footer-section .social-links a * {
    color: white !important;
}

.footer-section .social-links a:hover {
    transform: translateY(-5px);
    color: var(--bg-dark) !important;
}

.footer-section .social-links a:hover * {
    color: var(--bg-dark) !important;
}