 .imgm {
    transition: transform 0.3s ease;
  }

  .imgm:hover {
    transform: scale(1.2); /* Increase to 1.5 for more zoom */
  }