/* Why Choose Us Section */
.why-choose-us .icon-box {
    text-align: center;
    padding: 20px;
}

.why-choose-us .icon-box i {
    font-size: 3rem;
    color: var(--primary-color);
}

/* Testimonials Section */
.testimonials-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.testimonial-card {
    border: none;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.testimonial-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card .stars {
    color: #ffc107; /* Gold color for stars */
}

.testimonial-card .author {
    font-weight: bold;
    margin-top: 15px;
}

/* Special Offer Section */
.special-offer-section {
    background: var(--secondary-color);
    color: #fff;
    padding: 60px 0;
}