.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-1465 .elementor-element.elementor-element-0125912 img{width:100%;border-radius:20px 20px 20px 20px;}.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-1465 .elementor-element.elementor-element-15accee .elementor-heading-title{font-family:"IRANYekanX", Sans-serif;font-size:35px;font-weight:600;color:#000000;}.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-1465 .elementor-element.elementor-element-e4d3b6e{font-family:"IRANYekanX", Sans-serif;font-weight:400;}@media(max-width:767px){.elementor-1465 .elementor-element.elementor-element-15accee .elementor-heading-title{font-size:24px;}}/* Start custom CSS for post-comments, class: .elementor-element-2e68047 *//* کانتینر کلی نظرات */
.comments-area {
  margin-top: 40px;
  font-family: "Vazirmatn", Tahoma, sans-serif;
  direction: rtl;
}

/* عنوان بخش نظرات */
.comments-title {
  font-size: 22px;
  font-weight: 900;
  color: #111;
  margin-bottom: 24px;
  border-bottom: 2px solid #0077ff;
  padding-bottom: 6px;
}

/* هر نظر */
.comment {
  background: #fdfdfd;
  padding: 20px 24px;
  margin-bottom: 20px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comment:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* آواتار */
.comment .comment-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  float: right;
  margin-left: 16px;
  object-fit: cover;
}

/* نام و زمان */
.comment .comment-meta {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.comment .comment-meta b {
  color: #0077ff;
}

/* متن نظر */
.comment .comment-content {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-top: 8px;
}

/* دکمه پاسخ */
.comment .reply {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 14px;
  background: linear-gradient(135deg, #0077ff, #00c6ff);
  color: #fff;
  font-size: 13px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.comment .reply:hover {
  background: linear-gradient(135deg, #005edc, #0099ff);
  transform: scale(1.05);
}

/* فرم ارسال نظر */
.comment-respond {
  margin-top: 40px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 14px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
  border-color: #0077ff;
  box-shadow: 0 0 8px rgba(0,119,255,0.2);
}

.comment-respond input[type="submit"] {
  background: linear-gradient(135deg, #0077ff, #00c6ff);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.comment-respond input[type="submit"]:hover {
  background: linear-gradient(135deg, #005edc, #0099ff);
  transform: scale(1.03);
}

/* نظرات پاسخ‌دهنده */
.comment .children {
  margin-top: 16px;
  margin-right: 40px;
  border-right: 2px solid #eee;
  padding-right: 16px;
}/* End custom CSS */
/* Start custom CSS for sidebar, class: .elementor-element-5056c07 *//* سایدبار */
.sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
  font-family: inherit;
}

/* کارت‌ها */
.widget {
  background: linear-gradient(180deg, #ffffff, #fafafa);
  padding: 22px;
  margin-bottom: 22px;
  border-radius: 16px;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.widget:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

/* عنوان ویجت */
.widget-title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #222;
  position: relative;
  padding-right: 14px;
}

.widget-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 6px;
  height: 18px;
  background: linear-gradient(180deg, #0077ff, #00c6ff);
  border-radius: 6px;
}

/* لیست لینک‌ها */
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin-bottom: 12px;
}

.widget ul li a {
  display: block;
  color: #555;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.widget ul li a:hover {
  background: #f0f6ff;
  color: #0077ff;
  padding-right: 14px;
}

/* سرچ باکس */
.search-widget form {
  display: flex;
  align-items: center;
  background: #f5f7fa;
  border-radius: 14px;
  padding: 6px;
}

.search-widget input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  color: #333;
}

.search-widget input::placeholder {
  color: #999;
}

.search-widget button {
  border: none;
  background: linear-gradient(135deg, #0077ff, #00c6ff);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.search-widget button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,119,255,0.4);
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .sidebar {
    position: static;
  }
}
/* کانتینر سایدبار جستجو */
.sidebar-search form {
  display: flex;
  align-items: center;
  background: #f5f7fa;
  border-radius: 14px;
  padding: 6px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}

/* فیلد جستجو */
.sidebar-search input[type="search"] {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 16px;
  font-size: 14px;
  outline: none;
  color: #333;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.sidebar-search input[type="search"]::placeholder {
  color: #aaa;
}

/* افکت تمرکز */
.sidebar-search input[type="search"]:focus {
  box-shadow: 0 0 6px rgba(0,119,255,0.3);
}

/* دکمه ارسال */
.sidebar-search button {
  border: none;
  background: linear-gradient(135deg, #0077ff, #00c6ff);
  color: #fff;
  padding: 10px 14px;
  margin-left: 8px; /* RTL: فاصله سمت چپ */
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* افکت هاور دکمه */
.sidebar-search button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,119,255,0.4);
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .sidebar-search form {
    flex-direction: column;
  }
  .sidebar-search button {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }
}/* End custom CSS */