.elementor-178 .elementor-element.elementor-element-5678ba6{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b0fbfad */body {
  margin: 0;
  font-family: 'Assistant', sans-serif;
  background: linear-gradient(180deg, #e1cfc9 0%, #d6bfb7 100%);
  color: #3a1f1f;
  direction: rtl;
  overflow-x: hidden;
}

.header-elevated {
  text-align: center;
  padding: 22px 10px 10px;
  background: transparent;
}

.logo-wrapper img {
  max-width: 120px;
}

.back-home {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  color: white;
  background-color: #563344;
  padding: 9px 23px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s;
  font-weight: 700;
}
.back-home:hover {
  background: #be8da6;
}

.treatments-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 2vw 36px 2vw;
}

.treatment-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 32px #e1cfc9a9, 0 2px 0 #fff;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 2px solid #e6d0ca;
  position: relative;
  animation: fadeInUp 0.7s cubic-bezier(.38,1.63,.41,.97);
  margin-top: 38px;
}
@keyframes fadeInUp {
  from { opacity:0; transform:translateY(24px);}
  to   { opacity:1; transform:translateY(0);}
}

.treatment-divider {
  width: 100%;
  height: 22px;
  background: linear-gradient(90deg, #f9e6fa 5%, #e1cfc9 55%, #be8da6 100%);
  opacity: 0.17;
  margin: 18px 0 18px 0;
  border-radius: 33px;
  box-shadow: 0 0 10px #eecad738;
}

.treatment-title {
  font-size: 1.37em;
  font-weight: 900;
  color: #622b38;
  margin: 36px 0 22px 0;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 0 2px 10px #fbeff277;
  line-height: 1.38;
}

/* תמונות בשורה אחת – דסקטופ */
.treatment-images-oval {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 36px;
  margin: 0 0 14px 0;
  width: 100%;
  align-items: flex-start;
}

.treatment-images-oval.single { gap: 0; }
.treatment-images-oval figure {
  margin: 0;
  text-align: center;
  position: relative;
  flex: 1 1 0;
  max-width: 380px;
}
.treatment-images-oval img {
  width: 100%;
  max-width: 370px;
  min-width: 170px;
  height: 300px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 2px 18px #a67c8a15, 0 3px 16px #eecad71a;
  border: 2.5px solid #f9e6fa;
  background: #ebe2e2;
  transition: none;
}
.treatment-images-oval img:hover,
.treatment-images-oval img:focus {
  transform: none;
  box-shadow: 0 2px 18px #a67c8a15, 0 3px 16px #eecad71a;
  filter: none;
}
.treatment-images-oval figcaption {
  font-size: 1em;
  margin-top: 5px;
  color: #6c4f57;
  font-weight: 800;
  background: #fbeff2bb;
  border-radius: 13px;
  padding: 4px 18px;
  display: inline-block;
  box-shadow: 0 2px 9px #ede0e1;
  letter-spacing: 0.08em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  z-index: 2;
}

/* המלל מתחת לתמונות */
.treatment-desc {
  font-size: 1.13em;
  line-height: 1.9;
  color: #5c3c3c;
  background: #fbeff2c0;
  border-radius: 19px;
  padding: 21px 8vw 15px 8vw;
  box-shadow: 0 2px 17px #e1cfc929;
  margin: 42px 28px 32px 28px;
  text-align: center;
  font-weight: 500;
  max-width: 900px;
  align-self: center;
}

/* מובייל – מתחת ל־ 800px: התמונות באות אחת מתחת לשנייה */
@media (max-width: 900px) {
  .treatments-container { max-width: 98vw; }
  .treatment-card { border-radius: 18px; }
  .treatment-title { font-size: 1.1em; margin: 18px 0 9px 0;}
  .treatment-images-oval { 
    flex-direction: column;
    align-items: center;
    gap: 17px;
  }
  .treatment-images-oval img {
    width: 88vw;
    max-width: 480px;
    min-width: 110px;
    height: 44vw;
    max-height: 280px;
    min-height: 80px;
    border-radius: 17px;
  }
  .treatment-desc { padding: 13px 4vw 9px 4vw; font-size: 1.01em; margin: 20px 7px 18px 7px;}
  .treatment-images-oval figcaption { font-size: 0.91em; bottom: -11px; }
}

footer {
  text-align: center;
  padding: 16px 0 30px 0;
  background: transparent;
}
.cta-button {
  background: linear-gradient(92deg, #e1cfc9 50%, #be8da6 120%);
  color: #3a1f1f;
  padding: 13px 34px;
  border-radius: 38px;
  font-size: 1.1em;
  font-weight: 700;
  box-shadow: 0 4px 17px #eecad799;
  text-decoration: none;
  transition: background 0.23s, color 0.23s, transform 0.18s;
  border: none;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-bottom: 4px solid #be8da6a2;
}
.cta-button:hover {
  background: linear-gradient(92deg, #be8da6 60%, #e1cfc9 120%);
  color: #fff;
  transform: scale(1.02) translateY(-1px);
  box-shadow: 0 8px 22px #be8da65e;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c39f249 */.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 */