/* ===== خلفية + طبقة بيضاء شفافة ===== */

body {
  background: url('https://wallpapers.com/images/hd/red-and-white-background-nl25lfrfhe12dibt.jpg') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

/* طبقة بيضاء شفافة */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;

  background: rgba(255, 255, 255, 0.70); /* 70% أبيض */
}
img[src*="icon"],
img[alt*="icon"],
img[class*="icon"] {
  filter: brightness(0) saturate(100%) invert(14%) sepia(11%) saturate(1215%) hue-rotate(182deg) brightness(95%) contrast(88%);
}
img {
  filter: brightness(0.85) contrast(1.15) saturate(0.95);
}