.elementor-57811 .elementor-element.elementor-element-4518ce9 .hsspw-products-widget{--hsspw-primary-color:#D80947;--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:22px;}/* Start custom CSS for section, class: .elementor-element-edbff4e *//* =========================================================
   HARDSARA - RAM CATEGORY CONTENT
   All styles are scoped to .hs-ram-content
   ========================================================= */

.hs-ram-content {
  --hs-text: #2b2f33;
  --hs-heading: #171a1d;
  --hs-muted: #666d75;
  --hs-border: #e7e9ec;
  --hs-bg: #ffffff;
  --hs-soft-bg: #f7f8fa;
  --hs-note-bg: #fff8e8;
  --hs-note-border: #f0c36a;

  direction: rtl;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;

  margin: 0 auto;
  padding: 0;

  font-family: inherit;
  font-size: 16px;
  line-height: 2.05;
  color: var(--hs-text);
  text-align: right;

  overflow-wrap: break-word;
  word-wrap: break-word;
}


/* جلوگیری از تأثیر box-sizing روی کل سایت */
.hs-ram-content,
.hs-ram-content * {
  box-sizing: border-box;
}


/* =========================
   Headings
   ========================= */

.hs-ram-content h1,
.hs-ram-content h2,
.hs-ram-content h3 {
  margin-top: 0;
  font-family: inherit;
  color: var(--hs-heading);
  text-align: right;
  word-break: normal;
}

.hs-ram-content h1 {
  margin-bottom: 22px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.5;
  font-weight: 800;
}

.hs-ram-content h2 {
  position: relative;
  margin-bottom: 18px;
  padding-right: 15px;

  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.65;
  font-weight: 800;
}

.hs-ram-content h2::before {
  content: "";
  position: absolute;

  top: 9px;
  right: 0;

  width: 4px;
  height: calc(100% - 18px);

  background: currentColor;
  border-radius: 20px;
}

.hs-ram-content h3 {
  margin-bottom: 10px;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
  font-weight: 700;
}


/* =========================
   Paragraphs
   ========================= */

.hs-ram-content p {
  margin: 0 0 16px;
  padding: 0;

  color: var(--hs-text);
  font-size: 16px;
  line-height: 2.1;
}

.hs-ram-content p:last-child {
  margin-bottom: 0;
}


/* =========================
   Strong
   ========================= */

.hs-ram-content strong {
  font-weight: 700;
  color: inherit;
}


/* =========================
   Intro
   ========================= */

.hs-ram-intro {
  margin-bottom: 42px;
  padding: 28px 30px;

  background: var(--hs-soft-bg);
  border: 1px solid var(--hs-border);
  border-radius: 14px;
}


/* =========================
   Main Sections
   ========================= */

.hs-ram-section {
  margin: 0 0 42px;
  padding: 0;
}

.hs-ram-section:last-child {
  margin-bottom: 0;
}


/* =========================
   Sub Sections
   ========================= */

.hs-ram-subsection {
  margin: 24px 0 0;
  padding: 0;
}


/* =========================
   Important Note
   ========================= */

.hs-ram-note {
  margin-top: 25px;
  padding: 17px 20px;

  background: var(--hs-note-bg);
  border: 1px solid var(--hs-note-border);
  border-radius: 10px;

  color: #51431f;
  line-height: 2;
}


/* =========================
   Use Cases
   ========================= */

.hs-ram-usecase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

  margin-top: 25px;
}

.hs-ram-usecase-item {
  padding: 22px;

  background: var(--hs-soft-bg);
  border: 1px solid var(--hs-border);
  border-radius: 12px;
}

.hs-ram-usecase-item h3 {
  margin-bottom: 8px;
}


/* =========================
   List
   ========================= */

.hs-ram-list {
  margin: 22px 0;
  padding: 20px 42px 20px 20px;

  background: var(--hs-soft-bg);
  border: 1px solid var(--hs-border);
  border-radius: 12px;

  list-style-position: outside;
}

.hs-ram-list li {
  margin: 7px 0;
  padding-right: 4px;

  color: var(--hs-text);
  line-height: 1.9;
}


/* =========================
   FAQ
   ========================= */

.hs-ram-faq-item {
  margin-top: 18px;
  padding: 21px 23px;

  border: 1px solid var(--hs-border);
  border-radius: 12px;

  background: #fff;
}

.hs-ram-faq-item h3 {
  margin-bottom: 9px;
}


/* =========================
   Final CTA
   ========================= */

.hs-ram-final {
  padding-top: 8px;
}

.hs-ram-cta {
  margin-top: 25px;
  padding: 20px 22px;

  background: var(--hs-soft-bg);
  border: 1px solid var(--hs-border);
  border-radius: 12px;

  font-size: 16px;
  line-height: 2;
}


/* =========================
   Desktop spacing
   ========================= */

@media (min-width: 1025px) {

  .hs-ram-content {
    padding-right: 10px;
    padding-left: 10px;
  }

}


/* =========================
   Tablet
   ========================= */

@media (max-width: 1024px) {

  .hs-ram-content {
    font-size: 15.5px;
  }

  .hs-ram-content p {
    font-size: 15.5px;
  }

  .hs-ram-intro {
    padding: 24px;
  }

  .hs-ram-usecase {
    grid-template-columns: 1fr 1fr;
  }

}


/* =========================
   Mobile
   ========================= */

@media (max-width: 767px) {

  .hs-ram-content {
    font-size: 15px;
    line-height: 1.95;
  }

  .hs-ram-content p {
    font-size: 15px;
    line-height: 2;
  }

  .hs-ram-content h1 {
    margin-bottom: 18px;
    font-size: 23px;
    line-height: 1.65;
  }

  .hs-ram-content h2 {
    margin-bottom: 15px;
    padding-right: 12px;

    font-size: 20px;
    line-height: 1.7;
  }

  .hs-ram-content h2::before {
    top: 8px;
    height: calc(100% - 16px);
    width: 3px;
  }

  .hs-ram-content h3 {
    font-size: 17px;
  }

  .hs-ram-intro {
    margin-bottom: 32px;
    padding: 20px 18px;
    border-radius: 10px;
  }

  .hs-ram-section {
    margin-bottom: 32px;
  }

  .hs-ram-usecase {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
  }

  .hs-ram-usecase-item {
    padding: 18px;
  }

  .hs-ram-list {
    padding: 17px 32px 17px 15px;
    border-radius: 10px;
  }

  .hs-ram-faq-item {
    padding: 17px 18px;
    border-radius: 10px;
  }

  .hs-ram-note,
  .hs-ram-cta {
    padding: 16px 17px;
    border-radius: 9px;
  }

}


/* =========================
   Very Small Screens
   ========================= */

@media (max-width: 480px) {

  .hs-ram-content h1 {
    font-size: 21px;
  }

  .hs-ram-content h2 {
    font-size: 19px;
  }

  .hs-ram-content h3 {
    font-size: 16px;
  }

  .hs-ram-intro {
    padding: 17px 15px;
  }

  .hs-ram-usecase-item {
    padding: 16px;
  }

}/* End custom CSS */