/* Start custom CSS for html, class: .elementor-element-35aa117 */.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-banner {
  background: #0f172a;
  color: #ffffff;
  padding: 90px 0;
}

.hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  color: #cbd5e1;
}

.hero-points {
  margin: 20px 0;
  padding-left: 20px;
}

.hero-cta {
  margin-top: 30px;
}

.btn {
  display: inline-block;
  padding: 14px 26px;
  margin-right: 12px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
}

.btn-primary {
  background: #38bdf8;
  color: #020617;
}

.btn-secondary {
  border: 1px solid #38bdf8;
  color: #38bdf8;
}

.section {
  padding: 70px 0;
}

.section-alt {
  background: #f8fafc;
}

.cta-section {
  background: #020617;
  color: #ffffff;
  text-align: center;
}/* End custom CSS */