/* Success Stories Section */
.success-stories {
    padding: 80px 0;
}

.success-stats {
    margin: 30px 0;
}

.stat-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.stat-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color, #1d60ec);
    margin-bottom: 5px;
}

.stat-box p {
    color: #5a6873;
    margin: 0;
    font-size: 14px;
}

.success-story-card {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 40px;
    color: rgba(var(--primary-rgb, 255, 107, 0), 0.1);
}

.story-content {
    font-size: 18px;
    font-style: italic;
    color: #2d3748;
    margin-bottom: 30px;
    padding-top: 20px;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.client-details h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.client-details p {
    color: #5a6873;
    margin: 0;
}
