/* =====================================================
   RTL OVERRIDES (FINAL)
===================================================== */

html[dir="rtl"],
body{
  direction:rtl;
  font-family:'Vazirmatn',Tahoma,Arial,sans-serif;
}

/* متن‌های عمومی */
p{
  text-align:justify;
}

/* کارت‌های محصول وسط */
.product-card,
.product-card p,
.product-card h4{
  text-align:center;
}

/* منوی هدر */
.nav-desktop a{
  text-align:right;
}

/* ستون sticky جدول در RTL */
.table-responsive td:first-child,
.table-responsive th:first-child{
  right:0;
  left:auto;
}

/* quick contact سمت چپ */
.quick-contact{
  left:18px;
  right:auto;
}

/* فوتر وسط */
.site-footer{
  text-align:center;
}
/* ===== FINAL CENTER FIXES ===== */

/* Center section titles (like table title) */
.section h3{
  display:block !important;
  text-align:center !important;
  margin-left:auto;
  margin-right:auto;
}

/* Center footer content */
.site-footer,
.site-footer p{
  text-align:center !important;
}
/* ===== MOBILE CENTER FIX ===== */
@media (max-width:768px){

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .category-header,
  .category-header h4,
  .section h3,
  .product-card h4{
    text-align:center !important;
  }

}
/* ===== FIX BENEFITS TEXT ALIGN ===== */
.section p{
  text-align:justify;
}
.benefit-item p{
  text-align:center;
}
