/*Testimonies Styles*/

.box-2{ 
    background-color: #051a37 !important;
} 

.header{
    color:#ffffff !important;
}

.testimonial-container{
   overflow: hidden;
   white-space: nowrap;
   padding: 20px 0;
   position: relative;
}

.testimonial{
    display: inline-block;
    width: 400px; /* Adjust width as needed */
    height: 300px;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    text-align: justify;
    vertical-align: top; /* Aligns the testimonials at the top */
    overflow-wrap: break-word; /* Allows long words to break and wrap */
    word-wrap: break-word; /* For older browsers */
    white-space: normal; /* Allows text to wrap normally */
}
 
.stars{
    color: gold;
}

.review-text{
    color:#051a37 !important;
    margin-bottom: 5px; /* Space between text and name */
}

.reviewer-name{
    color:#051a37 !important;
    font-weight: bold;
    font-size: 1.1em; /* Slightly larger font for the name */
}