.elementor-38 .elementor-element.elementor-element-4eb9494{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c2e5b7f *//* استایل برای تصاویر کنار متن */
.image-text-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  margin: 25px 0;
}

.side-image {
  max-width: 280px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.text-content {
  flex: 1;
}

.text-content h2,
.text-content h3 {
  margin-top: 0;
}

/* استایل جدول */
table {
  border-collapse: collapse;
  margin: 20px 0;
}

table th {
  background-color: #f5f5f5;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .image-text-section {
    flex-direction: column;
  }
  
  .side-image {
    max-width: 100%;
    margin: 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS *//* ==============================================
   استایل اختصاصی صفحه: تعمیر کولر گازی آریا شهر
   ============================================== */

/* ----- عنوان اصلی صفحه (H1 ویژه) ----- */
.content-area h1 {
  background: linear-gradient(135deg, #1a5276, #2980b9);
  color: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(26, 82, 118, 0.3);
}

/* ----- H2 با خط کناری ----- */
.content-area h2 {
  border-right: 5px solid #2980b9;
  padding-right: 15px;
  margin-top: 35px;
}

/* ----- H3 با آیکون برف ----- */
.content-area h3 {
  position: relative;
  padding-right: 25px;
  margin-top: 30px;
}

.content-area h3::before {
  content: '❄';
  position: absolute;
  right: 0;
  color: #3498db;
  font-size: 0.9em;
}

/* ----- لیست با پس‌زمینه و تیک ----- */
.content-area ul {
  background: #eaf2f8;
  border-radius: 10px;
  padding: 20px 40px;
  list-style: none;
}

.content-area ul li {
  padding: 8px 15px;
  position: relative;
  margin-bottom: 5px;
}

.content-area ul li::before {
  content: '✔';
  color: #27ae60;
  position: absolute;
  right: -10px;
  font-weight: bold;
}

/* ----- افکت هاور تصویر ----- */
.content-area img:hover {
  transform: scale(1.02);
}

/* ===================================================
   بخش سوالات متداول (FAQ) - استایل اختصاصی
   =================================================== */
.faq-section {
  margin-top: 45px;
  padding: 30px;
  background: linear-gradient(135deg, #f0f7fc, #e8f4fd);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(41, 128, 185, 0.12);
}

.faq-section h3 {
  text-align: center;
  font-size: 1.4em;
  color: #1a5276;
  margin-bottom: 25px;
  padding-right: 0;
}

.faq-section h3::before {
  content: '';
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  border-right: 4px solid #2980b9;
  transition: box-shadow 0.3s;
}

.faq-item:hover {
  box-shadow: 0 4px 18px rgba(41, 128, 185, 0.18);
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  user-select: none;
  background: #fff;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #f0f7fc;
}

.faq-question span.q-text {
  font-weight: 700;
  color: #1a5276;
  font-size: 1.02em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-question span.q-text::before {
  content: '❓';
  font-size: 1.1em;
  flex-shrink: 0;
}

.faq-question span.q-icon {
  font-size: 1.3em;
  color: #2980b9;
  transition: transform 0.35s ease;
  font-weight: bold;
}

.faq-item.active .faq-question span.q-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 22px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 22px 20px 22px;
}

.faq-answer p {
  color: #4a6a7a;
  line-height: 2;
  margin: 0;
  font-size: 0.96em;
  border-top: 1px dashed #d5e8f3;
  padding-top: 15px;
}/* End custom CSS */