 .gallery-img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      margin-bottom: 30px;
    }

    .gallery-img:hover {
      transform: scale(1.03);
    }