.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Cairo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cairo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cairo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cairo";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container */
.blob-section-circles {
  position: relative;
  overflow: visible;
}

/* Base styles for all circles */
.blob-section-circles .c1,
.blob-section-circles .c2,
.blob-section-circles .c3,
.blob-section-circles .c4 {
  position: absolute;
  border-radius: 50%;
}

/* ─── Desktop (default) ─── */
.blob-section-circles .c1 {
  width: 219px;
  height: 219px;
  background: #A4B3DA;
  top:   50px;
  left:  -100px;
}

.blob-section-circles .c2 {
  width: 219px;
  height: 219px;
  background: #007199;
  top:   calc(50px + (219px * 0.8));  /* 80% down from c1 */
  right: -100px;
}

.blob-section-circles .c3 {
  width: 219px;
  height: 219px;
  background: #61E0EE;
  top:   calc(50px + (219px * 0.8) + 219px); /* immediately below c2 */
  left:  -100px;
}

.blob-section-circles .c4 {
  width: 665px;
  height: 665px;
  background: #A4B3DA;
  top:   calc((50px + (219px * 0.8) + 219px) * 0.5); /* halfway to c3’s top */
  right: -300px;
}


/* ─── Tablet (≤1024px) ─── */
@media (max-width: 1024px) {
  .blob-section-circles .c1,
  .blob-section-circles .c2,
  .blob-section-circles .c3 {
    width: 250px;
    height: 250px;
  }
  .blob-section-circles .c4 {
    width: 650px;
    height: 650px;
  }

  .blob-section-circles .c1 {
    top:   80px;
    left:  -175px;
  }
  .blob-section-circles .c2 {
    top:   300px;
    right: -175px;
  }
  .blob-section-circles .c3 {
    top:   580px;
    left:  -175px;
  }
  .blob-section-circles .c4 {
    top:  830px;
    right: -180px;
  }
}


/* ─── Mobile (≤767px) ─── */
@media (max-width: 767px) {
  .blob-section-circles .c1,
  .blob-section-circles .c2,
  .blob-section-circles .c3 {
    width: 350px;
    height: 350px;
  }

  /* Show & resize c4 on mobile */
  .blob-section-circles .c4 {
    display: block;
    width: 450px;
    height: 650px;
    /* halfway to c3’s top: (20px + 100px*0.8 + 100px)*0.5 ≈100px */
    top:1070px;
    right: -230px;
  }

  .blob-section-circles .c1 {
    top:   20px;
    left:  -175px;
  }
  .blob-section-circles .c2 {
    top:  370px;
    right: -175px;
  }
  .blob-section-circles .c3 {
    top:  720px;
    left:  -175px;
  }
}

/*top pattern*//* End custom CSS */