.services-grid {
  padding-top: 20px;
}

.service-card {
  display: block;
  text-align: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 25px 15px;
  margin-bottom: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: inherit;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  text-decoration: none;
}

.service-card h3 {
  font-size: 18px;
  margin-top: 15px;
  color: #222;
}

/* immagine ovale */
.service-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.service-img.oval {
  border-radius: 50% / 35%;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servizi-hero {
  background-image: url("/img/servizi/servizi.webp");
}
