
<style id="global-color-override">
:root {
    --webex-primary-color: #024430 !important;
    --webex-primary-color-rgb: 2,68,48 !important;

    --webex-primary-color2: #A5C249 !important;
    --webex-primary-color2-rgb: 165,194,73 !important;

    --webex-primary-color3: #7FA63A !important;
    --webex-primary-color3-rgb: 127,166,58 !important;

    --gradient-color1: linear-gradient(45deg, #024430 0%, #A5C249 100%) !important;
    --gradient-color2: linear-gradient(45deg, #A5C249 0%, #024430 100%) !important;
}

/* ✅ ONLY UI ELEMENTS (NOT TEXT CONTENT) */
.btn, .btn-primary, .bg-primary, button {
    background-color: #024430 !important;
    border-color: #024430 !important;
    color: #fff !important;
}

.btn:hover, .btn-primary:hover, button:hover {
    background-color: #A5C249 !important;
    border-color: #A5C249 !important;
}

/* Links (safer targeting) */
a:not(p a):not(li a) {
    color: #024430 !important;
}

/* Borders only for theme classes */
[class*="primary"],
[class*="theme"],
[class*="btn"] {
    border-color: #024430 !important;
}

/* ⚠️ safer inline fix (NO forced background/text) */
*[style*="#3b38eb"],
*[style*="#6600d3"],
*[style*="#15ebae"] {
    border-color: #024430 !important;
}
</style>

<script id="global-color-js-fix">
(function() {

    // ❌ skip admin/backend completely
    if (document.body.classList.contains("wp-admin")) return;

    const map = {
        "rgb(59, 56, 235)": "#024430",
        "rgb(102, 0, 211)": "#A5C249",
        "rgb(21, 235, 174)": "#A5C249"
    };

    // ✅ ONLY scan UI elements (NOT everything)
    const elements = document.querySelectorAll("button, .btn, .btn-primary, a, .badge");

    elements.forEach(el => {
        const style = window.getComputedStyle(el);

        ["backgroundColor","borderColor"].forEach(prop => {
            const val = style[prop];
            for (let key in map) {
                if (val.includes(key)) {
                    el.style[prop] = map[key];
                }
            }
        });
    });

})();
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dinnative.co.za/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dinnative.co.za/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://dinnative.co.za/wp-sitemap-posts-services-1.xml</loc></sitemap><sitemap><loc>https://dinnative.co.za/wp-sitemap-posts-projects-1.xml</loc></sitemap><sitemap><loc>https://dinnative.co.za/wp-sitemap-posts-team-1.xml</loc></sitemap><sitemap><loc>https://dinnative.co.za/wp-sitemap-taxonomies-Type2-1.xml</loc></sitemap><sitemap><loc>https://dinnative.co.za/wp-sitemap-taxonomies-Type3-1.xml</loc></sitemap></sitemapindex>
