.elementor-4506 .elementor-element.elementor-element-a3ce8ce{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4687fa4 *//* ===== Hindi Typing Test Scoped CSS ===== */

.hindi-typing-wrapper {
    font-family: 'Noto Sans Devanagari', sans-serif;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}

/* Header */
.hindi-typing-wrapper h1 {
    text-align: center;
    font-size: 2.2rem;
    background: linear-gradient(90deg, #00d9ff, #00ff88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Stats Bar */
.hindi-typing-wrapper .stats-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 10px;
}

.hindi-typing-wrapper .stat-item {
    background: rgba(255,255,255,0.08);
    padding: 12px 20px;
    border-radius: 12px;
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.hindi-typing-wrapper .stat-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00ff88;
}

/* Text Display */
.hindi-typing-wrapper .text-display {
    background: rgba(0,0,0,0.4);
    padding: 20px;
    border-radius: 15px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Typing Area */
.hindi-typing-wrapper textarea {
    width: 100%;
    height: 120px;
    border-radius: 12px;
    border: 2px solid #00d9ff;
    padding: 15px;
    font-size: 1.2rem;
    background: rgba(0,0,0,0.3);
    color: #fff;
    resize: none;
    outline: none;
}

.hindi-typing-wrapper textarea:focus {
    border-color: #00ff88;
}

/* Buttons */
.hindi-typing-wrapper .btn {
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
    transition: 0.3s;
}

.hindi-typing-wrapper .btn-primary {
    background: linear-gradient(135deg, #00d9ff, #00a8cc);
    color: #fff;
}

.hindi-typing-wrapper .btn-primary:hover {
    transform: translateY(-2px);
}

.hindi-typing-wrapper .btn-secondary {
    background: #444;
    color: #fff;
}

.hindi-typing-wrapper .btn-secondary:hover {
    background: #666;
}

/* Progress Bar */
.hindi-typing-wrapper .progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.hindi-typing-wrapper .progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #00d9ff, #00ff88);
    transition: width 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .hindi-typing-wrapper .stats-bar {
        flex-direction: column;
    }

    .hindi-typing-wrapper h1 {
        font-size: 1.6rem;
    }
}/* End custom CSS */