/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
  font-family: "MuseoSansRounded300";
  src: url('webFonts/MuseoSansRounded300/font.woff2') format('woff2'), url('webFonts/MuseoSansRounded300/font.woff') format('woff');
}


* {
    font-family: 'MuseoSansRounded300';
}


.site-content {
  margin: 0;
  padding: 0!important;
}

.site-header {
  z-index: 3;
}

::selection {
    background-color: #44bca7;
    color: white; 
}

::-webkit-scrollbar {
    width: 12px; 
}

::-webkit-scrollbar-track {
    background: #f0f8f6; 
}

::-webkit-scrollbar-thumb {
    background: #88d4c5; 
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #44bca7; 
}

/* עבור Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #88d4c5 #f0f8f6;
}

.site-header {
    background: transparent;
    /* Or use rgba for semi-transparent */
    background: rgba(255, 255, 255, 0.1); /* 10% white opacity */
    
    /* Remove any existing background colors */
    background-color: transparent;
    
    /* Position over hero */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

/* Optional: Add backdrop blur for modern glass effect */
.site-header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/*hero*/ 

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
      margin: 0;
    padding: 0;

}

#section1.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
    margin: 0;
    padding: 0;
}

.slider_header_box {
  position: absolute!important;
  top: 0!important; 
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  z-index: 1!important;
}

.slider_header {
  width: 100%!important;
  height: 100%!important;
}


.slider_header .swiper-slide img.slide_header {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important; /* התאמת התמונה לכיסוי מלא בלי עיוות */
}

/* Overlay for better text readability */
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg, 
    rgba(255, 255, 255, 0.3) 0%, 
    rgba(255, 255, 255, 0.1) 50%, 
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 2;
}

/* Header Content */
.header {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

/* Logo */
.header img {
  margin-bottom: 30px;
  filter: brightness(1.2) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* Main Heading with falling animation */
.header h1 {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
  opacity: 0;
  animation: fallIn 0.8s ease-out 0.2s forwards;
}

.header_btn {
  opacity: 0;
  animation: fallIn 0.8s ease-out 1s forwards;
}

/* Subheading with falling animation */
.header p {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
  opacity: 0;
  animation: fallIn 0.8s ease-out 0.6s forwards;
}

@keyframes fallIn {
  0% {
    opacity: 0;
    transform: translateY(-50px) rotateX(0deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

/* CTA Button */
.cta_section {
    display:flex;
    margin:5% 10% 2% 10%;
    justify-content:space-around;
    align-items:center;
}


.button {
  display: inline-block;
  padding: 15px 35px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-radius:5px;
}

.button::before {
  content: '»';
  margin-right: 10px;
  font-size: 1.2rem;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.button:active {
  transform: translateY(0);
}

.button a {
  text-decoration: none;
  color:#fff;
}

/* Greatest Wealth Section */

.greatest_wealth_box {
  padding:3%
}

.greatest_wealth_bg {
  min-height: 60vh;
  background-image: url('https://sodashi.nitzshacharenv.com/wp-content/uploads/2025/12/PHOTO-F-min.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.greatest_wealth_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}

.greatest_wealth_bg p {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-align: center;
  /*color:azure;*/
}

/*3 icons section*/


#section3.wellness {
  padding: 80px 40px;
  text-align: center;
  position: relative;
}

#section3.wellness h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wellness-options {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.wellness-options > div {
  flex: 1;
  text-align: center;
  position: relative;
}


/*.wellness-options h3 {
  text-decoration: UPPERLINE;
  color: #333;
  display: block;
}*/ 

.wellness-options h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.wellness-options IMG:HOVER {
  transform: translateY(-5px);
  scale: 1.1;
}

.wellness-options img {
  border-radius: 50%;
  }


/* Discover Section */

.Discover_box {
  padding:3%
}

.Discover_bg {
  min-height: 60vh;
  background-image: url('https://sodashi.nitzshacharenv.com/wp-content/uploads/2025/09/Photo-2-AYV-MS-treat-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.Discover_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}

.Discover_bg p {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
}

/* Treatments Section */

.h_treatments {
  padding: 4rem 2rem;
}

.h_treatments h6 {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.treatment-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  max-width: 1600px;
  margin: 0 auto;
}

.treatment-options > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 0.75REM;
  border-radius: 8px;
}

.treatment-options img {
  border-radius: 50%;
  margin-bottom: 1rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width:50%;
}

.treatment-options h2 {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.treatment-options .button {
  margin-top: auto;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  width: 200px;
}

/* Reasons Section */

.reasons {
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.reason-list > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.reason-list img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border: 4px solid transparent;
  transition: all 0.4s ease;
  filter: grayscale(20%) brightness(1.1);
}

.reason-list h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  letter-spacing: 0.05em;
}

.reason-list p {
  line-height: 1.2;
  font-size: 1rem;
  margin: 0;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.we_know_box {
  padding:3%;
}

.we_know_bg {
  min-height: 60vh;
  background-image: url('https://sodashi.nitzshacharenv.com/wp-content/uploads/2025/09/photo-10.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.we_know_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 254, 251, 0.5);
  z-index: 1;
}

.we_know_bg p {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
}

.why-sodashi {
  min-height: 60vh;
  background-image: url('https://sodashi.nitzshacharenv.com/wp-content/uploads/2025/09/oils-spa-photo-6-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.why-sodashi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}

.why-sodashi h2 {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-align: center;
}

.why-sodashi p {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
}

.steps {
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.steps h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
  position: relative;
  text-transform: uppercase;
}

.steps h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  border-radius: 1px;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.steps-list > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.steps-list img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border: 4px solid transparent;
  transition: all 0.4s ease;
  filter: grayscale(20%) brightness(1.1);
}


.steps-list h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  letter-spacing: 0.05em;
}

.steps-list p {
  line-height: 1.2;
  font-size: 1rem;
  margin: 0;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

/* גודל הסליידר */
.testimonials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:3%;
}

.testimonial_bg h1 {
  color: #333;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
}

.testimonial_bg {
  width: 100%;
  height: 100%;
  background-image: url('https://sodashi.nitzshacharenv.com/wp-content/uploads/2026/01/singing-bowl-4755014_1280.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.testimonial_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 254, 251, 0.30);
  z-index: 1;
}

.testimonials-slider {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 5%!important;
}

.swiper {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* עיצוב הסליידים */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px!important;
  border-radius: 10px; 
}

.swiper-slide h3 {
  margin: 10px 0;
  color: #333;
  font-size: 1.2rem;
}

.swiper-slide p {
  color: #666;
  line-height: 1.5;
  padding:5%
}

.feedback-name {
  padding-bottom:20px;
}

/* עיצוב כפתורי הניווט */
/*.swiper-button-next,
.swiper-button-prev {
  color: #44bca7!important;
  background: rgba(255,255,255,0.8);
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}*/

/* עיצוב הנקודות */
.swiper-pagination-bullet {
  background: #44bca7!important;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

    /*FOUNDER*/
    .founder {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding:0% 10%;
    }
    
    .founder-intro, .founder-image {
      width:50%!important;
      padding: 0.5rem;
    }
    
    .founder h2 {
      font-size: 2.5rem;
      font-weight: 300;
      margin: 0 0 -0.5rem 0;
    }
    
    .founder h1 {
      font-size: 3.5rem;
      font-weight: 300;
      margin: 0 0 1rem 0;
      line-height: 1.1;
      color: #333;
      text-transform: uppercase;
    }
    
    .founder img {
      border-radius: 20px;
    }

    .founder-dropdown {
      margin-top: 20px;
    }
    
    .dropdown-toggle {
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 1rem;
      transition: background-color 0.3s ease;
    }
    
    .dropdown-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-out;
      margin-top: 15px;
    }
    
    .dropdown-content.show {
      max-height: 500px;
    }
    
    .dropdown-content p {
      margin: 0;
      padding: 15px 0;
      line-height: 1.6;
    }

.news-events {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.news-events h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 400;
}

.news-events h1 {
  font-size: 2.5rem;
  margin: 0.5rem 0 3rem 0;
  font-weight: 300;
  line-height: 1.2;
  text-align:center;
  color:#333;
  text-transform: uppercase;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  align-items: start;
}

.news-list > article {
  display: contents;
}

.news-list article img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-list article h3 {
  font-size: 1.4rem;
  margin: 1.5rem 0 1rem 0;
  line-height: 1.3;
  font-weight: 400;
}

.news-list article h3 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.news-list article p {
  line-height: 1.6;
  margin: 0 0 1rem 0;
  font-size: 0.95rem;
}

/* Contact Section */

.contact {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #88d4c5db;
  border-radius: 5px;
  margin-top: -10%;
  position: relative;
  z-index: 10!important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contact h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  text-align: left;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 2rem;
}

.contact-info > div {
  flex: 1;
}

.contact-info h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.contact-info p {
  margin: 0;
  line-height: 1.4;
  font-size: 0.9rem;
}

.contact-info a {
  text-decoration: none;
}


.social-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease;
}

.social-links a:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

/*TREATMENT PAGE*/ 

.t_treatments {
  padding: 0.5rem 1rem;
}

.tab-buttons {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:3% 10px; 
}

.tab-buttons li {
  margin:0px 5px;
  }

.tab-button {
  border-radius: 10px;
}

.treatment-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}

.treatment-header {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    padding: 15px 20px;
    cursor: pointer;
}

.treatment-header h2 {
    margin: 0;
    font-size: 18px;
}

.dropdown-icon {
    font-size: 12px;
    transition: transform 0.5s;
    margin-right:10px;
    color:#44bca7;
}

.treatment-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.treatment-item.open .treatment-body {
    max-height: 1000px;
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.treatment-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding:10px 20px;
  max-width: 600px;
}

.treatment-info p {
    margin: 0 0 15px 0;
}

.treatment-img {
    padding: 0px 20px;
}

.treatment-img img{
  aspect-ratio: 1/1;
  width:300px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    /*header*/ 

        .cta_section {
    display: flex;
    margin: 5% 5% 0% 5%;
    justify-content: space-between;
    align-items: center;}

  .cta_text1 h2{
    text-align: center;
    font-size: 30px;
    font-family: inherit;
    font-weight: 300;
  }

  /*offers*/ 

    .treatment-options {
      display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  /* Reasons Section */
    
    .reason-list {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    
    .steps-list {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    /*founder*/ 

  .founder-intro, .founder-image {
     width: 100% !important; 
    padding: 2rem; }

    .founder-image {
      display: flex;
      justify-content: center;
    }

    .founder {
    padding: 2rem 1rem;
    min-height: auto;
    display:flex;
    flex-direction:column;
  }

    /*treatment page*/ 

    .t_treatments {
      padding:4rem;
    }

    .tab-buttons li {
      margin:5px;
    }
    
}


/* Responsive Design OVERALL*/
@media (max-width: 768px) {
    
    .header h1 {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  
  .header p {
    font-size: 1.1rem;
  }
  
  .button {
    padding: 12px 25px;
    font-size: 1rem;
  }
  
  .header img {
    width: 120px;
    height: 120px;
  }

    .cta_section {
    display: flex;
    margin: 5% 5% 0% 5%;
    justify-content: space-between;
    align-items: center;}

  .cta_text1 h2{
    text-align: center;
    font-size: 30px;
    font-family: inherit;
    font-weight: 300;
  }
  
 /*text1*/ 
 
 .greatest_wealth_box {
  padding:5% 0% 0% 0%;
}

.greatest_wealth_bg {
    background-attachment: scroll!important;
}
 
 .greatest_wealth_bg p {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-align: center;
}

  
 /*wellness*/ 

    #section3.wellness {
    padding: 60px 20px;
  }
  
  #section3.wellness h2 {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
  
  .wellness-options {
    flex-direction: column;
    gap: 40px;
  }
  
  .wellness-options h3 {
    font-size: 1.5rem;
  }
  
  /*text2*/ 
  
  .Discover_box {
  padding:0%;
}

.Discover_bg{
    background-attachment: scroll!important;
}

  .Discover_bg p {
      position: relative;
      z-index: 2;
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 2rem;
      text-align: left;
    }

  
  /*offers*/ 

  .treatment-options {
    flex-direction: column;
    justify-content: space-between;
  }
  
  .treatment-options > div {
    flex: 1;
    margin: 0 1rem;
  }
  
  /*why*/ 

  .why-sodashi {
    background-attachment: fixed; 
    padding: 1rem;
  }

  .why-sodashi{
    background-attachment: scroll!important;
}
  
  .why-sodashi h2 {
    font-size: 2rem;
  }
  
  .why-sodashi p {
    font-size: 1rem;
    text-align: left;}
    
    /*reason*/ 

     .reason-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
    
    /*we know text*/ 
    
      .we_know_box {
          padding:0%;
        }

          .we_know_bg{
    background-attachment: scroll!important;
}
    
    .we_know_bg p {
      position: relative;
      z-index: 2;
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 2rem;
      text-align: left;
    }
    
    /*step*/ 

    .steps {
    padding: 40px 15px;
  }
  
  .steps-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .steps-list > div {
    padding: 2rem 1.5rem;
    border-radius: 15px;
  }
  
  .steps-list img {
    width: 120px;
    height: 120px;
  }
  
  .steps h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  
  /*feedback*/ 
  
  .testimonials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:0%;
}

.testimonial_bg h1 {
  color: #333;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  text-align:center;
}

.testimonial_bg {
  width: 100%;
  height: 100%;
  background-image: url('https://sodashi.nitzshacharenv.com/wp-content/uploads/2025/09/singing-bowl-4293693_1280.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

.testimonial_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 254, 251, 0.30);
  z-index: 1;
}

.testimonials-slider {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 1%!important;
}

.swiper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* עיצוב הסליידים */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px!important;
  border-radius: 10px; 
}

.swiper-slide h3 {
  margin: 10px 0;
  color: #333;
  font-size: 1.2rem;
}

.swiper-slide p {
  color: #666;
  line-height: 1.5;
  padding:2% 5%;
}


/*founder*/ 

  .founder-intro, .founder-image {
     width: 100% !important; 
    padding: 2rem; }

    .founder-image {
      display: flex;
      justify-content: center;
    }

    .founder {
    padding: 2rem 1rem;
    min-height: auto;
    display:flex;
    flex-direction:column;
  }
  
  .founder h1 {
    font-size: 2.2rem;
  }
  
  .founder h2 {
    font-size: 1.8rem;
  }
  
  .founder p {
    font-size: 1rem;
    max-width: none;
  }
  
  .founder img {
    height: auto;
    width: 100%;
  }

  /*posts*/ 

    .news-events {
    padding: 2rem 1rem;
  }
  
  .news-events h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  
  .news-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .news-list article img {
    height: 200px;
  }
  
  .news-list article h3 {
    font-size: 1.2rem;
    margin: 1rem 0 0.5rem 0;
  }

  /*contact*/ 

  .contact {
    padding: 1rem;
    margin:-20% 5% 1% 5%;

  }
  
  .contact-info {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .social-links {
    justify-content: center;
    margin-top: 1rem;
  }

  /*treatment page*/ 

.t_treatments {
  padding: 4rem 2rem;
}

      .tab-buttons {
        padding: 0;
        gap: 5px;
    }

    .tab-buttons li {
        margin: 3px;
    }

    .tab-button {
        padding: 8px 15px;
        font-size: 13px;
    }

    .treatment-header {
        padding: 12px 15px;
    }

    .treatment-header h2 {
        font-size: 16px;
    }

  .dropdown-icon {
    font-size: 10px;
    transition: transform 0.5s;
    margin-right:10px;
    color:#44bca7;
}

    .treatment-body {
        flex-direction: column;
    }

    .treatment-item.open .treatment-body {
        flex-direction: column;
        max-height: 1500px;
    }

    .treatment-info {
        padding: 0px 15px 15px 15px;
    }

    .treatment-info p {
        margin: 0 0 12px 0;
        font-size: 15px;
    }

    .treatment-img {
        padding: 15px;
        display: flex;
        justify-content: center;
    }

    .treatment-img img {
        width: 100%;
        height: 250px;
    }
    

}

@media (max-width: 480px) {
    


    .header h1 {
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  
  .header p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .header img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  
  .header {
    padding: 0 15px;
  }

  .cta_section {
    display: flex;
    margin: 5% 5% 0% 5%;
    justify-content: space-between;
    align-items: center;}

  .cta_text1 h2{
    text-align: center;
    font-size: 30px;
    font-family: inherit;
    font-weight: 300;
  }

  /*greatest_wealth*/

  .greatest_wealth_bg p {
  position: relative;
  z-index: 2;
  text-align: center;
  color:#000;
}

  /*3 steps*/ 

    .steps {
    padding: 30px 10px;
  }
  
  .steps-list > div {
    padding: 1.5rem 1rem;
  }
  
  .steps-list img {
    width: 100px;
    height: 100px;
  }
  
  .steps h2 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  
  .steps-list h3 {
    font-size: 1.3rem;
  }
  
  .steps-list p {
    font-size: 0.9rem;
  }

  /*founder*/ 

  .founder-intro, .founder-image {
     width: 100% !important; 
    padding: 0.5rem; }

  .founder h1 {
    font-size: 1.8rem;
  }
  
  .founder h2 {
    font-size: 1.5rem;
  }

  .dropdown-content p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.dropdown-content.show {
    max-height: 1000px;
}
  /*posts*/

  .news-events h1 {
    font-size: 1.6rem;
  }
  
  .news-list article h3 {
    font-size: 1.1rem;
  }

      .tab-buttons li {
        margin: 2px;
    }

    .tab-button {
        padding: 7px 12px;
        font-size: 12px;
    }

    .treatment-header {
        padding: 10px 12px;
    }

    .treatment-header h2 {
        font-size: 15px;
    }

  .dropdown-icon {
    font-size: 10px;
    transition: transform 0.5s;
    margin-right:10px;
    color:#44bca7;
}

    .treatment-item.open .treatment-body {
        max-height: 2000px;
    }

    .treatment-info {
        padding: 0px 12px 12px 12px;
    }

    .treatment-info p {
        margin: 0 0 10px 0;
        font-size: 14px;
    }

    .treatment-img {
        padding: 12px;
    }

    .treatment-img img {
        width: 100%;
        height: 180px;
    }
    
    .fallin-scroll {
        opacity: 0; 
        transform: translateY(-50px); 
    }
    
    .fallin-scroll.fallinm  {
        animation: fallInM 0.8s ease-out 0.3s forwards; 
    } 
}

@media (max-width: 768px) {
    @keyframes fallInM {
        0% {
            opacity: 0;
            transform: translateY(-20px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
}

/* Zoom-in effect for images*/ 

.zoom-image {
    transition: transform 0.3s ease;
    transform: scale(0); /* התחלה מגודל 0 (בלתי נראה) */
    opacity: 0; /* אופציונלי - התחלה שקופה */
}

.zoom-image.zoom-in {
    transform: scale(1); /* זום-אין לגודל מלא */
    opacity: 1; /* אופציונלי - הופעה מלאה */
}


/*post*/