.elementor-kit-33{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#D3D3D3;--e-global-color-accent:#CE8D61;--e-global-typography-primary-font-family:"Orbitron";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rajdhani";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-33 e-page-transition{background-color:#FFBC7D;}.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 *//* === Very Subtle Neon for Headings (H1–H6 and Elementor titles) === *


h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
    color: #fff;                    /* Bright base color – change per-widget in Elementor if needed *
    
    
    text-shadow:
        0 0 3px currentColor,      /* Tiny tight inner glow *
        
        
        0 0 8px currentColor,      /* Soft close glow *
        
        
        0 0 15px rgba(255, 255, 255, 0.4);  /* Very faint outer bleed with low opacity *
        
        
    font-weight: 700;
}

/* Even milder option if above is still noticeable – use this class on specific headings *


.subtle-neon-heading {
    text-shadow:
        0 0 4px currentColor,
        0 0 10px rgba(255, 255, 255, 0.3);  /* Only 2 layers, very low opacity outer */
}

/* === Very Subtle Neon for Buttons / CTAs === *


.elementor-button,
.cyber-cta-button,
a.button, button, .wp-block-button__link {
    color: currentColor;
    background: transparent;
    border: 1px solid currentColor;   /* Thin border keeps it defined without glow overload */
    text-shadow:
        0 0 4px currentColor,         /* Just a hint of text glow */
        0 0 8px rgba(255, 255, 255, 0.35);  /* Super soft outer */
    box-shadow:
        inset 0 0 4px currentColor,   /* Gentle inner light */
        0 0 8px currentColor;         /* Minimal outer halo */
    transition: all 0.3s ease;
}

.elementor-button:hover,
.cyber-cta-button:hover {
    text-shadow:
        0 0 6px currentColor,
        0 0 12px rgba(255, 255, 255, 0.5);
    box-shadow:
        inset 0 0 6px currentColor,
        0 0 12px currentColor;
    transform: scale(1.02);           /* Barely noticeable lift on hover */
}/* End custom CSS */