#layanan {
  background: #f9fafc;
}

.layanan-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 10px 5px;
  transition: 0.3s;
}

.layanan-item i {
  font-size: 22px;
  color: white;
  background: linear-gradient(135deg, var(--secondary), #ffb300);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.3s;
}

.layanan-item:hover i {
  transform: scale(1.15);
}

.layanan-item h4 {
  font-weight: 700;
  margin-bottom: 6px;
}

.layanan-item p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}

.layanan-card {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.layanan-item {
  background: white;
  padding: 30px;
  border-radius: 15px;
  transition: 0.3s;
  height: 100%;
}

.layanan-card:hover .layanan-item {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.layanan-detail {
  background: #f8f9fc;
}

.layanan-box {
  background: white;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.layanan-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.layanan-box p {
  color: #6c757d;
  line-height: 1.7;
}

.layanan-box ul {
  margin-top: 15px;
  padding-left: 18px;
}

.layanan-box ul li {
  margin-bottom: 6px;
}
