{"id":18613,"date":"2026-08-20T09:56:02","date_gmt":"2026-08-20T09:56:02","guid":{"rendered":"https:\/\/gnbcc.net\/?page_id=18613"},"modified":"2026-09-01T11:56:34","modified_gmt":"2026-09-01T11:56:34","slug":"sector-insights","status":"publish","type":"page","link":"https:\/\/gnbcc.net\/sector-insights\/","title":{"rendered":"Sector Insights"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18613\" class=\"elementor elementor-18613\" data-elementor-post-type=\"page\">\n\t\t\t\t<section class=\"elementor-element elementor-element-a31ca8e e-con e-atomic-element e-flexbox-base e-a31ca8e-f4266d6 \" data-id=\"a31ca8e\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"a31ca8e\" data-e-type=\"e-flexbox\" data-id=\"a31ca8e\">\n    \t\t<div class=\"elementor-element elementor-element-b137f19 elementor-widget elementor-widget-html\" data-id=\"b137f19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- =========================================================\n     GNBCC GENERAL SECTOR INSIGHTS LANDING PAGE\n========================================================= -->\n\n<style>\n    \/* =====================================================\n       CSS VARIABLES & GLOBAL RESETS\n    ====================================================== *\/\n    :root {\n        --gh-blue: #005190;\n        --gh-blue-dark: #003b6a;\n        --gh-orange: #ff7000;\n        --gh-orange-hover: #e66500;\n        --gh-green: #027935;\n        --gh-light-blue: #3d7db8;\n        --gh-red: #d32b1e;\n        --gh-text-main: #2b2b2b;\n        --gh-text-light: #666666;\n        --gh-bg-offwhite: #f8f9fa;\n        --gh-border-light: #e5e5e5;\n        --gh-radius-md: 12px;\n        --gh-radius-lg: 24px;\n        --gh-shadow-sm: 0 2px 10px rgba(0,0,0,0.05);\n        --gh-shadow-md: 0 8px 25px rgba(0,81,144,0.1);\n        --gh-transition: all 0.3s ease;\n        font-family: 'Inter', system-ui, -apple-system, sans-serif;\n    }\n\n    .sector-insights-page * {\n        box-sizing: border-box;\n    }\n\n    .sector-insights-page {\n        color: var(--gh-text-main);\n        line-height: 1.6;\n        background-color: #ffffff;\n        padding-bottom: 80px;\n    }\n\n    .si-container {\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 25px;\n    }\n\n    .si-section-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-end;\n        margin-bottom: 25px;\n        border-bottom: 2px solid var(--gh-blue);\n        padding-bottom: 10px;\n    }\n\n    .si-section-title {\n        font-size: 14px;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: var(--gh-blue);\n        margin: 0;\n    }\n\n    .si-section-subtitle {\n        font-size: 13px;\n        color: var(--gh-text-light);\n        margin: 0;\n    }\n\n    \/* =====================================================\n       HERO BANNER\n    ====================================================== *\/\n    .si-hero {\n        background-color: var(--gh-blue);\n        border-radius: var(--gh-radius-md);\n        padding: 60px;\n        color: #ffffff;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-bottom: 60px;\n        position: relative;\n        overflow: hidden;\n        box-shadow: var(--gh-shadow-md);\n        margin-top: 40px; \/* spacing from top *\/\n    }\n\n    .si-hero-content {\n        position: relative;\n        z-index: 2;\n        max-width: 700px;\n    }\n\n    .si-hero-eyebrow {\n        font-size: 12px;\n        font-weight: 700;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        margin-bottom: 15px;\n        display: block;\n        opacity: 0.9;\n        color: var(--gh-orange);\n    }\n\n    .si-hero h1 {\n        font-size: 48px;\n        font-weight: 800;\n        margin: 0 0 15px 0;\n        line-height: 1.1;\n        color: #ffffff;\n        font-family: 'Inter', sans-serif;\n    }\n\n    .si-hero p {\n        font-size: 18px;\n        margin: 0 0 0 0;\n        opacity: 0.95;\n        font-weight: 400;\n        line-height: 1.5;\n    }\n\n    .si-hero-graphic {\n        position: absolute;\n        right: 60px;\n        top: 50%;\n        transform: translateY(-50%);\n        width: 250px;\n        height: 250px;\n        border-radius: 50%;\n        border: 2px solid rgba(255,255,255,0.2);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        z-index: 1;\n    }\n\n    .si-hero-graphic-inner {\n        width: 180px;\n        height: 180px;\n        background-color: var(--gh-orange);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 36px;\n        font-weight: 800;\n        letter-spacing: 2px;\n        box-shadow: 0 10px 30px rgba(255, 112, 0, 0.4);\n    }\n\n    \/* =====================================================\n       BROWSE SECTORS GRID\n    ====================================================== *\/\n    .si-sectors-grid {\n        display: grid;\n        grid-template-columns: repeat(5, 1fr);\n        gap: 15px;\n        margin-bottom: 60px;\n    }\n\n    .si-sector-link {\n        background: var(--gh-bg-offwhite);\n        border: 1px solid var(--gh-border-light);\n        padding: 25px 15px;\n        border-radius: 8px;\n        text-align: center;\n        text-decoration: none;\n        color: var(--gh-blue);\n        font-weight: 700;\n        font-size: 15px;\n        transition: var(--gh-transition);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 10px;\n    }\n\n    .si-sector-link:hover {\n        background: var(--gh-blue);\n        color: #ffffff;\n        border-color: var(--gh-blue);\n        transform: translateY(-3px);\n        box-shadow: var(--gh-shadow-sm);\n    }\n\n    .si-sector-icon {\n        width: 40px;\n        height: 40px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: #ffffff;\n        border-radius: 50%;\n        color: var(--gh-orange);\n        margin-bottom: 5px;\n        box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n    }\n\n    .si-sector-link:hover .si-sector-icon {\n        color: var(--gh-blue);\n    }\n\n    \/* =====================================================\n       LATEST INSIGHTS CARDS\n    ====================================================== *\/\n    .si-insights-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 20px;\n        margin-bottom: 60px;\n    }\n\n    .si-insight-card {\n        background: #ffffff;\n        border: 1px solid var(--gh-border-light);\n        padding: 30px;\n        border-radius: 8px;\n        transition: var(--gh-transition);\n        position: relative;\n    }\n\n    .si-insight-card:hover {\n        box-shadow: var(--gh-shadow-sm);\n        transform: translateY(-3px);\n    }\n\n    .si-insight-card--1 { border-top: 4px solid var(--gh-blue); }\n    .si-insight-card--2 { border-top: 4px solid var(--gh-orange); }\n    .si-insight-card--3 { border-top: 4px solid var(--gh-green); }\n\n    .si-insight-number {\n        font-size: 12px;\n        font-weight: 800;\n        margin-bottom: 15px;\n        display: block;\n        text-transform: uppercase;\n    }\n    \n    .si-insight-card--1 .si-insight-number { color: var(--gh-blue); }\n    .si-insight-card--2 .si-insight-number { color: var(--gh-orange); }\n    .si-insight-card--3 .si-insight-number { color: var(--gh-green); }\n\n    .si-insight-card h3 {\n        font-size: 18px;\n        font-family: 'Inter', sans-serif;\n        color: var(--gh-text-main);\n        margin: 0 0 10px 0;\n    }\n\n    .si-insight-card p {\n        font-size: 13px;\n        color: var(--gh-text-light);\n        margin: 0;\n    }\n\n    .si-insight-list {\n        list-style: none;\n        margin: 18px 0 0;\n        padding: 0;\n        display: grid;\n        gap: 12px;\n    }\n\n    .si-insight-list li {\n        display: grid;\n        grid-template-columns: auto 1fr;\n        gap: 10px;\n        font-size: 14px;\n        color: var(--gh-text-main);\n    }\n\n    .si-insight-list li::before {\n        content: \"\";\n        width: 8px;\n        height: 8px;\n        border-radius: 50%;\n        background: var(--gh-orange);\n        margin-top: 8px;\n    }\n\n    .si-btn-orange,\n    .si-btn-outline {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 8px;\n        border-radius: 6px;\n        font-weight: 800;\n        text-decoration: none;\n        transition: var(--gh-transition);\n        line-height: 1.2;\n    }\n\n    .si-btn-orange {\n        background: var(--gh-orange);\n        color: #ffffff;\n        padding: 13px 22px;\n    }\n\n    .si-btn-orange:hover {\n        background: var(--gh-orange-hover);\n        transform: translateY(-2px);\n    }\n\n    .si-btn-outline {\n        border: 1px solid var(--gh-blue);\n        color: var(--gh-blue);\n        background: #ffffff;\n        padding: 11px 18px;\n    }\n\n    .si-btn-outline:hover {\n        background: var(--gh-blue);\n        color: #ffffff;\n        transform: translateY(-2px);\n    }\n\n    .si-insight-card .si-btn-outline {\n        margin-top: 18px;\n    }\n\n    \/* =====================================================\n       MEMBER SPOTLIGHT\n    ====================================================== *\/\n    .si-spotlight-wrapper {\n        margin-bottom: 60px;\n    }\n\n    .si-shortcode-box {\n        \/* Wrapper to constrain the shortcode layout slightly if needed *\/\n        margin-top: 20px;\n    }\n\n    .si-shortcode-box .gnbcc-list-container {\n        column-count: 4 !important;\n        column-gap: 28px !important;\n    }\n\n    \/* =====================================================\n       PDF \/ PUBLICATION VIEWER\n    ====================================================== *\/\n    .si-viewer-section {\n        margin-bottom: 60px;\n        background: var(--gh-bg-offwhite);\n        padding: 40px;\n        border-radius: var(--gh-radius-md);\n    }\n\n    .si-viewer-header {\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .si-viewer-header h2 {\n        font-size: 24px;\n        font-family: 'Inter', sans-serif;\n        color: var(--gh-blue);\n        margin: 0 0 10px 0;\n    }\n\n    .si-viewer-layout {\n        display: grid;\n        grid-template-columns: 1fr 300px;\n        gap: 30px;\n        align-items: start;\n    }\n\n    .si-pdf-container {\n        width: 100%;\n        height: 600px;\n        background: #e9ecef;\n        border: 1px solid #ced4da;\n        border-radius: 4px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #6c757d;\n        flex-direction: column;\n        gap: 15px;\n    }\n\n    .si-pdf-container iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .si-download-box {\n        background: #ffffff;\n        border: 1px solid var(--gh-border-light);\n        border-radius: 8px;\n        padding: 30px;\n        text-align: center;\n    }\n\n    .si-download-box h3 {\n        font-size: 18px;\n        color: var(--gh-green);\n        margin: 0 0 20px 0;\n        font-family: 'Inter', sans-serif;\n    }\n\n    .si-btn-green {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        background-color: var(--gh-green);\n        color: #ffffff;\n        width: 100%;\n        padding: 12px 24px;\n        border-radius: 6px;\n        font-weight: 700;\n        text-decoration: none;\n        transition: var(--gh-transition);\n    }\n    \n    .si-btn-green:hover {\n        background-color: #02602a;\n        transform: translateY(-2px);\n    }\n\n    .si-file-meta {\n        display: block;\n        font-size: 11px;\n        color: var(--gh-text-light);\n        margin-top: 10px;\n    }\n\n    .si-download-box .si-btn-green {\n        margin-top: 20px;\n    }\n\n    .si-viewer-header p {\n        color: var(--gh-text-light);\n        font-size: 15px;\n        margin: 0 auto;\n        max-width: 760px;\n    }\n\n    \/* =====================================================\n       MEMBER INSIGHT SECTIONS\n    ====================================================== *\/\n    .si-anchor-nav {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        margin: -35px 0 55px;\n    }\n\n    .si-anchor-nav a {\n        color: var(--gh-blue);\n        background: #ffffff;\n        border: 1px solid var(--gh-border-light);\n        border-radius: 6px;\n        padding: 9px 14px;\n        text-decoration: none;\n        font-size: 13px;\n        font-weight: 800;\n        transition: var(--gh-transition);\n    }\n\n    .si-anchor-nav a:hover {\n        background: var(--gh-blue);\n        border-color: var(--gh-blue);\n        color: #ffffff;\n    }\n\n    .si-member-section {\n        border: 1px solid var(--gh-border-light);\n        border-radius: 8px;\n        padding: 34px;\n        margin-bottom: 30px;\n        scroll-margin-top: 110px;\n        background: #ffffff;\n    }\n\n    .si-member-kicker {\n        color: var(--gh-orange);\n        display: block;\n        font-size: 12px;\n        font-weight: 800;\n        letter-spacing: 1px;\n        margin-bottom: 8px;\n        text-transform: uppercase;\n    }\n\n    .si-member-section h3 {\n        color: var(--gh-blue);\n        font-family: 'Inter', sans-serif;\n        font-size: 28px;\n        line-height: 1.2;\n        margin: 0 0 12px;\n    }\n\n    .si-member-section > p {\n        color: var(--gh-text-light);\n        font-size: 15px;\n        margin: 0 0 24px;\n        max-width: 780px;\n    }\n\n    .si-document-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 18px;\n    }\n\n    .si-document-card {\n        background: var(--gh-bg-offwhite);\n        border: 1px solid var(--gh-border-light);\n        border-radius: 8px;\n        padding: 22px;\n        display: flex;\n        flex-direction: column;\n        min-height: 230px;\n    }\n\n    .si-document-card h4 {\n        color: var(--gh-text-main);\n        font-family: 'Inter', sans-serif;\n        font-size: 18px;\n        line-height: 1.25;\n        margin: 0 0 10px;\n    }\n\n    .si-document-card p {\n        color: var(--gh-text-light);\n        font-size: 13px;\n        margin: 0 0 18px;\n    }\n\n    .si-document-actions {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        margin-top: auto;\n    }\n\n    .si-member-feature {\n        display: grid;\n        grid-template-columns: minmax(240px, 360px) 1fr;\n        gap: 28px;\n        align-items: center;\n    }\n\n    .si-member-feature img {\n        width: 100%;\n        height: auto;\n        border: 1px solid var(--gh-border-light);\n        border-radius: 8px;\n        display: block;\n    }\n\n    .si-member-feature-copy {\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 14px;\n    }\n\n    \/* =====================================================\n       RESPONSIVE\n    ====================================================== *\/\n    @media (max-width: 992px) {\n        .si-hero {\n            padding: 40px;\n        }\n        .si-hero-graphic {\n            display: none;\n        }\n        .si-sectors-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n        .si-insights-grid {\n            grid-template-columns: 1fr;\n        }\n        .si-viewer-layout {\n            grid-template-columns: 1fr;\n        }\n        .si-document-grid {\n            grid-template-columns: 1fr;\n        }\n        .si-member-feature {\n            grid-template-columns: 1fr;\n        }\n        .si-shortcode-box .gnbcc-list-container {\n            column-count: 2 !important;\n        }\n    }\n    @media (max-width: 768px) {\n        .si-hero h1 {\n            font-size: 36px;\n        }\n        .si-sectors-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n        .si-section-header {\n            flex-direction: column;\n            align-items: flex-start;\n            gap: 10px;\n        }\n        .si-viewer-section,\n        .si-member-section {\n            padding: 25px;\n        }\n        .si-pdf-container {\n            height: 420px;\n        }\n        .si-shortcode-box .gnbcc-list-container {\n            column-count: 1 !important;\n        }\n    }\n    @media (max-width: 480px) {\n        .si-sectors-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n<\/style>\n\n<div class=\"sector-insights-page\">\n    <div class=\"si-container\">\n\n        <!-- HERO BANNER -->\n        <div class=\"si-hero\">\n            <div class=\"si-hero-content\">\n                <span class=\"si-hero-eyebrow\">A GNBCC Initiative<\/span>\n                <h1>GNBCC Sector Insights<\/h1>\n                <p>An initiative to highlight the sector players within our network and to highlight the work and products of the key sector players within the GNBCC network.<\/p>\n            <\/div>\n            <div class=\"si-hero-graphic\">\n                <div class=\"si-hero-graphic-inner\">GH NL<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- BROWSE SECTORS -->\n        <div class=\"si-section-header\">\n            <h2 class=\"si-section-title\">Explore by Sector<\/h2>\n        <\/div>\n        <div class=\"si-sectors-grid\">\n            <!-- [EDIT LINK] Add links to your specific sector pages below -->\n            <a href=\"\/sector-insights\/finance-sector\/\" class=\"si-sector-link\">\n                <div class=\"si-sector-icon\">\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path><\/svg>\n                <\/div>\n                Finance\n            <\/a>\n            <a href=\"#\" class=\"si-sector-link\">\n                <div class=\"si-sector-icon\">\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path><\/svg>\n                <\/div>\n                Agribusiness\n            <\/a>\n            <a href=\"#\" class=\"si-sector-link\">\n                <div class=\"si-sector-icon\">\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path><\/svg>\n                <\/div>\n                Horticulture\n            <\/a>\n            <a href=\"#\" class=\"si-sector-link\">\n                <div class=\"si-sector-icon\">\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path><\/svg>\n                <\/div>\n                Technology\n            <\/a>\n            <a href=\"#\" class=\"si-sector-link\">\n                <div class=\"si-sector-icon\">\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path><\/svg>\n                <\/div>\n                Energy\n            <\/a>\n        <\/div>\n\n        <!-- LATEST INSIGHTS GRID -->\n        <div class=\"si-section-header\">\n            <h2 class=\"si-section-title\">Latest Sector Insights<\/h2>\n            <span class=\"si-section-subtitle\">Highlights and trends from across our network<\/span>\n        <\/div>\n\n        <div class=\"si-insights-grid\">\n            <div class=\"si-insight-card si-insight-card--1\">\n                <span class=\"si-insight-number\">Finance<\/span>\n                <!-- [EDIT TEXT] Insight 1 -->\n                <h3>Lower inflation, lower rates<\/h3>\n                <p>Explore the inaugural Finance Sector Insights edition, featuring newsletter highlights and member resources from Fincap Securities, People's Pension Trust and deVere Ghana.<\/p>\n                <a class=\"si-btn-outline\" href=\"\/sector-insights\/finance-sector\/\">View Finance Sector<\/a>\n            <\/div>\n            \n            <div class=\"si-insight-card si-insight-card--2\">\n                <span class=\"si-insight-number\">Agribusiness<\/span>\n                <!-- [EDIT TEXT] Insight 2 -->\n                <h3>Coming soon<\/h3>\n                <p>Future editions will highlight sector players, business opportunities and market developments across the GNBCC agribusiness network.<\/p>\n            <\/div>\n            \n            <div class=\"si-insight-card si-insight-card--3\">\n                <span class=\"si-insight-number\">Horticulture<\/span>\n                <!-- [EDIT TEXT] Insight 3 -->\n                <h3>Coming soon<\/h3>\n                <p>Future insights will explore export readiness, sustainable farming and bilateral collaboration within the horticulture sector.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- MEMBER SPOTLIGHT (USING SHORTCODE) -->\n        <div class=\"si-section-header\">\n            <h2 class=\"si-section-title\">Key Sector Players<\/h2>\n            <span class=\"si-section-subtitle\">Meet the organizations driving innovation in our network<\/span>\n        <\/div>\n\n        <div class=\"si-spotlight-wrapper\">\n            <!-- IMPORTANT: When placing this in Elementor, ensure shortcodes are rendered. \n                 You can use the native [gnbcc_members] shortcode here. -->\n            <div class=\"si-shortcode-box\">\n                    <style>\n        .gnbcc-members-directory {\n            font-family: inherit;\n        }\n\n        \/* SEARCH BAR *\/\n        .gnbcc-directory-tools {\n            background: #f8fafc;\n            border: 1px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 16px;\n            margin-bottom: 32px;\n            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);\n        }\n        .gnbcc-search-heading {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 12px;\n            margin-bottom: 12px;\n            color: #0f172a;\n            font-size: 14px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n        }\n        .gnbcc-result-count {\n            color: #64748b;\n            font-size: 12px;\n            font-weight: 700;\n            text-transform: none;\n            letter-spacing: 0;\n            white-space: nowrap;\n        }\n        .gnbcc-search-bar {\n            display: flex;\n            gap: 12px;\n            margin-bottom: 0;\n            flex-wrap: wrap;\n        }\n        .gnbcc-search-bar input, .gnbcc-search-bar select {\n            padding: 13px 15px;\n            border: 1px solid #cbd5e1;\n            border-radius: 10px;\n            font-size: 15px;\n            outline: none;\n            flex: 1;\n            min-width: 200px;\n            background: #fff;\n            color: #1f2937;\n            box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);\n        }\n        .gnbcc-search-bar input:focus, .gnbcc-search-bar select:focus {\n            border-color: #0b4eb3;\n            box-shadow: 0 0 0 3px rgba(11, 78, 179, 0.12);\n        }\n        .gnbcc-no-results {\n            display: none;\n            border: 1px dashed #cbd5e1;\n            border-radius: 10px;\n            color: #64748b;\n            background: #ffffff;\n            padding: 18px;\n            margin: 0 0 28px;\n            text-align: center;\n            font-weight: 600;\n        }\n        \n        \/* GRID LAYOUT STYLES *\/\n        .gnbcc-members-grid {\n            display: grid;\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n            gap: 24px;\n            margin-bottom: 40px;\n        }\n        .gnbcc-member-card {\n            border: 1px solid #eaeaea;\n            padding: 20px;\n            text-align: center;\n            border-radius: 12px;\n            background: #ffffff;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            min-height: 160px;\n            cursor: pointer;\n            position: relative;\n            overflow: hidden;\n            text-decoration: none !important;\n            color: inherit !important;\n        }\n        \n        \/* PREMIUM BADGE *\/\n        .gnbcc-premium-badge {\n            position: absolute;\n            top: 10px;\n            right: 10px;\n            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);\n            color: #fff;\n            font-size: 11px;\n            font-weight: 700;\n            padding: 4px 8px;\n            border-radius: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);\n            z-index: 1;\n        }\n        .gnbcc-partner-badge {\n            position: absolute;\n            top: 10px;\n            right: 10px;\n            color: #fff;\n            font-size: 11px;\n            font-weight: 700;\n            padding: 4px 8px;\n            border-radius: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n            z-index: 1;\n        }\n        .gnbcc-card-premium {\n            border: 1px solid #fcd34d !important;\n        }\n\n        .gnbcc-member-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 20px rgba(0,0,0,0.08);\n            border-color: #d1d5db;\n        }\n        .gnbcc-member-logo img {\n            max-width: 100%;\n            height: auto;\n            max-height: 90px;\n            object-fit: contain;\n            margin-bottom: 12px;\n            transition: transform 0.3s ease;\n        }\n        .gnbcc-member-card:hover .gnbcc-member-logo img {\n            transform: scale(1.05);\n        }\n        .gnbcc-members-logo-grid .gnbcc-members-grid {\n            gap: 18px;\n        }\n        .gnbcc-members-logo-grid .gnbcc-member-card {\n            min-height: 116px;\n            padding: 14px;\n        }\n        .gnbcc-members-logo-grid .gnbcc-member-logo {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            min-height: 76px;\n        }\n        .gnbcc-members-logo-grid .gnbcc-member-logo img {\n            max-width: 110px;\n            max-height: 58px;\n            margin-bottom: 0;\n        }\n        .gnbcc-members-logo-grid .gnbcc-premium-badge,\n        .gnbcc-members-logo-grid .gnbcc-partner-badge {\n            display: none;\n        }\n        .gnbcc-align-top {\n            justify-content: flex-start;\n        }\n        .gnbcc-align-bottom .gnbcc-member-name {\n            margin-top: auto;\n        }\n        .gnbcc-member-name {\n            font-weight: 600;\n            font-size: 15px;\n            color: #1f2937;\n            line-height: 1.3;\n            text-decoration: none !important;\n        }\n\n        \/* SECTOR HEADERS *\/\n        .sector-header-grid {\n            font-size: 24px;\n            font-weight: 700;\n            color: #111827;\n            border-bottom: 2px solid #e5e7eb;\n            padding-bottom: 12px;\n            margin-top: 48px;\n            margin-bottom: 24px;\n            position: relative;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n        .sector-header-grid::after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: -2px;\n            height: 2px;\n            width: 60px;\n            background-color: #2563eb;\n        }\n\n        \/* LIST LAYOUT STYLES *\/\n        .gnbcc-list-container {\n            column-count: 4;\n            column-gap: 28px;\n        }\n        @media (max-width: 992px) {\n            .gnbcc-members-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n            .gnbcc-list-container { column-count: 2; }\n        }\n        @media (max-width: 768px) {\n            .gnbcc-members-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }\n            .gnbcc-list-container { column-count: 1; }\n        }\n        .gnbcc-list-sector {\n            margin-bottom: 30px;\n            break-inside: avoid;\n            page-break-inside: avoid;\n            -webkit-column-break-inside: avoid;\n        }\n        .sector-header-list {\n            font-size: 19px;\n            font-weight: 800;\n            color: #0b4eb3;\n            border-bottom: 1px solid #dbe3ef;\n            padding: 0 0 10px;\n            margin-bottom: 10px;\n            margin-top: 0;\n            line-height: 1.35;\n        }\n        .gnbcc-list-items {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            border: 1px solid #e2e8f0;\n            border-radius: 10px;\n            overflow: hidden;\n            background: #ffffff;\n        }\n        .gnbcc-list-items li {\n            display: flex;\n            align-items: flex-start;\n            justify-content: space-between;\n            gap: 10px;\n            margin: 0;\n            padding: 11px 12px;\n            border-bottom: 1px solid #e8edf5;\n            font-size: 15px;\n            color: #1f2937;\n            cursor: pointer;\n            line-height: 1.45;\n            transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;\n            break-inside: avoid;\n            page-break-inside: avoid;\n            -webkit-column-break-inside: avoid;\n        }\n        .gnbcc-list-items li:nth-child(even) {\n            background: #f8fafc;\n        }\n        .gnbcc-list-items li:last-child {\n            border-bottom: 0;\n        }\n        .gnbcc-list-items li:hover {\n            color: #0b4eb3;\n            background: #eef6ff;\n            border-color: #cfe0f7;\n            text-decoration: none;\n        }\n        .gnbcc-member-list-name {\n            flex: 1 1 auto;\n            min-width: 0;\n            overflow-wrap: anywhere;\n            word-break: normal;\n        }\n        .gnbcc-list-items span.gnbcc-premium-badge-list,\n        .gnbcc-list-items span.gnbcc-partner-badge-list {\n            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);\n            color: #fff;\n            font-size: 10px;\n            font-weight: 800;\n            padding: 3px 8px;\n            border-radius: 999px;\n            margin-left: 0;\n            vertical-align: top;\n            line-height: 1.2;\n            white-space: nowrap;\n            flex: 0 0 auto;\n            box-shadow: 0 2px 5px rgba(245, 158, 11, 0.24);\n        }\n\n        \/* LOAD MORE *\/\n        .gnbcc-load-more-container {\n            text-align: center;\n            margin-top: 30px;\n            margin-bottom: 50px;\n        }\n        .gnbcc-load-more-btn {\n            background-color: #2563eb;\n            color: #ffffff;\n            border: none;\n            padding: 12px 24px;\n            font-size: 16px;\n            font-weight: 600;\n            border-radius: 8px;\n            cursor: pointer;\n            transition: background-color 0.3s ease;\n        }\n        .gnbcc-load-more-btn:hover {\n            background-color: #1d4ed8;\n        }\n        \n        \/* MODAL *\/\n        .gnbcc-modal-overlay {\n            position: fixed;\n            top: 0; left: 0; width: 100%; height: 100%;\n            background: rgba(15, 23, 42, 0.62);\n            z-index: 99999;\n            display: none;\n            align-items: center;\n            justify-content: center;\n            backdrop-filter: blur(4px);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n        .gnbcc-modal-overlay.gnbcc-modal-active {\n            display: flex;\n            opacity: 1;\n        }\n        .gnbcc-modal-content {\n            background: #fff;\n            width: 90%;\n            max-width: 640px;\n            border-radius: 18px;\n            padding: 0;\n            position: relative;\n            box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);\n            transform: translateY(20px);\n            transition: transform 0.3s ease;\n            max-height: 90vh;\n            overflow-y: auto;\n            border: 1px solid rgba(226, 232, 240, 0.95);\n        }\n        .gnbcc-modal-overlay.gnbcc-modal-active .gnbcc-modal-content {\n            transform: translateY(0);\n        }\n        .gnbcc-modal-close {\n            position: absolute;\n            top: 18px;\n            right: 18px;\n            background: #f8fafc;\n            border: 1px solid #e2e8f0;\n            border-radius: 999px;\n            width: 34px;\n            height: 34px;\n            font-size: 22px;\n            cursor: pointer;\n            color: #6b7280;\n            line-height: 1;\n            padding: 0 0 3px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .gnbcc-modal-close:hover {\n            color: #111827;\n            background: #eef2f7;\n        }\n        .gnbcc-modal-header {\n            display: flex;\n            align-items: center;\n            gap: 18px;\n            margin-bottom: 0;\n            border-bottom: 1px solid #e5e7eb;\n            padding: 30px 34px 24px;\n            background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);\n        }\n        .gnbcc-modal-logo {\n            width: 84px;\n            height: 84px;\n            object-fit: contain;\n            border: 1px solid #e5e7eb;\n            border-radius: 14px;\n            background: #ffffff;\n            padding: 10px;\n        }\n        .gnbcc-modal-title {\n            font-size: 26px;\n            font-weight: 800;\n            color: #0f172a;\n            margin: 0;\n            line-height: 1.2;\n        }\n        .gnbcc-modal-sector {\n            font-size: 14px;\n            color: #0b4eb3;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            margin-top: 8px;\n            font-weight: 800;\n        }\n        .gnbcc-modal-body {\n            padding: 26px 34px 0;\n        }\n        .gnbcc-modal-body p {\n            margin: 0 0 18px;\n            line-height: 1.7;\n            color: #374151;\n            font-size: 16px;\n        }\n        .gnbcc-modal-info-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px;\n            margin-top: 18px;\n            background: #f8fafc;\n            padding: 18px;\n            border-radius: 12px;\n            border: 1px solid #eef2f7;\n        }\n        @media (max-width: 480px) {\n            .gnbcc-modal-info-grid { grid-template-columns: 1fr; }\n        }\n        .gnbcc-modal-info-item strong {\n            display: block;\n            font-size: 12px;\n            color: #64748b;\n            text-transform: uppercase;\n            margin-bottom: 5px;\n            letter-spacing: 0.08em;\n        }\n        .gnbcc-modal-info-item span, .gnbcc-modal-info-item a {\n            font-size: 15px;\n            color: #111827;\n            line-height: 1.5;\n        }\n        .gnbcc-modal-info-item a {\n            color: #2563eb;\n            text-decoration: none;\n        }\n        .gnbcc-modal-info-item a:hover {\n            text-decoration: underline;\n        }\n        .gnbcc-modal-footer {\n            padding: 24px 34px 34px;\n            text-align: center;\n        }\n        .gnbcc-modal-website-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background-color: #166534;\n            color: #ffffff;\n            padding: 13px 24px;\n            border-radius: 10px;\n            text-decoration: none;\n            font-weight: 800;\n            transition: background-color 0.3s ease;\n            min-width: 180px;\n        }\n        .gnbcc-modal-website-btn:hover {\n            background-color: #14532d;\n            color: #ffffff;\n        }\n    <\/style>\n    \n    <div class=\"gnbcc-members-directory \">\n        \n                    <div class=\"gnbcc-directory-tools\">\n                <div class=\"gnbcc-search-heading\">\n                    <span>Search Directory<\/span>\n                    <span id=\"gnbcc-result-count\" class=\"gnbcc-result-count\">0 members<\/span>\n                <\/div>\n                <div class=\"gnbcc-search-bar\">\n                    <input type=\"text\" id=\"gnbcc-search-input\" placeholder=\"Search members by name...\" \/>\n                                    <\/div>\n            <\/div>\n        \n        <div id=\"gnbcc-no-results\" class=\"gnbcc-no-results\">No members match your search.<\/div>\n\n                    <p>No members found.<\/p>\n            <\/div>\n\n    <!-- MODAL -->\n    <div id=\"gnbcc-member-modal\" class=\"gnbcc-modal-overlay\">\n        <div class=\"gnbcc-modal-content\">\n            <button class=\"gnbcc-modal-close\" id=\"gnbcc-modal-close\">&times;<\/button>\n            <div class=\"gnbcc-modal-header\">\n                <img decoding=\"async\" id=\"gnbcc-modal-logo\" class=\"gnbcc-modal-logo\" src=\"\" alt=\"\" style=\"display:none;\" \/>\n                <div>\n                    <h3 id=\"gnbcc-modal-title\" class=\"gnbcc-modal-title\"><\/h3>\n                    <div id=\"gnbcc-modal-sector\" class=\"gnbcc-modal-sector\"><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"gnbcc-modal-body\">\n                <p id=\"gnbcc-modal-desc\"><\/p>\n                <div class=\"gnbcc-modal-info-grid\" id=\"gnbcc-modal-info-grid\">\n                    <div class=\"gnbcc-modal-info-item\" id=\"gnbcc-modal-address-box\" style=\"display:none;\">\n                        <strong>Address<\/strong>\n                        <span id=\"gnbcc-modal-address\"><\/span>\n                    <\/div>\n                    <div class=\"gnbcc-modal-info-item\" id=\"gnbcc-modal-city-box\" style=\"display:none;\">\n                        <strong>City<\/strong>\n                        <span id=\"gnbcc-modal-city\"><\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"gnbcc-modal-footer\" id=\"gnbcc-modal-website-box\" style=\"display:none;\">\n                <a id=\"gnbcc-modal-website\" href=\"\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"gnbcc-modal-website-btn\" data-member-id=\"\">Visit Website<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const directory = document.querySelector('.gnbcc-members-directory');\n        if (!directory) return;\n\n        const searchInput = document.getElementById('gnbcc-search-input');\n        const sectorFilter = document.getElementById('gnbcc-sector-filter');\n        const items = Array.from(directory.querySelectorAll('.gnbcc-member-item'));\n        const loadMoreBtn = document.getElementById('gnbcc-load-more');\n        const resultCount = document.getElementById('gnbcc-result-count');\n        const noResults = document.getElementById('gnbcc-no-results');\n        const itemsPerPage = 24;\n        let visibleCount = itemsPerPage;\n        let filteredItems = [...items];\n\n        const enablePagination = false;\n\n        function renderItems() {\n            \/\/ First hide all\n            items.forEach(item => item.style.display = 'none');\n            \n            \/\/ Show up to visibleCount of filteredItems\n            for (let i = 0; i < filteredItems.length; i++) {\n                if (enablePagination && i >= visibleCount) break;\n                \n                \/\/ For grid items, we use flex. For list items, list-item.\n                filteredItems[i].style.display = filteredItems[i].tagName === 'LI' ? 'list-item' : 'flex';\n            }\n\n            \/\/ Hide empty sector headers if grouping by sector\n            const sectorBlocks = directory.querySelectorAll('.gnbcc-sector-block');\n            sectorBlocks.forEach(block => {\n                if (block.tagName === 'H3') {\n                    \/\/ It's a header, we need to check if the next sibling (the grid) has visible items\n                    const grid = block.nextElementSibling;\n                    if (grid && grid.classList.contains('gnbcc-members-grid')) {\n                        const visibleInGrid = grid.querySelectorAll('.gnbcc-member-item[style*=\"display: flex\"]');\n                        if (visibleInGrid.length === 0) {\n                            block.style.display = 'none';\n                            grid.style.display = 'none';\n                        } else {\n                            block.style.display = 'block';\n                            grid.style.display = 'grid';\n                        }\n                    }\n                }\n            });\n\n            \/\/ Hide empty list sectors\n            const listSectors = directory.querySelectorAll('.gnbcc-list-sector');\n            listSectors.forEach(sec => {\n                const visibleInList = sec.querySelectorAll('.gnbcc-member-item[style*=\"display: list-item\"]');\n                sec.style.display = visibleInList.length === 0 ? 'none' : 'block';\n            });\n\n            \/\/ Toggle load more\n            if (enablePagination && loadMoreBtn) {\n                if (visibleCount < filteredItems.length) {\n                    loadMoreBtn.style.display = 'inline-block';\n                } else {\n                    loadMoreBtn.style.display = 'none';\n                }\n            }\n\n            if (resultCount) {\n                resultCount.textContent = filteredItems.length + (filteredItems.length === 1 ? ' member' : ' members');\n            }\n            if (noResults) {\n                noResults.style.display = filteredItems.length === 0 ? 'block' : 'none';\n            }\n        }\n\n        function filterMembers() {\n            const query = searchInput ? searchInput.value.toLowerCase() : '';\n            const sector = sectorFilter ? sectorFilter.value.toLowerCase() : '';\n            \n            filteredItems = items.filter(item => {\n                const name = item.getAttribute('data-name');\n                const itemSector = item.getAttribute('data-sector');\n                const matchName = name.includes(query);\n                const matchSector = sector === '' || itemSector === sector;\n                return matchName && matchSector;\n            });\n\n            visibleCount = itemsPerPage; \/\/ reset pagination\n            renderItems();\n        }\n\n        if (searchInput) searchInput.addEventListener('input', filterMembers);\n        if (sectorFilter) sectorFilter.addEventListener('change', filterMembers);\n        \n        if (loadMoreBtn) {\n            loadMoreBtn.addEventListener('click', function() {\n                visibleCount += itemsPerPage;\n                renderItems();\n            });\n        }\n\n        renderItems(); \/\/ initial render\n\n        \/\/ MODAL LOGIC\n        const modal = document.getElementById('gnbcc-member-modal');\n        const modalClose = document.getElementById('gnbcc-modal-close');\n        \n        function trackClick(memberId, clickType) {\n            fetch('https:\/\/members.gnbcc.net\/api\/v1\/public-directory\/track-click', {\n                method: 'POST',\n                headers: {\n                    'Content-Type': 'application\/json',\n                    'Accept': 'application\/json'\n                },\n                body: JSON.stringify({\n                    member_id: memberId,\n                    click_type: clickType\n                })\n            }).catch(e => console.error('Tracking failed', e));\n        }\n\n        items.forEach(item => {\n            item.addEventListener('click', function(e) {\n                e.preventDefault();\n                const data = JSON.parse(this.getAttribute('data-member'));\n                \n                \/\/ Track profile view\n                if (data.id) trackClick(data.id, 'profile_view');\n\n                document.getElementById('gnbcc-modal-title').textContent = data.name;\n                document.getElementById('gnbcc-modal-sector').textContent = data.sector || 'Member';\n                \n                if (data.logo_url) {\n                    document.getElementById('gnbcc-modal-logo').src = data.logo_url;\n                    document.getElementById('gnbcc-modal-logo').style.display = 'block';\n                } else {\n                    document.getElementById('gnbcc-modal-logo').style.display = 'none';\n                }\n\n                const desc = document.getElementById('gnbcc-modal-desc');\n                if (data.company_description) {\n                    desc.textContent = data.company_description;\n                    desc.style.display = 'block';\n                } else {\n                    desc.textContent = '';\n                    desc.style.display = 'none';\n                }\n\n                let hasLocationInfo = false;\n                if (data.address) {\n                    document.getElementById('gnbcc-modal-address').textContent = data.address;\n                    document.getElementById('gnbcc-modal-address-box').style.display = 'block';\n                    hasLocationInfo = true;\n                } else {\n                    document.getElementById('gnbcc-modal-address-box').style.display = 'none';\n                }\n\n                if (data.city) {\n                    document.getElementById('gnbcc-modal-city').textContent = data.city;\n                    document.getElementById('gnbcc-modal-city-box').style.display = 'block';\n                    hasLocationInfo = true;\n                } else {\n                    document.getElementById('gnbcc-modal-city-box').style.display = 'none';\n                }\n                document.getElementById('gnbcc-modal-info-grid').style.display = hasLocationInfo ? 'grid' : 'none';\n\n                if (data.website) {\n                    let url = data.website;\n                    if (!url.startsWith('http:\/\/') && !url.startsWith('https:\/\/')) {\n                        url = 'https:\/\/' + url;\n                    }\n                    document.getElementById('gnbcc-modal-website').href = url;\n                    document.getElementById('gnbcc-modal-website').setAttribute('data-member-id', data.id);\n                    document.getElementById('gnbcc-modal-website-box').style.display = 'block';\n                } else {\n                    document.getElementById('gnbcc-modal-website-box').style.display = 'none';\n                }\n\n                modal.classList.add('gnbcc-modal-active');\n            });\n        });\n\n        \/\/ Track website clicks from modal\n        const websiteBtn = document.getElementById('gnbcc-modal-website');\n        if (websiteBtn) {\n            websiteBtn.addEventListener('click', function() {\n                const id = this.getAttribute('data-member-id');\n                if (id) trackClick(id, 'website_click');\n            });\n        }\n\n        \/\/ Close modal\n        if (modalClose) {\n            modalClose.addEventListener('click', () => modal.classList.remove('gnbcc-modal-active'));\n        }\n        modal.addEventListener('click', function(e) {\n            if (e.target === modal) modal.classList.remove('gnbcc-modal-active');\n        });\n    });\n    <\/script>\n    \n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/section>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>A GNBCC Initiative GNBCC Sector Insights An initiative to highlight the sector players within our network and to highlight the work and products of the key sector players within the GNBCC network. GH NL Explore by Sector Finance Agribusiness Horticulture Technology Energy Latest Sector Insights Highlights and trends from across our network Finance Lower inflation,<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"rop_custom_images_group":[],"rop_custom_messages_group":[],"rop_publish_now":"initial","rop_publish_now_accounts":[],"rop_publish_now_history":[],"rop_publish_now_status":"pending","footnotes":""},"class_list":["post-18613","page","type-page","status-publish","hentry"],"jetpack-related-posts":[{"id":18897,"url":"https:\/\/gnbcc.net\/sector-insights\/finance-sector\/","url_meta":{"origin":18613,"position":0},"title":"Finance Sector","author":"Michael Teye","date":"September 1, 2026","format":false,"excerpt":"Back to Sector Insights Finance Sector Finance Sector Insights Insights, solutions and perspectives from across our financial services membership, highlighting the sector developments shaping opportunities for businesses, investors and individuals. GH NL Latest Sector Insights Highlights and trends from across our network Finance Lower inflation, lower rates Ghana's finance sector\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":7469,"url":"https:\/\/gnbcc.net\/sample-page-2\/","url_meta":{"origin":18613,"position":1},"title":"Home","author":"Michael Teye","date":"December 14, 2015","format":false,"excerpt":"Connecting Ghana and the Netherlands through business, culture, and impactful projects. Who We Are We are the Ghana Netherlands Business & Culture Council: Your trusted gateway for doing business between Ghana and the Netherlands. Our Mission To foster partnerships, support private sector growth, and create opportunities that benefit both Ghanaian\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":390,"url":"https:\/\/gnbcc.net\/memberships\/premium-members\/","url_meta":{"origin":18613,"position":2},"title":"Premium Members","author":"Michael Teye","date":"January 7, 2016","format":false,"excerpt":"GNBCC Premium Membership Position your organisation for greater influence. GNBCC Premium Membership gives your organisation access to high-level networking, stronger brand visibility, strategic introductions and practical business opportunities across Ghana and the Netherlands. Annual premium membership fee EUR 1,000.00 per annum Become a Premium Member \u2192 Update Member Records Premium\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":18139,"url":"https:\/\/gnbcc.net\/","url_meta":{"origin":18613,"position":3},"title":"Home new","author":"Michael Teye","date":"August 6, 2026","format":false,"excerpt":"The Ghana Netherlands Business & Culture Council Welcome to GNBCC. Your point of contact in doing business with Ghana and the Netherlands. We help businesses, entrepreneurs and institutions connect with trusted networks, practical guidance and opportunities across both markets. About GNBCC Contact Us Membership Organisation Project Implementation Business Support Services\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/gnbcc.net\/wp-content\/uploads\/2025\/10\/GPS-launch-1110x550.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gnbcc.net\/wp-content\/uploads\/2025\/10\/GPS-launch-1110x550.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/gnbcc.net\/wp-content\/uploads\/2025\/10\/GPS-launch-1110x550.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/gnbcc.net\/wp-content\/uploads\/2025\/10\/GPS-launch-1110x550.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/gnbcc.net\/wp-content\/uploads\/2025\/10\/GPS-launch-1110x550.jpg?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":11854,"url":"https:\/\/gnbcc.net\/memberships\/sme-members\/","url_meta":{"origin":18613,"position":4},"title":"SME Members","author":"Michael Teye","date":"September 24, 2025","format":false,"excerpt":"GNBCC SME \/ Small Membership Start small. Connect widely. Grow with confidence. GNBCC SME Membership is designed for startups and small enterprises seeking practical access to business networks, market information, events, projects and opportunities across Ghana and the Netherlands. Ideal for enterprises with approximately one to three employees that are\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11570,"url":"https:\/\/gnbcc.net\/memberships\/","url_meta":{"origin":18613,"position":5},"title":"Members","author":"Michael Teye","date":"September 17, 2025","format":false,"excerpt":"GNBCC Membership Build stronger connections. Grow across markets. Join a trusted bilateral business community connecting companies, entrepreneurs, institutions and professionals across Ghana and the Netherlands. Gain access to networks, visibility, practical support and opportunities that help your organisation grow. Become a Member \u2192 Explore Our Members Business Connections Meet organisations\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/pages\/18613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/comments?post=18613"}],"version-history":[{"count":25,"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/pages\/18613\/revisions"}],"predecessor-version":[{"id":18932,"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/pages\/18613\/revisions\/18932"}],"wp:attachment":[{"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/media?parent=18613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}