.elementor-620 .elementor-element.elementor-element-c642687{--display:flex;--margin-top:49px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-620 .elementor-element.elementor-element-1af651f img{max-width:100%;}.elementor-620 .elementor-element.elementor-element-069f030{--display:flex;overflow:visible;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-620 .elementor-element.elementor-element-dbc7d26 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:25px;font-weight:800;color:#000000;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-620 .elementor-element.elementor-element-3d62eab .elementor-icon-list-icon{width:14px;}.elementor-620 .elementor-element.elementor-element-3d62eab .elementor-icon-list-icon i{font-size:14px;}.elementor-620 .elementor-element.elementor-element-3d62eab .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-620 .elementor-element.elementor-element-a1865a3 .elementor-button:hover, .elementor-620 .elementor-element.elementor-element-a1865a3 .elementor-button:focus{background-color:transparent;background-image:linear-gradient(180deg, #E4B65A 0%, #E4B65A 100%);}.elementor-620 .elementor-element.elementor-element-a1865a3 .elementor-button{fill:#FFFFFF;color:#FFFFFF;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-620 .elementor-element.elementor-element-e05c78f{color:#0B0000;font-family:"Inter", Sans-serif;font-weight:300;}.elementor-620 .elementor-element.elementor-element-d40d05e{--display:flex;overflow:visible;}/* Start custom CSS for post-comments, class: .elementor-element-271459a *//* استایل اصلی فرم نظرات */
#commentform.comment-form {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #dee2e6;
    margin: 30px 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* استایل بخش لاگین شده */
.comment-form .logged-in-as {
    background: #007cba;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.5;
}

.comment-form .logged-in-as a {
    color: #ffd700 !important;
    text-decoration: none;
    font-weight: 600;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.comment-form .logged-in-as a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.comment-form .required-field-message {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.8;
}

.comment-form .required {
    color: #dc3545;
    font-weight: bold;
}

/* استایل لیبل و textarea */
.comment-form-comment {
    margin-bottom: 25px;
}

.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 16px;
}

#comment {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.6;
    background: white;
    transition: all 0.3s ease;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

#comment:focus {
    border-color: #007cba;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
    background: #fafbfc;
}

/* استایل دکمه ارسال */
.form-submit {
    margin-top: 30px;
    text-align: left;
}

#submit.submit {
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#submit.submit:hover {
    background: linear-gradient(135deg, #005a87 0%, #004670 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 124, 186, 0.3);
}

#submit.submit:active {
    transform: translateY(0);
}

/* استایل فیلدهای required */
.comment-form-comment label .required,
.logged-in-as .required {
    color: #dc3545;
    font-size: 18px;
    margin-left: 3px;
}

/* استایل ریسپانسیو */
@media (max-width: 768px) {
    #commentform.comment-form {
        padding: 25px 20px;
        margin: 20px 0;
    }
    
    .comment-form .logged-in-as {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    #comment {
        padding: 12px 15px;
        font-size: 16px; /* جلوگیری از زوم در iOS */
    }
    
    #submit.submit {
        width: 100%;
        padding: 15px 20px;
    }
}

/* انیمیشن برای فرم */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#commentform.comment-form {
    animation: fadeInUp 0.5s ease-out;
}

/* استایل برای حالت dark mode */
@media (prefers-color-scheme: dark) {
    #commentform.comment-form {
        background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
        border-color: #4a5568;
        color: #e2e8f0;
    }
    
    #comment {
        background: #2d3748;
        border-color: #4a5568;
        color: #e2e8f0;
    }
    
    #comment:focus {
        border-color: #007cba;
        background: #1a202c;
    }
    
    .comment-form-comment label {
        color: #e2e8f0;
    }
}/* End custom CSS */