/* <!-- stories section--css --> */

.frame-1171275045 {
  padding: 0px 0px 60px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.frame-11712750452 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.frame-1171275042 {
  padding: 115px 0px 5px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.customer-stories {
  color: #272627;
  text-align: center;
  font-family: "AlbertSans-Medium", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  border-style: solid;
  border-color: #c0bfbd;
  border-width: 0px 0px 1px 0px;
}

.frame-1171275028 {
  padding: 20px 240px 64px 240px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.artificial-intelligence-real-world-impact {
  color: #272627;
  text-align: center;
  font-family: "AlbertSans-Medium", sans-serif;
  font-size: clamp(32px, 6vw, 96px);
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-container {
  width: 100%;
  max-width: 1400px;
  height: 412px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.carousel-track {
  display: flex;
  gap: 25px;
  align-items: center;
  height: 100%;
  animation: scroll 30s linear infinite;
  width: fit-content;
}

.carousel-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testimonial-card {
  flex-shrink: 0;
  width: 304px;
  height: 412px;
  position: relative;
  background: #f9f9f9;
  border-radius: 16px;
  border: 1px solid #f9f9f9;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.profile-image {
  border-radius: 50%;
  border: 1px solid #ededed;
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}

.profile-info {
  flex: 1;
}

.name {
  color: #272627;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 2px;
}

.title {
  color: #272627;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.testimonial-text {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  flex: 1;
}

.story_bottom_text {
  display: flex;
  justify-content: flex-end;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .frame-1171275028 {
    padding: 20px 120px 64px 120px;
  }

  .carousel-container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .frame-1171275028 {
    padding: 20px 40px 64px 40px;
  }

  .testimonial-card {
    width: 260px;
  }

  .carousel-track {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .frame-1171275028 {
    padding: 20px 20px 64px 20px;
  }

  .testimonial-card {
    width: 240px;
    height: 300px;
    padding: 20px 16px 30px 16px;
  }

  .carousel-track {
    gap: 15px;
  }
}
