/* What Our Clients Say Testimonials – 11fd1cfb */

.wocs-11fd1cfb-wrapper {
    width: 100%;
    background-color: #f5f5f5;
    padding: 60px 40px;
    box-sizing: border-box;
}

.wocs-11fd1cfb-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 700;
    color: #2c3e6b;
    margin: 0 0 40px 0;
    text-align: center;
}

.wocs-11fd1cfb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.wocs-11fd1cfb-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
    box-sizing: border-box;
}

.wocs-11fd1cfb-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
    transform: translateY(-3px);
}

/* Animation: hidden by default when animation enabled */
.wocs-11fd1cfb-wrapper[data-animate="true"] .wocs-11fd1cfb-card {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
}

.wocs-11fd1cfb-wrapper[data-animate="true"] .wocs-11fd1cfb-card.wocs-11fd1cfb-visible {
    opacity: 1;
    transform: translateY(0);
}

.wocs-11fd1cfb-wrapper[data-animate="true"] .wocs-11fd1cfb-card.wocs-11fd1cfb-visible:hover {
    transform: translateY(-3px);
}

/* Avatar */
.wocs-11fd1cfb-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e8e8e8;
    margin-bottom: 16px;
    flex-shrink: 0;
}

/* Stars */
.wocs-11fd1cfb-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 14px;
    color: #e8a838;
    font-size: 18px;
    line-height: 1;
}

.wocs-11fd1cfb-star {
    display: inline-block;
}

/* Quote */
.wocs-11fd1cfb-quote {
    font-style: italic;
    font-size: 14px;
    line-height: 1.65;
    color: #444444;
    margin: 0 0 18px 0;
    padding: 0;
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Client Info */
.wocs-11fd1cfb-client-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-shrink: 0;
}

.wocs-11fd1cfb-client-name {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e6b;
    line-height: 1.4;
}

.wocs-11fd1cfb-client-title {
    font-size: 13px;
    color: #777777;
    line-height: 1.4;
}

/* Dot indicators (decorative) */
.wocs-11fd1cfb-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.wocs-11fd1cfb-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc;
    transition: background-color 0.3s ease;
}

.wocs-11fd1cfb-dot.wocs-11fd1cfb-dot-active {
    background-color: #2c3e6b;
}

/* Responsive */
@media (max-width: 1024px) {
    .wocs-11fd1cfb-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .wocs-11fd1cfb-grid {
        grid-template-columns: 1fr;
    }

    .wocs-11fd1cfb-wrapper {
        padding: 40px 20px;
    }
}
