.elementor-149 .elementor-element.elementor-element-66243c81{--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-149 .elementor-element.elementor-element-234d863f{--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-149 .elementor-element.elementor-element-33d8edff{--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-149 .elementor-element.elementor-element-8f236c2{--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-149 .elementor-element.elementor-element-7adb164e{--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-149 .elementor-element.elementor-element-c01488a{--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;}@media(max-width:767px){.elementor-149 .elementor-element.elementor-element-3c1fd1f4{width:100%;max-width:100%;}.elementor-149 .elementor-element.elementor-element-3c1fd1f4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:123px 0px 0px 0px;}.elementor-149 .elementor-element.elementor-element-2fe7bc0{width:100%;max-width:100%;}}/* Start custom CSS for salam-server-content-box, class: .elementor-element-3c1fd1f4 *//* صفحه نمایندگی فروش سلام سرور */
.salam-reseller-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 12px 60px;
  font-family: inherit;
  color: #0f172a;
  box-sizing: border-box;
  background: transparent; /* پس‌زمینه شفاف، رنگ قالب دیده می‌شود */
}
.salam-reseller-page *,
.salam-reseller-page *::before,
.salam-reseller-page *::after {
  box-sizing: inherit;
}

/* تیترها و متن */
.salam-reseller-page h1,
.salam-reseller-page h2,
.salam-reseller-page h3 {
  margin: 0 0 10px;
  line-height: 1.5;
  color: #020617;
}
.salam-reseller-page p {
  margin: 0 0 12px;
  line-height: 1.9;
  font-size: 14px;
  color: #111827;
}

/* سکشن‌ها (کارت‌های سفید روی پس‌زمینه‌ی فیروزه‌ای سایت) */
.salam-reseller-page .sr-section {
  border-radius: 18px;
  padding: 26px 20px 30px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(15, 118, 110, 0.12);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}
.salam-reseller-page .sr-section.soft {
  border-color: rgba(37, 99, 235, 0.16);
}
.salam-reseller-page .sr-section.accent {
  border-left: 3px solid #06b6d4;
}

/* هدر هر سکشن */
.salam-reseller-page .sr-section-header {
  margin-bottom: 18px;
}
.salam-reseller-page .sr-section-header p {
  max-width: 760px;
}

/* بج کوچک بالای صفحه */
.salam-reseller-page .sr-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.08);
  border: 1px solid rgba(6, 182, 212, 0.6);
  font-size: 11px;
  color: #0369a1;
  margin-bottom: 10px;
}
.salam-reseller-page .sr-badge span.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #00c896;
  box-shadow: 0 0 0 3px rgba(0, 200, 150, 0.25);
}

/* ردیف‌ها و ستون‌ها */
.salam-reseller-page .sr-row {
  display: block;
}
.salam-reseller-page .sr-col {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .salam-reseller-page .sr-row {
    display: flex;
    gap: 24px;
  }
  .salam-reseller-page .sr-col {
    flex: 1;
    margin-bottom: 0;
  }
}

/* تیتر هیرو */
.salam-reseller-page .sr-hero-title {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .salam-reseller-page .sr-hero-title {
    font-size: 28px;
  }
}
.salam-reseller-page .sr-hero-sub {
  font-size: 14px;
  color: #0f172a;
}

/* پِل‌ها زیر هیرو */
.salam-reseller-page .sr-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.salam-reseller-page .sr-pill {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  color: #020617;
  background: rgba(248, 250, 252, 0.9);
}

/* کارت‌های خلاصه بالا */
.salam-reseller-page .sr-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 900px) {
  .salam-reseller-page .sr-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.salam-reseller-page .sr-card {
  border-radius: 16px;
  padding: 14px 12px 16px;
  background: #f9fafb;
  border: 1px solid #e0f2fe;
}
.salam-reseller-page .sr-card h3 {
  font-size: 15px;
  margin-bottom: 6px;
}
.salam-reseller-page .sr-card p {
  font-size: 13px;
}
.salam-reseller-page .sr-card-tag {
  display: inline-block;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.08);
  color: #1d4ed8;
  margin-bottom: 4px;
}

/* مدل‌های همکاری */
.salam-reseller-page .sr-model-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 900px) {
  .salam-reseller-page .sr-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.salam-reseller-page .sr-model {
  border-radius: 16px;
  padding: 14px 12px 16px;
  background: #f9fafb;
  border: 1px solid rgba(148, 163, 184, 0.5);
}
.salam-reseller-page .sr-model h3 {
  font-size: 15px;
  margin-bottom: 6px;
}
.salam-reseller-page .sr-model p {
  font-size: 13px;
}
.salam-reseller-page .sr-model ul {
  margin: 6px 0 0;
  padding-right: 18px;
  font-size: 12px;
  color: #0f172a;
}
.salam-reseller-page .sr-model li {
  margin-bottom: 4px;
}

/* باکس نکته / هایلایت */
.salam-reseller-page .sr-highlight {
  background: #ecfeff;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px dashed rgba(6, 182, 212, 0.6);
  font-size: 12px;
  color: #064e3b;
  margin-top: 10px;
}

/* آمار کوچک */
.salam-reseller-page .sr-stats-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}
@media (min-width: 900px) {
  .salam-reseller-page .sr-stats-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.salam-reseller-page .sr-stat {
  border-radius: 12px;
  padding: 8px 6px;
  background: #f9fafb;
  border: 1px solid #dbeafe;
  text-align: center;
}
.salam-reseller-page .sr-stat strong {
  display: block;
  font-size: 13px;
  color: #1d4ed8;
  margin-bottom: 2px;
}
.salam-reseller-page .sr-stat span {
  font-size: 11px;
  color: #111827;
}

/* تایم‌لاین مراحل شروع */
.salam-reseller-page .sr-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.salam-reseller-page .sr-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.salam-reseller-page .sr-timeline-step {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00c896, #06b6d4);
  color: #ecfdf5;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.salam-reseller-page .sr-timeline-content h3 {
  font-size: 14px;
  margin-bottom: 4px;
}
.salam-reseller-page .sr-timeline-content p {
  font-size: 12px;
  margin: 0;
}

/* سه ستون «برای چه کسانی» */
.salam-reseller-page .sr-columns-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 900px) {
  .salam-reseller-page .sr-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.salam-reseller-page .sr-avatar-card {
  border-radius: 16px;
  padding: 14px 12px 16px;
  background: #f9fafb;
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 13px;
}
.salam-reseller-page .sr-avatar-title {
  font-size: 14px;
  margin-bottom: 6px;
  color: #020617;
}
.salam-reseller-page .sr-avatar-tag {
  display: inline-block;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(0, 200, 150, 0.1);
  color: #047857;
  margin-bottom: 6px;
}

/* CTA نهایی */
.salam-reseller-page .sr-cta {
  text-align: center;
  margin-top: 6px;
}
.salam-reseller-page .sr-cta p {
  font-size: 13px;
}
.salam-reseller-page .sr-cta-button {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00c896, #06b6d4);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: none;
}
.salam-reseller-page .sr-cta-button:hover {
  filter: brightness(1.05);
}/* End custom CSS */