.hero-image {
  cursor: pointer;
  transition: transform 0.3s ease;
  -webkit-tap-highlight-color: transparent; /* مخصوص موبایل */
  tap-highlight-color: transparent;
}

.hero-image:hover {
  transform: scale(1.06); /* زوم ۵٪ */
}
