.elementor-9109 .elementor-element.elementor-element-ac96996{--display:flex;}.elementor-9109 .elementor-element.elementor-element-7289d36{text-align:justify;}.elementor-9109 .elementor-element.elementor-element-4e9b776{text-align:justify;}.elementor-9109 .elementor-element.elementor-element-59b7237{text-align:justify;}.elementor-9109 .elementor-element.elementor-element-17cb8f6{text-align:justify;}.elementor-9109 .elementor-element.elementor-element-96dd19b{text-align:justify;}.elementor-9109 .elementor-element.elementor-element-cba8631{text-align:justify;}.elementor-9109 .elementor-element.elementor-element-77550fa{text-align:justify;}.elementor-9109 .elementor-element.elementor-element-ae4725a{text-align:justify;}.elementor-9109 .elementor-element.elementor-element-53474f6{text-align:justify;}/* Start custom CSS for html, class: .elementor-element-022d1e8 *//* =========================================
   Sofestone Table Of Contents
   Color Palette:
   #F0CC80
   #3A3730
   #C2AC7B
========================================= */

.sofestone-toc {
  --toc-dark: #3A3730;
  --toc-gold: #F0CC80;
  --toc-muted: #C2AC7B;

  max-width: 900px;
  margin: 45px auto;
  padding: 28px;

  direction: rtl;

  background:
    linear-gradient(
      145deg,
      #3A3730 0%,
      #454138 100%
    );

  border: 1px solid #C2AC7B;
  border-radius: 20px;

  box-shadow:
    0 18px 45px rgba(58, 55, 48, 0.20);

  font-family: inherit;
}


/* =========================================
   TOC TITLE
========================================= */

.sofestone-toc-title {
  text-align: center;
  margin-bottom: 25px;
}

.sofestone-toc-badge {
  display: inline-block;

  padding: 6px 16px;
  margin-bottom: 8px;

  border: 1px solid #C2AC7B;
  border-radius: 50px;

  background: #F0CC80;
  color: #3A3730;

  font-size: 12px;
  font-weight: 800;
}

.sofestone-toc-title h2 {
  margin: 0;

  color: #F0CC80;

  font-size: 26px;
  font-weight: 800;

  line-height: 1.7;
}


/* =========================================
   LIST
========================================= */

.sofestone-toc-list {
  display: flex;
  flex-direction: column;

  gap: 9px;
}


/* =========================================
   TOC ITEM
========================================= */

.sofestone-toc-list a {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 62px;

  padding: 9px 12px;

  color: #F0CC80;
  text-decoration: none;

  border: 1px solid rgba(194, 172, 123, 0.28);
  border-radius: 12px;

  background: rgba(194, 172, 123, 0.08);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


/* =========================================
   HOVER
========================================= */

.sofestone-toc-list a:hover {
  color: #3A3730;

  background: #F0CC80;

  border-color: #F0CC80;

  transform: translateX(-5px);

  box-shadow:
    0 8px 22px rgba(240, 204, 128, 0.18);
}


/* =========================================
   NUMBER
========================================= */

.toc-number {
  flex: 0 0 43px;

  width: 43px;
  height: 43px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-left: 14px;

  border-radius: 10px;

  background: #C2AC7B;
  color: #3A3730;

  font-size: 12px;
  font-weight: 900;

  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.sofestone-toc-list a:hover .toc-number {
  background: #3A3730;
  color: #F0CC80;
}


/* =========================================
   TEXT
========================================= */

.toc-text {
  flex: 1;

  font-size: 15px;
  font-weight: 700;

  line-height: 1.8;
}


/* =========================================
   ARROW
========================================= */

.toc-arrow {
  flex: 0 0 35px;

  width: 35px;
  height: 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 10px;

  border-radius: 50%;

  color: #C2AC7B;

  font-size: 18px;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.sofestone-toc-list a:hover .toc-arrow {
  color: #3A3730;
  background: #C2AC7B;

  transform: translateX(-4px);
}


/* =========================================
   FOCUS
========================================= */

.sofestone-toc-list a:focus-visible {
  outline: 2px solid #F0CC80;
  outline-offset: 3px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

  .sofestone-toc {
    margin: 35px 15px;
    padding: 20px 15px;

    border-radius: 16px;
  }

  .sofestone-toc-title h2 {
    font-size: 22px;
  }

  .sofestone-toc-list {
    gap: 8px;
  }

  .sofestone-toc-list a {
    min-height: 58px;
    padding: 8px 10px;
  }

  .toc-number {
    flex-basis: 37px;

    width: 37px;
    height: 37px;

    margin-left: 11px;

    font-size: 11px;
  }

  .toc-text {
    font-size: 13px;
    line-height: 1.7;
  }

  .toc-arrow {
    flex-basis: 30px;

    width: 30px;
    height: 30px;

    margin-right: 6px;

    font-size: 15px;
  }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .sofestone-toc {
    margin: 30px 10px;
    padding: 18px 11px;
  }

  .sofestone-toc-badge {
    font-size: 11px;
    padding: 5px 13px;
  }

  .sofestone-toc-title h2 {
    font-size: 20px;
  }

  .sofestone-toc-list a {
    min-height: 55px;
    border-radius: 10px;
  }

  .toc-number {
    flex-basis: 34px;

    width: 34px;
    height: 34px;

    margin-left: 9px;

    border-radius: 8px;

    font-size: 10px;
  }

  .toc-text {
    font-size: 12px;
  }

  .toc-arrow {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2058c32 *//* =================================
   Sofestone Price Table
   Color Palette:
   #F0CC80
   #3A3730
   #C2AC7B
================================= */

.sofestone-price-table {
  --dark: #3A3730;
  --gold: #F0CC80;
  --muted-gold: #C2AC7B;

  max-width: 950px;
  margin: 60px auto;
  padding: 0 20px;
  direction: rtl;
  font-family: inherit;
}

/* Header */

.sofestone-table-header {
  text-align: center;
  margin-bottom: 28px;
}

.sofestone-table-header span {
  display: inline-block;
  padding: 6px 17px;
  margin-bottom: 10px;

  border: 1px solid var(--muted-gold);
  border-radius: 50px;

  background: var(--gold);
  color: var(--dark);

  font-size: 13px;
  font-weight: 700;
}

.sofestone-table-header h2 {
  margin: 0;
  color: var(--dark);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.7;
}

/* Table Wrapper */

.sofestone-table-wrapper {
  overflow-x: auto;

  border: 2px solid var(--muted-gold);
  border-radius: 16px;

  background: var(--dark);

  box-shadow:
    0 15px 35px rgba(58, 55, 48, 0.18);
}

/* Table */

.sofestone-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;

  color: var(--dark);
  font-size: 15px;
}

/* Header */

.sofestone-table-wrapper thead {
  background: var(--dark);
}

.sofestone-table-wrapper th {
  padding: 19px 20px;

  color: var(--gold);

  font-size: 16px;
  font-weight: 800;

  text-align: right;

  border-left: 1px solid rgba(240, 204, 128, 0.25);
}

.sofestone-table-wrapper th:last-child {
  border-left: none;
}

/* Body */

.sofestone-table-wrapper tbody tr {
  background: var(--gold);

  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.sofestone-table-wrapper tbody tr:nth-child(even) {
  background: var(--muted-gold);
}

.sofestone-table-wrapper tbody tr:hover {
  background: #E4C078;
}

/* Cells */

.sofestone-table-wrapper td {
  padding: 17px 20px;

  color: var(--dark);

  font-size: 14px;
  font-weight: 500;

  line-height: 1.9;

  border-top: 1px solid rgba(58, 55, 48, 0.25);
  border-left: 1px solid rgba(58, 55, 48, 0.18);
}

.sofestone-table-wrapper td:last-child {
  border-left: none;
}

/* First Column */

.sofestone-table-wrapper td:first-child {
  width: 30%;

  font-weight: 800;
  color: var(--dark);
}

/* Top Border */

.sofestone-table-wrapper tbody tr:first-child td {
  border-top: none;
}

/* =================================
   Responsive
================================= */

@media (max-width: 768px) {

  .sofestone-price-table {
    margin: 40px auto;
    padding: 0 15px;
  }

  .sofestone-table-header h2 {
    font-size: 22px;
  }

  .sofestone-table-header span {
    font-size: 12px;
  }

  .sofestone-table-wrapper {
    border-radius: 12px;
  }

  .sofestone-table-wrapper table {
    min-width: 620px;
  }

  .sofestone-table-wrapper th {
    padding: 15px;
    font-size: 14px;
  }

  .sofestone-table-wrapper td {
    padding: 14px 15px;
    font-size: 13px;
  }
}

/* Small Mobile */

@media (max-width: 480px) {

  .sofestone-price-table {
    padding: 0 10px;
  }

  .sofestone-table-header h2 {
    font-size: 19px;
  }

  .sofestone-table-wrapper table {
    min-width: 560px;
  }

  .sofestone-table-wrapper th {
    font-size: 13px;
  }

  .sofestone-table-wrapper td {
    font-size: 12px;
    line-height: 1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20ae6eb *//* ================================
   Sofestone FAQ
   Color Palette:
   #F0CC80
   #3A3730
   #C2AC7B
================================ */

.sofestone-faq {
  --sofestone-dark: #3A3730;
  --sofestone-gold: #F0CC80;
  --sofestone-muted-gold: #C2AC7B;
  --sofestone-light: #f8f6f1;
  --sofestone-border: rgba(194, 172, 123, 0.35);

  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  direction: rtl;
  font-family: inherit;
}

/* Header */

.sofestone-faq-header {
  text-align: center;
  margin-bottom: 35px;
}

.sofestone-faq-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 18px;
  border: 1px solid var(--sofestone-muted-gold);
  border-radius: 50px;
  color: var(--sofestone-dark);
  background: rgba(240, 204, 128, 0.16);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.sofestone-faq-header h2 {
  margin: 0 0 14px;
  color: var(--sofestone-dark);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.6;
}

.sofestone-faq-header p {
  max-width: 650px;
  margin: 0 auto;
  color: #716d65;
  font-size: 15px;
  line-height: 2;
}

/* FAQ List */

.sofestone-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* FAQ Item */

.sofestone-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sofestone-border);
  border-radius: 14px;
  background: #ffffff;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.sofestone-faq-item:hover {
  border-color: var(--sofestone-muted-gold);
  box-shadow: 0 10px 30px rgba(58, 55, 48, 0.08);
  transform: translateY(-2px);
}

/* Summary */

.sofestone-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 70px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  color: var(--sofestone-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  transition: background 0.3s ease;
}

.sofestone-faq-item summary::-webkit-details-marker {
  display: none;
}

.sofestone-faq-item summary::marker {
  display: none;
}

/* Question Hover */

.sofestone-faq-item summary:hover {
  background: rgba(240, 204, 128, 0.08);
}

/* Icon */

.sofestone-faq-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: var(--sofestone-dark);
  color: var(--sofestone-gold);

  font-size: 22px;
  font-weight: 400;
  line-height: 1;

  transition:
    transform 0.35s ease,
    background 0.35s ease,
    color 0.35s ease;
}

/* Open State */

.sofestone-faq-item[open] {
  border-color: var(--sofestone-muted-gold);
  box-shadow: 0 12px 35px rgba(58, 55, 48, 0.09);
}

.sofestone-faq-item[open] summary {
  background: linear-gradient(
    90deg,
    rgba(240, 204, 128, 0.14),
    rgba(240, 204, 128, 0.03)
  );
}

.sofestone-faq-item[open] .sofestone-faq-icon {
  transform: rotate(45deg);
  background: var(--sofestone-gold);
  color: var(--sofestone-dark);
}

/* Answer */

.sofestone-faq-answer {
  padding: 0 25px 23px;
  border-top: 1px solid rgba(194, 172, 123, 0.18);
  animation: sofestoneFaqOpen 0.3s ease;
}

.sofestone-faq-answer p {
  margin: 18px 0 0;
  color: #625f58;
  font-size: 15px;
  line-height: 2.2;
}

/* Animation */

@keyframes sofestoneFaqOpen {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================
   Responsive
================================ */

@media (max-width: 768px) {

  .sofestone-faq {
    margin: 40px auto;
    padding: 0 15px;
  }

  .sofestone-faq-header h2 {
    font-size: 23px;
  }

  .sofestone-faq-header p {
    font-size: 14px;
  }

  .sofestone-faq-item summary {
    min-height: 64px;
    padding: 16px;
    font-size: 14px;
  }

  .sofestone-faq-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .sofestone-faq-answer {
    padding: 0 18px 18px;
  }

  .sofestone-faq-answer p {
    font-size: 14px;
    line-height: 2;
  }
}

/* Small Mobile */

@media (max-width: 480px) {

  .sofestone-faq {
    padding: 0 12px;
  }

  .sofestone-faq-header {
    margin-bottom: 25px;
  }

  .sofestone-faq-header h2 {
    font-size: 20px;
  }

  .sofestone-faq-label {
    font-size: 12px;
    padding: 6px 14px;
  }

  .sofestone-faq-list {
    gap: 10px;
  }

  .sofestone-faq-item {
    border-radius: 11px;
  }

  .sofestone-faq-item summary {
    gap: 12px;
    padding: 14px;
    font-size: 13px;
  }

  .sofestone-faq-icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .sofestone-faq-answer {
    padding: 0 15px 15px;
  }

  .sofestone-faq-answer p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 2;
  }
}/* End custom CSS */