.testi-wrapper-df26697d {
    position: relative;
    width: 100%;
}

.testi-swiper-df26697d {
    width: 100%;
    padding-bottom: 50px;
}

.testi-card-df26697d {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.testi-bg-df26697d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.5s ease;
}

.testi-card-df26697d:hover .testi-bg-df26697d {
    transform: scale(1.05);
}

.testi-bg-overlay-df26697d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
    transition: background-color 0.4s ease;
}

.testi-glass-panel-df26697d {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 24px;
    border-radius: 12px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    max-height: calc(100% - 40px);
}

.testi-header-df26697d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.testi-logo-df26697d {
    max-height: 40px;
    max-width: 100px;
    object-fit: contain;
}

.testi-heading-df26697d {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.testi-desc-df26697d {
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    max-height: 3.2em;
    transition: max-height 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.testi-card-df26697d:hover .testi-desc-df26697d {
    max-height: 250px;
    -webkit-line-clamp: 10;
}

.testi-footer-df26697d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.testi-meta-df26697d {
    display: flex;
    flex-direction: column;
}

.testi-name-df26697d {
    font-weight: 700;
    font-size: 15px;
}

.testi-position-df26697d {
    font-size: 12px;
    opacity: 0.8;
}

.testi-stars-df26697d {
    display: flex;
    gap: 2px;
}

.testi-stars-df26697d svg {
    width: 16px;
    height: 16px;
}

.testi-link-overlay-df26697d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
