.elementor-kit-8{--e-global-color-primary:#366EAF;--e-global-color-secondary:#141414;--e-global-color-text:#353535;--e-global-color-accent:#00ABBE;--e-global-color-69939f0:#F7F7F7;--e-global-color-9aa48b3:#09121D;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;line-height:1.6px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-weight:600;line-height:15px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-69939f0 );border-style:solid;border-width:3px 3px 3px 3px;border-radius:0px 0px 0px 0px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-69939f0 );color:var( --e-global-color-primary );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-width:3px 3px 3px 3px;border-radius:0px 0px 0px 0px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-kit-8 a:hover{color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8 h1{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:50px;font-weight:600;line-height:1.2px;}.elementor-kit-8 h2{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:40px;font-weight:500;line-height:1.3px;}.elementor-kit-8 h3{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:30px;font-weight:500;}.elementor-kit-8 h4{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:22px;}.elementor-kit-8 h5{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:18px;}.elementor-kit-8 h6{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.services-visual {
  position: relative;
  width: 360px;
  height: 360px;
 
}

/* base circle */
.services-visual .svc-circle {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 3px solid #366EAF;
  background: #09121D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px ;
  color: #366EAF;
}

/* top circle – front */
.services-visual .svc-1 {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/* bottom-left circle – behind */
.services-visual .svc-2 {
  top: 150px;
  left: 55px;
  z-index: 1;
}

/* bottom-right circle – smaller, in front of 2 */
.services-visual .svc-3 {
  top: 120px;
  right: 5px;
  transform: scale(0.9);
  z-index: 3;
}
/* base hover spin for each circle */
.services-visual .svc-circle {
  transition: transform 0.6s ease;
}

.services-visual .svc-circle:hover {
  transform: rotate(25deg) scale(1.05);
}


/* PARENT: right column with blobs */
.hero-lava {
  position: relative;
  overflow: hidden;         /* keeps blobs inside */
}

/* Any content in hero-lava that is NOT the lava layer (just in case) */
.hero-lava > :not(.lava-layer) {
  position: relative;
  z-index: 2;
}

/* LAVA LAYER fills the parent */
.hero-lava .lava-layer {
  position: absolute;
  inset: 0;                 /* top:0; right:0; bottom:0; left:0; */
  pointer-events: none;
  z-index: 1;
}

/* BLOBS: the HTML widget wrapper itself */
.hero-lava .lava-layer .blob {
  position: absolute !important;      /* JS moves them with transform */
  width: 90px;
  height: 90px;
  border-radius: 50%;

  /* full gradient, no transparency */
  background: radial-gradient(
    circle at 30% 30%,
    #00ABBE 0%,
    #366EAF 70%
  );

  opacity: 1;
  pointer-events: none;
  will-change: transform;
}/* End custom CSS */