.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-13d8908:#ECE3E333;--e-global-color-39e8204:#302E2E;--e-global-color-668f387:#4D0325;--e-global-color-e391128:#F0F0F0;--e-global-color-831b2d0:#ACACAC;--e-global-typography-primary-font-family:"Arapey";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0.8px;--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;--e-global-typography-0a6d18c-font-family:"Roboto";--e-global-typography-0a6d18c-font-size:25px;--e-global-typography-0a6d18c-font-weight:300;--e-global-typography-82db30e-font-family:"Arial";--e-global-typography-82db30e-font-size:40px;--e-global-typography-82db30e-font-weight:normal;--e-global-typography-82db30e-line-height:52px;--e-global-typography-82db30e-letter-spacing:-0.2px;--e-global-typography-82db30e-word-spacing:3px;--e-global-typography-060ac31-font-family:"Arial";--e-global-typography-060ac31-font-size:22px;--e-global-typography-060ac31-font-weight:normal;--e-global-typography-060ac31-line-height:52px;--e-global-typography-060ac31-letter-spacing:-0.2px;--e-global-typography-060ac31-word-spacing:3px;--e-global-typography-67d8779-font-family:"Arial";--e-global-typography-67d8779-font-size:27px;--e-global-typography-67d8779-font-weight:normal;--e-global-typography-67d8779-line-height:52px;--e-global-typography-67d8779-letter-spacing:-0.2px;--e-global-typography-67d8779-word-spacing:3px;--e-global-typography-4aa4da4-font-family:"Raleway";--e-global-typography-4aa4da4-font-size:25px;--e-global-typography-4aa4da4-font-weight:600;--e-global-typography-4aa4da4-letter-spacing:0.8px;background-color:#FFFDD01F;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:98px;max-width:98px;}@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;}.site-header{padding-inline-end:42px;padding-inline-start:42px;}.site-header .site-branding .site-logo img{width:83px;max-width:83px;}}/* Start custom CSS */#gallery-heading {
  font-family: 'Arial', sans-serif;
  font-size: 48px;
  color: #fff; /* White color */
  text-align: center;
  text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00, 0 0 40px #00ff00, 0 0 50px #00ff00, 0 0 60px #00ff00, 0 0 70px #00ff00; /* Neon glow effect */
  animation: neon-blink 1s ease infinite alternate; /* Blinking animation */
}

@keyframes neon-blink {
  from {
    text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00, 0 0 40px #00ff00, 0 0 50px #00ff00, 0 0 60px #00ff00, 0 0 70px #00ff00; /* Neon glow effect */
  }
  to {
    text-shadow: none; /* No glow */
  }
}/* End custom CSS */