.elementor-208 .elementor-element.elementor-element-5dfc164{margin-top:-10px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-4f51404 *//* =========================
   PELAYANAN DETAIL - CNS MEDIKA
========================= */

.service-cns-detail {
  background-color: #f4f7fa;
  padding: 100px 0;
}

.service-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HEADER */
.service-header {
  max-width: 700px;
  margin-bottom: 60px;
}

.service-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f2f4f;
  margin-bottom: 14px;
}

.service-header p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* GRID */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

/* CARD */
.service-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.15);
}

.service-card h3 {
  font-size: 18px;
  color: #0f2f4f;
  margin-bottom: 12px;
}

.service-card p,
.service-card li {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.service-card ul {
  padding-left: 18px;
}

.service-card span {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #1f4f7a;
}

/* CTA */
.service-action {
  text-align: center;
  margin-top: 60px;
}

.btn-service {
  display: inline-block;
  background-color: #0f2f4f;
  color: #ffffff;
  padding: 15px 38px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-service:hover {
  background-color: #1f4f7a;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-cns-detail {
    padding: 80px 0;
  }
}/* End custom CSS */