.elementor-19027 .elementor-element.elementor-element-d2a628d{--display:flex;}.elementor-19027 .elementor-element.elementor-element-5df8612{--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;}/* Start custom CSS *//* ========================================
   وبینیو - طراحی سایت اقساطی
   Global CSS - Custom CSS صفحه المنتور
   ======================================== */

/* --- ریست و تنظیمات پایه --- */
.wbn-landing * {
  box-sizing: border-box;
}

.wbn-landing {
  font-family: inherit;
  line-height: 1.8;
  color: #1e293b;
  direction: rtl;
}

.wbn-landing p {
  margin-bottom: 16px;
  line-height: 2;
  font-size: 1rem;
}

.wbn-landing h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 18px;
  color: #1e293b;
  line-height: 1.6;
}

.wbn-landing h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 24px 0 14px;
  color: #334155;
  line-height: 1.6;
}

/* --- باکس‌های اصلی (سکشن‌ها) --- */
.wbn-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

/* --- کارت‌های خدمات --- */
.wbn-service-card {
  background: #f8fafc;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wbn-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.wbn-service-card .wbn-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  display: block;
}

.wbn-service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #1e293b;
}

.wbn-service-card p {
  line-height: 1.9;
  font-size: 0.95rem;
  color: #475569;
  margin: 0;
}

/* --- کارت‌های قیمت --- */
.wbn-pricing-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wbn-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.wbn-pricing-card.wbn-popular {
  border: 3px solid #ef3a4f;
  transform: scale(1.03);
}

.wbn-pricing-card.wbn-popular:hover {
  transform: scale(1.05);
}

.wbn-pricing-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.wbn-pricing-card .wbn-price {
  font-size: 2rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 4px;
}

.wbn-pricing-card .wbn-period {
  font-size: 0.85rem;
  color: #16a34a;
  margin-bottom: 20px;
}

.wbn-pricing-card ul {
  text-align: right;
  line-height: 2.4;
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.wbn-pricing-card ul li {
  padding: 2px 0;
}

/* --- باکس‌های رنگی (نکته / هشدار / توجه) --- */
.wbn-tip {
  background: #f0fdf4;
  border-right: 4px solid #16a34a;
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.wbn-tip p {
  margin: 0;
  line-height: 1.9;
}

.wbn-warning {
  background: #fef2f2;
  border-right: 4px solid #ef4444;
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.wbn-warning p {
  margin: 0;
  line-height: 1.9;
}

.wbn-important {
  background: #fffbeb;
  border-right: 4px solid #f59e0b;
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.wbn-important p {
  margin: 0;
  line-height: 1.9;
}

.wbn-info {
  background: #eff6ff;
  border-right: 4px solid #3b82f6;
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.wbn-info p {
  margin: 0;
  line-height: 1.9;
}

/* --- مزایا (Benefit Items) --- */
.wbn-benefit {
  background: #f0fdf4;
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 14px;
  border-right: 4px solid #16a34a;
}

.wbn-benefit h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #15803d;
}

.wbn-benefit p {
  margin: 0;
  line-height: 1.9;
}

/* --- دکمه‌ها (CTA) --- */
.wbn-btn {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.wbn-btn-primary {
  background: #ef3a4f;
  color: #fff;
  box-shadow: 0 4px 20px rgba(239, 58, 79, 0.4);
}

.wbn-btn-primary:hover {
  background: #dc2f44;
  box-shadow: 0 6px 25px rgba(239, 58, 79, 0.5);
  transform: translateY(-2px);
  color: #fff;
}

.wbn-btn-secondary {
  background: #e2e8f0;
  color: #1e293b;
}

.wbn-btn-secondary:hover {
  background: #cbd5e1;
  transform: translateY(-2px);
  color: #1e293b;
}

.wbn-btn-dark {
  background: #1e293b;
  color: #fff;
}

.wbn-btn-dark:hover {
  background: #0f172a;
  transform: translateY(-2px);
  color: #fff;
}

.wbn-btn-white {
  background: #fff;
  color: #ef3a4f;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.wbn-btn-white:hover {
  background: #f8fafc;
  transform: translateY(-2px);
  color: #ef3a4f;
}

.wbn-btn-lg {
  padding: 18px 50px;
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 14px;
}

/* --- لینک‌های برند --- */
.wbn-landing a.wbn-link {
  color: #ef3a4f;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s;
}

.wbn-landing a.wbn-link:hover {
  color: #dc2f44;
  text-decoration: underline;
}

/* --- جداول --- */
.wbn-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}

.wbn-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}

.wbn-table thead tr {
  color: #fff;
}

.wbn-table th {
  padding: 12px 16px;
  font-weight: 700;
}

.wbn-table td {
  padding: 10px 16px;
  border-bottom: 1px solid #e2e8f0;
}

.wbn-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

/* --- گرید سیستم --- */
.wbn-grid {
  display: grid;
  gap: 20px;
}

.wbn-grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.wbn-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.wbn-grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* --- تصاویر --- */
.wbn-landing figure {
  margin: 0 0 24px 0;
}

.wbn-landing figure img {
  width: 100%;
  border-radius: 12px;
  height: auto;
}

.wbn-landing figcaption {
  text-align: center;
  color: #64748b;
  font-size: 0.9rem;
  margin-top: 8px;
}

/* --- بلاک‌کوت --- */
.wbn-landing blockquote {
  background: #f8fafc;
  border-right: 4px solid #ef3a4f;
  padding: 20px;
  border-radius: 8px;
  margin: 0 0 20px;
  line-height: 2;
  font-style: normal;
}

/* --- لیست‌ها --- */
.wbn-landing ul,
.wbn-landing ol {
  line-height: 2.4;
  padding-right: 20px;
  margin-bottom: 20px;
}

/* --- FAQ (سوالات متداول) --- */
.wbn-faq-item {
  background: #f8fafc;
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.3s;
}

.wbn-faq-item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.wbn-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1e293b;
  line-height: 1.8;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wbn-faq-item summary::-webkit-details-marker {
  display: none;
}

.wbn-faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 700;
  color: #ef3a4f;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-right: 12px;
}

.wbn-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.wbn-faq-item p {
  margin-top: 12px;
  line-height: 2;
  color: #475569;
  margin-bottom: 0;
}

/* --- نظرات مشتریان --- */
.wbn-testimonial {
  background: #f8fafc;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.wbn-testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wbn-testimonial-header figure {
  margin: 0 0 0 12px;
}

.wbn-testimonial-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.wbn-testimonial .wbn-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.wbn-testimonial .wbn-review {
  margin: 0;
  line-height: 1.9;
  color: #475569;
}

/* --- بج محبوب‌ترین --- */
.wbn-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ef3a4f;
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

/* --- Feature Card (ویژگی‌ها در چرا ما) --- */
.wbn-feature-card {
  background: #eff6ff;
  padding: 18px;
  border-radius: 10px;
}

.wbn-feature-card p {
  margin: 0;
  line-height: 2;
}

/* --- ریسپانسیو --- */
@media (max-width: 768px) {
  .wbn-box {
    padding: 20px;
    border-radius: 12px;
  }

  .wbn-landing h2 {
    font-size: 1.3rem;
  }

  .wbn-landing h3 {
    font-size: 1.05rem;
  }

  .wbn-grid-3 {
    grid-template-columns: 1fr;
  }

  .wbn-pricing-card.wbn-popular {
    transform: scale(1);
  }

  .wbn-pricing-card.wbn-popular:hover {
    transform: scale(1);
  }

  .wbn-btn-lg {
    padding: 14px 30px;
    font-size: 1.05rem;
  }

  .wbn-badge {
    font-size: 0.75rem;
    padding: 3px 14px;
  }
}

@media (max-width: 480px) {
  .wbn-box {
    padding: 16px;
  }

  .wbn-landing h2 {
    font-size: 1.15rem;
  }

  .wbn-pricing-card {
    padding: 20px;
  }

  .wbn-service-card {
    padding: 18px;
  }
}/* End custom CSS */