.testi-slider {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.testi-slider .swiper { width: 100%; }

.testi-slider .swiper-wrapper {
    align-items: stretch;
    transition-timing-function: linear !important;
}

.testi-slider .swiper-slide { height: auto; }

/* Card */
.testi-slider .testimonial-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 24px;
    padding: 35px;
    height: 340px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}

/* Content */
.testi-slider .testimonial-content p {
    font-family: 'Lora', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.5em !important;
    color: #584642 !important;
    margin-bottom: 50px;
    font-style: italic;
}

/* Author */
.testi-slider .testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.testi-slider .testimonial-image img {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
}

.testi-slider .testimonial-name {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #584642;
}

.testi-slider .testimonial-occupation {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #584642;
    opacity: 0.7;
    margin-top: 2px;
}

/* Stars */
.testi-slider .testimonial-stars { margin-top: 14px; }
.testi-slider .testimonial-stars img {
    width: 100px;
    height: auto;
    display: block;
}

/* Controls */
.testi-slider .testi-controls {
    position: absolute;
    right: 18%;
    bottom: 0px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.testi-slider .testi-btn {
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.testi-slider .testi-btn img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Responsive */
@media (max-width: 996px) {
    body .testi-slider .testimonial-content p { font-size: 16px !important; }
    .testi-slider { padding: 0px 0 60px; }
    .testi-slider .testimonial-card { padding: 25px; }
}

@media (max-width: 768px) {
    .testi-slider .testi-controls { right: 15px; }
    .testi-slider .testi-btn { width: 40px; height: 40px; }
}
