.elementor-16436 .elementor-element.elementor-element-5a94699{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16436 .elementor-element.elementor-element-67a56f4{font-size:18px;}.elementor-16436 .elementor-element.elementor-element-67a56f4 p{margin-bottom:25px;}.elementor-16436 .elementor-element.elementor-element-67a56f4 a{color:var( --e-global-color-981d4d7 );}@media(min-width:769px){.elementor-16436 .elementor-element.elementor-element-5a94699{--content-width:2400px;}}/* Start custom CSS for text-editor, class: .elementor-element-67a56f4 *//* ===== Body Styling ===== */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  color: #333333;
  line-height: 1.8;
  margin: 40px;
}

/* ===== Main Page Heading ===== */
h1 {
  font-size: 46px;
  font-weight: 700;
  color: #000000; /* pure black heading */
  margin-bottom: 10px;
}

/* ===== Last Updated Text ===== */
.updated {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  margin-bottom: 30px;
}

/* ===== Section Headings ===== */
h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000000; /* pure black for section headings */
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dddddd;
}

/* ===== Paragraph Styling ===== */
p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 20px;
}

/* ===== List Styling (if needed) ===== */
ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* ===== Responsive for Mobile ===== */
@media screen and (max-width: 768px) {
  body {
    margin: 20px;
  }

  h1 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 15px;
  }
}/* End custom CSS */