.elementor-1626 .elementor-element.elementor-element-6ccbe9e{--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-1626 .elementor-element.elementor-element-7aead9f{--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;}.elementor-1626 .elementor-element.elementor-element-7f297cd{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-1626 .elementor-element.elementor-element-1668b45{--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;--justify-content:flex-start;}.elementor-1626 .elementor-element.elementor-element-e696f63{--display:flex;}.elementor-1626 .elementor-element.elementor-element-df5c8c6{--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-1626 .elementor-element.elementor-element-a4156f3{--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-1626 .elementor-element.elementor-element-de53ff4{--display:flex;}@media(min-width:768px){.elementor-1626 .elementor-element.elementor-element-7aead9f{--width:50%;}.elementor-1626 .elementor-element.elementor-element-7f297cd{--width:50%;}.elementor-1626 .elementor-element.elementor-element-a4156f3{--width:50%;}.elementor-1626 .elementor-element.elementor-element-de53ff4{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-f42ffb4 *//* کانتینر متن */
.x5-right-wrapper {
  direction: rtl;
  text-align: right;
  font-family: 'Vazirmatn', sans-serif;
  max-width: 550px;
  color: #335643;
}

/* عنوان */
.x5-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #335643;
  line-height: 1.25;
}

/* زیرعنوان */
.x5-subtitle {
  font-size: 17px;
  color: #335643;
  margin-bottom: 25px;
  line-height: 1.9;
}

/* لیست ویژگی‌ها */
.x5-feature-list {
  direction: rtl;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}

.x5-feature-list li {
  background: #E3E8E5;
  padding: 10px 14px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 15px;
  color: #335643;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.x5-feature-list li .icon {
  margin-left: 10px;
}

/* دکمه – وسط‌چین */
.x5-btn-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.x5-btn-primary {
  background: #335643; /* سبز اولیه */
  color: #fff;          /* متن سفید */
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}

.x5-btn-primary:hover {
  background: #fff;       /* پس‌زمینه سفید هنگام هاور */
  color: #335643;         /* متن سبز هنگام هاور */
  border: 2px solid #335643; /* اختیاری برای زیباتر شدن */
}

/* متن پایین */
.x5-note {
  font-size: 14px;
  color: #335643;
  margin-top: 10px;
}

/* ریسپانسیو موبایل */
@media(max-width:768px) {
  .x5-title { font-size: 28px; }
  .x5-subtitle { font-size: 15px; }
  .x5-btn-primary { width: auto; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6ccbe9e */.elementor-widget-shortcode .elementor-shortcode * {

    direction: ltr;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a71e3d5 *//* بخش ویژگی‌ها */
.x5-features-section {
  direction: rtl;
  text-align: right;
  font-family: 'Vazirmatn', sans-serif;
  margin: 60px 0;
  color: #335643;
}

.x5-features-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #335643;
}

/* شبکه کارت‌ها */
.x5-features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; /* کارت‌ها راست چین */
  gap: 20px;
}

/* کارت هر ویژگی */
.x5-feature-card {
  background: #E3E8E5;
  padding: 20px;
  border-radius: 12px;
  width: calc(33.333% - 20px); /* سه کارت در هر ردیف دسکتاپ */
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* هدر کارت: آیکون چپ، متن راست چین */
.x5-feature-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-direction: row; /* آیکون سمت چپ، متن سمت راست */
}

.x5-feature-icon {
  font-size: 28px;
  margin-left: 10px; /* فاصله بین آیکون و متن */
  flex-shrink: 0;
}

.x5-feature-header h3 {
  text-align: right; /* متن راست چین */
  margin: 0;
  flex-grow: 1;
}

/* توضیح کوتاه اولیه */
.x5-feature-short {
  font-size: 15px;
  margin-bottom: 5px;
}

/* مزایا (جزئیات) همیشه نمایش داده شود */
.x5-feature-advantage {
  font-weight: 600;
  color: #335643;
  font-size: 15px;
  opacity: 1; /* همیشه قابل مشاهده */
  transform: translateY(0); /* بدون انیمیشن هاور */
  transition: none;
}

/* افکت hover کارت */
.x5-feature-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

/* ریسپانسیو تبلت */
@media(max-width:992px){
  .x5-feature-card {
    width: calc(50% - 20px); /* دو کارت در هر ردیف تبلت */
  }
}

/* ریسپانسیو موبایل */
@media(max-width:768px){
  .x5-feature-card {
    width: 100%; /* یک کارت در هر ردیف موبایل */
  }
  .x5-features-title {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-cbf8c9e *//* کانتینر متن */
.x5-maintenance-text {
  max-width: 700px;
  border: 2px solid #335643;
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  direction: rtl;
  text-align: right;
  font-family: 'Vazirmatn', sans-serif;
  margin: 0 auto;
  color: #335643;
}

/* عنوان */
.x5-maintenance-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: right;
}

/* پاراگراف */
.x5-maintenance-text p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: right;
}

/* لیست نکات */
.x5-maintenance-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: right;
}

/* آیتم‌های لیست */
.x5-maintenance-list li {
  margin-bottom: 12px;
  font-size: 13px;
  position: relative;
  padding-right: 28px; /* فاصله برای آیکون */
  text-align: right;
  transition: transform 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

/* آیکون کنار هر نکته */
.x5-list-icon {
  position: absolute;
  right: 0;
  font-size: 18px;
  transition: color 0.2s ease;
}

/* افکت hover روی آیتم لیست */
.x5-maintenance-list li:hover {
  transform: translateX(-5px); /* کمی حرکت به سمت چپ */
  color: #335643; /* می‌تونی رنگ متن هنگام هاور تغییر کند */
}

.x5-maintenance-list li:hover .x5-list-icon {
  color: #EDB66E; /* تغییر رنگ آیکون هنگام هاور */
}

/* دکمه وسط‌چین */
.x5-maintenance-btn-container {
  display: flex;
  justify-content: center;
}

.x5-btn-primary {
  background: #335643;
  color: #fff;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}

.x5-btn-primary:hover {
  background: #fff;
  color: #335643;
  border: 2px solid #335643;
}

/* ریسپانسیو موبایل */
@media(max-width:768px){
  .x5-maintenance-text {
    width: 90%;
  }
  .x5-maintenance-text h2 {
    font-size: 24px;
  }
  .x5-maintenance-list li {
    padding-right: 25px;
  }
  .x5-list-icon {
    font-size: 16px;
  }
}/* End custom CSS */