body {
  color: #131442;
  font-family: "League Spartan", sans-serif;
  line-height: 1.5;
}

a {
  color: #00e;
  text-decoration: none;
}

.navbar-style {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.823);
}

.navbar {
  background-color: hsl(0 100% 100% / 0.1);
}

.home_title {
  font-size: clamp(2rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #a25959;
  opacity: 0;
  transform: translateX(-120px);
  animation: slideInFromLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.home_subtitle {
  margin-top: 1rem;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #637893;
  opacity: 0;
  transform: translateX(-120px);
  animation: slideInFromLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}

.homeslogan {
  font-weight: 300;
  letter-spacing: 0.10em;
  color: #131442;
  opacity: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 44px;
  font-style: normal;
  transform: translateX(120px);
  animation: slideInFromRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.homeslogansub {
  font-weight: 300;
  letter-spacing: 0.10em;
  color: #131442;
  opacity: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-style: normal;
  transform: translateX(120px);
  animation: slideInFromRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.hometext {
  font-weight: 300;
  letter-spacing: 0.10em;
  color: #131442;
  opacity: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 24px;
  font-style: normal;
  transform: translateX(120px);
  animation: slideInFromRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}

.home_background {
  background-image:  url('/image/home_background.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: cover;
}

.home_voorwie_background {
  background-image:  url('/image/home-voorwie-background.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
}

.home-mobile {
  display: none;
}

.home_ervaringen_background {
  background-image:  url('/image/home-ervaringen-background.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
}

.overmij_background {
  border-radius: 25px;
  background-image:  url('/image/overmij_background.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
}

.overmij_background_sub {
  border-radius: 25px;
  opacity: 0.8;
  background-color: #FFFCF5;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
}

.overmij-profile-picture {
  border-radius: 80px;
}

.grid .cell {
  background-color: rgba(23, 92, 75, 0.068);
  font-weight: 300;
  letter-spacing: 0.10em;
  color: #000000;
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
}

.gridx {
  background-image:  url('/image/home-hypnotherapie.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
  border-radius: 25px;
}

.gridpds {
  background-image:  url('/image/pds.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
  border-radius: 25px;
}

.gridemdr {
  background-image:  url('/image/home-edmr.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
  border-radius: 25px;
}

.gridt .cell {
  background-color: rgba(247, 252, 251, 0.343);
  font-weight: 300;
  letter-spacing: 0.10em;
  color: #000000;
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
}

.sectiontile {
  font-weight: 300;
  letter-spacing: 0.10em;
  color: #131442;
  font-family: "League Spartan", sans-serif;
  font-size: 42px;
  font-style: normal;
}

.section {
  font-weight: 300;
  letter-spacing: 0.10em;
  color: #000000;
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-style: normal;
}

.footer {
  background-color: hsl(240, 26%, 21%);
  text-align: left;
  font-size: 14px;
  color: #ffffff;
}

.footer-img {
  width: 120px;
  height: auto;
  margin-bottom: 1rem;
}

.carousel-heading {
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #a25959;
  margin-bottom: 3rem;
  text-align: center;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  
}

.carousel-track {
  overflow: hidden;
  border-radius: 4px;
}

.carousel-slides {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide {
  min-width: 100%;
  padding: 3.5rem 4rem;
  background-color: rgba(23, 92, 75, 0.068);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.slide:nth-child(even) {
  background-color: rgba(162, 89, 89, 0.07);
}

.slide-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #637893;
  font-family: "Montserrat", sans-serif;
}

.slide-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #131442;
  line-height: 1.3;
}

.slide-body {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #131442;
  line-height: 1.7;

}

.therapievormen {
  background:
    radial-gradient(ellipse at 83.7% 75%, rgb(255, 255, 255), transparent 50.71%),
    radial-gradient(ellipse at 17.3% 75%, rgba(113, 221, 214, 0.308), transparent 85.71%)
      rgb(255, 255, 255);
}

/* Prev / next buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid rgba(19, 20, 66, 0.25);
  color: #131442;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  z-index: 10;
}

.carousel-btn:hover {
  background: rgba(19, 20, 66, 0.07);
  border-color: #131442;
}

.carousel-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carousel-btn--prev {
  left: -60px;
}

.carousel-btn--next {
  right: -60px;
}

/* Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(19, 20, 66, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.dot.active {
  background: #a25959;
  transform: scale(1.35);
}

.city {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

@media (max-width: 700px) {
  .carousel-btn--prev { left: -10px; }
  .carousel-btn--next { right: -10px; }
  .slide { padding: 2.5rem 2rem; }
			}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 1022px) {

  .home_title {
    font-size: 42px;
  }

  .homeslogan {
    font-size: 18px;
  }

  .homeslogansub {
    font-size: 12px;
  }

  .hometext {
    font-size: 18px;
  }

  .overmij_background {
    border-radius: 25px;
    background-image:  url('/image/overmij_background_mob.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: cover;
  }

  .overmij_background_sub {
    border-radius: 25px;
    opacity: 0.7;
    margin-right: 1.4rem;
    margin-left: 1.4rem;
    margin-bottom: 2rem;
    background-color: #FFFCF5;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: cover;
  }

  .home {
    display: none;
  }

  .home-mobile {
    display: block;
  }

  .grid .cell {
    font-size: 16px;
    font-style: normal;
  }

}
