.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  left: 20px; /* تم التغيير هنا */
  z-index: 1000;
  display: block;
}

.whatsapp-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-icon img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);


.element-name {
    font-size: 20px; /* حجم الخط - يمكنك تعديله حسب الحاجة */
    color: red; /* لون الخط الأحمر */
}