.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-fe0e0bd:#00D4FF;--e-global-color-9acc843:#1866CC;--e-global-color-7687561:#5BAEFF;--e-global-color-24ed8a3:#050C1A;--e-global-color-a5ad779:#C0E8F8;--e-global-color-df1efdb:#0D2A4A;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-13ff581-font-family:"Orbitron";--e-global-typography-fa82053-font-family:"Share Tech Mono";background-color:var( --e-global-color-24ed8a3 );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-fe0e0bd );box-shadow:0px 10px 15px -5px rgba(0,0,0,0.5);border-style:solid;border-color:var( --e-global-color-fe0e0bd );border-radius:10px 10px 10px 10px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-weight:700;}.elementor-kit-10 h2{font-weight:600;}.elementor-kit-10 h3{font-weight:600;}.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-kit-10{--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.1em;}.elementor-kit-10 h1{font-size:34px;line-height:1.2em;letter-spacing:-0.02em;}.elementor-kit-10 h2{font-size:28px;line-height:1.2em;letter-spacing:-0.01em;}.elementor-kit-10 h3{font-size:22px;line-height:1.2em;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{padding:15px 15px 15px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@keyframes floatY {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

.float-y {
  animation: floatY 6s ease-in-out infinite !important;
  will-change: transform;
}

/* === 3D Y-AXIS ROTATION === */

.spin-y {
  animation: spinY 12s linear infinite;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@keyframes spinY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

@keyframes spinY {
  0%   { transform: rotateY(-20deg); }
  50%  { transform: rotateY(20deg); }
  100% { transform: rotateY(-20deg); }
}

.accent {
  color: #00D4FF;
  text-shadow: 0 0 6px rgba(0,212,255,0.6);
}/* End custom CSS */