  .section-box {
      border: 2px solid var(--secondery-color);
      border-radius: 8px;
      margin-bottom: 28px;
      background: #fff;
  }

  .section-box-header {
      background: var(--secondery-color);
      color: #fff;
      padding: 10px 18px;
      border-radius: 6px 6px 0 0;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 0.3px;
  }

  .section-box-header i {
      opacity: 0.9;
  }

  .section-box-body {
      padding: 20px 24px 8px;
  }

  .form-label {
      font-weight: 500;
      font-size: 0.875rem;
      margin-bottom: 4px;
  }

  .required-star {
      color: var(--secondery-color);
  }

  .big-radio {
      transform: scale(1.3);
      margin-left: 8px;
      cursor: pointer;
  }

  .medical-question {
      background: #fff8f8;
      border-left: 3px solid var(--secondery-color);
      padding: 10px 14px;
      border-radius: 0 4px 4px 0;
      margin-bottom: 10px;
  }

  .fee-option-card {
      border: 1px solid #e0e0e0;
      border-radius: 6px;
      padding: 12px 14px;
      height: 100%;
  }

  .fee-option-card .form-check-label {
      font-weight: 600;
      font-size: 0.875rem;
      display: block;
      margin-bottom: 6px;
  }
    .bg-primary{
    background: var(--primary-color)!important;
  }
  .bg-secondery{
    background: var(--secondery-color)!important;
  }