.ngh-quote-box {
    border-right: 4px solid #3498db;
    background: #f0f8ff;
    padding: 10px;
    margin: 20px 0;
    font-size: 16px;
    direction: rtl;
}
.ngh-quote-box a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: bold;
}
.ngh-quote-box {
    background: linear-gradient(245deg, #ebead673 0%, #f5f5f500 92%);
    border-radius: 30px;
    padding: 12px 16px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    border-right: 5px solid #f0b31e70;
	direction: rtl;
	    font-family: 'iranyekanx';
}

/* جعبه نقل‌قول */

.ngh-icon {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.ngh-text a {
    font-weight: bold;
    text-decoration: none;
    color: #2c3e50;
}
.ngh-text a:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* استایل پاپ‌آپ */
.ngh-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.ngh-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 0 10px #00000033;
}
.ngh-modal-content input {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    font-size: 14px;
}
.ngh-close {
    float: left;
    font-size: 20px;
    cursor: pointer;
    color: red;
}
