.elementor-kit-10{--e-global-color-primary:#1414C6;--e-global-color-secondary:#1479C6;--e-global-color-text:#111111;--e-global-color-accent:#FF4E00;--e-global-color-1f02d7e:#FFFFFF;--e-global-color-34456f1:#FFFFFF00;--e-global-color-434e3bb:#FFA279;--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:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 */.neon-button {
  background: transparent;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 5px #0478e5, 0 0 10px #0478e5;
  border-radius: 50px;
  transition: background 0.3s ease, color 0.3s ease;
  animation: pulse-neon 2s infinite ease-in-out;
}

.neon-button:hover {
  background: #0478e5;
  color: #000;
}

@keyframes pulse-neon {
  0% {
    box-shadow: 0 0 5px #0478e5, 0 0 10px #0478e5;
  }
  50% {
    box-shadow: 0 0 10px #0478e5, 0 0 20px #0478e5, 0 0 30px #0478e5;
  }
  100% {
    box-shadow: 0 0 5px #0478e5, 0 0 10px #0478e5;
  }
}/* End custom CSS */