/* إزالة أي خلفية سوداء أو تظليل مخصص خلف نص العنوان الرئيسي */
.main-homepage-slider h1, 
.hero-slider .slide-title, 
.custom-hero-section h1,
[class*="slider"] h1, 
[class*="hero"] h1,
.slide-content h1 {
    background: transparent !important;
    background-color: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
}

/* إزالة التظليل إذا كان عبارة عن طبقة شبه شفافة (Span/Div) مبرمجة خلف النص */
.main-homepage-slider h1 *, 
.hero-slider .slide-title *, 
.custom-hero-section h1 * {
    background: transparent !important;
    background-color: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
}