.elementor-315 .elementor-element.elementor-element-b45937b{--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@300;400;500;600;700;800;900&display=swap');

/* ===== ریست و پایه ===== */
* {
  font-family: 'Vazirmatn', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f9fafb;
  direction: rtl;
}

/* ===== wrapper اصلی ===== */
.article-wrapper {
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  line-height: 2.1;
  color: #2d2d2d;
}

/* ===== عناوین ===== */
.article-wrapper h2 {
  color: #0c4a6e;
  border-bottom: 3px solid #0ea5e9;
  padding-bottom: 8px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.article-wrapper h3 {
  color: #0369a1;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
}

/* ===== پاراگراف‌ها ===== */
.article-wrapper p {
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 0.97rem;
}

/* ===== لیست‌ها ===== */
.article-wrapper ul {
  padding-right: 1.5rem;
  margin-bottom: 1rem;
  list-style: none;
}

.article-wrapper ul li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-right: 1.2rem;
  font-size: 0.95rem;
}

.article-wrapper ul li::before {
  content: '✅';
  position: absolute;
  right: -0.2rem;
}

/* ===== تصاویر ===== */
.article-wrapper img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* ===== جدول قیمت ===== */
.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 1.5rem 0;
}

.price-table thead th {
  background: linear-gradient(135deg, #0c4a6e, #0284c7);
  color: #fff;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 0.95rem;
}

.price-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e7ef;
  font-size: 0.93rem;
  text-align: center;
}

.price-table tbody tr:nth-child(even) {
  background: #f0f9ff;
}

.price-table tbody tr:hover {
  background: #e0f2fe;
  transition: 0.3s;
}

/* ===== کارت برند ===== */
.brand-card {
  background: linear-gradient(145deg, #f8fafc, #e0f2fe);
  border: 1px solid #bae6fd;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  transition: all 0.3s;
}

.brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(14, 165, 233, 0.15);
}

.brand-card h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.brand-card h4.brand-foreign {
  color: #075985;
}

.brand-card h4.brand-domestic {
  color: #047857;
}

.brand-card p {
  font-size: 0.85rem;
  color: #4b5563;
  margin-bottom: 0 !important;
}

/* ===== گرید برندها ===== */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (max-width: 1024px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .brands-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== باکس CTA ===== */
.cta-box {
  background: linear-gradient(135deg, #0c4a6e, #0369a1);
  border-radius: 16px;
  padding: 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

.cta-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
}

.cta-box h3 {
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  border-bottom: none !important;
}

.cta-box .cta-desc {
  color: #bae6fd;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #0c4a6e;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 0.95rem;
  direction: ltr;
}

.phone-btn:hover {
  background: #e0f2fe;
  transform: scale(1.05);
}

/* ===== باکس هایلایت ===== */
.highlight-box {
  background: #fffbeb;
  border-right: 4px solid #f59e0b;
  padding: 1rem 1.25rem;
  border-radius: 0 8px 8px 0;
  margin: 1.5rem 0;
}

.highlight-box p {
  margin-bottom: 0 !important;
}

/* ===== سوالات متداول ===== */
.faq-item {
  border: 1px solid #e0e7ef;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq-question {
  background: #f0f9ff;
  padding: 14px 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  color: #0c4a6e;
  transition: 0.3s;
}

.faq-question:hover {
  background: #e0f2fe;
}

.faq-answer {
  padding: 14px 18px;
  font-size: 0.93rem;
  display: none;
  border-top: 1px solid #e0e7ef;
  line-height: 2;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-arrow {
  transition: 0.3s;
}

/* ===== کارت‌های آمار ===== */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

.stat-card {
  text-align: center;
  background: linear-gradient(145deg, #f0f9ff, #e0f2fe);
  border-radius: 12px;
  padding: 1.25rem 0.75rem;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 900;
  color: #0284c7;
}

.stat-label {
  font-size: 0.8rem;
  color: #475569;
  margin-top: 4px;
}

/* ===== پیوندهای داخلی و خارجی ===== */
.article-wrapper a.internal-link {
  color: #0369a1;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dashed #0ea5e9;
  transition: 0.3s;
}

.article-wrapper a.internal-link:hover {
  color: #0c4a6e;
  border-bottom-style: solid;
}

.article-wrapper a.external-link {
  color: #0369a1;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px dotted #64748b;
  transition: 0.3s;
}

.article-wrapper a.external-link:hover {
  color: #0c4a6e;
  border-bottom-style: solid;
}

/* ===== باکس منابع خارجی ===== */
.external-sources-box {
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 12px;
  padding: 1.25rem;
  margin: 1.5rem 0;
}

.external-sources-box h4 {
  color: #166534;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.external-sources-box ul {
  padding-right: 0;
}

.external-sources-box ul li {
  padding-right: 0;
  margin-bottom: 0.4rem;
}

.external-sources-box ul li::before {
  content: '🔗';
}

.external-sources-box a {
  color: #15803d;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px dotted #86efac;
  transition: 0.3s;
}

.external-sources-box a:hover {
  color: #166534;
  border-bottom-style: solid;
}

/* ===== باکس پیوندهای داخلی ===== */
.internal-links-box {
  background: #eff6ff;
  border: 1px solid #93c5fd;
  border-radius: 12px;
  padding: 1.25rem;
  margin: 1.5rem 0;
}

.internal-links-box h4 {
  color: #1e40af;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.internal-links-box ul {
  padding-right: 0;
}

.internal-links-box ul li {
  padding-right: 0;
  margin-bottom: 0.4rem;
}

.internal-links-box ul li::before {
  content: '📌';
}

.internal-links-box a {
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dashed #93c5fd;
  transition: 0.3s;
}

.internal-links-box a:hover {
  color: #1e3a8a;
  border-bottom-style: solid;
}/* End custom CSS */