/* Ensure sections have enough padding/margin for IDs */
#hero, #about, #services, #reviews, #contact {
    scroll-margin-top: 100px; /* Offset for sticky header */
}

.testimonial-box-items .client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.text-success { color: #28a745; }
.text-danger { color: #dc3545; }
.text-info { color: #17a2b8; }
