.footer-link {
            color: #f8f9fa;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-link:hover {
            color: #0d6efd;
        }

        .social-icon {
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 50%;
            text-align: center;
            color: #fff;
            display: inline-block;
            margin: 0 8px;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            transform: translateY(-3px);
            color: #fff;
        }

        .link-black {
            color: black;
        }