.rehab {
    padding: 70px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
  }
  
  .rehab-title {
    font-size: 28px;
    font-weight: bold;
    /* background: #8b4513; */
    color: #E6C200;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  
  .rehab-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 20px;
    border-collapse: collapse;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
  }
  
  .rehab-table thead {
    background: #333;
    color: #fff;
  }
  
  .rehab-table th, 
  .rehab-table td {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
  }
  
  .rehab-table td:first-child {
    text-align: left;
    font-weight: 500;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: white;

  }
  
  .rehab-note {
    display: inline-block;
    border: 2px solid #999;
    padding: 8px 20px;
    border-radius: 15px;
    font-size: 16px;
    color: #555;
    transition: all 0.3s;
  }
  .rehab-note:hover {
    background: #333;
    color: #fff;
    border-color: #333;
  }
  
.rehab-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    max-width: 100%;
  }
  .rehab-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
  }
  .rehab-table th,
  .rehab-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: white;
  }
  .rehab-table th {
    font-weight: bold;
  }
  .rehab-table td span {
    display: block;
    font-size: 12px;
    color: rgb(253, 253, 253);
  }
  .discount {
    font-weight: bold;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 8px;
    margin-left: 10px;
    background-color: red;
    width: 43px;
  }

  @media (max-width: 768px) {
    .rehab-table {
      font-size: 12px;
    }
    .rehab-table th,
    .rehab-table td {
      padding: 6px;
    }
  }