.cat-hover .vc_gitem-zone {
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.cat-hover:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.cat-hover img {
  transition: transform 0.4s ease;
}

.cat-hover:hover img {
  transform: scale(1.08);
}