.cta-section {
  background-color: #005b8f;
  color: #fff;
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
}

.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  background-color: #fff;
  color: #005b8f;
  padding: 0.9rem 2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #e6f0f7;
}
