/* تغيير عنوان السلايدر للون الأبيض مع ظل احترافي */
.BANNER-GIF .advanced-slider__caption__inner__content__heading {
    color: #ffffff !important; /* لون أبيض نقي */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7) !important; /* ظل أسود ناعم لبروز النص */
    font-weight: 700 !important;
    letter-spacing: 1.5px; /* تباعد بسيط بين الحروف ليعطي طابع الماركات العالمية */
}

/* إذا أردت أيضاً جعل نص "تسوق الآن" أو الوصف متناسقاً */
.BANNER-GIF .advanced-slider__caption__inner__content__text {
    color: #f8f9fa !important; /* أوف وايت للوصف */
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5) !important;
}


}
/* الحاوية - جعلها مرجع للنص */
.adwaa-category-card {
    position: relative !important;
}

/* النص - رفعه فوق الدائرة */
.adwaa-category-card h3, 
.adwaa-category-card span, 
.adwaa-category-card .category-title {
    position: absolute !important;
    top: 50% !important; /* النص في المنتصف */
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* موازنة النص */
    color: #ffffff !important; /* ذهبي أضواء */
    font-size: 16px !important; /* حجم مناسب للجوال والكمبيوتر */
    font-weight: bold !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    white-space: nowrap !important;
}

/* الصورة - ضمان ظهورها وتغميقها قليلاً */
.adwaa-category-card img {
    display: block !important;
    filter: brightness(0.7) !important; /* تغميق عشان يبان النص الذهبي */
    margin: 0 auto !important; /* توسيط الصورة في سلة */
}

/* إخفاء المساحة الفارغة التي كان النص يشغلها تحت الصورة */
.adwaa-category-card a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}


}