{"id":145,"date":"2026-07-14T13:00:08","date_gmt":"2026-07-14T13:00:08","guid":{"rendered":"http:\/\/localhost\/Pcguard\/software-development\/"},"modified":"2026-08-21T10:18:35","modified_gmt":"2026-08-21T10:18:35","slug":"software-development","status":"publish","type":"page","link":"https:\/\/pcguard.co.za\/?page_id=145","title":{"rendered":"Software Development"},"content":{"rendered":"\n<style>\n\/* =========================================\n   PCGUARD SOFTWARE SOLUTIONS PAGE\n========================================= *\/\n\n\/* Remove WordPress space above hero *\/\n\nmain:has(.pcg-software-page),\n.entry-content:has(.pcg-software-page),\n.wp-block-post-content:has(.pcg-software-page),\n.wp-block-html:has(.pcg-software-page) {\n    padding-top: 0 !important;\n    margin-top: 0 !important;\n}\n\n.wp-block-html:has(.pcg-software-page) {\n    margin-block-start: 0 !important;\n}\n\n.pcg-software-page,\n.pcg-software-page * {\n    box-sizing: border-box;\n}\n\n.pcg-software-page {\n    --pcg-navy: #002b55;\n    --pcg-blue: #087dcc;\n    --pcg-light-blue: #eef7fd;\n    --pcg-text: #4a6075;\n    --pcg-border: #dce8f2;\n    --pcg-white: #ffffff;\n\n    width: 100%;\n    margin-top: 0 !important;\n    color: var(--pcg-navy);\n    font-family: inherit;\n}\n\n.pcg-software-page h1,\n.pcg-software-page h2,\n.pcg-software-page h3,\n.pcg-software-page p {\n    margin-top: 0;\n}\n\n.pcg-software-container {\n    width: min(1160px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n\/* =========================================\n   HERO\n========================================= *\/\n\n.pcg-software-hero {\n    width: 100%;\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-software-hero-content {\n    max-width: 1120px;\n}\n\n.pcg-software-hero-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #65baf1;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n}\n\n.pcg-software-hero h1 {\n    max-width: 1120px;\n    margin: 0 0 20px;\n    color: var(--pcg-white);\n    font-size: clamp(46px, 5vw, 68px);\n    line-height: 1.08;\n    letter-spacing: -1.8px;\n}\n\n.pcg-software-hero p {\n    max-width: 820px;\n    margin: 0;\n    color: rgba(255,255,255,0.84);\n    font-size: 18px;\n    line-height: 1.7;\n}\n\n\/* =========================================\n   SOFTWARE BRANDS\n========================================= *\/\n\n.pcg-software-brands {\n    width: 100%;\n    padding: 80px 0 90px;\n    background: #f7fafc;\n}\n\n.pcg-software-heading;\n}\n\n.pcg-software-heading {\n    max-width: 780px;\n    margin: 0 auto 48px;\n    text-align: center;\n}\n\n.pcg-software-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--pcg-blue);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n}\n\n.pcg-software-heading h2 {\n    margin: 0 0 16px;\n    color: var(--pcg-navy);\n    font-size: clamp(32px, 4vw, 46px);\n    line-height: 1.15;\n    letter-spacing: -1px;\n}\n\n.pcg-software-heading p {\n    margin: 0;\n    color: var(--pcg-text);\n    font-size: 16px;\n    line-height: 1.7;\n}\n\n\/* Brand cards *\/\n\n.pcg-brand-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    align-items: stretch;\n    gap: 20px;\n}\n\n.pcg-brand-card {\n    position: relative;\n    display: flex;\n    min-height: 340px;\n    padding: 28px 24px;\n    overflow: hidden;\n    flex-direction: column;\n    align-items: center;\n    background: var(--pcg-white);\n    border: 1px solid var(--pcg-border);\n    border-radius: 14px;\n    box-shadow: 0 8px 28px rgba(0,43,85,0.06);\n    text-align: center;\n    transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n}\n\n.pcg-brand-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 5px;\n    background: var(--brand-colour);\n}\n\n.pcg-brand-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\/* Brand colours *\/\n\n.pcg-brand-sage {\n    --brand-colour: #00c73c;\n}\n\n.pcg-brand-avg {\n    --brand-colour: #f39200;\n}\n\n.pcg-brand-microsoft {\n    --brand-colour: #0078d4;\n}\n\n.pcg-brand-tsplus {\n    --brand-colour: #f47a32;\n}\n\n\/* Brand logos *\/\n\n.pcg-brand-logo {\n    display: flex;\n    width: 100%;\n    height: 115px;\n    margin-bottom: 22px;\n    align-items: center;\n    justify-content: center;\n}\n\n.pcg-brand-logo img {\n    display: block;\n    width: auto;\n    max-width: 190px;\n    height: auto;\n    max-height: 90px;\n    object-fit: contain;\n}\n\n.pcg-brand-sage .pcg-brand-logo img {\n    max-width: 170px;\n    max-height: 95px;\n}\n\n.pcg-brand-avg .pcg-brand-logo img {\n    max-width: 190px;\n    max-height: 80px;\n}\n\n.pcg-brand-microsoft .pcg-brand-logo img {\n    max-width: 200px;\n    max-height: 80px;\n}\n\n.pcg-brand-tsplus .pcg-brand-logo img {\n    max-width: 150px;\n    max-height: 100px;\n}\n\n.pcg-brand-card h3 {\n    margin: 0 0 12px;\n    color: var(--pcg-navy);\n    font-size: 22px;\n    line-height: 1.25;\n}\n\n.pcg-brand-card p {\n    margin: 0;\n    color: var(--pcg-text);\n    font-size: 14px;\n    line-height: 1.65;\n}\n\n\/* =========================================\n   SUPPORT SERVICES\n========================================= *\/\n\n.pcg-software-services {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px 28px;\n    max-width: 900px;\n    padding: 32px;\n    margin: 45px auto 0;\n    background: var(--pcg-light-blue);\n    border-radius: 14px;\n}\n\n.pcg-software-service {\n    position: relative;\n    padding-left: 25px;\n    color: var(--pcg-text);\n    font-size: 15px;\n    line-height: 1.55;\n}\n\n.pcg-software-service::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    color: var(--pcg-blue);\n    font-weight: 800;\n}\n\n\/* =========================================\n   FINAL CONTACT BANNER\n========================================= *\/\n\n.pcg-software-cta {\n    width: 100%;\n    padding: 68px 0;\n    background:\n        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),\n        linear-gradient(120deg, #00294f 0%, #07477f 100%);\n    background-size: 64px 64px, 64px 64px, auto;\n}\n\n.pcg-software-cta-container {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 45px;\n}\n\n.pcg-software-cta-copy {\n    max-width: 750px;\n}\n\n.pcg-software-cta h2 {\n    margin: 0 0 12px;\n    color: var(--pcg-white);\n    font-size: clamp(30px, 4vw, 42px);\n    line-height: 1.15;\n    letter-spacing: -1px;\n}\n\n.pcg-software-cta p {\n    margin: 0;\n    color: rgba(255,255,255,0.82);\n    font-size: 16px;\n    line-height: 1.7;\n}\n\n.pcg-software-cta-button {\n    display: inline-flex;\n    min-width: 150px;\n    min-height: 50px;\n    padding: 13px 25px;\n    flex-shrink: 0;\n    align-items: center;\n    justify-content: center;\n    color: var(--pcg-white) !important;\n    background: var(--pcg-blue);\n    border: 2px solid var(--pcg-blue);\n    border-radius: 6px;\n    font-size: 15px;\n    font-weight: 700;\n    text-decoration: none !important;\n    transition:\n        background 0.2s ease,\n        border-color 0.2s ease,\n        transform 0.2s ease;\n}\n\n.pcg-software-cta-button:hover {\n    color: var(--pcg-white) !important;\n    background: #0068ae;\n    border-color: #0068ae;\n    transform: translateY(-2px);\n}\n\n\/* =========================================\n   TABLET\n========================================= *\/\n\n@media (max-width: 950px) {\n    .pcg-brand-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n\/* =========================================\n   MOBILE\n========================================= *\/\n\n@media (max-width: 640px) {\n    .pcg-software-container {\n        width: min(100% - 28px, 1160px);\n    }\n\n    .pcg-software-hero {\n        padding: 38px 0 42px;\n        background-size: 40px 40px, 40px 40px, auto;\n    }\n\n    .pcg-software-hero h1 {\n        font-size: clamp(38px, 12vw, 50px);\n    }\n\n    .pcg-software-hero p {\n        font-size: 16px;\n    }\n\n    .pcg-software-brands {\n        padding: 60px 0;\n    }\n\n    .pcg-software-heading {\n        text-align: left;\n    }\n\n    .pcg-brand-grid,\n    .pcg-software-services {\n        grid-template-columns: 1fr;\n    }\n\n    .pcg-brand-card {\n        min-height: 0;\n    }\n\n    .pcg-software-services {\n        padding: 25px 22px;\n    }\n\n    .pcg-software-cta {\n        padding: 55px 0;\n        background-size: 40px 40px, 40px 40px, auto;\n    }\n\n    .pcg-software-cta-container {\n        align-items: flex-start;\n        flex-direction: column;\n        gap: 25px;\n    }\n\n    .pcg-software-cta-button {\n        width: 100%;\n    }\n}\n<\/style>\n\n<section class=\"pcg-software-page\">\n\n    <!-- HERO -->\n\n    <div class=\"pcg-software-hero\">\n        <div class=\"pcg-software-container\">\n            <div class=\"pcg-software-hero-content\">\n\n                <span class=\"pcg-software-hero-label\">\n                    Software Solutions\n                <\/span>\n\n                <h1>Business Software, Securely Set Up and Supported<\/h1>\n\n                <p>\n                    PCGuard supplies, installs and supports trusted accounting,\n                    productivity, security and remote-access software for your\n                    business.\n                <\/p>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- SOFTWARE BRANDS -->\n\n    <div class=\"pcg-software-brands\">\n        <div class=\"pcg-software-container\">\n\n            <div class=\"pcg-software-heading\">\n\n                <span class=\"pcg-software-eyebrow\">\n                    Software Brands\n                <\/span>\n\n                <h2>Trusted Software Solutions for Your Business<\/h2>\n\n                <p>\n                    PCGuard supplies, installs and supports trusted business,\n                    accounting, security and remote-access software from\n                    leading technology brands.\n                <\/p>\n\n            <\/div>\n\n            <div class=\"pcg-brand-grid\">\n\n                <!-- SAGE -->\n\n                <article class=\"pcg-brand-card pcg-brand-sage\">\n\n                    <div class=\"pcg-brand-logo\">\n\n                        <img decoding=\"async\"\n                            src=\"https:\/\/pcguard.co.za\/wp-content\/uploads\/2026\/08\/ChatGPT-Image-Jun-25-2026-01_19_21-PM.png\"\n                            alt=\"Sage accounting software\">\n\n                    <\/div>\n\n                    <h3>Sage Accounting<\/h3>\n\n                    <p>\n                        Accounting and business-management software to help\n                        businesses manage finances, invoicing and daily\n                        operations.\n                    <\/p>\n\n                <\/article>\n\n                <!-- AVG -->\n\n                <article class=\"pcg-brand-card pcg-brand-avg\">\n\n                    <div class=\"pcg-brand-logo\">\n\n                        <img decoding=\"async\"\n                            src=\"https:\/\/pcguard.co.za\/wp-content\/uploads\/2026\/08\/AVG_Logo_2014.png\"\n                            alt=\"AVG antivirus and security software\">\n\n                    <\/div>\n\n                    <h3>AVG Security<\/h3>\n\n                    <p>\n                        Antivirus and online security solutions that help\n                        protect business devices, information and systems.\n                    <\/p>\n\n                <\/article>\n\n                <!-- MICROSOFT -->\n\n                <article class=\"pcg-brand-card pcg-brand-microsoft\">\n\n                    <div class=\"pcg-brand-logo\">\n\n                        <img decoding=\"async\"\n                            src=\"https:\/\/pcguard.co.za\/wp-content\/uploads\/2026\/08\/Untitled-Instagram-Post-45.png\"\n                            alt=\"Microsoft software solutions\">\n\n                    <\/div>\n\n                    <h3>Microsoft<\/h3>\n\n                    <p>\n                        Microsoft software and productivity solutions,\n                        including installation, configuration and technical\n                        support.\n                    <\/p>\n\n                <\/article>\n\n                <!-- TSPLUS -->\n\n                <article class=\"pcg-brand-card pcg-brand-tsplus\">\n\n                    <div class=\"pcg-brand-logo\">\n\n                        <img decoding=\"async\"\n                            src=\"https:\/\/pcguard.co.za\/wp-content\/uploads\/2026\/08\/ChatGPT-Image-Jun-25-2026-03_28_30-PM.png\"\n                            alt=\"TSplus remote access solutions\">\n\n                    <\/div>\n\n                    <h3>TSplus<\/h3>\n\n                    <p>\n                        Secure remote-access solutions that allow teams to\n                        access business applications and systems from different\n                        locations.\n                    <\/p>\n\n                <\/article>\n\n            <\/div>\n\n            <!-- SUPPORT SERVICES -->\n\n            <div class=\"pcg-software-services\">\n\n                <div class=\"pcg-software-service\">\n                    Software installation and configuration\n                <\/div>\n\n                <div class=\"pcg-software-service\">\n                    Software licensing and renewals\n                <\/div>\n\n                <div class=\"pcg-software-service\">\n                    Updates and ongoing maintenance\n                <\/div>\n\n                <div class=\"pcg-software-service\">\n                    Technical troubleshooting and support\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <!-- FINAL CONTACT BANNER -->\n\n    <div class=\"pcg-software-cta\">\n        <div class=\"pcg-software-container pcg-software-cta-container\">\n\n            <div class=\"pcg-software-cta-copy\">\n\n                <h2>Need a Software Solution?<\/h2>\n\n                <p>\n                    Contact PCGuard for help choosing, installing or supporting\n                    the right software for your business.\n                <\/p>\n\n            <\/div>\n\n            <a\n                class=\"pcg-software-cta-button\"\n                href=\"https:\/\/pcguard.co.za\/contact\/\">\n                Contact Us\n            <\/a>\n\n        <\/div>\n    <\/div>\n\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Software Solutions Business Software, Securely Set Up and Supported PCGuard supplies, installs and supports trusted accounting, productivity, security and remote-access software for your business. Software Brands Trusted Software Solutions for Your Business PCGuard supplies, installs and supports trusted business, accounting, security and remote-access software from leading technology brands. Sage Accounting Accounting and business-management software 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-145","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pcguard.co.za\/index.php?rest_route=\/wp\/v2\/pages\/145","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=145"}],"version-history":[{"count":3,"href":"https:\/\/pcguard.co.za\/index.php?rest_route=\/wp\/v2\/pages\/145\/revisions"}],"predecessor-version":[{"id":449,"href":"https:\/\/pcguard.co.za\/index.php?rest_route=\/wp\/v2\/pages\/145\/revisions\/449"}],"wp:attachment":[{"href":"https:\/\/pcguard.co.za\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}