.elementor-340 .elementor-element.elementor-element-f824aaf{--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 *//* فایل CSS برای صفحه تعمیر کولر گازی دولت آباد */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.8;
}

.sarmayesh-article {
  direction: rtl;
  text-align: right;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.sarmayesh-article h1 {
  font-size: 2em;
  color: #0a3d62;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 4px solid #1abc9c;
  padding-bottom: 12px;
  font-weight: 900;
  text-align: center;
}

.sarmayesh-article h2 {
  font-size: 1.6em;
  color: #0a3d62;
  margin-top: 35px;
  margin-bottom: 12px;
  border-bottom: 3px solid #1abc9c;
  padding-bottom: 8px;
  font-weight: 800;
}

.sarmayesh-article h3 {
  font-size: 1.25em;
  color: #1a5276;
  margin-top: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}

.sarmayesh-article h4 {
  font-size: 1.1em;
  color: #0a3d62;
  margin-bottom: 8px;
  font-weight: 700;
}

.sarmayesh-article p {
  margin-bottom: 16px;
  font-size: 1em;
  text-align: justify;
  line-height: 2;
}

.sarmayesh-article ul {
  padding-right: 22px;
  margin-bottom: 18px;
}

.sarmayesh-article ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 1.9;
}

.sarmayesh-article a {
  color: #1abc9c;
  text-decoration: underline;
  transition: color 0.3s;
}

.sarmayesh-article a:hover {
  color: #16a085;
}

.sarmayesh-article strong {
  color: #0a3d62;
  font-weight: 700;
}

/* جدول قیمت */
.sarmayesh-article .price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.97em;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
}

.sarmayesh-article .price-table thead tr {
  background: linear-gradient(135deg, #0a3d62, #1abc9c);
  color: #fff;
}

.sarmayesh-article .price-table th,
.sarmayesh-article .price-table td {
  padding: 13px 16px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.sarmayesh-article .price-table tbody tr:nth-child(even) {
  background-color: #f4faf8;
}

.sarmayesh-article .price-table tbody tr:hover {
  background-color: #e8f6f3;
  transition: background 0.3s;
}

/* گرید برندها */
.sarmayesh-article .brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.sarmayesh-article .brand-card {
  background: #f7fbfe;
  border: 1px solid #d6eaf8;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.sarmayesh-article .brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sarmayesh-article .brand-card span {
  font-size: 0.88em;
  color: #666;
  display: block;
  margin-top: 5px;
}

/* باکس تماس */
.sarmayesh-article .contact-box {
  background: linear-gradient(135deg, #0a3d62, #154360);
  color: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  margin: 30px 0 10px;
  text-align: center;
}

.sarmayesh-article .contact-box h3 {
  color: #1abc9c;
  margin-top: 0;
  font-size: 1.35em;
  margin-bottom: 15px;
}

.sarmayesh-article .contact-box a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #1abc9c;
  padding: 9px 22px;
  border-radius: 8px;
  margin: 6px;
  font-weight: 700;
  font-size: 1.05em;
  transition: background 0.3s;
}

.sarmayesh-article .contact-box a:hover {
  background: #16a085;
}

/* باکس هایلایت */
.sarmayesh-article .highlight-box {
  background: #eafaf1;
  border-right: 5px solid #1abc9c;
  padding: 18px 20px;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: 600;
  line-height: 1.9;
}

/* بخش سوالات متداول */
.faq-section {
  margin: 30px 0;
}

.faq-item {
  background: #f8f9fa;
  border-right: 4px solid #1abc9c;
  padding: 18px;
  margin-bottom: 15px;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faq-item h3 {
  color: #0a3d62;
  font-size: 1.15em;
  margin-top: 0;
  margin-bottom: 10px;
}

.faq-item p {
  margin: 0;
  color: #555;
  line-height: 1.9;
}

/* لینک‌های مفید */
.useful-links {
  background: #f0f8ff;
  padding: 20px 30px;
  border-radius: 8px;
  margin: 20px 0;
}

.useful-links li {
  margin-bottom: 10px;
}

/* ریسپانسیو */
@media (max-width: 600px) {
  .sarmayesh-article {
    padding: 15px;
  }

  .sarmayesh-article h1 {
    font-size: 1.6em;
  }

  .sarmayesh-article h2 {
    font-size: 1.4em;
  }

  .sarmayesh-article .brand-grid {
    grid-template-columns: 1fr;
  }

  .sarmayesh-article .contact-box a {
    display: block;
    margin: 8px auto;
    max-width: 260px;
  }

  .sarmayesh-article .price-table {
    font-size: 0.85em;
  }

  .sarmayesh-article .price-table th,
  .sarmayesh-article .price-table td {
    padding: 10px 8px;
  }
}

@media (max-width: 768px) {
  .sarmayesh-article {
    padding: 15px;
  }
  
  .sarmayesh-article .brand-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}/* End custom CSS */