.elementor-8148 .elementor-element.elementor-element-aeedfad{--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-8148 .elementor-element.elementor-element-aeedfad:not(.elementor-motion-effects-element-type-background), .elementor-8148 .elementor-element.elementor-element-aeedfad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-41cd6e7 *//* =========================================================
   StrongMotion Premium Article Styling (Weight-Loss Guide)
   גרסה יוקרתית למאמר ירידה במשקל בסגנון StrongMotion
   ========================================================= */

/* רקע בסיסי: כהה עם גוון אחיד */
html, body {
  background: #0e0e0e;
  color: #eaeaea;
  margin: 0;
  padding: 0;
  font-family: "Heebo", "Open Sans", sans-serif;
  line-height: 1.8;
  scroll-behavior: smooth;
}

/* מיכל מרכזי */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 30px;
}

/* כותרת ראשית */
h1 {
  font-size: 2.6rem;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: ce
  nter;
  font-weight: 700;
  letter-spacing: 1px;
}

/* כותרות משנה */
h2, h3 {
  color: #ff6600;
  font-weight: 700;
  margin: 60px 0 25px;
  line-height: 1.3;
  position: relative;
  text-align: center;
}

/* פס דק מתחת לכותרת משנה להדגשה */
h2::after, h3::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 15px auto 0;
  background: linear-gradient(90deg, #ff6600, #ffa64d);
  border-radius: 2px;
}

/* התאמות גדלים */
h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.3rem;
  color: #ff8243;
}

/* טקסט כללי */
p {
  margin-bottom: 25px;
  font-size: 1.1rem;
  color: #e0e0e0;
  line-height: 1.8;
  text-align: right;
}

/* רשימות */
ul {
  margin: 30px 0;
  padding-right: 0;
  list-style: none;
}

ul li {
  position: relative;
  padding-right: 28px;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

ul li::before {
  content: "◆";
  position: absolute;
  right: 0;
  top: 0.2em;
  font-size: 1.2rem;
  color: #ff6600;
}

/* קישורים */
a {
  color: #ff8243;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: #ffa64d;
  text-decoration: underline;
}

/* כפתורים */
.cta {
  display: inline-block;
  background: linear-gradient(90deg, #ff6600, #ffa64d);
  color: #0e0e0e;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(255, 102, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 40px auto;
  text-align: center;
}

.cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.6);
}

/* קופסאות הדגשה (ציטוטים או טיפים) */
.highlight-box {
  background: rgba(255,255,255,0.04);
  border-right: 5px solid #ff6600;
  padding: 25px 30px;
  margin: 40px 0;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}

.highlight-box strong {
  color: #ff8243;
  font-weight: 700;
}

/* תמונות במאמר */
.article-image {
  width: 100%;
  border-radius: 10px;
  margin: 50px 0;
  box-shadow: 0 6px 30px rgba(0,0,0,0.4);
}

/* אפקט fade-in על סקשנים */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* התאמה למובייל */
@media (max-width: 768px) {
  .container {
    padding: 50px 20px;
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .cta {
    padding: 12px 26px;
    margin: 30px auto;
  }
}
/* ==========================================
   StrongMotion – גרסת רקע בהיר עם כותרות כתומות
   ========================================== */

/* בסיס הדף: רקע לבן, טקסט שחור */
html, body {
  background-color: #ffffff;
  color: #212121;
  margin: 0;
  padding: 0;
  font-family: "Heebo", "Open Sans", sans-serif;
  line-height: 1.8;
  scroll-behavior: smooth;
}

/* מיכל תוכן */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* כותרות – כתום בהיר (לפי צבע הלוגו) */
h1, h2, h3 {
  color: #f79420;             /* כתום בהיר של הלוגו */
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
}

/* גדלי כותרות */
h1 {
  font-size: 2.3rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.3rem;
}

/* פסקאות */
p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #333333;
}

/* רשימות */
ul {
  margin: 25px 0;
  padding-right: 20px;
}

ul li {
  margin-bottom: 12px;
  position: relative;
  padding-right: 20px;
}

ul li::before {
  content: "•";
  color: #f79420;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.4em;
}

/* קישורים */
a {
  color: #f79420;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #ffa64d;
  text-decoration: underline;
}

/* כפתורי CTA */
.cta {
  display: inline-block;
  background: linear-gradient(90deg, #f79420, #ffc56b);
  color: #ffffff;
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 40px;
  transition: 0.3s ease;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(247, 148, 32, 0.3);
}

.cta:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(247, 148, 32, 0.5);
}

/* קופסאות הדגשה */
.highlight-box {
  background: #f7f7f7;
  border-right: 4px solid #f79420;
  padding: 20px;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.highlight-box strong {
  color: #f79420;
  font-weight: bold;
}

/* תמונות עם ריווח וצל */
.article-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

/* אפקט fade-in */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* התאמה למכשירים ניידים */
@media (max-width: 768px) {
  .container {
    padding: 40px 15px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  .cta {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}
*{
    text-align:center
}/* End custom CSS */