.elementor-18511 .elementor-element.elementor-element-e0e32fe{--display:flex;}.elementor-18511 .elementor-element.elementor-element-9a4be40{--display:flex;}/* Start custom CSS for html, class: .elementor-element-88a69b7 *//* --- اضافه کردن استایل ریبون‌های کج گوشه کارت‌ها --- */
.dev-webinew-pricing-card {
    position: relative;
    overflow: hidden; /* برای اینکه لبه‌های ریبون بیرون نزند */
}

.dev-webinew-ribbon {
    position: absolute;
    top: 18px;
    left: -32px;
    transform: rotate(-45deg);
    width: 120px;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    z-index: 10;
}

/* رنگ بندی اختصاصی برای هر ریبون (بر اساس سلیقه و عکس ارسالی) */
.ribbon-bronze {
    background-color: #f43f5e; /* رنگ قرمز/صورتی مشابه تصویر */
}

.ribbon-silver {
    background-color: #f43f5e; /* رنگ قرمز/صورتی مشابه تصویر */
}

.ribbon-gold {
    background-color: #f43f5e; /* رنگ قرمز/صورتی مشابه تصویر */
}

/* --- استایل آیتم‌های غیرفعال (سیستم مقایسه‌ای در پلن برنزی) --- */
.dev-webinew-pricing-card ul li.disabled-feature {
    color: #94a3b8 !important; /* رنگ خاکستری کمرنگ */
    text-decoration: line-through; /* خط کشیدن روی متن */
    opacity: 0.65;
    background: none !important; /* در صورت داشتن آیکون تیک، اینجا آن را غیرفعال یا حذف می‌کند */
}/* End custom CSS */
/* Start custom CSS *//* ===== RESET & BASE STYLES ===== */
.dev-webinew-wrapper {
  direction: rtl;
  text-align: right;
  font-family: 'IRANSans', 'Vazir', 'Tahoma', sans-serif;
  line-height: 2;
  color: #1e293b;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.dev-webinew-wrapper * {
  box-sizing: border-box;
}

.dev-webinew-wrapper h2 {
  font-size: 1.7em;
  color: #0f172a;
  margin-bottom: 18px;
  font-weight: 900;
  position: relative;
  padding-bottom: 12px;
}

.dev-webinew-wrapper h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: linear-gradient(135deg, #ef3a4f, #ff6b7a);
  border-radius: 2px;
}

.dev-webinew-wrapper h3 {
  font-size: 1.3em;
  color: #334155;
  margin-bottom: 14px;
  font-weight: 700;
}

.dev-webinew-wrapper p {
  margin-bottom: 16px;
  font-size: 1.05em;
  color: #475569;
}

/* ===== BOX STYLES ===== */
.dev-webinew-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

.dev-webinew-box-full {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

/* ===== HEADER BOX ===== */
.dev-webinew-header {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 20px;
  padding: 50px 35px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.dev-webinew-header::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(239,58,79,0.3) 0%, transparent 70%);
  border-radius: 50%;
}

.dev-webinew-header::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255,107,122,0.25) 0%, transparent 70%);
  border-radius: 50%;
}

.dev-webinew-header h1 {
  font-size: 2.4em;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

.dev-webinew-header .dev-webinew-subtitle {
  font-size: 1.2em;
  color: #cbd5e1;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  line-height: 1.9;
}

.dev-webinew-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ef3a4f, #ff6b7a);
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(239,58,79,0.35);
}

.dev-webinew-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(239,58,79,0.45);
  color: #fff;
}

.dev-webinew-btn-outline {
  display: inline-block;
  background: transparent;
  color: #ef3a4f;
  padding: 13px 34px;
  border-radius: 50px;
  font-size: 1.05em;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #ef3a4f;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dev-webinew-btn-outline:hover {
  background: #ef3a4f;
  color: #fff;
}

/* ===== SERVICE CARDS ===== */
.dev-webinew-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.dev-webinew-service-card {
  background: #f8fafc;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.dev-webinew-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border-color: #ef3a4f;
}

.dev-webinew-service-card .dev-webinew-service-icon {
  font-size: 2.5em;
  margin-bottom: 12px;
  display: block;
}

.dev-webinew-service-card h3 {
  font-size: 1.15em;
  margin-bottom: 10px;
  color: #0f172a;
}

.dev-webinew-service-card p {
  font-size: 0.95em;
  color: #64748b;
  margin-bottom: 0;
}

/* ===== BENEFIT ITEMS ===== */
.dev-webinew-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.dev-webinew-benefit-item:hover {
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.dev-webinew-benefit-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: linear-gradient(135deg, #10b981, #34d399);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 2px;
}

.dev-webinew-benefit-item span {
  color: #475569;
  font-size: 1.02em;
  line-height: 1.9;
}

/* ===== PRICING CARDS ===== */
.dev-webinew-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.dev-webinew-pricing-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.dev-webinew-pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.dev-webinew-pricing-card.dev-webinew-pricing-featured {
  border-color: #ef3a4f;
  box-shadow: 0 8px 30px rgba(239,58,79,0.15);
}

.dev-webinew-pricing-badge {
  position: absolute;
  top: 16px;
  left: -30px;
  background: linear-gradient(135deg, #ef3a4f, #ff6b7a);
  color: #fff;
  padding: 6px 40px;
  font-size: 0.85em;
  font-weight: 700;
  transform: rotate(45deg);
  transform-origin: center;
}

.dev-webinew-pricing-card .dev-webinew-pricing-name {
  font-size: 1.3em;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.dev-webinew-pricing-card .dev-webinew-pricing-price {
  font-size: 2.6em;
  font-weight: 900;
  color: #ef3a4f;
  margin: 14px 0;
}

.dev-webinew-pricing-card .dev-webinew-pricing-currency {
  font-size: 0.45em;
  color: #64748b;
  display: block;
  font-weight: 400;
}

.dev-webinew-pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: right;
}

.dev-webinew-pricing-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  color: #475569;
  font-size: 0.95em;
  position: relative;
  padding-right: 26px;
}

.dev-webinew-pricing-card ul li::before {
  content: '✓';
  position: absolute;
  right: 0;
  color: #10b981;
  font-weight: bold;
}

.dev-webinew-pricing-card ul li.dev-webinew-feature-disabled {
  color: #cbd5e1;
}

.dev-webinew-pricing-card ul li.dev-webinew-feature-disabled::before {
  content: '✗';
  color: #ef3a4f;
}

/* ===== CTA BOX ===== */
.dev-webinew-cta-box {
  background: linear-gradient(135deg, #ef3a4f, #ff6b7a);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dev-webinew-cta-box::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.dev-webinew-cta-box h2 {
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.dev-webinew-cta-box h2::after {
  background: rgba(255,255,255,0.4);
  right: 50%;
  transform: translateX(50%);
}

.dev-webinew-cta-box p {
  color: rgba(255,255,255,0.9);
  font-size: 1.15em;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.dev-webinew-cta-box .dev-webinew-btn-white {
  display: inline-block;
  background: #fff;
  color: #ef3a4f;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.15em;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.dev-webinew-cta-box .dev-webinew-btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

/* ===== STATS ===== */
.dev-webinew-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  text-align: center;
}

.dev-webinew-stat-item {
  padding: 20px;
}

.dev-webinew-stat-number {
  font-size: 2.6em;
  font-weight: 900;
  color: #ef3a4f;
  display: block;
  line-height: 1.3;
}

.dev-webinew-stat-label {
  font-size: 1.05em;
  color: #64748b;
  display: block;
  margin-top: 6px;
}

/* ===== TESTIMONIALS ===== */
.dev-webinew-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}

.dev-webinew-testimonial-card {
  background: #f8fafc;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.dev-webinew-testimonial-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.dev-webinew-testimonial-card figure {
  margin: 0 0 14px 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.dev-webinew-testimonial-card figure img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ef3a4f;
}

.dev-webinew-testimonial-card figure figcaption {
  font-weight: 700;
  color: #0f172a;
  font-size: 1.05em;
}

.dev-webinew-stars {
  color: #f59e0b;
  font-size: 1.1em;
  margin-bottom: 8px;
}

.dev-webinew-testimonial-card p {
  color: #475569;
  font-size: 0.98em;
  line-height: 2;
  font-style: normal;
}

/* ===== PORTFOLIO ===== */
.dev-webinew-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.dev-webinew-portfolio-item {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.dev-webinew-portfolio-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.dev-webinew-portfolio-item figure {
  margin: 0;
}

.dev-webinew-portfolio-item figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.dev-webinew-portfolio-item figure figcaption {
  padding: 14px 16px;
  font-size: 0.95em;
  color: #475569;
  background: #f8fafc;
  font-weight: 600;
}

/* ===== TABLES ===== */
.dev-webinew-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 10px;
}

.dev-webinew-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}

.dev-webinew-table-wrap table thead th {
  background: linear-gradient(135deg, #ef3a4f, #ff6b7a);
  color: #fff;
  padding: 14px 16px;
  text-align: center;
  font-weight: 700;
  font-size: 0.95em;
}

.dev-webinew-table-wrap table tbody td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
}

.dev-webinew-table-wrap table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.dev-webinew-table-wrap table tbody tr:hover {
  background: #fef2f2;
}

.dev-webinew-table-wrap table tbody td:first-child {
  text-align: right;
  font-weight: 600;
  color: #0f172a;
}

/* ===== COLORED BOXES ===== */
.box-tip {
  background: #f0fdf4;
  border-right: 4px solid #10b981;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #065f46;
  line-height: 2;
}

.box-warning {
  background: #fffbeb;
  border-right: 4px solid #f59e0b;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #92400e;
  line-height: 2;
}

.box-important {
  background: #fef2f2;
  border-right: 4px solid #ef3a4f;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #991b1b;
  line-height: 2;
}

/* ===== BLOCKQUOTE ===== */
.dev-webinew-wrapper blockquote {
  background: #f8fafc;
  border-right: 4px solid #ef3a4f;
  padding: 18px 24px;
  margin: 20px 0;
  border-radius: 10px;
  font-size: 1.05em;
  color: #334155;
  line-height: 2.1;
  quotes: none;
}

.dev-webinew-wrapper blockquote::before {
  content: '';
}

/* ===== FAQ ===== */
.dev-webinew-faq details {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.dev-webinew-faq details[open] {
  border-color: #ef3a4f;
  box-shadow: 0 4px 16px rgba(239,58,79,0.08);
}

.dev-webinew-faq summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  font-size: 1.05em;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.dev-webinew-faq summary::-webkit-details-marker {
  display: none;
}

.dev-webinew-faq summary::after {
  content: '+';
  font-size: 1.4em;
  color: #ef3a4f;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.dev-webinew-faq details[open] summary::after {
  content: '−';
  transform: rotate(0deg);
}

.dev-webinew-faq details[open] summary {
  color: #ef3a4f;
}

.dev-webinew-faq .dev-webinew-faq-content {
  padding: 0 20px 18px 20px;
  color: #475569;
  line-height: 2.1;
}

/* ===== FIGURE STYLES ===== */
.dev-webinew-wrapper figure {
  margin: 24px 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.dev-webinew-wrapper figure img {
  width: 100%;
  display: block;
}

.dev-webinew-wrapper figure figcaption {
  padding: 12px 18px;
  font-size: 0.9em;
  color: #64748b;
  background: #f8fafc;
  text-align: center;
}

.dev-webinew-p-image {
  max-width: 100%;
  height: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .dev-webinew-wrapper {
    padding: 12px;
  }
  .dev-webinew-header {
    padding: 30px 18px;
  }
  .dev-webinew-header h1 {
    font-size: 1.6em;
  }
  .dev-webinew-box, .dev-webinew-box-full {
    padding: 18px;
  }
  .dev-webinew-pricing-grid,
  .dev-webinew-testimonials-grid,
  .dev-webinew-services-grid,
  .dev-webinew-stats-grid,
  .dev-webinew-portfolio-grid {
    grid-template-columns: 1fr;
  }
  .dev-webinew-cta-box {
    padding: 26px 16px;
  }
}
h1, h2, h3, h4, h5, h6, .the-subtitle {
    line-height: 2;
    font-weight: 600;
}/* End custom CSS */