.elementor-15149 .elementor-element.elementor-element-4f2801e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for post-comments, class: .elementor-element-effe78e */h2.comments-title {
    display: none;
}

#comments {
    font-family: "iranyekanwebregular_FaNum", Sans-serif;
    margin-top: 30px;
}

h2.title-comments {
    font-family: "iranyekanwebregular_FaNum", Sans-serif;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #333;
}

ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    margin-bottom: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    padding: 0;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.comment-body {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.comment-meta {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    border-radius: 15px 15px 0 0;
    margin: 0;
}

.comment-author {
    display: flex;
    align-items: center;
    margin: 10px !important;
    flex: 1;
}

.comment-author .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: 12px;
    border: 2px solid #e9ecef;
}

.comment-author .fn {
    font-weight: 600;
    margin-right: 35px !important;
    color: #333;
    font-size: 14px;
    margin: 0;
    text-align: right;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    text-align: left;
}

.comment-metadata time {
    color: #6c757d;
    font-size: 13px;
    font-weight: 400;
}

.comment-metadata a {
    color: #6c757d !important;
    text-decoration: none;
}

.comment-content {
    padding: 20px;
    color: #333;
    line-height: 1.6;
    background: #fff;
}

.comment-content p {
    margin-bottom: 10px;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.reply {
    padding: 15px 20px;
    background: #fff;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 15px 15px;
    text-align: left;
}

a.comment-reply-link {
    background: var( --e-global-color-57642ae );
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    float: none;
}

a.comment-reply-link:hover {
    background: var( --e-global-color-b365639 );
    color: white;
    opacity: 1;
    transform: translateY(-2px);
}

.children {
    margin-top: 15px;
    padding-right: 0 !important;
    padding-left: 40px !important;
    position: relative;
}

.children:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e9ecef;
}

.children .comment {
    background: #fff;
    border: 1px solid #e9ecef;
    position: relative;
}

.children .comment:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 30px;
    width: 18px;
    height: 2px;
    background: #e9ecef;
}

body.rtl #comments ol.comment-list .children:before {
    display: none;
}

#respond {
    margin-top: 40px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e9ecef;
}

#reply-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.comment-form-comment {
    width: 100%;
    order: 1;
}

.comment-form-author,
.comment-form-email {
    width: calc(50% - 7.5px);
    order: 2;
}

.comment-form-cookies-consent {
    width: 100%;
    order: 3;
}

.comment-notes {
    width: 100%;
    order: 0;
    margin-bottom: 15px;
    font-size: 14px;
    color: #6c757d;
}

.form-submit {
    width: 100%;
    order: 4;
    margin-top: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 5px;
    transition: border-color 0.3s ease;
    background: #fff;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #ff9800;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}

.comment-form label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.form-submit input#submit {
    background: var( --e-global-color-accent );
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit input#submit:hover {
    transform: translateY(-2px);
}

#cancel-comment-reply-link {
    color: #dc3545;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
}

#cancel-comment-reply-link:hover {
    color: #c82333;
}

@media (max-width: 767px) {
    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }
    
    .comment-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .comment-author {
        width: 100%;
    }
    
    .comment-metadata {
        width: 100%;
    }
    
    .children {
        padding-left: 20px !important;
    }
    
    .children:before {
        right: 10px;
    }
    
    .children .comment:before {
        right: -10px;
        width: 8px;
    }
}

.comment {
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comment {
    transition: all 0.3s ease;
}

.comment:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.comment-content {
    font-size: 15px;
    line-height: 1.7;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-left: 8px;
    width: auto;
}

.comment-form-cookies-consent label {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #6c757d;
    cursor: pointer;
}

body.rtl .comment-author .avatar {
    margin-right: 12px;
    margin-left: 0;
}

body.rtl .children {
    padding-left: 0 !important;
    padding-right: 40px !important;
}

body.rtl .children:before {
    left: 20px;
    right: auto;
}

body.rtl .children .comment:before {
    left: -20px;
    right: auto;
}

@media (max-width: 767px) {
    body.rtl .children {
        padding-right: 20px !important;
    }
    
    body.rtl .children:before {
        left: 10px;
    }
    
    body.rtl .children .comment:before {
        left: -10px;
    }
    
    .comment-content p {
        font-size: 12px;
    }
    
    .comment-author .fn {
        font-size: 13px;
        margin-right: 0px !important;
    }
}/* End custom CSS */