.celia-product-testimonials {
  padding: 0;
  background-color: #ffffff;
}

.celia-testimonials-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.celia-testimonials-title {
  margin: 0;
  font-family: var(--crx-font), "Inter", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}

.celia-testimonials-nav {
  display: flex;
  gap: 25px;
  align-items: center;
}

.celia-testimonials-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.celia-testimonials-nav button img {
  width: 37px;
  height: 15px;
}

.celia-testimonials-nav button.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.celia-testimonials-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.celia-testimonials-slider .slick-list {
  margin-bottom: 40px;
}

.celia-testimonials-slider .slick-slide {
  display: flex;
  align-items: center;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

.celia-testimonials-slider .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.celia-testimonials-slider .slick-center.celia-testimonial-item {
  padding: 10px !important;
  border: 1px solid #767676 !important;
  box-sizing: border-box;
}

.celia-testimonial-item {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.celia-testimonial-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.celia-testimonial-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
}

.celia-testimonial-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 2.69%, rgba(13, 13, 13, 0.1) 12.04%, #0d0d0d 100%);
}

.celia-quote-icon {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.celia-testimonial-quote {
  flex-grow: 1;
  margin: 0;
  font-family: var(--crx-font), "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

.celia-testimonial-name {
  margin: 0;
  font-family: var(--crx-font), "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.celia-testimonials-slider .slick-dots {
  position: relative;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.celia-testimonials-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}

.celia-testimonials-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 50%;
  background-color: #d4d4d4;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.celia-testimonials-slider .slick-dots li button:before {
  display: none;
}

.celia-testimonials-slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: linear-gradient(90deg, #e28c69 -12.71%, #eed187 100%);
}

@media screen and (max-width: 992px) {
  .celia-product-testimonials {
    padding: 30px 0;
  }

  .celia-testimonials-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .celia-testimonial-image {
    min-height: 300px;
    max-height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .celia-product-testimonials {
    padding: 40px 0;
  }

  .celia-testimonials-title {
    font-size: 24px;
  }

  .celia-testimonials-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .celia-testimonials-nav {
    display: none;
  }

  .celia-testimonial-image {
    min-height: 370px;
    max-height: 370px;
  }
}
