.testimonial-slider-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.testimonial-slider-wrapper .testimonial-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 30px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .testimonial-slider-wrapper .testimonial-slider-header {
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.testimonial-slider-wrapper .testimonial-slider-header h2.testimonial-slider-title {
  color: #212121;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.4px;
  margin: 0;
}
@media (max-width: 768px) {
  .testimonial-slider-wrapper .testimonial-slider-header h2.testimonial-slider-title {
    font-size: 42px;
    line-height: 44px;
  }
}
.testimonial-slider-wrapper .testimonial-slider-header .testimonial-slider-controls {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 22px;
}
@media (max-width: 768px) {
  .testimonial-slider-wrapper .testimonial-slider-header .testimonial-slider-controls {
    align-content: center;
    align-items: center;
    gap: 22px;
  }
}
.testimonial-slider-wrapper .testimonial-slider-header .testimonial-slider-controls button.swiper-button-prevBtn {
  border: none;
  box-shadow: none;
  background: none;
  cursor: pointer;
}
.testimonial-slider-wrapper .testimonial-slider-header .testimonial-slider-controls button.swiper-button-nextBtn {
  border: none;
  box-shadow: none;
  background: none;
  cursor: pointer;
}
.testimonial-slider-wrapper .testimonial-slider {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.testimonial-slider-wrapper .testimonial-slider .swiper-wrapper {
  align-items: stretch;
  box-sizing: border-box;
}
.testimonial-slider-wrapper .testimonial-slider .swiper-slide {
  height: auto;
  transition: opacity 0.3s ease;
  padding: 0.5rem;
}
.testimonial-slider-wrapper .testimonial-slider .swiper-slide-active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .testimonial-slider-wrapper .testimonial-slider .swiper-slide {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  .testimonial-slider-wrapper .testimonial-slider .swiper-slide {
    width: calc(50% - 15px);
  }
}
@media (max-width: 320px) {
  .testimonial-slider-wrapper .testimonial-slider .swiper-slide {
    width: 100%;
    opacity: 1;
  }
}
.testimonial-slider-wrapper .testimonial-card {
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
}
.testimonial-slider-wrapper .testimonial-card .testimonial-content {
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.testimonial-slider-wrapper .testimonial-card .testimonial-content .testimonial-text {
  color: #424242;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.testimonial-slider-wrapper .testimonial-card .testimonial-meta .star-rating {
  display: flex;
  gap: 2px;
}
.testimonial-slider-wrapper .testimonial-card .testimonial-meta .star-icon {
  width: 20px;
  height: 20px;
}
.testimonial-slider-wrapper .testimonial-card .testimonial-meta .star-empty {
  opacity: 0.3;
}
.testimonial-slider-wrapper .testimonial-card .testimonial-meta .testimonial-name {
  margin: 0;
  color: #424242;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 0;
}
.testimonial-slider-wrapper .testimonial-card .testimonial-meta .testimonial-position {
  color: #424242;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  padding-top: 16px;
}
.testimonial-slider-wrapper .testimonial-card .testimonial-meta .testimonial-company {
  color: #9D9FA1;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.testimonial-slider-wrapper .swiper-button-next,
.testimonial-slider-wrapper .swiper-button-prev {
  color: #222;
  background: #111;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.testimonial-slider-wrapper .swiper-button-next::after,
.testimonial-slider-wrapper .swiper-button-prev::after {
  font-size: 1.125rem;
  font-weight: bold;
}
.testimonial-slider-wrapper .swiper-pagination {
  position: relative;
  margin-top: 1.875rem;
}
.testimonial-slider-wrapper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #ddd;
  opacity: 1;
}
.testimonial-slider-wrapper .swiper-pagination-bullet-active {
  background: #DC0922;
}

.swiper-paginationx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

.timeline-slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.timeline-slider-container .year-ticker {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.1;
  display: flex;
  white-space: nowrap;
  will-change: transform;
}
.timeline-slider-container .ticker-year {
  font-size: 18vw;
  font-weight: 900;
  line-height: 1;
  color: #000;
  margin-right: 0.2em;
  flex-shrink: 0;
}
.timeline-slider-container .timeline-slider {
  position: relative;
  z-index: 1;
  min-height: 435px;
}
.timeline-slider-container .slide {
  position: absolute;
  top: 0;
  left: 3%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 40px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 25px;
  background: var(--Neutral-900, #212121);
  height: 433px;
  max-width: 492px;
}
.timeline-slider-container .slide.active {
  opacity: 1;
}
.timeline-slider-container .slide .slider-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.timeline-slider-container .slide .slider-content h3 {
  color: var(--Neutral-100, #F5F5F5);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.timeline-slider-container .slide .slider-content p.year {
  color: var(--Neutral-White, #FFF);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  margin-top: 30px;
}
.timeline-slider-container .slide .slider-content p {
  color: var(--Neutral-100, #F5F5F5);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 458px;
  margin: 0;
}
.timeline-slider-container .slide .slider-content .cta-wrapper {
  margin-top: 1rem;
}
.timeline-slider-container .slide .slider-content .cta-wrapper .timeline-cta {
  display: inline-block;
  padding: 16px 38px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 100px;
  background: #DC0922;
  color: #F2F2F2;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  transition: background-color 0.3s ease;
}
.timeline-slider-container .slide .slider-content .cta-wrapper .timeline-cta:hover {
  background-color: #333;
}
.timeline-slider-container .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1250px) {
  .timeline-slider-container .slider-nav {
    margin-top: 50px !important;
  }
}
.timeline-slider-container .slider-nav .slide-dots {
  display: flex;
  margin: 0 20px;
  display: none;
}
.timeline-slider-container .slider-nav .slide-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.timeline-slider-container .slider-nav .slide-dots .dot.active {
  background: #000;
}
.timeline-slider-container .slider-nav button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 5px 15px;
  color: #000;
  transition: color 0.3s ease;
}
.timeline-slider-container .slider-nav button:hover {
  color: #666;
}
@media (max-width: 768px) {
  .timeline-slider-container .ticker-year {
    font-size: 50vw;
  }
  .timeline-slider-container .slide {
    padding: 20px;
    top: 0 !important;
    left: 0 !important;
  }
  .timeline-slider-container .slide h3 {
    font-size: 1.8rem;
  }
  .timeline-slider-container .slide p {
    font-size: 1rem;
  }
}
