.activv-testi-wrapper-29122a96 {
    background-color: #2b82eb;
    padding: 80px 40px;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.activv-testi-container-29122a96 {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
}

/* Left Hero Block */
.activv-testi-hero-29122a96 {
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
    flex-direction: column;
}

.activv-testi-hero-title-29122a96 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 24px 0;
    letter-spacing: -0.5px;
}

.activv-testi-rating-container-29122a96 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
}

.activv-testi-rating-label-29122a96 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.activv-testi-stars-29122a96 {
    display: flex;
    gap: 4px;
}

.activv-testi-stars-29122a96 span {
    font-size: 20px;
}

.activv-testi-stars-29122a96 .star-filled {
    color: #FFC000;
}

.activv-testi-stars-29122a96 .star-empty {
    color: rgba(255, 255, 255, 0.3);
}

/* Nav Buttons */
.activv-testi-nav-29122a96 {
    display: flex;
    gap: 16px;
}

.activv-testi-nav-29122a96 button {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

/* Prev arrow: light blue background with white arrow */
.activv-testi-prev-29122a96 {
    background-color: #549cf0;
    color: #ffffff;
}

.activv-testi-prev-29122a96 svg {
    width: 18px;
    height: 18px;
}

.activv-testi-prev-29122a96:hover {
    background-color: #3f8ee9;
}

/* Next arrow: white background with yellow triangle */
.activv-testi-next-29122a96 {
    background-color: #ffffff;
    color: #FFC000;
}

.activv-testi-next-29122a96 svg {
    width: 14px;
    height: 14px;
    transform: translateX(1px);
}

.activv-testi-next-29122a96:hover {
    background-color: #f3f4f6;
}

/* Right Carousel Block */
.activv-testi-swiper-outer-29122a96 {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 0; /* Important for Swiper */
    position: relative;
}

.activv-testi-swiper-29122a96 {
    width: 100%;
    overflow: visible; /* Allows slides to go beyond the container boundaries */
}

/* Testimonial Cards */
.activv-testi-card-29122a96 {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    box-sizing: border-box;
}

.activv-testi-card-title-29122a96 {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.activv-testi-card-content-29122a96 {
    font-size: 16px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0 0 28px 0;
    flex-grow: 1;
}

.activv-testi-card-footer-29122a96 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.activv-testi-author-29122a96 {
    font-weight: 800;
    font-size: 16px;
    color: #111827;
}

.activv-testi-badge-29122a96 {
    background-color: #FFC000;
    color: #111827;
    font-weight: 800;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: capitalize;
}

/* Responsive Rules */
@media (max-width: 1024px) {
    .activv-testi-container-29122a96 {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }
    .activv-testi-hero-29122a96 {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .activv-testi-swiper-outer-29122a96 {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .activv-testi-swiper-29122a96 {
        overflow: hidden; /* standard crop on tablet/mobile */
    }
}

@media (max-width: 640px) {
    .activv-testi-wrapper-29122a96 {
        padding: 40px 20px;
    }
    .activv-testi-hero-title-29122a96 {
        font-size: 32px;
    }
    .activv-testi-card-29122a96 {
        padding: 24px;
    }
    .activv-testi-card-title-29122a96 {
        font-size: 20px;
    }
}
