.elementor-kit-30{--e-global-color-primary:#FDF5E1;--e-global-color-secondary:#116131;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-eee6ce9:#220630;--e-global-color-a3a38cd:#270C34;--e-global-color-2fc24be:#F8C308;--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-30 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){margin-block-end: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 *//* Apply to the main container or section */
.header-glow-effect {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(0,0,0,0.2));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 4px 30px rgba(0,0,0,0.2);
  overflow: hidden;
}

/* Optional floating glow animation */
.header-glow-effect::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  top: -50px;
  left: -50px;
  background: radial-gradient(circle, rgba(0,255,255,0.3), transparent 70%);
  animation: moveGlow 8s linear infinite;
  z-index: 1;
}

@keyframes moveGlow {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(100px, 50px); }
  100% { transform: translate(0, 0); }
}/* End custom CSS */