.elementor-4400 .elementor-element.elementor-element-f407f8b{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-41px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:768px){.elementor-4400 .elementor-element.elementor-element-f407f8b{--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-83041a1 *//* =============================
     HERO SECTION BASE STYLES
   ============================= */
.hero-section {
  width: 100%;
  padding: 40px 15px;
  background-color: #f9f9f9;
}

.hero-container {
  max-width: 1200px;
  margin: auto;
}

.hero-title {
  text-align: center;
  font-size: 2.4rem;
  color: rgb(5, 171, 196);
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-title .separator {
  font-weight: 100;
}

.hero-title .trusted {
  font-weight: bold;
}

.hero-description {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.hero-column {
  flex: 1;
  min-width: 300px;
  max-width: 580px;
  text-align: justify;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
}

/* =============================
     BUTTON STYLES
   ============================= */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.hero-btn {
  padding: 10px 24px;
  min-width: 170px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
}

.hero-btn.primary {
  background-color: rgb(5, 171, 196);
  color: #fff;
}

.hero-btn.outline {
  border: 2px solid rgb(5, 171, 196);
  color: rgb(5, 171, 196);
  background-color: transparent;
}

.hero-btn.dark {
  background-color: #222;
  color: #fff;
}

/* =============================
     MOBILE STYLES
   ============================= */
@media (max-width: 768px) {
  .hero-section {
    padding: 20px 10px;
  }

  .hero-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .hero-description {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10px;
  }

  .hero-column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-buttons {
    gap: 6px;
    margin-top: 5px;
  }

  .hero-btn {
    width: 100%;
    max-width: 220px;
  }
}/* End custom CSS */