.testimonials-section { background: linear-gradient(to bottom, #E5E3DB 0%, #FAF9F6 100%);
width: 100%;
overflow: hidden;
padding: 100px 0; 
} .testimonials-outer-wrapper {
position: relative; 
width: 100%;
max-width: 1400px; margin: 0 auto;
padding: 0 100px; display: flex;
align-items: center;
} .Cormorant-Semibold-24 {
font-family: 'Cormorant Garamond', serif;
font-weight: 600; 
font-size: 24px;
color: #000;
margin: 0;
text-transform: uppercase;
}
.GeneralSans-Regular-16 {
font-family: 'General Sans', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.6;
color: #333;
margin: 0;
} .star-rating {
display: flex;
justify-content: center;
gap: 8px; 
margin-bottom: 25px;
}
.star-icon {
width: 24px; 
height: 24px;
object-fit: contain;
} .test-nav-btn {
position: absolute;
top: 50%;
transform: translateY(-50%); border: none; 
background: transparent;
padding: 0; 
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10;
transition: transform 0.3s ease, opacity 0.3s ease;
} .test-nav-btn:hover {
opacity: 0.7; 
transform: translateY(-50%) scale(1.05); } .prev-test {
left: 20px;
}
.next-test {
right: 20px;
}  .testimonials-slider-wrapper {
width: 100%;
}
.testimonials-track {
width: 100%;
display: grid; 
}
.testimonial-slide {
grid-area: 1 / 1; width: 100%;
opacity: 0; 
visibility: hidden;
transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
display: flex;
justify-content: center; }
.testimonial-slide.active {
opacity: 1;
visibility: visible;
z-index: 2;
} .testimonial-content {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
max-width: 800px; }
.testimonial-quote {
margin-top: 25px;
margin-bottom: 50px;
} .testimonial-combined-img {
width: 55%; height: auto;
aspect-ratio: 441 / 208; object-fit: cover;
margin: 0 auto;
display: block;
} @media (min-width: 1024px) { } @media (max-width: 1023px) {
.testimonials-section {
padding: 60px 0;
}
.testimonials-outer-wrapper {
padding: 0 20px; 
flex-direction: column; } .testimonials-slider-wrapper {
order: 1; width: 100%;
} .testimonials-nav {
order: 2; display: flex;
position: relative;
width: 100%;
justify-content: center;
gap: 20px; margin-top: 40px; }
.test-nav-btn {
display: flex; position: relative; top: auto;
left: auto;
right: auto;
transform: none;  width: 56px; 
height: 56px;
} .test-nav-btn:hover {
transform: scale(1.05); 
} .testimonial-content {
max-width: 100%;
}
.Cormorant-Semibold-24 {
font-size: 20px; }
.GeneralSans-Regular-16 {
font-size: 14px; }
.testimonial-quote {
margin-bottom: 30px;
} .testimonial-combined-img {
width: 100%; max-width: 279px; aspect-ratio: 279 / 129; }
}