.elementor-6 .elementor-element.elementor-element-9bfb107{--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;}.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-6 .elementor-element.elementor-element-6e247e1{text-align:center;}.elementor-6 .elementor-element.elementor-element-6e247e1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:56px;font-weight:600;-webkit-text-stroke-width:2px;stroke-width:2px;-webkit-text-stroke-color:#5AA7B9;stroke:#5AA7B9;color:#000000;}.elementor-6 .elementor-element.elementor-element-a22122e{--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:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-3c28e4e{text-align:center;}.elementor-6 .elementor-element.elementor-element-3c28e4e .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:46px;font-weight:800;color:#090A0A;}/* Start custom CSS for heading, class: .elementor-element-3c28e4e */.our-services-animate {
  animation: smoothBounceGlow 4s infinite ease-in-out;
  text-shadow:
    0 0 4px #00f0ff,
    0 0 8px rgba(0, 240, 255, 0.6),
    0 0 16px rgba(0, 240, 255, 0.4);
}

/* Smooth + Slow Bounce */
@keyframes smoothBounceGlow {
  0%, 100% {
    transform: translateY(0);
    text-shadow:
      0 0 4px #00f0ff,
      0 0 8px rgba(0, 240, 255, 0.6),
      0 0 16px rgba(0, 240, 255, 0.4);
  }
  50% {
    transform: translateY(-6px);
    text-shadow:
      0 0 6px #00f0ff,
      0 0 12px rgba(0, 240, 255, 0.7),
      0 0 22px rgba(0, 240, 255, 0.5);
  }
}/* End custom CSS */