* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 100;
  font-style: normal;
  background-color: rgb(255, 255, 255);
  /* background-color: #f3f1f1; */
  color: #333;
  letter-spacing: 0.09rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.003em;
}

button {
  cursor: pointer;
  font-family: inherit;
  border-radius: 20px;
}

.border {
  width: 100%;
  border-bottom: #000000 solid 1px;
}
.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  /* background: rgba(0, 0, 0, 0.25); */
  position: fixed; /* שיהיה מעל ה־hero */
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: #ffffff solid 0.5px;
}
.nav__logo,
.nav__link {
  padding: 0 0.5rem;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  transition: 0.3s ease;
}

.nav__logo,
.nav__link:hover {
  font-size: 1.1rem;
}

.hero__title {
  text-decoration: none;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 1rem;
  font-weight: 100;
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
}
.hero {
  position: relative;
  text-align: center;
  align-content: center;
  height: 100vh;
  background-image: url("bg.jpg");
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); /* כהות חצי־שקופה, אפשר לשנות את ה־0.45 */
  z-index: 1;
}

.hero__title,
.hero__subtitle,
.hero__highlight {
  position: relative;
  z-index: 2; /* מעל ה־overlay */
  color: #fff; /* טקסט לבן */
  width: 100%;
  text-align: center;
}
.hero__subtitle {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 100;
  color: rgb(255, 255, 255);
}
.hero__subtitle {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.2rem;
}
.hero__highlight {
  margin-top: 3rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 100;
  word-spacing: 0.5rem;
}

.skills {
  overflow: hidden; /* Show only what's inside the container */
  white-space: nowrap;
  padding: 1rem 0;
  width: 100%;
  position: relative;
}

.skills__wrapper {
  display: flex;
  animation: scroll-left 30s linear infinite;
  width: max-content; /* Allow the wrapper to be as wide as its content */
}

.skills__detailed {
  padding-right: 0.5rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.section {
  margin: 2rem 0;
  padding: 0 2rem;
  justify-content: center;
}

.section__title {
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-size: 3rem;
}

.section__description {
  font-size: 1.2rem;
  line-height: 1.25;
}

.feature {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 600px;
}
.description {
  padding: 1rem -1rem;
  font-size: 1.7rem;
  font-weight: 100;
}
.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
.item__container {
  /* grid-column: 1/2; */
}
.image__container {
  /* grid-column: 2/3; */
  height: 400px;
  background-color: #baa994;
}

.image__container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container without distortion */
  object-position: center;
}
.feature {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 600px;
}

.feature__container {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-around;
}

.feature__image-container {
  flex-basis: 50%;
  height: 100%;
  /* border-radius: 8px; */
  background-color: #baa994;
  /* background-image: url("anima.jpg"); 
    background-size: cover;
    background-position: center; */
}

.feature__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container without distortion */
  object-position: center;
}

.feature__item {
  /* padding: 30px; */
  /* color: #baa994; */
}

.feature__description {
  font-size: 1.2rem;
  line-height: 1.25;
}

.feature__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 100;
  color: #baa994;
  transition: color 0.3s ease;
}

.cta {
  padding: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #baa994;
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 100%;
  flex-direction: column;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); /* כהות חצי־שקופה, אפשר לשנות את ה־0.45 */
  z-index: 1;
}

.cta__title {
  position: relative;
  z-index: 2; /* מעל ה־overlay */
  font-weight: 100;
  font-size: 2.5rem;
  color: #ffffff; /*White color for contrast*/
  text-transform: uppercase;
}
.cta__description {
  position: relative;
  z-index: 2; /* מעל ה־overlay */
  display: inline;
  padding: 0 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}

.cta__contact {
  position: relative;
  z-index: 2; /* מעל ה־overlay */
  padding: 0 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}

button {
  color: none;
  border: none;
}
.cta__button {
  position: relative;
  z-index: 2; /* מעל ה־overlay */
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff; /* White background for contrast */
  color: #000000; /* Dark pink text */
  font-size: 1rem;
  text-transform: uppercase;
}

.video {
  text-align: center;
  padding: 3.5rem;
}

.video__title {
  font-weight: 100;
  font-size: 2.5rem;
  /* color: #ffffff; White color for contrast */
  text-transform: uppercase;
}

.video__description {
  font-size: 1.2rem;
  color: #878787; /* White color for contrast */
}
.video__button {
  margin: 1rem 0.2rem 0rem;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff; /* White background for contrast */
  color: #baa994; /* Dark purple text */
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.video__button:hover {
  background-color: #baa994; /* Darker shade for hover effect */
  color: #ffffff; /* White text for contrast */
}

.video__container {
  width: 100%;
  height: 500px;
  /* border: solid 1px #584851; */
  background-color: #baa994;
  background-image: url("bg.jpg");
  background-size: cover;
  background-position: bottom;
  margin: 1rem 0 0;
  /* box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.33); */
}

.programs {
}

.programs__container {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  justify-items: stretch;
  align-items: stretch;
}

.programs__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: #000000 solid 1px;
  /* border-radius: 16px; */
  /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07); */
  /* border: none; */
  padding: 0;
  text-align: center;
  /* transition: box-shadow 0.2s; */
  height: 100%;
}

.programs__item:hover {
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13); */
}

.programs__image-wrapper {
  height: 160px;
  background-color: #baa994;
  /* border-top-left-radius: 16px; */
  /* border-top-right-radius: 16px; */
  overflow: hidden;
}

.programs__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.programs__content {
  padding: 1.2rem 1.5rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.programs__item-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #baa994;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.programs__item-level {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.7rem;
  color: #222;
}

.programs__item-description {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.2rem;
  flex: 1;
}

.programs__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.programs__price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #baa994;
}

.programs__button {
  background: #baa994;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}

.programs__button:hover {
  background: #a08b6c;
}

/* Responsive: 2 בשורה עד 900px, 1 בשורה עד 600px */
@media (max-width: 900px) {
  .programs__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .programs__image-wrapper {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .programs__container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .programs__image-wrapper {
    height: 100px;
  }
  .programs__content {
    padding: 1rem;
  }
}
.element {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: space-between;
  gap: 1rem;
  /* color: #ffffff; */
}
.element__title {
  font-size: 1.7rem;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.element__subtitle {
  font-weight: 100;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.element__left {
  flex-basis: 50%;
}

.element__right {
  flex: 50%;
  border: 1px solid #baa994;
  padding: 1rem;
  overflow: scroll;
}

.element__placeholder {
  /* background-image: url("anima.jpg"); */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.element__form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.element__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.element__list-title {
  font-size: 1.3rem;
  font-weight: 100;
}

.element__list-item {
  margin: 0.5rem 0;
  padding: 0.5rem;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #333;
}

.element__list-item::before {
  content: "-> "; /* Bullet point */
  color: #baa994; /* Match the theme color */
}

.element__form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.element__form-group label {
  margin-bottom: 0.5rem;
}
.element__form-group input,
textarea,
.element__form-group select {
  padding: 0.5rem;
  border: 1px solid #baa994;
  border-radius: 5px;
  font-size: 1rem;
  font-family: inherit;
}

.element__form-group input:focus,
.element__form-group select:focus {
  border-color: #baa994;
  outline: none;
  box-shadow: 0 0 0 5px rgba(226, 13, 13, 0.2);
}

.element__form-group select {
  cursor: pointer;
}
.element__form-group option {
  padding: 0.5rem;
}
.element__button {
  padding: 0.75rem 1.5rem;
  background-color: #baa994; /* Match the theme color */
  color: #ffffff; /* White text for contrast */
  font-family: inherit;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background-color 0.3s;
}
.element__button:hover {
  background-color: #000000; /* Darker shade for hover effect */
}

.footer {
  background-color: #333;
  padding: 3.5rem;
  color: #f0f0f0;
  text-transform: capitalize;
}

.footer__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* justify-content: space-between; */
  gap: 2rem;
  /* align-items: start; */
}

.footer__logo-container {
  /* width: 100%; */
  /* display: flex; */
  grid-row: 1/3;
  align-items: center;
  text-align: center;
}

.footer__logo {
  min-width: 120px;
  min-height: 120px;
  background-color: #baa994;
  /* background-image: url("anima.jpg"); */
  background-size: cover; /* Ensures the logo covers the container */
  background-position: center; /* Centers the logo */
  border-radius: 50%;
}
.footer__logo-text {
  text-decoration: none;
  padding: 0 0.5rem;
  font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #baa994; /* Match the theme color */
  /* font-weight: bold; */
}
.footer__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: white;
}

.contact__social-logo-links {
  /* flex: 2; */
  position: relative;
  z-index: 2; /* מעל ה־overlay */
  padding: 1rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* border-right: 1px solid #f0f0f0; Light border for separation */
  justify-content: center;
}

.contact__title {
  font-size: 1.2rem;
  font-weight: 100;
  text-transform: uppercase;
  color: white;
}

.footer__item {
  position: relative;
  z-index: 2; /* מעל ה־overlay */
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.footer__link {
  color: #f0f0f0;
  text-decoration: none;
  transition: color 0.3s;
}

.footer__link:hover {
  color: #baa994;
}
.footer__social-logo-links {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer__social-link {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 1.5rem;
}

.footer__button {
  padding: 1rem 0.5rem;
  color: #f0f0f0;
  background-color: #baa994; /* Match the theme color */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background-color 0.3s;
  font-family: inherit;
}

.footer__button:hover {
  background-color: #bf4431; /* Darker shade for hover effect */
  font-size: 1.3rem; /* Slightly increase font size on hover */
}

.footer__bottom {
  color: #000000; /* Dark text for contrast */
  padding: 1rem;
  text-align: center;
}

.nav.scrolled {
  background: rgba(255, 255, 255, 0.97); /* רקע בהיר כמעט אטום */
  transition: background 0.3s;
}

.nav.scrolled .nav__logo,
.nav.scrolled .nav__link {
  color: #222; /* טקסט כהה */
  transition: color 0.3s;
}
.nav.scrolled .nav__bar {
  background-color: #000000; /* טקסט כהה יותר בהובר */
}
/* --- Mobile Navbar --- */
@media (max-width: 800px) {
  .nav {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 1rem;
    position: fixed;
    z-index: 100;
  }
  .nav__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    z-index: 110;
  }
  .nav__bar {
    width: 100%;
    height: 1.5px;
    background: #ffffff;
    border-radius: 2px;
    transition: 0.3s;
  }
  .nav__links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    z-index: 105;
    padding: 1rem 0;
  }
  .nav__links.active {
    display: flex;
  }
  .nav__link {
    color: #222;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    /* border-bottom: 1px solid #eee; */
    text-align: left;
  }
  .nav__logo {
    color: #ffffff;
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
}

@media screen and (max-width: 992px) {
  .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

/* אפקט המבורגר ל-X */
.nav__toggle {
  transition: 0.3s;
}
.nav__toggle .nav__bar {
  transition: 0.3s;
}

/* כשההמבורגר active (פתוח) */
.nav__toggle.active .nav__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav__toggle.active .nav__bar:nth-child(2) {
  opacity: 0;
}
.nav__toggle.active .nav__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
