section.testimonials {
  position: relative;
  width: 100%;
  min-height: 110vh;
  background-color: #0a0a0a;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 200px 0;
}
.testimonial-header h1 {
  font-family: "Bebas Neue";
  font-size: 10vw;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;700&display=swap");

.testimonial-card {
  max-width: 320px;
  padding: 32px;

  background: rgb(20, 20, 20);

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;

  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  font-family: "Inter", sans-serif;
  position: absolute;
  z-index: 1;
  transition: transform 0.3s ease;
  will-change: transform;
}

.testimonial-card:hover {
  border-color: #ffffff24;
}

.quote-icon {
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  color: #1f6feb;
  line-height: 1;
  margin-bottom: -15px;
  opacity: 0.8;
}

.testimonial-text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #f8fafc;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(20%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 1.2rem;
}

.author-role {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #94a3b8;
}
.tc1 {
  top: 2%;
  left: 3%;
}
.tc2 {
  top: 35%;
  left: 25%;
}
.tc3 {
  top: 15%;
  left: 47%;
}
.tc4 {
  top: 1.5%;
  right: 4%;
}
.tc5 {
  top: 44%;
  right: 9%;
}

@media (max-width: 768px) {
  section.testimonials {
    min-height: auto;
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    overflow: visible;
  }

  .testimonial-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .tc1,
  .tc2,
  .tc3,
  .tc4,
  .tc5 {
    top: auto;
    left: auto;
    right: auto;
  }

  .testimonial-header h1 {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    text-align: center;
    margin-bottom: 2rem;
  }
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  position: relative;
}

.linkedin-link {
  margin-left: auto;
  color: #0a66c2;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linkedin-link:hover {
  color: #1f6feb;
  transform: scale(1.1);
}
.texted,
.testih1,
.texted2,
.count {
  will-change: transform;
}
