/* .desktop-testimonials {
  display: none;
}
.testimonials {
  padding: 40px 20px;
  background: #f9f9f9;
}

.testimonials .f5-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.testimonials .review1 {
  text-align: center;
  padding: 0 20px;
}

.testimonials h2 {
  color: #333;
  font-size: 28px;
  margin-bottom: 20px;
}

.testimonials p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.testimonials i {
  color: #888;
  font-size: 14px;
} */


/* desktop design, will be adjusted for mobile */
.desktop-testimonials {
  display: block;
  background: #f4f4f4;
  
}
.desktop-testimonials h2 {
  text-align: center;
  font-weight: bold;
  color: white;
}
.desktop-testimonials p {
  text-align: center;
  padding: 20px 20px;
  line-height: 1.6;
}
.facebook-container {
  display: flex;
  width: 100%;
  padding: 30px 30px;
  background-color: white;
  border-radius: 10px;
}
.facebook-container i {
  color: #f39c12;
  margin-top: 10px;
  text-align: left;
}
.rating-number {
  font-size: 20px;
  color: black;
  font-weight: bold;
  padding-right: 10px;
}
.review-button {
  background-color: #0059AC; 
  color: white; 
  margin-top: 10px;
  border: none; 
  border-radius: 5px;
  cursor: pointer; 
  transition: background-color 0.3s ease; 
}
.review-containers {
  width: 100%;
  padding: 20px 30px;
  border-radius: 10px;
}
.fb-review {
  min-width: 250px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.fb-review-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.review-info {
  display: flex;
  width: 100%;
  align-items: center;
  
}
.name-initial {
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 50px;
  height: 50px;
  margin: 20px 20px;
  background-color: grey; 
  
  font-weight: bold; 
  border-radius: 50%; 
  font-size: 24px; 
}
.review-owner p {
  margin: 0; 
  padding: 0; 
  font-size: 18px;
  text-align: left;
}
.review  {
  display: flex;
  flex-direction: column;
}
.star-row {
  text-align: center;
}
.star-row i {
  margin-top: 20px;
  font-size: 20px;
  color: #f39c12;
}

/* Mobile Styles */
@media screen and (max-width: 800px) {

  .desktop-testimonials {
    display: block;
    padding: 10px 0px;
  }
  .desktop-testimonials h2 {
    font-size: 24px;
  }
  .facebook-container {
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
  }
  .review-containers {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .fb-review {
    width: 100%;
  }
  .review {
    display: flex;
    flex-direction: column;
  }
  .fb-left-header h2 {
    font-size: 22px;
  }
  .review-button {
    font-size: 17px;
    padding: 12px 10px;
  }



  .testimonials {
    padding: 20px;
  }

  .testimonials .f5-container {
    padding: 25px;
  }

  .testimonials .review1 {
    padding: 0 15px;
  }

  .testimonials h2 {
    font-size: 24px;
  }

  .testimonials p {
    font-size: 15px;
  }
}

@media screen and (min-width: 800px) {
  .testimonials {
    display: none;
  }
  .desktop-testimonials {
    padding: 50px 0px;
  }
  .desktop-testimonials h2 {
    font-size: 40px;
  }
  .desktop-testimonials p {
    text-align: center;
    font-size: 20px;
    padding: 0px 20px;
    line-height: 1.6;
  }
  .facebook-container {
    display: flex;
    width: 100%;
    padding: 30px 30px;
    background-color: white;
    justify-content: space-between;
    border-radius: 10px;
  }
  .fb-left-header h2 {
    font-size: 30px;
  }
  .facebook-container i {
    color: #f39c12;
    font-size: 20px;
    margin-top: 10px;
    gap:20px;
    text-align: left;
  }
  .rating-number {
    font-size: 20px;
    color: black;
    font-weight: bold;
    padding-right: 10px;
  }
  .review-button {
    background-color: #0059AC; 
    color: white; 
    margin-top: 10px;
    font-size: 18px;
    padding: 15px 20px; 
    border: none; 
    border-radius: 5px;
    cursor: pointer; 
    transition: background-color 0.3s ease; 
  }
  .review-containers {
    width: 100%;
    display: flex;
    gap: 12px;
    padding: 30px 30px;
    border-radius: 10px;
  }
  .fb-review {
    display: flex;
    width: 25%;
    min-width: 250px;
    height: auto;
    min-height: 450px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }
  .fb-review-link {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .review-info {
    display: flex;
    width: 100%;
    align-items: center;
    
  }
  .name-initial {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 50px;
    height: 50px;
    margin: 20px 20px;
    background-color: grey; 
    
    font-weight: bold; 
    border-radius: 50%; 
    font-size: 24px; 
  }
  .review-owner p {
    margin: 0; 
    padding: 0; 
    font-size: 18px;
    text-align: left;
  }
}