.success-stories-section {
    background-color: #fff;
    padding-top: 80px;
}

.section-title h2 {
    color: #1b263b;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-title h2:after {
    display: none !important;
}

.title-underline {
    width: 60px;
    height: 4px;
    background-color: #f39c12;
    margin: 0 auto;
    border-radius: 2px;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f1f4f8;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.star-rating .bi-star-fill {
    color: #e0e0e0;
    font-size: 1.1rem;
    margin-right: 2px;
}

.star-rating .bi-star-fill.active {
    color: #ffc107;
}

.testimonial-text p {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
    color: #444 !important;
}

.author-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.author-info h5 {
    color: #1b263b;
    font-size: 1.1rem;
    font-weight: 600;
}

.text-orange {
    color: #f39c12;
    font-weight: 500;
}

.thumb-img {
    border-radius: 50%;
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }
}