.service-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  background: #fff;
}

.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.service-content {
  padding: 15px;
  text-align: center;
}

.service-content h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.service-content p {
  font-size: 14px;
  color: #666;
}

.service-content button {
  background: #ff4d6d;
  border: none;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
}
