/* Enhanced Testimonials Fix - Stars and Spacing */

/* Override star colors to bright gold */
#reviews-1 .fa-star {
    color: #FFD700 !important; /* Bright gold */
    font-size: 18px !important;
    margin: 0 2px !important;
}

#reviews-1 .txt-color-02.fa-star {
    color: #FFD700 !important; /* Override any other color class */
}

#reviews-1 .txt-color-06.fa-star {
    color: rgba(255, 255, 255, 0.3) !important; /* Empty stars semi-transparent white */
}

/* Fix spacing in testimonial content */
#reviews-1 .review-txt {
    padding: 40px !important;
    min-height: 400px !important;
}

#reviews-1 .review-txt p {
    margin-bottom: 32px !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
}

#reviews-1 .review-rating {
    margin-bottom: 32px !important;
}

#reviews-1 .author-data {
    margin-top: 32px !important;
}

#reviews-1 .review-avatar {
    margin-bottom: 16px !important;
}

#reviews-1 .author-review h6 {
    margin-bottom: 8px !important;
    color: #ffffff !important;
}

#reviews-1 .author-review span {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Fix the overall testimonial container */
#reviews-1 .testimonials-wrapper,
#reviews-1 .reviews-wrapper {
    min-height: 500px !important;
    padding: 40px 0 !important;
}

/* Ensure consistent card styling */
#reviews-1 .col-md-10 {
    background-color: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 40px !important;
    min-height: 450px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Navigation controls spacing */
#reviews-1 .reviews-nav {
    margin-top: 40px !important;
}

#reviews-1 .reviews-dots {
    margin: 0 20px !important;
}

/* Fix button styling on pink background */
#reviews-1 .btn-tra-01 {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

#reviews-1 .btn-tra-01:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Mobile responsive spacing */
@media (max-width: 767px) {
    #reviews-1 .review-txt {
        padding: 24px !important;
        min-height: 350px !important;
    }
    
    #reviews-1 .col-md-10 {
        padding: 24px !important;
        min-height: 400px !important;
    }
}
