.elementor-1000 .elementor-element.elementor-element-ffeeb16{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1000 .elementor-element.elementor-element-72df774{--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;}.elementor-1000 .elementor-element.elementor-element-337f377{--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;--justify-content:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-1000 .elementor-element.elementor-element-9febf1b{--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;}@media(min-width:768px){.elementor-1000 .elementor-element.elementor-element-72df774{--width:50%;}.elementor-1000 .elementor-element.elementor-element-337f377{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-a83b3e3 *//* کانتینر سمت راست */
.right-content {
  font-family: 'VazirMATN', sans-serif;
  color: #335643;
  max-width: 550px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* تیتر اصلی */
.right-content .main-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* زیرتیتر / توضیح کوتاه */
.right-content .sub-heading {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #335643;
}

/* لیست ویژگی‌ها */
.right-content .features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.right-content .features-list li {
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.right-content .features-list li .feature-icon {
  color: #EDB66E;
  font-weight: bold;
  margin-right: 10px;
  font-size: 18px;
}

/* متن نهایی قبل از دکمه */
.right-content .buy-note {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #335643;
}

/* دکمه CTA */
.right-content .btn-cta {
  display: inline-flex;            /* flex برای وسط‌چین دقیق متن */
  justify-content: center;          /* وسط‌چین افقی متن */
  align-items: center;              /* وسط‌چین عمودی متن */
  background-color: #EDB66E;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 35px;               /* padding بهینه برای موبایل و دسکتاپ */
  border-radius: 8px;
  transition: all 0.3s ease;
}

.right-content .btn-cta:hover {
  background-color: #d1a55a;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .right-content {
    max-width: 100%;
    padding: 20px;
  }

  .right-content .main-heading {
    font-size: 28px;
  }

  .right-content .sub-heading,
  .right-content .features-list li,
  .right-content .buy-note {
    font-size: 16px;
  }

  .right-content .btn-cta {
    font-size: 16px;
    padding: 12px 25px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-609b95f *//* بخش مقایسه */
.compare-section {
  font-family: 'Vazirmatn', sans-serif;
  padding: 50px 20px;
  max-width: 1000px;
  margin: 0 auto;
  color: #335643;
  background-color: #fefcf7; /* پس‌زمینه ملایم */
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  direction: rtl; /* راست‌چین کردن کل بخش */
  text-align: right; /* متن جدول و کارت‌ها راست‌چین */
}

/* تیتر بخش */
.compare-section .section-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #335643;
  text-align: center;
  position: relative;
}

/* جدول */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  font-size: 16px;
  direction: rtl; /* راست‌چین کردن جدول */
  text-align: right; /* متن داخل جدول راست‌چین */
}

/* هدر جدول */
.compare-table thead tr {
  background-color: #335643;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.compare-table th,
.compare-table td {
  padding: 14px 18px;
  border: 1px solid #ddd;
}

/* ردیف های جدول */
.compare-table tbody tr:nth-child(even) {
  background-color: #edf5f0; /* سبز خیلی ملایم */
}

.compare-table tbody tr:hover {
  background-color: #e1f0db; /* هایلایت سبز روشن هنگام هاور */
}

/* ستون ویژگی */
.compare-table tbody td:first-child {
  font-weight: 600;
  text-align: right; /* راست‌چین کردن نام ویژگی */
  padding-right: 20px;
}

/* ریسپانسیو جدول */
@media (max-width: 768px) {
  .compare-table th,
  .compare-table td {
    font-size: 14px;
    padding: 10px 8px;
  }

  .compare-section .section-heading {
    font-size: 24px;
  }
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  font-size: 16px;
  direction: rtl;
  text-align: right;
  height: auto; /* اطمینان از ارتفاع خودکار */
}/* End custom CSS */