/* إخفاء الخط الملون فوق الإحصائيات */

/* إخفاء أي خط ملون أو gradient في قسم الإحصائيات */
.clients-stats::before,
.clients-stats::after,
.stats::before,
.stats::after,
.stats-section::before,
.stats-section::after {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
}

/* إخفاء أي عنصر بخلفية gradient ملونة فوق الإحصائيات */
.clients-stats > *:first-child[style*="gradient"],
.stats > *:first-child[style*="gradient"],
.stats-section > *:first-child[style*="gradient"] {
    display: none !important;
}

/* إخفاء أي div بخلفية ملونة */
.clients-stats > div[style*="background"],
.stats > div[style*="background"],
.stats-section > div[style*="background"] {
    display: none !important;
}

/* ===== إزالة الخطوط الملونة تحت العناوين ===== */

/* إزالة الخط الملون تحت عنوان الخدمات */
.services-section-new .section-title::after,
.services-section .section-title::after,
section#services .section-title::after,
.services-grid-new + .section-title::after,
.services-grid + .section-title::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    border: none !important;
    position: absolute !important;
    bottom: -9999px !important;
    left: -9999px !important;
    transform: none !important;
}

/* إزالة الخط الملون تحت عنوان كيف نعمل معك */
#process .section-title::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    border: none !important;
    position: absolute !important;
    bottom: -9999px !important;
    left: -9999px !important;
    transform: none !important;
}

section#process .section-title::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    border: none !important;
    position: absolute !important;
    bottom: -9999px !important;
    left: -9999px !important;
    transform: none !important;
}

/* إزالة أي خطوط ملونة أخرى تحت العناوين */
.section-title::after {
    display: none !important;
    content: none !important;
}

/* إزالة الخطوط الملونة من جميع الأقسام */
.hero-title::after,
.page-title::after,
.main-title::after,
.section-header .title::after,
.section-header h2::after {
    display: none !important;
    content: none !important;
}
