.elementor-9 .elementor-element.elementor-element-dc6b679{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}.elementor-9 .elementor-element.elementor-element-dc6b679:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-dc6b679 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-94802c3{--display:flex;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.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-9 .elementor-element.elementor-element-aab75a3 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:21px;font-weight:300;color:var( --e-global-color-secondary );}.elementor-9 .elementor-element.elementor-element-4e80065 .elementor-heading-title{color:var( --e-global-color-0121c52 );}.elementor-9 .elementor-element.elementor-element-5d66d16{--display:flex;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-94802c3{--width:50%;}.elementor-9 .elementor-element.elementor-element-5d66d16{--width:50%;}}/* Start custom CSS */.hero-section {
  position: relative;
  overflow: hidden;
 
}

/* Purple Glow */
.hero-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(108,99,255,0.4) 0%, transparent 70%);
  top: -100px;
  left: -100px;
  filter: blur(80px);
  z-index: 0;
}

/* Cyan Glow */
.hero-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0,224,255,0.3) 0%, transparent 70%);
  bottom: -100px;
  right: -100px;
  filter: blur(100px);
  z-index: 0;
}

/* Keep content above glow */
.hero-section > * {
  position: relative;
  z-index: 2;
}



.hero-typing {
  font-size: 28px;
  font-weight: 600;
  color: #00E0FF;
  display: flex;
  align-items: center;
}

.cursor {
  margin-left: 5px;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}/* End custom CSS */