.testimonial-slider-section {
position: relative;
padding: clamp(4rem, 8vw, 7rem) 0;
background: var(--bs-light);
overflow: hidden;
}
.testimonial-slide__inner {
max-width: 980px;
margin: 0;
text-align: left;
color: var(--bs-body-color);
}
.testimonial-slide__stars {
margin-bottom: 1.5rem;
font-size: 1.5rem;
letter-spacing: 0.35rem;
color: #d8b36a;
}
.testimonial-slide__quote {
margin: 0;
}
.testimonial-slide__quote p {
font-family: var(--bs-font-serif, Georgia, serif);
font-style: italic;
font-size: clamp(1rem, 3vw, 1.25rem);
line-height: 1.45;
color: var(--bs-body-color);
}
.testimonial-slide__footer {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
gap: 1.25rem;
margin-top: 2.5rem;
}
.testimonial-slide__identity {
text-align: left;
}
.testimonial-slide__name {
font-size: 1.05rem;
font-weight: 700;
line-height: 1.2;
color: var(--bs-primary);
}
.testimonial-slide__meta {
margin-top: 0.25rem;
font-size: 0.95rem;
line-height: 1.4;
color: rgba(var(--bs-body-color-rgb), 0.75);
}
.testimonial-slide__divider {
width: 1px;
height: 2.75rem;
background: rgba(var(--bs-body-color-rgb), 0.15);
}
.testimonial-slide__logo img {
display: block;
max-height: 3rem;
width: auto;
max-width: 160px;
object-fit: contain;
}
@media (min-width: 992px) {
.testimonial-slide__inner {
margin: 0 auto;
text-align: center;
}
.testimonial-slide__footer {
align-items: center;
justify-content: center;
}
}
@media (max-width: 767.98px) {
.testimonial-slide__footer {
flex-direction: column;
}
.testimonial-slide__divider {
display: none;
}
}