.elementor-346 .elementor-element.elementor-element-71078731{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:20% 20%;--row-gap:20%;--column-gap:20%;--margin-top:3%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:3%;--padding-right:3%;}.elementor-346 .elementor-element.elementor-element-71078731:not(.elementor-motion-effects-element-type-background), .elementor-346 .elementor-element.elementor-element-71078731 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-346 .elementor-element.elementor-element-5c8b5e9a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-346 .elementor-element.elementor-element-492cde06.elementor-element{--align-self:flex-start;}.elementor-346 .elementor-element.elementor-element-492cde06{font-family:"Share Tech Mono", Sans-serif;font-size:13px;font-weight:400;color:var( --e-global-color-accent );}.elementor-346 .elementor-element.elementor-element-27ef12c{--display:flex;}.elementor-346 .elementor-element.elementor-element-2f11c5b{text-align:end;font-family:"Share Tech Mono", Sans-serif;font-size:13px;font-weight:400;text-shadow:40px 28px 10px rgba(0, 243.00000000000026, 255, 0);color:#00F3FF;}.elementor-346:not(.elementor-motion-effects-element-type-background), .elementor-346 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-346 .elementor-element.elementor-element-71078731{--justify-content:space-between;--flex-wrap:wrap;}.elementor-346 .elementor-element.elementor-element-5c8b5e9a{--margin-top:0%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;}.elementor-346 .elementor-element.elementor-element-492cde06{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-346 .elementor-element.elementor-element-71078731{--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:20%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-346 .elementor-element.elementor-element-5c8b5e9a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-346 .elementor-element.elementor-element-5c8b5e9a{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-346 .elementor-element.elementor-element-5c8b5e9a{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-2f11c5b *//* Forces the glow to appear in Preview/Live modes */
.elementor-346 .elementor-element.elementor-element-2f11c5b {
    color: #00f2ff !important;
    text-shadow: 0 0 5px rgba(0, 242, 255, 0.7), 0 0 10px rgba(0, 242, 255, 0.5) !important;
    font-family: 'Courier New', Courier, monospace; /* Ensures the CLI look */
    animation: terminal-flicker 3s infinite;
}

@keyframes terminal-flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    10% { opacity: 1; }
    100% { opacity: 1; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-71078731 *//* 1. Static Styles: Color and Glow */
.elementor-346 .elementor-element.elementor-element-71078731 .pwp-typewriter,
.elementor-346 .elementor-element.elementor-element-71078731 .pwp-typewriter a {
    color: #00f2ff !important;
    text-shadow: 0 0 8px rgba(0, 242, 255, 0.8), 0 0 12px rgba(0, 242, 255, 0.4) !important;
}

/* 2. Animation Engine: Bulletproof Front-End Execution */
.elementor-346 .elementor-element.elementor-element-71078731 .pwp-typewriter {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #00f2ff;
    width: 0; /* Force start at zero */
    
    /* Broken out to avoid shorthand warnings */
    animation-name: typing, blink-caret, terminal-flicker;
    animation-duration: 4.5s, 0.75s, 3s;
    animation-timing-function: steps(40, end), step-end, ease-in-out;
    animation-iteration-count: 1, infinite, infinite;
    animation-fill-mode: forwards;
}

/* 3. Keyframes */
@keyframes typing { 
    from { width: 0; } 
    to { width: 100%; } /* Stretches to fit the inline-block */
}
@keyframes blink-caret { 
    from, to { border-color: transparent; } 
    50% { border-color: #00f2ff; } 
}
@keyframes terminal-flicker { 
    0% { opacity: 1; } 
    50% { opacity: 0.8; } 
    100% { opacity: 1; } 
}/* End custom CSS */