.elementor-9894 .elementor-element.elementor-element-e5ba281{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8c9050d *//* =========================================================
   MASSAGE DEHKadeh
   Leg Massage Article
   Prefix: mdk-legmassage
   ========================================================= */

.mdk-legmassage {
  --mdk-green: #626F47;
  --mdk-yellow: #FFCF50;
  --mdk-dark: #20251a;
  --mdk-text: #34382f;
  --mdk-muted: #6d7267;
  --mdk-light: #f7f8f4;
  --mdk-border: #e5e8df;

  direction: rtl;
  font-family: inherit;
  color: var(--mdk-text);
  line-height: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 60px;
  box-sizing: border-box;
}

.mdk-legmassage *,
.mdk-legmassage *::before,
.mdk-legmassage *::after {
  box-sizing: border-box;
}


/* HERO */

.mdk-legmassage__hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  border-radius: 26px;
  overflow: hidden;
  margin-bottom: 55px;

  background:
    linear-gradient(
      135deg,
      rgba(98,111,71,.96),
      rgba(45,53,32,.92)
    );
}

.mdk-legmassage__hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -100px;
  bottom: -160px;
  border-radius: 50%;
  background: rgba(255,207,80,.14);
}

.mdk-legmassage__hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 70px 60px;
  color: #fff;
}

.mdk-legmassage__eyebrow {
  display: inline-flex;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--mdk-yellow);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.mdk-legmassage__hero h1 {
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.45;
  margin: 0 0 22px;
  font-weight: 800;
}

.mdk-legmassage__hero p {
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 2;
  margin: 0;
}


/* SECTIONS */

.mdk-legmassage__section {
  padding: 45px 0;
  border-bottom: 1px solid var(--mdk-border);
}

.mdk-legmassage__section--tinted {
  background: var(--mdk-light);
  padding: 55px 40px;
  border-radius: 22px;
  border: 1px solid var(--mdk-border);
  margin: 30px 0;
}

.mdk-legmassage__content {
  max-width: 860px;
  margin: 0 auto;
}

.mdk-legmassage__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 46px;
  height: 32px;

  padding: 0 12px;

  border-radius: 50px;
  background: var(--mdk-yellow);
  color: var(--mdk-dark);

  font-size: 13px;
  font-weight: 800;

  margin-bottom: 12px;
}

.mdk-legmassage h2 {
  color: var(--mdk-green);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.5;
  margin: 0 0 20px;
  font-weight: 800;
}

.mdk-legmassage p {
  font-size: 17px;
  line-height: 2.05;
  margin: 0 0 18px;
}

.mdk-legmassage p:last-child {
  margin-bottom: 0;
}


/* NOTICE */

.mdk-legmassage__notice {
  margin-top: 25px;
  padding: 18px 22px;

  border-right: 4px solid var(--mdk-yellow);
  border-radius: 12px;

  background: #fff;
  color: var(--mdk-text);

  font-size: 15px;
  line-height: 1.9;
}


/* WARNING */

.mdk-legmassage__warning {
  margin-top: 25px;
  padding: 20px 24px;

  background: #fff7df;
  border: 1px solid #f2df9e;
  border-radius: 14px;

  color: #574c27;
  font-size: 15px;
}


/* LIST */

.mdk-legmassage__list {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mdk-legmassage__list li {
  position: relative;
  padding: 14px 45px 14px 18px;

  background: #fff;
  border: 1px solid var(--mdk-border);
  border-radius: 12px;

  font-size: 15px;
}

.mdk-legmassage__list li::before {
  content: "✓";

  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);

  color: var(--mdk-green);
  font-weight: 900;
}


/* FAQ */

.mdk-legmassage__faq {
  margin-top: 65px;
  padding: 45px 0;
}

.mdk-legmassage__faq-head {
  margin-bottom: 30px;
}

.mdk-legmassage__faq details {
  border: 1px solid var(--mdk-border);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
  transition: .25s ease;
}

.mdk-legmassage__faq details[open] {
  border-color: rgba(98,111,71,.4);
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.mdk-legmassage__faq summary {
  position: relative;
  cursor: pointer;

  list-style: none;

  padding: 20px 24px 20px 55px;

  font-size: 17px;
  font-weight: 700;
  color: var(--mdk-dark);
}

.mdk-legmassage__faq summary::-webkit-details-marker {
  display: none;
}

.mdk-legmassage__faq summary::after {
  content: "+";

  position: absolute;
  left: 22px;
  top: 50%;

  transform: translateY(-50%);

  color: var(--mdk-green);
  font-size: 24px;
  font-weight: 400;
}

.mdk-legmassage__faq details[open] summary::after {
  content: "−";
}

.mdk-legmassage__faq details > div {
  padding: 0 24px 22px;
  border-top: 1px solid var(--mdk-border);
}

.mdk-legmassage__faq details p {
  margin: 18px 0 0;
  font-size: 15px;
}


/* SOURCES */

.mdk-legmassage__sources {
  margin-top: 30px;
  padding: 35px;

  background: var(--mdk-light);
  border-radius: 20px;
  border: 1px solid var(--mdk-border);
}

.mdk-legmassage__sources h2 {
  font-size: 24px;
  margin-bottom: 18px;
}

.mdk-legmassage__sources ol {
  margin: 0;
  padding-right: 22px;
}

.mdk-legmassage__sources li {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--mdk-muted);
}


/* RESPONSIVE */

@media (max-width: 767px) {

  .mdk-legmassage {
    padding: 0 14px 40px;
  }

  .mdk-legmassage__hero {
    min-height: 390px;
    border-radius: 18px;
    margin-bottom: 35px;
  }

  .mdk-legmassage__hero-content {
    padding: 45px 24px;
  }

  .mdk-legmassage__hero h1 {
    font-size: 28px;
    line-height: 1.55;
  }

  .mdk-legmassage__hero p {
    font-size: 15px;
    line-height: 1.95;
  }

  .mdk-legmassage__section {
    padding: 35px 0;
  }

  .mdk-legmassage__section--tinted {
    padding: 35px 20px;
    border-radius: 16px;
    margin: 20px 0;
  }

  .mdk-legmassage h2 {
    font-size: 24px;
    line-height: 1.55;
  }

  .mdk-legmassage p {
    font-size: 15px;
    line-height: 2;
  }

  .mdk-legmassage__list {
    grid-template-columns: 1fr;
  }

  .mdk-legmassage__faq {
    margin-top: 35px;
    padding: 30px 0;
  }

  .mdk-legmassage__faq summary {
    font-size: 15px;
    line-height: 1.8;
    padding: 17px 18px 17px 48px;
  }

  .mdk-legmassage__faq summary::after {
    left: 18px;
  }

  .mdk-legmassage__sources {
    padding: 25px 20px;
  }

}/* End custom CSS */