.elementor-kit-10{--e-global-color-primary:#00F5FF;--e-global-color-secondary:#FF00E6;--e-global-color-text:#7A7A7A;--e-global-color-accent:#1A1A1A;--e-global-color-a549a2d:#E0E0E0;--e-global-color-dac1121:#000000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Orbitron";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:#00F5FF;color:#000000;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-10 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 *//* Neon Glow */
.neon-teal {
    box-shadow: 0 0 25px rgba(0,245,255,0.6);
}

.neon-magenta {
    box-shadow: 0 0 25px rgba(255,0,230,0.6);
}

/* Glassmorphism */
.glass-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 20px;
}

/* Neon Border */
.neon-border-teal {
    border: 2px solid #00F5FF;
}

.neon-border-magenta {
    border: 2px solid #FF00E6;
}

/* Hover Glow */
.hover-glow-teal:hover {
    box-shadow: 0 0 25px rgba(0,245,255,0.7);
}

.hover-glow-magenta:hover {
    box-shadow: 0 0 25px rgba(255,0,230,0.7);
}

/* Futuristic Grid Background */
.futuristic-grid {
    background-image: url('your-grid-image.png');
    background-size: cover;
    background-position: center;
}/* End custom CSS */