
.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.review-section {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.review-header {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.review-row img {
  max-width: 100%;
  height: auto;
}

.review-iframe {
  width: 100%;
  max-width: 828px;
  aspect-ratio: 4 / 3;
  border: none;
}

.review-link {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}

.review-link a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 768px) {
  .review-row {
    flex-direction: column;
  }

  .review-iframe {
    width: 100%;
  }
}




.testimonials-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  font-family: Arial, sans-serif;
}

.testimonials-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  
}

.img {
  max-width: 100%;
  height: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.td {
  padding: 10px;
  vertical-align: top;
}

.hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2rem 0;
}

.iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
}

@media screen and (max-width: 768px) {
  table, td {
    display: block;
    width: 100% !important;
  }

  td img {
    display: block;
    margin: 0 auto;
  }
}



/* General Styles */
.testimonials-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
}

.testimonials-header img {
  width: 100%;
  height: auto;
}

.hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #ccc;
}

/* Image Gallery */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.image-gallery img {
  width: 150px;
  height: auto;
  object-fit: cover;
}

/* Testimonial block */
.testimonial {
  margin-bottom: 2rem;
}

.testimonial-text {
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.testimonial-author {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.testimonial-finish {
  background-color: #c0c0c0;
  padding: 0.5rem;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}

/* Video Section */
.video-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.video-section iframe {
  flex: 1 1 400px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.video-description {
  flex: 1 1 400px;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .image-gallery {
    flex-direction: column;
    align-items: center;
  }

  .video-section {
    flex-direction: column;
  }
}
