@layer utilities {
            .text-shadow {
                text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            }
            .mandir-watermark {
                position: relative;
            }
            .mandir-watermark::after {
                content: "Mystic Mandir VR";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) rotate(-15deg);
                font-size: 2.5rem;
                color: rgba(255, 255, 255, 0.12);
                z-index: 10;
                pointer-events: none;
                font-weight: bold;
            }
            .nav-mobile {
                transition: all 0.3s ease-in-out;
            }
            .btn-glow {
                transition: all 0.3s ease;
            }
            .btn-glow:hover {
                box-shadow: 0 0 15px rgba(212, 175, 55, 0.7);
            }
            .temple-arch {
                clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            }
        }
