.elementor-kit-9{--e-global-color-primary:#00E0E0;--e-global-color-secondary:#FFFFFFA3;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00E013;--e-global-color-453730c:#FFFFFF;--e-global-color-b63fba0:#00000000;--e-global-color-b0bda07:#000000;--e-global-color-921f6c8:#141414;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Fira Code";--e-global-typography-accent-font-weight:500;background-color:#141414;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.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 *//* Full-size background */
.futuristic-bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(
    ellipse at 50% 50%,
    #8AFF93 0%,
    #00e013 35%,
    #007a1a 60%,
    #000000 100%
  );
  background-size: 100% 100%;
  animation: greenPulse 4s ease-in-out infinite;
}

/* Smooth breathing animation */
@keyframes greenPulse {
  0% {
    background-position: 50% 40%;
    background-size: 180% 180%;
  }
  50% {
    background-position: 50% 60%;
    background-size: 220% 220%;
  }
  100% {
    background-position: 50% 40%;
    background-size: 180% 180%;
  }
}/* End custom CSS */