{"id":968,"date":"2025-04-08T12:59:15","date_gmt":"2025-04-08T11:59:15","guid":{"rendered":"https:\/\/apagroup.co.za\/?page_id=968"},"modified":"2025-04-10T13:55:25","modified_gmt":"2025-04-10T12:55:25","slug":"cyber-security","status":"publish","type":"page","link":"https:\/\/apagroup.co.za\/en\/cyber-security\/","title":{"rendered":"Imani I.T"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"968\" class=\"elementor elementor-968\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24f4030 e-flex e-con-boxed e-con e-parent\" data-id=\"24f4030\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15ad1299 e-flex e-con-boxed e-con e-parent\" data-id=\"15ad1299\" 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-3dd652ac elementor-widget elementor-widget-html\" data-id=\"3dd652ac\" 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>Imani Nguvu | Cybersecurity Solutions<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        :root {\r\n            --primary: #693104;\r\n            --primary-light: #8c4511;\r\n            --primary-dark: #4a2200;\r\n            --accent: #d35400;\r\n            --light: #f5ebdf;\r\n            --dark: #1a120b;\r\n        }\r\n        \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: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            color: var(--dark);\r\n            background-color: white;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        \/* Hero Section *\/\r\n        .hero {\r\n            background: linear-gradient(rgba(26, 18, 11, 0.8), rgba(26, 18, 11, 0.8)), url('https:\/\/images.unsplash.com\/photo-1563986768609-322da13575f3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center\/cover;\r\n            padding: 6rem 2rem;\r\n            color: white;\r\n        }\r\n        \r\n        .hero-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .hero-content {\r\n            max-width: 600px;\r\n            animation: fadeInUp 1s ease-out;\r\n        }\r\n        \r\n        .hero h1 {\r\n            font-size: 3rem;\r\n            margin-bottom: 1.5rem;\r\n            line-height: 1.2;\r\n            color: var(--light);\r\n        }\r\n        \r\n        .hero p {\r\n            font-size: 1.2rem;\r\n            margin-bottom: 2rem;\r\n            color: rgba(245, 235, 223, 0.9);\r\n        }\r\n        \r\n        .btn {\r\n            display: inline-block;\r\n            padding: 0.8rem 2rem;\r\n            background-color: var(--accent);\r\n            color: white;\r\n            border-radius: 4px;\r\n            text-decoration: none;\r\n            font-weight: 500;\r\n            transition: all 0.3s;\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n        \r\n        .btn:hover {\r\n            background-color: var(--primary-light);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\r\n        }\r\n        \r\n        \/* Services Section *\/\r\n        .services {\r\n            padding: 5rem 2rem;\r\n            background-color: var(--light);\r\n        }\r\n        \r\n        .section-title {\r\n            text-align: center;\r\n            margin-bottom: 3rem;\r\n        }\r\n        \r\n        .section-title h2 {\r\n            font-size: 2.5rem;\r\n            color: var(--primary);\r\n            margin-bottom: 1rem;\r\n        }\r\n        \r\n        .section-title p {\r\n            color: var(--primary-dark);\r\n            max-width: 700px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .services-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 2rem;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .service-card {\r\n            background-color: white;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\r\n            transition: all 0.3s;\r\n            border-top: 4px solid var(--primary);\r\n        }\r\n        \r\n        .service-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\r\n        }\r\n        \r\n        .service-img {\r\n            height: 200px;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .service-img img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.5s;\r\n        }\r\n        \r\n        .service-card:hover .service-img img {\r\n            transform: scale(1.1);\r\n        }\r\n        \r\n        .service-content {\r\n            padding: 1.5rem;\r\n        }\r\n        \r\n        .service-content h3 {\r\n            font-size: 1.5rem;\r\n            margin-bottom: 1rem;\r\n            color: var(--primary);\r\n        }\r\n        \r\n        .service-content p {\r\n            margin-bottom: 1.5rem;\r\n            color: #666;\r\n        }\r\n        \r\n        \/* About Section *\/\r\n        .about {\r\n            padding: 5rem 2rem;\r\n            background-color: white;\r\n        }\r\n        \r\n        .about-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 3rem;\r\n            align-items: center;\r\n        }\r\n        \r\n        .about-img {\r\n            position: relative;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\r\n        }\r\n        \r\n        .about-img img {\r\n            width: 100%;\r\n            height: auto;\r\n            display: block;\r\n        }\r\n        \r\n        .about-content {\r\n            animation: fadeInRight 1s ease-out;\r\n        }\r\n        \r\n        .about-content h2 {\r\n            font-size: 2.5rem;\r\n            color: var(--primary);\r\n            margin-bottom: 1.5rem;\r\n        }\r\n        \r\n        .about-content p {\r\n            margin-bottom: 1.5rem;\r\n            color: #666;\r\n        }\r\n        \r\n        \/* Contact CTA *\/\r\n        .contact-cta {\r\n            padding: 4rem 2rem;\r\n            background-color: var(--primary-dark);\r\n            color: white;\r\n            text-align: center;\r\n        }\r\n        \r\n        .contact-cta h2 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 1.5rem;\r\n        }\r\n        \r\n        .contact-cta p {\r\n            max-width: 700px;\r\n            margin: 0 auto 2rem;\r\n            color: rgba(255, 255, 255, 0.9);\r\n        }\r\n        \r\n        \/* Animations *\/\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(50px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n        \r\n        @keyframes fadeInRight {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateX(50px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateX(0);\r\n            }\r\n        }\r\n        \r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .about-container {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            .hero h1 {\r\n                font-size: 2.5rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"hero-container\">\r\n            <div class=\"hero-content\">\r\n                <h1>Enterprise Cybersecurity & IT Solutions<\/h1>\r\n                <p>Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services.<\/p>\r\n                <a href=\"https:\/\/apagroup.co.za\/contact\/\" class=\"btn\">Request Consultation<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Services Section -->\r\n    <section class=\"services\">\r\n        <div class=\"section-title\">\r\n            <h2>Our Cybersecurity & IT Services<\/h2>\r\n            <p>Complete protection and technology solutions tailored to your business needs<\/p>\r\n        <\/div>\r\n        <div class=\"services-grid\">\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1550751827-4bd374c3f58b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Network Security\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Advanced Network Protection<\/h3>\r\n                    <p>Next-generation firewalls, intrusion prevention, and secure network architecture design.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1563206767-5b18f218e8de?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Endpoint Security\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Endpoint Security Solutions<\/h3>\r\n                    <p>Enterprise-grade antivirus, EDR, and device management for all endpoints.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1620712943543-bcc4688e7485?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Cloud Security\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Cloud & Hybrid Security<\/h3>\r\n                    <p>Secure cloud migration, CASB solutions, and multi-cloud protection.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Managed IT Services\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Managed IT Services<\/h3>\r\n                    <p>24\/7 monitoring, maintenance, and support for your IT infrastructure.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1620641788421-7a1c342ea42e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Data Protection\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Data Protection & Backup<\/h3>\r\n                    <p>Enterprise backup solutions, encryption, and disaster recovery planning.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1626785774573-4b799315345d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Security Training\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Security Awareness Training<\/h3>\r\n                    <p>Employee training programs to combat phishing and social engineering.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- About Section -->\r\n    <section class=\"about\">\r\n        <div class=\"about-container\">\r\n            <div class=\"about-img\">\r\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"About Imani Nguvu\">\r\n            <\/div>\r\n            <div class=\"about-content\">\r\n                <h2>About Imani Nguvu Cybersecurity<\/h2>\r\n                <p>We are a leading African cybersecurity firm specializing in enterprise-grade protection solutions. Our team combines deep technical expertise with innovative approaches to secure your digital assets.<\/p>\r\n                <p>With certifications in CISSP, CISM, and CEH, our professionals deliver comprehensive security assessments, implementation, and ongoing management.<\/p>\r\n                <p>Our solutions integrate seamlessly with your existing IT infrastructure while providing advanced threat detection and response capabilities.<\/p>\r\n                <a href=\"http:\/\/wa.me\/27679629187\" class=\"btn\"><i class=\"fab fa-whatsapp\"><\/i> Chat with an Expert<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact CTA -->\r\n    <section class=\"contact-cta\">\r\n        <h2>Ready to Secure Your Business?<\/h2>\r\n        <p>Contact our cybersecurity experts today for a comprehensive risk assessment and solution recommendations.<\/p>\r\n        <a href=\"https:\/\/apagroup.co.za\/contact\/\" class=\"btn\">Get Started<\/a>\r\n    <\/section>\r\n\r\n    <script>\r\n        \/\/ Animation on scroll\r\n        const animateOnScroll = () => {\r\n            const elements = document.querySelectorAll('.service-card, .about-img, .about-content');\r\n            \r\n            elements.forEach(element => {\r\n                const elementPosition = element.getBoundingClientRect().top;\r\n                const screenPosition = window.innerHeight \/ 1.3;\r\n                \r\n                if (elementPosition < screenPosition) {\r\n                    element.style.opacity = '1';\r\n                    element.style.transform = 'translateY(0)';\r\n                }\r\n            });\r\n        };\r\n        \r\n        \/\/ Set initial state for animated elements\r\n        document.querySelectorAll('.service-card, .about-img, .about-content').forEach(element => {\r\n            element.style.opacity = '0';\r\n            element.style.transform = 'translateY(50px)';\r\n            element.style.transition = 'all 0.8s ease-out';\r\n        });\r\n        \r\n        window.addEventListener('scroll', animateOnScroll);\r\n        window.addEventListener('load', animateOnScroll);\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity &#038; IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity &#038; IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/apagroup.co.za\/en\/cyber-security\/\"> <span class=\"screen-reader-text\">Imani I.T<\/span> Read More &raquo;<\/a><\/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":"","ast-page-background-enabled":"default","ast-page-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-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-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-gradient":""}},"ast-content-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-gradient":""},"tablet":{"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-gradient":""},"mobile":{"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-gradient":""}},"footnotes":""},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/pages\/968"}],"collection":[{"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/comments?post=968"}],"version-history":[{"count":17,"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/pages\/968\/revisions"}],"predecessor-version":[{"id":1010,"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/pages\/968\/revisions\/1010"}],"wp:attachment":[{"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/media?parent=968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}