.hover-shadow {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 140px !important;           
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;                 
}

.hover-shadow .vc-hoverbox-inner {
  padding: 15px 20px !important;       
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;                 
}

.hover-shadow p {
  margin: 0 !important;
}

.hover-shadow:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}