.elementor-kit-6{--e-global-color-primary:#5A8FBF;--e-global-color-secondary:#8ABF9E;--e-global-color-text:#FAFAF7;--e-global-color-accent:#FFFFFF;--e-global-color-cb173d7:#D8C7A1;--e-global-color-375dbe0:#333333;--e-global-color-29e6f2c:#666666;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* ===============================
   فونت کلی بخش نظرات
================================ */
#custom-comments,
#custom-comments * {
    font-family: 'Vazirmatn', sans-serif !important;
}

/* ===============================
   حذف متن‌های اضافی
================================ */
#custom-comments .comment-notes,
#custom-comments .logged-in-as,
#custom-comments .comment-form-cookies-consent {
    display: none !important;
}

/* ===============================
   لیست نظرات
================================ */
#custom-comments .comment-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

#custom-comments .comment-list li {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 26px 28px;
    margin-bottom: 24px;
    border: 1px solid rgba(90,143,191,0.25);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* ===============================
   نام نویسنده
================================ */
#custom-comments .comment-author {
    font-weight: 600;
    color: #333333;
    font-size: 15px;
    margin-bottom: 6px;
}

/* ===============================
   متن دیدگاه
================================ */
#custom-comments .comment-content p {
    color: #666666;
    font-size: 14.5px;
    line-height: 1.9;
    margin-top: 10px;
}

/* ===============================
   فرم ارسال دیدگاه
================================ */
#custom-comments .comment-respond {
    margin-top: 55px;
    background: #FAFAF7;
    padding: 32px;
    border-radius: 22px;
    border: 1px solid rgba(90,143,191,0.25);
}

/* ===============================
   عنوان فرم
================================ */
#custom-comments .comment-reply-title {
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 22px;
}

/* ===============================
   فیلدهای ورودی
================================ */
#custom-comments .comment-form input,
#custom-comments .comment-form textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(90,143,191,0.35);
    padding: 12px 14px;
    font-size: 14px;
    color: #333;
    background: #FFFFFF;
    transition: 0.3s ease;
}

#custom-comments .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

/* فوکوس فیلدها */
#custom-comments .comment-form input:focus,
#custom-comments .comment-form textarea:focus {
    outline: none;
    border-color: #5A8FBF;
    box-shadow: 0 0 0 3px rgba(90,143,191,0.15);
}

/* ===============================
   دکمه ارسال دیدگاه (جمع‌وجور)
================================ */
#custom-comments .comment-form .submit {
    width: auto !important;
    display: inline-block;
    background: #5A8FBF;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

#custom-comments .comment-form .submit:hover {
    background: #4a7eac;
    transform: translateY(-2px);
}

/* ===============================
   ریسپانسیو (موبایل)
================================ */
@media (max-width: 768px) {

    #custom-comments .comment-list li {
        padding: 20px;
        border-radius: 16px;
    }

    #custom-comments .comment-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    #custom-comments .comment-respond {
        padding: 24px 20px;
        border-radius: 18px;
    }

    #custom-comments .comment-reply-title {
        font-size: 17px;
    }

    #custom-comments .comment-form .submit {
        padding: 9px 18px;
        font-size: 13px;
    }
}/* End custom CSS */