{"id":255,"date":"2024-01-21T10:26:27","date_gmt":"2024-01-21T10:26:27","guid":{"rendered":"https:\/\/steganostech.com\/?page_id=255"},"modified":"2025-08-28T14:58:49","modified_gmt":"2025-08-28T14:58:49","slug":"services","status":"publish","type":"page","link":"https:\/\/steganostech.com\/index.php\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"255\" class=\"elementor elementor-255\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0fc39a0 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0fc39a0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f32002b\" data-id=\"f32002b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d74aae4 aux-appear-watch-animation aux-slide-from-bot elementor-widget elementor-widget-aux_modern_heading\" data-id=\"d74aae4\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><a href=\"https:\/\/steganostech.com\/index.php\/services\/\" class=\"aux-modern-heading-primary-link\"><h2 class=\"aux-modern-heading-primary\">Services<\/h2><\/a><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-647f0e6 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"647f0e6\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bfe11d3\" data-id=\"bfe11d3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f8c829e elementor-widget elementor-widget-html\" data-id=\"f8c829e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- Cyber Security Services Page for Elementor -->\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Orbitron:wght@400;500;600;700&family=Rajdhani:wght@300;400;500;600;700&display=swap');\n    \n    .cyber-services-container {\n        background: #0a0e17;\n        min-height: 100vh;\n        color: #fff;\n        font-family: 'Rajdhani', sans-serif;\n        overflow: hidden;\n        position: relative;\n        padding: 40px 20px;\n    }\n    \n    \/* Particle background animation *\/\n    #particles-js {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        top: 0;\n        left: 0;\n        z-index: 1;\n    }\n    \n    .cyber-content {\n        position: relative;\n        z-index: 2;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    .cyber-header {\n        text-align: center;\n        margin-bottom: 60px;\n    }\n    \n    .cyber-title {\n        font-family: 'Orbitron', sans-serif;\n        font-size: 3.5rem;\n        font-weight: 700;\n        margin-bottom: 20px;\n        background: linear-gradient(45deg, #00b09b, #96c93d, #00b09b);\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n        text-shadow: 0 0 15px rgba(150, 201, 61, 0.5);\n        animation: glow 3s ease-in-out infinite alternate;\n    }\n    \n    .cyber-subtitle {\n        font-size: 1.5rem;\n        color: #a0a0b8;\n        max-width: 700px;\n        margin: 0 auto;\n    }\n    \n    .services-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n    \n    \/* 3D Service Card *\/\n    .service-card {\n        background: rgba(13, 18, 30, 0.7);\n        border: 1px solid rgba(82, 255, 226, 0.2);\n        border-radius: 10px;\n        padding: 30px;\n        transition: all 0.5s ease;\n        transform-style: preserve-3d;\n        perspective: 1000px;\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);\n        position: relative;\n        overflow: hidden;\n        backdrop-filter: blur(10px);\n    }\n    \n    .service-card::before {\n        content: '';\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        z-index: -1;\n        background: linear-gradient(45deg, #00b09b, #96c93d, #00b09b, #00b09b);\n        background-size: 400%;\n        border-radius: 10px;\n        opacity: 0;\n        transition: opacity 0.5s ease, transform 0.5s ease;\n    }\n    \n    .service-card:hover {\n        transform: translateY(-10px) rotateX(5deg);\n        box-shadow: 0 15px 30px rgba(0, 240, 255, 0.2);\n\n    }\n    \n    .service-card:hover::before {\n        opacity: 1;\n        animation: border-animate 3s linear infinite;\n    }\n    \n    .service-card:hover .service-title {\n    color: #0a0e17; \/* Dark color on hover *\/\n    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);\n    }\n\n    .service-card:hover .service-desc {\n    color: #2a2a3c; \/* Darker color on hover *\/\n    }\n    \n    .service-icon {\n        font-size: 3rem;\n        margin-bottom: 20px;\n        color: #00f0ff;\n        text-shadow: 0 0 10px rgba(0, 240, 255, 0.7);\n    }\n    \n    .service-title {\n        font-family: 'Orbitron', sans-serif;\n        font-size: 1.8rem;\n        margin-bottom: 15px;\n        color: #fff;\n        transition: color 0.3s ease; \n    }\n    \n    .service-desc {\n        color: #a0a0b8;\n        margin-bottom: 25px;\n        line-height: 1.6;\n    }\n    \n    .service-btn {\n        display: inline-block;\n        padding: 12px 25px;\n        background: transparent;\n        color: #00f0ff;\n        border: 1px solid #00f0ff;\n        border-radius: 5px;\n        font-family: 'Orbitron', sans-serif;\n        font-weight: 500;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        position: relative;\n        overflow: hidden;\n        z-index: 1;\n    }\n    \n    .service-btn:hover {\n        color: #0a0e17;\n        transform: translateY(-3px);\n        box-shadow: 0 5px 15px rgba(0, 240, 255, 0.4);\n    }\n    \n    .service-btn::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 0%;\n        height: 100%;\n        background: #00f0ff;\n        transition: all 0.3s ease;\n        z-index: -1;\n    }\n    \n    .service-btn:hover::before {\n        width: 100%;\n    }\n    \n    \/* Animations *\/\n    @keyframes glow {\n        0% {\n            text-shadow: 0 0 10px rgba(150, 201, 61, 0.5);\n        }\n        100% {\n            text-shadow: 0 0 20px rgba(150, 201, 61, 0.8), 0 0 30px rgba(150, 201, 61, 0.6);\n        }\n    }\n    \n    @keyframes border-animate {\n        0% {\n            background-position: 0 0;\n        }\n        100% {\n            background-position: 400% 0;\n        }\n    }\n    \n    \/* Responsive design *\/\n    @media (max-width: 768px) {\n        .cyber-title {\n            font-size: 2.5rem;\n        }\n        \n        .cyber-subtitle {\n            font-size: 1.2rem;\n        }\n        \n        .services-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n<\/style>\n\n<div class=\"cyber-services-container\">\n    <div id=\"particles-js\"><\/div>\n    \n    <div class=\"cyber-content\">\n        <div class=\"cyber-header\">\n            <!--<h1 class=\"cyber-title\">CYBER SHIELD SERVICES<\/h1>-->\n            <p class=\"cyber-subtitle\">Advanced cybersecurity solutions to protect your digital assets from evolving threats<\/p>\n        <\/div>\n        \n        <div class=\"services-grid\">\n            <!-- Service 1 -->\n  <!--           <div class=\"service-card\">\n                <div class=\"service-icon\">\ud83d\udee1\ufe0f<\/div>\n                <h3 class=\"service-title\">Threat Detection<\/h3>\n                <p class=\"service-desc\">Advanced AI-powered threat detection systems that identify and neutralize cyber threats in real-time before they can cause damage.<\/p>\n                <a href=\"#\" class=\"service-btn\">Explore<\/a>\n            <\/div> -->\n            \n            <!-- Service 2 -->\n         <!--    <div class=\"service-card\">\n                <div class=\"service-icon\">\ud83d\udd12<\/div>\n                <h3 class=\"service-title\">Data Encryption<\/h3>\n                <p class=\"service-desc\">End-to-end encryption solutions that protect your sensitive data both at rest and in transit with military-grade algorithms.<\/p>\n                <a href=\"#\" class=\"service-btn\">Explore<\/a>\n            <\/div> -->\n            \n            <!-- Service 3 -->\n      <!--       <div class=\"service-card\">\n                <div class=\"service-icon\">\ud83c\udf10<\/div>\n                <h3 class=\"service-title\">Network Security<\/h3>\n                <p class=\"service-desc\">Comprehensive network protection with next-gen firewalls, intrusion prevention systems, and continuous monitoring.<\/p>\n                <a href=\"#\" class=\"service-btn\">Explore<\/a>\n            <\/div> -->\n            \n            <!-- Service 4 -->\n            <div class=\"service-card\">\n                <div class=\"service-icon\">\ud83d\udcdc<\/div>\n                <h3 class=\"service-title\">Gorvernance Risk & Compliance<\/h3>\n                <p class=\"service-desc\">Ensure regulatory compliance with industry standards like GDPR, HIPAA, and PCI-DSS through our tailored solutions.<\/p>\n                <a href=\"https:\/\/steganostech.com\/index.php\/portfolio\/governance-risk-compliance\/\" class=\"service-btn\">Explore<\/a>\n            <\/div>\n            \n            <!-- Service 5 -->\n            <div class=\"service-card\">\n                <div class=\"service-icon\">\ud83d\udea8<\/div>\n                <h3 class=\"service-title\">Managed SOC Services<\/h3>\n                <p class=\"service-desc\">24\/7 emergency response team ready to contain, investigate, and remediate security incidents with minimal disruption.<\/p>\n                <a href=\"https:\/\/steganostech.com\/index.php\/portfolio\/managed-soc-services\/\" class=\"service-btn\">Explore<\/a>\n            <\/div>\n            \n            <!-- Service 6 -->\n            <div class=\"service-card\">\n                <div class=\"service-icon\">\ud83e\uddea<\/div>\n                <h3 class=\"service-title\">Penetration Testing & Offensive Security<\/h3>\n                <p class=\"service-desc\">Simulated cyber attacks to identify vulnerabilities in your systems before malicious actors can exploit them.<\/p>\n                <a href=\"https:\/\/steganostech.com\/index.php\/portfolio\/offensive-security-services\/\" class=\"service-btn\">Explore<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/particles.js\/2.0.0\/particles.min.js\"><\/script>\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Initialize particles.js\n        particlesJS('particles-js', {\n            \"particles\": {\n                \"number\": {\n                    \"value\": 80,\n                    \"density\": {\n                        \"enable\": true,\n                        \"value_area\": 800\n                    }\n                },\n                \"color\": {\n                    \"value\": \"#00f0ff\"\n                },\n                \"shape\": {\n                    \"type\": \"polygon\",\n                    \"stroke\": {\n                        \"width\": 0,\n                        \"color\": \"#000000\"\n                    },\n                    \"polygon\": {\n                        \"nb_sides\": 6\n                    }\n                },\n                \"opacity\": {\n                    \"value\": 0.3,\n                    \"random\": true,\n                    \"anim\": {\n                        \"enable\": true,\n                        \"speed\": 1,\n                        \"opacity_min\": 0.1,\n                        \"sync\": false\n                    }\n                },\n                \"size\": {\n                    \"value\": 3,\n                    \"random\": true,\n                    \"anim\": {\n                        \"enable\": true,\n                        \"speed\": 3,\n                        \"size_min\": 0.1,\n                        \"sync\": false\n                    }\n                },\n                \"line_linked\": {\n                    \"enable\": true,\n                    \"distance\": 150,\n                    \"color\": \"#00f0ff\",\n                    \"opacity\": 0.2,\n                    \"width\": 1\n                },\n                \"move\": {\n                    \"enable\": true,\n                    \"speed\": 2,\n                    \"direction\": \"none\",\n                    \"random\": true,\n                    \"straight\": false,\n                    \"out_mode\": \"out\",\n                    \"bounce\": false,\n                    \"attract\": {\n                        \"enable\": false,\n                        \"rotateX\": 600,\n                        \"rotateY\": 1200\n                    }\n                }\n            },\n            \"interactivity\": {\n                \"detect_on\": \"canvas\",\n                \"events\": {\n                    \"onhover\": {\n                        \"enable\": true,\n                        \"mode\": \"grab\"\n                    },\n                    \"onclick\": {\n                        \"enable\": true,\n                        \"mode\": \"push\"\n                    },\n                    \"resize\": true\n                },\n                \"modes\": {\n                    \"grab\": {\n                        \"distance\": 140,\n                        \"line_linked\": {\n                            \"opacity\": 0.5\n                        }\n                    },\n                    \"push\": {\n                        \"particles_nb\": 4\n                    }\n                }\n            },\n            \"retina_detect\": true\n        });\n        \n        \/\/ Enhanced 3D effect on cards\n        const cards = document.querySelectorAll('.service-card');\n        \n        cards.forEach(card => {\n            card.addEventListener('mousemove', function(e) {\n                const x = e.clientX - this.getBoundingClientRect().left;\n                const y = e.clientY - this.getBoundingClientRect().top;\n                \n                const centerX = this.offsetWidth \/ 2;\n                const centerY = this.offsetHeight \/ 2;\n                \n                const angleX = (y - centerY) \/ 20;\n                const angleY = (centerX - x) \/ 20;\n                \n                this.style.transform = `perspective(1000px) rotateX(${angleX}deg) rotateY(${angleY}deg) translateZ(10px)`;\n            });\n            \n            card.addEventListener('mouseleave', function() {\n                this.style.transform = 'perspective(1000px) rotateX(0) rotateY(0)';\n                \n                \/\/ Add a slight bounce back effect\n                setTimeout(() => {\n                    this.style.transition = 'transform 0.5s ease';\n                }, 500);\n            });\n            \n            card.addEventListener('mouseenter', function() {\n                this.style.transition = 'none';\n            });\n        });\n    });\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Services Advanced cybersecurity solutions to protect your digital assets from evolving threats \ud83d\udcdc Gorvernance Risk &#038; Compliance Ensure regulatory compliance with industry standards like GDPR, HIPAA, and PCI-DSS through our tailored solutions. Explore \ud83d\udea8 Managed SOC Services 24\/7 emergency response team ready to contain, investigate, and remediate security incidents with minimal disruption. Explore \ud83e\uddea Penetration [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/steganostech.com\/index.php\/wp-json\/wp\/v2\/pages\/255"}],"collection":[{"href":"https:\/\/steganostech.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/steganostech.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/steganostech.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/steganostech.com\/index.php\/wp-json\/wp\/v2\/comments?post=255"}],"version-history":[{"count":42,"href":"https:\/\/steganostech.com\/index.php\/wp-json\/wp\/v2\/pages\/255\/revisions"}],"predecessor-version":[{"id":695,"href":"https:\/\/steganostech.com\/index.php\/wp-json\/wp\/v2\/pages\/255\/revisions\/695"}],"wp:attachment":[{"href":"https:\/\/steganostech.com\/index.php\/wp-json\/wp\/v2\/media?parent=255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}