.elementor-5225 .elementor-element.elementor-element-3fe603d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5225 .elementor-element.elementor-element-6fbe45b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2592480 *//* HERO BACKGROUND (LIGHT) */
.hero-section {
  background: linear-gradient(
    135deg,
    #f5f9ff,
    #e6f0ff
  );
  padding: 100px 20px;
}

/* REMOVE DARK OVERLAY */
.hero-overlay {
  background: transparent;
  padding: 0;
}

/* DARK TEXT FOR VISIBILITY */
.hero-content h1,
.hero-content p,
.hero-content li {
  color: #0f172a !important;
}

/* HEADLINE */
.hero-content h1 {
  font-size: 42px;
}

/* SUBTEXT */
.hero-sub {
  font-size: 20px;
  margin: 20px 0;
}

/* BULLETS */
.hero-points li {
  font-size: 17px;
  margin-bottom: 10px;
}

/* CTA BUTTON */
.cta-button {
  background: #0B72E7;
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS */.section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.flex {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.col {
  flex: 1;
  min-width: 300px;
}

img.section-img {
  width: 100%;
  border-radius: 10px;
}

.cta-button {
  background: #0B72E7;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}/* End custom CSS */