
/* Custom radio style */

.trustpilot-section {
    padding: 4rem 0;
    background-color: #0f1e26;
  }

  .trustpilot-section h2 {
    font-weight: bold;
  }

  .trustpilot-section .highlight {
    color: #00b67a;
  }

  .review-card {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    min-height: 200px;
    max-width: 300px;
    flex: 1 1 250px;
  }

  .trustpilot-footer {
    font-size: 0.9rem;
    color: #cbd5e1;
  }

  .trustpilot-star {
    color: #00b67a;
    font-size: 1.2rem;
  }

  .btn-join {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 2rem;
    padding: 0.75rem 2rem;
    margin-top: 1.5rem;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(1);
  }

  .trustpilot-section p {
    margin-bottom: 0.5rem;
  }

  @media (max-width: 768px) {
    .review-card {
      max-width: 90%;
    }
  }

/* Mobile: show only one review card per slide */
@media (max-width: 767.98px) {
  .carousel-item .review-card {
    display: none;
  }

  .carousel-item .review-card:first-child {
    display: block;
    margin: 0 auto;
  }
}
