.naval-testimonial-section {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    text-align: left;
}

.naval-testimonial-section h2 {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial {
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.quote {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 10px;
}

.rating {
    color: #ffb400;
    font-size: 20px;
    margin-bottom: 8px;
}

.client {
    font-weight: 600;
    color: #333;
}

/* Animation class */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s ease-out;
}

.animate-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0px);
}
