.elementor-4245 .elementor-element.elementor-element-af07cc1{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-9a9a0e6 *//* تنظیمات ساختار کلی هدر */
.vs-hero-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}

/* استایل تیتر اصلی H1 */
.vs-hero-title {
  color: #0A1F44; /* رنگ ثانویه - سرمه‌ای تیره */
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .vs-hero-title {
    font-size: 20px;
  }
}

/* استایل متن زیرعنوان یا قلاب اولیه */
.vs-hero-lead {
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 25px;
}

/* باکس اکوسیستم فناوری */
.vs-ecosystem-box {
  background-color: #ffffff;
  border-right: 5px solid #014C1E; /* رنگ اولیه - سبز تیره */
  box-shadow: 0 4px 15px rgba(10, 31, 68, 0.05);
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 25px;
}

.vs-box-title {
  color: #0A1F44;
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

/* گرید بندی آمارها کاملا ریسپانسیو و بدون فلکس سنتی */
.vs-stats-grid {
  display: block;
}

.vs-stat-item {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 5px;
}

.vs-stat-num {
  display: block;
  color: #014C1E; /* سبز تخصصی ویساساز */
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 5px;
}

.vs-stat-desc {
  display: block;
  color: #666666;
  font-size: 12px;
  line-height: 1.4;
}

/* بهینه‌سازی گرید در موبایل */
@media (max-width: 600px) {
  .vs-stat-item {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
  }
  .vs-stat-item:last-child {
    border-bottom: none;
  }
  .vs-stat-num {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
  }
  .vs-stat-desc {
    display: inline-block;
  }
}

/* باکس دعوت به اقدام درون‌متنی (Inline CTA) */
.vs-cta-inline {
  background-color: #0A1F44; /* سرمه‌ای تیره */
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.vs-cta-text {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 15px;
}

.vs-cta-btn {
  display: inline-block;
  background-color: #014C1E; /* سبز درخشان روی سرمه‌ای */
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.vs-cta-btn:hover {
  background-color: #003314;
}

@media (max-width: 48px) {
  .vs-cta-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3bb88c5 *//* کانتینر کلی بخش */
.vs-section-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

/* استایل تیتر H2 */
.vs-section-title {
  color: #0A1F44; /* رنگ ثانویه - سرمه‌ای تیره */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .vs-section-title {
    font-size: 18px;
  }
}

/* استایل جدول هوشمند هوک اسنیپت */
.vs-snippet-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 31, 68, 0.03);
  border-radius: 6px;
  overflow: hidden;
}

.vs-snippet-table th {
  background-color: #0A1F44; /* رنگ ثانویه */
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 16px;
  text-align: right;
}

.vs-snippet-table td {
  padding: 14px 16px;
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  border-bottom: 1px solid #eeeeee;
}

.vs-snippet-table tr:last-child td {
  border-bottom: none;
}

.vs-snippet-table tr:nth-child(even) {
  background-color: #fafafa;
}

/* بهینه‌سازی کامل جدول برای موبایل (بدون اسکرول افقی آزاردهنده) */
@media (max-width: 600px) {
  .vs-snippet-table, 
  .vs-snippet-table thead, 
  .vs-snippet-table tbody, 
  .vs-snippet-table th, 
  .vs-snippet-table td, 
  .vs-snippet-table tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  
  .vs-snippet-table thead {
    display: none; /* حذف هدر جدول در موبایل برای خوانایی داینامیک */
  }
  
  .vs-snippet-table tr {
    border: 1px solid #e0e0e0;
    margin-bottom: 12px;
    border-radius: 6px;
    background: #ffffff;
    padding: 8px 0;
  }
  
  .vs-snippet-table td {
    border-bottom: 1px dashed #f0f0f0;
    padding: 10px 15px;
  }
  
  .vs-snippet-table td:last-child {
    border-bottom: none;
    background-color: #fafafa;
  }
  
  .vs-snippet-table td strong {
    color: #0A1F44;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
  }
}

/* فوتر جدول و دکمه CTA */
.vs-table-footer {
  text-align: center;
  margin-top: 15px;
}

.vs-badge-text {
  color: #014C1E; /* رنگ اولیه - سبز تیره جهت تاکید روی مزیت رقابتی */
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 0 10px;
}

.vs-secondary-cta {
  display: inline-block;
  background-color: #014C1E; /* رنگ برند */
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  border: 2px solid #014C1E;
  transition: all 0.3s ease;
}

.vs-secondary-cta:hover {
  background-color: #ffffff;
  color: #014C1E !important;
}

@media (max-width: 480px) {
  .vs-secondary-cta {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4d9e52f *//* کانتینر اصلی */
.vs-grid-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
}

/* تیتر اصلی بخش H2 */
.vs-grid-main-title {
  color: #0A1F44; /* سرمه‌ای تیره */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .vs-grid-main-title {
    font-size: 18px;
  }
}

/* شبیه‌ساز گرید بدون استفاده از display: flex یا grid برای پایداری ۱۰۰٪ */
.vs-cards-wrapper {
  width: 100%;
  display: block;
  clear: both;
}

/* استایل هر کارت به صورت ستون‌های شناور درصدبندی شده */
.vs-card-item {
  display: inline-block;
  width: 31.33%;
  margin-left: 2%;
  vertical-align: top;
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.02);
  position: relative;
  min-height: 240px;
}

.vs-card-item:last-child {
  margin-left: 0; /* حذف مارجین کارت آخر */
}

/* خط رنگی هدر کارت برای ایجاد هارمونی و جذابیت بصری */
.vs-card-accent-line {
  height: 4px;
  width: 40px;
  background-color: #014C1E; /* سبز تخصصی ویساساز */
  border-radius: 2px;
  margin-bottom: 15px;
}

/* تیتر داخل کارت‌ها */
.vs-card-title {
  color: #0A1F44; /* سرمه‌ای */
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
}

/* متن بدنه کارت‌ها */
.vs-card-text {
  color: #555555;
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}

/* بهینه‌سازی کامل و ۱۰۰٪ ریسپانسیو برای تبلت و موبایل */
@media (max-width: 991px) {
  .vs-card-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
    min-height: 220px;
  }
  .vs-card-item:nth-child(2n) {
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .vs-card-item {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    min-height: auto;
  }
}

/* بخش پائین کارت‌ها و لینک دعوت به اقدام */
.vs-grid-footer {
  margin-top: 25px;
  text-align: center;
  clear: both;
}

.vs-grid-notice {
  color: #333333;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.vs-grid-link {
  display: inline-block;
  color: #014C1E !important; /* سبز تیره */
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 2px solid #014C1E;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}

.vs-grid-link:hover {
  color: #0A1F44 !important;
  border-bottom-color: #0A1F44;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0a6e7e7 *//* کانتینر کلی */
.vs-trust-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
}

/* تیتر اصلی بخش */
.vs-trust-title {
  color: #0A1F44; /* سرمه‌ای تیره */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .vs-trust-title {
    font-size: 18px;
  }
}

/* متن مقدمه */
.vs-trust-lead {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 25px;
}

/* ساختار جدول T-Shape بدون تداخل با قالب */
.vs-tshape-table {
  width: 100%;
  margin-bottom: 30px;
  clear: both;
  display: block;
}

.vs-table-column {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(10, 31, 68, 0.02);
}

.vs-col-left {
  float: right;
}

.vs-col-right {
  float: left;
}

/* هدر ستون‌ها با تفکیک رنگی هوشمند بر اساس پالت برند */
.vs-col-left .vs-col-header {
  background-color: #014C1E; /* سبز تخصصی ویساساز برای بخش مزایا */
  color: #ffffff;
}

.vs-col-right .vs-col-header {
  background-color: #0A1F44; /* سرمه‌ای تیره برای بخش چالش‌ها */
  color: #ffffff;
}

.vs-col-header {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

/* بدنه ستون‌ها و لیست‌ها */
.vs-col-body {
  padding: 15px;
  min-height: 220px;
}

.vs-col-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vs-col-body li {
  font-size: 13px;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 12px;
  position: relative;
  padding-right: 15px;
  text-align: justify;
}

/* شبیه‌ساز بالت لیست سفارشی به جای ایموجی */
.vs-col-body li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.vs-col-left .vs-col-body li::before {
  background-color: #014C1E;
}

.vs-col-right .vs-col-body li::before {
  background-color: #0A1F44;
}

.vs-col-body li strong {
  color: #0A1F44;
  display: inline;
}

/* ریسپانسیو کاملا بهینه برای موبایل */
@media (max-width: 768px) {
  .vs-table-column {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .vs-col-body {
    min-height: auto;
  }
}

/* باکس راهکار و مزیت رقابتی ویساساز */
.vs-solution-box {
  background-color: #ffffff;
  border-right: 4px solid #014C1E;
  border-left: 1px solid #eef1f6;
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
  padding: 22px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.03);
  clear: both;
}

.vs-solution-title {
  color: #0A1F44;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
}

.vs-solution-text {
  color: #555555;
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 10px;
}

.vs-solution-text.highlight {
  color: #014C1E; /* تاکید روی پشتیبانی در خاک مقصد با رنگ سبز برند */
  font-weight: 700;
  margin-bottom: 20px;
}

/* دکمه تبدیل اصلی */
.vs-action-wrapper {
  text-align: center;
}

.vs-action-button {
  display: inline-block;
  background-color: #0A1F44; /* سرمه‌ای لوکس */
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 26px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.vs-action-button:hover {
  background-color: #014C1E; /* سوییچ به سبز در هاور */
}

@media (max-width: 480px) {
  .vs-action-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b35220c *//* کانتینر کلی بخش مالی */
.vs-finance-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
}

/* تیتر اصلی H2 */
.vs-finance-title {
  color: #0A1F44; /* رنگ ثانویه - سرمه‌ای تیره */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .vs-finance-title {
    font-size: 18px;
  }
}

/* متن مقدمه */
.vs-finance-lead {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 30px;
}

/* ساختار خلاقانه نوار پیشرفت عمودی برای موبایل و دسکتاپ */
.vs-progress-wrapper {
  position: relative;
  padding-right: 35px;
  margin-bottom: 35px;
}

/* خط عمودی واصل بین مراحل */
.vs-progress-wrapper::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background-color: #eef1f6;
  z-index: 1;
}

/* تک تک مراحل نوار پیشرفت */
.vs-progress-step {
  position: relative;
  margin-bottom: 25px;
}

.vs-progress-step:last-child {
  margin-bottom: 0;
}

/* دایره شماره‌ها */
.vs-step-circle {
  position: absolute;
  right: -35px;
  top: 2px;
  width: 26px;
  height: 26px;
  background-color: #0A1F44; /* سرمه‌ای */
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

/* تغییر رنگ دایره مرحله آخر به سبز برند جهت ایجاد انگیزه بصری */
.vs-progress-step:last-child .vs-step-circle {
  background-color: #014C1E; /* سبز ویساساز */
}

/* محتوای متنی هر مرحله */
.vs-step-content {
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(10, 31, 68, 0.01);
}

.vs-step-title {
  color: #0A1F44;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.vs-step-value {
  color: #014C1E; /* قیمت‌ها با رنگ سبز معتبر نمایش داده می‌شوند */
  font-size: 16px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 8px;
}

.vs-step-desc {
  color: #666666;
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

/* فوتر بخش مالی و دعوت به اقدام نهایی */
.vs-finance-footer {
  background-color: #fafafa;
  border: 1px solid #eef1f6;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.vs-finance-notice {
  color: #333333;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: justify;
}

.vs-finance-notice strong {
  color: #014C1E;
}

.vs-finance-btn {
  display: inline-block;
  background-color: #014C1E; /* سبز تخصصی */
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.vs-finance-btn:hover {
  background-color: #0A1F44; /* سوییچ به سرمه‌ای در هاور */
}

@media (max-width: 480px) {
  .vs-finance-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-13a23c6 *//* کانتینر اصلی خط زمانی */
.vs-timeline-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
}

/* تیتر اصلی H2 */
.vs-timeline-main-title {
  color: #0A1F44; /* سرمه‌ای تیره */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .vs-timeline-main-title {
    font-size: 18px;
  }
}

/* لید اولیه */
.vs-timeline-lead {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 30px;
}

/* ساختار کلی خط زمانی عمودی */
.vs-timeline-wrapper {
  position: relative;
  padding-right: 40px;
  margin-bottom: 35px;
}

/* خط محوری عمودی تایم‌لاین */
.vs-timeline-wrapper::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background-color: #eef1f6;
  z-index: 1;
}

/* آیتم‌های تایم‌لاین */
.vs-timeline-item {
  position: relative;
  margin-bottom: 25px;
}

.vs-timeline-item:last-child {
  margin-bottom: 0;
}

/* نشان‌ها و شماره‌های روی خط محوری */
.vs-timeline-badge {
  position: absolute;
  right: -40px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-color: #0A1F44; /* سرمه‌ای */
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 0 0 4px #ffffff;
}

/* برجسته کردن گام چهارم (برگ برنده ویساساز) با تغییر رنگ به سبز برند */
.vs-timeline-item:last-child .vs-timeline-badge {
  background-color: #014C1E; /* سبز تخصصی */
  box-shadow: 0 0 0 4px #ffffff, 0 4px 10px rgba(1, 76, 30, 0.2);
}

/* باکس محتوای مراحل عادی */
.vs-timeline-content {
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  padding: 18px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(10, 31, 68, 0.01);
}

/* باکس متمایز مرحله نهایی (پشتیبانی در خاک مقصد) */
.vs-timeline-content-premium {
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-right: 4px solid #014C1E; /* خط تاکید سبز */
  padding: 18px 20px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 6px 20px rgba(1, 76, 30, 0.04);
}

/* عناوین مراحل H3 */
.vs-step-heading {
  color: #0A1F44;
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.5;
}

.vs-step-heading.premium-color {
  color: #014C1E; /* رنگ سبز برای تاکید بیزینسی */
}

/* متون توضیحی مراحل */
.vs-step-detail {
  color: #666666;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* فوتر و دکمه تبدیل نهایی بخش */
.vs-timeline-footer {
  text-align: center;
  margin-top: 30px;
  background-color: #fafafa;
  border: 1px solid #eef1f6;
  padding: 20px;
  border-radius: 8px;
}

.vs-footer-notice {
  color: #333333;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 15px;
}

.vs-timeline-btn {
  display: inline-block;
  background-color: #014C1E; /* سبز تخصصی */
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.vs-timeline-btn:hover {
  background-color: #0A1F44;
}

@media (max-width: 480px) {
  .vs-timeline-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ea01077 *//* کانتینر اصلی چک‌لیست */
.vs-checklist-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
}

/* تیتر اصلی بخش H2 */
.vs-checklist-main-title {
  color: #0A1F44; /* رنگ ثانویه - سرمه‌ای تیره */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .vs-checklist-main-title {
    font-size: 18px;
  }
}

/* متن لید یا راهنمای اولیه */
.vs-checklist-lead {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 25px;
}

/* ساختار المان تعاملی */
.vs-interactive-list {
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 4px 15px rgba(10, 31, 68, 0.01);
  margin-bottom: 30px;
}

/* استایل هر ردیف از چک‌لیست */
.vs-todo-item {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.8;
  color: #444444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vs-todo-item:last-child {
  margin-bottom: 0;
}

/* پنهان کردن چک‌باکس پیش‌فرض مرورگر */
.vs-todo-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* چک‌باکس سفارشی شده بر اساس پالت برند */
.vs-checkmark {
  position: absolute;
  top: 4px;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #0A1F44; /* لبه سرمه‌ای در حالت عادی */
  border-radius: 4px;
  transition: all 0.2s ease;
}

/* تغییر رنگ پس‌زمینه در حالت هاور */
.vs-todo-item:hover input ~ .vs-checkmark {
  background-color: #fafafa;
}

/* تغییر ظاهر چک‌باکس پس از کلیک و تیک خوردن توسط کاربر */
.vs-todo-item input:checked ~ .vs-checkmark {
  background-color: #014C1E; /* تغییر به رنگ سبز برند با کلیک کاربر */
  border-color: #014C1E;
}

/* ساختن علامت تیک (سفید رنگ) */
.vs-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* نمایش علامت تیک پس از انتخاب */
.vs-todo-item input:checked ~ .vs-checkmark:after {
  display: block;
}

/* تنظیم دقیق ابعاد و زاویه علامت تیک داخل مربع */
.vs-todo-item .vs-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* استایل متن ردیف چک‌لیست */
.vs-todo-text {
  display: block;
  text-align: justify;
}

.vs-todo-text strong {
  color: #0A1F44;
}

/* خط زدن متن یا کم‌رنگ کردن آن پس از کلیک کاربر جهت حس تعاملی خفن */
.vs-todo-item input:checked ~ .vs-todo-text {
  color: #999999;
  text-decoration: line-through;
}

/* فوتر و دکمه دعوت به اقدام نهایی */
.vs-checklist-footer {
  background-color: #fafafa;
  border: 1px solid #eef1f6;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.vs-footer-insight {
  color: #333333;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: justify;
}

.vs-footer-insight strong {
  color: #014C1E;
}

.vs-checklist-btn {
  display: inline-block;
  background-color: #014C1E; /* سبز تخصصی */
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.vs-checklist-btn:hover {
  background-color: #0A1F44; /* سوییچ به سرمه‌ای در هاور */
}

@media (max-width: 480px) {
  .vs-checklist-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8a3a273 *//* کانتینر کلی آکاردئون */
.vs-faq-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
}

/* تیتر اصلی بخش H2 */
.vs-faq-main-title {
  color: #0A1F44; /* سرمه‌ای تیره */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .vs-faq-main-title {
    font-size: 18px;
  }
}

/* باکس کلی آکاردئون‌ها */
.vs-accordion-wrapper {
  margin-bottom: 30px;
}

/* استایل هر آیتم آکاردئون */
.vs-accordion-item {
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(10, 31, 68, 0.01);
}

/* هدر آکاردئون (سوالات) */
.vs-accordion-header {
  color: #0A1F44; /* سرمه‌ای تیره */
  font-size: 14px;
  font-weight: 700;
  padding: 16px 20px;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* المان پلاس/فلش بومی متنی برای دوری از سنگینی آیکون‌ها */
.vs-accordion-header::after {
  content: "▼";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #014C1E; /* سبز تخصصی */
  transition: transform 0.3s ease;
}

/* بدنه آکاردئون (پاسخ‌ها) - مینی‌مال و باز بدون ابهام */
.vs-accordion-content {
  padding: 0 20px 16px 20px;
  background-color: #ffffff;
}

.vs-accordion-content p {
  color: #555555;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* فوتر نهایی لایه اعتماد و دکمه کلیک نهایی */
.vs-faq-footer {
  background-color: #fafafa;
  border: 1px solid #eef1f6;
  padding: 22px;
  border-radius: 8px;
  text-align: center;
}

.vs-faq-cta-text {
  color: #333333;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: justify;
}

.vs-faq-cta-text strong {
  color: #014C1E; /* تاکید روی پشتیبانی در خاک مقصد */
}

.vs-faq-btn {
  display: inline-block;
  background-color: #014C1E; /* سبز تخصصی برند */
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.vs-faq-btn:hover {
  background-color: #0A1F44; /* سوییچ به سرمه‌ای لوکس در هاور */
}

@media (max-width: 480px) {
  .vs-faq-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2477b30 *//* کانتینر کلی بخش تبدیل نهایی */
.vs-ultimate-conversion {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}

/* بنر اصلی با پس‌زمینه سرمه‌ای تیره لوکس */
.vs-conversion-banner {
  background-color: #0A1F44; /* رنگ ثانویه برند */
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(10, 31, 68, 0.15);
}

/* تیتر H2 داخل بنر */
.vs-conversion-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .vs-conversion-title {
    font-size: 18px;
  }
}

/* متن بدنه بنر */
.vs-conversion-lead {
  color: #eef1f6;
  font-size: 14px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
}

@media (max-width: 768px) {
  .vs-conversion-lead {
    font-size: 13px;
    text-align: justify;
  }
}

/* کانتینر دکمه‌های دوقلو */
.vs-dual-buttons {
  margin-bottom: 25px;
  display: block;
}

/* دکمه اول: ثبت درخواست (سبز درخشان روی سرمه‌ای) */
.vs-btn-primary {
  display: inline-block;
  background-color: #014C1E; /* رنگ اولیه برند */
  color: #ffffff !important;
  text-decoration: none;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  margin: 0 10px;
  border: 2px solid #014C1E;
  transition: all 0.3s ease;
}

.vs-btn-primary:hover {
  background-color: #003314;
  border-color: #003314;
}

/* دکمه دوم: تماس مستقیم (اوتی‌لاین سفید و شیک) */
.vs-btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #ffffff !important;
  text-decoration: none;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  margin: 0 10px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.vs-btn-secondary:hover {
  background-color: #ffffff;
  color: #0A1F44 !important;
}

/* بهینه‌سازی دکمه‌ها برای موبایل (زیر هم قرار گرفتن و عرض ۱۰۰٪) */
@media (max-width: 600px) {
  .vs-btn-primary, .vs-btn-secondary {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 13px;
  }
  .vs-btn-secondary {
    margin-bottom: 0;
  }
}

/* متن کوچک هشدار ظرفیت در پایین بنر جهت ایجاد حس فوریت (Urgency) */
.vs-conversion-subtext {
  color: #abbbc9;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}/* End custom CSS */