@layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            }
            .nav-active {
                @apply border-b-2 border-primary;
            }
            .pattern-card {
                @apply bg-white rounded-xl shadow-md overflow-hidden transition-transform duration-300 hover:scale-[1.02];
            }
        }
