.elementor-166 .elementor-element.elementor-element-bca936a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9aae0e9 *//* רקע כללי והגדרות בסיס */
.about-section {
  background: linear-gradient(180deg, #e1cfc9 0%, #d6bfb7 100%);
  padding: 60px 20px;
  font-family: 'Assistant', sans-serif;
  color: #2e2e2e;
  direction: rtl;
  overflow-x: hidden;
}

/* לוגו עליון */
.logo-header {
  text-align: center;
  padding: 40px 0 20px;
}

.logo-header img {
  max-width: 300px;
  height: auto;
}

/* כפתור חזרה */
.return-home {
  text-align: center;
  margin-bottom: 40px;
}

.return-home a {
  background-color: #eadcd8;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #3a1f1f;
  font-weight: bold;
  transition: 0.3s;
}

.return-home a:hover {
  background-color: #d8c3ba;
}

/* מבנה כללי של הטקסט והתמונות */
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: flex-start; /* מעלה את המלל */
}

.about-text,
.about-image {
  flex: 1 1 420px;
  max-width: 600px;
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about-text h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #3a1f1f;
}

.about-text p {
  font-size: 1.1em;
  line-height: 1.9;
  margin-bottom: 14px;
  color: #4a3b3b;
}

.about-image img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* ערכים עם אייקונים */
.icon-section {
  margin-top: 60px;
  text-align: center;
}

.icon-section h3 {
  font-size: 1.8em;
  margin-bottom: 24px;
}

.icon-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.icon-box {
  text-align: center;
  padding: 16px;
  max-width: 200px;
  transition: transform 0.3s;
}

.icon-box i {
  font-size: 2.2em;
  color: #a87575;
  margin-bottom: 10px;
  animation: pulse 1.5s infinite ease-in-out;
}

.icon-box span {
  display: block;
  font-size: 1.05em;
  color: #3a1f1f;
  font-weight: 500;
}

.icon-box:hover {
  transform: scale(1.05);
}

/* משפט השראה */
.inspiration {
  text-align: center;
  margin-top: 80px;
  font-size: 1.4em;
  background-color: #fdf7f5;
  padding: 20px 30px;
  border-radius: 30px;
  color: #3a1f1f;
  font-weight: bold;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* אנימציה לאייקונים */
@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* התאמות מובייל */
@media (max-width: 768px) {
  .about-text h2 {
    font-size: 2em;
  }

  .about-text p {
    font-size: 1em;
  }

  .inspiration {
    font-size: 1.2em;
    padding: 16px 20px;
  }

  .icon-box {
    max-width: 140px;
  }

  .logo-header img {
    max-width: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61079ed */.site-footer {
  background-color: #2e2e2e;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-family: 'Assistant', sans-serif;
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer p {
  margin: 0;
  opacity: 0.8;
}/* End custom CSS */