.elementor-11944 .elementor-element.elementor-element-62131b0{--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;--z-index:999;}.elementor-11944 .elementor-element.elementor-element-a9d241a{--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;--margin-top:15rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--z-index:999;}@media(min-width:768px){.elementor-11944 .elementor-element.elementor-element-62131b0{--content-width:1134px;}.elementor-11944 .elementor-element.elementor-element-a9d241a{--content-width:1134px;}}/* Start custom CSS for html, class: .elementor-element-ae3828e *//* ==========================================
   ۱. استایل‌های مشترک و نسخه دسکتاپ
========================================== */
.custom-pricing-wrapper {
  width: 100%;
  margin: 30px 0;
  direction: rtl;
  font-family: inherit;
}

.custom-pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f5;
}

/* هدر چسبان در دسکتاپ */
.custom-pricing-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 99;
  background-color: #f8fafc;
  color: #1e293b;
  font-weight: bold;
  font-size: 15px;
  padding: 16px 20px;
  border-bottom: 2px solid #cbd5e1;
  text-align: center;
}

.custom-pricing-table th:first-child,
.custom-pricing-table td:first-child {
  text-align: right;
  width: 40%;
  padding-right: 20px;
  font-weight: 600;
}

.custom-pricing-table tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
  text-align: center;
  color: #333333;
}

.custom-pricing-table tbody tr:hover td {
  background-color: #f8fafc;
}

.plan-subtitle {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #64748b;
}

/* نشان‌های تیک، ضربدر و علامت سوال */
.badge-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #d1fae5;
  color: #10b981;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
}

.badge-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fef2f2;
  color: #ef4444;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

.badge-question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fef3c7;
  color: #d97706;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

/* ==========================================
   استایل‌های Tooltip اختصاصی علامت سوال
========================================== */
.badge-question[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f172a;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  pointer-events: none;
}

/* فلش پایین Tooltip */
.badge-question[data-tooltip]::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #0f172a transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  pointer-events: none;
}

/* نمایش Tooltip با Hover */
.badge-question[data-tooltip]:hover::before,
.badge-question[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}

/* بخش کارت‌های موبایل (در دسکتاپ مخفی است) */
.mobile-pricing-cards {
  display: none;
  flex-direction: column;
  gap: 20px;
}

/* ==========================================
   ۲. استایل‌های اختصاصی موبایل (زیر 768px)
========================================== */
@media (max-width: 768px) {
  /* مخفی کردن جدول کامل در موبایل */
  .custom-pricing-table {
    display: none;
  }

  /* نمایش کارت‌ها در موبایل */
  .mobile-pricing-cards {
    display: flex;
  }

  .mobile-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    overflow: hidden;
  }

  .mobile-card-header {
    background: #f8fafc;
    padding: 16px;
    text-align: center;
    border-bottom: 2px solid #e2e8f0;
  }

  .mobile-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #0f172a;
    margin: 0;
  }

  .mobile-card-price {
    font-size: 13px;
    color: #2563eb;
    margin-top: 4px;
    font-weight: 600;
  }

  .mobile-card-body {
    padding: 12px 16px;
  }

  .mobile-card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 13px;
    color: #334155;
  }

  .mobile-card-item:last-child {
    border-bottom: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16b2fb4 *//* ==========================================
   ۱. استایل‌های مشترک و دسکتاپ
========================================== */
.custom-pricing-wrapper {
  width: 100%;
  margin: 30px 0;
  direction: rtl;
  font-family: inherit;
}

.custom-pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f5;
}

.custom-pricing-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 99;
  background-color: #f8fafc;
  color: #1e293b;
  font-weight: bold;
  font-size: 15px;
  padding: 16px 20px;
  border-bottom: 2px solid #cbd5e1;
  text-align: center;
}

.custom-pricing-table th:first-child,
.custom-pricing-table td:first-child {
  text-align: right;
  width: 40%;
  padding-right: 20px;
  font-weight: 600;
}

.custom-pricing-table tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
  text-align: center;
  color: #333333;
}

.custom-pricing-table tbody tr:hover td {
  background-color: #f8fafc;
}

.plan-subtitle {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #64748b;
}

/* آیکون‌ها و نشان‌ها */
.badge-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #d1fae5;
  color: #10b981;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
}

.badge-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fef2f2;
  color: #ef4444;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

.badge-question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fef3c7;
  color: #d97706;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

/* ==========================================
   استایل‌های Tooltip اختصاصی علامت سوال
========================================== */
.badge-question[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f172a;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  pointer-events: none;
}

/* پیکان کوچک زیر Tooltip */
.badge-question[data-tooltip]::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #0f172a transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  pointer-events: none;
}

/* نمایش هنگام Hover و Touch */
.badge-question[data-tooltip]:hover::before,
.badge-question[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}

/* بخش کارت‌های موبایل (در دسکتاپ مخفی) */
.mobile-pricing-cards {
  display: none;
  flex-direction: column;
  gap: 24px;
}

/* ==========================================
   ۲. استایل‌های اختصاصی موبایل (زیر 768px)
========================================== */
@media (max-width: 768px) {
  /* مخفی کردن جدول پیچیده در موبایل */
  .custom-pricing-table {
    display: none;
  }

  /* نمایش کارت‌های مرتب در موبایل */
  .mobile-pricing-cards {
    display: flex;
  }

  .mobile-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
  }

  .mobile-card-header {
    background: #f8fafc;
    padding: 16px;
    text-align: center;
    border-bottom: 2px solid #e2e8f0;
  }

  .mobile-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #0f172a;
    margin: 0;
  }

  .mobile-card-price {
    font-size: 13px;
    color: #2563eb;
    margin-top: 6px;
    font-weight: 600;
  }

  .mobile-card-body {
    padding: 12px 16px;
  }

  .mobile-card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 13px;
    color: #334155;
  }

  .mobile-card-item:last-child {
    border-bottom: none;
  }
}/* End custom CSS */