.service-hero {
  background-color: #1e3d59;
  color: white;
  padding: 120px 20px 80px;
  text-align: center;
}

.service-hero h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

.service-hero p {
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  line-height: 1.9;
}

.section-divider {
  width: 80px;
  height: 4px;
  background-color: #00c6ff;
  border-radius: 3px;
  margin: 25px auto;
}

.section-content {
  background-color: #fdfaf4;
  padding: 80px 20px;
  text-align: center;
}

.section-content h2 {
  font-size: 30px;
  color: #1e3d59;
  margin-bottom: 20px;
}

.section-content p {
  max-width: 900px;
  margin: auto;
  font-size: 17px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #00c6ff;
  color: white;
  border: none;
  font-size: 17px;
  padding: 14px 34px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

.cta-button:hover {
  background-color: #00b0e0;
}
