.elementor-221157 .elementor-element.elementor-element-6127a32{--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-625340a *//* ============================
   UNIVERSAL INFO PAGE STYLE PRO
   Applies automatically to any Elementor page 
   that uses an HTML widget inside a container.
   ============================ */

/* Wrapper: Any Elementor container containing HTML blocks */
.elementor-widget-html {
  max-width: 900px;
  margin: 40px auto 80px;
  padding: 0 20px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.7;
  color: #0f172a;
}

/* Sections: any <section> inside the HTML widget */
.elementor-widget-html section {
  margin-bottom: 56px;
  animation: amxFadeUp 0.45s ease-out;
}

.elementor-widget-html section:not(:first-child) {
  border-top: 1px solid #e5e7eb;
  padding-top: 40px;
}

/* Headings */
.elementor-widget-html h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #0b1120;
}

.elementor-widget-html h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  position: relative;
  color: #0b1120;
  padding-left: 10px;
}

/* Blue bar left of H2 */
.elementor-widget-html h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 22px;
  background: #0a5dfe;
  border-radius: 999px;
}

/* Headings H3 */
.elementor-widget-html h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
}

/* Paragraphs */
.elementor-widget-html p {
  font-size: 16.5px;
  margin-bottom: 14px;
  color: #334155;
}

/* Lists */
.elementor-widget-html ul {
  margin-left: 22px;
  margin-bottom: 18px;
  padding-left: 4px;
}

.elementor-widget-html li {
  margin-bottom: 7px;
  font-size: 16px;
  color: #334155;
}

/* Links */
.elementor-widget-html a {
  color: #0a5dfe;
  text-decoration: none;
}

.elementor-widget-html a:hover {
  text-decoration: underline;
}

/* Animation */
@keyframes amxFadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-widget-html {
    padding: 0 16px;
    margin: 24px auto 60px;
  }
  .elementor-widget-html h1 {
    font-size: 32px;
  }
  .elementor-widget-html h2 {
    font-size: 22px;
  }
}/* End custom CSS */