/* Your existing styles for other elements */


  
  .slide {
    outline: none; /* Remove the outline added by slick */
  }
  
  .card {
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 5px;
    height: 240px !important;
  }
  
  .review-user img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .card-content {
    padding: 5px;
  }
  
   
   .section-9 p {
    color: #555;
    text-align: center;
    font-size: smaller;
  }
  
  .rating {
    text-align: right;
    
  }
  .review-slider .rating{
    margin-top: -28px;
    margin-left: 25px;
  }
  
  .star {
    font-size: 20px;
    color: #FFD700; /* Golden yellow color for filled stars */
    margin-right: 5px;
  }
  .review-user img{
    width: 22% !important;

    
  }
   .icon-g{
    width: 91px;
    height: 22px;
    display: f;
    display: flex;
    justify-content: flex-end;
  }
  .review-user{
   margin: 5px;
   display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 54px;
  }
  .review-user p{
    margin-left: auto;
  }
  .user-name{
    font-size: large;
    font-weight: 600;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slick-prev,.slick-next{
    display: none !important;
  }
  .rating{
    text-align: center;
  }
  .review-header{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.review-img{
    align-items: center;
    display: flex;
    justify-content: center;
}
.review-slider{
  width: 70%;
}
@media screen and (max-width:600px) {
  
.review-slider{
  width: 100% !important;
}

.section-9{
  display: flex;
  flex-direction: column;
}
  
}
