.elementor-760 .elementor-element.elementor-element-638c296{--display:flex;--min-height:450px;--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;--justify-content:center;--overlay-opacity:0.35;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-760 .elementor-element.elementor-element-638c296::before, .elementor-760 .elementor-element.elementor-element-638c296 > .elementor-background-video-container::before, .elementor-760 .elementor-element.elementor-element-638c296 > .e-con-inner > .elementor-background-video-container::before, .elementor-760 .elementor-element.elementor-element-638c296 > .elementor-background-slideshow::before, .elementor-760 .elementor-element.elementor-element-638c296 > .e-con-inner > .elementor-background-slideshow::before, .elementor-760 .elementor-element.elementor-element-638c296 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-760 .elementor-element.elementor-element-638c296 .elementor-background-slideshow__slide__image{background-size:cover;background-position:center center;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-760 .elementor-element.elementor-element-bf1a024{text-align:center;}.elementor-760 .elementor-element.elementor-element-bf1a024 .elementor-heading-title{font-family:"Nunito", Sans-serif;font-size:70px;font-weight:800;line-height:84px;color:var( --e-global-color-5f1b7ea );}.elementor-760 .elementor-element.elementor-element-810680c{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-a0ae1ed *//* ===== Service Sections Styling ===== */

section {
  max-width: 1250px;
  margin: 0 auto 30px;
  padding: 40px 25px;
  background: #f7f9fc; /* default section background */
  border-radius: 12px;
}

/* Alternate background for better separation */
section:nth-of-type(even) {
    background: #f7f9fc;
}

section h2 {
    font-family: "Nunito", Sans-serif;
    font-weight: 800;
  font-size: 32px;
  color: #02122B;
  margin-bottom: 10px;
}

section h3 {
     font-family: "Nunito", Sans-serif;
         font-weight: 800;
  font-size: 22px;
  color: #02122B;
  margin: 30px 0 10px;
}

section p {
    font-family: "Nunito", Sans-serif;
  font-size: 16px;
  line-height: 1.7;
 color:#9291aa;
  margin-bottom: 16px;
}

/* ===== LISTS (NO TICKS) ===== */

section ul {
    font-family: "Nunito", Sans-serif;
  margin: 15px 0 25px;
  padding-left: 20px;
  list-style: disc; /* normal bullets */
}

section ul li {
    font-family: "Nunito", Sans-serif;
  margin-bottom: 8px;
  font-size: 16px;
  color: #8f8eab;
}

/* ===== Highlight Line ===== */

section p:last-of-type strong {
  display: inline-block;
  background: #eef4fb;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 15px;
  
}

/* ===== Responsive ===== */

@media (max-width: 768px) {
  section {
    padding: 30px 18px;
  }

  section h2 {
    font-size: 26px;
  }

  section h3 {
    font-size: 20px;
  }

  section p,
  section ul li {
    font-size: 15px;
  }
}/* End custom CSS */