
        body {
            font-family: 'Heebo', sans-serif;
        }
        .hero-gradient {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1562399569-321035a23119?w=1920&h=1080&fit=crop&q=80');
            background-size: cover;
            background-position: center;
        }
        .rtl-form label {
            text-align: right;
        }
        .rtl-form input, .rtl-form textarea, .rtl-form select {
            text-align: right;
        }
    

