{"id":265,"date":"2026-01-29T07:23:03","date_gmt":"2026-01-29T07:23:03","guid":{"rendered":"https:\/\/savvyscopemedia.co.ke\/?page_id=265"},"modified":"2026-02-09T16:12:55","modified_gmt":"2026-02-09T16:12:55","slug":"digital-marketing-training-and-workshops","status":"publish","type":"page","link":"https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/","title":{"rendered":"Training &amp; Workshops"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"265\" class=\"elementor elementor-265\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49ef3fc e-con-full e-flex e-con e-parent\" data-id=\"49ef3fc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20726a3 elementor-widget elementor-widget-html\" data-id=\"20726a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Training & Workshops | Savvyscope Media Solutions<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&family=Merriweather:wght@700&display=swap\" rel=\"stylesheet\">\n    \n    <!-- Font Awesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        \/* CSS Reset & Variables - Scoped to this page only *\/\n        :root {\n            --primary: #03c4a1;\n            --primary-light: rgba(3, 196, 161, 0.1);\n            --primary-dark: #02a98b;\n            --secondary: #07172d;\n            --secondary-light: rgba(7, 23, 45, 0.05);\n            --light: #f8f9fa;\n            --gray-light: #e9ecef;\n            --gray: #64748b;\n            --gray-dark: #334155;\n            --white: #ffffff;\n            --shadow: 0 4px 20px rgba(7, 23, 45, 0.08);\n            --shadow-hover: 0 8px 30px rgba(3, 196, 161, 0.15);\n            --shadow-card: 0 10px 25px rgba(7, 23, 45, 0.1);\n            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            --border-radius: 12px;\n        }\n        \n        \/* Only style elements within this page's container *\/\n        .training-page-container {\n            font-family: 'Inter', sans-serif;\n            font-weight: 400;\n            line-height: 1.6;\n            color: var(--secondary);\n            background-color: var(--white);\n            overflow-x: hidden;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            font-size: 16px; \/* Base font size set to 16px *\/\n        }\n        \n        \/* Scoped typography - only affects elements inside our container *\/\n        .training-page-container h1,\n        .training-page-container h2,\n        .training-page-container h3,\n        .training-page-container h4,\n        .training-page-container h5,\n        .training-page-container h6 {\n            margin-bottom: 1rem;\n            line-height: 1.3;\n        }\n        \n        .training-page-container h1 {\n            font-family: 'Merriweather', serif;\n            font-weight: 700;\n            font-size: clamp(2rem, 4vw, 2.5rem); \/* Responsive *\/\n            color: var(--secondary);\n        }\n        \n        .training-page-container h2 {\n            font-family: 'Merriweather', serif;\n            font-weight: 700;\n            font-size: clamp(1.5rem, 3vw, 2rem); \/* Responsive *\/\n            color: var(--secondary);\n        }\n        \n        .training-page-container h3 {\n            font-family: 'Inter', sans-serif;\n            font-weight: 600;\n            font-size: 1.25rem; \/* ~20px *\/\n            color: var(--secondary);\n        }\n        \n        .training-page-container p {\n            margin-bottom: 1rem;\n            font-size: 1rem; \/* 16px *\/\n            font-weight: 300;\n            color: var(--gray-dark);\n        }\n        \n        .training-page-container .lead {\n            font-size: 1.125rem; \/* ~18px *\/\n            font-weight: 400;\n            color: var(--secondary);\n        }\n        \n        .training-page-container strong {\n            font-weight: 600;\n        }\n        \n        \/* Container - scoped *\/\n        .training-page-container .container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n        \n        \/* Buttons - scoped *\/\n        .training-page-container .btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.5rem;\n            font-family: 'Inter', sans-serif;\n            font-weight: 600;\n            font-size: 1rem; \/* 16px *\/\n            text-decoration: none;\n            padding: 0.875rem 2rem;\n            border-radius: 8px;\n            transition: var(--transition);\n            border: none;\n            cursor: pointer;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .training-page-container .btn-primary {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n            color: var(--white);\n            box-shadow: 0 4px 15px rgba(3, 196, 161, 0.25);\n        }\n        \n        .training-page-container .btn-primary:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(3, 196, 161, 0.4);\n            color: var(--white);\n        }\n        \n        .training-page-container .btn-outline {\n            background-color: transparent;\n            color: var(--primary);\n            border: 2px solid var(--primary);\n        }\n        \n        .training-page-container .btn-outline:hover {\n            background-color: rgba(3, 196, 161, 0.1);\n            transform: translateY(-3px);\n        }\n        \n        \/* Enhanced Header - scoped *\/\n        .training-page-container .page-header {\n            background: linear-gradient(135deg, rgba(7, 23, 45, 0.95) 0%, rgba(7, 23, 45, 0.85) 100%), url('https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');\n            background-size: cover;\n            background-position: center;\n            background-attachment: fixed;\n            color: var(--white);\n            padding: 4rem 0 3rem; \/* Reduced from 8rem 0 6rem *\/\n            margin-bottom: 3rem; \/* Reduced from 5rem *\/\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .training-page-container .page-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary), var(--primary-dark));\n        }\n        \n        .training-page-container .page-header h1 {\n            color: var(--white);\n            margin-bottom: 1rem;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .training-page-container .page-header .lead {\n            color: rgba(255, 255, 255, 0.9);\n            font-size: 1.25rem; \/* Reduced from 1.5rem *\/\n            max-width: 800px;\n            position: relative;\n            z-index: 2;\n        }\n        \n        \/* Hero Section - scoped *\/\n        .training-page-container .hero {\n            margin-bottom: 3rem; \/* Reduced from 6rem *\/\n        }\n        \n        .training-page-container .hero-content {\n            max-width: 900px;\n            margin: 0 auto;\n            text-align: center;\n            padding: 0 1rem;\n        }\n        \n        \/* Enhanced Section Styles - scoped *\/\n        .training-page-container .section {\n            margin-bottom: 4rem; \/* Reduced from 6rem *\/\n            position: relative;\n        }\n        \n        .training-page-container .section-header {\n            text-align: center;\n            margin-bottom: 3rem; \/* Reduced from 4rem *\/\n            position: relative;\n        }\n        \n        .training-page-container .section-header h2 {\n            position: relative;\n            display: inline-block;\n            padding-bottom: 1rem;\n        }\n        \n        .training-page-container .section-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 3px;\n            background: linear-gradient(90deg, var(--primary), var(--primary-dark));\n            border-radius: 2px;\n        }\n        \n        \/* Enhanced Training Topics Grid - scoped *\/\n        .training-page-container .topics-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 1.5rem; \/* Reduced from 2.5rem *\/\n            margin-bottom: 3rem; \/* Reduced from 5rem *\/\n        }\n        \n        .training-page-container .topic-card {\n            background: var(--white);\n            border-radius: var(--border-radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-card);\n            transition: var(--transition);\n            height: 100%;\n            border-top: 4px solid var(--primary);\n            position: relative;\n            padding: 1.5rem; \/* Added padding *\/\n        }\n        \n        .training-page-container .topic-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-hover);\n            border-top-color: var(--primary-dark);\n        }\n        \n        .training-page-container .topic-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 100%;\n            background: linear-gradient(135deg, var(--primary-light) 0%, transparent 100%);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n        \n        .training-page-container .topic-card:hover::before {\n            opacity: 0.3;\n        }\n        \n        .training-page-container .topic-icon {\n            background-color: var(--primary-light);\n            color: var(--primary);\n            width: 60px; \/* Reduced from 70px *\/\n            height: 60px; \/* Reduced from 70px *\/\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1.5rem;\n            font-size: 1.5rem; \/* Reduced from 1.75rem *\/\n            transition: var(--transition);\n            position: relative;\n            z-index: 1;\n        }\n        \n        .training-page-container .topic-card:hover .topic-icon {\n            transform: rotate(5deg) scale(1.1);\n            background-color: var(--primary);\n            color: var(--white);\n        }\n        \n        .training-page-container .topic-content {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .training-page-container .topic-content h3 {\n            text-align: center;\n            margin-bottom: 1rem;\n        }\n        \n        .training-page-container .topic-content ul {\n            padding-left: 1.25rem; \/* Reduced from 1.5rem *\/\n            margin-bottom: 1rem;\n        }\n        \n        .training-page-container .topic-content li {\n            margin-bottom: 0.5rem;\n            font-size: 0.95rem; \/* ~15.2px *\/\n            line-height: 1.5;\n            color: var(--gray-dark);\n            position: relative;\n            padding-left: 0.5rem;\n        }\n        \n        .training-page-container .topic-content li::before {\n            content: '\u2022';\n            color: var(--primary);\n            font-weight: 600;\n            position: absolute;\n            left: -1rem;\n        }\n        \n        \/* Enhanced Approach Section - scoped *\/\n        .training-page-container .approach {\n            background: linear-gradient(135deg, var(--secondary-light) 0%, rgba(3, 196, 161, 0.03) 100%);\n            padding: 3rem 0; \/* Reduced from 5rem *\/\n            margin-bottom: 4rem; \/* Reduced from 6rem *\/\n            border-radius: var(--border-radius);\n        }\n        \n        .training-page-container .approach-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 1.5rem; \/* Reduced from 2rem *\/\n        }\n        \n        .training-page-container .approach-item {\n            text-align: center;\n            padding: 1.5rem; \/* Reduced from 2rem *\/\n            background: var(--white);\n            border-radius: var(--border-radius);\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n        \n        .training-page-container .approach-item:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-hover);\n        }\n        \n        .training-page-container .approach-icon {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n            color: var(--white);\n            width: 50px; \/* Reduced from 60px *\/\n            height: 50px; \/* Reduced from 60px *\/\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1rem; \/* Reduced from 1.5rem *\/\n            font-size: 1.25rem; \/* Reduced from 1.5rem *\/\n            transition: var(--transition);\n        }\n        \n        .training-page-container .approach-item:hover .approach-icon {\n            transform: rotate(10deg) scale(1.1);\n        }\n        \n        \/* Enhanced Target Audience - scoped *\/\n        .training-page-container .audience-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 1.5rem; \/* Reduced from 2rem *\/\n            margin-bottom: 3rem; \/* Reduced from 4rem *\/\n        }\n        \n        .training-page-container .audience-item {\n            background-color: var(--white);\n            border-radius: var(--border-radius);\n            padding: 1.5rem; \/* Reduced from 2rem *\/\n            text-align: center;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            border: 1px solid var(--gray-light);\n        }\n        \n        .training-page-container .audience-item:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-hover);\n            border-color: var(--primary-light);\n        }\n        \n        .training-page-container .audience-icon {\n            color: var(--primary);\n            font-size: 2rem; \/* Reduced from 2.5rem *\/\n            margin-bottom: 1rem; \/* Reduced from 1.5rem *\/\n            transition: var(--transition);\n        }\n        \n        .training-page-container .audience-item:hover .audience-icon {\n            transform: scale(1.1);\n            color: var(--primary-dark);\n        }\n        \n        \/* Enhanced Benefits Section - scoped *\/\n        .training-page-container .benefits {\n            background: linear-gradient(135deg, var(--secondary) 0%, #0a1f3a 100%);\n            color: var(--white);\n            padding: 4rem 0; \/* Reduced from 6rem *\/\n            margin-bottom: 4rem; \/* Reduced from 6rem *\/\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .training-page-container .benefits::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" preserveAspectRatio=\"none\"><path d=\"M0,0 L100,0 L100,100 Z\" fill=\"rgba(3, 196, 161, 0.05)\"\/><\/svg>');\n            background-size: cover;\n        }\n        \n        .training-page-container .benefits h2 {\n            color: var(--white);\n        }\n        \n        .training-page-container .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem; \/* Reduced from 2rem *\/\n            position: relative;\n            z-index: 1;\n        }\n        \n        .training-page-container .benefit-item {\n            padding: 1.5rem; \/* Reduced from 2rem *\/\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: var(--border-radius);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            transition: var(--transition);\n        }\n        \n        .training-page-container .benefit-item:hover {\n            background: rgba(255, 255, 255, 0.08);\n            transform: translateY(-5px);\n            border-color: rgba(3, 196, 161, 0.3);\n        }\n        \n        .training-page-container .benefit-item h3 {\n            color: var(--primary);\n            font-size: 1.125rem;\n        }\n        \n        .training-page-container .benefit-item p {\n            color: rgba(255, 255, 255, 0.9);\n            font-size: 0.95rem;\n        }\n        \n        \/* Enhanced CTA Section - scoped *\/\n        .training-page-container .cta-section {\n            text-align: center;\n            padding: 3rem; \/* Reduced from 5rem *\/\n            background: linear-gradient(135deg, rgba(3, 196, 161, 0.08) 0%, rgba(7, 23, 45, 0.03) 100%);\n            border-radius: var(--border-radius);\n            margin-bottom: 4rem; \/* Reduced from 6rem *\/\n            border: 1px solid var(--primary-light);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .training-page-container .cta-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, var(--primary), var(--primary-dark));\n        }\n        \n        .training-page-container .cta-section h2 {\n            margin-bottom: 1rem;\n        }\n        \n        .training-page-container .cta-section p {\n            max-width: 700px;\n            margin: 0 auto 1.5rem; \/* Reduced from 2.5rem *\/\n            font-size: 1rem;\n        }\n        \n        .training-page-container .cta-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 1rem; \/* Reduced from 1.5rem *\/\n            flex-wrap: wrap;\n            margin-bottom: 1.5rem;\n        }\n        \n        \/* Enhanced Responsive Styles - scoped *\/\n        @media screen and (max-width: 1024px) {\n            .training-page-container .topics-grid {\n                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n                gap: 1.25rem;\n            }\n            \n            .training-page-container .approach-grid,\n            .training-page-container .audience-grid,\n            .training-page-container .benefits-grid {\n                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n                gap: 1.25rem;\n            }\n        }\n        \n        @media screen and (max-width: 768px) {\n            .training-page-container .page-header {\n                padding: 3rem 0 2rem;\n                margin-bottom: 2rem;\n                background-attachment: scroll;\n            }\n            \n            .training-page-container .container {\n                padding: 0 1rem;\n            }\n            \n            .training-page-container .section {\n                margin-bottom: 3rem;\n            }\n            \n            .training-page-container .section-header {\n                margin-bottom: 2rem;\n            }\n            \n            .training-page-container .topics-grid {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n            }\n            \n            .training-page-container .topic-card {\n                padding: 1.25rem;\n            }\n            \n            .training-page-container .approach,\n            .training-page-container .benefits {\n                padding: 2rem 0;\n            }\n            \n            .training-page-container .cta-section {\n                padding: 2rem;\n                margin-bottom: 3rem;\n            }\n            \n            .training-page-container .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n                gap: 0.75rem;\n            }\n            \n            .training-page-container .cta-buttons .btn {\n                width: 100%;\n                max-width: 300px;\n            }\n        }\n        \n        @media screen and (max-width: 480px) {\n            .training-page-container .page-header {\n                padding: 2rem 0 1.5rem;\n            }\n            \n            .training-page-container .container {\n                padding: 0 0.75rem;\n            }\n            \n            .training-page-container .topic-card {\n                padding: 1rem;\n            }\n            \n            .training-page-container .approach-grid,\n            .training-page-container .audience-grid,\n            .training-page-container .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .training-page-container .cta-section {\n                padding: 1.5rem;\n            }\n        }\n        \n        \/* Animation classes *\/\n        .training-page-container .fade-in {\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.6s ease, transform 0.6s ease;\n        }\n        \n        .training-page-container .fade-in.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        \/* Staggered animation delays *\/\n        .training-page-container .topic-card:nth-child(1) { transition-delay: 0.1s; }\n        .training-page-container .topic-card:nth-child(2) { transition-delay: 0.2s; }\n        .training-page-container .topic-card:nth-child(3) { transition-delay: 0.3s; }\n        .training-page-container .topic-card:nth-child(4) { transition-delay: 0.4s; }\n        .training-page-container .topic-card:nth-child(5) { transition-delay: 0.5s; }\n    <\/style>\n<\/head>\n<body>\n    <!-- Page Container - Everything is scoped within this div -->\n    <div class=\"training-page-container\">\n        <!-- Enhanced Header -->\n        <header class=\"page-header\">\n            <div class=\"container\">\n                <h1>Training & Workshops<\/h1>\n                <p class=\"lead\">Practical Training That Builds Communication Capacity<\/p>\n            <\/div>\n        <\/header>\n\n        <!-- Hero Section -->\n        <section class=\"hero\">\n            <div class=\"container\">\n                <div class=\"hero-content\">\n                    <p>Savvyscope Media Solutions offers tailored training and workshops designed to strengthen communication, digital, and content management skills within organizations. Our sessions are practical, interactive, and aligned with real-world communication needs for NGOs, SMEs, and professional service providers.<\/p>\n                    <p><strong>We focus on building internal capacity\u2014so your team can communicate more clearly, consistently, and confidently.<\/strong><\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- What We Train On -->\n        <section class=\"section\">\n            <div class=\"container\">\n                <div class=\"section-header\">\n                    <h2>What We Train On<\/h2>\n                    <p class=\"lead\">Comprehensive training modules designed for real-world application<\/p>\n                <\/div>\n                \n                <div class=\"topics-grid\">\n                    <!-- Topic 1 -->\n                    <div class=\"topic-card fade-in\">\n                        <div class=\"topic-icon\">\n                            <i class=\"fas fa-bullseye\"><\/i>\n                        <\/div>\n                        <div class=\"topic-content\">\n                            <h3>Digital Communication & Content Strategy<\/h3>\n                            <p>We help teams understand how to communicate effectively across digital platforms, with clarity and purpose.<\/p>\n                            <ul>\n                                <li>Content planning and messaging frameworks<\/li>\n                                <li>Audience-focused communication<\/li>\n                                <li>Platform selection and content alignment<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Topic 2 -->\n                    <div class=\"topic-card fade-in\">\n                        <div class=\"topic-icon\">\n                            <i class=\"fas fa-hashtag\"><\/i>\n                        <\/div>\n                        <div class=\"topic-content\">\n                            <h3>Social Media Management Training<\/h3>\n                            <p>Equip your team with skills to manage social platforms professionally and consistently.<\/p>\n                            <ul>\n                                <li>Content calendars and posting strategies<\/li>\n                                <li>Community engagement and moderation<\/li>\n                                <li>Brand voice and tone alignment<\/li>\n                                <li>Basic performance tracking<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Topic 3 -->\n                    <div class=\"topic-card fade-in\">\n                        <div class=\"topic-icon\">\n                            <i class=\"fas fa-envelope-open-text\"><\/i>\n                        <\/div>\n                        <div class=\"topic-content\">\n                            <h3>Newsletter & Email Communication Training<\/h3>\n                            <p>Improve how your organization communicates with donors, clients, and stakeholders.<\/p>\n                            <ul>\n                                <li>Newsletter structure and design principles<\/li>\n                                <li>Writing clear, engaging email content<\/li>\n                                <li>Subscriber management and best practices<\/li>\n                                <li>Ethical and compliant email communication<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Topic 4 -->\n                    <div class=\"topic-card fade-in\">\n                        <div class=\"topic-icon\">\n                            <i class=\"fas fa-palette\"><\/i>\n                        <\/div>\n                        <div class=\"topic-content\">\n                            <h3>Branding & Visual Communication Workshops<\/h3>\n                            <p>Ensure visual consistency across all your communication materials.<\/p>\n                            <ul>\n                                <li>Brand identity basics<\/li>\n                                <li>Design principles for non-designers<\/li>\n                                <li>Creating professional reports, presentations, and campaign materials<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Topic 5 -->\n                    <div class=\"topic-card fade-in\">\n                        <div class=\"topic-icon\">\n                            <i class=\"fas fa-laptop-code\"><\/i>\n                        <\/div>\n                        <div class=\"topic-content\">\n                            <h3>Website Content & Digital Presence Training<\/h3>\n                            <p>Help teams manage and update websites confidently.<\/p>\n                            <ul>\n                                <li>Website content planning<\/li>\n                                <li>Writing for clarity and usability<\/li>\n                                <li>Content updates and basic CMS management<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Our Training Approach -->\n        <section class=\"section approach\">\n            <div class=\"container\">\n                <div class=\"section-header\">\n                    <h2>Our Training Approach<\/h2>\n                    <p class=\"lead\">We believe training should deliver tangible results through engagement and practical application<\/p>\n                <\/div>\n                \n                <div class=\"approach-grid\">\n                    <div class=\"approach-item fade-in\">\n                        <div class=\"approach-icon\">\n                            <i class=\"fas fa-tools\"><\/i>\n                        <\/div>\n                        <h3>Practical<\/h3>\n                        <p>Focused on real tools and scenarios your team encounters daily<\/p>\n                    <\/div>\n                    \n                    <div class=\"approach-item fade-in\">\n                        <div class=\"approach-icon\">\n                            <i class=\"fas fa-users\"><\/i>\n                        <\/div>\n                        <h3>Participatory<\/h3>\n                        <p>Hands-on sessions with interactive discussions and exercises<\/p>\n                    <\/div>\n                    \n                    <div class=\"approach-item fade-in\">\n                        <div class=\"approach-icon\">\n                            <i class=\"fas fa-cogs\"><\/i>\n                        <\/div>\n                        <h3>Customized<\/h3>\n                        <p>Tailored specifically to your organization's needs and challenges<\/p>\n                    <\/div>\n                    \n                    <div class=\"approach-item fade-in\">\n                        <div class=\"approach-icon\">\n                            <i class=\"fas fa-chart-line\"><\/i>\n                        <\/div>\n                        <h3>Outcome-Oriented<\/h3>\n                        <p>Clear learning objectives with measurable results<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div style=\"text-align: center; margin-top: 2rem;\">\n                    <p style=\"font-size: 0.95rem;\"><strong>Sessions can be delivered:<\/strong> In-person or virtual \u2022 As short workshops or multi-day trainings \u2022 For small teams or larger groups<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Who This Is For -->\n        <section class=\"section\">\n            <div class=\"container\">\n                <div class=\"section-header\">\n                    <h2>Who This Is For<\/h2>\n                    <p class=\"lead\">Designed for organizations committed to strengthening their communication capacity<\/p>\n                <\/div>\n                \n                <div class=\"audience-grid\">\n                    <div class=\"audience-item fade-in\">\n                        <div class=\"audience-icon\">\n                            <i class=\"fas fa-hands-helping\"><\/i>\n                        <\/div>\n                        <h3>NGOs & Development Organizations<\/h3>\n                        <p>Strengthen donor communication, impact reporting, and stakeholder engagement<\/p>\n                    <\/div>\n                    \n                    <div class=\"audience-item fade-in\">\n                        <div class=\"audience-icon\">\n                            <i class=\"fas fa-building\"><\/i>\n                        <\/div>\n                        <h3>SMEs Building Internal Teams<\/h3>\n                        <p>Develop consistent brand communication across all platforms<\/p>\n                    <\/div>\n                    \n                    <div class=\"audience-item fade-in\">\n                        <div class=\"audience-icon\">\n                            <i class=\"fas fa-briefcase\"><\/i>\n                        <\/div>\n                        <h3>Professional Service Firms<\/h3>\n                        <p>Enhance client communication, proposals, and professional presence<\/p>\n                    <\/div>\n                    \n                    <div class=\"audience-item fade-in\">\n                        <div class=\"audience-icon\">\n                            <i class=\"fas fa-user-tie\"><\/i>\n                        <\/div>\n                        <h3>Project Teams & Management Staff<\/h3>\n                        <p>Improve internal and external communication at all organizational levels<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Why Train With Savvyscope -->\n        <section class=\"section benefits\">\n            <div class=\"container\">\n                <div class=\"section-header\">\n                    <h2>Why Train With Savvyscope<\/h2>\n                    <p class=\"lead\" style=\"color: rgba(255, 255, 255, 0.9);\">Experience, understanding, and practical expertise that delivers results<\/p>\n                <\/div>\n                \n                <div class=\"benefits-grid\">\n                    <div class=\"benefit-item fade-in\">\n                        <h3>Proven Experience<\/h3>\n                        <p>Deep expertise in communication strategy, digital transformation, and content management across various sectors.<\/p>\n                    <\/div>\n                    \n                    <div class=\"benefit-item fade-in\">\n                        <h3>Sector Understanding<\/h3>\n                        <p>Specialized knowledge of NGO environments, SME challenges, and professional service requirements.<\/p>\n                    <\/div>\n                    \n                    <div class=\"benefit-item fade-in\">\n                        <h3>Clear Facilitation<\/h3>\n                        <p>Engaging, easy-to-understand training style that makes complex concepts accessible to all team members.<\/p>\n                    <\/div>\n                    \n                    <div class=\"benefit-item fade-in\">\n                        <h3>Actionable Tools<\/h3>\n                        <p>Participants leave with practical frameworks, templates, and strategies they can implement immediately.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Enhanced CTA Section -->\n        <section class=\"section\">\n            <div class=\"container\">\n                <div class=\"cta-section\">\n                    <h2>Let's Build Your Team's Capacity<\/h2>\n                    <p>Whether you need a one-off workshop or a structured training programme, we'll design a solution that fits your goals and delivers measurable improvement in your team's communication capabilities.<\/p>\n                    \n                    <div class=\"cta-buttons\">\n                        <a href=\"https:\/\/savvyscopemedia.co.ke\/index.php\/free-strategy-call\/\" class=\"btn btn-primary\">\n                            <i class=\"fas fa-file-alt\"><\/i> Request a Training Proposal\n                        <\/a>\n                        <a href=\"https:\/\/savvyscopemedia.co.ke\/index.php\/free-strategy-call\/\" class=\"btn btn-outline\">\n                            <i class=\"fas fa-calendar-alt\"><\/i> Schedule a Consultation\n                        <\/a>\n                    <\/div>\n                    \n                    <p style=\"margin-top: 1.5rem; font-size: 0.95rem; color: var(--gray);\">\n                        <i class=\"fas fa-phone-alt\" style=\"margin-right: 8px;\"><\/i> Ready to talk? Call us at +254 781 395 489\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <script>\n        \/\/ Enhanced JavaScript with animations\n        document.addEventListener('DOMContentLoaded', function() {\n            const container = document.querySelector('.training-page-container');\n            \n            \/\/ Initialize Intersection Observer for animations\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: '0px 0px -30px 0px'\n            };\n            \n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach((entry, index) => {\n                    if (entry.isIntersecting) {\n                        const delay = (index % 10) * 100; \/\/ Stagger animations\n                        setTimeout(() => {\n                            entry.target.classList.add('visible');\n                        }, delay);\n                        \n                        \/\/ Add subtle glow effect\n                        if (entry.target.classList.contains('topic-card') || \n                            entry.target.classList.contains('approach-item') ||\n                            entry.target.classList.contains('audience-item') ||\n                            entry.target.classList.contains('benefit-item')) {\n                            setTimeout(() => {\n                                entry.target.style.boxShadow = '0 15px 35px rgba(3, 196, 161, 0.2)';\n                                setTimeout(() => {\n                                    entry.target.style.boxShadow = '';\n                                }, 500);\n                            }, delay + 300);\n                        }\n                    }\n                });\n            }, observerOptions);\n            \n            \/\/ Observe all fade-in elements\n            if (container) {\n                container.querySelectorAll('.fade-in').forEach(element => {\n                    observer.observe(element);\n                });\n                \n                \/\/ Smooth scrolling for anchor links\n                container.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n                    anchor.addEventListener('click', function (e) {\n                        e.preventDefault();\n                        \n                        const targetId = this.getAttribute('href');\n                        if (targetId === '#') return;\n                        \n                        const targetElement = container.querySelector(targetId);\n                        if (targetElement) {\n                            window.scrollTo({\n                                top: targetElement.offsetTop - 80,\n                                behavior: 'smooth'\n                            });\n                        } else {\n                            \/\/ If target is not in container, scroll to top\n                            window.scrollTo({\n                                top: 0,\n                                behavior: 'smooth'\n                            });\n                        }\n                    });\n                });\n                \n                \/\/ Enhanced button hover effects\n                container.querySelectorAll('.btn').forEach(button => {\n                    button.addEventListener('mouseenter', function() {\n                        const icon = this.querySelector('i');\n                        if (icon) {\n                            icon.style.transform = 'scale(1.2)';\n                            icon.style.transition = 'transform 0.3s ease';\n                        }\n                    });\n                    \n                    button.addEventListener('mouseleave', function() {\n                        const icon = this.querySelector('i');\n                        if (icon) {\n                            icon.style.transform = 'scale(1)';\n                        }\n                    });\n                    \n                    button.addEventListener('click', function(e) {\n                        \/\/ Add click animation\n                        this.style.transform = 'scale(0.98)';\n                        setTimeout(() => {\n                            this.style.transform = '';\n                        }, 150);\n                        \n                        const buttonText = this.textContent.trim();\n                        console.log(`Training CTA clicked: ${buttonText}`);\n                        \/\/ In production, send to analytics\n                    });\n                });\n                \n                \/\/ Card hover effects with animation\n                container.querySelectorAll('.topic-card, .approach-item, .audience-item, .benefit-item').forEach(card => {\n                    card.addEventListener('mouseenter', function() {\n                        const icon = this.querySelector('.topic-icon, .approach-icon, .audience-icon');\n                        if (icon) {\n                            icon.style.transform = icon.style.transform.includes('rotate') \n                                ? icon.style.transform + ' scale(1.15)' \n                                : 'scale(1.15)';\n                        }\n                    });\n                    \n                    card.addEventListener('mouseleave', function() {\n                        const icon = this.querySelector('.topic-icon, .approach-icon, .audience-icon');\n                        if (icon) {\n                            if (icon.classList.contains('topic-icon')) {\n                                icon.style.transform = '';\n                            } else {\n                                icon.style.transform = 'scale(1)';\n                            }\n                        }\n                    });\n                });\n                \n                \/\/ Parallax effect for header\n                const header = container.querySelector('.page-header');\n                if (header) {\n                    window.addEventListener('scroll', function() {\n                        const scrolled = window.pageYOffset;\n                        const rate = scrolled * -0.5;\n                        header.style.backgroundPosition = `center ${rate}px`;\n                    });\n                }\n            }\n            \n            \/\/ Add keyboard navigation support\n            document.addEventListener('keydown', function(e) {\n                if (e.key === 'Escape') {\n                    \/\/ Close any open modals or menus\n                    console.log('Escape pressed - close modal functionality here');\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\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>Training &#038; Workshops | Savvyscope Media Solutions Training &#038; Workshops Practical Training That Builds Communication Capacity Savvyscope Media Solutions offers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","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":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","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":"default","ast-page-background-enabled":"default","ast-page-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-opacity":"","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-opacity":"","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-opacity":"","overlay-gradient":""}},"ast-content-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-opacity":"","overlay-gradient":""},"tablet":{"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-opacity":"","overlay-gradient":""},"mobile":{"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-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-265","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Digital Marketing Training and Workshops for NGOs &amp; SMEs - Savvyscope Media Solutions<\/title>\n<meta name=\"description\" content=\"Our digital marketing training and workshops build practical skills through hands-on sessions tailored for NGOs, SMEs, and professionals.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Digital Marketing Training and Workshops for NGOs &amp; SMEs - Savvyscope Media Solutions\" \/>\n<meta property=\"og:description\" content=\"Our digital marketing training and workshops build practical skills through hands-on sessions tailored for NGOs, SMEs, and professionals.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/\" \/>\n<meta property=\"og:site_name\" content=\"Savvyscope Media Solutions\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-09T16:12:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/savvyscopemedia.co.ke\\\/index.php\\\/digital-marketing-training-and-workshops\\\/\",\"url\":\"https:\\\/\\\/savvyscopemedia.co.ke\\\/index.php\\\/digital-marketing-training-and-workshops\\\/\",\"name\":\"Digital Marketing Training and Workshops for NGOs & SMEs - Savvyscope Media Solutions\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/savvyscopemedia.co.ke\\\/#website\"},\"datePublished\":\"2026-01-29T07:23:03+00:00\",\"dateModified\":\"2026-02-09T16:12:55+00:00\",\"description\":\"Our digital marketing training and workshops build practical skills through hands-on sessions tailored for NGOs, SMEs, and professionals.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/savvyscopemedia.co.ke\\\/index.php\\\/digital-marketing-training-and-workshops\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/savvyscopemedia.co.ke\\\/index.php\\\/digital-marketing-training-and-workshops\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/savvyscopemedia.co.ke\\\/index.php\\\/digital-marketing-training-and-workshops\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/savvyscopemedia.co.ke\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Training &amp; Workshops\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/savvyscopemedia.co.ke\\\/#website\",\"url\":\"https:\\\/\\\/savvyscopemedia.co.ke\\\/\",\"name\":\"Savvyscope Media Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/savvyscopemedia.co.ke\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Digital Marketing Training and Workshops for NGOs & SMEs - Savvyscope Media Solutions","description":"Our digital marketing training and workshops build practical skills through hands-on sessions tailored for NGOs, SMEs, and professionals.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/","og_locale":"en_US","og_type":"article","og_title":"Digital Marketing Training and Workshops for NGOs & SMEs - Savvyscope Media Solutions","og_description":"Our digital marketing training and workshops build practical skills through hands-on sessions tailored for NGOs, SMEs, and professionals.","og_url":"https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/","og_site_name":"Savvyscope Media Solutions","article_modified_time":"2026-02-09T16:12:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/","url":"https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/","name":"Digital Marketing Training and Workshops for NGOs & SMEs - Savvyscope Media Solutions","isPartOf":{"@id":"https:\/\/savvyscopemedia.co.ke\/#website"},"datePublished":"2026-01-29T07:23:03+00:00","dateModified":"2026-02-09T16:12:55+00:00","description":"Our digital marketing training and workshops build practical skills through hands-on sessions tailored for NGOs, SMEs, and professionals.","breadcrumb":{"@id":"https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/savvyscopemedia.co.ke\/index.php\/digital-marketing-training-and-workshops\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/savvyscopemedia.co.ke\/"},{"@type":"ListItem","position":2,"name":"Training &amp; Workshops"}]},{"@type":"WebSite","@id":"https:\/\/savvyscopemedia.co.ke\/#website","url":"https:\/\/savvyscopemedia.co.ke\/","name":"Savvyscope Media Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/savvyscopemedia.co.ke\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/savvyscopemedia.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savvyscopemedia.co.ke\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/savvyscopemedia.co.ke\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/savvyscopemedia.co.ke\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/savvyscopemedia.co.ke\/index.php\/wp-json\/wp\/v2\/comments?post=265"}],"version-history":[{"count":0,"href":"https:\/\/savvyscopemedia.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/265\/revisions"}],"wp:attachment":[{"href":"https:\/\/savvyscopemedia.co.ke\/index.php\/wp-json\/wp\/v2\/media?parent=265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}