.service-list li {
  font-size: 15px;
  margin-bottom: 12px;
  color: #333;
}

.service-list i {
  color: #f0ad4e;
  margin-right: 10px;
}

.service-icon {
  font-size: 42px;
  color: #f0ad4e;
}

.service-card {
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
