.elementor-28605 .elementor-element.elementor-element-75ebac5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7f2f5b2 *//* ===========================
   RESET
=========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===========================
   BASE LAYOUT
=========================== */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: #333;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
  direction: rtl;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* ===========================
   HERO SECTION
=========================== */
.hero-section {
  background: linear-gradient(135deg, #1a365d 0%, #0f1419 100%);
  color: #fff;
  text-align: center;
  padding: 60px 40px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://nirmako.com/wp-content/uploads/2021/07/Advisory-Board-Vs-Board-of-Directors-1200x801.jpg') center/cover;
  opacity: 0.1;
}
.hero-section h1 {
  font-size: 3em;
  margin-bottom: 15px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-section .subtitle {
  font-size: 1.3em;
  margin-bottom: 20px;
  opacity: 0.9;
}

/* ===========================
   HEADINGS
=========================== */
h1 {
  color: #2c3e50;
  font-size: 2.5em;
  margin: 25px 0;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #1a365d, #0f1419);
  border-radius: 2px;
}
h2 {
  color: #1a365d;
  font-size: 2em;
  margin: 30px 0 20px;
  position: relative;
  padding-right: 25px;
}
h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 50px;
  background: linear-gradient(180deg, #1a365d, #0f1419);
  border-radius: 3px;
}
h3, h4 {
  color: #2c3e50;
  font-weight: 600;
}

/* ===========================
   TEXT
=========================== */
p {
  margin-bottom: 18px;
  font-size: 1.1em;
  line-height: 1.8;
  text-align: justify;
}
.highlight-keyword {
  color: #f39c12;
  font-weight: bold;
}

/* ===========================
   GRIDS
=========================== */
.paths-grid,
.features-grid,
.results-showcase,
.stats-grid,
.benefits-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 30px 0;
}

/* ===========================
   CTA BUTTONS
=========================== */
.mid-cta-button {
  display: inline-block;
  background: linear-gradient(45deg, #f39c12, #e67e22);
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  margin: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.mid-cta-button:hover {
  transform: translateY(-3px);
  background: linear-gradient(45deg, #e67e22, #d68910);
}

/* צבעים חלופיים */
.diagnosis-button {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
}
.case-study-button {
  background: linear-gradient(45deg, #27ae60, #2ecc71);
}

/* ===========================
   SECTION BOXES
=========================== */
.content-section {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-top: 4px solid #1a365d;
}

/* ===========================
   RESPONSIVE BREAKPOINTS
=========================== */

/* Tablets Landscape / Small Laptop */
@media (max-width: 1024px) {
  .container {
    padding: 15px;
  }
  .hero-section {
    padding: 50px 25px;
  }
  .hero-section h1 {
    font-size: 2.4em;
  }
  h2 {
    font-size: 1.8em;
  }
}

/* Tablets Portrait / Large Phones */
@media (max-width: 768px) {
  .container {
    margin: 10px;
    padding: 15px;
  }
  .hero-section {
    padding: 40px 20px;
  }
  .hero-section h1 {
    font-size: 2.1em;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  .mid-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .stats-grid,
  .results-showcase,
  .benefits-section,
  .paths-grid,
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .content-section {
    padding: 25px;
  }
}

/* Small Phones */
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
  .hero-section h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.3em;
  }
  p {
    font-size: 1em;
  }
  .mid-cta-button {
    width: 100%;
    padding: 12px;
  }
  .container {
    box-shadow: none;
    border-radius: 0;
  }
}/* End custom CSS */