.elementor-kit-91{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:rgb(175, 183, 193);--e-global-color-text:rgb(255, 255, 255);--e-global-color-accent:#808184;--e-global-color-facabd3:#051738;--e-global-color-a168636:#FFF21E;--e-global-color-1c589cd6:#102F6B;--e-global-color-5e5950b:#F1F1F1;--e-global-color-3497e955:#4054B2;--e-global-color-ebd66ab:#5577D3;--e-global-color-d7ff3a1:#1F419A;--e-global-typography-primary-font-family:"IRANYekan";--e-global-typography-primary-font-size:1.2rem;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"IRANYekanX";--e-global-typography-secondary-font-size:2vw;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANYekanX";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-facabd3 );font-family:"IRANYekanX", iran-sans;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:flash;--e-preloader-animation-duration:1300ms;--e-preloader-delay:0ms;--e-preloader-width:30%;}.elementor-kit-91 e-page-transition{background-color:var( --e-global-color-facabd3 );}.elementor-kit-91 a{color:var( --e-global-color-primary );}.elementor-kit-91 a:hover{color:var( --e-global-color-1c589cd6 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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:1366px){.elementor-kit-91{--e-global-typography-secondary-font-size:3vw;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.elementor-kit-91{--e-preloader-width:40%;}}@media(max-width:767px){.elementor-kit-91{--e-global-typography-primary-font-size:0.8rem;--e-global-typography-secondary-font-size:5.5vw;--e-preloader-width:70%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Comments container ===== */
#comments.comments-area{
  max-width: 85%;
  margin: 40px auto;
  padding: 20px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* Title */
#comments.comments-area .comments-title{
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 18px;
  color: #111;
}

/* ===== Comment list ===== */
#comments .comment-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

#comments .comment-list > li{
  padding: 16px 14px;
  margin: 0 0 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
}

#comments .comment-meta,
#comments .comment-metadata{
  font-size: 13px;
  opacity: .8;
  margin-bottom: 8px;
}

#comments .comment-content{
  font-size: 16px;
  line-height: 1.9;
  color: #151515;
}

#comments .reply a{
  display: inline-block;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.15);
}

/* ===== Respond form ===== */
#respond.comment-respond{
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.10);
}

#respond .comment-reply-title{
  font-size: 20px;
  margin: 0 0 10px;
  color: #111;
}

#commentform label{
  display: block;
  margin: 10px 0 6px;
  font-size: 14px;
  color: #222;
}

/* Inputs + textarea */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea{
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.6;
  outline: none;
}

#commentform textarea{
  min-height: 180px;
  resize: vertical;
}

/* Focus state (accessibility) */
#commentform input:focus,
#commentform textarea:focus{
  border-color: rgba(0,0,0,.45);
  box-shadow: 0 0 0 4px rgba(0,0,0,.08);
}

/* Submit button */
#commentform .submit,
#commentform input[type="submit"]{
  margin-top: 12px;
  padding: 10px 16px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  background: #111;
  color: #fff;
}

/* ===== If your site is Persian (RTL) ===== */
html[dir="rtl"] #comments{
  direction: rtl;
  text-align: right;
}/* End custom CSS */