.service-detail-page {
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 37, 85, 0.08), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(234, 0, 30, 0.08), transparent 26rem),
    linear-gradient(180deg, #f4f7fa 0%, #eef4f9 100%);
}

.service-detail-hero {
  padding: 5rem 0;
  background:
    linear-gradient(135deg, rgba(0, 37, 85, 0.94), rgba(0, 37, 85, 0.76)),
    url("../img/cental/434343.png") center / cover no-repeat;
  color: #fff;
}

.service-detail-hero h1,
.service-detail-hero p {
  color: #fff;
}

.service-detail-hero .badge {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.service-hero-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.service-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-detail-panel {
  height: 100%;
  padding: 2rem;
  border: 1px solid rgba(0, 37, 85, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(0, 37, 85, 0.08);
}

.service-detail-panel h2,
.service-detail-panel h3 {
  color: #000c21;
}

.service-check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-check-list li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.75rem;
  color: #41506a;
}

.service-check-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #002555;
}

.service-cta-panel {
  padding: 2rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #002555, #0a3a73);
  color: #fff;
}

.service-cta-panel h2,
.service-cta-panel p {
  color: #fff;
}

.service-cta-panel .btn-light {
  color: #002555;
  font-weight: 900;
}

.related-service-card {
  display: block;
  height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(0, 37, 85, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #000c21;
  transition: 0.25s ease;
}

.related-service-card:hover {
  transform: translateY(-4px);
  color: #002555;
  box-shadow: 0 18px 38px rgba(0, 37, 85, 0.12);
}

@media (max-width: 767.98px) {
  .service-detail-hero {
    padding: 3rem 0;
  }

  .service-detail-panel,
  .service-cta-panel {
    padding: 1.35rem;
  }

  .dairyland-card {
    display: block;
    text-align: center;
  }

  .dairyland-card .btn {
    width: 100%;
    margin-top: 1rem;
  }
}
