.elementor-4348 .elementor-element.elementor-element-0a219f5{--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-e7cfe3e *//* کانتینر کلی هدر لندینگ */
.vs-scandi-hero {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

/* باکس اصلی هدر جهت تفکیک از سایر بخش‌ها */
.vs-hero-card {
  background-color: #ffffff;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.02);
}

/* استایل تیتر اصلی H1 با رنگ ثانویه برند */
.vs-main-title {
  color: #0A1F44; /* سرمه‌ای تیره لوکس */
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .vs-main-title {
    font-size: 19px;
    line-height: 1.6;
  }
}

/* متن زیرعنوان با تکنیک Hook و کنتراست بالا */
.vs-hero-hook {
  color: #333333;
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 25px;
}

/* ساختار شاخص‌های سریع آماری کاملا ریسپانسیو و بدون فلکس سنتی */
.vs-quick-indicators {
  border-top: 1px solid #f0f4f8;
  padding-top: 20px;
  display: block;
  clear: both;
}

.vs-indicator-item {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
}

/* نمایش مقادیر عددی با رنگ اولیه برند جهت انتقال حس رشد و اعتبار */
.vs-ind-value {
  display: block;
  color: #014C1E; /* سبز تخصصی ویساساز */
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.vs-ind-label {
  display: block;
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
}

/* ریسپانسیو ۱۰۰٪ المان آمار برای دستگاه‌های موبایل */
@media (max-width: 600px) {
  .vs-indicator-item {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #f0f4f8;
    padding: 12px 5px;
  }
  .vs-indicator-item:last-child {
    border-bottom: none;
  }
  .vs-ind-value {
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
    margin-bottom: 0;
  }
  .vs-ind-label {
    display: inline-block;
    vertical-align: middle;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1030957 *//* کانتینر کلی بخش دوم */
.vs-p2-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

/* استایل باکس لید قلاب‌دار با رنگ پس‌زمینه لایت */
.vs-hook-box {
  background-color: #fafafa; /* رنگ لایت خنثی */
  border-right: 4px solid #0A1F44; /* خط تاکید سرمه‌ای تیره */
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(10, 31, 68, 0.01);
}

.vs-hook-text {
  color: #0A1F44;
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
  margin: 0;
}

/* استایل جدول اطلاعات کلیدی */
.vs-facts-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(10, 31, 68, 0.02);
  border-radius: 6px;
  overflow: hidden;
}

.vs-facts-table th {
  background-color: #0A1F44; /* رنگ ثانویه برند */
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 16px;
  text-align: right;
}

.vs-facts-table td {
  padding: 14px 16px;
  font-size: 13px;
  color: #333333;
  line-height: 1.7;
  border-bottom: 1px solid #f0f4f8;
}

.vs-facts-table tr:last-child td {
  border-bottom: none;
}

.vs-facts-table tr:nth-child(even) {
  background-color: #fafafa;
}

.vs-facts-table td strong {
  color: #0A1F44;
}

/* ریسپانسیو کاملا بهینه برای جدول در موبایل جهت جلوگیری از اسکرول افقی */
@media (max-width: 600px) {
  .vs-facts-table, 
  .vs-facts-table thead, 
  .vs-facts-table tbody, 
  .vs-facts-table th, 
  .vs-facts-table td, 
  .vs-facts-table tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  
  .vs-facts-table thead {
    display: none;
  }
  
  .vs-facts-table tr {
    border: 1px solid #eef1f6;
    margin-bottom: 15px;
    border-radius: 6px;
    background: #ffffff;
    padding: 5px 0;
  }
  
  .vs-facts-table td {
    border-bottom: 1px dashed #f0f4f8;
    padding: 10px 15px;
  }
  
  .vs-facts-table td:last-child {
    border-bottom: none;
    background-color: #fafafa;
  }
  
  .vs-facts-table td strong {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
  }
}

/* المان اکشن و دکمه زیر جدول */
.vs-action-block {
  text-align: center;
  margin-top: 15px;
}

/* نمایش نامحسوس مزیت پشتیبانی مقصد */
.vs-usp-badge {
  color: #014C1E; /* سبز تخصصی ویساساز */
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0 10px;
}

/* دکمه اکشن فوری با تضاد بصری بالا */
.vs-primary-action-btn {
  display: inline-block;
  background-color: #014C1E; /* سبز تیره برند */
  color: #ffffff !important;
  text-decoration: none;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  border: 2px solid #014C1E;
  transition: all 0.3s ease;
}

.vs-primary-action-btn:hover {
  background-color: #ffffff;
  color: #014C1E !important;
}

@media (max-width: 480px) {
  .vs-primary-action-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-85124d5 *//* کانتینر کلی بخش سوم */
.vs-p3-immigration {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

/* استایل تیترهای اصلی */
.vs-p3-title {
  color: #0A1F44; /* سرمه‌ای تیره لوکس */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}

.vs-h3-block {
  margin-bottom: 30px;
}

.vs-p3-sub-title {
  color: #0A1F44;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
}

.vs-p3-lead {
  color: #444444;
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 15px;
}

/* بولت‌پوینت‌های آیکون‌دار کاملا متنی و سبک */
.vs-custom-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.vs-custom-bullets li {
  font-size: 13px;
  color: #555555;
  line-height: 1.8;
  position: relative;
  padding-right: 20px;
  margin-bottom: 12px;
  text-align: justify;
}

.vs-custom-bullets li::before {
  content: "■"; /* استفاده از مربع مینی‌مال به جای اموجی یا آیکون سنگین */
  position: absolute;
  right: 0;
  top: 0;
  color: #014C1E; /* سبز تخصصی برند */
  font-size: 11px;
}

.vs-custom-bullets li strong {
  color: #0A1F44;
}

/* باکس نکته هوشمند (Tip Box) */
.vs-tip-box {
  background-color: #fafafa;
  border-right: 4px solid #014C1E; /* سبز برند */
  padding: 15px 20px;
  border-radius: 0 6px 6px 0;
  margin-top: 15px;
}

.vs-tip-tag {
  display: inline-block;
  background-color: #014C1E;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.vs-tip-text {
  color: #333333;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* ساختار جدول T-Shape مقایسه‌ای */
.vs-tshape-grid {
  width: 100%;
  margin-bottom: 25px;
  display: block;
  clear: both;
}

.vs-tshape-col {
  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.01);
}

.vs-col-benefits {
  float: right;
}

.vs-col-challenges {
  float: left;
}

/* نشان‌های رنگی بالای ستون‌های جدول */
.vs-col-title-badge {
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.vs-bg-green {
  background-color: #014C1E; /* سبز تخصصی */
  color: #ffffff;
}

.vs-bg-blue {
  background-color: #0A1F44; /* سرمه‌ای تیره */
  color: #ffffff;
}

/* لیست داخل جدول */
.vs-table-list {
  list-style: none;
  padding: 15px;
  margin: 0;
}

.vs-table-list li {
  font-size: 12.5px;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 10px;
  position: relative;
  padding-right: 15px;
  text-align: justify;
}

.vs-table-list li::before {
  content: "•";
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 16px;
}

.vs-col-benefits .vs-table-list li::before {
  color: #014C1E;
}

.vs-col-challenges .vs-table-list li::before {
  color: #0A1F44;
}

/* ریسپانسیو بی‌نقص جدول T-Shape در موبایل */
@media (max-width: 768px) {
  .vs-tshape-col {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

/* باکس راهکار تخصصی ویساساز */
.vs-solution-card {
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-right: 4px solid #014C1E; /* خط تاکید سبز برند */
  padding: 20px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.02);
  clear: both;
}

.vs-sol-title {
  color: #0A1F44;
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}

.vs-sol-desc {
  color: #333333;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

.vs-sol-desc strong {
  color: #014C1E;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fac5a74 *//* کانتینر کلی بخش مشاغل */
.vs-jobs-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

/* تیتر اصلی H2 بر اساس پالت برند */
.vs-jobs-main-title {
  color: #0A1F44; /* رنگ ثانویه - سرمه‌ای تیره */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .vs-jobs-main-title {
    font-size: 18px;
  }
}

/* متن لید */
.vs-jobs-lead {
  color: #555555;
  font-size: 13.5px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 25px;
}

/* ساختار گرید کارت‌ها به صورت شناور و پایدار */
.vs-cards-grid {
  width: 100%;
  display: block;
  clear: both;
}

/* استایل تخصصی و لوکس کارت‌ها */
.vs-job-card {
  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: 250px;
}

.vs-job-card:last-child {
  margin-left: 0;
}

/* خطوط تفکیک رنگی بالای کارت‌ها برای جذابیت ظاهری خفن */
.vs-card-header-bar {
  height: 4px;
  width: 50px;
  border-radius: 2px;
  margin-bottom: 15px;
}

.vs-bg-it { background-color: #014C1E; } /* سبز ویساساز */
.vs-bg-eng { background-color: #0A1F44; } /* سرمه‌ای ویساساز */
.vs-bg-health { background-color: #d1a153; } /* رنگ طلایی کمکی برای کادر درمان پرمیوم */

/* تگ‌های H3 داخل کارت‌ها */
.vs-job-category {
  color: #0A1F44;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 15px;
}

/* لیست عناوین شغلی درون کارت‌ها */
.vs-job-positions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vs-job-positions li {
  font-size: 13px;
  color: #444444;
  line-height: 1.8;
  position: relative;
  padding-right: 15px;
  margin-bottom: 8px;
}

.vs-job-positions li::before {
  content: "•";
  position: absolute;
  right: 0;
  top: -1px;
  color: #014C1E;
  font-size: 14px;
}

/* باکس ویژه نمایش درآمدها در انتهای هر کارت */
.vs-income-box {
  margin-top: 20px;
  background-color: #fafafa;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}

.vs-income-label {
  display: block;
  color: #666666;
  font-size: 11px;
  margin-bottom: 4px;
}

.vs-income-value {
  display: block;
  color: #014C1E; /* سبز برند جهت بولد کردن جذابیت مالی */
  font-size: 14.5px;
  font-weight: 800;
}

/* ریسپانسیو کاملا بهینه و داینامیک برای تبلت و موبایل */
@media (max-width: 991px) {
  .vs-job-card {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
    min-height: 230px;
  }
  .vs-job-card:nth-child(2n) {
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .vs-job-card {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    min-height: auto;
  }
}

/* بخش فوتر المان */
.vs-jobs-footer {
  margin-top: 15px;
  clear: both;
}

.vs-jobs-notice {
  color: #0A1F44;
  font-size: 12.5px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
  background-color: #ffffff;
  border-right: 3px solid #014C1E;
  padding: 10px 15px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-42e07c6 *//* کانتینر کلی بخش مالی */
.vs-finance-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 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: 13.5px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 30px;
}

/* ساختار خلاقانه خط‌کش و نوار پیشرفت هزینه‌ها */
.vs-cost-timeline {
  position: relative;
  padding-right: 35px;
  margin-bottom: 30px;
}

/* خط عمودی واصل بین مراحل */
.vs-cost-timeline::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background-color: #eef1f6;
  z-index: 1;
}

/* تک تک مراحل نوار پیشرفت */
.vs-cost-step {
  position: relative;
  margin-bottom: 25px;
}

.vs-cost-step:last-child {
  margin-bottom: 0;
}

/* دایره شماره‌ها بر اساس پالت برند */
.vs-cost-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-cost-step:last-child .vs-cost-circle {
  background-color: #014C1E; /* سبز ویساساز */
}

/* باکس محتوای هر مرحله */
.vs-cost-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-cost-title {
  color: #0A1F44;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.vs-cost-value {
  color: #014C1E; /* قیمت‌ها با رنگ سبز معتبر نمایش داده می‌شوند */
  font-size: 15px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 8px;
}

.vs-cost-desc {
  color: #666666;
  font-size: 12.5px;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

/* فوتر بخش مالی و لایه اعتماد */
.vs-finance-footer {
  background-color: #ffffff;
  border-right: 3px solid #014C1E; /* خط تاکید سبز برند */
  padding: 15px 20px;
  clear: both;
}

.vs-finance-notice {
  color: #0A1F44;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

.vs-finance-notice strong {
  color: #014C1E;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0f71c34 *//* کانتینر کلی خط زمانی */
.vs-roadmap-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

/* تیتر اصلی H2 بر اساس رنگ ثانویه برند */
.vs-roadmap-title {
  color: #0A1F44; /* سرمه‌ای تیره لوکس */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .vs-roadmap-title {
    font-size: 18px;
  }
}

/* متن لید */
.vs-roadmap-lead {
  color: #555555;
  font-size: 13.5px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 30px;
}

/* ساختار کلی تایم‌لاین عمودی موبایل‌اول */
.vs-vertical-timeline {
  position: relative;
  padding-right: 35px;
  margin-bottom: 15px;
}

/* خط عمودی واصل بین گام‌ها */
.vs-vertical-timeline::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background-color: #eef1f6;
  z-index: 1;
}

/* ردیف‌های خط زمانی */
.vs-timeline-step {
  position: relative;
  margin-bottom: 25px;
}

.vs-timeline-step:last-child {
  margin-bottom: 0;
}

/* دایره شماره گام‌ها */
.vs-step-number {
  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-badge-green {
  background-color: #014C1E; /* سبز تخصصی ویساساز */
  box-shadow: 0 0 0 4px #ffffff, 0 4px 10px rgba(1, 76, 30, 0.15);
}

/* باکس محتوای گام‌های ۱ تا ۳ */
.vs-step-body {
  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-body-premium {
  border-right: 4px solid #014C1E; /* خط تاکید سبز برند */
  border-left: 1px solid #eef1f6;
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 6px 20px rgba(1, 76, 30, 0.03);
}

/* عناوین هدینگ H3 هر گام */
.vs-step-h3 {
  color: #0A1F44;
  font-size: 14.5px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* رنگ سبز برای تیتر گام چهارم */
.vs-text-green {
  color: #014C1E;
}

/* توضیحات متن بدنه هر گام */
.vs-step-desc {
  color: #666666;
  font-size: 12.5px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e4ee14e *//* کانتینر کلی چک‌لیست */
.vs-checklist-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

/* تیتر اصلی H2 بر اساس رنگ ثانویه برند */
.vs-checklist-title {
  color: #0A1F44; /* سرمه‌ای تیره لوکس */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .vs-checklist-title {
    font-size: 18px;
  }
}

/* متن لید */
.vs-checklist-lead {
  color: #555555;
  font-size: 13.5px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 25px;
}

/* باکس اصلی درگیرکننده چک‌لیست */
.vs-interactive-checklist {
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(10, 31, 68, 0.01);
  margin-bottom: 25px;
}

/* استایل ردیف‌های چک‌لیست */
.vs-check-item {
  display: block;
  position: relative;
  padding-right: 32px;
  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-check-item:last-child {
  margin-bottom: 0;
}

/* پنهان کردن چک‌باکس پیش‌فرض مرورگر */
.vs-check-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* ساخت مربع چک‌باکس سفارشی بر اساس پالت برند */
.vs-custom-box {
  position: absolute;
  top: 4px;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 2px solid #0A1F44; /* لبه سرمه‌ای در حالت عادی */
  border-radius: 4px;
  transition: all 0.2s ease;
}

/* تغییر رنگ پس‌زمینه در حالت هاور */
.vs-check-item:hover input ~ .vs-custom-box {
  background-color: #fafafa;
}

/* تغییر ظاهر چک‌باکس پس از کلیک کاربر و فعال شدن */
.vs-check-item input:checked ~ .vs-custom-box {
  background-color: #014C1E; /* تغییر به رنگ سبز برند با کلیک کاربر */
  border-color: #014C1E;
}

/* ساختن علامت تیک داخلی (سفید رنگ) */
.vs-custom-box:after {
  content: "";
  position: absolute;
  display: none;
}

/* نمایش علامت تیک پس از انتخاب */
.vs-check-item input:checked ~ .vs-custom-box:after {
  display: block;
}

/* تنظیم دقیق ابعاد و زاویه علامت تیک داخل مربع */
.vs-check-item .vs-custom-box:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* استایل متن ردیف چک‌لیست */
.vs-check-text {
  display: block;
  text-align: justify;
}

.vs-check-text strong {
  color: #0A1F44;
}

/* کم‌رنگ شدن و افکت خط‌خوردگی متن پس از کلیک کاربر جهت القای حس تعاملی خفن */
.vs-check-item input:checked ~ .vs-check-text {
  color: #999999;
  text-decoration: line-through;
}

/* بخش فوتر المان و بیانیه تعهد */
.vs-checklist-footer {
  background-color: #ffffff;
  border-right: 3px solid #014C1E; /* خط تاکید سبز برند */
  padding: 10px 15px;
  clear: both;
}

.vs-checklist-notice {
  color: #0A1F44;
  font-size: 12.5px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}

.vs-checklist-notice strong {
  color: #014C1E;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3e2286c *//* کانتینر کلی آکاردئون */
.vs-faq-container {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

/* تیتر اصلی H2 بر اساس رنگ ثانویه برند */
.vs-faq-title {
  color: #0A1F44; /* سرمه‌ای تیره لوکس */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .vs-faq-title {
    font-size: 18px;
  }
}

/* کانتینر آکاردئون */
.vs-accordion-wrapper {
  margin-bottom: 15px;
}

/* استایل عمومی آیتم‌ها */
.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);
}

/* متمایز کردن آیتم چهارم (USP بیزینس) با خط تاکید لایت */
.vs-faq-premium {
  border-right: 3px solid #014C1E; /* سبز تخصصی ویساساز */
}

/* هدر آکاردئون */
.vs-accordion-header {
  color: #0A1F44;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 20px;
  margin: 0;
  position: relative;
  background-color: #ffffff;
}

/* تغییر رنگ تیتر سوال چهارم جهت جلب توجه */
.vs-header-green {
  color: #014C1E;
}

/* آیکون بومی متنی بدون تحمیل وزن گرافیکی به سایت */
.vs-accordion-header::after {
  content: "▼";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #014C1E;
}

/* بدنه آکاردئون */
.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;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0eb5a12 *//* کانتینر کلی بخش تبدیل نهایی */
.vs-final-conversion {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}

/* بنر اصلی با پس‌زمینه سرمه‌ای تیره و لوکس ویساساز */
.vs-premium-banner {
  background-color: #0A1F44; /* رنگ ثانویه برند */
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(10, 31, 68, 0.12);
}

/* تیتر H2 داخل بنر */
.vs-banner-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .vs-banner-title {
    font-size: 18px;
  }
}

/* متن بدنه بنر */
.vs-banner-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-banner-lead {
    font-size: 13px;
    text-align: justify;
  }
}

/* کانتینر دکمه‌های دوقلو */
.vs-action-twins {
  margin-bottom: 25px;
  display: block;
}

/* دکمه اول: فرم رزرو مشاوره (سبز درخشان روی سرمه‌ای) */
.vs-btn-main {
  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-main:hover {
  background-color: #003314;
  border-color: #003314;
}

/* دکمه دوم: تماس مستقیم (اوت‌لاین سفید و شیک) */
.vs-btn-link {
  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-link:hover {
  background-color: #ffffff;
  color: #0A1F44 !important;
}

/* بهینه‌سازی دکمه‌ها برای موبایل (زیر هم قرار گرفتن و عرض ۱۰۰٪) */
@media (max-width: 600px) {
  .vs-btn-main, .vs-btn-link {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 13px;
  }
  .vs-btn-link {
    margin-bottom: 0;
  }
}

/* متن کوچک هشدار سهمیه در پایین بنر جهت ایجاد حس فوریت (Urgency) منطقی */
.vs-banner-subtext {
  color: #abbbc9;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}/* End custom CSS */