.elementor-304 .elementor-element.elementor-element-e4e97bf{--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 *//* استایل کلی */
div[dir="rtl"] {
  font-family: Tahoma, Arial, sans-serif;
  line-height: 2;
  color: #333;
  max-width: 100%;
  padding: 10px;
}

/* استایل‌های تیترها */
h1 {
  color: #0a6abf;
  font-size: 24px;
  border-bottom: 3px solid #0a6abf;
  padding-bottom: 10px;
}

h2 {
  color: #0a6abf;
  font-size: 22px;
  border-bottom: 3px solid #0a6abf;
  padding-bottom: 10px;
}

h3 {
  color: #555;
  font-size: 17px;
}

/* استایل پاراگراف‌ها */
p {
  text-align: justify;
  font-size: 15px;
}

/* استایل تصاویر */
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* استایل جدول */
.table-wrapper {
  overflow-x: auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  text-align: center;
}

.price-table thead tr {
  background-color: #0a6abf;
  color: #fff;
}

.price-table th {
  padding: 12px 8px;
  border: 1px solid #ddd;
}

.price-table td {
  padding: 10px 8px;
  border: 1px solid #ddd;
}

.price-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-note {
  text-align: justify;
  font-size: 13px;
  color: #888;
}

/* استایل لیست‌ها */
.brand-list {
  font-size: 15px;
  line-height: 2.2;
  padding-right: 20px;
}

.features-list {
  font-size: 15px;
  line-height: 2.5;
  padding-right: 20px;
}

/* استایل باکس تماس */
.contact-box {
  background: linear-gradient(135deg, #0a6abf, #064a85);
  color: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  margin: 25px 0;
}

.contact-box h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.phone-number {
  font-size: 18px;
  margin: 8px 0;
}

.phone-number a {
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
}

.availability {
  font-size: 14px;
  margin-top: 15px;
  color: #ddd;
}

/* استایل سوالات متداول */
.faq-item {
  margin: 20px 0;
  padding: 15px;
  background-color: #f5f5f5;
  border-right: 4px solid #0a6abf;
  border-radius: 5px;
}

.faq-question {
  color: #0a6abf;
  font-size: 16px;
  margin-bottom: 10px;
}

.faq-answer {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}/* End custom CSS */