.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-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;background-color:#000000;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#000000;border-style:none;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-style:none;}.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;}}@keyframes lightningFall {
  0% {
    transform: translateY(-100px) rotate(0deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

.lightning {
  position: fixed;
  top: -100px;
  width: 4px;
  height: 100px;
  background: linear-gradient(to bottom, #fff9b0, #ffd700, #ffa500);
  box-shadow: 0 0 20px #ffd700, 0 0 40px #ffec8b, 0 0 60px #ffdc00;
  pointer-events: none;
  z-index: 10;
  animation: lightningFall linear infinite;
}


.lightning:nth-child(1) { left: 5%; animation-duration: 3s; animation-delay: 0s; }
.lightning:nth-child(2) { left: 15%; animation-duration: 3.5s; animation-delay: 0.5s; }
.lightning:nth-child(3) { left: 25%; animation-duration: 3.2s; animation-delay: 0.2s; }
.lightning:nth-child(4) { left: 35%; animation-duration: 3.6s; animation-delay: 0.7s; }
.lightning:nth-child(5) { left: 45%; animation-duration: 3.3s; animation-delay: 0.3s; }
.lightning:nth-child(6) { left: 55%; animation-duration: 3.7s; animation-delay: 0.6s; }
.lightning:nth-child(7) { left: 65%; animation-duration: 3.4s; animation-delay: 0.1s; }
.lightning:nth-child(8) { left: 75%; animation-duration: 3.8s; animation-delay: 0.4s; }
.lightning:nth-child(9) { left: 85%; animation-duration: 3.5s; animation-delay: 0.8s; }
.lightning:nth-child(10){ left: 95%; animation-duration: 3.6s; animation-delay: 0.2s; }