.section-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  .card-body {
    padding: 1.5rem;
  }
  .bg-primary-light {
    background-color: #e7f1ff;
  }
  .accordion-button {
    font-weight: 600;
  }
  .btn-custom {
    background-color: #0d6efd;
    color: white;
    border-radius: 50px;
    padding: 10px 30px;
  }