.elementor-kit-5{--e-global-color-primary:#0C0C0C;--e-global-color-secondary:#007DFF;--e-global-color-accent:#FFFFFF;--e-global-color-text:#0CE8FE;--e-global-color-d531788:#FFFFFFB3;--e-global-color-f33d1b0:#FFFFFF40;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:56px;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-403b073-font-family:"Sora";--e-global-typography-403b073-font-size:64px;--e-global-typography-403b073-font-weight:700;--e-global-typography-403b073-line-height:62px;--e-global-typography-eb41e7e-font-family:"Sora";--e-global-typography-eb41e7e-font-size:48px;--e-global-typography-eb41e7e-font-weight:600;--e-global-typography-eb41e7e-line-height:28px;--e-global-typography-f2e3ac2-font-family:"Sora";--e-global-typography-f2e3ac2-font-size:24px;--e-global-typography-f2e3ac2-font-weight:600;--e-global-typography-48496d3-font-family:"Sora";--e-global-typography-48496d3-font-size:16px;--e-global-typography-48496d3-font-weight:400;--e-global-typography-48496d3-line-height:1.6px;--e-global-typography-73048d7-font-family:"Sora";--e-global-typography-73048d7-font-size:14px;--e-global-typography-73048d7-font-weight:300;--e-global-typography-73048d7-line-height:0.1em;background-color:#000000;font-family:"Sora", Sans-serif;font-size:64px;font-weight:700;line-height:1px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-accent );}.elementor-kit-5 h2{color:var( --e-global-color-accent );}.elementor-kit-5 h3{color:var( --e-global-color-d531788 );}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-403b073-font-size:40px;--e-global-typography-403b073-line-height:1em;--e-global-typography-eb41e7e-font-size:48px;font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS *//* --- DARK NEON AURORA BACKGROUND --- */
body {
    background-color: #000000;
    position: relative;
    overflow-x: hidden;
}

/* Top Left Blue/Cyan Glow */
body::before {
    content: "";
    position: fixed;
    top: -20%;
    left: -20%;
    width: 80vw;
    height: 80vh;
    background: radial-gradient(circle, rgba(12,232,254,0.15) 0%, transparent 60%);
    filter: blur(120px);
    z-index: -1;
    pointer-events: none;
}

/* Bottom Right Deep Blue Glow */
body::after {
    content: "";
    position: fixed;
    bottom: -20%;
    right: -20%;
    width: 90vw;
    height: 90vh;
    background: radial-gradient(circle, rgba(5,38,153,0.3) 0%, transparent 60%);
    filter: blur(140px);
    z-index: -1;
    pointer-events: none;
}

/* --- TEXT GRADIENT UTILITY --- */
/* Add class 'text-gradient' to any Heading widget */
.text-gradient .elementor-heading-title {
    background: linear-gradient(90deg, #0CE8FE 0%, #007DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block; /* Fixes cut-off gradients */
}

/* --- GLASS CARD UTILITY --- */
/* Add class 'glass-card' to any Container */
.glass-card {
    background: rgba(12, 12, 12, 0.4);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    transition: all 0.4s ease;
}

.glass-card:hover {
    border-color: rgba(0, 125, 255, 0.4);
    transform: translateY(-5px);
    background: rgba(20, 20, 25, 0.6);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
/* Allow text-gradient to work on spans */
.text-gradient {
    background: linear-gradient(90deg, #0CE8FE 0%, #007DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}/* End custom CSS */