.elementor-kit-6{--e-global-color-primary:#8B5CF6;--e-global-color-secondary:#1E1B2E;--e-global-color-text:#FFFFFF;--e-global-color-accent:#94A3B8;--e-global-color-f4bf74c:#0F0D1A;--e-global-color-30ec5ac:#1E1B2E;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;}.elementor-kit-6 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){--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;}}/* Start custom CSS *//* Glass Card Effect */
.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Neon Glow Shadow */
.neon-shadow {
  box-shadow: 0 0 15px rgba(139, 92, 246, 0.4),
              0 0 30px rgba(139, 92, 246, 0.2);
}

/* Float + Rotate Animation */
@keyframes floatRotate {
  0%   { transform: translateY(0px) rotate(0deg); }
  25%  { transform: translateY(-8px) rotate(3deg); }
  50%  { transform: translateY(-14px) rotate(0deg); }
  75%  { transform: translateY(-8px) rotate(-3deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

.animate-float-rotate {
  animation: floatRotate 6s ease-in-out infinite;
}

/* Individual delays */
.delay-0  { animation-delay: 0s; }
.delay-1  { animation-delay: 1s; }
.delay-2  { animation-delay: 2s; }
.delay-3  { animation-delay: 3s; }
.delay-4  { animation-delay: 4s; }
.delay-5  { animation-delay: 5s; }

/* Hide on mobile/tablet */
@media (max-width: 1024px) {
  .floating-icon { display: none !important; }
}/* End custom CSS */