.elementor-425 .elementor-element.elementor-element-cf03ffd{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-0ac631b */.sw-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.sw-narrow {
  max-width: 900px;
}

.sw-hero {
  background: linear-gradient(135deg, #285491, #1e5935);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.sw-hero h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;color:white;
}

.sw-hero p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.sw-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sw-btn-primary,
.sw-btn-secondary {
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.sw-btn-primary {
  background: #ea8829;
  color: #fff;
}

.sw-btn-primary:hover {
  transform: translateY(-3px);
}

.sw-btn-secondary {
  border: 2px solid #fff;
  color: #fff;
}

.sw-btn-secondary:hover {
  background: #fff;
  color: #285491;
}

.sw-section {
  padding: 60px 20px;
  background: #f9fafc;
}

.sw-section h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #285491;
}

.sw-section h3 {
  font-size: 22px;
  margin-top: 25px;
  color: #1e5935;
}

.sw-section p,
.sw-section li {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
}

.sw-section ul {
  margin-left: 20px;
}

.sw-section a {
  color: #ea8829;
  font-weight: 600;
}

@media (max-width: 768px) {
  .sw-hero h1 {
    font-size: 26px;
  }
  .sw-hero p {
    font-size: 15px;
  }
  .sw-section h2 {
    font-size: 20px;
  }
  .sw-section h3 {
    font-size: 18px;
  }
}/* End custom CSS */