.flink {
            @apply inline-block px-4 py-2 bg-gray-100 text-gray-800 rounded-lg hover:bg-primary hover:text-white transition duration-300;
        }
        .hover-lift {
            @apply transition-transform duration-300 hover:-translate-y-2;
        }
        .section-padding {
            @apply py-16 px-6 md:px-12 lg:px-24;
        }
