.elementor-kit-760{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9552ca8:#187FF9;--e-global-color-7d807ef:#98CFE7;--e-global-color-783cca4:#0099DA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-b4ef6fe-font-family:"iranyekanwebextrabold_FaNum";--e-global-typography-b4ef6fe-font-weight:600;--e-global-typography-daf118b-font-family:"Yekan Bakh FaNum";background-color:#ECECEC;}.elementor-kit-760 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* استایل کلی بخش نظرات */
.my-custom-comments {
    font-family: 'Yekan Bakh FaNum', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 15px;
    direction: rtl;
    text-align: right;
    font-size: 13px;
}

/* عنوان بخش نظرات */
.my-custom-comments .comments-title {
    color: #1e40af;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
}

.my-custom-comments .comments-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #1e40af, #3b82f6);
    border-radius: 1px;
}

/* فرم ارسال نظر */
.my-custom-comments .comment-respond {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.1);
}

.my-custom-comments .comment-reply-title {
    color: #1e40af;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.my-custom-comments .comment-reply-title::before {
    content: '💬';
    font-size: 14px;
}

/* فیلدهای فرم */
.my-custom-comments .comment-form-comment,
.my-custom-comments .comment-form-author,
.my-custom-comments .comment-form-email {
    margin-bottom: 15px;
}

.my-custom-comments label {
    color: #374151;
    font-weight: 500;
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
}

.my-custom-comments input[type="text"],
.my-custom-comments input[type="email"],
.my-custom-comments textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 13px;
    transition: all 0.2s ease;
    background: white;
    box-sizing: border-box;
    font-family: 'Yekan Bakh FaNum', sans-serif;
    direction: rtl;
    text-align: right;
}

.my-custom-comments input:focus,
.my-custom-comments textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

.my-custom-comments textarea {
    min-height: 100px;
    resize: vertical;
    font-family: 'Yekan Bakh FaNum', sans-serif;
    line-height: 1.6;
}

/* دکمه ارسال */
.my-custom-comments .submit {
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 150px;
    font-family: 'Yekan Bakh FaNum', sans-serif;
}

.my-custom-comments .submit:hover {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.2);
}

/* لیست نظرات */
.my-custom-comments .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* هر کامنت */
.my-custom-comments .comment {
    background: white;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(59, 130, 246, 0.08);
    transition: all 0.2s ease;
    position: relative;
}

.my-custom-comments .comment:hover {
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.12);
    transform: translateY(-1px);
}

/* هدر کامنت */
.my-custom-comments .comment-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    justify-content: flex-end;
}

.my-custom-comments .comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

.my-custom-comments .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
}

.my-custom-comments .fn {
    color: #1e293b;
    font-weight: 600;
    font-size: 14px;
}

.my-custom-comments .comment-metadata {
    color: #64748b;
    font-size: 11px;
    margin-top: 1px;
    text-align: right;
}

/* بدنه کامنت */
.my-custom-comments .comment-content {
    color: #374151;
    line-height: 1.7;
    font-size: 13px;
    margin-bottom: 12px;
    text-align: right;
}

/* پاسخ‌ها */
.my-custom-comments .children {
    list-style: none;
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 0;
    border-right: 2px solid #dbeafe;
    border-left: none;
}

.my-custom-comments .children .comment {
    background: #f8fafc;
    margin-top: 12px;
    padding: 15px;
}

/* دکمه پاسخ */
.my-custom-comments .comment-reply-link {
    background: transparent;
    color: #3b82f6;
    border: 1px solid #3b82f6;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 11px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
    font-family: 'Yekan Bakh FaNum', sans-serif;
}

.my-custom-comments .comment-reply-link:hover {
    background: #3b82f6;
    color: white;
}

/* وضعیت خالی */
.my-custom-comments .no-comments {
    text-align: center;
    padding: 30px 20px;
    color: #64748b;
    font-size: 14px;
}

.my-custom-comments .no-comments::before {
    content: '💭';
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
    opacity: 0.7;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .my-custom-comments {
        padding: 15px 10px;
        font-size: 12px;
    }
    
    .my-custom-comments .comment-respond {
        padding: 15px;
    }
    
    .my-custom-comments .comment-meta {
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }
    
    .my-custom-comments .comment-author {
        flex-direction: row-reverse;
    }
    
    .my-custom-comments .children {
        padding-right: 12px;
    }
    
    .my-custom-comments .submit {
        max-width: 100%;
        font-size: 12px;
        padding: 9px 18px;
    }
    
    .my-custom-comments .comment {
        padding: 15px;
    }
    
    .my-custom-comments .comments-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

/* انیمیشن برای کامنت جدید */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.my-custom-comments .comment-new {
    animation: fadeInUp 0.3s ease-out;
    border-right: 3px solid #3b82f6;
    border-left: none;
}

/* فاصله‌های بهینه */
.my-custom-comments * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.my-custom-comments p {
    margin-bottom: 10px;
    line-height: 1.6;
}
.sff-text{
    color: #187FF9;
    font-weight: 900
}/* End custom CSS */