        .flink {
            @apply inline-block px-4 py-2 bg-gray-100 hover:bg-blue-500 hover:text-white rounded-lg transition duration-300;
        }
        .hero-bg {
            background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80');
        }
        .section-padding {
            @apply py-12 px-4 md:py-16 md:px-8;
        }
        .card-hover {
            @apply transition-transform duration-300 hover:-translate-y-2;
        }
