@layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            }
            .pandal-shadow {
                box-shadow: 0 10px 25px -5px rgba(184, 29, 36, 0.2);
            }
            .nav-hover {
                @apply transition-all duration-300 hover:bg-primary hover:text-white rounded-md;
            }
        }
