.elementor-3841 .elementor-element.elementor-element-3db9f59{margin-top:60px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3841 .elementor-element.elementor-element-097d79f{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3841 .elementor-element.elementor-element-40b9805{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3841 .elementor-element.elementor-element-757d8d6 .elementor-button{background-color:#6EC1E4;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:500;}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-3db9f59 *//* Even spacing for headings and paragraphs */
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 1.5em; /* Adjust spacing here */
  line-height: 1.6;
}

/* Optional: even spacing between blocks/sections */
.wp-block-group, .wp-block-paragraph, .wp-block-heading {
  margin-bottom: 2em;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-40b9805 */.elementor-3841 .elementor-element.elementor-element-40b9805 h2 {
  font-size: 30px;
}
.elementor-3841 .elementor-element.elementor-element-40b9805 h3 {
  font-size: 25px;
}

h1, h2, h3, h4, h5 {
  margin-top: 15px !important;   /* space above heading */
  margin-bottom: 10px !important; /* space below heading */
  line-height: 1.3;              /* compact but readable */
}

p {
  margin-top: 10px !important;   /* 10px gap before paragraphs */
  margin-bottom: 10px !important;
  line-height: 1.5;              /* balanced line spacing for paragraphs */
}

/* Adjust list spacing */
ul, ol {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding-left: 20px; /* keeps bullet alignment tidy */
}

li {
  margin-bottom: 0 !important; /* remove extra gap below bullet */
}

/* Ensure exactly 10px between list and following paragraph */
ul + p, ol + p {
  margin-top: 10px !important;
}

/* Optional: tighten section or div gaps */
section, div {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}/* End custom CSS */