.elementor-57891 .elementor-element.elementor-element-5796d78 .hsspw-products-widget{--hsspw-primary-color:#F52659;--hsspw-accent-color:#f59e0b;--hsspw-button-text:#ffffff;--hsspw-card-bg:#ffffff;--hsspw-border-color:#e7e7e7;--hsspw-text-color:#171717;--hsspw-muted-color:#747474;--hsspw-radius:16px;--hsspw-gap:18px;}/* Start custom CSS for section, class: .elementor-element-1463f24 *//* =========================================================
   HARDSARA - SSD CATEGORY CONTENT
   Scoped CSS
   هیچ استایلی خارج از .hs-ssd-content اعمال نمی‌شود
   ========================================================= */

.hs-ssd-content {
  --hs-ssd-text: #2b2f33;
  --hs-ssd-heading: #171a1d;
  --hs-ssd-muted: #666d75;
  --hs-ssd-border: #e5e8ec;
  --hs-ssd-soft: #f7f8fa;
  --hs-ssd-note: #fff8e7;
  --hs-ssd-note-border: #edc66c;

  direction: rtl;
  width: 100%;
  max-width: 100%;

  margin: 0 auto;
  padding: 0;

  font-family: inherit;
  font-size: 16px;
  line-height: 2.05;

  color: var(--hs-ssd-text);
  text-align: right;

  overflow-wrap: break-word;
  word-wrap: break-word;
}


/* =========================
   Box Sizing
   ========================= */

.hs-ssd-content,
.hs-ssd-content *,
.hs-ssd-content *::before,
.hs-ssd-content *::after {
  box-sizing: border-box;
}


/* =========================
   Headings
   ========================= */

.hs-ssd-content h1,
.hs-ssd-content h2,
.hs-ssd-content h3 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;

  font-family: inherit;
  color: var(--hs-ssd-heading);

  text-align: right;
  word-break: normal;
  overflow-wrap: normal;
}

.hs-ssd-content h1 {
  margin-bottom: 22px;

  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.55;
  font-weight: 800;
}

.hs-ssd-content h2 {
  position: relative;

  margin-bottom: 18px;
  padding-right: 15px;

  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.65;
  font-weight: 800;
}

.hs-ssd-content h2::before {
  content: "";

  position: absolute;
  top: 9px;
  right: 0;

  width: 4px;
  height: calc(100% - 18px);

  background: currentColor;
  border-radius: 20px;
}

.hs-ssd-content h3 {
  margin-bottom: 10px;

  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
  font-weight: 700;
}


/* =========================
   Paragraph
   ========================= */

.hs-ssd-content p {
  margin: 0 0 17px;
  padding: 0;

  font-family: inherit;
  font-size: 16px;
  line-height: 2.1;

  color: var(--hs-ssd-text);
}

.hs-ssd-content p:last-child {
  margin-bottom: 0;
}


/* =========================
   Strong
   ========================= */

.hs-ssd-content strong {
  font-weight: 700;
  color: inherit;
}


/* =========================
   Intro
   ========================= */

.hs-ssd-intro {
  margin-bottom: 44px;
  padding: 28px 30px;

  background: var(--hs-ssd-soft);
  border: 1px solid var(--hs-ssd-border);
  border-radius: 14px;
}


/* =========================
   Sections
   ========================= */

.hs-ssd-section {
  width: 100%;

  margin: 0 0 43px;
  padding: 0;
}

.hs-ssd-section:last-child {
  margin-bottom: 0;
}


/* =========================
   Sub Sections
   ========================= */

.hs-ssd-subsection {
  width: 100%;

  margin-top: 25px;
  padding: 0;
}


/* =========================
   Important Note
   ========================= */

.hs-ssd-note {
  margin-top: 25px;
  padding: 17px 20px;

  background: var(--hs-ssd-note);
  border: 1px solid var(--hs-ssd-note-border);
  border-radius: 10px;

  color: #51461f;
  font-size: 15.5px;
  line-height: 2;
}


/* =========================
   Use Cases
   ========================= */

.hs-ssd-usecases {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

  width: 100%;
  margin-top: 25px;
}

.hs-ssd-usecase {
  padding: 22px;

  background: var(--hs-ssd-soft);
  border: 1px solid var(--hs-ssd-border);
  border-radius: 12px;
}

.hs-ssd-usecase h3 {
  margin-bottom: 8px;
}


/* =========================
   Specifications
   ========================= */

.hs-ssd-spec-list {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;

  width: 100%;
  margin-top: 24px;
}

.hs-ssd-spec-item {
  display: flex;
  align-items: flex-start;
  gap: 7px;

  min-width: 0;

  padding: 15px 17px;

  background: var(--hs-ssd-soft);
  border: 1px solid var(--hs-ssd-border);
  border-radius: 10px;

  line-height: 1.9;
}

.hs-ssd-spec-item strong {
  flex: 0 0 auto;
}

.hs-ssd-spec-item span {
  min-width: 0;
  color: var(--hs-ssd-text);
}


/* =========================
   FAQ
   ========================= */

.hs-ssd-faq-item {
  width: 100%;

  margin-top: 17px;
  padding: 20px 22px;

  background: #fff;
  border: 1px solid var(--hs-ssd-border);
  border-radius: 12px;
}

.hs-ssd-faq-item h3 {
  margin-bottom: 9px;
}


/* =========================
   Final Section
   ========================= */

.hs-ssd-final {
  padding-top: 5px;
}

.hs-ssd-final-message {
  width: 100%;

  margin-top: 25px;
  padding: 20px 22px;

  background: var(--hs-ssd-soft);
  border: 1px solid var(--hs-ssd-border);
  border-radius: 12px;

  font-size: 16px;
  line-height: 2;
}


/* =========================
   Desktop
   ========================= */

@media (min-width: 1025px) {

  .hs-ssd-content {
    padding-right: 10px;
    padding-left: 10px;
  }

}


/* =========================
   Tablet
   ========================= */

@media (max-width: 1024px) {

  .hs-ssd-content {
    font-size: 15.5px;
  }

  .hs-ssd-content p {
    font-size: 15.5px;
  }

  .hs-ssd-intro {
    padding: 25px;
  }

  .hs-ssd-usecases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-ssd-spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================
   Mobile
   ========================= */

@media (max-width: 767px) {

  .hs-ssd-content {
    font-size: 15px;
    line-height: 1.95;
  }

  .hs-ssd-content p {
    font-size: 15px;
    line-height: 2;
  }

  .hs-ssd-content h1 {
    margin-bottom: 18px;

    font-size: 23px;
    line-height: 1.65;
  }

  .hs-ssd-content h2 {
    margin-bottom: 15px;
    padding-right: 12px;

    font-size: 20px;
    line-height: 1.7;
  }

  .hs-ssd-content h2::before {
    top: 8px;

    width: 3px;
    height: calc(100% - 16px);
  }

  .hs-ssd-content h3 {
    font-size: 17px;
  }

  .hs-ssd-intro {
    margin-bottom: 32px;
    padding: 20px 18px;

    border-radius: 10px;
  }

  .hs-ssd-section {
    margin-bottom: 33px;
  }

  .hs-ssd-subsection {
    margin-top: 21px;
  }

  .hs-ssd-usecases {
    grid-template-columns: 1fr;
    gap: 13px;

    margin-top: 20px;
  }

  .hs-ssd-usecase {
    padding: 18px;
  }

  .hs-ssd-spec-list {
    grid-template-columns: 1fr;
    gap: 10px;

    margin-top: 20px;
  }

  .hs-ssd-spec-item {
    padding: 14px 15px;

    flex-wrap: wrap;
  }

  .hs-ssd-note,
  .hs-ssd-final-message {
    padding: 16px 17px;

    border-radius: 9px;
  }

  .hs-ssd-faq-item {
    padding: 17px 18px;
    border-radius: 10px;
  }

}


/* =========================
   Small Mobile
   ========================= */

@media (max-width: 480px) {

  .hs-ssd-content h1 {
    font-size: 21px;
  }

  .hs-ssd-content h2 {
    font-size: 19px;
  }

  .hs-ssd-content h3 {
    font-size: 16px;
  }

  .hs-ssd-intro {
    padding: 17px 15px;
  }

  .hs-ssd-usecase {
    padding: 16px;
  }

  .hs-ssd-spec-item {
    display: block;
  }

  .hs-ssd-spec-item strong {
    display: block;
    margin-bottom: 3px;
  }

}/* End custom CSS */