{"id":12,"date":"2025-05-23T07:53:56","date_gmt":"2025-05-23T07:53:56","guid":{"rendered":"https:\/\/accenturegroup.co.ke\/?page_id=12"},"modified":"2025-05-24T10:00:43","modified_gmt":"2025-05-24T10:00:43","slug":"services","status":"publish","type":"page","link":"https:\/\/accenturegroup.co.ke\/?page_id=12","title":{"rendered":"SERVICES"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12\" class=\"elementor elementor-12\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af7f686 e-con-full e-flex e-con e-parent\" data-id=\"af7f686\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c7df2 elementor-widget elementor-widget-html\" data-id=\"51c7df2\" 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>\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>Our Services - Accenture Group Ltd<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Arial', sans-serif;\r\n            line-height: 1.6;\r\n            color: #333;\r\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Header *\/\r\n        .header {\r\n            background: linear-gradient(135deg, #1a5f3f 0%, #2d8f5f 100%);\r\n            color: white;\r\n            padding: 1rem 0;\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 1000;\r\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .nav {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n        }\r\n\r\n        .logo {\r\n            font-size: 1.8rem;\r\n            font-weight: bold;\r\n            color: white;\r\n            text-decoration: none;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .nav-links {\r\n            display: flex;\r\n            list-style: none;\r\n            gap: 2rem;\r\n        }\r\n\r\n        .nav-links a {\r\n            color: white;\r\n            text-decoration: none;\r\n            font-weight: 500;\r\n            transition: color 0.3s ease;\r\n            position: relative;\r\n        }\r\n\r\n        .nav-links a:hover {\r\n            color: #dc2626;\r\n        }\r\n\r\n        .nav-links a.active {\r\n            color: #dc2626;\r\n        }\r\n\r\n        .nav-links a::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -5px;\r\n            left: 0;\r\n            width: 0;\r\n            height: 2px;\r\n            background: #dc2626;\r\n            transition: width 0.3s ease;\r\n        }\r\n\r\n        .nav-links a:hover::after,\r\n        .nav-links a.active::after {\r\n            width: 100%;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero {\r\n            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),\r\n                        url('https:\/\/images.unsplash.com\/photo-1558618666-fcd25c85cd64?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');\r\n            background-size: cover;\r\n            background-position: center;\r\n            color: white;\r\n            text-align: center;\r\n            padding: 120px 0 80px;\r\n            position: relative;\r\n        }\r\n\r\n        .hero::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(45deg, rgba(26, 95, 63, 0.8), rgba(220, 38, 38, 0.6));\r\n        }\r\n\r\n        .hero-content {\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-size: 3.5rem;\r\n            margin-bottom: 1rem;\r\n            animation: fadeInUp 1s ease-out;\r\n        }\r\n\r\n        .hero p {\r\n            font-size: 1.3rem;\r\n            margin-bottom: 2rem;\r\n            animation: fadeInUp 1s ease-out 0.3s both;\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        \/* Services Navigation *\/\r\n        .services-nav {\r\n            background: white;\r\n            padding: 2rem 0;\r\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\r\n            margin-bottom: 3rem;\r\n        }\r\n\r\n        .services-nav-list {\r\n            display: flex;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n            gap: 2rem;\r\n            list-style: none;\r\n        }\r\n\r\n        .services-nav-list a {\r\n            color: #1a5f3f;\r\n            text-decoration: none;\r\n            font-weight: 500;\r\n            padding: 0.5rem 1rem;\r\n            border-radius: 25px;\r\n            transition: all 0.3s ease;\r\n            border: 2px solid transparent;\r\n        }\r\n\r\n        .services-nav-list a:hover {\r\n            background: #1a5f3f;\r\n            color: white;\r\n            border-color: #1a5f3f;\r\n        }\r\n\r\n        \/* Services Grid *\/\r\n        .services-section {\r\n            padding: 80px 0;\r\n        }\r\n\r\n        .services-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 2.5rem;\r\n            margin-top: 3rem;\r\n        }\r\n\r\n        .service-card {\r\n            background: white;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);\r\n            transition: all 0.5s ease;\r\n            position: relative;\r\n            height: 400px;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .service-card::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, #1a5f3f, #dc2626);\r\n            opacity: 0;\r\n            transition: opacity 0.5s ease;\r\n            z-index: 1;\r\n        }\r\n\r\n        .service-card:hover::before {\r\n            opacity: 0.9;\r\n        }\r\n\r\n        .service-card:hover {\r\n            transform: translateY(-15px) scale(1.02);\r\n            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);\r\n        }\r\n\r\n        .service-header {\r\n            padding: 2rem;\r\n            text-align: center;\r\n            position: relative;\r\n            z-index: 2;\r\n            transition: all 0.5s ease;\r\n        }\r\n\r\n        .service-icon {\r\n            font-size: 4rem;\r\n            color: #1a5f3f;\r\n            margin-bottom: 1rem;\r\n            transition: all 0.5s ease;\r\n        }\r\n\r\n        .service-card:hover .service-icon {\r\n            color: white;\r\n            transform: scale(1.2);\r\n        }\r\n\r\n        .service-header h3 {\r\n            font-size: 1.6rem;\r\n            margin-bottom: 1rem;\r\n            color: #333;\r\n            transition: color 0.5s ease;\r\n        }\r\n\r\n        .service-card:hover .service-header h3 {\r\n            color: white;\r\n        }\r\n\r\n        .service-brief {\r\n            color: #666;\r\n            font-size: 1rem;\r\n            transition: color 0.5s ease;\r\n        }\r\n\r\n        .service-card:hover .service-brief {\r\n            color: rgba(255, 255, 255, 0.9);\r\n        }\r\n\r\n        .service-details {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            padding: 2rem;\r\n            color: white;\r\n            opacity: 0;\r\n            transform: translateY(20px);\r\n            transition: all 0.5s ease;\r\n            z-index: 3;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: center;\r\n        }\r\n\r\n        .service-card:hover .service-details {\r\n            opacity: 1;\r\n            transform: translateY(0);\r\n        }\r\n\r\n        .service-details h4 {\r\n            font-size: 1.4rem;\r\n            margin-bottom: 1rem;\r\n            color: white;\r\n        }\r\n\r\n        .service-features {\r\n            list-style: none;\r\n            margin: 1rem 0;\r\n        }\r\n\r\n        .service-features li {\r\n            padding: 0.3rem 0;\r\n            padding-left: 1.5rem;\r\n            position: relative;\r\n        }\r\n\r\n        .service-features li::before {\r\n            content: '\u2713';\r\n            position: absolute;\r\n            left: 0;\r\n            color: #4ade80;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .service-cta {\r\n            margin-top: 1.5rem;\r\n        }\r\n\r\n        .cta-btn {\r\n            background: rgba(255, 255, 255, 0.2);\r\n            color: white;\r\n            border: 2px solid white;\r\n            padding: 0.8rem 1.5rem;\r\n            border-radius: 25px;\r\n            text-decoration: none;\r\n            font-weight: bold;\r\n            transition: all 0.3s ease;\r\n            display: inline-block;\r\n        }\r\n\r\n        .cta-btn:hover {\r\n            background: white;\r\n            color: #1a5f3f;\r\n        }\r\n\r\n        \/* Specialty Services *\/\r\n        .specialty-services {\r\n            background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);\r\n            color: white;\r\n            padding: 80px 0;\r\n            margin-top: 4rem;\r\n        }\r\n\r\n        .specialty-services h2 {\r\n            text-align: center;\r\n            font-size: 2.5rem;\r\n            margin-bottom: 3rem;\r\n            color: white;\r\n        }\r\n\r\n        .specialty-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 2rem;\r\n        }\r\n\r\n        .specialty-card {\r\n            background: rgba(26, 95, 63, 0.1);\r\n            padding: 2rem;\r\n            border-radius: 15px;\r\n            border: 1px solid rgba(255, 255, 255, 0.1);\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .specialty-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -50%;\r\n            left: -50%;\r\n            width: 200%;\r\n            height: 200%;\r\n            background: linear-gradient(45deg, transparent, rgba(220, 38, 38, 0.1), transparent);\r\n            transition: transform 0.6s ease;\r\n            transform: rotate(45deg) translateX(-100%);\r\n        }\r\n\r\n        .specialty-card:hover::before {\r\n            transform: rotate(45deg) translateX(100%);\r\n        }\r\n\r\n        .specialty-card:hover {\r\n            transform: translateY(-10px);\r\n            border-color: #dc2626;\r\n            box-shadow: 0 20px 40px rgba(220, 38, 38, 0.2);\r\n        }\r\n\r\n        .specialty-icon {\r\n            font-size: 3rem;\r\n            color: #dc2626;\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .specialty-card h4 {\r\n            font-size: 1.3rem;\r\n            margin-bottom: 1rem;\r\n            color: white;\r\n        }\r\n\r\n        .specialty-card p {\r\n            color: rgba(255, 255, 255, 0.8);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Contact CTA *\/\r\n        .contact-cta {\r\n            background: linear-gradient(135deg, #1a5f3f 0%, #2d8f5f 100%);\r\n            color: white;\r\n            text-align: center;\r\n            padding: 4rem 2rem;\r\n        }\r\n\r\n        .contact-cta h2 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .contact-cta p {\r\n            font-size: 1.2rem;\r\n            margin-bottom: 2rem;\r\n        }\r\n\r\n        .contact-info {\r\n            display: flex;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n            gap: 2rem;\r\n            margin-top: 2rem;\r\n        }\r\n\r\n        .contact-item {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 0.5rem;\r\n            background: rgba(255, 255, 255, 0.1);\r\n            padding: 1rem 1.5rem;\r\n            border-radius: 25px;\r\n            backdrop-filter: blur(10px);\r\n        }\r\n\r\n        .contact-icon {\r\n            font-size: 1.2rem;\r\n            color: #dc2626;\r\n        }\r\n\r\n        \/* Footer *\/\r\n        .footer {\r\n            background: #000;\r\n            color: white;\r\n            text-align: center;\r\n            padding: 2rem 0;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .nav-links {\r\n                display: none;\r\n            }\r\n            \r\n            .hero h1 {\r\n                font-size: 2.5rem;\r\n            }\r\n            \r\n            .services-nav-list {\r\n                flex-direction: column;\r\n                align-items: center;\r\n                gap: 1rem;\r\n            }\r\n            \r\n            .services-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 2rem;\r\n            }\r\n            \r\n            .service-card {\r\n                height: 350px;\r\n            }\r\n            \r\n            .contact-info {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n            \r\n            .specialty-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n                <\/ul>\r\n            <\/nav>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"container\">\r\n            <div class=\"hero-content\">\r\n                <h1>Our Security Services<\/h1>\r\n                <p>Comprehensive security solutions tailored to protect what matters most to you<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Services Navigation -->\r\n    <section class=\"services-nav\">\r\n        <div class=\"container\">\r\n            <ul class=\"services-nav-list\">\r\n                <li><a href=\"#residential\">Residential<\/a><\/li>\r\n                <li><a href=\"#corporate\">Corporate<\/a><\/li>\r\n                <li><a href=\"#technology\">Technology<\/a><\/li>\r\n                <li><a href=\"#specialized\">Specialized<\/a><\/li>\r\n                <li><a href=\"#consulting\">Consulting<\/a><\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Main Services -->\r\n    <section class=\"services-section\" id=\"main-services\">\r\n        <div class=\"container\">\r\n            <div class=\"services-grid\">\r\n                <!-- Home Security Guards -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-header\">\r\n                        <div class=\"service-icon\">\ud83c\udfe0<\/div>\r\n                        <h3>Home Security Guards<\/h3>\r\n                        <p class=\"service-brief\">Professional residential security personnel for your home and family protection.<\/p>\r\n                    <\/div>\r\n                    <div class=\"service-details\">\r\n                        <h4>Residential Security Services<\/h4>\r\n                        <ul class=\"service-features\">\r\n                            <li>24\/7 trained security guards<\/li>\r\n                            <li>Perimeter patrol and monitoring<\/li>\r\n                            <li>Visitor screening and access control<\/li>\r\n                            <li>Emergency response protocols<\/li>\r\n                            <li>Regular security reports<\/li>\r\n                            <li>Uniformed and armed personnel<\/li>\r\n                            <li>Family safety consultation<\/li>\r\n                        <\/ul>\r\n                        <div class=\"service-cta\">\r\n                            <a href=\"#contact\" class=\"cta-btn\">Secure Your Home<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Corporate Security -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-header\">\r\n                        <div class=\"service-icon\">\ud83c\udfe2<\/div>\r\n                        <h3>Corporate Security<\/h3>\r\n                        <p class=\"service-brief\">Comprehensive business security solutions for offices and commercial facilities.<\/p>\r\n                    <\/div>\r\n                    <div class=\"service-details\">\r\n                        <h4>Business Protection Services<\/h4>\r\n                        <ul class=\"service-features\">\r\n                            <li>Office building security<\/li>\r\n                            <li>Employee and asset protection<\/li>\r\n                            <li>Reception and lobby management<\/li>\r\n                            <li>After-hours security monitoring<\/li>\r\n                            <li>Industrial facility protection<\/li>\r\n                            <li>Loss prevention strategies<\/li>\r\n                            <li>Corporate event security<\/li>\r\n                        <\/ul>\r\n                        <div class=\"service-cta\">\r\n                            <a href=\"#contact\" class=\"cta-btn\">Protect Your Business<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- CCTV Surveillance -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-header\">\r\n                        <div class=\"service-icon\">\ud83d\udcf9<\/div>\r\n                        <h3>CCTV Surveillance<\/h3>\r\n                        <p class=\"service-brief\">Advanced surveillance systems with remote monitoring capabilities.<\/p>\r\n                    <\/div>\r\n                    <div class=\"service-details\">\r\n                        <h4>Video Surveillance Solutions<\/h4>\r\n                        <ul class=\"service-features\">\r\n                            <li>HD and 4K camera systems<\/li>\r\n                            <li>Remote monitoring and alerts<\/li>\r\n                            <li>Night vision capabilities<\/li>\r\n                            <li>Mobile app access<\/li>\r\n                            <li>Cloud storage options<\/li>\r\n                            <li>Motion detection technology<\/li>\r\n                            <li>Professional installation<\/li>\r\n                        <\/ul>\r\n                        <div class=\"service-cta\">\r\n                            <a href=\"#contact\" class=\"cta-btn\">Install CCTV<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Alarm Systems -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-header\">\r\n                        <div class=\"service-icon\">\ud83d\udea8<\/div>\r\n                        <h3>Alarm Systems<\/h3>\r\n                        <p class=\"service-brief\">Smart alarm systems with instant notifications and emergency response.<\/p>\r\n                    <\/div>\r\n                    <div class=\"service-details\">\r\n                        <h4>Intelligent Alarm Solutions<\/h4>\r\n                        <ul class=\"service-features\">\r\n                            <li>Burglar and intrusion alarms<\/li>\r\n                            <li>Fire and smoke detection<\/li>\r\n                            <li>Panic button systems<\/li>\r\n                            <li>Mobile notifications<\/li>\r\n                            <li>Central monitoring station<\/li>\r\n                            <li>Emergency response dispatch<\/li>\r\n                            <li>Smart home integration<\/li>\r\n                        <\/ul>\r\n                        <div class=\"service-cta\">\r\n                            <a href=\"#contact\" class=\"cta-btn\">Install Alarms<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Access Control -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-header\">\r\n                        <div class=\"service-icon\">\ud83d\udd10<\/div>\r\n                        <h3>Access Control<\/h3>\r\n                        <p class=\"service-brief\">Modern access control systems including biometric and smart card solutions.<\/p>\r\n                    <\/div>\r\n                    <div class=\"service-details\">\r\n                        <h4>Access Management Systems<\/h4>\r\n                        <ul class=\"service-features\">\r\n                            <li>Biometric fingerprint readers<\/li>\r\n                            <li>Key card access systems<\/li>\r\n                            <li>Smart lock technology<\/li>\r\n                            <li>Visitor management systems<\/li>\r\n                            <li>Time-based access control<\/li>\r\n                            <li>Multi-level authorization<\/li>\r\n                            <li>Audit trail reporting<\/li>\r\n                        <\/ul>\r\n                        <div class=\"service-cta\">\r\n                            <a href=\"#contact\" class=\"cta-btn\">Control Access<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Mobile Patrols -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-header\">\r\n                        <div class=\"service-icon\">\ud83d\ude97<\/div>\r\n                        <h3>Mobile Patrols<\/h3>\r\n                        <p class=\"service-brief\">Dynamic patrol services covering large areas and multiple locations.<\/p>\r\n                    <\/div>\r\n                    <div class=\"service-details\">\r\n                        <h4>Mobile Security Patrols<\/h4>\r\n                        <ul class=\"service-features\">\r\n                            <li>Scheduled and random patrols<\/li>\r\n                            <li>Multi-site security coverage<\/li>\r\n                            <li>Rapid emergency response<\/li>\r\n                            <li>GPS tracking and reporting<\/li>\r\n                            <li>Key holding services<\/li>\r\n                            <li>Alarm response teams<\/li>\r\n                            <li>Incident investigation<\/li>\r\n                        <\/ul>\r\n                        <div class=\"service-cta\">\r\n                            <a href=\"#contact\" class=\"cta-btn\">Request Patrol<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Risk Assessment -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-header\">\r\n                        <div class=\"service-icon\">\ud83d\udccb<\/div>\r\n                        <h3>Risk Assessment<\/h3>\r\n                        <p class=\"service-brief\">Comprehensive security assessments and consulting services.<\/p>\r\n                    <\/div>\r\n                    <div class=\"service-details\">\r\n                        <h4>Security Risk Analysis<\/h4>\r\n                        <ul class=\"service-features\">\r\n                            <li>Vulnerability assessments<\/li>\r\n                            <li>Threat analysis and profiling<\/li>\r\n                            <li>Security policy development<\/li>\r\n                            <li>Risk mitigation strategies<\/li>\r\n                            <li>Compliance auditing<\/li>\r\n                            <li>Emergency preparedness plans<\/li>\r\n                            <li>Security training programs<\/li>\r\n                        <\/ul>\r\n                        <div class=\"service-cta\">\r\n                            <a href=\"#contact\" class=\"cta-btn\">Assess Risks<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- VIP Protection -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-header\">\r\n                        <div class=\"service-icon\">\ud83d\udc64<\/div>\r\n                        <h3>VIP Protection<\/h3>\r\n                        <p class=\"service-brief\">Discreet personal protection services for high-profile individuals.<\/p>\r\n                    <\/div>\r\n                    <div class=\"service-details\">\r\n                        <h4>Executive Protection Services<\/h4>\r\n                        <ul class=\"service-features\">\r\n                            <li>Personal bodyguard services<\/li>\r\n                            <li>Executive transportation security<\/li>\r\n                            <li>Event security planning<\/li>\r\n                            <li>Threat assessment and monitoring<\/li>\r\n                            <li>Residential security details<\/li>\r\n                            <li>Travel security arrangements<\/li>\r\n                            <li>Confidential protection protocols<\/li>\r\n                        <\/ul>\r\n                        <div class=\"service-cta\">\r\n                            <a href=\"#contact\" class=\"cta-btn\">Private Protection<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Specialty Services -->\r\n    <section class=\"specialty-services\">\r\n        <div class=\"container\">\r\n            <h2>Specialized Security Solutions<\/h2>\r\n            <div class=\"specialty-grid\">\r\n                <div class=\"specialty-card\">\r\n                    <div class=\"specialty-icon\">\ud83c\udfed<\/div>\r\n                    <h4>Industrial Security<\/h4>\r\n                    <p>Specialized security for manufacturing plants, warehouses, and industrial facilities with focus on asset protection, safety compliance, and operational security.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"specialty-card\">\r\n                    <div class=\"specialty-icon\">\ud83c\udfaf<\/div>\r\n                    <h4>Event Security<\/h4>\r\n                    <p>Professional security management for conferences, corporate events, exhibitions, and special occasions with crowd control and VIP protection.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"specialty-card\">\r\n                    <div class=\"specialty-icon\">\ud83d\ude9a<\/div>\r\n                    <h4>Cash Transit<\/h4>\r\n                    <p>Secure transportation of valuables, cash, and sensitive documents with armored vehicles and highly trained security escorts.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"specialty-card\">\r\n                    <div class=\"specialty-icon\">\ud83c\udfe5<\/div>\r\n                    <h4>Healthcare Security<\/h4>\r\n                    <p>Specialized security services for hospitals, clinics, and healthcare facilities ensuring patient safety and staff protection.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"specialty-card\">\r\n                    <div class=\"specialty-icon\">\ud83c\udfea<\/div>\r\n                    <h4>Retail Security<\/h4>\r\n                    <p>Loss prevention and retail security services including surveillance, shoplifting prevention, and customer safety management.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"specialty-card\">\r\n                    <div class=\"specialty-icon\">\u26a1<\/div>\r\n                    <h4>Emergency Response<\/h4>\r\n                    <p>24\/7 emergency response services with rapid deployment teams and crisis management protocols for immediate security needs.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact CTA -->\r\n    <section class=\"contact-cta\" id=\"contact\">\r\n        <div class=\"container\">\r\n            <h2>Ready to Secure Your Property?<\/h2>\r\n            <p>Contact us today for a free security consultation and customized protection plan<\/p>\r\n            \r\n            <div class=\"contact-info\">\r\n                <div class=\"contact-item\">\r\n                    <span class=\"contact-icon\">\ud83d\udce7<\/span>\r\n                    <span>info@accenturegroup.co.ke<\/span>\r\n                <\/div>\r\n                <div class=\"contact-item\">\r\n                    <span class=\"contact-icon\">\ud83d\udcde<\/span>\r\n                    <span>020-2028020<\/span>\r\n                <\/div>\r\n                <div class=\"contact-item\">\r\n                    <span class=\"contact-icon\">\ud83d\udcf1<\/span>\r\n                    <span>+254 724 263 222<\/span>\r\n                <\/div>\r\n                <div class=\"contact-item\">\r\n                    <span class=\"contact-icon\">\ud83d\udcde<\/span>\r\n                    <span>0733 197 650<\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Footer -->\r\n    <footer class=\"footer\">\r\n        <div class=\"container\">\r\n            <p>&copy; 2024 Accenture Group Ltd. All rights reserved. | Premier Security Services in Kenya<\/p>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <script>\r\n        \/\/ Smooth scrolling for navigation links\r\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n            anchor.addEventListener('click', function (e) {\r\n                e.preventDefault();\r\n                const target = document.querySelector(this.getAttribute('href'));\r\n                if (target) {\r\n                    target.scrollIntoView({\r\n                        behavior: 'smooth',\r\n                        block: 'start'\r\n                    });\r\n                }\r\n            });\r\n        });\r\n\r\n        \/\/ Add scroll effect to header\r\n        window.addEventListener('scroll', function() {\r\n            const header = document.querySelector('.header');\r\n            if (window.scrollY > 100) {\r\n                header.style.background = 'rgba(26, 95, 63, 0.95)';\r\n                header.style.backdropFilter = 'blur(10px)';\r\n            } else {\r\n                header.style.background = 'linear-gradient(135deg, #1a5f3f 0%, #2d8f5f 100%)';\r\n                header.style.backdropFilter = 'none';\r\n            }\r\n        });\r\n\r\n        \/\/ Animate service cards on scroll\r\n        const observerOptions = {\r\n            threshold: 0.1,\r\n            rootMargin: '0px 0px -50px 0px'\r\n        };\r\n\r\n        const observer = new IntersectionObserver(function(entries) {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.style.opacity = '1';\r\n                    entry.target.style.transform = 'translateY(0)';\r\n                }\r\n            });\r\n        }, observerOptions);\r\n\r\n        \/\/ Observe all service cards\r\n        document.querySelectorAll('.service-card, .specialty-card').forEach(card => {\r\n            card.style.opacity = '0';\r\n            card.style.transform = 'translateY(30px)';\r\n            card.style.transition = 'all 0.6s ease';\r\n            observer.observe(card);\r\n        });\r\n\r\n        \/\/ Add click functionality to service cards for mobile\r\n        document.querySelectorAll('.service-card').forEach(card => {\r\n            card.addEventListener('click', function() {\r\n                if (window.innerWidth <= 768) {\r\n                    this.classList.toggle('mobile-active');\r\n                }\r\n            });\r\n        });\r\n\r\n        \/\/ Mobile responsiveness for hover effects\r\n        if (window.innerWidth <= 768) {\r\n            const style = document.createElement('style');\r\n            style.textContent = `\r\n                .service-card.mobile-active::before {\r\n                    opacity: 0.9;\r\n                }\r\n                .service-card.mobile-active .service-details {\r\n                    opacity: 1;\r\n                    transform: translateY(0);\r\n                }\r\n                .service-card.mobile-active .service-icon {\r\n                    color: white;\r\n                    transform: scale(1.2);\r\n                }\r\n                .service-card.mobile-active .service-header h3,\r\n                .service-card.mobile-active .service-brief {\r\n                    color: white;\r\n                }\r\n            `;\r\n            document.head.appendChild(style);\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\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 &#8211; Accenture Group Ltd Our Security Services Comprehensive security solutions tailored to protect what matters most to you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"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-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/accenturegroup.co.ke\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accenturegroup.co.ke\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/accenturegroup.co.ke\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/accenturegroup.co.ke\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accenturegroup.co.ke\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":4,"href":"https:\/\/accenturegroup.co.ke\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":72,"href":"https:\/\/accenturegroup.co.ke\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/72"}],"wp:attachment":[{"href":"https:\/\/accenturegroup.co.ke\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}