diff --git a/public/assets/css/style.css b/public/assets/css/style.css index a8c81f1..a901bd4 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -3567,6 +3567,47 @@ font-weight: 700; } + .custom-table { + border: 1px solid #000; + border-collapse: collapse; + width: 100%; + } + .custom-table th, + .custom-table td { + border: 1px solid #000; + padding: 8px; + text-align: left; + vertical-align: middle; + } + .custom-table thead { + background-color: #f8f9fa; + } + + /* ✅ Responsive stacking below 576px */ + @media (max-width: 576px) { + .custom-table thead { + display: none; + } + .custom-table, + .custom-table tbody, + .custom-table tr, + .custom-table td { + display: block; + width: 100%; + } + .custom-table td { + text-align: left; + padding: 8px; + position: relative; + } + .custom-table td::before { + content: attr(data-label); + font-weight: bold; + display: block; + margin-bottom: 4px; + } + } + @media (max-width: 425px) { /* .sec-title-2 { display: flex; diff --git a/utils/Blog.utils.js b/utils/Blog.utils.js index 3f4dc24..f6ee5fb 100644 --- a/utils/Blog.utils.js +++ b/utils/Blog.utils.js @@ -921,33 +921,36 @@ const Blogs = [
Although each case is unique, here’s a general guideline based on what clients commonly experience:
-| Type of Visit | -Duration | -What It Usually Includes | -
|---|---|---|
| Initial Assessment / First Visit | -60 minutes | -Hands-on techniques, treatment plan | -
| Follow-up (standard) | -30 to 45 minutes | -Thorough evaluation, discussion of history, initial hands-on therapy, guided exercises, adjustments | -
| Extended or more complex cases | -45 to 60+ minutes | -Treatment, combined modalities | -
| Type of Visit | +Duration | +What It Usually Includes | +
|---|---|---|
| Initial Assessment / First Visit | +60 minutes | +Hands-on techniques, treatment plan | +
| Follow-up (standard) | +30 to 45 minutes | +Thorough evaluation, discussion of history, initial hands-on therapy, guided exercises, adjustments | +
| Extended or more complex cases | +45 to 60+ minutes | +Treatment, combined modalities | +
So when you book “physiotherapy in Mississauga, Ontario” or “physio Mississauga,” you’ll want to check what “standard session” means at each clinic. At Rapha Rehab, their therapists typically allow enough time for quality care.