.elementor-240 .elementor-element.elementor-element-b70bbd3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ===== فونت ===== */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;600;700&display=swap');

/* ===== ریست و پایه ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ===== مقاله اصلی ===== */
.sarmayesh24-article {
  direction: rtl;
  font-family: 'Vazirmatn', Tahoma, sans-serif;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

/* ===== تایپوگرافی ===== */
.sarmayesh24-article h2 {
  color: #1a5276;
  font-size: 26px;
  border-bottom: 3px solid #e74c3c;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.sarmayesh24-article h3 {
  color: #2874a6;
  font-size: 20px;
  margin-bottom: 14px;
}

.sarmayesh24-article h4 {
  color: #1a5276;
  font-size: 17px;
  margin-bottom: 10px;
}

.sarmayesh24-article p {
  text-align: justify;
  font-size: 15px;
  margin-bottom: 14px;
}

.sarmayesh24-article a {
  color: #2874a6;
  text-decoration: underline;
  transition: color 0.2s;
}

.sarmayesh24-article a:hover {
  color: #e74c3c;
}

.sarmayesh24-article ul {
  list-style-type: disc;
  padding-right: 30px;
  line-height: 2.2;
}

/* ===== بخش‌های عمومی ===== */
.sarmayesh24-article section {
  margin-bottom: 36px;
}

/* ===== تصویر ===== */
.article-image {
  display: block;
  margin: 0 auto 20px;
  height: auto;
  border-radius: 8px;
}

.article-image--small {
  max-width: 50%;
}

.article-image--medium {
  max-width: 70%;
}

/* ===== بخش سرویس‌ها ===== */
.services-section {
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
}

.services-section .highlight {
  color: #e74c3c;
  font-weight: 700;
}

/* ===== جدول قیمت ===== */
.table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.pricing-table thead tr {
  background-color: #1a5276;
  color: #fff;
}

.pricing-table th {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: right;
}

.pricing-table th:last-child {
  text-align: center;
}

.pricing-table td {
  padding: 12px;
  border: 1px solid #ddd;
}

.pricing-table td:last-child {
  text-align: center;
}

.pricing-table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

.pricing-table tbody tr:hover {
  background-color: #eaf2fb;
  transition: background-color 0.2s;
}

.table-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

/* ===== چرا ما ===== */
.why-us-section {
  background: linear-gradient(135deg, #1a5276, #2874a6);
  padding: 25px;
  border-radius: 10px;
  color: #fff;
}

.why-us-section h3 {
  color: #fff;
  margin-bottom: 15px;
}

.why-us-list {
  list-style-type: none;
  padding: 0;
}

.why-us-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
}

.why-us-list li:last-child {
  border-bottom: none;
}

/* ===== بخش تماس ===== */
.contact-section {
  background-color: #e74c3c;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}

.contact-section h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}

.contact-section p {
  font-size: 16px;
  margin-bottom: 16px;
}

.contact-section a.text-link {
  color: #fff;
  text-decoration: underline;
}

.contact-phones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.phone-btn {
  background-color: #fff;
  color: #e74c3c !important;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 18px;
  direction: ltr;
  display: inline-block;
  transition: transform 0.2s, box-shadow 0.2s;
}

.phone-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #c0392b !important;
}

.contact-address {
  margin-top: 22px;
  font-size: 14px;
}

/* ===== سوالات متداول ===== */
.faq-section {
  margin-bottom: 36px;
}

.faq-section h3 {
  color: #1a5276;
  font-size: 22px;
  border-bottom: 3px solid #e74c3c;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.faq-list {
  list-style: none;
  padding: 0;
}

.faq-item {
  border: 1px solid #d5e8f7;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-item summary {
  background-color: #eaf2fb;
  color: #1a5276;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: background-color 0.2s;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '＋';
  font-size: 18px;
  color: #2874a6;
  transition: transform 0.3s;
}

.faq-item[open] summary {
  background-color: #d4e6f1;
}

.faq-item[open] summary::after {
  content: '－';
  transform: rotate(180deg);
}

.faq-answer {
  padding: 16px 18px;
  font-size: 14px;
  line-height: 2;
  color: #444;
  background-color: #fff;
  text-align: justify;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 600px) {
  .sarmayesh24-article h2 { font-size: 20px; }
  .sarmayesh24-article h3 { font-size: 17px; }
  .article-image--small,
  .article-image--medium { max-width: 100%; }
  .phone-btn { font-size: 15px; padding: 10px 18px; }
  .pricing-table { font-size: 12px; }
  .faq-item summary { font-size: 14px; }
}/* End custom CSS */