/* ===== MetaDigital369 | Malak Theme Bottom Fade (Stronger) ===== */

.hero-blend {
  position: relative;
  overflow: hidden;
  background-color: #0f0f14;
}

/* Stronger bottom fade overlay */
.hero-blend::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%; /* زيادة الدمج */
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(
    to bottom,
    rgba(15, 15, 20, 0) 0%,
    rgba(15, 15, 20, 0.75) 45%,
    rgba(15, 15, 20, 0.95) 75%,
    rgba(15, 15, 20, 1) 100%
  );
}

/* Keep banner content behind the fade */
.hero-blend img,
.hero-blend picture,
.hero-blend video,
.hero-blend .swiper,
.hero-blend .swiper-wrapper,
.hero-blend .swiper-slide {
  position: relative;
  z-index: 1;
}


/* ===== MALAK THEME | FORCE SHOW TEXT ON CATEGORY BANNERS ===== */

/* استهداف عنصر قائمة العناصر */
.salla-theme-malak .list-items .item-overlay,
.salla-theme-malak .list-items .overlay,
.salla-theme-malak .list-items .overlay-content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* إلغاء سلوك hover الافتراضي */
.salla-theme-malak .list-items .item:hover .item-overlay,
.salla-theme-malak .list-items .item:hover .overlay,
.salla-theme-malak .list-items .item:hover .overlay-content {
  opacity: 1 !important;
}

/* خلفية متدرجة للنص (للقراءة) */
.salla-theme-malak .list-items .overlay-content {
  background: linear-gradient(
    to top,
    rgba(15,15,20,0.85),
    rgba(15,15,20,0.4),
    rgba(15,15,20,0)
  ) !important;
}