/* =========================
   WHATSAPP ICON – SHARP SVG
========================= */

/* استهداف لينك واتساب */
footer a[href*="wa.me"] {
  background: none !important;
  width: 40px !important;
  height: 40px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
}

/* إخفاء SVG X */
footer a[href*="wa.me"] svg {
  display: none !important;
}

/* أيقونة واتساب SVG أبيض واضح */
footer a[href*="wa.me"]::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  /* WhatsApp mono SVG */
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'>\
<path fill='white' d='M380.9 97.1C339 55.1 283.2 32 224.8 32c-121.1 0-219.6 98.5-219.6 219.6 0 38.7 10.1 76.5 29.4 109.7L0 480l123.6-32.4c32.4 17.7 69 27 101.2 27h.1c121.1 0 219.6-98.5 219.6-219.6 0-58.4-23.1-114.2-65-156.9zM224.9 438.7c-32.9 0-65.2-8.9-93.4-25.7l-6.7-4-73.3 19.2 19.6-71.4-4.4-7.1c-18.5-29.4-28.3-63.4-28.3-98.2 0-101.7 82.7-184.4 184.5-184.4 49.3 0 95.6 19.2 130.4 54 34.8 34.8 54 81.1 54 130.4 0 101.7-82.7 184.4-184.4 184.4zm101.7-138.4c-5.6-2.8-33.1-16.3-38.2-18.2-5.1-1.9-8.8-2.8-12.6 2.8-3.7 5.6-14.5 18.2-17.8 22-3.3 3.7-6.6 4.2-12.2 1.4-33.1-16.6-54.8-29.6-76.6-67.2-5.8-10.1 5.8-9.4 16.6-31.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.6-30.3-17.3-41.5-4.6-11.1-9.3-9.6-12.6-9.8-3.3-.2-7-.2-10.8-.2s-9.7 1.4-14.8 6.9c-5.1 5.6-19.4 18.9-19.4 46.1s19.9 53.5 22.7 57.2c2.8 3.7 39.1 59.8 94.8 83.8 13.2 5.7 23.5 9.1 31.6 11.6 13.3 4.2 25.4 3.6 35 2.2 10.7-1.6 33.1-13.5 37.8-26.6 4.6-13.1 4.6-24.4 3.3-26.6-1.3-2.1-5-3.4-10.6-6.2z'/>\
</svg>");
}

/* Hover */
footer a[href*="wa.me"]:hover {
  opacity: 0.8;
}