{"id":24173,"date":"2026-06-09T06:49:58","date_gmt":"2026-06-09T03:49:58","guid":{"rendered":"https:\/\/bda-global.org\/?page_id=24173"},"modified":"2026-06-09T07:18:27","modified_gmt":"2026-06-09T04:18:27","slug":"bda-certification-institute","status":"publish","type":"page","link":"https:\/\/bda-global.org\/en\/bda-certification-institute\/","title":{"rendered":"BDA Certification Institute"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"24173\" class=\"elementor elementor-24173\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41d95cc e-con-full e-flex e-con e-parent\" data-id=\"41d95cc\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3cdca8 elementor-widget elementor-widget-html\" data-id=\"f3cdca8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\r\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=Inter:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\" \/>\r\n<style>\r\n    \/* ============================================================\r\n       BDA CI\u2122 PAGE \u2014 Design System\r\n       Navy #0d1f3c \u00b7 Sky #1e9de0 \u00b7 Azure #3db8f5 \u00b7 Slate #4a5568\r\n       Philosophy: Institutional gravitas \u00b7 Academic authority \u00b7\r\n       Generous whitespace \u00b7 Editorial hierarchy \u00b7 Trust-first\r\n    ============================================================ *\/\r\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n    :root {\r\n      --navy:    #0d1f3c;\r\n      --navy-md: #162d52;\r\n      --navy-lt: #1e3a6e;\r\n      --sky:     #1e9de0;\r\n      --sky-lt:  #e8f5fd;\r\n      --sky-xlt: #f4fbff;\r\n      --azure:   #3db8f5;\r\n      --white:   #ffffff;\r\n      --off:     #f7f9fc;\r\n      --g100:    #f1f3f6;\r\n      --g200:    #e2e6ed;\r\n      --g400:    #9aa5b4;\r\n      --g600:    #4a5568;\r\n      --g700:    #2d3748;\r\n      --gold:    #c9a227;\r\n      --gold-lt: #fdf6e3;\r\n      --r:       10px;\r\n      --sm:      0 1px 4px rgba(0,0,0,.07);\r\n      --md:      0 4px 20px rgba(13,31,60,.1);\r\n      --lg:      0 12px 40px rgba(13,31,60,.15);\r\n      --xl:      0 24px 64px rgba(13,31,60,.2);\r\n    }\r\n    html { scroll-behavior: smooth; }\r\n    body { font-family: 'Inter', sans-serif; color: var(--g700); background: var(--white); line-height: 1.75; -webkit-font-smoothing: antialiased; }\r\n    h1,h2,h3,h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\r\n    h1 { font-size: clamp(2.4rem, 4.5vw, 3.4rem); }\r\n    h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }\r\n    h3 { font-size: clamp(1.05rem, 1.5vw, 1.2rem); }\r\n    em { font-style: italic; color: var(--sky); }\r\n    p  { color: var(--g600); }\r\n    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 32px; }\r\n    .wrap-sm { max-width: 780px; margin: 0 auto; padding: 0 32px; }\r\n\r\n    \/* \u2500\u2500 Reveal \u2500\u2500 *\/\r\n    .rv  { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }\r\n    .rvl { opacity: 0; transform: translateX(-28px); transition: opacity .65s ease, transform .65s ease; }\r\n    .rvr { opacity: 0; transform: translateX(28px); transition: opacity .65s ease, transform .65s ease; }\r\n    .rv.on, .rvl.on, .rvr.on { opacity: 1; transform: none; }\r\n\r\n    \/* \u2500\u2500 Buttons \u2500\u2500 *\/\r\n    .btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: .875rem; font-weight: 700; cursor: pointer; text-decoration: none; transition: all .25s ease; border: none; letter-spacing: .01em; }\r\n    .btn-primary { background: var(--sky); color: #fff; }\r\n    .btn-primary:hover { background: #1888c8; transform: translateY(-2px); box-shadow: var(--md); }\r\n    .btn-navy { background: var(--navy); color: #fff; }\r\n    .btn-navy:hover { background: var(--navy-md); transform: translateY(-2px); box-shadow: var(--md); }\r\n    .btn-outline { background: transparent; color: var(--sky); border: 2px solid var(--sky); }\r\n    .btn-outline:hover { background: var(--sky); color: #fff; transform: translateY(-2px); }\r\n    .btn-white { background: #fff; color: var(--navy); }\r\n    .btn-white:hover { background: var(--sky-lt); transform: translateY(-2px); }\r\n    .btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.25); }\r\n    .btn-ghost:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }\r\n\r\n    \/* \u2500\u2500 Label \u2500\u2500 *\/\r\n    .lbl { display: inline-flex; align-items: center; gap: 10px; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--sky); margin-bottom: 16px; font-family: 'Inter', sans-serif; }\r\n    .lbl::before { content: ''; display: block; width: 24px; height: 2px; background: var(--sky); }\r\n    .lbl-lt { color: var(--azure); }\r\n    .lbl-lt::before { background: var(--azure); }\r\n    .lbl-gold { color: var(--gold); }\r\n    .lbl-gold::before { background: var(--gold); }\r\n\r\n    \/* \u2500\u2500 Text links \u2500\u2500 *\/\r\n    .tl { color: var(--sky); text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(30,157,224,.3); transition: color .2s, border-color .2s; }\r\n    .tl:hover { color: var(--navy); border-color: var(--navy); }\r\n    .tl-lt { color: var(--azure); text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(61,184,245,.3); }\r\n    .tl-lt:hover { color: #fff; border-color: rgba(255,255,255,.6); }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       TOP BAR\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .topbar { background: var(--navy); padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); }\r\n    .topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }\r\n    .topbar-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }\r\n    .topbar-brand img { height: 28px; width: auto; }\r\n    .topbar-brand span { font-size: .75rem; color: rgba(255,255,255,.55); font-weight: 500; letter-spacing: .02em; }\r\n    .topbar-nav { display: flex; align-items: center; gap: 20px; }\r\n    .topbar-nav a { font-size: .78rem; color: rgba(255,255,255,.7); text-decoration: none; font-weight: 500; transition: color .2s; }\r\n    .topbar-nav a:hover { color: #fff; }\r\n    .topbar-nav .sep { color: rgba(255,255,255,.2); }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       HERO\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .hero {\r\n      background: var(--navy);\r\n      background-image:\r\n        radial-gradient(ellipse 80% 60% at 70% 50%, rgba(30,157,224,.12) 0%, transparent 60%),\r\n        linear-gradient(135deg, #0d1f3c 0%, #162d52 50%, #0d1f3c 100%);\r\n      padding: 96px 0 80px;\r\n      position: relative;\r\n      overflow: hidden;\r\n    }\r\n    .hero::before {\r\n      content: '';\r\n      position: absolute;\r\n      inset: 0;\r\n      background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231e9de0' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\r\n      opacity: 1;\r\n      pointer-events: none;\r\n    }\r\n    .hero-inner { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center; position: relative; z-index: 1; }\r\n    .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(30,157,224,.15); border: 1px solid rgba(30,157,224,.3); border-radius: 100px; padding: 6px 14px; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--azure); margin-bottom: 24px; }\r\n    .hero-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--azure); display: block; }\r\n    .hero h1 { color: #fff; margin-bottom: 10px; }\r\n    .hero h1 em { color: var(--azure); font-style: italic; }\r\n    .hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.75); line-height: 1.7; margin-bottom: 36px; max-width: 580px; }\r\n    .hero-meta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }\r\n    .hero-meta-item { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: rgba(255,255,255,.6); font-weight: 500; }\r\n    .hero-meta-item svg { color: var(--azure); flex-shrink: 0; }\r\n    .hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }\r\n    .hero-logo-wrap { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 36px 32px; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(8px); }\r\n    .hero-logo-wrap img { width: 180px; height: auto; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       BREADCRUMB\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .breadcrumb { background: var(--navy-md); padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07); }\r\n    .breadcrumb-inner { display: flex; align-items: center; gap: 8px; font-size: .78rem; color: rgba(255,255,255,.5); }\r\n    .breadcrumb-inner a { color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }\r\n    .breadcrumb-inner a:hover { color: var(--azure); }\r\n    .breadcrumb-inner .sep { color: rgba(255,255,255,.25); }\r\n    .breadcrumb-inner .current { color: var(--azure); font-weight: 600; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       MANDATE STRIP\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .mandate { background: var(--sky-xlt); border-top: 3px solid var(--sky); border-bottom: 1px solid var(--g200); padding: 48px 0; }\r\n    .mandate-inner { display: grid; grid-template-columns: 1fr 2px 1fr 2px 1fr; gap: 40px; align-items: start; }\r\n    .mandate-divider { background: var(--g200); align-self: stretch; }\r\n    .mandate-item { text-align: center; }\r\n    .mandate-icon { width: 52px; height: 52px; background: var(--sky-lt); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }\r\n    .mandate-icon svg { color: var(--sky); }\r\n    .mandate-item h4 { font-family: 'Inter', sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }\r\n    .mandate-item p { font-size: .88rem; color: var(--g600); line-height: 1.65; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       SECTION \u2014 ABOUT\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .about { padding: 96px 0; background: var(--white); }\r\n    .about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }\r\n    .about-text h2 { color: var(--navy); margin-bottom: 20px; }\r\n    .about-text p { font-size: .97rem; margin-bottom: 18px; line-height: 1.8; }\r\n    .about-text p:last-child { margin-bottom: 0; }\r\n    .about-sidebar { display: flex; flex-direction: column; gap: 20px; }\r\n    .about-card { background: var(--off); border: 1px solid var(--g200); border-radius: var(--r); padding: 28px; }\r\n    .about-card h4 { font-family: 'Inter', sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); margin-bottom: 10px; }\r\n    .about-card p { font-size: .88rem; color: var(--g600); line-height: 1.7; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       SECTION \u2014 BOCK FOUNDATION\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .bock { padding: 80px 0; background: var(--navy); position: relative; overflow: hidden; }\r\n    .bock::before {\r\n      content: '';\r\n      position: absolute;\r\n      top: -60px; right: -60px;\r\n      width: 400px; height: 400px;\r\n      border-radius: 50%;\r\n      background: radial-gradient(circle, rgba(30,157,224,.12) 0%, transparent 70%);\r\n      pointer-events: none;\r\n    }\r\n    .bock-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }\r\n    .bock-img-wrap { position: relative; }\r\n    .bock-img-wrap img { width: 100%; border-radius: 12px; box-shadow: var(--xl); }\r\n    .bock-badge { position: absolute; bottom: -16px; left: -16px; background: var(--sky); color: #fff; border-radius: 10px; padding: 14px 20px; font-family: 'Inter', sans-serif; font-size: .78rem; font-weight: 700; box-shadow: var(--lg); }\r\n    .bock-badge span { display: block; font-size: 1.4rem; font-weight: 800; line-height: 1; margin-bottom: 2px; }\r\n    .bock-text h2 { color: #fff; margin-bottom: 20px; }\r\n    .bock-text p { color: rgba(255,255,255,.75); font-size: .97rem; line-height: 1.8; margin-bottom: 18px; }\r\n    .bock-pillars { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 32px; }\r\n    .bock-pillar { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 16px 18px; }\r\n    .bock-pillar-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(30,157,224,.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\r\n    .bock-pillar-icon svg { color: var(--azure); }\r\n    .bock-pillar-text h5 { font-family: 'Inter', sans-serif; font-size: .82rem; font-weight: 700; color: #fff; margin-bottom: 3px; }\r\n    .bock-pillar-text p { font-size: .82rem; color: rgba(255,255,255,.6); margin: 0; line-height: 1.5; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       SECTION \u2014 CERTIFICATIONS\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .certs { padding: 96px 0; background: var(--off); }\r\n    .certs-header { text-align: center; max-width: 680px; margin: 0 auto 64px; }\r\n    .certs-header h2 { color: var(--navy); margin-bottom: 16px; }\r\n    .certs-header p { font-size: 1rem; color: var(--g600); line-height: 1.75; }\r\n    .certs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }\r\n    .cert-card { background: var(--white); border: 1px solid var(--g200); border-radius: 14px; overflow: hidden; box-shadow: var(--sm); transition: box-shadow .3s, transform .3s; }\r\n    .cert-card:hover { box-shadow: var(--lg); transform: translateY(-4px); }\r\n    .cert-card-header { padding: 36px 36px 28px; border-bottom: 1px solid var(--g100); display: flex; align-items: flex-start; gap: 20px; }\r\n    .cert-card-logo { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; }\r\n    .cert-card-title h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--navy); margin-bottom: 4px; }\r\n    .cert-card-title .cert-full-name { font-size: .82rem; color: var(--g600); font-weight: 500; }\r\n    .cert-card-body { padding: 28px 36px; }\r\n    .cert-card-body p { font-size: .9rem; color: var(--g600); line-height: 1.75; margin-bottom: 20px; }\r\n    .cert-specs { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }\r\n    .cert-spec { display: flex; align-items: center; gap: 10px; font-size: .83rem; color: var(--g700); }\r\n    .cert-spec svg { color: var(--sky); flex-shrink: 0; }\r\n    .cert-spec strong { font-weight: 600; color: var(--navy); }\r\n    .cert-card-footer { padding: 20px 36px 28px; display: flex; gap: 12px; }\r\n    .cert-level-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 100px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }\r\n    .cert-level-foundation { background: #dbeafe; color: #1d4ed8; }\r\n    .cert-level-advanced { background: #ede9fe; color: #6d28d9; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       SECTION \u2014 GOVERNANCE PRINCIPLES\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .governance { padding: 96px 0; background: var(--white); }\r\n    .governance-header { text-align: center; max-width: 680px; margin: 0 auto 64px; }\r\n    .governance-header h2 { color: var(--navy); margin-bottom: 16px; }\r\n    .governance-header p { font-size: 1rem; color: var(--g600); line-height: 1.75; }\r\n    .governance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }\r\n    .gov-card { background: var(--off); border: 1px solid var(--g200); border-radius: 12px; padding: 32px 28px; transition: box-shadow .3s, transform .3s; }\r\n    .gov-card:hover { box-shadow: var(--md); transform: translateY(-3px); }\r\n    .gov-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--sky-lt); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }\r\n    .gov-icon svg { color: var(--sky); }\r\n    .gov-card h3 { font-family: 'Inter', sans-serif; font-size: .88rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }\r\n    .gov-card p { font-size: .88rem; color: var(--g600); line-height: 1.7; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       SECTION \u2014 CERTIFICATION PATHWAY\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .pathway { padding: 80px 0; background: var(--sky-xlt); border-top: 1px solid var(--g200); border-bottom: 1px solid var(--g200); }\r\n    .pathway-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }\r\n    .pathway-header h2 { color: var(--navy); margin-bottom: 14px; }\r\n    .pathway-header p { font-size: .97rem; color: var(--g600); line-height: 1.75; }\r\n    .pathway-steps { display: flex; align-items: flex-start; gap: 0; position: relative; }\r\n    .pathway-steps::before { content: ''; position: absolute; top: 28px; left: calc(10% + 28px); right: calc(10% + 28px); height: 2px; background: linear-gradient(90deg, var(--sky), var(--azure)); z-index: 0; }\r\n    .pathway-step { flex: 1; text-align: center; position: relative; z-index: 1; padding: 0 16px; }\r\n    .pathway-step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--sky); color: #fff; font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; box-shadow: 0 0 0 6px var(--sky-xlt), 0 0 0 8px rgba(30,157,224,.2); }\r\n    .pathway-step h4 { font-family: 'Inter', sans-serif; font-size: .82rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .06em; }\r\n    .pathway-step p { font-size: .8rem; color: var(--g600); line-height: 1.6; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       SECTION \u2014 RESOURCES\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .resources { padding: 96px 0; background: var(--white); }\r\n    .resources-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }\r\n    .resources-header h2 { color: var(--navy); margin-bottom: 14px; }\r\n    .resources-header p { font-size: .97rem; color: var(--g600); line-height: 1.75; }\r\n    .resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\r\n    .res-card { border: 1px solid var(--g200); border-radius: 12px; padding: 28px; text-decoration: none; transition: box-shadow .3s, transform .3s, border-color .3s; display: flex; flex-direction: column; gap: 12px; }\r\n    .res-card:hover { box-shadow: var(--md); transform: translateY(-3px); border-color: var(--sky); }\r\n    .res-card-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--sky-lt); display: flex; align-items: center; justify-content: center; }\r\n    .res-card-icon svg { color: var(--sky); }\r\n    .res-card h4 { font-family: 'Inter', sans-serif; font-size: .88rem; font-weight: 700; color: var(--navy); line-height: 1.4; }\r\n    .res-card p { font-size: .83rem; color: var(--g600); line-height: 1.65; flex: 1; }\r\n    .res-card-link { font-size: .8rem; font-weight: 700; color: var(--sky); display: flex; align-items: center; gap: 5px; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       SECTION \u2014 RELATIONSHIP TO BDA\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .relationship { padding: 80px 0; background: var(--navy); }\r\n    .relationship-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }\r\n    .relationship-text h2 { color: #fff; margin-bottom: 20px; }\r\n    .relationship-text p { color: rgba(255,255,255,.75); font-size: .97rem; line-height: 1.8; margin-bottom: 16px; }\r\n    .relationship-diagram { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 40px; }\r\n    .diagram-row { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }\r\n    .diagram-row:last-child { margin-bottom: 0; }\r\n    .diagram-box { flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; padding: 16px 20px; }\r\n    .diagram-box.highlight { background: rgba(30,157,224,.2); border-color: rgba(30,157,224,.4); }\r\n    .diagram-box h5 { font-family: 'Inter', sans-serif; font-size: .78rem; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }\r\n    .diagram-box p { font-size: .78rem; color: rgba(255,255,255,.6); margin: 0; line-height: 1.5; }\r\n    .diagram-arrow { color: rgba(255,255,255,.3); font-size: 1.2rem; flex-shrink: 0; }\r\n    .diagram-label { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .1em; text-align: center; margin-bottom: 20px; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       CTA SECTION\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .cta { padding: 96px 0; background: linear-gradient(135deg, var(--sky) 0%, #1678b8 100%); position: relative; overflow: hidden; }\r\n    .cta::before { content: ''; position: absolute; inset: 0; background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\"); pointer-events: none; }\r\n    .cta-inner { text-align: center; position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }\r\n    .cta h2 { color: #fff; margin-bottom: 18px; }\r\n    .cta p { color: rgba(255,255,255,.85); font-size: 1.05rem; line-height: 1.75; margin-bottom: 40px; }\r\n    .cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       FOOTER NOTE\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    .footer-note { background: var(--navy); padding: 32px 0; border-top: 1px solid rgba(255,255,255,.08); }\r\n    .footer-note-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }\r\n    .footer-note p { font-size: .8rem; color: rgba(255,255,255,.45); line-height: 1.6; }\r\n    .footer-note a { color: rgba(255,255,255,.6); text-decoration: none; }\r\n    .footer-note a:hover { color: var(--azure); }\r\n\r\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n       RESPONSIVE\r\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n    @media (max-width: 900px) {\r\n      .hero-inner { grid-template-columns: 1fr; }\r\n      .hero-logo-wrap { display: none; }\r\n      .about-inner { grid-template-columns: 1fr; gap: 40px; }\r\n      .bock-inner { grid-template-columns: 1fr; gap: 40px; }\r\n      .certs-grid { grid-template-columns: 1fr; }\r\n      .governance-grid { grid-template-columns: 1fr 1fr; }\r\n      .resources-grid { grid-template-columns: 1fr 1fr; }\r\n      .relationship-inner { grid-template-columns: 1fr; gap: 40px; }\r\n      .mandate-inner { grid-template-columns: 1fr; }\r\n      .mandate-divider { display: none; }\r\n      .pathway-steps { flex-direction: column; gap: 24px; }\r\n      .pathway-steps::before { display: none; }\r\n      .topbar-nav { display: none; }\r\n    }\r\n    @media (max-width: 600px) {\r\n      .wrap { padding: 0 20px; }\r\n      .governance-grid { grid-template-columns: 1fr; }\r\n      .resources-grid { grid-template-columns: 1fr; }\r\n      .cert-card-header { flex-direction: column; }\r\n      .cert-card-footer { flex-direction: column; }\r\n    }\r\n  <\/style>\r\n\r\n<!-- TOP BAR -->\r\n  <nav class=\"topbar\">\r\n    <div class=\"wrap topbar-inner\">\r\n      <a href=\"https:\/\/bda-global.org\/en\/\" class=\"topbar-brand\">\r\n        <img decoding=\"async\" src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2024\/01\/BDA-Logo-Horizontal-White.png\" alt=\"BDA\u00ae\" onerror=\"this.style.display='none'\" \/>\r\n        <span>Business Development Association\u00ae<\/span>\r\n      <\/a>\r\n      <div class=\"topbar-nav\">\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/\">Certifications<\/a>\r\n        <span class=\"sep\">\u00b7<\/span>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/bda-bock\/\">BDA BoCK\u2122<\/a>\r\n        <span class=\"sep\">\u00b7<\/span>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/\">Exam Prep<\/a>\r\n        <span class=\"sep\">\u00b7<\/span>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/recertification\/\">Recertification<\/a>\r\n        <span class=\"sep\">\u00b7<\/span>\r\n        <a href=\"https:\/\/portal.bda-global.org\" target=\"_blank\">myBDA Portal<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/nav>\r\n\r\n  <!-- HERO -->\r\n  <section class=\"hero\">\r\n    <div class=\"wrap hero-inner\">\r\n      <div class=\"hero-content\">\r\n        <div class=\"hero-badge rv\"><span><\/span>Certification &amp; Assessment Authority<\/div>\r\n        <h1 class=\"rv\" style=\"transition-delay:.1s\">BDA Certification<br \/><em>Institute<\/em><\/h1>\r\n        <p class=\"hero-sub rv\" style=\"transition-delay:.2s\">\r\n          The certification and assessment arm of the Business Development Association (BDA\u00ae), supporting the development of professional capability in business development through standards-based certification.\r\n        <\/p>\r\n        <div class=\"hero-meta rv\" style=\"transition-delay:.25s\">\r\n          <div class=\"hero-meta-item\">\r\n            <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 6v6l4 2\"\/><\/svg>\r\n            Established under BDA\u00ae Governance\r\n          <\/div>\r\n          <div class=\"hero-meta-item\">\r\n            <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\r\n            Competency-Based Standards\r\n          <\/div>\r\n          <div class=\"hero-meta-item\">\r\n            <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/><\/svg>\r\n            Globally Recognised Credentials\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"hero-actions rv\" style=\"transition-delay:.3s\">\r\n          <a href=\"https:\/\/bda-global.org\/en\/certifications\/\" class=\"btn btn-primary\">Explore Certifications<\/a>\r\n          <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/bda-bock\/\" class=\"btn btn-ghost\">View BDA BoCK\u2122<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"hero-logo-wrap rv\" style=\"transition-delay:.35s\">\r\n        <img decoding=\"async\" src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310419663032148679\/AEbCCgrFP4cLTPJTBDJzNM\/BDA-CI_13762283.webp\" alt=\"BDA Certification Institute\" \/>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- BREADCRUMB -->\r\n  <div class=\"breadcrumb\">\r\n    <div class=\"wrap breadcrumb-inner\">\r\n      <a href=\"https:\/\/bda-global.org\/en\/\">Home<\/a>\r\n      <span class=\"sep\">\u203a<\/span>\r\n      <a href=\"https:\/\/bda-global.org\/en\/certifications\/\">Certifications<\/a>\r\n      <span class=\"sep\">\u203a<\/span>\r\n      <span class=\"current\">BDA Certification Institute<\/span>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- MANDATE STRIP -->\r\n  <section class=\"mandate\">\r\n    <div class=\"wrap\">\r\n      <div class=\"mandate-inner\">\r\n        <div class=\"mandate-item rv\">\r\n          <div class=\"mandate-icon\">\r\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\/><\/svg>\r\n          <\/div>\r\n          <h4>Assessment Integrity<\/h4>\r\n          <p>All certification examinations are administered under rigorous proctoring standards, ensuring the validity and reliability of every credential awarded.<\/p>\r\n        <\/div>\r\n        <div class=\"mandate-divider\"><\/div>\r\n        <div class=\"mandate-item rv\" style=\"transition-delay:.1s\">\r\n          <div class=\"mandate-icon\">\r\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"\/><\/svg>\r\n          <\/div>\r\n          <h4>Competency Validation<\/h4>\r\n          <p>Certifications are grounded in the BDA BoCK\u2122 \u2014 the peer-reviewed competency framework that defines the knowledge, skills, and behaviours of the BD profession.<\/p>\r\n        <\/div>\r\n        <div class=\"mandate-divider\"><\/div>\r\n        <div class=\"mandate-item rv\" style=\"transition-delay:.2s\">\r\n          <div class=\"mandate-icon\">\r\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\"\/><\/svg>\r\n          <\/div>\r\n          <h4>Certification Governance<\/h4>\r\n          <p>BDA CI\u2122 operates under the oversight of the BDA Certification Committee, ensuring independence, fairness, and continuous alignment with professional standards.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- ABOUT -->\r\n  <section class=\"about\">\r\n    <div class=\"wrap about-inner\">\r\n      <div class=\"about-text rvl\">\r\n        <div class=\"lbl\">About BDA CI\u2122<\/div>\r\n        <h2>The Institutional Voice of BD Certification<\/h2>\r\n        <p>BDA Certification Institute (BDA CI\u2122) serves as the certification and assessment arm of the Business Development Association (BDA\u00ae), supporting the development of professional capability in business development through standards-based certification.<\/p>\r\n        <p>The Institute administers certification programmes aligned with the BDA BoCK\u00ae, the competency framework that defines the knowledge, skills, and professional behaviours required for effective business development practice.<\/p>\r\n        <p>By applying rigorous competency assessment principles, BDA CI\u2122 helps professionals and organisations establish credibility, demonstrate capability, and support continuous professional development.<\/p>\r\n        <p>BDA CI\u2122 contributes to the advancement of professional standards in business development worldwide through certification governance, assessment integrity, and competency validation.<\/p>\r\n      <\/div>\r\n      <div class=\"about-sidebar rvr\">\r\n        <div class=\"about-card\">\r\n          <h4>Institutional Mandate<\/h4>\r\n          <p>BDA CI\u2122 is not a commercial training provider. Its mandate is the independent administration of competency-based certification \u2014 separate from any training or learning delivery function.<\/p>\r\n        <\/div>\r\n        <div class=\"about-card\">\r\n          <h4>Independence Principle<\/h4>\r\n          <p>Certification decisions are made independently of commercial interests. Candidates may prepare through any recognised pathway; the examination tests genuine competence, not course attendance.<\/p>\r\n        <\/div>\r\n        <div class=\"about-card\">\r\n          <h4>Global Reach<\/h4>\r\n          <p>BDA CI\u2122 credentials are recognised by professionals, organisations, and academic institutions across multiple regions, supporting BD professionals wherever they practise.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- BOCK FOUNDATION -->\r\n  <section class=\"bock\">\r\n    <div class=\"wrap bock-inner\">\r\n      <div class=\"bock-img-wrap rvl\">\r\n        <img decoding=\"async\" src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/05\/1769270780497-b696d06a-38d4-4cb6-99bb-44cb9f28ac26_1.jpg\" alt=\"BDA BoCK\u00ae 2026 Global Edition\" loading=\"lazy\" \/>\r\n        <div class=\"bock-badge\">\r\n          <span>2026<\/span>\r\n          Global Edition\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"bock-text rvr\">\r\n        <div class=\"lbl lbl-lt\">The Competency Foundation<\/div>\r\n        <h2>Built on the BDA BoCK\u2122<\/h2>\r\n        <p>All BDA CI\u2122 certification programmes are anchored in the <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/bda-bock\/\" class=\"tl-lt\">BDA Book of Competencies and Knowledge (BoCK\u2122)<\/a> \u2014 the peer-reviewed framework that defines the competencies, knowledge areas, and performance domains of the business development profession.<\/p>\r\n        <p>Unlike training-based credentials, the BDA BoCK\u2122 exists independently of any learning provider \u2014 ensuring that examinations test genuine professional competence, not recall of a specific course.<\/p>\r\n        <div class=\"bock-pillars\">\r\n          <div class=\"bock-pillar\">\r\n            <div class=\"bock-pillar-icon\">\r\n              <svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"\/><\/svg>\r\n            <\/div>\r\n            <div class=\"bock-pillar-text\">\r\n              <h5>Peer-Reviewed Framework<\/h5>\r\n              <p>Developed and validated by BD practitioners and subject-matter experts globally.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"bock-pillar\">\r\n            <div class=\"bock-pillar-icon\">\r\n              <svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M2 12h20M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z\"\/><\/svg>\r\n            <\/div>\r\n            <div class=\"bock-pillar-text\">\r\n              <h5>Publicly Available<\/h5>\r\n              <p>The BoCK\u2122 is openly accessible \u2014 any professional or organisation can align to it.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"bock-pillar\">\r\n            <div class=\"bock-pillar-icon\">\r\n              <svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15\"\/><\/svg>\r\n            <\/div>\r\n            <div class=\"bock-pillar-text\">\r\n              <h5>Regularly Updated<\/h5>\r\n              <p>The BoCK\u2122 is reviewed and updated to reflect the evolving demands of the BD profession.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/bda-bock\/\" class=\"btn btn-white\">Download BDA BoCK\u2122 2026<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- CERTIFICATIONS -->\r\n  <section class=\"certs\">\r\n    <div class=\"wrap\">\r\n      <div class=\"certs-header rv\">\r\n        <div class=\"lbl\" style=\"justify-content:center\">Certification Programmes<\/div>\r\n        <h2>Credentials Administered by BDA CI\u2122<\/h2>\r\n        <p>BDA CI\u2122 currently oversees two professional certification programmes, each designed for a distinct stage of the business development career pathway.<\/p>\r\n      <\/div>\r\n      <div class=\"certs-grid\">\r\n\r\n        <!-- BDA-CP -->\r\n        <div class=\"cert-card rv\" style=\"transition-delay:.05s\">\r\n          <div class=\"cert-card-header\">\r\n            <img decoding=\"async\" src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/05\/BDA-CP-Store.png\" alt=\"BDA-CP\u2122\" class=\"cert-card-logo\" loading=\"lazy\" \/>\r\n            <div class=\"cert-card-title\">\r\n              <h3>BDA-CP\u2122<\/h3>\r\n              <div class=\"cert-full-name\">BDA Certified Professional<\/div>\r\n              <div style=\"margin-top:8px\"><span class=\"cert-level-badge cert-level-foundation\">Foundational Level<\/span><\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"cert-card-body\">\r\n            <p>The global standard for business development professionals. Validates core BD competencies across strategy, partnerships, market development, and stakeholder engagement. Designed for professionals with 1\u20134 years of BD experience.<\/p>\r\n            <div class=\"cert-specs\">\r\n              <div class=\"cert-spec\">\r\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg>\r\n                <span><strong>Format:<\/strong> 120-question closed-book proctored examination<\/span>\r\n              <\/div>\r\n              <div class=\"cert-spec\">\r\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg>\r\n                <span><strong>Passing Score:<\/strong> 70%<\/span>\r\n              <\/div>\r\n              <div class=\"cert-spec\">\r\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg>\r\n                <span><strong>Delivery:<\/strong> Online, proctored \u2014 available in English &amp; Arabic<\/span>\r\n              <\/div>\r\n              <div class=\"cert-spec\">\r\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15\"\/><\/svg>\r\n                <span><strong>Recertification:<\/strong> Every 3 years via PDCs<\/span>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"cert-card-footer\">\r\n            <a href=\"https:\/\/bda-global.org\/en\/certifications\/bda-cp\/\" class=\"btn btn-primary\">Learn About BDA-CP\u2122<\/a>\r\n            <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/\" class=\"btn btn-outline\">Exam Preparation<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- BDA-SCP -->\r\n        <div class=\"cert-card rv\" style=\"transition-delay:.1s\">\r\n          <div class=\"cert-card-header\">\r\n            <img decoding=\"async\" src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/05\/BDA-SCP-Store.png\" alt=\"BDA-SCP\u2122\" class=\"cert-card-logo\" loading=\"lazy\" \/>\r\n            <div class=\"cert-card-title\">\r\n              <h3>BDA-SCP\u2122<\/h3>\r\n              <div class=\"cert-full-name\">BDA Senior Certified Professional<\/div>\r\n              <div style=\"margin-top:8px\"><span class=\"cert-level-badge cert-level-advanced\">Advanced Level<\/span><\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"cert-card-body\">\r\n            <p>The advanced credential for senior BD leaders. Validates strategic, leadership, and organisational BD capabilities at the highest level. Requires BDA-CP\u2122 as prerequisite. Designed for professionals with 5+ years of BD experience.<\/p>\r\n            <div class=\"cert-specs\">\r\n              <div class=\"cert-spec\">\r\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg>\r\n                <span><strong>Format:<\/strong> Advanced competency-based proctored examination<\/span>\r\n              <\/div>\r\n              <div class=\"cert-spec\">\r\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg>\r\n                <span><strong>Prerequisite:<\/strong> Active BDA-CP\u2122 certification required<\/span>\r\n              <\/div>\r\n              <div class=\"cert-spec\">\r\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg>\r\n                <span><strong>Delivery:<\/strong> Online, proctored \u2014 available in English &amp; Arabic<\/span>\r\n              <\/div>\r\n              <div class=\"cert-spec\">\r\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15\"\/><\/svg>\r\n                <span><strong>Recertification:<\/strong> Every 3 years via PDCs<\/span>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"cert-card-footer\">\r\n            <a href=\"https:\/\/bda-global.org\/en\/certifications\/bda-scp\/\" class=\"btn btn-primary\">Learn About BDA-SCP\u2122<\/a>\r\n            <a href=\"https:\/\/bda-global.org\/en\/certifications\/which-certification-is-best-for-me\/\" class=\"btn btn-outline\">Which is Right for Me?<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- CERTIFICATION PATHWAY -->\r\n  <section class=\"pathway\">\r\n    <div class=\"wrap\">\r\n      <div class=\"pathway-header rv\">\r\n        <div class=\"lbl\" style=\"justify-content:center\">Professional Pathway<\/div>\r\n        <h2>The BDA CI\u2122 Certification Journey<\/h2>\r\n        <p>A structured, competency-based pathway from foundational certification to senior professional recognition.<\/p>\r\n      <\/div>\r\n      <div class=\"pathway-steps\">\r\n        <div class=\"pathway-step rv\" style=\"transition-delay:.05s\">\r\n          <div class=\"pathway-step-num\">1<\/div>\r\n          <h4>Assess Eligibility<\/h4>\r\n          <p>Review the <a href=\"https:\/\/bda-global.org\/en\/certifications\/eligibility-criteria\/\" class=\"tl\">eligibility criteria<\/a> and confirm your experience level.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step rv\" style=\"transition-delay:.1s\">\r\n          <div class=\"pathway-step-num\">2<\/div>\r\n          <h4>Prepare<\/h4>\r\n          <p>Study the <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/bda-bock\/\" class=\"tl\">BDA BoCK\u2122<\/a> and use <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/\" class=\"tl\">official preparation resources<\/a>.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step rv\" style=\"transition-delay:.15s\">\r\n          <div class=\"pathway-step-num\">3<\/div>\r\n          <h4>Register &amp; Sit Exam<\/h4>\r\n          <p>Purchase your <a href=\"https:\/\/bda-global.org\/en\/store\/certifications\/\" class=\"tl\">exam voucher<\/a> and schedule your proctored examination.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step rv\" style=\"transition-delay:.2s\">\r\n          <div class=\"pathway-step-num\">4<\/div>\r\n          <h4>Earn BDA-CP\u2122<\/h4>\r\n          <p>Receive your globally recognised <a href=\"https:\/\/bda-global.org\/en\/certifications\/bda-cp\/\" class=\"tl\">BDA-CP\u2122<\/a> credential upon passing.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step rv\" style=\"transition-delay:.25s\">\r\n          <div class=\"pathway-step-num\">5<\/div>\r\n          <h4>Advance to BDA-SCP\u2122<\/h4>\r\n          <p>With 5+ years of experience, pursue the <a href=\"https:\/\/bda-global.org\/en\/certifications\/bda-scp\/\" class=\"tl\">BDA-SCP\u2122<\/a> \u2014 the senior credential.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step rv\" style=\"transition-delay:.3s\">\r\n          <div class=\"pathway-step-num\">6<\/div>\r\n          <h4>Maintain &amp; Recertify<\/h4>\r\n          <p>Earn PDCs through approved programmes to <a href=\"https:\/\/bda-global.org\/en\/certifications\/recertification\/\" class=\"tl\">recertify every 3 years<\/a>.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- GOVERNANCE PRINCIPLES -->\r\n  <section class=\"governance\">\r\n    <div class=\"wrap\">\r\n      <div class=\"governance-header rv\">\r\n        <div class=\"lbl\" style=\"justify-content:center\">Governance Framework<\/div>\r\n        <h2>How BDA CI\u2122 Upholds Certification Integrity<\/h2>\r\n        <p>BDA CI\u2122 operates under a structured governance framework designed to ensure the independence, fairness, and professional rigour of every credential it administers.<\/p>\r\n      <\/div>\r\n      <div class=\"governance-grid\">\r\n        <div class=\"gov-card rv\" style=\"transition-delay:.05s\">\r\n          <div class=\"gov-icon\">\r\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\r\n          <\/div>\r\n          <h3>Examination Security<\/h3>\r\n          <p>All examinations are administered under controlled, proctored conditions to prevent malpractice and ensure that every credential reflects genuine professional competence.<\/p>\r\n        <\/div>\r\n        <div class=\"gov-card rv\" style=\"transition-delay:.1s\">\r\n          <div class=\"gov-icon\">\r\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"\/><\/svg>\r\n          <\/div>\r\n          <h3>Psychometric Validity<\/h3>\r\n          <p>Examination content is developed and reviewed using established psychometric principles to ensure questions are valid, reliable, and aligned to the BDA BoCK\u2122 competency domains.<\/p>\r\n        <\/div>\r\n        <div class=\"gov-card rv\" style=\"transition-delay:.15s\">\r\n          <div class=\"gov-icon\">\r\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z\"\/><\/svg>\r\n          <\/div>\r\n          <h3>Certification Committee<\/h3>\r\n          <p>An independent Certification Committee oversees examination development, eligibility decisions, and appeals \u2014 ensuring governance is separated from commercial operations.<\/p>\r\n        <\/div>\r\n        <div class=\"gov-card rv\" style=\"transition-delay:.2s\">\r\n          <div class=\"gov-icon\">\r\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15\"\/><\/svg>\r\n          <\/div>\r\n          <h3>Continuous Review<\/h3>\r\n          <p>Certification standards and examination content are periodically reviewed and updated to remain current with the evolving demands of the global BD profession.<\/p>\r\n        <\/div>\r\n        <div class=\"gov-card rv\" style=\"transition-delay:.25s\">\r\n          <div class=\"gov-icon\">\r\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\/><\/svg>\r\n          <\/div>\r\n          <h3>Credential Verification<\/h3>\r\n          <p>All active BDA CI\u2122 credentials are verifiable through the <a href=\"https:\/\/portal.bda-global.org\/public\/verify\" class=\"tl\">BDA credential verification system<\/a>, providing employers and stakeholders with confidence in credential authenticity.<\/p>\r\n        <\/div>\r\n        <div class=\"gov-card rv\" style=\"transition-delay:.3s\">\r\n          <div class=\"gov-icon\">\r\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"\/><\/svg>\r\n          <\/div>\r\n          <h3>Recertification Standards<\/h3>\r\n          <p>BDA CI\u2122 administers the Professional Development Credit (PDC) system, ensuring certified professionals maintain and advance their competence throughout their careers.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- RESOURCES -->\r\n  <section class=\"resources\">\r\n    <div class=\"wrap\">\r\n      <div class=\"resources-header rv\">\r\n        <div class=\"lbl\" style=\"justify-content:center\">Certification Resources<\/div>\r\n        <h2>Everything You Need to Succeed<\/h2>\r\n        <p>BDA CI\u2122 provides a comprehensive ecosystem of resources to support candidates at every stage of their certification journey.<\/p>\r\n      <\/div>\r\n      <div class=\"resources-grid\">\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/bda-bock\/\" class=\"res-card rv\" style=\"transition-delay:.05s\">\r\n          <div class=\"res-card-icon\">\r\n            <svg width=\"22\" height=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"\/><\/svg>\r\n          <\/div>\r\n          <h4>BDA BoCK\u2122 2026<\/h4>\r\n          <p>The foundational competency framework for all BDA certifications. Publicly available and freely downloadable.<\/p>\r\n          <div class=\"res-card-link\">Access BoCK\u2122 <svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div>\r\n        <\/a>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/\" class=\"res-card rv\" style=\"transition-delay:.1s\">\r\n          <div class=\"res-card-icon\">\r\n            <svg width=\"22\" height=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"\/><\/svg>\r\n          <\/div>\r\n          <h4>Exam Preparation<\/h4>\r\n          <p>Official study materials, preparation guides, and the BDA Learning System to help candidates prepare effectively.<\/p>\r\n          <div class=\"res-card-link\">Explore Resources <svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div>\r\n        <\/a>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-details\/\" class=\"res-card rv\" style=\"transition-delay:.15s\">\r\n          <div class=\"res-card-icon\">\r\n            <svg width=\"22\" height=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\/><\/svg>\r\n          <\/div>\r\n          <h4>Exam Details<\/h4>\r\n          <p>Full information on examination format, duration, passing criteria, and scheduling procedures.<\/p>\r\n          <div class=\"res-card-link\">View Exam Details <svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div>\r\n        <\/a>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/eligibility-criteria\/\" class=\"res-card rv\" style=\"transition-delay:.2s\">\r\n          <div class=\"res-card-icon\">\r\n            <svg width=\"22\" height=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z\"\/><\/svg>\r\n          <\/div>\r\n          <h4>Eligibility Criteria<\/h4>\r\n          <p>Understand the experience and professional requirements for each BDA CI\u2122 certification programme.<\/p>\r\n          <div class=\"res-card-link\">Check Eligibility <svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div>\r\n        <\/a>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/recertification\/\" class=\"res-card rv\" style=\"transition-delay:.25s\">\r\n          <div class=\"res-card-icon\">\r\n            <svg width=\"22\" height=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><path d=\"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15\"\/><\/svg>\r\n          <\/div>\r\n          <h4>Recertification<\/h4>\r\n          <p>Maintain your BDA CI\u2122 credential through the PDC system \u2014 ensuring your competence stays current.<\/p>\r\n          <div class=\"res-card-link\">Recertification Guide <svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div>\r\n        <\/a>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/which-certification-is-best-for-me\/\" class=\"res-card rv\" style=\"transition-delay:.3s\">\r\n          <div class=\"res-card-icon\">\r\n            <svg width=\"22\" height=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3M12 17h.01\"\/><\/svg>\r\n          <\/div>\r\n          <h4>Which Certification Is Right for Me?<\/h4>\r\n          <p>Use the BDA certification selector to identify the most appropriate pathway for your experience level.<\/p>\r\n          <div class=\"res-card-link\">Find Your Path <svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- RELATIONSHIP TO BDA -->\r\n  <section class=\"relationship\">\r\n    <div class=\"wrap relationship-inner\">\r\n      <div class=\"relationship-text rvl\">\r\n        <div class=\"lbl lbl-lt\">Institutional Structure<\/div>\r\n        <h2>BDA CI\u2122 and BDA\u00ae \u2014 One Mission, Distinct Functions<\/h2>\r\n        <p>BDA Certification Institute (BDA CI\u2122) operates as the dedicated certification and assessment function within the Business Development Association (BDA\u00ae). While it shares the BDA\u00ae mission of advancing the BD profession, it maintains a distinct institutional identity to preserve the independence and integrity of the certification process.<\/p>\r\n        <p>This structural separation ensures that certification decisions are never influenced by membership, commercial, or advocacy interests \u2014 upholding the trust that professionals and organisations place in BDA CI\u2122 credentials.<\/p>\r\n        <div style=\"margin-top:28px\">\r\n          <a href=\"https:\/\/bda-global.org\/en\/about-bda\/\" class=\"btn btn-ghost\">About BDA\u00ae<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"relationship-diagram rvr\">\r\n        <div class=\"diagram-label\">BDA\u00ae Organisational Structure<\/div>\r\n        <div class=\"diagram-row\">\r\n          <div class=\"diagram-box\" style=\"text-align:center;background:rgba(30,157,224,.15);border-color:rgba(30,157,224,.35);\">\r\n            <h5 style=\"text-align:center\">Business Development Association (BDA\u00ae)<\/h5>\r\n            <p style=\"text-align:center\">Global professional association for BD practitioners<\/p>\r\n          <\/div>\r\n        <\/div>\r\n        <div style=\"text-align:center;color:rgba(255,255,255,.3);font-size:1.5rem;margin:8px 0;\">\u2193<\/div>\r\n        <div class=\"diagram-row\" style=\"gap:12px\">\r\n          <div class=\"diagram-box\">\r\n            <h5>Standards &amp; BoCK\u2122<\/h5>\r\n            <p>Competency framework &amp; professional standards<\/p>\r\n          <\/div>\r\n          <div class=\"diagram-box highlight\">\r\n            <h5>BDA CI\u2122<\/h5>\r\n            <p>Certification &amp; assessment arm<\/p>\r\n          <\/div>\r\n          <div class=\"diagram-box\">\r\n            <h5>Membership<\/h5>\r\n            <p>Individual &amp; institutional members<\/p>\r\n          <\/div>\r\n        <\/div>\r\n        <div style=\"text-align:center;color:rgba(255,255,255,.3);font-size:1.5rem;margin:8px 0;\">\u2193<\/div>\r\n        <div class=\"diagram-row\" style=\"gap:12px\">\r\n          <div class=\"diagram-box\" style=\"flex:1\">\r\n            <h5>BDA-CP\u2122<\/h5>\r\n            <p>Foundational certification<\/p>\r\n          <\/div>\r\n          <div class=\"diagram-box\" style=\"flex:1\">\r\n            <h5>BDA-SCP\u2122<\/h5>\r\n            <p>Advanced certification<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- CTA -->\r\n  <section class=\"cta\">\r\n    <div class=\"wrap cta-inner\">\r\n      <div class=\"lbl lbl-lt rv\" style=\"justify-content:center\">Begin Your Certification Journey<\/div>\r\n      <h2 class=\"rv\" style=\"transition-delay:.05s\">Ready to Earn Your BDA CI\u2122 Credential?<\/h2>\r\n      <p class=\"rv\" style=\"transition-delay:.1s\">Join thousands of BD professionals worldwide who have validated their competence through BDA CI\u2122 certification. Explore the pathway that matches your experience and ambition.<\/p>\r\n      <div class=\"cta-actions rv\" style=\"transition-delay:.15s\">\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/bda-cp\/\" class=\"btn btn-white\">Explore BDA-CP\u2122<\/a>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/bda-scp\/\" class=\"btn btn-white\">Explore BDA-SCP\u2122<\/a>\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/how-to-get-certified\/\" class=\"btn btn-ghost\">How to Get Certified<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- FOOTER NOTE -->\r\n  <div class=\"footer-note\">\r\n    <div class=\"wrap footer-note-inner\">\r\n      <p>BDA Certification Institute (BDA CI\u2122) is the certification and assessment arm of the <a href=\"https:\/\/bda-global.org\/en\/\">Business Development Association (BDA\u00ae)<\/a>. BDA\u00ae, BDA-CP\u2122, BDA-SCP\u2122, BDA CI\u2122, and BDA BoCK\u2122 are trademarks of the Business Development Association.<\/p>\r\n      <p><a href=\"https:\/\/bda-global.org\/en\/legal\/\">Legal<\/a> \u00b7 <a href=\"https:\/\/bda-global.org\/en\/contact-us\/\">Contact<\/a> \u00b7 <a href=\"https:\/\/portal.bda-global.org\" target=\"_blank\">myBDA Portal<\/a><\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    \/\/ Intersection Observer for reveal animations\r\n    const obs = new IntersectionObserver((entries) => {\r\n      entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('on'); obs.unobserve(e.target); } });\r\n    }, { threshold: 0.12 });\r\n    document.querySelectorAll('.rv, .rvl, .rvr').forEach(el => obs.observe(el));\r\n  <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Business Development Association\u00ae Certifications \u00b7 BDA BoCK \u00b7 Exam Prep \u00b7 Recertification \u00b7 myBDA Portal Certification &amp; Assessment Authority BDA CertificationInstitute The certification and assessment arm of the Business Development Association (BDA\u00ae), supporting the development of professional capability in business development through standards-based certification. Established under BDA\u00ae Governance Competency-Based Standards Globally Recognised Credentials Explore Certifications [&hellip;]<\/p>","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full-width.php","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-24173","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>BDA Certification Institute (BDA CI)<\/title>\n<meta name=\"description\" content=\"The BDA Certification Institute (BDA CI) develops and administers competency-based business development certifications aligned with the BDA BoCK\u00ae and global professional standards.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bda-global.org\/en\/bda-certification-institute\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BDA Certification Institute (BDA CI)\" \/>\n<meta property=\"og:description\" content=\"The BDA Certification Institute (BDA CI) develops and administers competency-based business development certifications aligned with the BDA BoCK\u00ae and global professional standards.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bda-global.org\/en\/bda-certification-institute\/\" \/>\n<meta property=\"og:site_name\" content=\"Business Development Association (BDA\u00ae)\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-09T04:18:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bda-global.org\/wp-content\/uploads\/2024\/01\/BDA-Logo-Horizontal-White.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bda-global.org\/en\/bda-certification-institute\/\",\"url\":\"https:\/\/bda-global.org\/en\/bda-certification-institute\/\",\"name\":\"BDA Certification Institute (BDA CI)\",\"isPartOf\":{\"@id\":\"https:\/\/bda-global.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/bda-global.org\/en\/bda-certification-institute\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/bda-global.org\/en\/bda-certification-institute\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bda-global.org\/wp-content\/uploads\/2024\/01\/BDA-Logo-Horizontal-White.png\",\"datePublished\":\"2026-06-09T03:49:58+00:00\",\"dateModified\":\"2026-06-09T04:18:27+00:00\",\"description\":\"The BDA Certification Institute (BDA CI) develops and administers competency-based business development certifications aligned with the BDA BoCK\u00ae and global professional standards.\",\"breadcrumb\":{\"@id\":\"https:\/\/bda-global.org\/en\/bda-certification-institute\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bda-global.org\/en\/bda-certification-institute\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bda-global.org\/en\/bda-certification-institute\/#primaryimage\",\"url\":\"https:\/\/bda-global.org\/wp-content\/uploads\/2024\/01\/BDA-Logo-Horizontal-White.png\",\"contentUrl\":\"https:\/\/bda-global.org\/wp-content\/uploads\/2024\/01\/BDA-Logo-Horizontal-White.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bda-global.org\/en\/bda-certification-institute\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\/\/bda-global.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BDA Certification Institute\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bda-global.org\/#website\",\"url\":\"https:\/\/bda-global.org\/\",\"name\":\"Business Development Association (BDA\u00ae)\",\"description\":\"The Business Development Association (BDA\u00ae) is a global professional standards organisation defining competencies, frameworks, certifications, and governance practices for the business development profession through the BDA BoCK\u00ae framework.\",\"publisher\":{\"@id\":\"https:\/\/bda-global.org\/#organization\"},\"alternateName\":\"BDA\u00ae\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bda-global.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/bda-global.org\/#organization\",\"name\":\"Business Development Association (BDA\u00ae)\",\"alternateName\":\"BDA\u00ae\",\"url\":\"https:\/\/bda-global.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bda-global.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/04\/cropped-Edit-home-with-Elementor-03-08-2025_05_17_AM.png\",\"contentUrl\":\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/04\/cropped-Edit-home-with-Elementor-03-08-2025_05_17_AM.png\",\"width\":512,\"height\":512,\"caption\":\"Business Development Association (BDA\u00ae)\"},\"image\":{\"@id\":\"https:\/\/bda-global.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/bda-org\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BDA Certification Institute (BDA CI)","description":"The BDA Certification Institute (BDA CI) develops and administers competency-based business development certifications aligned with the BDA BoCK\u00ae and global professional standards.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bda-global.org\/en\/bda-certification-institute\/","og_locale":"en_US","og_type":"article","og_title":"BDA Certification Institute (BDA CI)","og_description":"The BDA Certification Institute (BDA CI) develops and administers competency-based business development certifications aligned with the BDA BoCK\u00ae and global professional standards.","og_url":"https:\/\/bda-global.org\/en\/bda-certification-institute\/","og_site_name":"Business Development Association (BDA\u00ae)","article_modified_time":"2026-06-09T04:18:27+00:00","og_image":[{"url":"https:\/\/bda-global.org\/wp-content\/uploads\/2024\/01\/BDA-Logo-Horizontal-White.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bda-global.org\/en\/bda-certification-institute\/","url":"https:\/\/bda-global.org\/en\/bda-certification-institute\/","name":"BDA Certification Institute (BDA CI)","isPartOf":{"@id":"https:\/\/bda-global.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bda-global.org\/en\/bda-certification-institute\/#primaryimage"},"image":{"@id":"https:\/\/bda-global.org\/en\/bda-certification-institute\/#primaryimage"},"thumbnailUrl":"https:\/\/bda-global.org\/wp-content\/uploads\/2024\/01\/BDA-Logo-Horizontal-White.png","datePublished":"2026-06-09T03:49:58+00:00","dateModified":"2026-06-09T04:18:27+00:00","description":"The BDA Certification Institute (BDA CI) develops and administers competency-based business development certifications aligned with the BDA BoCK\u00ae and global professional standards.","breadcrumb":{"@id":"https:\/\/bda-global.org\/en\/bda-certification-institute\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bda-global.org\/en\/bda-certification-institute\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bda-global.org\/en\/bda-certification-institute\/#primaryimage","url":"https:\/\/bda-global.org\/wp-content\/uploads\/2024\/01\/BDA-Logo-Horizontal-White.png","contentUrl":"https:\/\/bda-global.org\/wp-content\/uploads\/2024\/01\/BDA-Logo-Horizontal-White.png"},{"@type":"BreadcrumbList","@id":"https:\/\/bda-global.org\/en\/bda-certification-institute\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/bda-global.org\/"},{"@type":"ListItem","position":2,"name":"BDA Certification Institute"}]},{"@type":"WebSite","@id":"https:\/\/bda-global.org\/#website","url":"https:\/\/bda-global.org\/","name":"Business Development Association (BDA\u00ae)","description":"The Business Development Association (BDA\u00ae) is a global professional standards organisation defining competencies, frameworks, certifications, and governance practices for the business development profession through the BDA BoCK\u00ae framework.","publisher":{"@id":"https:\/\/bda-global.org\/#organization"},"alternateName":"BDA\u00ae","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bda-global.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bda-global.org\/#organization","name":"Business Development Association (BDA\u00ae)","alternateName":"BDA\u00ae","url":"https:\/\/bda-global.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bda-global.org\/#\/schema\/logo\/image\/","url":"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/04\/cropped-Edit-home-with-Elementor-03-08-2025_05_17_AM.png","contentUrl":"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/04\/cropped-Edit-home-with-Elementor-03-08-2025_05_17_AM.png","width":512,"height":512,"caption":"Business Development Association (BDA\u00ae)"},"image":{"@id":"https:\/\/bda-global.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/bda-org\/"]}]}},"_links":{"self":[{"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/pages\/24173","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/comments?post=24173"}],"version-history":[{"count":13,"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/pages\/24173\/revisions"}],"predecessor-version":[{"id":24187,"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/pages\/24173\/revisions\/24187"}],"wp:attachment":[{"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/media?parent=24173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}