.elementor-kit-389{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:15px;--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:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Orbitron", Sans-serif;font-size:20px;}.elementor-kit-389 e-page-transition{background-color:#FFBC7D;}.elementor-kit-389 a{font-family:"Orbitron", Sans-serif;}.elementor-kit-389 h1{font-family:"Lato", Sans-serif;font-size:15px;}.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);}@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 */.pulse-heading {
  font-size: 54px !important;
  font-weight: 900 !important;
  color: white !important;
  text-align: center !important;
  text-transform: uppercase !important;
  -webkit-text-stroke: 1.5px red !important;
  animation: pulse-glow 1.8s infinite ease-in-out;
}

@keyframes pulse-glow {
  0%, 100% {
    text-shadow: 0 0 4px #ff0000, 0 0 8px #ff0000;
  }
  50% {
    text-shadow: 0 0 10px #ff4d4d, 0 0 16px #ff4d4d;
  }
}
@media (max-width: 767px) {
  .hero-heading .main-line {
    font-size: 32px !important;
  }
  .hero-heading .glow-text {
    font-size: 28px !important;
  }
}/* End custom CSS */