/* إزالة الخلفية البيضاء من اللوجو والعناصر المحيطة */
.navbar-brand,
.navbar-brand img,
a.navbar-brand,
.w-full.md\\:w-full.md\\:mx-auto.bg-white,
nav .bg-white,
.top-navbar .bg-white {
    background-color: transparent !important;
    background: none !important;
}

/* استهداف العنصر اللي ظاهر في الكود */
.navbar-brand.lmy-0.w-full.md\\:w-full.md\\:mx-auto.bg-white.flex.justify-center {
    background: transparent !important;
    background-color: transparent !important;
}

/* إزالة الـ bg-white من أي عنصر في الـ navbar */
.top-navbar [class*="bg-white"],
nav [class*="bg-white"] {
    background: transparent !important;
}

/* التأكد من الصورة نفسها */
img[alt*="logo"],
img[alt*="Shabrq"] {
    background: transparent !important;
}
/* إزالة الخلفية البيضاء من كلمة تخفيضات */
.mm-spn span,
.mm-spn--navbar span,
.mm-spn a,
.main-menu .mm-spn--open li a,
nav ul li a span {
    background: transparent !important;
    background-color: transparent !important;
}

/* إزالة أي background من عناصر القائمة */
.main-menu li,
.main-menu li a,
.main-menu span {
    background: none !important;
}

/* استهداف مباشر لعنصر تخفيضات */
nav a[href*="offers"] span,
.offers-link span {
    background: transparent !important;
}