.elementor-2619 .elementor-element.elementor-element-c9100fe{--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-2619 .elementor-element.elementor-element-20180f4{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2619 .elementor-element.elementor-element-2835de1{text-align:center;}.elementor-2619 .elementor-element.elementor-element-2835de1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:clamp(36px, 5vw, 48px);font-weight:800;letter-spacing:-1.5px;color:var( --e-global-color-secondary );}.elementor-2619 .elementor-element.elementor-element-57d49d8{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-5eb3921 */.terms-container {
  font-family: 'Poppins', sans-serif;
  color: #111;
  line-height: 1.75;
  font-size: 14.5px;
  max-width: 800px;
  margin: 0 auto;
}

/* Section Numbering */
.terms-container {
  counter-reset: section;
}

.terms-container h2 {
  counter-increment: section;
  font-size: 18px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 10px;
  color: #000;
  position: relative;
}

.terms-container h2::before {
  content: counter(section) ". ";
  font-weight: 600;
}

/* Sub-sections */
.terms-container h3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 6px;
  color: #000;
}

/* Paragraph styling */
.terms-container p {
  margin-bottom: 10px;
  text-align: justify;
}

/* Lists styled like legal clauses */
.terms-container ul {
  margin: 8px 0 15px 20px;
  padding: 0;
}

.terms-container li {
  margin-bottom: 6px;
}

/* Bold terms */
.terms-container strong {
  font-weight: 600;
  color: #000;
}

/* Subtle divider like PDF spacing */
.terms-container h2:not(:first-child) {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

/* Optional subtle left line (legal doc feel) */
.terms-container {
  border-left: 3px solid #000;
  padding-left: 20px;
}/* End custom CSS */