p {
  margin-bottom: var(--wd-tags-mb);
  color: #333;
  line-height: 50px;
  font-size: 16px;
	font-family: 'yekan' !important;
}
li {
font-size:16px;
	color:#333;
	font-family: 'yekan' !important;
}
h1, h2, h3 {
font-size: 18px;
color:#750014;
	font-family: 'yekan' !important;
}
.elementor-widget-text-editor .elementor-widget-container {
  text-align: justify;
  font-family: iranyekan, sans-serif;
}
.post-single-page .entry-content {
  text-align: justify;
}
.main-page-wrapper {
  padding-top: 0px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px;
}
.element-title {
background:#eee;
border-radius:10px;
padding:5px 15px 5px 0px;
}
.author-area-info {
text-align: justify;
}
.entry-meta.wd-entry-meta {
  display: none !important;
}
/* 🎨 استایل حرفه‌ای برای بخش پرسش و پاسخ بخاری آبسال */
.faq-section {
  max-width: 800px;
  margin: 50px auto;
  background: #f9f9f9;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  direction: rtl;
  text-align: right;
}

.faq-section h2 {
  color: #c0392b;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
  border-bottom: 2px solid #e74c3c;
  padding-bottom: 10px;
}

.faq-item {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.faq-item h3 {
  color: #2c3e50;
  font-size: 1.1rem;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

.faq-item h3::before {
  content: "❓";
  position: absolute;
  right: 0;
  color: #e74c3c;
  font-size: 1.1rem;
}

.faq-item p {
  display: none;
  margin-top: 10px;
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
}

/* نمایش پاسخ با کلیک */
.faq-item.active p {
  display: block;
}

/* برای موبایل */
@media (max-width: 600px) {
  .faq-section {
    padding: 20px;
  }
  .faq-item h3 {
    font-size: 1rem;
  }
}

.faq-section {
  max-width: 800px;
  margin: 40px auto;
  color: #333;
}
.faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #004aad;
}
.faq-item {
  background: #f9f9f9;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.faq-question {
  background: #004aad;
  color: #fff;
  padding: 15px 18px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}
.faq-question::after {
  content: "＋";
  position: absolute;
  left: 20px;
  font-size: 20px;
  transition: transform 0.3s;
}
.faq-item.active .faq-question::after {
  content: "−";
}
.faq-answer {
  display: none;
  padding: 15px 20px;
  background: #fff;
  line-height: 1.8;
}
.faq-item.active .faq-answer {
  display: block;
}
/* استایل جدول مدرن و جذاب */
.table-container {
  max-width: 800px;
  margin: 30px auto;
  overflow-x: auto;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px;
}

.table-container thead {
  background: linear-gradient(90deg, #0073e6, #00bfff);
  color: #fff;
}

.table-container thead th {
  padding: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.table-container tbody tr {
  background: #f9f9f9;
  transition: all 0.3s;
}

.table-container tbody tr:nth-child(even) {
  background: #e6f0ff;
}

.table-container tbody tr:hover {
  background: #d0e7ff;
}

.table-container tbody td {
  padding: 12px;
  text-align: center;
  font-size: 15px;
  color: #333;
}

.table-container tbody td:first-child {
  font-weight: 500;
}

.table-container tbody td:last-child {
  font-style: italic;
  color: #666;
}
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }
  .responsive-table th,
  .responsive-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: right;
		color: #222;
font-size: 18px;
  }
  .responsive-table th {
    background-color: #f4f4f4;
    font-weight: bold;
  }
  @media screen and (max-width: 768px) {
    .responsive-table thead {
      display: none;
    }
    .responsive-table tr {
      display: block;
      margin-bottom: 15px;
    }
    .responsive-table td {
      display: block;
      text-align: right;
      position: relative;
      padding-left: 50%;
    }
    .responsive-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 15px;
      width: 45%;
      padding-right: 10px;
      font-weight: bold;
      text-align: right;
    }
  }
/* =========================
   Global Table Style
   ========================= */

table {
  width: 100%; 
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 40px 0;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* Header */
table thead th {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 14px;
  text-align: center;
  white-space: nowrap;
}

/* Body cells */
table tbody td {
  padding: 14px 12px;
  font-size: 16px;
  color: #1f2937;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

/* Zebra rows */
table tbody tr:nth-child(even) td {
  background: #f9fafb;
}

/* Hover */
table tbody tr:hover td {
  background: #eef2ff;
  transition: background 0.2s ease;
}

/* First column highlight */
table tbody td:first-child {
  font-weight: 600;
  color: #2563eb;
}

/* =========================
   Mobile Responsive
   ========================= */
@media (max-width: 768px) {
  table thead {
    display: none;
  }

  table,
  table tbody,
  table tr,
  table td {
    display: block;
    width: 100%;
  }

  table tr {
    margin-bottom: 18px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  table tbody td {
    text-align: right;
    padding: 12px 14px;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
    padding-right: 45%;
  }

  table tbody td::before {
    content: attr(data-label);
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
  }
}
.slide-product .product-grid-item{
    border-radius: 30px;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.slide-product .product-element-top{
    background:#fff;
    border-radius:22px;
    padding:15px;
}

.slide-product .product-image-link img{
    border-radius:18px;
}

.slide-product .product-information{
    text-align:center;
    padding-top:15px;
}
