.flink {
            transition: all 0.3s ease;
            color: #1e40af;
            text-decoration: none;
            border-bottom: 1px solid transparent;
        }
        .flink:hover {
            color: #3b82f6;
            border-bottom-color: #3b82f6;
        }
        .hover-lift:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .section-padding {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        @media (max-width: 768px) {
            .section-padding {
                padding-top: 3rem;
                padding-bottom: 3rem;
            }
        }
