{"id":14,"date":"2025-07-08T13:06:55","date_gmt":"2025-07-08T13:06:55","guid":{"rendered":"http:\/\/peopledirectors.co.uk\/?page_id=14"},"modified":"2025-07-09T15:57:03","modified_gmt":"2025-07-09T15:57:03","slug":"services","status":"publish","type":"page","link":"https:\/\/peopledirectors.co.uk\/?page_id=14","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14\" class=\"elementor elementor-14\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b19ff9 e-con-full e-flex e-con e-parent\" data-id=\"3b19ff9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2def6b elementor-widget elementor-widget-heading\" data-id=\"d2def6b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-544f7ee e-con-full e-flex e-con e-parent\" data-id=\"544f7ee\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b08ade8 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"b08ade8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Services - People Directors Ltd<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\r\n<\/head>\r\n<body>\r\n<section class=\"services-page\">\r\n  <style>\r\n    .services-page {\r\n      font-family: 'Poppins', sans-serif;\r\n      padding: 80px 20px;\r\n      background: linear-gradient(135deg, #fdfdfd, #f5f7fa);\r\n      color: #333;\r\n    }\r\n\r\n    .services-container {\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 70px;\r\n      animation: fadeInUp 1s ease both;\r\n    }\r\n\r\n    .service-section {\r\n      background: #ffffff;\r\n      padding: 50px 40px;\r\n      border-radius: 20px;\r\n      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);\r\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\r\n      animation: slideIn 1s ease forwards;\r\n      position: relative;\r\n      overflow: hidden;\r\n    }\r\n\r\n    .service-section:hover {\r\n      transform: translateY(-10px);\r\n      box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);\r\n    }\r\n\r\n    .service-image {\r\n      width: 100%;\r\n      max-width: 250px;\r\n      height: 150px;\r\n      object-fit: cover;\r\n      border-radius: 12px;\r\n      margin: 0 auto 25px auto;\r\n      display: block;\r\n      transition: transform 0.6s ease, filter 0.3s ease;\r\n      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\r\n    }\r\n\r\n    .service-image:hover {\r\n      transform: scale(1.01);\r\n      filter: brightness(1.03);\r\n    }\r\n\r\n    .service-section h2 {\r\n      font-size: 36px;\r\n      color: #ED0004;\r\n      margin-bottom: 20px;\r\n      font-weight: 700;\r\n      animation: fadeIn 1s ease;\r\n      position: relative;\r\n    }\r\n\r\n    .service-section h2::after {\r\n      content: '';\r\n      position: absolute;\r\n      bottom: -10px;\r\n      left: 0;\r\n      width: 60px;\r\n      height: 3px;\r\n      background: linear-gradient(90deg, #ED0004, #ff4d4f);\r\n      border-radius: 2px;\r\n    }\r\n\r\n    .service-section p,\r\n    .service-section ul {\r\n      font-size: 20px;\r\n      line-height: 1.8;\r\n      color: #555;\r\n      margin-bottom: 15px;\r\n      animation: fadeIn 1.2s ease;\r\n    }\r\n\r\n    .service-section ul {\r\n      padding-left: 20px;\r\n      list-style: disc;\r\n    }\r\n\r\n    .service-section ul li {\r\n      margin-bottom: 8px;\r\n      transition: color 0.3s ease;\r\n    }\r\n\r\n    .service-section ul li:hover {\r\n      color: #ED0004;\r\n    }\r\n\r\n    .service-section strong {\r\n      color: #ED0004;\r\n      font-weight: 600;\r\n    }\r\n\r\n    \/* Add subtle gradient overlay for better text readability *\/\r\n    .service-section::before {\r\n      content: '';\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      right: 0;\r\n      bottom: 0;\r\n      background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(237,0,4,0.01));\r\n      pointer-events: none;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    @keyframes fadeInUp {\r\n      from { opacity: 0; transform: translateY(30px); }\r\n      to { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    @keyframes fadeIn {\r\n      from { opacity: 0; }\r\n      to { opacity: 1; }\r\n    }\r\n\r\n    @keyframes slideIn {\r\n      0% { opacity: 0; transform: translateY(50px); }\r\n      100% { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .services-page {\r\n        padding: 60px 15px;\r\n      }\r\n      \r\n      .service-section {\r\n        padding: 30px 20px;\r\n      }\r\n\r\n      .service-image {\r\n        max-width: 400px;\r\n        height: 160px;\r\n        margin-bottom: 20px;\r\n      }\r\n\r\n      .service-section h2 {\r\n        font-size: 28px;\r\n      }\r\n\r\n      .service-section p,\r\n      .service-section ul {\r\n        font-size: 18px;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .services-page {\r\n        padding: 40px 10px;\r\n      }\r\n      \r\n      .service-image {\r\n        max-width: 100%;\r\n        height: 140px;\r\n        border-radius: 8px;\r\n        margin-bottom: 18px;\r\n      }\r\n      \r\n      .service-section {\r\n        padding: 25px 15px;\r\n        border-radius: 12px;\r\n      }\r\n      \r\n      .service-section h2 {\r\n        font-size: 24px;\r\n      }\r\n\r\n      .service-section p,\r\n      .service-section ul {\r\n        font-size: 16px;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 360px) {\r\n      .service-image {\r\n        height: 120px;\r\n      }\r\n      \r\n      .service-section h2 {\r\n        font-size: 22px;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"services-container\">\r\n    <div class=\"service-section\">\r\n\r\n      <h2>Fractional Strategic People Directors<\/h2>\r\n      <p>Fractional Strategic People Directors offer HR expertise without a full-time hire. You get flexible, strategic support as needed, providing essential HR leadership for growth while avoiding the costs and risks of a permanent position.<\/p>\r\n      <p>Not all businesses require or are able to hire a full-time People Director; however, many growth-focused companies benefit from professional strategic people management and systems. That's where Fractional strategic People Directors helps.<\/p>\r\n      <p>People Directors Ltd gives you access to senior HR expertise without the long-term contracts or high salary cost by experienced People Directors dovetailed into your leadership team on a flexible, part-time basis. Our fractional strategic support helps you overcome challenges and create a successful, motivated team, irrelevant of whether you're scaling up, restructuring, or simply need to get your people strategy on track and future ready.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"service-section\">\r\n      <h2>Business Strategy<\/h2>\r\n      <p>Helping you define your business goals \u2013 and build the people strategy to deliver them<\/p>\r\n      <p>Have big business ambitions but unsure how to achieve them?<\/p>\r\n      <p>While financial, sales, and marketing strategies are important for scaling, expanding, or seeking investment, real success depends on effective leadership, structure, and culture.<\/p>\r\n      <p>People Directors Ltd partners with senior teams to refine your strategy and implement it, ensuring strong people foundations\u2014like leadership, processes, and culture\u2014are aligned with your goals.<\/p>\r\n      <p>Whether you need to define your business strategy or simply execute it, our People Directors help identify obstacles and create actionable plans, enabling you to move forward with confidence.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"service-section\">\r\n      <h2>Culture<\/h2>\r\n      <p><strong>What is ESG?<\/strong><\/p>\r\n      <p>ESG (Environmental, Social and Governance) is a set of standards set out by businesses to measure their impact on people and the planet. Based on the idea of PPP, \"planet, people and prosperity,\" it has been increasing in urgency and importance in companies across the world in recent years in direct response to environmental, social and political challenges.<\/p>\r\n      <p>It is a framework to make a companies impact measurable, and it is increasingly becoming a critical requirement for every business.<\/p>\r\n      <p>Identifying, implementing, and measuring impact is often complex. Organisations face mounting demands for transparency, but it can be difficult to determine where to begin, what suits your business, and how to engage your staff.<\/p>\r\n      <p>Our nationwide team of People Directors is available to assist organisations in understanding ESG, assessing current activities, and identifying potential next steps. Strategic HR contributes to the development and implementation of tailored ESG strategies. A comprehensive toolkit has been created to support clients in navigating this area.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"service-section\">\r\n      <h2>Leadership Development<\/h2>\r\n      <p><strong>Great owners deliver great businesses<\/strong><\/p>\r\n      <p>Strong leadership is essential for company success, and effective leaders are developed through training. Leadership development equips individuals with the skills and confidence to inspire teams and drive results.<\/p>\r\n      <p>People Directors Ltd supports organisations in building skilled, confident, people-focused leaders through customised leadership programs\u2014whether for new managers, senior staff, or future leaders.<\/p>\r\n      <p>We align leadership development with your succession plans, helping managers achieve business goals quickly while promoting inclusive, high-performance cultures.<\/p>\r\n      <p><strong>What is Leadership Development?<\/strong><br>\r\n      Leadership development involves building leadership skills across an organisation through coaching, mentoring, training, and hands-on experience to improve decision-making and team growth.<\/p>\r\n      <p><strong>Why Leadership Development Matters<\/strong><\/p>\r\n      <ul>\r\n        <li>Supports businesses through change<\/li>\r\n        <li>Enhances employee engagement and retention<\/li>\r\n        <li>Drives productivity and performance<\/li>\r\n        <li>Prepares future leaders<\/li>\r\n        <li>Improves communication, decision-making, and problem-solving<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <div class=\"service-section\">\r\n      <h2>Talent Management<\/h2>\r\n      <p>Build the team you need to succeed with a growth-driving talent strategy from People Directors Ltd<\/p>\r\n      <p>Attracting, developing, and retaining talent is a major challenge for ambitious businesses. High turnover and skills shortages can hinder growth and competitiveness.<\/p>\r\n      <p>A focused talent management plan is essential. By making recruitment, engagement, development, and retention part of your strategy, you create the foundation for success.<\/p>\r\n      <p>People Directors Ltd helps businesses shape effective talent strategies, from defining employee value propositions to enhancing engagement and succession planning.<\/p>\r\n      <p>If you're scaling, restructuring, or seeking help with finding and keeping top talent, our People Directors offer strategic guidance and expert support to build and retain high-performing teams.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"service-section\">\r\n      <h2>Organisational Structure<\/h2>\r\n      <p>Is your organisational structure helping you achieve your long-term goals, or is it getting in the way?<\/p>\r\n      <p>As businesses grow, early structures can become inefficient\u2014roles blur, leaders are stretched, and misalignment slows progress. This can lead to breakdowns in communication and missed opportunities, with people in unsuitable roles for evolving needs.<\/p>\r\n      <p>People Directors Ltd supports businesses in creating effective structures for sustainable growth, aligning teams and leadership with strategic objectives.<\/p>\r\n      <p>Whether you need to redefine your senior team, clarify responsibilities, or build a strong foundation for scaling, we ensure you have the right people in the right roles for improved performance and future success.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc3fc4a e-flex e-con-boxed e-con e-parent\" data-id=\"cc3fc4a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c29de7 elementor-widget elementor-widget-html\" data-id=\"6c29de7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"cta-section\">\r\n  <style>\r\n    .cta-section {\r\n      position: relative;\r\n      background: #ED0004;\r\n      padding: 80px 30px;\r\n      color: #fff;\r\n      text-align: center;\r\n      font-family: 'Poppins', sans-serif;\r\n      overflow: hidden;\r\n      border-radius: 15px;\r\n    }\r\n\r\n    .cta-section h2 {\r\n      font-size: 50px;\r\n      font-weight: 700;\r\n      margin-bottom: 20px;\r\n      z-index: 2;\r\n      position: relative;\r\n    }\r\n\r\n    .cta-section p {\r\n      font-size: 20px;\r\n      margin-bottom: 40px;\r\n      max-width: 700px;\r\n      margin-left: auto;\r\n      margin-right: auto;\r\n      z-index: 2;\r\n      position: relative;\r\n    }\r\n\r\n    .cta-button {\r\n      display: inline-block;\r\n      padding: 18px 40px;\r\n      font-size: 18px;\r\n      font-weight: 600;\r\n      background: #fff;\r\n      color: #ED0004;\r\n      border-radius: 50px;\r\n      text-decoration: none;\r\n      transition: all 0.3s ease;\r\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\r\n      z-index: 2;\r\n      position: relative;\r\n    }\r\n\r\n    .cta-button:hover {\r\n      background: #fefefe;\r\n      transform: translateY(-3px);\r\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);\r\n    }\r\n\r\n    \/* Floating Balloons \/ Shapes *\/\r\n    .cta-shape {\r\n      position: absolute;\r\n      border-radius: 50%;\r\n      opacity: 0.08;\r\n      animation: float 14s ease-in-out infinite;\r\n      background: #fff;\r\n    }\r\n\r\n    .cta-shape.shape1 {\r\n      width: 180px;\r\n      height: 180px;\r\n      top: -60px;\r\n      left: -60px;\r\n    }\r\n\r\n    .cta-shape.shape2 {\r\n      width: 120px;\r\n      height: 120px;\r\n      bottom: -40px;\r\n      right: 10%;\r\n    }\r\n\r\n    .cta-shape.shape3 {\r\n      width: 220px;\r\n      height: 220px;\r\n      top: 20%;\r\n      right: -80px;\r\n    }\r\n\r\n    .cta-shape.shape4 {\r\n      width: 100px;\r\n      height: 100px;\r\n      bottom: 10%;\r\n      left: 15%;\r\n    }\r\n\r\n    @keyframes float {\r\n      0%, 100% {\r\n        transform: translateY(0px);\r\n      }\r\n      50% {\r\n        transform: translateY(-20px);\r\n      }\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .cta-section h2 {\r\n        font-size: 36px;\r\n      }\r\n      .cta-section p {\r\n        font-size: 18px;\r\n      }\r\n      .cta-button {\r\n        font-size: 16px;\r\n        padding: 15px 30px;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <!-- Animated Background Shapes -->\r\n  <div class=\"cta-shape shape1\"><\/div>\r\n  <div class=\"cta-shape shape2\"><\/div>\r\n  <div class=\"cta-shape shape3\"><\/div>\r\n  <div class=\"cta-shape shape4\"><\/div>\r\n\r\n  <!-- Content -->\r\n  <h2>Let\u2019s Build Something Brilliant Together<\/h2>\r\n  <p>Partner with People Directors to transform your business through strategic HR leadership and people-first thinking.<\/p>\r\n  <a href=\"http:\/\/peopledirectors.co.uk\/?page_id=19\" class=\"cta-button\">Contact Us<\/a>\r\n<\/section>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Services Services &#8211; People Directors Ltd Fractional Strategic People Directors Fractional Strategic People Directors offer HR expertise without a full-time hire. You get flexible, strategic support as needed, providing essential HR leadership for growth while avoiding the costs and risks of a permanent position. Not all businesses require or are able to hire a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/peopledirectors.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/peopledirectors.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/peopledirectors.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/peopledirectors.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/peopledirectors.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":10,"href":"https:\/\/peopledirectors.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":262,"href":"https:\/\/peopledirectors.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/262"}],"wp:attachment":[{"href":"https:\/\/peopledirectors.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}