html,
body {
  overscroll-behavior-x: none;
}

body {
  font-family: "Manrope", sans-serif;
}

button {
  cursor: pointer;
}

.comparison-img {
  clip-path: inset(0 50% 0 0);
}

@media screen and (max-width: 1024px) {
  .menu-progress-fill {
    height: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .menu-progress-fill {
    width: 100% !important;
  }
}

.slider {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  overflow: hidden;
  border-radius: 12px;
}
.slider img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

@media (max-width: 768px) {
  [data-el="card"][data-active="1"] [data-el="desc"] {
    height: 1lh;
  }
  [data-el="card"][data-active="1"] [data-el="title"] {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
  }
  [data-el="card"][data-active="1"] [data-el="cta"] {
    opacity: 1;
    scale: 1;
    rotate: 0deg;
    transition-delay: 0.3s;
  }
  [data-el="card"][data-active="1"] [data-el="image"] {
    scale: 1.2;
  }
}

.wave-container {
  position: relative;
  width: 100%;
  height: 96px;
  overflow: hidden;
}

.contact-widget {
  visibility: hidden;
}
.contact-option {
  opacity: 0;
  transform: translateX(50px);
}
.toggle-btn {
  transition: transform 0.4s ease;
}
