/* Queeny Care - تسوقي حسب احتياجك */

/* إلغاء الطبقة السوداء التي يضيفها سيليا */
.special-cats-with-bg__overlay {
    display: none !important;
}

/* إلغاء اللون الرمادي الاحتياطي خلف الصورة */
.special-cats-with-bg__backdrop--mobile .bg-gray-800 {
    background-color: transparent !important;
}

/* لون عنوان القسم */
.special-cats-with-bg__title {
    color: #171717 !important;
    text-shadow: none !important;
}