a[href*="wa.me"]::before,
a[href*="whatsapp"]::before {
  content: "متصل الآن";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  color: #25d366;
  font-size: 14px;
  font-weight: 900 !important;
  font-family: Arial, Tahoma, sans-serif !important;
  -webkit-text-stroke: 0.2px #25d366;
  text-shadow: 0 0 0.3px #25d366;
  white-space: nowrap;
}