{"id":324,"date":"2026-05-24T00:42:35","date_gmt":"2026-05-24T00:42:35","guid":{"rendered":"https:\/\/heyoninstitute.lk\/?page_id=324"},"modified":"2026-06-15T13:15:10","modified_gmt":"2026-06-15T13:15:10","slug":"capacity-building-for-government-officials","status":"publish","type":"page","link":"https:\/\/heyoninstitute.lk\/?page_id=324","title":{"rendered":"Capacity Building for Government Officials \/ Corporate Staff"},"content":{"rendered":"\n<!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>Course Enrollment &#038; Requests &#8211; Heyon Institute<\/title>\n    <!-- Modern Google Typography -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Noto+Sans+Sinhala:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- FontAwesome for beautiful modern layout icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        :root {\n            --primary-color: #0c4a6e; \/* Deep Professional Blue *\/\n            --secondary-color: #0284c7; \/* Vibrant Tech Blue *\/\n            --accent-color: #f59e0b; \/* Energetic Amber Accent *\/\n            --text-main: #1e293b; \/* Slate Dark *\/\n            --text-muted: #64748b; \/* Slate Gray *\/\n            --bg-light: #f8fafc; \/* Crisp Light Background *\/\n            --white: #ffffff;\n            --shadow: 0 10px 30px rgba(12, 74, 110, 0.05);\n            \n            \/* Premium Luxury Gradient for Footer Banner *\/\n            --footer-gradient: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #0369a1 100%);\n            --footer-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);\n        }\n\n        .heyon-requests-body * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .heyon-requests-body {\n            color: var(--text-main);\n            background-color: #f1f5f9;\n            line-height: 1.6;\n            font-family: 'Inter', sans-serif;\n            padding: 60px 20px;\n        }\n\n        .heyon-req-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* Top Header Styling *\/\n        .req-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .req-section-header h2 {\n            font-size: 2.3rem;\n            font-weight: 800;\n            color: var(--primary-color);\n            margin-bottom: 12px;\n            letter-spacing: -0.5px;\n        }\n\n        .req-section-header h2 span {\n            font-family: 'Noto Sans Sinhala', sans-serif;\n            display: block;\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: var(--secondary-color);\n            margin-top: 5px;\n        }\n\n        .req-header-line {\n            width: 80px;\n            height: 4px;\n            background: var(--accent-color);\n            margin: 15px auto 0 auto;\n            border-radius: 2px;\n        }\n\n        \/* Responsive 2x2 Layout Grid *\/\n        .req-cards-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .req-card {\n            background: var(--white);\n            border-radius: 16px;\n            padding: 35px;\n            box-shadow: var(--shadow);\n            border: 1px solid #e2e8f0;\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n        }\n\n        .req-card:hover {\n            transform: translateY(-5px);\n            border-color: var(--secondary-color);\n            box-shadow: 0 15px 35px rgba(2, 132, 199, 0.1);\n        }\n\n        \/* Card Icon Elements *\/\n        .req-icon-box {\n            width: 55px;\n            height: 55px;\n            background: rgba(2, 132, 199, 0.1);\n            color: var(--secondary-color);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.6rem;\n            margin-bottom: 22px;\n            transition: all 0.3s ease;\n        }\n\n        .req-card:hover .req-icon-box {\n            background: var(--secondary-color);\n            color: var(--white);\n        }\n\n        \/* Typography Inner Content Rules *\/\n        .req-content-block {\n            margin-bottom: 25px;\n        }\n\n        .req-title-en {\n            font-size: 1.3rem;\n            font-weight: 700;\n            color: var(--primary-color);\n            margin-bottom: 6px;\n        }\n\n        .req-title-si {\n            font-family: 'Noto Sans Sinhala', sans-serif;\n            font-size: 1.15rem;\n            font-weight: 600;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n        }\n\n        .req-desc-en {\n            font-size: 0.98rem;\n            color: var(--text-main);\n            margin-bottom: 12px;\n            font-weight: 400;\n        }\n\n        .req-desc-si {\n            font-family: 'Noto Sans Sinhala', sans-serif;\n            font-size: 0.92rem;\n            color: var(--text-muted);\n            line-height: 1.7;\n        }\n\n        \/* Highly Attractive Premium Contact Footer Box *\/\n        .req-footer-banner {\n            background: var(--footer-gradient);\n            color: var(--white);\n            border-radius: 24px;\n            padding: 50px 40px;\n            text-align: center;\n            box-shadow: var(--footer-shadow);\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        \/* Decorative glowing ambient ring effects *\/\n        .req-footer-banner::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -20%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(2, 132, 199, 0.25) 0%, transparent 70%);\n            border-radius: 50%;\n            pointer-events: none;\n        }\n\n        .req-footer-banner::after {\n            content: '';\n            position: absolute;\n            bottom: -40%;\n            left: -10%;\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);\n            border-radius: 50%;\n            pointer-events: none;\n        }\n\n        .req-footer-banner-content {\n            position: relative;\n            z-index: 2;\n            max-width: 850px;\n            margin: 0 auto;\n        }\n\n        .req-footer-banner h3 {\n            font-size: 1.75rem;\n            font-weight: 800;\n            color: var(--white);\n            margin-bottom: 10px;\n            letter-spacing: -0.5px;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n        }\n\n        .req-footer-banner h3 span {\n            font-family: 'Noto Sans Sinhala', sans-serif;\n            font-size: 1.35rem;\n            font-weight: 600;\n            color: #bae6fd; \/* Light beautiful sky blue accent for Sinhala text *\/\n            display: block;\n            margin-top: 6px;\n            text-shadow: none;\n        }\n\n        .req-footer-banner p {\n            font-size: 1.1rem;\n            font-weight: 400;\n            color: #e2e8f0;\n            margin-top: 20px;\n            line-height: 1.8;\n        }\n\n        \/* Ultra-attractive interactive high-contrast hyperlink *\/\n        .req-footer-banner p a {\n            color: var(--accent-color);\n            text-decoration: none;\n            font-weight: 700;\n            padding: 4px 12px;\n            background: rgba(245, 158, 11, 0.12);\n            border: 1px solid rgba(245, 158, 11, 0.3);\n            border-radius: 8px;\n            display: inline-block;\n            margin-left: 5px;\n            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n            box-shadow: 0 4px 12px rgba(245, 158, 11, 0.1);\n        }\n\n        .req-footer-banner p a:hover {\n            color: #0f172a;\n            background: var(--accent-color);\n            border-color: var(--accent-color);\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);\n        }\n\n        \/* Responsive Adaptive Breakpoints *\/\n        @media (max-width: 992px) {\n            .req-cards-grid {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n            .req-section-header h2 { font-size: 2rem; }\n            .req-section-header h2 span { font-size: 1.3rem; }\n            .req-footer-banner h3 { font-size: 1.45rem; }\n            .req-footer-banner h3 span { font-size: 1.15rem; }\n            .req-footer-banner { padding: 40px 25px; }\n        }\n    <\/style>\n<\/head>\n<body class=\"heyon-requests-body\">\n\n    <div class=\"heyon-req-container\">\n        \n        <!-- Section Header -->\n        <header class=\"req-section-header\">\n            <h2>Course Enrollment &#038; Inquiries<\/h2>\n            <h2><span>\u0db4\u0dcf\u0da8\u0db8\u0dcf\u0dbd\u0dcf \u0dbd\u0dd2\u0dba\u0dcf\u0db4\u0daf\u0dd2\u0d82\u0da0\u0dd2\u0dba \u0dc3\u0dc4 \u0dc0\u0dd2\u0db8\u0dc3\u0dd3\u0db8\u0dca<\/span><\/h2>\n            <div class=\"req-header-line\"><\/div>\n        <\/header>\n\n        <!-- 2x2 Functional Cards Layout Matrix -->\n        <div class=\"req-cards-grid\">\n            \n            <!-- Card 1: Scheduled Public Courses -->\n            <div class=\"req-card\">\n                <div class=\"req-content-block\">\n                    <div class=\"req-icon-box\">\n                        <i class=\"fa-solid fa-calendar-check\"><\/i>\n                    <\/div>\n                    <div class=\"req-title-en\">Scheduled Public Courses<\/div>\n                    <div class=\"req-title-si\">\u0db1\u0dd2\u0dba\u0db8\u0dd2\u0dad \u0db4\u0ddc\u0daf\u0dd4 \u0db4\u0dcf\u0da8\u0db8\u0dcf\u0dbd\u0dcf<\/div>\n                    <p class=\"req-desc-en\">We regularly publish and launch high-demand courses directly on this website. Keep checking this page for the latest updates.<\/p>\n                    <p class=\"req-desc-si\">\u0d89\u0dc4\u0dc5 \u0d89\u0dbd\u0dca\u0dbd\u0dd4\u0db8\u0d9a\u0dca \u0d87\u0dad\u0dd2 \u0db4\u0dcf\u0da8\u0db8\u0dcf\u0dbd\u0dcf \u0d85\u0db4\u0dd2 \u0db1\u0dd2\u0dbb\u0db1\u0dca\u0dad\u0dbb\u0dba\u0dd9\u0db1\u0dca \u0db8\u0dd9\u0db8 \u0dc0\u0dd9\u0db6\u0dca \u0d85\u0da9\u0dc0\u0dd2\u0dba\u0dda \u0db4\u0dca\u200d\u0dbb\u0d9a\u0dcf\u0dc1\u0dba\u0da7 \u0db4\u0dad\u0dca \u0d9a\u0dbb \u0d86\u0dbb\u0db8\u0dca\u0db7 \u0d9a\u0dbb\u0db1\u0dd4 \u0dbd\u0db6\u0dba\u0dd2. \u0d85\u0dbd\u0dd4\u0dad\u0dca\u0db8 \u0dad\u0ddc\u0dbb\u0dad\u0dd4\u0dbb\u0dd4 \u0dc3\u0db3\u0dc4\u0dcf \u0db1\u0dd2\u0dbb\u0db1\u0dca\u0dad\u0dbb\u0dba\u0dd9\u0db1\u0dca \u0db8\u0dd9\u0db8 \u0db4\u0dd2\u0da7\u0dd4\u0dc0 \u0db4\u0dbb\u0dd2\u0dc1\u0dd3\u0dbd\u0db1\u0dba \u0d9a\u0dbb\u0db1\u0dca\u0db1.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Card 2: Group Enrollments -->\n            <div class=\"req-card\">\n                <div class=\"req-content-block\">\n                    <div class=\"req-icon-box\">\n                        <i class=\"fa-solid fa-users-gear\"><\/i>\n                    <\/div>\n                    <div class=\"req-title-en\">Group Enrollments (Min. 10 Requests)<\/div>\n                    <div class=\"req-title-si\">\u0d9a\u0dab\u0dca\u0da9\u0dcf\u0dba\u0db8\u0dca \u0dbd\u0dd2\u0dba\u0dcf\u0db4\u0daf\u0dd2\u0d82\u0da0\u0dd2\u0dba (\u0d85\u0dc0\u0db8 \u0d89\u0dbd\u0dca\u0dbd\u0dd3\u0db8\u0dca 10)<\/div>\n                    <p class=\"req-desc-en\">We can launch a brand new intake track as soon as we receive 10 or more individual application requests for any specific course platform.<\/p>\n                    <p class=\"req-desc-si\">\u0d95\u0db1\u0dd1\u0db8 \u0db4\u0dcf\u0da8\u0db8\u0dcf\u0dbd\u0dcf\u0dc0\u0d9a\u0dca \u0dc3\u0db3\u0dc4\u0dcf \u0db4\u0dd4\u0daf\u0dca\u0d9c\u0dbd\u0dba\u0dd2\u0db1\u0dca 10 \u0daf\u0dd9\u0db1\u0dd9\u0d9a\u0dd4 \u0dc4\u0ddd \u0d8a\u0da7 \u0dc0\u0dd0\u0da9\u0dd2 \u0db4\u0dca\u200d\u0dbb\u0db8\u0dcf\u0dab\u0dba\u0d9a\u0d9c\u0dda \u0d89\u0dbd\u0dca\u0dbd\u0dd3\u0db8\u0dca \u0dbd\u0dd0\u0db6\u0dd4\u0dab\u0dd4 \u0dc0\u0dc4\u0dcf\u0db8 \u0db1\u0dc0 \u0d9a\u0dab\u0dca\u0da9\u0dcf\u0dba\u0db8\u0d9a\u0dca \u0d9a\u0da9\u0dd2\u0db1\u0db8\u0dd2\u0db1\u0dca \u0d86\u0dbb\u0db8\u0dca\u0db7 \u0d9a\u0dc5 \u0dc4\u0dd0\u0d9a.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Card 3: Custom Corporate Training -->\n            <div class=\"req-card\">\n                <div class=\"req-content-block\">\n                    <div class=\"req-icon-box\">\n                        <i class=\"fa-solid fa-building-columns\"><\/i>\n                    <\/div>\n                    <div class=\"req-title-en\">Custom Corporate Training<\/div>\n                    <div class=\"req-title-si\">\u0d86\u0dba\u0dad\u0db1\u0dd2\u0d9a \u0db4\u0dd4\u0dc4\u0dd4\u0dab\u0dd4 \u0dc0\u0dd0\u0da9\u0dc3\u0da7\u0dc4\u0db1\u0dca<\/div>\n                    <p class=\"req-desc-en\">We arrange private, securely optimized professional training sessions tailored specifically for your institutional department, ministry, or corporate workforce layout.<\/p>\n                    <p class=\"req-desc-si\">\u0d94\u0db6\u0d9c\u0dda \u0daf\u0dd9\u0db4\u0dcf\u0dbb\u0dca\u0dad\u0db8\u0dda\u0db1\u0dca\u0dad\u0dd4\u0dc0, \u0d85\u0db8\u0dcf\u0dad\u0dca\u200d\u0dba\u0dcf\u0d82\u0dc1\u0dba \u0dc4\u0ddd \u0d86\u0dba\u0dad\u0db1\u0dd2\u0d9a \u0d9a\u0dcf\u0dbb\u0dca\u0dba \u0db8\u0dab\u0dca\u0da9\u0dbd\u0dba\u0da7 \u0d9c\u0dd0\u0dc5\u0db4\u0dd9\u0db1 \u0db4\u0dbb\u0dd2\u0daf\u0dd2 \u0dc0\u0dd2\u0dc1\u0dda\u0dc2\u0dd2\u0dad \u0dc0\u0dd6 \u0db4\u0dd4\u0daf\u0dca\u0d9c\u0dbd\u0dd2\u0d9a \u0db4\u0dd4\u0dc4\u0dd4\u0dab\u0dd4 \u0dc3\u0dd0\u0dc3\u0dd2 \u0d85\u0db4\u0da7 \u0d9a\u0dca\u200d\u0dbb\u0db8\u0dc0\u0dad\u0dca\u0dc0 \u0dc3\u0d82\u0dc0\u0dd2\u0db0\u0dcf\u0db1\u0dba \u0d9a\u0dbb \u0daf\u0dd2\u0dba \u0dc4\u0dd0\u0d9a.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Card 4: Bespoke Programs -->\n            <div class=\"req-card\">\n                <div class=\"req-content-block\">\n                    <div class=\"req-icon-box\">\n                        <i class=\"fa-solid fa-sliders\"><\/i>\n                    <\/div>\n                    <div class=\"req-title-en\">Bespoke Educational Curriculums<\/div>\n                    <div class=\"req-title-si\">\u0dc0\u0dd2\u0dc1\u0dda\u0dc2\u0dd2\u0dad \u0db4\u0dcf\u0da8\u0db8\u0dcf\u0dbd\u0dcf \u0dc3\u0dd0\u0dbd\u0dc3\u0dd4\u0db8\u0dca<\/div>\n                    <p class=\"req-desc-en\">If your organization identifies highly specific technical training gaps, request a fully customized curriculum, and our expert faculty will design a course matching your explicit benchmarks.<\/p>\n                    <p class=\"req-desc-si\">\u0d94\u0db6\u0d9c\u0dda \u0d86\u0dba\u0dad\u0db1\u0dba\u0da7 \u0d85\u0dc0\u0dc1\u0dca\u200d\u0dba \u0dc0\u0dd2\u0dc1\u0dda\u0dc2\u0dd2\u0dad \u0db4\u0dd4\u0dc4\u0dd4\u0dab\u0dd4 \u0d85\u0dc0\u0dc1\u0dca\u200d\u0dba\u0dad\u0dcf\u0dc0\u0dba\u0d9a\u0dca \u0db4\u0dc0\u0dad\u0dd3 \u0db1\u0db8\u0dca \u0d85\u0db4 \u0dc0\u0dd9\u0dad \u0daf\u0dd0\u0db1\u0dd4\u0db8\u0dca \u0daf\u0dd9\u0db1\u0dca\u0db1. \u0d94\u0db6\u0d9c\u0dda \u0d85\u0dc0\u0dc1\u0dca\u200d\u0dba\u0dad\u0dcf\u0dc0\u0dba\u0da7\u0db8 \u0d9c\u0dd0\u0dc5\u0db4\u0dd9\u0db1 \u0db4\u0dbb\u0dd2\u0daf\u0dd2 \u0dc0\u0dd2\u0dc1\u0dda\u0dc2\u0dd2\u0dad \u0dc0\u0dd6 \u0db4\u0dcf\u0da8\u0db8\u0dcf\u0dbd\u0dcf\u0dc0\u0d9a\u0dca \u0dc3\u0dd0\u0dbd\u0dc3\u0dd4\u0db8\u0dca \u0d9a\u0dbb \u0daf\u0dd3\u0db8\u0da7 \u0d85\u0db4 \u0dc3\u0dd6\u0daf\u0dcf\u0db1\u0db8\u0dca.<\/p>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n        <!-- High-Attraction Premium Corporate Contact Footer Box -->\n        <footer class=\"req-footer-banner\">\n            <div class=\"req-footer-banner-content\">\n                <h3>Ready to Upgrade Your Institutional Digital Infrastructure?<\/h3>\n                <h3><span>\u0d94\u0db6\u0d9c\u0dda \u0d86\u0dba\u0dad\u0db1\u0dd2\u0d9a \u0dad\u0dcf\u0d9a\u0dca\u0dc2\u0dab\u0dd2\u0d9a \u0daf\u0dd0\u0db1\u0dd4\u0db8 \u0dc3\u0dc4 \u0d9a\u0dcf\u0dbb\u0dca\u0dba\u0d9a\u0dca\u0dc2\u0db8\u0dad\u0dcf\u0dc0 \u0d89\u0dc4\u0dc5 \u0db1\u0dd0\u0d82\u0dc0\u0dd3\u0db8\u0da7 \u0dc3\u0dd6\u0daf\u0dcf\u0db1\u0db8\u0dca\u0daf?<\/span><\/h3>\n                <p>For custom institutional setups, training proposals, or official documentation delivery, contact us at: <a href=\"mailto:info@heyoninstitute.lk\"><i class=\"fa-solid fa-envelope\"><\/i> info@heyoninstitute.lk<\/a><\/p>\n            <\/div>\n        <\/footer>\n\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center\"><em>Our Courses<\/em><\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!DOCTYPE html>\n<html lang=\"si\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        :root {\n            --primary-gradient: linear-gradient(46deg, #00adb5 4%, #095f5c 93%);\n            --primary-hover: linear-gradient(270deg, #00adb5 4%, #095f5c 93%);\n            --text-dark: #2d2d2d;\n            --text-muted: #555555;\n            --border-radius: 16px;\n            --transition: all 0.3s ease;\n        }\n\n        \/* Container styling to center the single card on your page template *\/\n        .course-card-container {\n            max-width: 1100px;\n            width: 100%;\n            margin: 20px auto;\n            padding: 0 20px;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        \/* Beautiful Landscape Card Layout *\/\n        .course-landscape-card {\n            display: flex;\n            flex-direction: row; \/* Forces Image Left, Details Right *\/\n            background: #ffffff;\n            border-radius: var(--border-radius);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n            overflow: hidden;\n            min-height: 400px;\n            transition: var(--transition);\n            border: 1px solid rgba(0, 0, 0, 0.04);\n        }\n\n        .course-landscape-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 173, 181, 0.12);\n        }\n\n        \/* Left Side Image Container *\/\n        .card-image-wrapper {\n            flex: 1.1; \/* Proportional width of the image area *\/\n            position: relative;\n            overflow: hidden;\n            min-height: 100%;\n        }\n\n        .card-image-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .course-landscape-card:hover .card-image-wrapper img {\n            transform: scale(1.03);\n        }\n\n        \/* Elegant Pill Tag Overlay on Image *\/\n        .image-badge {\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            background: rgba(9, 95, 92, 0.9);\n            backdrop-filter: blur(5px);\n            color: #ffffff;\n            padding: 6px 14px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            border-radius: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            z-index: 2;\n        }\n\n        \/* Right Side Text Details *\/\n        .card-content-wrapper {\n            flex: 1; \/* Proportional width of the content area *\/\n            padding: 40px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            background: linear-gradient(135deg, #ffffff 0%, #fbfdfd 100%);\n        }\n\n        .card-subtitle {\n            color: #00adb5;\n            font-size: 0.85rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 10px;\n        }\n\n        .card-title {\n            color: var(--text-dark);\n            font-size: 1.85rem;\n            line-height: 1.3;\n            margin: 0 0 15px 0;\n            font-weight: 700;\n        }\n\n        .card-description {\n            color: var(--text-muted);\n            font-size: 1rem;\n            line-height: 1.7;\n            margin: 0 0 30px 0;\n            font-weight: 400;\n        }\n\n        \/* Dynamic Action Button *\/\n        .card-cta-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            align-self: flex-start;\n            padding: 12px 28px;\n            background: var(--primary-gradient);\n            color: #ffffff;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.95rem;\n            border-radius: 50px;\n            box-shadow: 0 4px 15px rgba(0, 173, 181, 0.25);\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover {\n            background: var(--primary-hover);\n            box-shadow: 0 6px 20px rgba(0, 173, 181, 0.4);\n            transform: translateX(3px);\n        }\n\n        .card-cta-btn svg {\n            margin-left: 8px;\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover svg {\n            transform: translateX(4px);\n        }\n\n        \/* Responsive Breakpoint for Mobile and Tablets *\/\n        @media (max-width: 850px) {\n            .course-landscape-card {\n                flex-direction: column; \/* Switches layout to vertical grid stack *\/\n            }\n            .card-image-wrapper {\n                min-height: 250px;\n            }\n            .card-content-wrapper {\n                padding: 30px;\n            }\n            .card-title {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"course-card-container\">\n        <div class=\"course-landscape-card\">\n            \n            <!-- Left Side Course Image -->\n            <div class=\"card-image-wrapper\">\n                <span class=\"image-badge\">Professional<\/span>\n                <img decoding=\"async\" src=\"https:\/\/heyoninstitute.lk\/wp-content\/uploads\/2026\/06\/722075479_1614222994043495_781003488124757443_n.jpg\" alt=\"Capacity Building Training\">\n            <\/div>\n            \n            <!-- Right Side Course Details -->\n            <div class=\"card-content-wrapper\">\n                <div class=\"card-subtitle\">Fundamentals of ICT For Beginners &#8211; (C101)<\/div>\n                <h2 class=\"card-title\">Fundamentals of ICT For Beginners &#8211; (C101)<\/h2>\n                <p class=\"card-description\">This 5-day course builds essential computer skills for beginners, Management Assistants, and Development Officers. Participants will master operating systems, MS Word, Excel, PowerPoint, and safe internet navigation for daily workplace efficiency through C101: Fundamentals of ICT for Beginners.<\/p>\n                \n                <a href=\"https:\/\/heyoninstitute.lk\/?page_id=339\" class=\"card-cta-btn\">\n                    Course Details\/Apply \n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!DOCTYPE html>\n<html lang=\"si\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        :root {\n            --primary-gradient: linear-gradient(46deg, #00adb5 4%, #095f5c 93%);\n            --primary-hover: linear-gradient(270deg, #00adb5 4%, #095f5c 93%);\n            --text-dark: #2d2d2d;\n            --text-muted: #555555;\n            --border-radius: 16px;\n            --transition: all 0.3s ease;\n        }\n\n        \/* Container styling to center the single card on your page template *\/\n        .course-card-container {\n            max-width: 1100px;\n            width: 100%;\n            margin: 20px auto;\n            padding: 0 20px;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        \/* Beautiful Landscape Card Layout *\/\n        .course-landscape-card {\n            display: flex;\n            flex-direction: row; \/* Forces Image Left, Details Right *\/\n            background: #ffffff;\n            border-radius: var(--border-radius);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n            overflow: hidden;\n            min-height: 400px;\n            transition: var(--transition);\n            border: 1px solid rgba(0, 0, 0, 0.04);\n        }\n\n        .course-landscape-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 173, 181, 0.12);\n        }\n\n        \/* Left Side Image Container *\/\n        .card-image-wrapper {\n            flex: 1.1; \/* Proportional width of the image area *\/\n            position: relative;\n            overflow: hidden;\n            min-height: 100%;\n        }\n\n        .card-image-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .course-landscape-card:hover .card-image-wrapper img {\n            transform: scale(1.03);\n        }\n\n        \/* Elegant Pill Tag Overlay on Image *\/\n        .image-badge {\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            background: rgba(9, 95, 92, 0.9);\n            backdrop-filter: blur(5px);\n            color: #ffffff;\n            padding: 6px 14px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            border-radius: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            z-index: 2;\n        }\n\n        \/* Right Side Text Details *\/\n        .card-content-wrapper {\n            flex: 1; \/* Proportional width of the content area *\/\n            padding: 40px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            background: linear-gradient(135deg, #ffffff 0%, #fbfdfd 100%);\n        }\n\n        .card-subtitle {\n            color: #00adb5;\n            font-size: 0.85rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 10px;\n        }\n\n        .card-title {\n            color: var(--text-dark);\n            font-size: 1.85rem;\n            line-height: 1.3;\n            margin: 0 0 15px 0;\n            font-weight: 700;\n        }\n\n        .card-description {\n            color: var(--text-muted);\n            font-size: 1rem;\n            line-height: 1.7;\n            margin: 0 0 30px 0;\n            font-weight: 400;\n        }\n\n        \/* Dynamic Action Button *\/\n        .card-cta-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            align-self: flex-start;\n            padding: 12px 28px;\n            background: var(--primary-gradient);\n            color: #ffffff;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.95rem;\n            border-radius: 50px;\n            box-shadow: 0 4px 15px rgba(0, 173, 181, 0.25);\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover {\n            background: var(--primary-hover);\n            box-shadow: 0 6px 20px rgba(0, 173, 181, 0.4);\n            transform: translateX(3px);\n        }\n\n        .card-cta-btn svg {\n            margin-left: 8px;\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover svg {\n            transform: translateX(4px);\n        }\n\n        \/* Responsive Breakpoint for Mobile and Tablets *\/\n        @media (max-width: 850px) {\n            .course-landscape-card {\n                flex-direction: column; \/* Switches layout to vertical grid stack *\/\n            }\n            .card-image-wrapper {\n                min-height: 250px;\n            }\n            .card-content-wrapper {\n                padding: 30px;\n            }\n            .card-title {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"course-card-container\">\n        <div class=\"course-landscape-card\">\n            \n            <!-- Left Side Course Image -->\n            <div class=\"card-image-wrapper\">\n                <span class=\"image-badge\">Professional<\/span>\n                <img decoding=\"async\" src=\"https:\/\/heyoninstitute.lk\/wp-content\/uploads\/2026\/06\/720971909_1614227677376360_3275079783001544508_n.jpg\" alt=\"Capacity Building Training\">\n            <\/div>\n            \n            <!-- Right Side Course Details -->\n            <div class=\"card-content-wrapper\">\n                <div class=\"card-subtitle\">Intensive Workshop on Public Procurement &#038; Bidding Using With AI \u2013 (C102)<\/div>\n                <h2 class=\"card-title\">Intensive Workshop on Public Procurement &#038; Bidding Using With AI \u2013 (C102)<\/h2>\n                <p class=\"card-description\">This 1-day workshop blends public sector compliance with modern technology for procurement officers, committee members, and institutional executives. Participants will master foundational bidding architecture and committee roles before using AI tools like Gemini and NotebookLM to safely automate specifications and audit proposals through C102: Intensive Workshop on Public Procurement &#038; Bidding Using AI.<\/p>\n                \n                <a href=\"https:\/\/heyoninstitute.lk\/?page_id=333\" class=\"card-cta-btn\">\n                    Course Details\/Apply \n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!DOCTYPE html>\n<html lang=\"si\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        :root {\n            --primary-gradient: linear-gradient(46deg, #00adb5 4%, #095f5c 93%);\n            --primary-hover: linear-gradient(270deg, #00adb5 4%, #095f5c 93%);\n            --text-dark: #2d2d2d;\n            --text-muted: #555555;\n            --border-radius: 16px;\n            --transition: all 0.3s ease;\n        }\n\n        \/* Container styling to center the single card on your page template *\/\n        .course-card-container {\n            max-width: 1100px;\n            width: 100%;\n            margin: 20px auto;\n            padding: 0 20px;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        \/* Beautiful Landscape Card Layout *\/\n        .course-landscape-card {\n            display: flex;\n            flex-direction: row; \/* Forces Image Left, Details Right *\/\n            background: #ffffff;\n            border-radius: var(--border-radius);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n            overflow: hidden;\n            min-height: 400px;\n            transition: var(--transition);\n            border: 1px solid rgba(0, 0, 0, 0.04);\n        }\n\n        .course-landscape-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 173, 181, 0.12);\n        }\n\n        \/* Left Side Image Container *\/\n        .card-image-wrapper {\n            flex: 1.1; \/* Proportional width of the image area *\/\n            position: relative;\n            overflow: hidden;\n            min-height: 100%;\n        }\n\n        .card-image-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .course-landscape-card:hover .card-image-wrapper img {\n            transform: scale(1.03);\n        }\n\n        \/* Elegant Pill Tag Overlay on Image *\/\n        .image-badge {\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            background: rgba(9, 95, 92, 0.9);\n            backdrop-filter: blur(5px);\n            color: #ffffff;\n            padding: 6px 14px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            border-radius: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            z-index: 2;\n        }\n\n        \/* Right Side Text Details *\/\n        .card-content-wrapper {\n            flex: 1; \/* Proportional width of the content area *\/\n            padding: 40px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            background: linear-gradient(135deg, #ffffff 0%, #fbfdfd 100%);\n        }\n\n        .card-subtitle {\n            color: #00adb5;\n            font-size: 0.85rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 10px;\n        }\n\n        .card-title {\n            color: var(--text-dark);\n            font-size: 1.85rem;\n            line-height: 1.3;\n            margin: 0 0 15px 0;\n            font-weight: 700;\n        }\n\n        .card-description {\n            color: var(--text-muted);\n            font-size: 1rem;\n            line-height: 1.7;\n            margin: 0 0 30px 0;\n            font-weight: 400;\n        }\n\n        \/* Dynamic Action Button *\/\n        .card-cta-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            align-self: flex-start;\n            padding: 12px 28px;\n            background: var(--primary-gradient);\n            color: #ffffff;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.95rem;\n            border-radius: 50px;\n            box-shadow: 0 4px 15px rgba(0, 173, 181, 0.25);\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover {\n            background: var(--primary-hover);\n            box-shadow: 0 6px 20px rgba(0, 173, 181, 0.4);\n            transform: translateX(3px);\n        }\n\n        .card-cta-btn svg {\n            margin-left: 8px;\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover svg {\n            transform: translateX(4px);\n        }\n\n        \/* Responsive Breakpoint for Mobile and Tablets *\/\n        @media (max-width: 850px) {\n            .course-landscape-card {\n                flex-direction: column; \/* Switches layout to vertical grid stack *\/\n            }\n            .card-image-wrapper {\n                min-height: 250px;\n            }\n            .card-content-wrapper {\n                padding: 30px;\n            }\n            .card-title {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"course-card-container\">\n        <div class=\"course-landscape-card\">\n            \n            <!-- Left Side Course Image -->\n            <div class=\"card-image-wrapper\">\n                <span class=\"image-badge\">Professional<\/span>\n                <img decoding=\"async\" src=\"https:\/\/heyoninstitute.lk\/wp-content\/uploads\/2026\/06\/722956907_1614232780709183_2446231700842070012_n.jpg\" alt=\"Capacity Building Training\">\n            <\/div>\n            \n            <!-- Right Side Course Details -->\n            <div class=\"card-content-wrapper\">\n                <div class=\"card-subtitle\">Certificate in Artificial Interlligence for Goverment Application \u2013 (C103)<\/div>\n                <h2 class=\"card-title\">Certificate in Artificial Interlligence for Goverment Application \u2013 (C103)<\/h2>\n                <p class=\"card-description\">TThis 1-day certificate program enables government and private sector officers to responsibly, ethically, and efficiently integrate artificial intelligence into administrative processes. Participants will progress from core AI and machine learning concepts to hands-on practical labs, mastering prompt engineering across major platforms like ChatGPT, Claude, Gemini, and Copilot to streamline office tasks, create multimedia presentations, and analyze data securely through C103: Certificate in Artificial Intelligence for Government Application.<\/p>\n                \n                <a href=\"https:\/\/heyoninstitute.lk\/?page_id=347\" class=\"card-cta-btn\">\n                    Course Details\/Apply \n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!DOCTYPE html>\n<html lang=\"si\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        :root {\n            --primary-gradient: linear-gradient(46deg, #00adb5 4%, #095f5c 93%);\n            --primary-hover: linear-gradient(270deg, #00adb5 4%, #095f5c 93%);\n            --text-dark: #2d2d2d;\n            --text-muted: #555555;\n            --border-radius: 16px;\n            --transition: all 0.3s ease;\n        }\n\n        \/* Container styling to center the single card on your page template *\/\n        .course-card-container {\n            max-width: 1100px;\n            width: 100%;\n            margin: 20px auto;\n            padding: 0 20px;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        \/* Beautiful Landscape Card Layout *\/\n        .course-landscape-card {\n            display: flex;\n            flex-direction: row; \/* Forces Image Left, Details Right *\/\n            background: #ffffff;\n            border-radius: var(--border-radius);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n            overflow: hidden;\n            min-height: 400px;\n            transition: var(--transition);\n            border: 1px solid rgba(0, 0, 0, 0.04);\n        }\n\n        .course-landscape-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 173, 181, 0.12);\n        }\n\n        \/* Left Side Image Container *\/\n        .card-image-wrapper {\n            flex: 1.1; \/* Proportional width of the image area *\/\n            position: relative;\n            overflow: hidden;\n            min-height: 100%;\n        }\n\n        .card-image-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .course-landscape-card:hover .card-image-wrapper img {\n            transform: scale(1.03);\n        }\n\n        \/* Elegant Pill Tag Overlay on Image *\/\n        .image-badge {\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            background: rgba(9, 95, 92, 0.9);\n            backdrop-filter: blur(5px);\n            color: #ffffff;\n            padding: 6px 14px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            border-radius: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            z-index: 2;\n        }\n\n        \/* Right Side Text Details *\/\n        .card-content-wrapper {\n            flex: 1; \/* Proportional width of the content area *\/\n            padding: 40px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            background: linear-gradient(135deg, #ffffff 0%, #fbfdfd 100%);\n        }\n\n        .card-subtitle {\n            color: #00adb5;\n            font-size: 0.85rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 10px;\n        }\n\n        .card-title {\n            color: var(--text-dark);\n            font-size: 1.85rem;\n            line-height: 1.3;\n            margin: 0 0 15px 0;\n            font-weight: 700;\n        }\n\n        .card-description {\n            color: var(--text-muted);\n            font-size: 1rem;\n            line-height: 1.7;\n            margin: 0 0 30px 0;\n            font-weight: 400;\n        }\n\n        \/* Dynamic Action Button *\/\n        .card-cta-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            align-self: flex-start;\n            padding: 12px 28px;\n            background: var(--primary-gradient);\n            color: #ffffff;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.95rem;\n            border-radius: 50px;\n            box-shadow: 0 4px 15px rgba(0, 173, 181, 0.25);\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover {\n            background: var(--primary-hover);\n            box-shadow: 0 6px 20px rgba(0, 173, 181, 0.4);\n            transform: translateX(3px);\n        }\n\n        .card-cta-btn svg {\n            margin-left: 8px;\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover svg {\n            transform: translateX(4px);\n        }\n\n        \/* Responsive Breakpoint for Mobile and Tablets *\/\n        @media (max-width: 850px) {\n            .course-landscape-card {\n                flex-direction: column; \/* Switches layout to vertical grid stack *\/\n            }\n            .card-image-wrapper {\n                min-height: 250px;\n            }\n            .card-content-wrapper {\n                padding: 30px;\n            }\n            .card-title {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"course-card-container\">\n        <div class=\"course-landscape-card\">\n            \n            <!-- Left Side Course Image -->\n            <div class=\"card-image-wrapper\">\n                <span class=\"image-badge\">Professional<\/span>\n                <img decoding=\"async\" src=\"https:\/\/heyoninstitute.lk\/wp-content\/uploads\/2026\/06\/722224190_1614233757375752_1011583554081189021_n.jpg\" alt=\"Capacity Building Training\">\n            <\/div>\n            \n            <!-- Right Side Course Details -->\n            <div class=\"card-content-wrapper\">\n                <div class=\"card-subtitle\">DATA ANALYSIS USING SPSS \u2013 (C104)<\/div>\n                <h2 class=\"card-title\">DATA ANALYSIS USING SPSS \u2013 (C104)<\/h2>\n                <p class=\"card-description\">This intensive 1-day bootcamp, C104: Certificate in Data Analysis using SPSS, is customized to support multi-sector data handlers by generalizing core processes for public sector surveys, consumer market questionnaires, and academic research data. This program enables officers to efficiently integrate statistical analysis into their professional workflows, moving from raw dataset structuring to hands-on labs in descriptive statistics, survey validation, and hypothesis testing to generate professional reports.<\/p>\n                \n                <a href=\"https:\/\/heyoninstitute.lk\/?page_id=637\" class=\"card-cta-btn\">\n                    Course Details\/Apply \n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!DOCTYPE html>\n<html lang=\"si\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        :root {\n            --primary-gradient: linear-gradient(46deg, #00adb5 4%, #095f5c 93%);\n            --primary-hover: linear-gradient(270deg, #00adb5 4%, #095f5c 93%);\n            --text-dark: #2d2d2d;\n            --text-muted: #555555;\n            --border-radius: 16px;\n            --transition: all 0.3s ease;\n        }\n\n        \/* Container styling to center the single card on your page template *\/\n        .course-card-container {\n            max-width: 1100px;\n            width: 100%;\n            margin: 20px auto;\n            padding: 0 20px;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        \/* Beautiful Landscape Card Layout *\/\n        .course-landscape-card {\n            display: flex;\n            flex-direction: row; \/* Forces Image Left, Details Right *\/\n            background: #ffffff;\n            border-radius: var(--border-radius);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n            overflow: hidden;\n            min-height: 400px;\n            transition: var(--transition);\n            border: 1px solid rgba(0, 0, 0, 0.04);\n        }\n\n        .course-landscape-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 173, 181, 0.12);\n        }\n\n        \/* Left Side Image Container *\/\n        .card-image-wrapper {\n            flex: 1.1; \/* Proportional width of the image area *\/\n            position: relative;\n            overflow: hidden;\n            min-height: 100%;\n        }\n\n        .card-image-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .course-landscape-card:hover .card-image-wrapper img {\n            transform: scale(1.03);\n        }\n\n        \/* Elegant Pill Tag Overlay on Image *\/\n        .image-badge {\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            background: rgba(9, 95, 92, 0.9);\n            backdrop-filter: blur(5px);\n            color: #ffffff;\n            padding: 6px 14px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            border-radius: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            z-index: 2;\n        }\n\n        \/* Right Side Text Details *\/\n        .card-content-wrapper {\n            flex: 1; \/* Proportional width of the content area *\/\n            padding: 40px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            background: linear-gradient(135deg, #ffffff 0%, #fbfdfd 100%);\n        }\n\n        .card-subtitle {\n            color: #00adb5;\n            font-size: 0.85rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 10px;\n        }\n\n        .card-title {\n            color: var(--text-dark);\n            font-size: 1.85rem;\n            line-height: 1.3;\n            margin: 0 0 15px 0;\n            font-weight: 700;\n        }\n\n        .card-description {\n            color: var(--text-muted);\n            font-size: 1rem;\n            line-height: 1.7;\n            margin: 0 0 30px 0;\n            font-weight: 400;\n        }\n\n        \/* Dynamic Action Button *\/\n        .card-cta-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            align-self: flex-start;\n            padding: 12px 28px;\n            background: var(--primary-gradient);\n            color: #ffffff;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.95rem;\n            border-radius: 50px;\n            box-shadow: 0 4px 15px rgba(0, 173, 181, 0.25);\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover {\n            background: var(--primary-hover);\n            box-shadow: 0 6px 20px rgba(0, 173, 181, 0.4);\n            transform: translateX(3px);\n        }\n\n        .card-cta-btn svg {\n            margin-left: 8px;\n            transition: var(--transition);\n        }\n\n        .card-cta-btn:hover svg {\n            transform: translateX(4px);\n        }\n\n        \/* Responsive Breakpoint for Mobile and Tablets *\/\n        @media (max-width: 850px) {\n            .course-landscape-card {\n                flex-direction: column; \/* Switches layout to vertical grid stack *\/\n            }\n            .card-image-wrapper {\n                min-height: 250px;\n            }\n            .card-content-wrapper {\n                padding: 30px;\n            }\n            .card-title {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"course-card-container\">\n        <div class=\"course-landscape-card\">\n            \n            <!-- Left Side Course Image -->\n            <div class=\"card-image-wrapper\">\n                <span class=\"image-badge\">Professional<\/span>\n                <img decoding=\"async\" src=\"https:\/\/heyoninstitute.lk\/wp-content\/uploads\/2026\/06\/723510731_1616413667157761_5857797534516255268_n.jpg\" alt=\"Capacity Building Training\">\n            <\/div>\n            \n            <!-- Right Side Course Details -->\n            <div class=\"card-content-wrapper\">\n                <div class=\"card-subtitle\">Promoting Business using Online Tools\u2013 (C105)<\/div>\n                <h2 class=\"card-title\">Promoting Business using Online Tools \u2013 (C105)<\/h2>\n                <p class=\"card-description\">Promoting Business using Online Tools (C105) is an intensive 1-day bootcamp tailored for professionals seeking to boost their ICT literacy and organizational impact. Through a hands-on lab format, participants master Google Business mapping, SEO basics, and effective client feedback management. This practical course equips officials with the tools to implement professional digital marketing strategies and improve service delivery efficiently.<\/p>\n                \n                <a href=\"https:\/\/heyoninstitute.lk\/?page_id=657\" class=\"card-cta-btn\">\n                    Course Details\/Apply \n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Course Enrollment &#038; Requests &#8211; Heyon Institute Course Enrollment &#038; Inquiries \u0db4\u0dcf\u0da8\u0db8\u0dcf\u0dbd\u0dcf \u0dbd\u0dd2\u0dba\u0dcf\u0db4\u0daf\u0dd2\u0d82\u0da0\u0dd2\u0dba \u0dc3\u0dc4 \u0dc0\u0dd2\u0db8\u0dc3\u0dd3\u0db8\u0dca Scheduled Public Courses \u0db1\u0dd2\u0dba\u0db8\u0dd2\u0dad \u0db4\u0ddc\u0daf\u0dd4 \u0db4\u0dcf\u0da8\u0db8\u0dcf\u0dbd\u0dcf We regularly publish and launch high-demand courses directly on this website. Keep checking this page for the latest updates. \u0d89\u0dc4\u0dc5 \u0d89\u0dbd\u0dca\u0dbd\u0dd4\u0db8\u0d9a\u0dca \u0d87\u0dad\u0dd2 \u0db4\u0dcf\u0da8\u0db8\u0dcf\u0dbd\u0dcf \u0d85\u0db4\u0dd2 \u0db1\u0dd2\u0dbb\u0db1\u0dca\u0dad\u0dbb\u0dba\u0dd9\u0db1\u0dca \u0db8\u0dd9\u0db8 \u0dc0\u0dd9\u0db6\u0dca \u0d85\u0da9\u0dc0\u0dd2\u0dba\u0dda \u0db4\u0dca\u200d\u0dbb\u0d9a\u0dcf\u0dc1\u0dba\u0da7 \u0db4\u0dad\u0dca \u0d9a\u0dbb \u0d86\u0dbb\u0db8\u0dca\u0db7 \u0d9a\u0dbb\u0db1\u0dd4 \u0dbd\u0db6\u0dba\u0dd2. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-324","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/pages\/324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=324"}],"version-history":[{"count":59,"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/pages\/324\/revisions"}],"predecessor-version":[{"id":695,"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/pages\/324\/revisions\/695"}],"wp:attachment":[{"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}