html { scroll-behavior: smooth; }
        /* Custom Gold Color & Font */
        .text-gold { color: #B8860B; }
        .bg-gold { background-color: #B8860B; }
        .border-gold { border-color: #B8860B; }
        .hover\:bg-gold-dark:hover { background-color: #A57709; }
        
        /* Professional Font Stack */
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        .font-elegant { font-family: 'Playfair Display', serif; }

        /* Placeholder for a smooth transition effect */
        .transition-colors { transition: all 0.3s ease-in-out; }

        /* Elegant Arabic Calligraphy Accent */
        .calligraphy-accent {
            font-size: 2rem; 
            font-family: 'Amiri', serif; /* Elegant Arabic Font */
            line-height: 1;
        }

        /* Hero Image Setup */
        .hero-bg {
             /* Placeholder image - replace with a high-quality Makkah/Madinah image */
            background-image: url('https://images.unsplash.com/photo-1628173491950-f38f7316719b?auto=format&fit=crop&w=1920&h=1080&q=80');
            background-size: cover;
            background-position: center;
        }