/* ===============================
   TRUE BLACK GLASS HEADER (FIXED)
================================ */

.bg-white.sticky {
  position: sticky;
  top: 0;
  z-index: 999;

  /* أسود تقيل بس يسمح بالانعكاس */
  background: rgba(0, 0, 0, 0.92) !important;

  /* الجلاس الحقيقي */
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);

  border-bottom: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.85),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

/* شيل أي خلفيات */
.default_header,
.default_header_container {
  background: transparent !important;
}


/* خلي المحتوى فوق */
.bg-white.sticky > * {
  position: relative;
  z-index: 1;
}

/* النصوص */
.default_header,
.default_header a,
.default_header svg {
  color: #ffffff !important;
}


.default_header .logo img,
.default_header .site-logo png {
  height: 76px !important;   /* ده حجم فخم */
  width: auto !important;
}
