/* ================= HEADING CLASSES ================= */
.hero-title {
  font-size: clamp(29px, 4.3vw, 76px);
  line-height: 1.1;
  margin-bottom: 0.23em;
}

.hero-title.hero-title-2 {
  font-size: clamp(2.1875rem, 1.9554rem + 1.1607vw, 3rem);
}

.subheading-1 {
  font-size: clamp(15px, 1.8vw, 25px);
  line-height: 1.3;
  margin-bottom: 1.2em;
}

.subheading-2 {
  font-size: clamp(1rem, 0.9464rem + 0.2679vw, 1.1875rem);
}

/* ================= HERO SECTION ================= */
.hero-slider {
  position: relative;
  width: 100%;
  height: clamp(439px, 60vh, 540px);
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slide .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}

.hero-content {
  text-align: center;
  max-width: 710px;
  margin-right: 5%;
  padding: clamp(16px, 3vw, 32px) clamp(11px, 1.2vw, 16px);
}

/* ================= HERO ARROWS ================= */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: opacity 0.3s ease;
}

.container.hero-arrow-container {
  position: relative;
  height: 100%;
}

.hero-arrow img {
  width: clamp(13px, 1.2vw, 16px);
  height: clamp(25px, 2vw, 32px);
}

.hero-arrow.prev {
  left: clamp(15px, 2vw, 60px);
}

.hero-arrow.next {
  right: clamp(15px, 2vw, 60px);
}

.hero-arrow:hover {
  opacity: 0.8;
}

/* ================= HERO DOTS ================= */
.hero-dots {
  position: absolute;
  bottom: clamp(16px, 3vw, 30px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.hero-dots .dot {
  width: clamp(11px, 1.2vw, 13px);
  height: clamp(11px, 1.2vw, 13px);
  border-radius: 50%;
  background: var(--color-white);
}

.hero-dots .dot.active {
  background: var(--information-color);
}

@media (max-width: 767px) {
  .hero-slide .container {
    justify-content: center;
    align-items: start;
  }

  .hero-content {
    padding-top: 25px;
    padding-left: clamp(11px, 5vw, 16px);
    padding-right: clamp(11px, 5vw, 16px);
    margin-right: 0;
  }

  .hero-arrow img {
    width: clamp(12px, 3vw, 16px);
    height: clamp(20px, 4vw, 32px);
  }
}

/* ================= FEATURES SECTION ================= */
.features-grid {
  gap: 30px 2.66%;
  text-align: center;
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: 14%;
}

.feature-icon-wrapper {
  height: clamp(30px, 5vw, 60px);
  margin-bottom: clamp(8px, 1.5vw, 12px);
}

.feature-icon {
  height: 100%;
  object-fit: contain;
}

.feature-text {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: clamp(0.5625rem, 0.4018rem + 0.8036vw, 1.125rem);
  line-height: 1.2;
  padding: 0 6px;
  max-width: clamp(104px, 15vw, 206px);
  margin: auto;
}

.delivery-toggle {
  color: #1bb1dc;
  cursor: pointer;
}

.delivery-info {
  font-size: clamp(11px, 1.5vw, 13px);
  color: #555;
  margin-top: 0.3rem;
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#delivery-date {
  color: var(--button-color);
}

.delivery-checkbox:checked ~ .delivery-info {
  height: auto;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 969px) {
  .features-grid {
    justify-content: center;
    flex-wrap: wrap;
  }

  .feature-item {
    width: 30.66%;
  }
}

/* ================= USE SECTION ================= */
.use-card {
  position: relative;
  overflow: hidden;
}

.use-card img {
  transition: transform var(--transition-speed) ease;
}

.use-card:hover img {
  transform: scale(1.05);
}

.use-card__overlay {
  position: absolute;
  bottom: 10%;
  width: 100%;
  padding: clamp(3px, 1vw, 15px);
  text-align: center;
  background: var(--overlay-bg-blur);
}

.use-card__overlay h3 {
  margin: 0;
  font-size: clamp(14px, 2.5vw, 21px);
}

.use-card--full {
  width: 100%;
  min-height: clamp(230px, 35vw, 360px);
  margin-bottom: clamp(5px, 1.5vw, 15px);
}

.use-card--full .use-card__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-card--full .use-card__content {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56%;
}

.use-card__features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 12px 30px;
  margin: 0 0 35px;
  padding: 0;
}

.use-card__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4vw, 24px);
  color: var(--text-color);
}

.use-card__icon {
  flex-shrink: 0;
  width: clamp(27px, 2vw, 37px);
  height: clamp(21px, 1.5vw, 23px);
}

.use-card__title {
  background: var(--overlay-bg-blur);
  padding: clamp(10px, 2vw, 20px) clamp(20px, 5vw, 60px);
  margin-bottom: clamp(10px, 3vw, 16px);
  text-align: center;
}

.use-card__title h2 {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 48px);
  line-height: 1.15;
}

.use-card__link {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--text-color);
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.use-card__link:hover {
  opacity: 0.6;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(5px, 1.5vw, 15px);
  place-items: center;
}

@media (max-width: 992px) {
  .use-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .use-card--full .use-card__content {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 20px 0;
  }

  .use-card--full .use-card__features {
    display: none;
  }
}

/* ================= TRUSTPILOT SECTION ================= */
.trustpilot-section {
  padding: clamp(10px, 3vw, 20px) 0;
}

.trustpilot-desktop {
  display: none;
}

.trustpilot-mobile {
  display: block;
}

@media (min-width: 550px) {
  .trustpilot-desktop {
    display: block;
  }

  .trustpilot-mobile {
    display: none;
  }
}

/* ================= WHY SECTION ================= */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(25px, 3vw, 50px) clamp(15px, 3vw, 50px);
  margin-bottom: clamp(35px, 4vw, 50px);
}

.why-item {
  display: flex;
  align-items: center;
  gap: clamp(6px, 2vw, 20px);
}

.why-icon-wrapper {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.why-icon-wrapper img {
  max-height: 60px;
  object-fit: contain;
  margin: auto;
}

.why-item h3 {
  font-size: clamp(0.75rem, 0.4943rem + 1.2784vw, 1.3125rem);
  margin-bottom: clamp(6px, 1vw, 10px);
}

.why-item p {
  line-height: 1.2;
}

.why .btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: clamp(20px, 2vw, 30px);
}

@media (max-width: 767px) {
  .why-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .why-item {
    width: 70%;
  }

  .why-icon-wrapper {
    width: 42px;
    height: 42px;
  }

  .why-icon-wrapper img {
    max-height: 36px;
  }
}

@media (min-width: 500px) and (max-width: 850px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .why-item {
    width: 90%;
  }
}

/* ================= PRODUCTS SECTION ================= */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(5px, 1.5vw, 20px);
}

.product-card {
  position: relative;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  transition: transform var(--transition-speed) ease;
}

.product-card:hover img {
  transform: var(--transform-scale-hover);
}

.product-overlay {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  max-width: 460px;
  padding: clamp(3px, 1vw, 15px);
  text-align: center;
  font-size: clamp(17px, calc(-3.89px + 2.72vw), 24px);
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  background: var(--overlay-bg-blur);
}

.mobile-only {
  display: none;
}

@media (min-width: 1024px) {
  .product-card img {
    aspect-ratio: 3 / 2.5;
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-only {
    display: block;
  }
}

/* ================= PROMO SECTION ================= */
.promo-wrapper {
  position: relative;
  min-height: 341px;
  margin-top: clamp(5px, 1.5vw, 15px);
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px 0;
}

.promo-bg {
  position: absolute;
  inset: 0;
}

.promo-bg img {
  width: 100%;
  height: 100%;
}

.promo-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: clamp(20px, 5vw, 30px);
  color: var(--color-white);
}

.promo-title {
  font-size: clamp(33px, 4vw, 55px);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: clamp(20px, 3vw, 40px);
  color: #333333;
}

.promo-text {
  font-size: clamp(14px, 2vw, 30px);
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  margin-top: clamp(13px, 2vw, 30px);
  color: #333333;
}

@media (max-width: 767px) {
  .promo-wrapper {
    display: block;
  }
}

@media (max-width: 600px) {
  .promo-wrapper {
    min-height: clamp(500px, 110vw, 800px);
  }
}

/* ================= TESTIMONIALS SECTION ================= */
.testimonials {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.testimonials-slider-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}

.testimonials-slider-container {
  display: flex;
  align-items: start;
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
  touch-action: pan-y;
}

.testimonials-card {
  flex-shrink: 0;
  background: var(--accordiansandboxes-color);
  padding: 30px;
  padding-top: clamp(78px, 6vw, 82px);
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.testimonials-avatar {
  position: absolute;
  top: calc(-1 * clamp(58px, 5.5vw, 65px));
  left: 50%;
  transform: translateX(-50%);
  width: clamp(109px, 10vw, 129px);
  height: clamp(109px, 10vw, 129px);
  border-radius: 50%;
  border: clamp(8px, 1vw, 10px) solid #fff;
  background: #b3b3b3;
  overflow: hidden;
}

.testimonials-name {
  font-size: clamp(0.75rem, 0.4943rem + 1.2784vw, 1.3125rem);
}

.testimonials-designation {
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
}

.testimonials-text {
  line-height: 1.4;
}

.testimonials-text-wrapper {
  max-height: 88px;
  margin-top: 12px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonials-more-text {
  display: inline;
}

.testimonials-read-checkbox {
  display: none;
}

.testimonials-read-checkbox:checked ~ .testimonials-text-wrapper {
  max-height: 1000px;
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text::after {
  content: "READ MORE";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-ar::after {
  content: "اقرأ المزيد";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-fr::after {
  content: "LIRE LA SUITE";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-nl::after {
  content: "LEES MEER";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-pt::after {
  content: "LER MAIS";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-it::after {
  content: "SCOPRI DI PIÙ";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text::after {
  content: "READ LESS";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-ar::after {
  content: "اقرأ أقل";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-fr::after {
  content: "LIRE MOINS";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-nl::after {
  content: "LEES MINDER";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-pt::after {
  content: "LER MENOS";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-it::after {
  content: "MOSTRA MENO";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-arrow {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-arrow {
  transform: rotate(180deg);
}

.testimonials-read-toggle {
  font-size: clamp(0.6875rem, 0.625rem + 0.2778vw, 0.875rem);
  color: var(--information-color);
  font-weight: 600;
  letter-spacing: 0.6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-top: 18px;
}

.testimonials-slider-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonials-slider-dots span {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  width: clamp(10px, 1vw, 12px);
  height: clamp(10px, 1vw, 12px);
  border-radius: 50%;
  background: #999;
}

.testimonials-slider-dots .active {
  background: var(--information-color);
}

/* ================= FAQ SECTION ================= */
.mn-faq-container {
  display: grid;
  grid-template-columns: 0.6fr 2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.mn-faq-items {
  display: flex;
  gap: clamp(5px, 1vw, 30px);
}

.mn-faq-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 15px);
}

.mn-faq-title {
  font-size: clamp(1.5625rem, 0.7917rem + 3.4259vw, 3.875rem);
  margin-bottom: 20px;
}

.mn-faq-title.mn-faq-title-2 {
  font-size: clamp(1.5625rem, 0.8523rem + 3.5511vw, 3.125rem);
}

.mn-faq-desc {
  margin-bottom: 20px;
  max-width: 19rem;
}

.mn-faq-btn {
  background: var(--information-color);
  font-size: 16px;
}

.mn-faq-btn.mn-faq-btn-pt {
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  width: max-content;
}

.mn-faq-card {
  background: var(--overlay-bg-blur);
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
}

.mn-faq-card:hover {
  transform: translateY(-0.2rem);
}

.mn-faq-toggle {
  display: none;
}

.mn-faq-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(15px, 2vw, 30px) clamp(15px, 2vw, 45px);
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.8333rem + 0.463vw, 1.25rem);
  background-color: var(--accordiansandboxes-color);
  cursor: pointer;
  user-select: none;
}

.mn-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.mn-icon::before,
.mn-icon::after {
  content: "";
  position: absolute;
  background-color: var(--color-black);
  transition: transform 0.3s var(--curve);
}

.mn-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mn-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mn-faq-toggle:checked + .mn-faq-summary .mn-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.mn-faq-animator {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s var(--curve);
}

.mn-faq-toggle:checked ~ .mn-faq-animator {
  max-height: 500px;
}

.mn-faq-animator p {
  padding: clamp(15px, 2vw, 30px) clamp(15px, 2vw, 45px);
  padding-bottom: clamp(6px, 1vw, 15px);
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s ease 0.1s;
}

.mn-faq-toggle:checked ~ .mn-faq-animator p {
  opacity: 1;
}

@media (max-width: 1920px) {
  .mn-faq-items {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .mn-faq-container {
    grid-template-columns: 1fr;
  }

  .mn-faq-sidebar {
    text-align: center;
  }

  .mn-faq-desc,
  .mn-faq-btn {
    display: none;
  }

  .mn-faq-title {
    margin-bottom: 0;
  }
}