{"id":2603,"date":"2025-06-17T17:38:16","date_gmt":"2025-06-17T17:38:16","guid":{"rendered":"https:\/\/acclaimlogix.com\/wpalpress\/?page_id=2603"},"modified":"2025-06-17T20:06:14","modified_gmt":"2025-06-17T20:06:14","slug":"support","status":"publish","type":"page","link":"https:\/\/acclaimlogix.com\/wpalpress\/support\/","title":{"rendered":"Support"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2603\" class=\"elementor elementor-2603\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa5e8d9 e-flex e-con-boxed e-con e-parent\" data-id=\"fa5e8d9\" 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-f8153bf elementor-widget elementor-widget-html\" data-id=\"f8153bf\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <title>Human-Centric Consulting & Talent | AcclaimLogix<\/title>\n    <!-- Inter font from Google Fonts -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700;800&display=swap\" rel=\"stylesheet\">\n    <!-- Tailwind CSS CDN -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <style>\n        \/* Custom CSS variables for gradients and consistent design *\/\n        :root {\n            --primary-gradient: linear-gradient(90deg, #6EE7B7, #3B82F6); \/* Teal to Blue for main accents *\/\n            --secondary-gradient: linear-gradient(90deg, #FDBA74, #FB923C); \/* Orange for highlights *\/\n            --bg-dark-gradient: linear-gradient(to bottom right, #000000, #0A0A0A, #1A1A1A); \/* Dark black-gray gradient *\/\n            --card-bg: rgba(10, 10, 10, 0.9); \/* Slightly transparent dark background for cards *\/\n            --card-border: rgba(50, 50, 50, 0.3); \/* Subtle card border *\/\n            --card-shadow: 0 15px 40px rgba(0, 0, 0, 0.6); \/* Deep shadow for cards *\/\n            --card-hover-shadow: 0 25px 50px rgba(0, 0, 0, 0.8), 0 0 25px rgba(59, 130, 246, 0.5); \/* Enhanced shadow with blue glow *\/\n            --btn-gradient: linear-gradient(90deg, #6EE7B7, #3B82F6);\n            --btn-hover-shadow: 0 12px 25px rgba(0, 0, 0, 0.6), 0 0 20px rgba(59, 130, 246, 0.8);\n            --form-field-bg: #0F0F0F;\n            --form-border-focus: #6EE7B7; \/* Teal for form focus *\/\n            --form-label-active: #6EE7B7; \/* Teal for floating label *\/\n            --form-card-glow: 0 0 30px rgba(59, 130, 246, 0.1); \/* Subtle blue glow for the form card *\/\n        }\n\n        \/* Base styles *\/\n        body {\n            font-family: 'Inter', sans-serif;\n            background: var(--bg-dark-gradient);\n            color: #E2E8F0; \/* Light gray text for contrast *\/\n            min-height: 100vh;\n            line-height: 1.6;\n            overflow-x: hidden;\n            scroll-behavior: smooth;\n        }\n\n        \/* Gradient for text elements *\/\n        .text-gradient-main {\n            background: var(--primary-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .text-gradient-secondary {\n            background: var(--secondary-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        \/* Card base styles *\/\n        .card-base {\n            background: var(--card-bg);\n            border-radius: 1.5rem; \/* Rounded corners *\/\n            padding: 1.75rem;\n            box-shadow: var(--card-shadow);\n            transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); \/* Bouncy transition *\/\n            border: 1px solid var(--card-border);\n        }\n\n        .card-base:hover {\n            transform: translateY(-0.75rem) scale(1.02);\n            box-shadow: var(--card-hover-shadow);\n        }\n\n        \/* Specific styles for card icons *\/\n        .card-icon {\n            \/* Flaticon's icons generally don't need these filters as they are pre-styled *\/\n            \/* Keeping a subtle filter for consistency or future custom icons if they are monochrome *\/\n            \/* For colored Flaticon PNGs, drop-shadow can still add a nice effect *\/\n            filter: drop-shadow(0 0 8px rgba(110, 231, 183, 0.3)); \/* Teal glow for icons *\/\n            transition: filter 0.3s ease;\n        }\n\n        .card-base:hover .card-icon {\n            filter: drop-shadow(0 0 15px rgba(110, 231, 183, 0.6)) brightness(1.1); \/* Brighter glow on hover *\/\n        }\n\n        \/* CTA button styling *\/\n        .btn-custom {\n            background: var(--btn-gradient);\n            color: #1F2937; \/* Dark text for contrast *\/\n            font-weight: 700;\n            padding: 0.85rem 2.25rem;\n            border-radius: 0.75rem;\n            transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);\n            text-decoration: none;\n            display: inline-block;\n        }\n\n        .btn-custom:hover {\n            transform: translateY(-5px) scale(1.07);\n            box-shadow: var(--btn-hover-shadow);\n            opacity: 0.95;\n        }\n\n        \/* Hero section specific animations *\/\n        .hero-element {\n            animation: fadeIn 1s ease-out forwards;\n            opacity: 0; \/* Start invisible *\/\n        }\n        .hero-element:nth-child(1) { animation-delay: 0.2s; } \/* icon *\/\n        .hero-element:nth-child(2) { animation-delay: 0.4s; } \/* title *\/\n        .hero-element:nth-child(3) { animation-delay: 0.6s; } \/* paragraph *\/\n        .hero-element:nth-child(4) { animation-delay: 0.8s; } \/* button *\/\n\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Form specific styles to make it stand out *\/\n        .form-section-card {\n            background: rgba(10, 10, 10, 0.95); \/* Even darker background for more contrast *\/\n            border-radius: 2rem; \/* More rounded *\/\n            padding: 2.5rem; \/* More padding *\/\n            box-shadow: 0 0 40px rgba(59, 130, 246, 0.2), 0 0 80px rgba(59, 130, 246, 0.1); \/* Stronger glow effect *\/\n            border: 2px solid #3B82F6; \/* Clear blue border *\/\n            position: relative;\n            overflow: hidden;\n            transition: all 0.4s ease-in-out;\n        }\n\n        .form-section-card:hover {\n            transform: translateY(-8px) scale(1.005);\n            box-shadow: 0 0 60px rgba(59, 130, 246, 0.3), 0 0 100px rgba(59, 130, 246, 0.2);\n        }\n\n        \/* Form field styling with floating labels *\/\n        .form-group {\n            position: relative;\n            margin-bottom: 2rem;\n        }\n\n        .form-group input,\n        .form-group select,\n        .form-group textarea {\n            width: 100%;\n            padding: 1rem 1.25rem;\n            border: 1px solid #4B5563; \/* Gray border *\/\n            background: var(--form-field-bg);\n            color: #E2E8F0; \/* Ensure text is light *\/\n            border-radius: 0.75rem; \/* More rounded fields *\/\n            font-size: 1rem;\n            outline: none;\n            transition: all 0.3s ease;\n            appearance: none; \/* Remove default select arrow *\/\n            -webkit-appearance: none;\n            -moz-appearance: none;\n        }\n\n        .form-group select {\n            background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 20 20' fill='none' stroke='%239CA3AF'%3e%3cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'\/%3e%3c\/svg%3e\");\n            background-repeat: no-repeat;\n            background-position: right 0.75rem center;\n            background-size: 1.5em;\n            padding-right: 2.5rem; \/* Space for custom arrow *\/\n        }\n\n        .form-group input:focus,\n        .form-group select:focus,\n        .form-group textarea:focus {\n            border-color: var(--form-border-focus);\n            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3); \/* Blue ring on focus *\/\n        }\n\n        .form-group label {\n            position: absolute;\n            top: 1rem;\n            left: 1.25rem;\n            color: #9CA3AF; \/* Gray label *\/\n            font-size: 1rem;\n            pointer-events: none;\n            transition: all 0.2s ease-out;\n            background-color: transparent; \/* Ensure label doesn't cover input text *\/\n        }\n\n        .form-group input:not(:placeholder-shown) + label,\n        .form-group input:focus + label,\n        .form-group textarea:not(:placeholder-shown) + label,\n        .form-group textarea:focus + label,\n        .form-group select:focus + label,\n        .form-group select:not([value=\"\"]) + label { \/* Handle select for floating label *\/\n            top: -0.75rem;\n            left: 0.75rem;\n            font-size: 0.8rem;\n            color: var(--form-label-active);\n            background: var(--form-field-bg);\n            padding: 0 0.5rem;\n            z-index: 10;\n        }\n\n        select option {\n            background: #1F2937; \/* Darker option background *\/\n            color: #E2E8F0; \/* Ensure option text is light *\/\n        }\n        \n        .form-submit-btn {\n            width: 100%;\n            padding: 1rem;\n            border: none;\n            font-weight: 700;\n            font-size: 1.125rem;\n            border-radius: 0.75rem;\n            background: var(--btn-gradient); \/* Reusing the main button gradient *\/\n            color: #1F2937;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n        }\n\n        .form-submit-btn:hover {\n            transform: translateY(-3px) scale(1.02);\n            box-shadow: var(--btn-hover-shadow);\n        }\n\n        .section-header {\n            font-size: clamp(2.5rem, 6vw, 3.5rem);\n            font-weight: 800;\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n\n        .grid-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n        }\n\n        .testimonial-card {\n            background: var(--card-bg);\n            border-radius: 1.5rem;\n            padding: 2rem;\n            box-shadow: var(--card-shadow);\n            transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);\n            border: 1px solid var(--card-border);\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n        }\n\n        .testimonial-card:hover {\n            transform: translateY(-0.75rem) scale(1.01);\n            box-shadow: var(--card-hover-shadow);\n        }\n\n        .testimonial-card p {\n            font-style: italic;\n            color: #CBD5E1;\n            margin-bottom: 1.5rem;\n        }\n\n        .testimonial-card h4 {\n            font-weight: 700;\n            color: #6EE7B7; \/* Teal for names *\/\n        }\n\n        \/* Thank You Modal Styles *\/\n        .modal-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: rgba(0, 0, 0, 0.7);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            z-index: 1000;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.3s ease, visibility 0.3s ease;\n        }\n\n        .modal-overlay.active {\n            opacity: 1;\n            visibility: visible;\n        }\n\n        .modal-content {\n            background: #1A1A1A;\n            padding: 2rem;\n            border-radius: 1rem;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n            max-width: 400px;\n            width: 90%;\n            transform: translateY(-20px);\n            opacity: 0;\n            transition: transform 0.3s ease, opacity 0.3s ease;\n            border: 1px solid #3B82F6;\n        }\n\n        .modal-overlay.active .modal-content {\n            transform: translateY(0);\n            opacity: 1;\n        }\n\n        .modal-content h3 {\n            font-size: 2rem;\n            font-weight: 700;\n            background: linear-gradient(90deg, #6EE7B7, #3B82F6);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            margin-bottom: 1rem;\n        }\n\n        .modal-content p {\n            color: #CBD5E1;\n            margin-bottom: 1.5rem;\n        }\n\n        .modal-close-btn {\n            background: linear-gradient(90deg, #FDBA74, #FB923C);\n            color: #1F2937;\n            font-weight: 700;\n            padding: 0.75rem 1.5rem;\n            border-radius: 0.5rem;\n            cursor: pointer;\n            transition: all 0.2s ease;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);\n        }\n\n        .modal-close-btn:hover {\n            transform: translateY(-2px);\n            opacity: 0.9;\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased\">\n    <div class=\"mx-auto px-4 py-16 md:py-24\">\n\n        <!-- Hero Section -->\n        <section class=\"text-center mb-20\">\n            <!-- Flaticon: Human Head Icon (user profile\/human element) -->\n            <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/9408\/9408422.png\" alt=\"Human Head Icon\" class=\"mx-auto mb-6 w-24 md:w-32 filter drop-shadow-[0_0_15px_rgba(110,231,183,0.8)] animate-pulse hero-element\" \/>\n            <h1 class=\"text-6xl md:text-8xl font-extrabold text-gradient-main leading-tight mb-6 hero-element drop-shadow-lg\">\n                Human-Centric Consulting Excellence\n            <\/h1>\n            <p class=\"text-xl md:text-2xl text-gray-300 max-w-5xl mx-auto leading-relaxed hero-element\">\n                Unlock your organization's true potential. We partner with you to navigate complex challenges, foster growth, and build exceptional teams, driven by human insight and strategic expertise.\n            <\/p>\n            <!-- The \"Request Talent Today\" button correctly links to the form section using its ID -->\n        <\/section>\n\n        <!-- Our Consulting Expertise Section -->\n        <section class=\"mb-20\">\n            <h2 class=\"section-header text-gradient-main\">Our Consulting Expertise<\/h2>\n            <div class=\"grid-container max-w-7xl mx-auto\">\n                <div class=\"card-base flex flex-col items-center text-center\">\n                    <!-- Flaticon: Strategic Advisory Icon (compass\/guidance) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/730\/730626.png\" alt=\"Strategic Advisory Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Strategic Advisory<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        Guiding leaders through digital transformation, market expansion, and organizational restructuring with clear vision.\n                    <\/p>\n                <\/div>\n                <div class=\"card-base flex flex-col items-center text-center\">\n                    <!-- Flaticon: Leadership Development Icon (person with growth\/upward arrow) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/3421\/3421597.png\" alt=\"Leadership Development Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Leadership Development<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        Empowering your management with cutting-edge skills in agile leadership, change management, and team dynamics.\n                    <\/p>\n                <\/div>\n                <div class=\"card-base flex flex-col items-center text-center\">\n                    <!-- Flaticon: Organizational Transformation Icon (gears with arrows for process change) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/1932\/1932599.png\" alt=\"Organizational Transformation Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Organizational Transformation<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        Streamlining workflows, fostering collaborative cultures, and optimizing operational efficiencies through human-centric design.\n                    <\/p>\n                <\/div>\n                <div class=\"card-base flex flex-col items-center text-center\">\n                    <!-- Flaticon: Talent Acquisition Consulting Icon (magnifying glass over person\/head) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/2354\/2354573.png\" alt=\"Talent Acquisition Consulting Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Talent Acquisition Consulting<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        Building robust talent pipelines, optimizing recruitment strategies, and securing top-tier professionals for your needs.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Our Human-Centric Approach Section -->\n        <section class=\"mb-20\">\n            <h2 class=\"section-header text-gradient-main\">Our Human-Centric Approach<\/h2>\n            <div class=\"grid-container max-w-6xl mx-auto md:grid-cols-2\">\n                <div class=\"card-base flex flex-col items-start p-6 text-left\">\n                    <!-- Flaticon: Collaboration Icon (handshake) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/2921\/2921200.png\" alt=\"Collaboration Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Deep Collaboration<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        We work side-by-side with your teams, embedding our experts to truly understand your unique challenges and opportunities.\n                    <\/p>\n                <\/div>\n                <div class=\"card-base flex flex-col items-start p-6 text-left\">\n                    <!-- Flaticon: Tailored Solutions Icon (puzzle piece fitting) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/2753\/2753173.png\" alt=\"Tailored Solutions Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Tailored Solutions<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        No one-size-fits-all. Our strategies are meticulously crafted to align with your specific organizational culture and goals.\n                    <\/p>\n                <\/div>\n                <div class=\"card-base flex flex-col items-start p-6 text-left\">\n                    <!-- Flaticon: Sustainable Growth Icon (plant growing\/graph) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/8361\/8361664.png\" alt=\"Sustainable Growth Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Sustainable Growth<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        We focus on building internal capabilities and transferring knowledge for long-term, self-sufficient success.\n                    <\/p>\n                <\/div>\n                <div class=\"card-base flex flex-col items-start p-6 text-left\">\n                    <!-- Flaticon: Continuous Feedback Icon (speech bubbles\/communication) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/942\/942007.png\" alt=\"Continuous Feedback Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Continuous Feedback<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        Our iterative process includes regular check-ins and adjustments, ensuring adaptability and optimal outcomes.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Talent Request Form Section - CRUCIAL ELEMENT -->\n        <section id=\"talent-request\" class=\"mb-20\">\n            <h2 class=\"section-header text-gradient-main\">Connect with Our Talent Specialists<\/h2>\n            <p class=\"text-lg md:text-xl text-gray-300 max-w-4xl mx-auto text-center mb-12\">\n                Tell us about your project's unique talent requirements. Our specialists will hand-pick and match you with top-tier human capital perfectly aligned with your vision.\n            <\/p>\n\n            <div class=\"form-section-card max-w-3xl mx-auto relative z-10\">\n                <h3 class=\"text-3xl font-extrabold text-gradient-secondary mb-8 text-center\">Submit Your Talent Request<\/h3>\n                <!-- Form action updated to mailto and onsubmit for modal -->\n                <form action=\"mailto:info@acclaimlogix.com?subject=Talent%20Request%20from%20Website\" method=\"POST\" enctype=\"text\/plain\" class=\"space-y-6\" onsubmit=\"showThankYouModal(event);\">\n                    <div class=\"form-group\">\n                        <input type=\"text\" id=\"role\" name=\"role\" placeholder=\" \" required class=\"w-full\">\n                        <label for=\"role\">Role You're Hiring For<\/label>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <input type=\"text\" id=\"background\" name=\"background\" placeholder=\" \" required class=\"w-full\">\n                        <label for=\"background\">Desired Industry \/ Domain Experience<\/label>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <select id=\"experience\" name=\"experience\" required class=\"w-full\">\n                            <option value=\"\" disabled selected hidden><\/option>\n                            <option value=\"1-3\">1\u20133 years<\/option>\n                            <option value=\"3-5\">3\u20135 years<\/option>\n                            <option value=\"5-8\">5\u20138 years<\/option>\n                            <option value=\"8+\">8+ years<\/option>\n                        <\/select>\n                        <label for=\"experience\">Years of Professional Experience<\/label>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <textarea id=\"skills\" name=\"skills\" rows=\"4\" placeholder=\" \" required class=\"w-full\"><\/textarea>\n                        <label for=\"skills\">Key Skills & Certifications Required<\/label>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <textarea id=\"notes\" name=\"notes\" rows=\"3\" placeholder=\" \" class=\"w-full\"><\/textarea>\n                        <label for=\"notes\">Additional Project Details (optional)<\/label>\n                    <\/div>\n\n                    <button type=\"submit\" class=\"form-submit-btn\">\n                        Submit Talent Request\n                    <\/button>\n                <\/form>\n            <\/div>\n        <\/section>\n\n        <!-- Client Success Stories Section -->\n        <section class=\"mb-20\">\n            <h2 class=\"section-header text-gradient-main\">Success Stories: Human Impact in Action<\/h2>\n            <div class=\"grid-container max-w-6xl mx-auto md:grid-cols-3\">\n                <div class=\"testimonial-card\">\n                    <p class=\"text-lg\">\n                        \"AcclaimLogix didn't just provide solutions; they transformed our entire team's approach. Their human-centric guidance led to a **25% increase in team productivity** and morale.\"\n                    <\/p>\n                    <h4 class=\"text-xl font-bold\">- Sarah Chen, Head of Product, InnovateX Corp<\/h4>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <p class=\"text-lg\">\n                        \"The strategic advisory from AcclaimLogix was instrumental in our recent market expansion. Their insights, delivered with deep understanding, were invaluable.\"\n                    <\/p>\n                    <h4 class=\"text-xl font-bold\">- David Lee, CEO, Global Ventures Ltd.<\/h4>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <p class=\"text-lg\">\n                        \"Finding the right talent used to be a challenge. AcclaimLogix connected us with exceptional professionals who seamlessly integrated and contributed from day one.\"\n                    <\/p>\n                    <h4 class=\"text-xl font-bold\">- Emily White, HR Director, FutureTech Solutions<\/h4>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Why Choose AcclaimLogix Section -->\n        <section class=\"mb-20\">\n            <h2 class=\"section-header text-gradient-main\">Why Choose AcclaimLogix<\/h2>\n            <div class=\"grid-container max-w-7xl mx-auto md:grid-cols-2 lg:grid-cols-4\">\n                <div class=\"card-base flex flex-col items-center text-center\">\n                    <!-- Flaticon: Deep Expertise Icon (brain\/knowledge) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/9079\/9079555.png\" alt=\"Deep Expertise Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Deep Expertise<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        Years of hands-on experience across diverse industries, translating into actionable strategies.\n                    <\/p>\n                <\/div>\n                <div class=\"card-base flex flex-col items-center text-center\">\n                    <!-- Flaticon: Tailored Solutions Icon (puzzle piece) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/7798\/7798547.png\" alt=\"Tailored Solutions Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Tailored Solutions<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        Strategies meticulously crafted to fit your unique business context and organizational culture.\n                    <\/p>\n                <\/div>\n                <div class=\"card-base flex flex-col items-center text-center\">\n                    <!-- Flaticon: Unwavering Support Icon (helping hands) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/679\/679796.png\" alt=\"Unwavering Support Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Unwavering Support<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        We're with you every step of the way, ensuring seamless implementation and sustainable results.\n                    <\/p>\n                <\/div>\n                <div class=\"card-base flex flex-col items-center text-center\">\n                    <!-- Flaticon: Measurable Results Icon (chart\/growth) -->\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/2387\/2387799.png\" alt=\"Measurable Results Icon\" class=\"w-16 h-16 mb-4 card-icon\" \/>\n                    <h3 class=\"text-2xl font-bold text-gradient-secondary mb-2\">Measurable Results<\/h3>\n                    <p class=\"text-gray-400 text-base\">\n                        Our focus is on delivering concrete, quantifiable outcomes that drive your business forward.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Final Call to Action -->\n        <section id=\"connect\" class=\"text-center mb-12\">\n            <div class=\"form-section-card max-w-3xl mx-auto p-8 border-none\" style=\"background: rgba(10,10,10,0.8); box-shadow: 0 0 30px rgba(59, 130, 246, 0.1), 0 0 60px rgba(59, 130, 246, 0.05);\">\n                <h2 class=\"text-4xl md:text-5xl font-extrabold text-gradient-main mb-6\">\n                    Ready to Transform Your Workforce?\n                <\/h2>\n                <p class=\"text-lg md:text-xl text-gray-300 max-w-2xl mx-auto mb-8\">\n                    Let's discuss how our human-centric consulting can empower your organization and secure the talent you need.\n                <\/p>\n                <!-- \"Contact Our Experts\" button now redirects to the specified URL -->\n                <a href=\"https:\/\/acclaimlogix.com\/wpalpress\/get-in-touch-page\/\" class=\"btn-custom\">Contact Our Experts<\/a>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n    <!-- Thank You Modal Structure -->\n    <div id=\"thankYouModal\" class=\"modal-overlay\">\n        <div class=\"modal-content\">\n            <h3>Thank You!<\/h3>\n            <p>Your talent request has been successfully submitted. Our specialists will be in touch shortly to discuss your needs.<\/p>\n            <button class=\"modal-close-btn\" onclick=\"closeThankYouModal()\">Close<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Function to show the custom Thank You modal\n        function showThankYouModal(event) {\n            \/\/ Prevent the default form submission to handle it via JS\n            event.preventDefault(); \n            const modal = document.getElementById('thankYouModal');\n            modal.classList.add('active'); \/\/ Activate the modal\n        }\n\n        \/\/ Function to close the custom Thank You modal\n        function closeThankYouModal() {\n            const modal = document.getElementById('thankYouModal');\n            modal.classList.remove('active'); \/\/ Deactivate the modal\n            \/\/ Optionally, you can reset the form here if needed\n            document.querySelector('#talent-request form').reset();\n        }\n\n        \/\/ Handle the mailto form submission:\n        \/\/ The form's `action=\"mailto:...\"` and `method=\"POST\"` combined with `enctype=\"text\/plain\"`\n        \/\/ will attempt to open the user's default email client.\n        \/\/ The `onsubmit=\"showThankYouModal(event);\"` will show the modal.\n        \/\/ The `event.preventDefault()` inside `showThankYouModal` will stop the browser from trying\n        \/\/ to fully navigate to the mailto link immediately, allowing the modal to appear.\n        \/\/ The content of the form will be sent as plain text in the email client.\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\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>Human-Centric Consulting &#038; Talent | AcclaimLogix Human-Centric Consulting Excellence Unlock your organization&#8217;s true potential. We partner with you to navigate [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2603","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/acclaimlogix.com\/wpalpress\/wp-json\/wp\/v2\/pages\/2603","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acclaimlogix.com\/wpalpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acclaimlogix.com\/wpalpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acclaimlogix.com\/wpalpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acclaimlogix.com\/wpalpress\/wp-json\/wp\/v2\/comments?post=2603"}],"version-history":[{"count":13,"href":"https:\/\/acclaimlogix.com\/wpalpress\/wp-json\/wp\/v2\/pages\/2603\/revisions"}],"predecessor-version":[{"id":2691,"href":"https:\/\/acclaimlogix.com\/wpalpress\/wp-json\/wp\/v2\/pages\/2603\/revisions\/2691"}],"wp:attachment":[{"href":"https:\/\/acclaimlogix.com\/wpalpress\/wp-json\/wp\/v2\/media?parent=2603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}