.elementor-8144 .elementor-element.elementor-element-136a814{--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;}/* Start custom CSS for html, class: .elementor-element-c983c02 *//* ייבוא גופנים */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/* בסיס העמוד */
html, body {
  background-color: #0e0e0e !important;
  color: #f9f9f9;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

/* כותרות */
h1, h2, h3 {
  color: #f2d77e;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #f2d77e;
  padding-bottom: 10px;
}
h1 { border-bottom: none; font-size: 2.2rem; }
h2 { font-size: 1.6rem; margin-top: 60px; }
h3 { font-size: 1.3rem; color: #d4af37; border-bottom-color: #d4af37; }

/* פסקאות ורשימות */
p { margin-bottom: 20px; font-size: 1.05rem; }
ul { margin: 20px 0; padding-right: 25px; list-style: none; }
ul li {
  position: relative;
  margin-bottom: 12px;
  padding-right: 28px;
  text-align: right;
}
ul li::before {
  content: "◆";
  color: #f2d77e;
  position: absolute;
  right: 0;
  top: 0.15em;
  font-size: 1.2em;
}

/* אייקונים (משמשים לצד טקסט) */
.icon {
  display: inline-block;
  margin-left: 6px;
  color: #f2d77e;
  font-size: 1.2rem;
  vertical-align: middle;
}
.icon.phone::before { content: "📞"; }
.icon.chart::before { content: "📊"; }
.icon.team::before  { content: "👥"; }

/* תמונות גדולות במאמר */
.article-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 40px auto;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
  display: block;
  object-fit: cover;
}

/* סקשן עם רקע תמונה */
.section-bg {
  background-image: url("https://ronhubian.com/wp-content/uploads/2025/10/5-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 60px 20px;
  color: #f9f9f9;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.5);
}

/* קופסאות הדגשה (ציטוטים/טיפים) */
.highlight-box {
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #f2d77e;
  padding: 20px;
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  color: #f9f9f9;
  line-height: 1.7;
}
.highlight-box .tip {
  color: #d4af37;
  font-weight: bold;
}

/* כפתור CTA */
.cta {
  display: table;           /* גודל לפי תוכן */
  margin: 30px auto 0;
  background: linear-gradient(90deg, #d4af37, #f2d77e);
  color: #000;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 0.9rem;
}
.cta:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(242,215,126,0.3);
}

/* רספונסיביות למובייל */
@media (max-width: 768px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.4rem; }
  p  { font-size: 1rem; }
  .section-bg { padding: 40px 15px; }
  .article-image { margin: 30px 0; }
}
/* כהות עדינה ל־.section-bg כדי להבליט טקסט */
.section-bg {
  position: relative;
  overflow: hidden;
}

/* שכבת־על שקופה למחצה */
.section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55); /* דרגת כהות בינונית – ניתן להתאים בין 0.4 ל־0.6 */
  z-index: 0;
}

/* מבטיח שכל הטקסט והאלמנטים יופיעו מעל השכבה */
.section-bg > * {
  position: relative;
  z-index: 1;
}
/* 🎨 עיצוב כללי */
body {
  background-color: #0e0e0e;
  color: #f9f9f9;
  font-family: "Heebo", "Open Sans", sans-serif;
  line-height: 1.8;
  margin: 0;
}

/* מיכל מרכזי */
.container {
  max-width: 950px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

/* 🎯 כותרות */
h1 {
  color: #f2d77e;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 700;
}

h2 {
  color: #f2d77e;
  font-size: 1.6rem;
  margin-top: 50px;
  font-weight: 600;
}

/* 🖼️ אזור ה־Hero */
.hero-section {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 40px;
}

.hero-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

/* שכבת הצללה מאחורי הטקסט */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(14,14,14,0.15), rgba(14,14,14,0.85));
  z-index: 1;
}

/* טקסט מעל התמונה */
.hero-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  padding: 20px 25px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
  color: #f9f9f9;
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
}

/* ✨ Fade-In Animation */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* כפתורי CTA */
.cta {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37, #f2d77e);
  color: #111;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.cta:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(242, 215, 126, 0.6);
}

/* אנימציית hover לתמונות */
.article-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 25px 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.article-image:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(242, 215, 126, 0.3);
}

/* ✅ התאמה למובייל */
@media (max-width: 768px) {
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  .container {
    padding: 40px 15px;
  }
  .hero-text {
    width: 92%;
    padding: 15px;
    bottom: 5%;
    font-size: 0.95rem;
  }
}
/* 🎨 עיצוב Hero Section מתוקן */
.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 60px;
}

.hero-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

/* שכבת הצללה (Gradient רך ועדין יותר) */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(14, 14, 14, 0.1) 10%,
    rgba(14, 14, 14, 0.4) 50%,
    rgba(14, 14, 14, 0.75) 100%
  );
  z-index: 1;
}

/* טקסט ממורכז הרמונית */
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  max-width: 800px;
  text-align: center;
  color: #f9f9f9;
  font-size: 1.1rem;
  line-height: 1.8;
  background: rgba(0, 0, 0, 0.45);
  padding: 25px 30px;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

/* כותרת ראשית במרכז */
h1 {
  color: #f2d77e;
  text-align: center;
  font-size: 2.4rem;
  margin: 60px auto 30px;
  font-weight: 700;
}

/* התאמה למובייל */
@media (max-width: 768px) {
  .hero-text {
    width: 90%;
    font-size: 1rem;
    line-height: 1.7;
    padding: 18px 20px;
  }

  h1 {
    font-size: 1.9rem;
    margin: 40px auto 20px;
  }
}
/* HERO SECTION */
.hero-section {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin: 50px auto;
  max-width: 1000px;
}

/* התמונה */
.hero-section .hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 14px;
}

/* שכבת הצללה רכה מאחורי הטקסט */
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(14,14,14,0.1), rgba(14,14,14,0.6) 60%, rgba(14,14,14,0.85));
  z-index: 1;
}

/* בלוק הטקסט במרכז */
.hero-text {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  max-width: 800px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  color: #f9f9f9;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  padding: 20px 25px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

/* כותרת ראשית */
h1 {
  text-align: center;
  color: #f2d77e;
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 700;
}

/* התאמה למובייל */
@media (max-width: 768px) {
  .hero-text {
    width: 90%;
    font-size: 0.95rem;
    line-height: 1.6;
    bottom: 5%;
    padding: 15px;
  }

  h1 {
    font-size: 1.9rem;
  }
}
.hero-section {
  margin-bottom: 20px; /* במקום 50px */
}

p:first-of-type {
  margin-top: 5px;
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: center;
  color: #f9f9f9;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
/* טקסט הפתיחה אחרי ה-Hero */
.intro-paragraph {
  margin-top: 10px;              /* מקרב את הטקסט לתמונה */
  margin-bottom: 50px;           /* רווח נעים לפני החלק הבא */
  color: #f9f9f9;                /* טקסט לבן רך */
  font-size: 1.1rem;             /* גודל נוח לקריאה */
  line-height: 1.9;              /* ריווח בין שורות */
  text-align: center;            /* ממורכז */
  max-width: 900px;              /* רוחב קריאה אופטימלי */
  margin-left: auto;
  margin-right: auto;
  animation: fadeUp 1s ease both; /* כניסה חלקה */
}

/* אנימציית הופעה */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* התאמה למובייל */
@media (max-width: 768px) {
  .intro-paragraph {
    font-size: 1rem;
    line-height: 1.7;
    padding: 0 10px;
  }
}
<div class="intro-paragraph">
  <p>אם אתה מרגיש שהעסק שלך רץ על טייס אוטומטי – וואטסאפים, מיילים, אקסלים ותזכורות מפוזרות – אתה לא לבד.</p>
  <p>בעלי עסקים רבים חווים בלבול, חוסר שליטה ואובדן לידים יקרים רק בגלל שאין להם מערכת אחת שמרכזת הכול.</p>
  <p>אז איך אפשר לשלוט בעסק בצורה חכמה, בלי לאבד מידע ובלי לעבוד כפול? כאן נכנסת לתמונה <strong>מערכת CRM</strong> – הלב הפועם של העסק המודרני, שמסדרת לך הכול במקום אחד ונותנת שליטה אמיתית.</p>
</div>
/* מעלה את הפסקאות הראשונות כך שייראו מיידית במסך הראשי */
.intro-paragraph {
  margin-top: -80px;             /* מעלה את כל הקטע למעלה */
  margin-bottom: 50px;           /* רווח אחרי החלק */
  color: #f9f9f9;                /* טקסט לבן */
  font-size: 1.1rem;
  line-height: 1.9;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeUp 1s ease both;
  position: relative;
  z-index: 3;
}

/* מוסיף קצת מרווח מלמעלה למסכים קטנים כדי שלא ייחתך */
@media (max-width: 768px) {
  .intro-paragraph {
    margin-top: -25px; /* פחות אגרסיבי במובייל */
    font-size: 1rem;
    line-height: 1.7;
    padding: 0 12px;
  }
}

/* אנימציית כניסה עדינה */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* מוודא שהסקשן הראשי צמוד לחלק העליון */
.hero-section {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

/* מעלה את החלק של הפסקאות מתחת לתמונה */
.intro-paragraph {
  position: relative;
  top: -100px; /* כאן קובעים כמה זה עולה למעלה – אפשר לשנות לפי הצורך */
  margin-bottom: 60px;
  color: #f9f9f9;
  font-size: 1.1rem;
  line-height: 1.9;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeUp 1s ease both;
  z-index: 3;
}

/* אנימציית כניסה */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* התאמה למובייל */
@media (max-width: 768px) {
  .intro-paragraph {
    top: -70px; /* פחות אגרסיבי במובייל */
    font-size: 1rem;
    line-height: 1.7;
    padding: 0 10px;
  }
}/* End custom CSS */