.tg-testimonials-masonry {
  column-count: 2;
  column-gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-content {
  background: #ffffff;
  margin-bottom: 32px;
  padding: 32px 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  break-inside: avoid;
}

.testimonial-content {
  font-size: 16px;
  font-family: "lato";
  color: #1A1A1A;
  line-height: 24px;
}

.testimonial-meta {
  margin-top: 1rem;
  font-weight: bold;
  color: #555;
}

.tg-view-more-wrap {
  text-align: center;
  margin-top: 2rem;
}

.tg-view-more-btn {
  background: #d4a04a;
  color: #ffffff;
  border: none;
  padding: 12px 60px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: "Playfair Display";
  line-height: 24px;
}

.tg-view-more-btn:hover {
  background: #c0903a;
}

/* my css */
.testimonial-author {
  display: flex;
  gap: 20px;
  align-items: center;
}

.shortName {
  font-family: "Lato";
  height: 67px;
  width: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #697550;
  border: 2px solid #D4AF37;
  background: #ffffff;
  border-radius: 50%;
}

.authorName {
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 700;
  color: #FAFAF8;
  line-height: 28px;
  margin-bottom: 8px;
}

.authorPlace {
  color: #FAFAF899;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px
}

/* Simple Layout */
.tg-testimonials-simple {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
}

.tg-testimonials-simple .testimonial-item {
  flex: 1 1 calc(33.333% - 2rem);
  box-sizing: border-box;
}

.testimonial-content {
  position: relative;
  padding: 40px;
  z-index: 1;
}

/* AFTER image (bottom-right) */
.testimonial-content::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 12px;
  width: 32px;
  height: 24px;
  background-image: url('https://btlaw.sg/wp-content/uploads/2025/06/Polygon-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.our-testimonials-section .testimonial-item {
  background: #F9FAFB !important;
margin-bottom: 32px;
padding: 28px 20px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
break-inside: avoid;
}

.our-testimonials-section .testimonial-content{
background: unset ;
margin-bottom: unset;
padding: unset;
box-shadow: unset;
break-inside: avoid;
}

.our-testimonials-section .testimonial-content p{
font-family: "lato" !important;
font-size: 20px !important;
}
.our-testimonials-section .authorName{
color: #0C3B2E;
}
.our-testimonials-section .authorPlace{
color: #1A1A1A99;
}
.our-testimonials-section .shortName{
  display: none;
}

@media (max-width: 1024px) {

  .tg-testimonials-simple .testimonial-item {
    flex: 1 1 calc(50% - 2rem);
  }

  .tg-testimonials-masonry {
    column-count: 2;
  }

  .shortName {
    height: 56px;
    width: 56px;
    font-size: 18px;
  }

  .authorName {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .authorPlace {
    font-size: 15px;
  }

  .testimonial-author {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .tg-testimonials-masonry {
    column-count: 1;
  }

  .tg-testimonials-simple .testimonial-item {
    flex: 1 1 100%;
  }
}