{"id":950,"date":"2026-05-23T20:59:48","date_gmt":"2026-05-23T20:59:48","guid":{"rendered":"https:\/\/williamthealthcare.co.uk\/?page_id=950"},"modified":"2026-05-23T21:03:03","modified_gmt":"2026-05-23T21:03:03","slug":"policies","status":"publish","type":"page","link":"https:\/\/williamthealthcare.co.uk\/?page_id=950","title":{"rendered":"Legal &#038; Compliance \u2013 William T Healthcare"},"content":{"rendered":"\n\n<style>\n    :root {\n      --green-dark: #1a5c2a;\n      --green-mid: #2d7a3e;\n      --green-bright: #3a9e52;\n      --green-light: #e8f5eb;\n      --white: #ffffff;\n      --gray-light: #f5f6f8;\n      --gray-mid: #e0e3e8;\n      --gray-text: #6b7280;\n      --text-dark: #1a1f2e;\n      --text-body: #374151;\n      --accent: #25a244;\n    }\n\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      color: var(--text-body);\n      background: var(--white);\n    }\n\n   \n    \/* \u2500\u2500\u2500 HERO BREADCRUMB \u2500\u2500\u2500 *\/\n    .page-hero {\n      background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-mid) 60%, #3aae55 100%);\n      color: var(--white);\n      padding: 56px 24px 52px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .page-hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n    }\n    .page-hero h1 {\n      font-family: 'Poppins', sans-serif;\n      font-size: clamp(28px, 5vw, 42px);\n      font-weight: 700;\n      margin-bottom: 12px;\n      position: relative;\n      color:#f5f6f8;\n    }\n    .breadcrumb {\n      font-size: 13px;\n      opacity: 0.8;\n      position: relative;\n    }\n    .breadcrumb a { color: var(--white); text-decoration: none; }\n    .breadcrumb a:hover { text-decoration: underline; }\n\n    \/* \u2500\u2500\u2500 LAYOUT \u2500\u2500\u2500 *\/\n    .page-body {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 48px 24px 80px;\n      display: grid;\n      grid-template-columns: 260px 1fr;\n      gap: 40px;\n      align-items: start;\n    }\n\n    \/* \u2500\u2500\u2500 SIDEBAR \u2500\u2500\u2500 *\/\n    .sidebar {\n      position: sticky;\n      top: 88px;\n    }\n    .sidebar-title {\n      font-family: 'Poppins', sans-serif;\n      font-size: 13px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      color: var(--green-dark);\n      margin-bottom: 12px;\n      padding-bottom: 10px;\n      border-bottom: 2px solid var(--green-bright);\n    }\n    .sidebar-nav {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 2px;\n    }\n    .sidebar-nav a {\n      display: block;\n      padding: 10px 14px;\n      border-radius: 8px;\n      font-size: 13.5px;\n      color: var(--text-body);\n      text-decoration: none;\n      transition: all 0.2s;\n      border-left: 3px solid transparent;\n      font-weight: 400;\n    }\n    .sidebar-nav a:hover,\n    .sidebar-nav a.active {\n      background: var(--green-light);\n      color: var(--green-dark);\n      border-left-color: var(--green-dark);\n      font-weight: 600;\n    }\n\n    .contact-card {\n      margin-top: 24px;\n      background: var(--green-dark);\n      color: var(--white);\n      border-radius: 12px;\n      padding: 20px;\n    }\n    .contact-card h4 {\n      font-family: 'Poppins', sans-serif;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 10px;\n      color: var(--white);\n    }\n    .contact-card p { font-size: 12.5px; opacity: 0.85; line-height: 1.6; }\n    .contact-card a { color: var(--white); font-weight: 600; }\n\n    \/* \u2500\u2500\u2500 POLICY CONTENT \u2500\u2500\u2500 *\/\n    .policy-content {}\n    .policy-section {\n      display: none;\n    }\n    .policy-section.active {\n      display: block;\n      animation: fadeSlide 0.3s ease;\n    }\n    @keyframes fadeSlide {\n      from { opacity: 0; transform: translateY(8px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    .policy-header {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      margin-bottom: 28px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--green-light);\n    }\n    .policy-icon {\n      width: 52px;\n      height: 52px;\n      background: var(--green-light);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n    .policy-icon svg { width: 26px; height: 26px; }\n    .policy-header h2 {\n      font-family: 'Poppins', sans-serif;\n      font-size: clamp(20px, 3vw, 26px);\n      font-weight: 700;\n      color: var(--text-dark);\n      line-height: 1.3;\n    }\n    .last-updated {\n      font-size: 12px;\n      color: var(--gray-text);\n      margin-top: 3px;\n    }\n\n    .policy-body h3 {\n      font-family: 'Poppins', sans-serif;\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--green-dark);\n      margin: 28px 0 10px;\n    }\n    .policy-body p {\n      font-size: 14.5px;\n      line-height: 1.8;\n      color: var(--text-body);\n      margin-bottom: 14px;\n    }\n    .policy-body ul {\n      list-style: none;\n      margin: 8px 0 18px;\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n    }\n    .policy-body ul li {\n      font-size: 14px;\n      line-height: 1.7;\n      color: var(--text-body);\n      padding-left: 22px;\n      position: relative;\n    }\n    .policy-body ul li::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 10px;\n      width: 8px;\n      height: 8px;\n      background: var(--green-bright);\n      border-radius: 50%;\n    }\n\n    .highlight-box {\n      background: var(--green-light);\n      border-left: 4px solid var(--green-dark);\n      border-radius: 0 8px 8px 0;\n      padding: 16px 20px;\n      margin: 20px 0;\n      font-size: 14px;\n      line-height: 1.7;\n      color: var(--green-dark);\n      font-weight: 500;\n    }\n\n    .alert-box {\n      background: #fff3cd;\n      border-left: 4px solid #ffc107;\n      border-radius: 0 8px 8px 0;\n      padding: 14px 18px;\n      margin: 16px 0;\n      font-size: 14px;\n      color: #664d03;\n    }\n    .alert-box strong { display: block; margin-bottom: 4px; }\n\n    .contact-info-box {\n      background: var(--gray-light);\n      border-radius: 10px;\n      padding: 18px 20px;\n      margin: 20px 0;\n      font-size: 14px;\n      line-height: 1.8;\n    }\n    .contact-info-box strong { color: var(--green-dark); }\n\n    \/* \u2500\u2500\u2500 OVERVIEW GRID \u2500\u2500\u2500 *\/\n    .overview-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n      gap: 16px;\n      margin: 24px 0;\n    }\n    .overview-card {\n      background: var(--white);\n      border: 1.5px solid var(--gray-mid);\n      border-radius: 10px;\n      padding: 18px;\n      cursor: pointer;\n      transition: all 0.2s;\n      text-align: left;\n    }\n    .overview-card:hover {\n      border-color: var(--green-bright);\n      background: var(--green-light);\n      transform: translateY(-2px);\n      box-shadow: 0 4px 16px rgba(42,140,64,0.12);\n    }\n    .overview-card .card-icon {\n      width: 38px;\n      height: 38px;\n      background: var(--green-light);\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 10px;\n    }\n    .overview-card h4 {\n      font-family: 'Poppins', sans-serif;\n      font-size: 13.5px;\n      font-weight: 600;\n      color: var(--text-dark);\n      margin-bottom: 4px;\n    }\n    .overview-card p { font-size: 12px; color: var(--gray-text); }\n\n    \/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 *\/\n    footer {\n      background: var(--text-dark);\n      color: rgba(255,255,255,0.8);\n    }\n    .footer-top {\n      background: var(--green-dark);\n      padding: 48px 24px;\n    }\n    .footer-grid {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: 2fr 1fr 1fr 1.5fr;\n      gap: 40px;\n    }\n    .footer-col h4 {\n      font-family: 'Poppins', sans-serif;\n      font-size: 14px;\n      font-weight: 600;\n      color: var(--white);\n      margin-bottom: 16px;\n    }\n    .footer-col p { font-size: 13px; line-height: 1.8; }\n    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n    .footer-col ul a {\n      color: rgba(255,255,255,0.75);\n      text-decoration: none;\n      font-size: 13px;\n      transition: color 0.2s;\n    }\n    .footer-col ul a:hover { color: var(--white); }\n    .footer-logo {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 14px;\n    }\n    .footer-logo-badge {\n      background: rgba(255,255,255,0.15);\n      color: var(--white);\n      font-family: 'Poppins', sans-serif;\n      font-weight: 700;\n      font-size: 18px;\n      width: 42px;\n      height: 42px;\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .footer-logo-text strong {\n      font-family: 'Poppins', sans-serif;\n      font-size: 14px;\n      font-weight: 700;\n      color: var(--white);\n      display: block;\n    }\n    .footer-logo-text span { font-size: 11px; opacity: 0.65; font-style: italic; }\n    .footer-bottom {\n      background: rgba(0,0,0,0.3);\n      padding: 16px 24px;\n      text-align: center;\n      font-size: 12.5px;\n    }\n    .footer-bottom .inner { max-width: 1200px; margin: 0 auto; }\n\n    \/* \u2500\u2500\u2500 MOBILE \u2500\u2500\u2500 *\/\n    .mobile-menu-btn { display: none; }\n\n    @media (max-width: 900px) {\n      .page-body {\n        grid-template-columns: 1fr;\n      }\n      .sidebar {\n        position: static;\n      }\n      .sidebar-nav {\n        flex-direction: row;\n        flex-wrap: wrap;\n      }\n      .sidebar-nav a {\n        border-left: none;\n        border-bottom: 3px solid transparent;\n        border-radius: 6px 6px 0 0;\n        font-size: 12px;\n        padding: 8px 12px;\n      }\n      .sidebar-nav a:hover,\n      .sidebar-nav a.active {\n        border-left: none;\n        border-bottom-color: var(--green-dark);\n      }\n      .footer-grid { grid-template-columns: 1fr 1fr; }\n      .nav-links { display: none; }\n      .mobile-menu-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: none;\n        border: none;\n        cursor: pointer;\n        padding: 8px;\n      }\n      .overview-grid { grid-template-columns: 1fr 1fr; }\n    }\n\n    @media (max-width: 600px) {\n      .top-bar-inner { gap: 12px; font-size: 11px; }\n      .footer-grid { grid-template-columns: 1fr; }\n      .overview-grid { grid-template-columns: 1fr; }\n    }\n  <\/style>\n\n\n\n<!-- HERO -->\n<div class=\"page-hero\">\n  <h1>Legal &amp; Compliance<\/h1>\n  <div class=\"breadcrumb\">\n    <a href=\"https:\/\/williamthealthcare.co.uk\/\">Home<\/a> &rsaquo; Legal &amp; Compliance\n  <\/div>\n<\/div>\n\n<!-- MAIN BODY -->\n<div class=\"page-body\">\n\n  <!-- SIDEBAR -->\n  <aside class=\"sidebar\">\n    <div class=\"sidebar-title\">Policies<\/div>\n    <ul class=\"sidebar-nav\" id=\"sidebarNav\">\n      <li><a href=\"#\" class=\"active\" data-section=\"overview\">Overview<\/a><\/li>\n      <li><a href=\"#\" data-section=\"safeguarding\">Safeguarding<\/a><\/li>\n      <li><a href=\"#\" data-section=\"privacy\">Privacy Policy<\/a><\/li>\n      <li><a href=\"#\" data-section=\"cookies\">Cookie Policy<\/a><\/li>\n      <li><a href=\"#\" data-section=\"terms\">Terms &amp; Conditions<\/a><\/li>\n      <li><a href=\"#\" data-section=\"complaints\">Complaints Procedure<\/a><\/li>\n      <li><a href=\"#\" data-section=\"slavery\">Modern Slavery<\/a><\/li>\n      <li><a href=\"#\" data-section=\"equality\">Equality &amp; Inclusion<\/a><\/li>\n      <li><a href=\"#\" data-section=\"governance\">Information Governance<\/a><\/li>\n      <li><a href=\"#\" data-section=\"health-safety\">Health &amp; Safety<\/a><\/li>\n      <li><a href=\"#\" data-section=\"accessibility\">Accessibility<\/a><\/li>\n      <li><a href=\"#\" data-section=\"nhs\">NHS Partnerships<\/a><\/li>\n    <\/ul>\n\n    <div class=\"contact-card\">\n      <h4>Need Assistance?<\/h4>\n      <p>\n        For any questions about our policies, please contact us:<br><br>\n        <strong>\ud83d\udcde<\/strong> <a href=\"tel:01163680010\">01163 680010<\/a><br>\n        <strong>\u2709\ufe0f<\/strong> <a href=\"mailto:info@williamthealthcare.co.uk\">info@williamthealthcare.co.uk<\/a>\n      <\/p>\n    <\/div>\n  <\/aside>\n\n  <!-- CONTENT -->\n  <main class=\"policy-content\" id=\"policyContent\">\n\n    <!-- OVERVIEW -->\n    <section class=\"policy-section active\" id=\"section-overview\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Legal &amp; Compliance<\/h2>\n          <div class=\"last-updated\">William T Healthcare \u2014 Transparency &amp; Accountability<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>William T Healthcare is committed to operating with integrity, transparency and full compliance with relevant legislation, regulatory requirements and sector standards. This page provides access to all our key policies and statements.<\/p>\n        <p>We take our legal, ethical and governance responsibilities seriously. Our policies reflect our values of respect, accountability, diversity and compassion \u2014 and are reviewed regularly to ensure they remain current and effective.<\/p>\n\n        <div class=\"overview-grid\">\n          <div class=\"overview-card\" onclick=\"switchSection('safeguarding')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\/><\/svg><\/div>\n            <h4>Safeguarding<\/h4>\n            <p>Protecting adults at risk, children and vulnerable individuals<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('privacy')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\"\/><\/svg><\/div>\n            <h4>Privacy Policy<\/h4>\n            <p>How we collect, use and protect your personal data<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('cookies')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 8v4l3 3\"\/><\/svg><\/div>\n            <h4>Cookie Policy<\/h4>\n            <p>How we use cookies and similar technologies<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('terms')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"\/><\/svg><\/div>\n            <h4>Terms &amp; Conditions<\/h4>\n            <p>Rules governing use of our website<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('complaints')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z\"\/><\/svg><\/div>\n            <h4>Complaints Procedure<\/h4>\n            <p>How to raise a concern, complaint or feedback<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('slavery')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z\"\/><\/svg><\/div>\n            <h4>Modern Slavery<\/h4>\n            <p>Our zero-tolerance stance on exploitation<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('equality')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z\"\/><\/svg><\/div>\n            <h4>Equality &amp; Inclusion<\/h4>\n            <p>Our commitment to fairness and diversity<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('governance')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"\/><\/svg><\/div>\n            <h4>Information Governance<\/h4>\n            <p>Lawful, secure and confidential information handling<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('health-safety')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\/><\/svg><\/div>\n            <h4>Health &amp; Safety<\/h4>\n            <p>Keeping service users, staff and visitors safe<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('accessibility')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"5\" r=\"1\"\/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 20l3-8 3 8M6 11a6 6 0 0112 0\"\/><\/svg><\/div>\n            <h4>Accessibility<\/h4>\n            <p>Making our website and services accessible to all<\/p>\n          <\/div>\n          <div class=\"overview-card\" onclick=\"switchSection('nhs')\">\n            <div class=\"card-icon\"><svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\"\/><\/svg><\/div>\n            <h4>NHS Partnerships<\/h4>\n            <p>Collaborating with NHS and public sector partners<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- SAFEGUARDING -->\n    <section class=\"policy-section\" id=\"section-safeguarding\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Safeguarding Statement<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>William T Healthcare is committed to protecting adults at risk, children, young people and all people who use or come into contact with our services from abuse, neglect, exploitation and avoidable harm.<\/p>\n        <div class=\"highlight-box\">Safeguarding is everyone&#8217;s responsibility. We work to ensure that people are treated with dignity, respect and compassion, and that any concerns about safety, abuse or poor practice are recognised, reported and acted upon promptly.<\/div>\n        <h3>Our Commitment<\/h3>\n        <p>William T Healthcare will:<\/p>\n        <ul>\n          <li>Ensure that safeguarding is embedded within our culture, leadership and day-to-day practice<\/li>\n          <li>Promote the safety, wellbeing, dignity and human rights of people who use our services<\/li>\n          <li>Follow relevant safeguarding legislation, statutory guidance, CQC requirements and local safeguarding procedures<\/li>\n          <li>Ensure staff understand how to identify and report safeguarding concerns<\/li>\n          <li>Respond promptly and appropriately to allegations, disclosures, incidents or concerns<\/li>\n          <li>Work in partnership with local authorities, NHS services, safeguarding teams, the police, CQC and other relevant agencies<\/li>\n          <li>Maintain safe recruitment practices, including identity checks, references, right to work checks and DBS checks where required<\/li>\n          <li>Promote openness, transparency and learning from incidents, concerns, complaints and feedback<\/li>\n        <\/ul>\n        <h3>Types of Abuse<\/h3>\n        <p>Safeguarding concerns may include, but are not limited to:<\/p>\n        <ul>\n          <li>Physical abuse<\/li>\n          <li>Emotional or psychological abuse<\/li>\n          <li>Sexual abuse<\/li>\n          <li>Financial or material abuse<\/li>\n          <li>Neglect or acts of omission<\/li>\n          <li>Discriminatory abuse<\/li>\n          <li>Domestic abuse<\/li>\n          <li>Organisational abuse<\/li>\n          <li>Modern slavery<\/li>\n          <li>Self-neglect &amp; exploitation<\/li>\n          <li>Poor practice or unsafe care<\/li>\n        <\/ul>\n        <h3>Reporting a Safeguarding Concern<\/h3>\n        <p>Anyone can raise a safeguarding concern, including service users, family members, staff, professionals, visitors and members of the public.<\/p>\n        <div class=\"alert-box\">\n          <strong>\u26a0\ufe0f Emergency<\/strong>\n          If you believe someone is in immediate danger, call <strong>999<\/strong>.\n        <\/div>\n        <div class=\"contact-info-box\">\n          <strong>William T Healthcare<\/strong><br>\n          Address: 37\u201338 Vulcan Road, Leicester, England, LE5 3EF<br>\n          Tel: <a href=\"tel:+441163680010\">+44 116 368 0010<\/a><br>\n          Email: <a href=\"mailto:info@williamthealthcare.co.uk\">info@williamthealthcare.co.uk<\/a>\n        <\/div>\n        <h3>Staff Training and Accountability<\/h3>\n        <p>All staff are expected to understand their safeguarding responsibilities and follow our safeguarding procedures. Staff receive appropriate training, supervision and guidance to help them recognise signs of abuse, report concerns and support people safely.<\/p>\n        <h3>CQC and Quality Standards<\/h3>\n        <p>William T Healthcare aims to meet CQC expectations relating to safe care and treatment, safeguarding from abuse, dignity and respect, person-centred care, staffing, fit and proper persons, complaints and good governance.<\/p>\n      <\/div>\n    <\/section>\n\n    <!-- PRIVACY -->\n    <section class=\"policy-section\" id=\"section-privacy\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Privacy Policy<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>William T Healthcare respects your privacy and is committed to protecting your personal information. This Privacy Policy explains how we collect, use, store and protect personal data when you use our website, contact us, make a referral, apply for a job or receive services from us.<\/p>\n        <div class=\"contact-info-box\">\n          <strong>Data Controller: William T Healthcare<\/strong><br>\n          37\u201338 Vulcan Road, Leicester, England, LE5 3EF<br>\n          Tel: <a href=\"tel:+441163680010\">+44 116 368 0010<\/a><br>\n          Email: <a href=\"mailto:info@williamthealthcare.co.uk\">info@williamthealthcare.co.uk<\/a>\n        <\/div>\n        <h3>Information We May Collect<\/h3>\n        <p>We may collect personal information including:<\/p>\n        <ul>\n          <li>Name, address, email address, telephone number and date of birth<\/li>\n          <li>Referral information, health and care information, emergency contact details<\/li>\n          <li>Professional contact details and employment\/recruitment information<\/li>\n          <li>Website enquiry information, feedback, complaints and correspondence<\/li>\n          <li>Special category data such as health information, disability information, care needs and safeguarding information<\/li>\n        <\/ul>\n        <h3>How We Use Personal Information<\/h3>\n        <ul>\n          <li>Respond to enquiries and provide safe, effective care or support<\/li>\n          <li>Process referrals and assess service suitability<\/li>\n          <li>Manage care planning, reviews and communication<\/li>\n          <li>Recruit staff safely and manage HR processes<\/li>\n          <li>Meet safeguarding responsibilities and respond to complaints<\/li>\n          <li>Comply with legal, regulatory and contractual duties<\/li>\n          <li>Meet CQC, NHS, local authority and commissioner requirements<\/li>\n        <\/ul>\n        <h3>Lawful Basis for Processing<\/h3>\n        <p>We only process personal data where we have a lawful basis under UK data protection law, which may include: consent, contractual necessity, legal obligation, vital interests, public task, legitimate interests, provision of health or social care, and safeguarding of individuals at risk.<\/p>\n        <h3>Your Rights<\/h3>\n        <p>Depending on the circumstances, you may have the right to:<\/p>\n        <ul>\n          <li>Access your personal information<\/li>\n          <li>Ask for inaccurate information to be corrected or erased<\/li>\n          <li>Object to or request restriction of certain processing<\/li>\n          <li>Request data portability<\/li>\n          <li>Withdraw consent where processing is based on consent<\/li>\n          <li>Complain to the Information Commissioner&#8217;s Office<\/li>\n        <\/ul>\n        <div class=\"highlight-box\">If you are unhappy with how we handle your personal information, please contact us first. You also have the right to complain to the Information Commissioner&#8217;s Office (ICO).<\/div>\n      <\/div>\n    <\/section>\n\n    <!-- COOKIES -->\n    <section class=\"policy-section\" id=\"section-cookies\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 8v4l3 3\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Cookie Policy<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>This Cookie Policy explains how William T Healthcare uses cookies and similar technologies on our website.<\/p>\n        <h3>What Are Cookies?<\/h3>\n        <p>Cookies are small text files placed on your device when you visit a website. They help websites function properly, improve user experience and provide information about how visitors use the site.<\/p>\n        <h3>Types of Cookies We May Use<\/h3>\n        <ul>\n          <li><strong>Essential Cookies<\/strong> \u2014 Necessary for the website to work properly, supporting security, page navigation and basic functionality<\/li>\n          <li><strong>Analytics Cookies<\/strong> \u2014 Help us understand how visitors use our website so we can improve it<\/li>\n          <li><strong>Functionality Cookies<\/strong> \u2014 Remember choices you make, such as accessibility preferences<\/li>\n          <li><strong>Marketing Cookies<\/strong> \u2014 May help us measure the effectiveness of advertising or online campaigns, if used<\/li>\n        <\/ul>\n        <h3>Cookie Consent<\/h3>\n        <p>Where required by law, we will request your consent before placing non-essential cookies on your device. Essential cookies may be used without consent as they are necessary for the website to function.<\/p>\n        <h3>Managing Cookies<\/h3>\n        <p>You can control cookies through your browser settings. You may block, delete or restrict cookies. Please note that disabling some cookies may affect how the website works.<\/p>\n        <h3>Third-Party Cookies<\/h3>\n        <p>Some cookies may be placed by third-party services used on our website, such as analytics tools, embedded content, maps, videos or social media links. These third parties may process data according to their own privacy and cookie policies.<\/p>\n      <\/div>\n    <\/section>\n\n    <!-- TERMS -->\n    <section class=\"policy-section\" id=\"section-terms\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Website Terms &amp; Conditions<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>These Terms and Conditions apply to your use of the William T Healthcare website. By using this website, you agree to use it lawfully, responsibly and in accordance with these terms.<\/p>\n        <div class=\"highlight-box\">The information on this website is provided for general information only. It does not replace professional medical, legal, clinical or emergency advice. If you or someone else needs urgent medical help, call <strong>999<\/strong> or contact NHS 111.<\/div>\n        <h3>Use of the Website<\/h3>\n        <p>You must not use this website:<\/p>\n        <ul>\n          <li>For unlawful purposes or to submit false or misleading information<\/li>\n          <li>To interfere with website security or functionality<\/li>\n          <li>To upload harmful software or malicious content<\/li>\n          <li>To attempt unauthorised access to our systems<\/li>\n          <li>To copy content without permission<\/li>\n        <\/ul>\n        <h3>Intellectual Property<\/h3>\n        <p>Website content, including text, graphics, branding, layout and documents, belongs to William T Healthcare or its licensors unless otherwise stated. You may view and print website content for personal or professional reference, but you must not reproduce or distribute it without permission.<\/p>\n        <h3>External Links<\/h3>\n        <p>Our website may contain links to external websites. We are not responsible for the content, security, accuracy or privacy practices of those external websites.<\/p>\n        <h3>Liability<\/h3>\n        <p>We take reasonable care to maintain this website, but we do not guarantee that it will always be available, secure or free from errors. To the fullest extent permitted by law, William T Healthcare is not responsible for loss or damage arising from use of the website.<\/p>\n        <h3>Changes to These Terms<\/h3>\n        <p>We may update these Terms and Conditions from time to time. Continued use of the website means you accept the updated terms.<\/p>\n        <div class=\"contact-info-box\">\n          <strong>Questions about these terms?<\/strong><br>\n          Tel: <a href=\"tel:+441163680010\">+44 116 368 0010<\/a> &nbsp;|&nbsp; Email: <a href=\"mailto:info@williamthealthcare.co.uk\">info@williamthealthcare.co.uk<\/a>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- COMPLAINTS -->\n    <section class=\"policy-section\" id=\"section-complaints\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Complaints, Concerns &amp; Feedback<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>William T Healthcare is committed to providing safe, respectful, person-centred and high-quality services. We welcome feedback, compliments, concerns and complaints because they help us improve. We take all complaints seriously and aim to respond fairly, promptly and transparently.<\/p>\n        <h3>Who Can Make a Complaint?<\/h3>\n        <ul>\n          <li>A person using our services or a family member or representative<\/li>\n          <li>A professional, commissioner, staff member or visitor<\/li>\n          <li>Any person affected by our service<\/li>\n        <\/ul>\n        <h3>How to Make a Complaint<\/h3>\n        <div class=\"contact-info-box\">\n          <strong>William T Healthcare<\/strong><br>\n          37\u201338 Vulcan Road, Leicester, England, LE5 3EF<br>\n          Tel: <a href=\"tel:+441163680010\">+44 116 368 0010<\/a><br>\n          Email: <a href=\"mailto:info@williamthealthcare.co.uk\">info@williamthealthcare.co.uk<\/a>\n        <\/div>\n        <h3>What Happens Next?<\/h3>\n        <ul>\n          <li>We will acknowledge your complaint as soon as possible<\/li>\n          <li>We will review the concern carefully and may contact you for more information<\/li>\n          <li>We will investigate the matter fairly and objectively<\/li>\n          <li>We will provide a response explaining the outcome, any learning and any action we intend to take<\/li>\n          <li>Where appropriate, we will update internal procedures or take corrective action<\/li>\n        <\/ul>\n        <div class=\"alert-box\">\n          <strong>\u26a0\ufe0f Safeguarding Concerns<\/strong>\n          If a complaint raises a safeguarding concern, we will follow our safeguarding procedure. If someone is at immediate risk of harm, call <strong>999<\/strong>.\n        <\/div>\n        <h3>Escalation<\/h3>\n        <p>If you are not satisfied with our response, you can ask for the matter to be reviewed by a senior member of management. Depending on the nature of the concern, you may also contact CQC, the relevant local authority, NHS commissioner or other appropriate body.<\/p>\n        <div class=\"highlight-box\">Complaints are reviewed as part of our quality assurance and governance processes. We use feedback to improve service quality, safety, communication and people&#8217;s experience of care.<\/div>\n      <\/div>\n    <\/section>\n\n    <!-- MODERN SLAVERY -->\n    <section class=\"policy-section\" id=\"section-slavery\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Modern Slavery &amp; Human Trafficking Statement<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <div class=\"highlight-box\">William T Healthcare has a zero-tolerance approach to modern slavery, human trafficking, forced labour, exploitation and abuse. We are committed to acting ethically and responsibly in our operations, recruitment practices and supply chain relationships.<\/div>\n        <h3>Our Commitment<\/h3>\n        <ul>\n          <li>Promote safe and fair working practices<\/li>\n          <li>Carry out appropriate recruitment checks, including identity, right to work and employment suitability<\/li>\n          <li>Use safer recruitment procedures at all times<\/li>\n          <li>Expect suppliers and partners to act ethically<\/li>\n          <li>Encourage staff to report concerns<\/li>\n          <li>Respond promptly to allegations of exploitation<\/li>\n          <li>Work with relevant authorities where concerns are identified<\/li>\n        <\/ul>\n        <h3>Recruitment and Employment<\/h3>\n        <p>William T Healthcare does not support or tolerate any form of forced labour, debt bondage, human trafficking, coercion, unlawful deductions, document withholding or exploitation. We expect all workers to be treated fairly, paid appropriately and employed in accordance with UK employment law.<\/p>\n        <h3>Supply Chain<\/h3>\n        <p>We expect suppliers, contractors and partner organisations to operate responsibly and to take reasonable steps to prevent modern slavery and labour exploitation within their own operations.<\/p>\n        <h3>Reporting Concerns<\/h3>\n        <p>Any concern about modern slavery, exploitation or unsafe working practice should be reported to management immediately.<\/p>\n        <div class=\"alert-box\">\n          <strong>\u26a0\ufe0f Emergency<\/strong>\n          Where there is immediate danger, call <strong>999<\/strong>. Concerns may also be reported to the Modern Slavery Helpline or relevant authorities.\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- EQUALITY -->\n    <section class=\"policy-section\" id=\"section-equality\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Equality, Diversity &amp; Inclusion<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>William T Healthcare is committed to promoting equality, diversity, inclusion, dignity and respect in everything we do. We aim to provide services that are fair, accessible, respectful and responsive to people&#8217;s individual needs, backgrounds, beliefs, choices and circumstances.<\/p>\n        <h3>Our Commitment<\/h3>\n        <p>We will not unlawfully discriminate on the basis of age, disability, gender reassignment, marriage or civil partnership, pregnancy or maternity, race, religion or belief, sex, sexual orientation or any other protected characteristic.<\/p>\n        <ul>\n          <li>Treat people with dignity and respect at all times<\/li>\n          <li>Promote inclusive and person-centred care<\/li>\n          <li>Make reasonable adjustments where required<\/li>\n          <li>Support accessible communication<\/li>\n          <li>Respect cultural, religious and personal preferences<\/li>\n          <li>Promote fair recruitment and employment practices<\/li>\n          <li>Challenge discrimination, harassment, bullying and victimisation<\/li>\n          <li>Listen to feedback and continuously improve our services<\/li>\n        <\/ul>\n        <h3>Inclusive Services<\/h3>\n        <p>We recognise that each person has different needs, experiences and preferences. Our approach is to provide care and support that respects people&#8217;s identity, independence, privacy, choices and rights.<\/p>\n        <h3>Staff Responsibilities<\/h3>\n        <p>All staff are expected to treat people respectfully and to promote equality and inclusion in their work. Concerns about discrimination or unfair treatment are taken seriously and addressed appropriately.<\/p>\n      <\/div>\n    <\/section>\n\n    <!-- INFORMATION GOVERNANCE -->\n    <section class=\"policy-section\" id=\"section-governance\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Information Governance &amp; Confidentiality<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>William T Healthcare is committed to handling information lawfully, securely, confidentially and responsibly. We recognise that healthcare, care and employment information can be sensitive, and we take our responsibility to protect information seriously.<\/p>\n        <h3>Our Information Governance Principles<\/h3>\n        <p>We aim to ensure that information is:<\/p>\n        <ul>\n          <li>Processed lawfully, fairly and transparently<\/li>\n          <li>Used only for appropriate purposes<\/li>\n          <li>Accurate and kept up to date where required<\/li>\n          <li>Stored securely and accessed only by authorised people<\/li>\n          <li>Shared only where necessary and lawful<\/li>\n          <li>Retained only for as long as required<\/li>\n          <li>Disposed of securely when no longer needed<\/li>\n        <\/ul>\n        <h3>Confidentiality<\/h3>\n        <p>Staff are expected to maintain confidentiality at all times. Confidentiality may need to be overridden where there is a legal duty, safeguarding concern, serious risk of harm, regulatory requirement or other lawful reason.<\/p>\n        <h3>Data Breaches<\/h3>\n        <p>Any suspected data breach must be reported promptly to management. We will investigate, take action to reduce risk and notify relevant authorities or individuals where required by law.<\/p>\n        <h3>Staff Training<\/h3>\n        <p>Staff are expected to follow confidentiality, data protection and information governance procedures. Training and guidance are provided where relevant to their role.<\/p>\n      <\/div>\n    <\/section>\n\n    <!-- HEALTH & SAFETY -->\n    <section class=\"policy-section\" id=\"section-health-safety\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Health &amp; Safety Statement<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>William T Healthcare is committed to protecting the health, safety and welfare of service users, staff, visitors, contractors, professionals and others affected by our work. We aim to provide safe systems of work and to reduce risks so far as reasonably practicable.<\/p>\n        <h3>Our Commitment<\/h3>\n        <ul>\n          <li>Identify and manage health and safety risks<\/li>\n          <li>Maintain safe working procedures<\/li>\n          <li>Provide appropriate staff training and guidance<\/li>\n          <li>Report, record and review accidents and incidents<\/li>\n          <li>Promote infection prevention and control<\/li>\n          <li>Support lone working safety where applicable<\/li>\n          <li>Comply with legal, regulatory and contractual duties<\/li>\n          <li>Review health and safety arrangements regularly<\/li>\n        <\/ul>\n        <h3>Risk Assessment<\/h3>\n        <p>Risk assessments are used to identify hazards, reduce risk and support safe care and working practices. These may include environmental risks, moving and handling, infection control, lone working, medication, travel, personal safety and individual care-related risks.<\/p>\n        <h3>Staff Responsibilities<\/h3>\n        <p>All staff are responsible for following health and safety procedures, reporting hazards, using equipment safely and taking reasonable care of themselves and others.<\/p>\n        <h3>Incident Reporting<\/h3>\n        <p>Accidents, incidents, near misses and safety concerns must be reported promptly. Learning from incidents is used to improve safety and reduce future risk.<\/p>\n      <\/div>\n    <\/section>\n\n    <!-- ACCESSIBILITY -->\n    <section class=\"policy-section\" id=\"section-accessibility\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"5\" r=\"1\"\/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 20l3-8 3 8M6 11a6 6 0 0112 0\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>Website Accessibility Statement<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>William T Healthcare is committed to making our website and services accessible, inclusive and user-friendly. We want people to be able to access information about our services clearly and easily, regardless of disability, language, communication need or technology used.<\/p>\n        <h3>Our Commitment<\/h3>\n        <ul>\n          <li>Use clear and understandable language<\/li>\n          <li>Provide accessible website content where possible<\/li>\n          <li>Support reasonable adjustments<\/li>\n          <li>Respond to requests for alternative formats<\/li>\n          <li>Improve accessibility over time<\/li>\n          <li>Listen to feedback from website users and service users<\/li>\n        <\/ul>\n        <h3>Alternative Formats<\/h3>\n        <p>If you need information in another format \u2014 such as large print, easy read, audio, translated information or another accessible format \u2014 please contact us.<\/p>\n        <div class=\"contact-info-box\">\n          Tel: <a href=\"tel:+441163680010\">+44 116 368 0010<\/a><br>\n          Email: <a href=\"mailto:info@williamthealthcare.co.uk\">info@williamthealthcare.co.uk<\/a>\n        <\/div>\n        <div class=\"highlight-box\">If you experience difficulty using our website or accessing information, please let us know so we can try to help and improve our service for everyone.<\/div>\n      <\/div>\n    <\/section>\n\n    <!-- NHS PARTNERSHIPS -->\n    <section class=\"policy-section\" id=\"section-nhs\">\n      <div class=\"policy-header\">\n        <div class=\"policy-icon\">\n          <svg fill=\"none\" stroke=\"#1a5c2a\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\"\/><\/svg>\n        <\/div>\n        <div>\n          <h2>NHS &amp; Public Sector Partnerships<\/h2>\n          <div class=\"last-updated\">Reviewed annually \u2014 2026<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"policy-body\">\n        <p>William T Healthcare is committed to working professionally and collaboratively with NHS organisations, local authorities, commissioners, integrated care systems, social care partners and other public sector bodies. We understand the importance of safe, reliable, person-centred and well-governed services when supporting people with health and care needs.<\/p>\n        <h3>Our Approach<\/h3>\n        <p>We aim to provide services that are:<\/p>\n        <ul>\n          <li>Safe, responsive and compassionate<\/li>\n          <li>Person-centred and well-led<\/li>\n          <li>Accountable and properly governed<\/li>\n          <li>Focused on dignity, independence and wellbeing<\/li>\n        <\/ul>\n        <h3>Governance and Compliance<\/h3>\n        <ul>\n          <li>Clear management oversight and quality monitoring<\/li>\n          <li>Safeguarding procedures and complaints management<\/li>\n          <li>Staff training, supervision and incident reporting<\/li>\n          <li>Information governance and health and safety arrangements<\/li>\n          <li>Equality, diversity and inclusion<\/li>\n          <li>Continuous improvement across all areas<\/li>\n        <\/ul>\n        <h3>Working With Commissioners<\/h3>\n        <p>We aim to work transparently with commissioners and partner agencies. Where required, we can provide relevant information relating to service delivery, compliance, quality monitoring, staffing, safeguarding, governance and performance.<\/p>\n        <h3>Quality and Safety<\/h3>\n        <p>We are committed to meeting relevant CQC standards and maintaining systems that support safe, effective, caring, responsive and well-led services.<\/p>\n        <div class=\"contact-info-box\">\n          <strong>Partnership, Referral or Commissioning Enquiries<\/strong><br>\n          William T Healthcare \u2014 37\u201338 Vulcan Road, Leicester, England, LE5 3EF<br>\n          Tel: <a href=\"tel:+441163680010\">+44 116 368 0010<\/a><br>\n          Email: <a href=\"mailto:info@williamthealthcare.co.uk\">info@williamthealthcare.co.uk<\/a>\n        <\/div>\n      <\/div>\n    <\/section>\n\n  <\/main>\n<\/div>\n\n\n<script>\n  function switchSection(id) {\n    \/\/ Hide all sections\n    document.querySelectorAll('.policy-section').forEach(s => s.classList.remove('active'));\n    \/\/ Show target\n    const target = document.getElementById('section-' + id);\n    if (target) target.classList.add('active');\n\n    \/\/ Update sidebar\n    document.querySelectorAll('#sidebarNav a').forEach(a => {\n      a.classList.remove('active');\n      if (a.dataset.section === id) a.classList.add('active');\n    });\n  }\n\n  function scrollToTop() {\n    window.scrollTo({ top: 0, behavior: 'smooth' });\n  }\n\n  \/\/ Sidebar nav click\n  document.querySelectorAll('#sidebarNav a').forEach(link => {\n    link.addEventListener('click', function(e) {\n      e.preventDefault();\n      const section = this.dataset.section;\n      switchSection(section);\n      \/\/ On mobile, scroll to content\n      if (window.innerWidth < 900) {\n        document.getElementById('policyContent').scrollIntoView({ behavior: 'smooth' });\n      }\n    });\n  });\n\n  \/\/ Footer links (prevent default already handled by onclick)\n  document.querySelectorAll('footer a[onclick]').forEach(a => {\n    a.addEventListener('click', function(e) { e.preventDefault(); });\n  });\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-950","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/williamthealthcare.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/williamthealthcare.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/williamthealthcare.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/williamthealthcare.co.uk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/williamthealthcare.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=950"}],"version-history":[{"count":5,"href":"https:\/\/williamthealthcare.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/950\/revisions"}],"predecessor-version":[{"id":955,"href":"https:\/\/williamthealthcare.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/950\/revisions\/955"}],"wp:attachment":[{"href":"https:\/\/williamthealthcare.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}