/* Start custom CSS for html, class: .elementor-element-598de79 *//* --- قسم التيرمينال المصحح --- */
.terminal-section {
    padding: 100px 20px;
    max-width: 900px;
    margin: auto;
}

.terminal-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    background: linear-gradient(90deg, white, var(--muted));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.terminal {
    background: #050a14 !important; /* إجبار الخلفية على اللون الداكن */
    border-radius: 24px;
    padding: 30px 35px;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    color: #98fbc2 !important; /* إجبار لون النص */
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: inset 0 0 30px rgba(0,168,255,0.05);
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

/* النقاط الحمراء في الأعلى */
.terminal::before {
    content: "● ● ●";
    color: #ff5f56;
    letter-spacing: 8px;
    display: block;
    margin-bottom: 20px;
    filter: blur(0.5px);
    font-family: monospace;
}

/* تنسيق النص الداخلي */
.terminal pre {
    white-space: pre-wrap;
    line-height: 2;
    margin: 0;
    color: inherit;
    font-family: inherit;
    background: transparent;
    border: none;
    padding: 0;
    overflow-x: auto;
}

.terminal .dynamic-line {
    color: var(--gold); /* لون أصفر/ذهبي للسطر الأخير */
}/* End custom CSS */