.testimonial-section-wrapper {
    background: #f4f7f9;
    padding: 112px 0px;
    display: flex;
    justify-content: center;
}

.testimonial-section-wrapper .testimonial-container {
    width: 1312px;
    position: relative;
}

.testimonial-section-wrapper .swiper {
    max-width: 768px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-section-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    padding: 32px;
    box-sizing: border-box;
}

.testimonial-section-wrapper .testimonial-quote {
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    color: #092031;
    letter-spacing: -0.015em;
    margin: 0;
}

.testimonial-section-wrapper .testimonial-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
p.testimonial-name {
    margin-top: 16px !important;
    margin-bottom: 0px !important;
}
.testimonial-section-wrapper .testimonial-logo {
    width: 80px;
    height: auto;
    margin-bottom: 8px;
}

.testimonial-section-wrapper .testimonial-rating i {
    color: #EF4C3A;
    font-size: 18px;
    margin: 0 1px;
}

.testimonial-section-wrapper .avatar-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-section-wrapper .testimonial-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 150%;
    color: #092031;
    margin: 0;
    margin-bottom: -20px;
}

.testimonial-section-wrapper .testimonial-position {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #092031;
    margin: 0;
}

.testimonial-section-wrapper .swiper-button-prev,
.testimonial-section-wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 48px;
    height: 48px;
    background: #f4f7f9;
    border: 1px solid #092031;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #092031;
    font-size: 18px;
}

.testimonial-section-wrapper .swiper-button-prev {
    left: 0;
}

.testimonial-section-wrapper .swiper-button-next {
    right: 0;
}

.testimonial-section-wrapper .swiper-button-prev::after,
.testimonial-section-wrapper .swiper-button-next::after {
    display: none;
}

.testimonial-section-wrapper .swiper-button-prev::before,
.testimonial-section-wrapper .swiper-button-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.testimonial-section-wrapper .swiper-button-prev::before {
    content: '\f104';
    /* ← */
}

.testimonial-section-wrapper .swiper-button-next::before {
    content: '\f105';
    /* → */
}

.testimonial-section-wrapper .swiper-pagination {
    margin-top: 32px;
    text-align: center;
}

.testimonial-section-wrapper .swiper-pagination-bullet {
    background: #092031;
    opacity: 0.2;
}

.testimonial-section-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Responsive */
@media (max-width: 1312px) {
    .testimonial-section-wrapper .testimonial-container {
        width: 100%;
        padding: 0 24px;
    }

    .testimonial-section-wrapper .swiper-button-prev {
        left: 16px;
    }

    .testimonial-section-wrapper .swiper-button-next {
        right: 16px;
    }
}

@media (max-width: 768px) {

    .testimonial-section-wrapper .swiper-button-prev,
    .testimonial-section-wrapper .swiper-button-next {
        display: none;
    }

    .testimonial-section-wrapper .testimonial-section {
        padding: 64px 16px;
    }

    .testimonial-section-wrapper {
        padding: 0px 20px 40px 20px;
    }
    .testimonial-quote {
        width: 75%;
    }
}

/* Default Light Theme */
.testimonial-section-wrapper.theme-light {
  background-color: #f4f7f9;
  color: #092031;
}

.testimonial-section-wrapper.theme-light .testimonial-quote,
.testimonial-section-wrapper.theme-light .testimonial-name,
.testimonial-section-wrapper.theme-light .testimonial-position {
  color: #092031;
}

/* Dark Theme */
.testimonial-section-wrapper.theme-dark {
  background-color: #092031;
  color: #FFFFFF;
}

.testimonial-section-wrapper.theme-dark .testimonial-quote,
.testimonial-section-wrapper.theme-dark .testimonial-name,
.testimonial-section-wrapper.theme-dark .testimonial-position {
  color: #FFFFFF;
}

.testimonial-section-wrapper.theme-dark .swiper-button-prev,
.testimonial-section-wrapper.theme-dark .swiper-button-next {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.testimonial-section-wrapper.theme-dark .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.2;
}

.testimonial-section-wrapper.theme-dark .swiper-pagination-bullet-active {
  opacity: 1;
}
.testimonial-section-wrapper .swiper-button-next:hover, .testimonial-section-wrapper .swiper-button-prev:hover {
  background: none;
}

/* With Centered content*/
.testimonial-section-wrapper .swiper {
  height: 100%;
  min-height: 550px; /* set a consistent height */
  display: flex;
  align-items: center;
}

.testimonial-section-wrapper .swiper-wrapper {
  width: 100%;
}

.testimonial-section-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
}

.testimonial-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  max-width: 768px;
  margin: 0 auto;
}
