.elementor-112 .elementor-element.elementor-element-fd3a426{--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;}.elementor-112 .elementor-element.elementor-element-a8e19f1{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-a8e19f1 */.elementor-112 .elementor-element.elementor-element-a8e19f1 .terminal-container {
    width: 100vw;
    height: 100vh;
    background-color: #050505;
    color: #00ff41; /* Framework Terminal Green */
    font-family: 'Courier Prime', Courier, monospace;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.elementor-112 .elementor-element.elementor-element-a8e19f1 .terminal-line {
    margin: 8px 0;
    font-size: 1.5rem;
    text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);
}

.elementor-112 .elementor-element.elementor-element-a8e19f1 .cursor {
    display: inline-block;
    width: 10px;
    height: 1.2rem;
    background-color: #00ff41;
    animation: blink 1s step-end infinite;
    vertical-align: middle;
    margin-left: 5px;
    box-shadow: 0 0 8px rgba(0, 255, 65, 0.6);
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.elementor-112 .elementor-element.elementor-element-a8e19f1 .terminal-visuals {
    opacity: 0; /* Hidden initially, revealed by JS */
    transition: opacity 2s ease-in;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.elementor-112 .elementor-element.elementor-element-a8e19f1 .terminal-cross {
    width: 80px;
    height: 120px;
    stroke: #00ff41;
    stroke-width: 3;
    fill: transparent;
    filter: drop-shadow(0 0 10px rgba(0, 255, 65, 0.6));
    animation: floatCross 4s ease-in-out infinite;
}

@keyframes floatCross {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.elementor-112 .elementor-element.elementor-element-a8e19f1 .countdown-clock {
    margin-top: 30px;
    font-size: 2.5rem;
    letter-spacing: 5px;
    font-weight: bold;
    text-shadow: 0 0 15px rgba(0, 255, 65, 0.8);
}

@media (max-width: 768px) {
    .elementor-112 .elementor-element.elementor-element-a8e19f1 .terminal-line { font-size: 1.2rem; }
    .elementor-112 .elementor-element.elementor-element-a8e19f1 .countdown-clock { font-size: 1.5rem; }
    .elementor-112 .elementor-element.elementor-element-a8e19f1 .terminal-cross { width: 60px; height: 90px; }
}/* End custom CSS */