.trust-signals-section {
  background: #f8f9fa;
}
body.dark-mode .trust-signals-section {
  background: #152629;
}
[dir=rtl] .trust-signals-section, .rtl .trust-signals-section {
  text-align: right;
}

.trust-title {
  color: #1a1a1a;
}
body.dark-mode .trust-title {
  color: #ffffff;
}

.trust-brand {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  color: #9ca3af;
  font-size: 1.5rem;
  opacity: 0.6;
  transition: all 250ms ease;
}
.trust-brand:hover {
  opacity: 1;
  border-color: #d1d5db;
}
body.dark-mode .trust-brand {
  background: #1a2c30;
  border-color: #234348;
  color: #6b7280;
}
body.dark-mode .trust-brand:hover {
  border-color: #2c555b;
}

[dir=rtl] .testimonial-author,
.rtl .testimonial-author {
  flex-direction: row-reverse;
}
[dir=rtl] .author-info,
.rtl .author-info {
  text-align: right;
}
[dir=rtl] .testimonial-rating i,
.rtl .testimonial-rating i {
  margin-right: 0;
  margin-left: 0.125rem;
}
[dir=rtl] .author-name .me-1,
.rtl .author-name .me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
