.elementor-182367 .elementor-element.elementor-element-15331b3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-10625c6d */.testimonials-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #121327 0%, #0d0e1b 100%);
  overflow: hidden;
}

.testimonials__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.testimonials__description {
  max-width: 900px;
}

.testimonials__description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 16px;
}

.testimonials__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
  gap: 24px;
  flex-wrap: wrap;
}
.testimonials__clutch {
  height: 44px;
}
.testimonials__meta-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: normal;
  background: linear-gradient(90deg, #dc098a 0%, #b616d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.testimonials__track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: testimonials-scroll 140s linear 3s infinite;
  will-change: transform;
  transform: translateZ(0);
  padding-left: 4%;
}
.testimonials__track:hover {
  animation-play-state: paused;
}
.testimonials__item {
  width: 340px;
  min-height: 500px;
  padding: 30px 40px 30px 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  color: #fff;
 flex-shrink: 0;
}
@keyframes testimonials-scroll {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-50%,0,0);
  }
}

.testimonials__item--poster {
  padding-right: 70px
}

.testimonials__item--purple {
  background: #7c13c6;
}

.testimonials__item--pink {
  background: linear-gradient(153.39deg, #c2259a 4.08%, #7c13c6 95.46%);
}

.testimonials__item--poster {
  position: relative;
  overflow: hidden;
  background: #1b1c2e;
}
.testimonials__item--poster .testimonials__logo {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 120px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
}

.testimonials__item:not(.testimonials__item--poster)  .testimonials__logo {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 120px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.testimonials__item:not(.testimonials__item--poster)  .testimonials__logo img{
    max-height: 60px;
    object-fit: contain;
}
.testimonials__item.with-logo .testimonials__text{
     margin-top: 0 !important;
}
.testimonials__item.with-logo .testimonials__role{
    margin-bottom: 20px;
}
.testimonials__item.with-logo .testimonials__name{
    margin-top: auto;
}
.testimonials__item--poster .testimonials__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.testimonials__item--poster .testimonials__media > * {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.testimonials__item--poster::before {
  content: "";
  position: absolute;
  height: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
 }
.testimonials__item--poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(194, 37, 154, 0.45) 0%,
    rgba(124, 19, 198, 0.45) 100%
  );
}
.testimonials__item--poster:nth-child(2n)::before {
     background: url("https://tamediacdn.techaheadcorp.com/wp-content/uploads/2026/02/27134209/Group-1171275844-3.png") no-repeat center center / cover;
}
.testimonials__item--poster:nth-child(odd)::before {
     background: url("https://tamediacdn.techaheadcorp.com/wp-content/uploads/2026/02/27134208/Group-1171275844-2.png") no-repeat center center / cover;
}
.testimonials__avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid #fff;
}
.testimonials__avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 6px;
}

.testimonials__role {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.testimonials__item--poster .testimonials__role {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.testimonials__text {
  font-size: 15px;
  line-height: 1.6;
  max-width: 290px;
}

.testimonials__cta {
  margin-top: -30px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transform: translateY(100%);
  opacity: 0;
  transition: 500ms ease-in-out;
}
.testimonials__item .action-btn {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  right: 24px;
  bottom: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transition:opacity 300ms ease-in-out;
}
.testimonials__item.url-none .testimonials__cta {
    opacity: 0 !important;
}
.testimonials__item--poster:hover .action-btn{
    opacity: 1;
}

.testimonials__item .action-btn .pause-icon {
  display: none;
}

.testimonials__item .action-btn.is-playing .play-icon {
  display: none;
}
.testimonials__item .action-btn.is-playing .pause-icon {
  display: inline;
}

.testimonials__text,
.testimonials__cta,
.testimonials__name {
  position: relative;
  z-index: 1;
}
.testimonials__item.testimonials__item--poster .testimonials__name,
.testimonials__item:not(.testimonials__item--poster) .testimonials__text {
  margin-top: auto;
}

.testimonials__item:hover .testimonials__cta {
  margin-top: 20px;
  opacity: 1;
  transform: translateY(0);
}

.testimonials__cta svg {
  width: 26px;
  width: 26px;
}
.testimonials__cta:hover {
  color: #fff;
}/* End custom CSS */