{"id":142,"date":"2026-07-14T13:00:08","date_gmt":"2026-07-14T13:00:08","guid":{"rendered":"http:\/\/localhost\/Pcguard\/it-services\/"},"modified":"2026-08-21T09:36:46","modified_gmt":"2026-08-21T09:36:46","slug":"it-services","status":"publish","type":"page","link":"https:\/\/pcguard.co.za\/?page_id=142","title":{"rendered":"IT Services"},"content":{"rendered":"\n<style>\n\/* PCGUARD IT SERVICES PAGE *\/\n\n\/* Remove WordPress spacing above hero *\/\nmain:has(.pcg-services),\n.entry-content:has(.pcg-services),\n.wp-block-post-content:has(.pcg-services),\n.wp-block-html:has(.pcg-services) {\n    padding-top: 0 !important;\n    margin-top: 0 !important;\n}\n\n.wp-block-html:has(.pcg-services) {\n    margin-block-start: 0 !important;\n}\n\n.pcg-services,\n.pcg-services * {\n    box-sizing: border-box;\n}\n\n.pcg-services {\n    --navy: #002b55;\n    --blue: #087dcc;\n    --light-blue: #eef7fd;\n    --text: #4a6075;\n    --border: #dce8f2;\n    --white: #ffffff;\n    width: 100%;\n    margin-top: 0 !important;\n    color: var(--navy);\n    font-family: inherit;\n}\n\n.pcg-container {\n    width: min(1160px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n.pcg-services h1,\n.pcg-services h2,\n.pcg-services h3,\n.pcg-services p {\n    margin-top: 0;\n}\n\n.pcg-services h1 {\n    max-width: 1120px;\n    margin-bottom: 20px;\n    color: var(--white);\n    font-size: clamp(46px, 5vw, 68px);\n    line-height: 1.08;\n    letter-spacing: -1.8px;\n}\n\n.pcg-services h2 {\n    margin-bottom: 18px;\n    font-size: clamp(30px, 4vw, 44px);\n    line-height: 1.15;\n    letter-spacing: -1px;\n}\n\n.pcg-services h3 {\n    margin-bottom: 12px;\n    font-size: 21px;\n    line-height: 1.25;\n}\n\n.pcg-services p {\n    color: var(--text);\n    font-size: 16px;\n    line-height: 1.7;\n}\n\n.pcg-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--blue);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n}\n\n\/* Tight hero *\/\n\n.pcg-intro {\n    padding: 42px 0 48px;\n    margin-top: 0 !important;\n    background:\n        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),\n        linear-gradient(120deg, #00294f 0%, #07477f 100%);\n    background-size: 64px 64px, 64px 64px, auto;\n}\n\n.pcg-intro-inner {\n    max-width: 1120px;\n}\n\n.pcg-intro .pcg-eyebrow {\n    color: #65baf1;\n}\n\n.pcg-intro p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: rgba(255,255,255,0.84);\n    font-size: 18px;\n}\n\n\/* Services *\/\n\n.pcg-service-section {\n    padding: 80px 0 90px;\n    background: var(--white);\n}\n\n.pcg-section-heading {\n    max-width: 730px;\n    margin: 0 auto 48px;\n    text-align: center;\n}\n\n.pcg-section-heading p {\n    margin-bottom: 0;\n}\n\n.pcg-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n}\n\n.pcg-card {\n    position: relative;\n    padding: 32px 28px;\n    overflow: hidden;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    box-shadow: 0 8px 28px rgba(0,43,85,0.06);\n    transition: 0.25s ease;\n}\n\n.pcg-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: var(--blue);\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.25s ease;\n}\n\n.pcg-card:hover {\n    border-color: #b9daf1;\n    box-shadow: 0 16px 38px rgba(0,43,85,0.13);\n    transform: translateY(-6px);\n}\n\n.pcg-card:hover::before {\n    transform: scaleX(1);\n}\n\n.pcg-icon {\n    display: flex;\n    width: 54px;\n    height: 54px;\n    margin-bottom: 22px;\n    align-items: center;\n    justify-content: center;\n    color: var(--blue);\n    background: var(--light-blue);\n    border-radius: 12px;\n}\n\n.pcg-icon svg {\n    width: 28px;\n    height: 28px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n}\n\n.pcg-card > p {\n    min-height: 81px;\n    margin-bottom: 18px;\n}\n\n.pcg-list {\n    padding: 18px 0 0;\n    margin: 0;\n    list-style: none;\n    border-top: 1px solid var(--border);\n}\n\n.pcg-list li {\n    position: relative;\n    padding: 5px 0 5px 20px;\n    color: var(--text);\n    font-size: 14px;\n    line-height: 1.5;\n}\n\n.pcg-list li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    color: var(--blue);\n    font-weight: 700;\n}\n\n\/* Buttons *\/\n\n.pcg-button {\n    display: inline-flex;\n    min-height: 50px;\n    padding: 13px 25px;\n    align-items: center;\n    justify-content: center;\n    color: var(--white) !important;\n    background: var(--blue);\n    border: 2px solid var(--blue);\n    border-radius: 6px;\n    font-size: 15px;\n    font-weight: 700;\n    text-decoration: none !important;\n    transition: 0.2s ease;\n}\n\n.pcg-button:hover {\n    color: var(--white) !important;\n    background: #0068ae;\n    border-color: #0068ae;\n    transform: translateY(-2px);\n}\n\n\/* Hosting link *\/\n\n.pcg-hosting-link {\n    padding: 65px 0;\n    background: var(--light-blue);\n}\n\n.pcg-hosting-inner {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 45px;\n}\n\n.pcg-hosting-copy {\n    max-width: 700px;\n}\n\n.pcg-hosting-link h2 {\n    margin-bottom: 12px;\n    font-size: clamp(28px, 3vw, 38px);\n}\n\n.pcg-hosting-link p {\n    margin-bottom: 0;\n}\n\n\/* Process *\/\n\n.pcg-process {\n    padding: 85px 0;\n    background: var(--white);\n}\n\n.pcg-process-heading {\n    max-width: 700px;\n    margin: 0 auto 48px;\n    text-align: center;\n}\n\n.pcg-process-heading p {\n    margin-bottom: 0;\n}\n\n.pcg-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 35px;\n}\n\n.pcg-step {\n    padding: 0 22px;\n    text-align: center;\n}\n\n.pcg-step-number {\n    display: flex;\n    width: 62px;\n    height: 62px;\n    margin: 0 auto 22px;\n    align-items: center;\n    justify-content: center;\n    color: var(--white);\n    background: var(--blue);\n    border: 8px solid var(--light-blue);\n    border-radius: 50%;\n    font-size: 18px;\n    font-weight: 800;\n}\n\n.pcg-step p {\n    margin-bottom: 0;\n    font-size: 15px;\n}\n\n\/* Final CTA *\/\n\n.pcg-final-cta {\n    padding: 68px 0;\n    background: linear-gradient(120deg, #00294f 0%, #07477f 100%);\n}\n\n.pcg-cta-inner {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 45px;\n}\n\n.pcg-cta-copy {\n    max-width: 720px;\n}\n\n.pcg-final-cta h2 {\n    margin-bottom: 12px;\n    color: var(--white);\n    font-size: clamp(30px, 4vw, 42px);\n}\n\n.pcg-final-cta p {\n    margin-bottom: 0;\n    color: rgba(255,255,255,0.82);\n}\n\n\/* Tablet *\/\n\n@media (max-width: 900px) {\n    .pcg-card-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .pcg-hosting-inner,\n    .pcg-cta-inner {\n        align-items: flex-start;\n        flex-direction: column;\n    }\n\n    .pcg-card > p {\n        min-height: auto;\n    }\n}\n\n\/* Mobile *\/\n\n@media (max-width: 640px) {\n    .pcg-container {\n        width: min(100% - 28px, 1160px);\n    }\n\n    .pcg-intro {\n        padding: 38px 0 42px;\n        background-size: 40px 40px, 40px 40px, auto;\n    }\n\n    .pcg-services h1 {\n        font-size: clamp(38px, 12vw, 50px);\n    }\n\n    .pcg-intro p {\n        font-size: 16px;\n    }\n\n    .pcg-service-section,\n    .pcg-process {\n        padding: 60px 0;\n    }\n\n    .pcg-section-heading,\n    .pcg-process-heading {\n        text-align: left;\n    }\n\n    .pcg-card-grid,\n    .pcg-steps {\n        grid-template-columns: 1fr;\n    }\n\n    .pcg-card {\n        padding: 28px 22px;\n    }\n\n    .pcg-hosting-link,\n    .pcg-final-cta {\n        padding: 55px 0;\n    }\n\n    .pcg-step {\n        padding: 0;\n        text-align: left;\n    }\n\n    .pcg-step-number {\n        margin: 0 0 18px;\n    }\n\n    .pcg-button {\n        width: 100%;\n    }\n}\n<\/style>\n\n<section class=\"pcg-services\">\n\n    <div class=\"pcg-intro\">\n        <div class=\"pcg-container\">\n            <div class=\"pcg-intro-inner\">\n\n                <span class=\"pcg-eyebrow\">Our IT Services<\/span>\n\n                <h1>Complete IT Support for Your Business<\/h1>\n\n                <p>\n                    Whether you need help setting up a new computer, maintaining\n                    your network or resolving an urgent technical problem,\n                    PCGuard provides practical remote and on-site IT solutions\n                    tailored to your business.\n                <\/p>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"pcg-service-section\">\n        <div class=\"pcg-container\">\n\n            <div class=\"pcg-section-heading\">\n                <span class=\"pcg-eyebrow\">What We Do<\/span>\n\n                <h2>Practical IT Solutions for Your Business<\/h2>\n\n                <p>\n                    From network installation and computer setup to remote\n                    support and data protection, PCGuard helps keep your\n                    technology working.\n                <\/p>\n            <\/div>\n\n            <div class=\"pcg-card-grid\">\n\n                <article class=\"pcg-card\">\n                    <div class=\"pcg-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <rect x=\"8\" y=\"3\" width=\"8\" height=\"5\"><\/rect>\n                            <rect x=\"3\" y=\"16\" width=\"7\" height=\"5\"><\/rect>\n                            <rect x=\"14\" y=\"16\" width=\"7\" height=\"5\"><\/rect>\n                            <path d=\"M12 8v4M6.5 16v-4h11v4\"><\/path>\n                        <\/svg>\n                    <\/div>\n\n                    <h3>Network Design &amp; Installation<\/h3>\n\n                    <p>\n                        Professional network planning and installation to keep\n                        your business securely connected.\n                    <\/p>\n\n                    <ul class=\"pcg-list\">\n                        <li>Network design and installation<\/li>\n                        <li>Network administration<\/li>\n                        <li>Workstation installation<\/li>\n                        <li>Network application installation<\/li>\n                    <\/ul>\n                <\/article>\n\n                <article class=\"pcg-card\">\n                    <div class=\"pcg-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <rect x=\"3\" y=\"4\" width=\"18\" height=\"12\" rx=\"1\"><\/rect>\n                            <path d=\"M8 20h8M12 16v4\"><\/path>\n                        <\/svg>\n                    <\/div>\n\n                    <h3>Computers &amp; Workstations<\/h3>\n\n                    <p>\n                        Setup, configuration and ongoing support for your\n                        business computers and connected devices.\n                    <\/p>\n\n                    <ul class=\"pcg-list\">\n                        <li>New computer setup<\/li>\n                        <li>Computer configuration and upgrades<\/li>\n                        <li>Workstation installation<\/li>\n                        <li>Hardware and software support<\/li>\n                    <\/ul>\n                <\/article>\n\n                <article class=\"pcg-card\">\n                    <div class=\"pcg-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <rect x=\"4\" y=\"3\" width=\"16\" height=\"5\" rx=\"1\"><\/rect>\n                            <rect x=\"4\" y=\"10\" width=\"16\" height=\"5\" rx=\"1\"><\/rect>\n                            <rect x=\"4\" y=\"17\" width=\"16\" height=\"4\" rx=\"1\"><\/rect>\n                            <path d=\"M8 5.5h.01M8 12.5h.01M8 19h.01\"><\/path>\n                        <\/svg>\n                    <\/div>\n\n                    <h3>Servers &amp; Data Management<\/h3>\n\n                    <p>\n                        Keep your servers, applications and important business\n                        information running reliably.\n                    <\/p>\n\n                    <ul class=\"pcg-list\">\n                        <li>File server installation<\/li>\n                        <li>Application and database servers<\/li>\n                        <li>Server monitoring and optimisation<\/li>\n                        <li>Server maintenance<\/li>\n                    <\/ul>\n                <\/article>\n\n                <article class=\"pcg-card\">\n                    <div class=\"pcg-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M6 9V3h12v6\"><\/path>\n                            <rect x=\"4\" y=\"9\" width=\"16\" height=\"8\" rx=\"2\"><\/rect>\n                            <path d=\"M7 14h10v7H7zM17 12h.01\"><\/path>\n                        <\/svg>\n                    <\/div>\n\n                    <h3>Printers &amp; Network Devices<\/h3>\n\n                    <p>\n                        Installation and maintenance of devices connected to\n                        your business network.\n                    <\/p>\n\n                    <ul class=\"pcg-list\">\n                        <li>Printers and scanners<\/li>\n                        <li>Firewalls<\/li>\n                        <li>Shared network resources<\/li>\n                        <li>Network peripheral maintenance<\/li>\n                    <\/ul>\n                <\/article>\n\n                <article class=\"pcg-card\">\n                    <div class=\"pcg-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <rect x=\"3\" y=\"4\" width=\"18\" height=\"13\" rx=\"1\"><\/rect>\n                            <path d=\"M8 21h8M12 17v4M8 10l2.5 2.5L16 7\"><\/path>\n                        <\/svg>\n                    <\/div>\n\n                    <h3>Remote IT Support<\/h3>\n\n                    <p>\n                        Fast technical assistance without waiting for an\n                        on-site appointment.\n                    <\/p>\n\n                    <ul class=\"pcg-list\">\n                        <li>Remote desktop support<\/li>\n                        <li>Technical troubleshooting<\/li>\n                        <li>Remote management services<\/li>\n                        <li>Software assistance<\/li>\n                    <\/ul>\n                <\/article>\n\n                <article class=\"pcg-card\">\n                    <div class=\"pcg-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M12 3l8 3v5c0 5-3.4 8.6-8 10-4.6-1.4-8-5-8-10V6l8-3z\"><\/path>\n                            <path d=\"M8.5 12l2.2 2.2 4.8-5\"><\/path>\n                        <\/svg>\n                    <\/div>\n\n                    <h3>Security, Backup &amp; Recovery<\/h3>\n\n                    <p>\n                        Protect your systems and business information against\n                        data loss and online threats.\n                    <\/p>\n\n                    <ul class=\"pcg-list\">\n                        <li>Antivirus solutions<\/li>\n                        <li>Business backup solutions<\/li>\n                        <li>System monitoring<\/li>\n                        <li>Disaster recovery<\/li>\n                    <\/ul>\n                <\/article>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"pcg-hosting-link\">\n        <div class=\"pcg-container\">\n            <div class=\"pcg-hosting-inner\">\n\n                <div class=\"pcg-hosting-copy\">\n                    <span class=\"pcg-eyebrow\">Stay Connected<\/span>\n\n                    <h2>Internet &amp; Web Hosting Solutions<\/h2>\n\n                    <p>\n                        Reliable internet and web hosting services that help\n                        keep your business connected, accessible and productive.\n                    <\/p>\n                <\/div>\n\n                <a\n                    class=\"pcg-button\"\n                    href=\"https:\/\/pcguard.co.za\/web-hosting\/\">\n                    View Web Hosting\n                <\/a>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"pcg-process\">\n        <div class=\"pcg-container\">\n\n            <div class=\"pcg-process-heading\">\n                <span class=\"pcg-eyebrow\">How It Works<\/span>\n\n                <h2>Getting IT Support Is Simple<\/h2>\n\n                <p>\n                    Tell us what your business needs and our team will help you\n                    find the most practical solution.\n                <\/p>\n            <\/div>\n\n            <div class=\"pcg-steps\">\n\n                <div class=\"pcg-step\">\n                    <div class=\"pcg-step-number\">01<\/div>\n                    <h3>Tell Us What You Need<\/h3>\n                    <p>\n                        Contact us and explain the problem or service your\n                        business requires.\n                    <\/p>\n                <\/div>\n\n                <div class=\"pcg-step\">\n                    <div class=\"pcg-step-number\">02<\/div>\n                    <h3>We Assess the Problem<\/h3>\n                    <p>\n                        Our team assesses your requirements and recommends the\n                        right solution.\n                    <\/p>\n                <\/div>\n\n                <div class=\"pcg-step\">\n                    <div class=\"pcg-step-number\">03<\/div>\n                    <h3>We Get You Running<\/h3>\n                    <p>\n                        Receive practical remote or on-site assistance from an\n                        experienced technician.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"pcg-final-cta\">\n        <div class=\"pcg-container\">\n            <div class=\"pcg-cta-inner\">\n\n                <div class=\"pcg-cta-copy\">\n                    <h2>Need Reliable IT Support?<\/h2>\n\n                    <p>\n                        Tell PCGuard what isn\u2019t working or what your business\n                        needs. We\u2019ll assess the situation and recommend the\n                        right next step.\n                    <\/p>\n                <\/div>\n\n                <a\n                    class=\"pcg-button\"\n                    href=\"https:\/\/pcguard.co.za\/contact\/\">\n                    Contact Us\n                <\/a>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Our IT Services Complete IT Support for Your Business Whether you need help setting up a new computer, maintaining your network or resolving an urgent technical problem, PCGuard provides practical remote and on-site IT solutions tailored to your business. What We Do Practical IT Solutions for Your Business From network installation and computer setup to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-142","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pcguard.co.za\/index.php?rest_route=\/wp\/v2\/pages\/142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcguard.co.za\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pcguard.co.za\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pcguard.co.za\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pcguard.co.za\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=142"}],"version-history":[{"count":4,"href":"https:\/\/pcguard.co.za\/index.php?rest_route=\/wp\/v2\/pages\/142\/revisions"}],"predecessor-version":[{"id":436,"href":"https:\/\/pcguard.co.za\/index.php?rest_route=\/wp\/v2\/pages\/142\/revisions\/436"}],"wp:attachment":[{"href":"https:\/\/pcguard.co.za\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}