/*
 * Worxogo Single Testimonial Widget CSS
 *
 * Elementor Single Testimonial Widget Styles
 */

/* ===== SINGLE TESTIMONIAL SECTION ===== */
.single-testimonial-section {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 32px;
}

/* ===== TESTIMONIAL CARD ===== */
.testimonial-card {
  background: #ffffff;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  position: relative;
  min-height: 100%;
}

.testimonial-card__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.testimonial-card__header {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.testimonial-card__avatar {
  background: #b1b1af;
  border-radius: 60px;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}

.testimonial-card__image {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  aspect-ratio: 1;
}

.testimonial-card__info {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.testimonial-card__name {
  color: #4000a9;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 150%;
  margin: 0;
}

.testimonial-card__title {
  color: #323232;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.testimonial-card__quote {
  color: #616160;
  text-align: left;
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  margin: 0;
}

.testimonial-card__logo {
  opacity: 1;
  flex-shrink: 0;
  width: 200px;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.testimonial-card__logo-image {
  width: 70%;
  position: absolute;
  right: 60%;
  left: 0%;
  bottom: 19.7%;
  top: 18.75%;
  overflow: visible;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
  .testimonial-card {
    padding: 32px;
    gap: 32px;
  }

  .testimonial-card__content {
    gap: 32px;
  }

  .testimonial-card__avatar {
    width: 60px;
    height: 60px;
  }

  .testimonial-card__image {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .single-testimonial-section {
    padding: 0 20px;
  }

  .testimonial-card {
    padding: 24px;
    gap: 24px;
  }

  .testimonial-card__content {
    gap: 24px;
  }

  .testimonial-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .testimonial-card__avatar {
    width: 60px;
    height: 60px;
  }

  .testimonial-card__image {
    width: 60px;
    height: 60px;
  }

  .testimonial-card__quote {
    font-size: 15px;
    line-height: 1.5;
  }

  .testimonial-card__logo {
    width: 160px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .single-testimonial-section {
    padding: 0 15px;
  }

  .testimonial-card {
    padding: 20px;
    gap: 20px;
  }

  .testimonial-card__content {
    gap: 20px;
  }

  .testimonial-card__header {
    gap: 12px;
  }

  .testimonial-card__avatar {
    width: 50px;
    height: 50px;
  }

  .testimonial-card__image {
    width: 50px;
    height: 50px;
  }

  .testimonial-card__name {
    font-size: 16px !important;
  }

  .testimonial-card__title {
    font-size: 14px;
  }

  .testimonial-card__quote {
    font-size: 14px;
  }

  .testimonial-card__logo {
    width: 140px;
    height: 36px;
  }
}

.elementor-widget-worxogo-single-testimonial,
.single-testimonial-section {
  height: 100%;
}
