{"id":22884,"date":"2026-04-12T17:30:13","date_gmt":"2026-04-12T14:30:13","guid":{"rendered":"https:\/\/bda-global.org\/?page_id=22884"},"modified":"2026-05-06T15:56:06","modified_gmt":"2026-05-06T12:56:06","slug":"how-bda-works","status":"publish","type":"page","link":"https:\/\/bda-global.org\/en\/about-bda\/how-bda-works\/","title":{"rendered":"How BDA Works"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"22884\" class=\"elementor elementor-22884\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba8f162 e-con-full e-flex e-con e-parent\" data-id=\"ba8f162\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63348ce elementor-widget elementor-widget-html\" data-id=\"63348ce\" 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<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>How BDA Works | Business Development Association<\/title>\r\n<meta name=\"description\" content=\"New to BDA? Understand exactly how the Business Development Association works \u2014 from membership and the BoCK to certifications, accreditation, and partnerships. Your complete guide.\">\r\n<style>\r\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n:root {\r\n  --navy:       #1c4a8b;\r\n  --navy-dark:  #132f5a;\r\n  --sky:        #0f91e0;\r\n  --sky-light:  #e8f4fd;\r\n  --sky-mid:    #c8e6f8;\r\n  --white:      #ffffff;\r\n  --light-bg:   #f7f9fc;\r\n  --text-dark:  #1a1a2e;\r\n  --text-body:  #555e6d;\r\n  --text-light: #7a8499;\r\n  --border:     #e2e8f0;\r\n  --shadow-sm:  0 2px 8px rgba(28,74,139,0.08);\r\n  --shadow-md:  0 6px 24px rgba(28,74,139,0.12);\r\n  --shadow-lg:  0 16px 48px rgba(28,74,139,0.16);\r\n  --radius-sm:  6px;\r\n  --radius-md:  10px;\r\n  --radius-lg:  16px;\r\n}\r\n\r\nbody {\r\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\r\n  color: var(--text-dark);\r\n  background: var(--white);\r\n  line-height: 1.65;\r\n  -webkit-font-smoothing: antialiased;\r\n}\r\n\r\n\/* \u2500\u2500\u2500 BREADCRUMB \u2500\u2500\u2500 *\/\r\n.breadcrumb { background: var(--light-bg); border-bottom: 1px solid var(--border); padding: 11px 0; }\r\n.breadcrumb-inner {\r\n  max-width: 1160px; margin: 0 auto; padding: 0 40px;\r\n  display: flex; align-items: center; gap: 6px;\r\n  font-size: 0.80rem; color: var(--text-light);\r\n}\r\n.breadcrumb a { color: var(--sky); text-decoration: none; }\r\n.breadcrumb a:hover { text-decoration: underline; }\r\n.breadcrumb-sep { color: var(--border); }\r\n\r\n\/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\r\n.hero { background: var(--white); padding: 72px 0 0; overflow: hidden; }\r\n.hero-inner {\r\n  max-width: 1160px; margin: 0 auto; padding: 0 40px 64px;\r\n  display: grid; grid-template-columns: 1fr 1fr;\r\n  gap: 64px; align-items: center;\r\n}\r\n.hero-label {\r\n  display: inline-flex; align-items: center; gap: 8px;\r\n  background: var(--sky-light); border-radius: 100px;\r\n  padding: 5px 14px; font-size: 10.5px; font-weight: 700;\r\n  letter-spacing: 0.13em; text-transform: uppercase;\r\n  color: var(--sky); margin-bottom: 24px;\r\n}\r\n.hero-label-dot { width: 5px; height: 5px; background: var(--sky); border-radius: 50%; }\r\n.hero h1 {\r\n  font-size: clamp(2rem, 3.5vw, 3rem);\r\n  font-weight: 800; line-height: 1.15;\r\n  color: var(--text-dark); margin-bottom: 20px;\r\n  letter-spacing: -0.02em;\r\n}\r\n.hero h1 em { font-style: italic; color: var(--sky); }\r\n.hero-desc {\r\n  font-size: 1rem; color: var(--text-body);\r\n  line-height: 1.75; margin-bottom: 32px; max-width: 480px;\r\n}\r\n.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }\r\n.btn-primary {\r\n  display: inline-flex; align-items: center; gap: 7px;\r\n  background: var(--navy); color: var(--white);\r\n  padding: 13px 26px; border-radius: var(--radius-sm);\r\n  font-weight: 600; font-size: 0.92rem;\r\n  text-decoration: none; transition: background 0.2s;\r\n  border: 2px solid var(--navy);\r\n}\r\n.btn-primary:hover { background: var(--sky); border-color: var(--sky); }\r\n.btn-secondary {\r\n  display: inline-flex; align-items: center; gap: 7px;\r\n  background: transparent; color: var(--navy);\r\n  padding: 13px 26px; border-radius: var(--radius-sm);\r\n  font-weight: 600; font-size: 0.92rem;\r\n  text-decoration: none; border: 2px solid var(--navy);\r\n  transition: all 0.2s;\r\n}\r\n.btn-secondary:hover { background: var(--navy); color: var(--white); }\r\n.hero-visual { position: relative; }\r\n.hero-img {\r\n  width: 100%; height: 480px;\r\n  object-fit: cover; border-radius: var(--radius-lg);\r\n  display: block; box-shadow: var(--shadow-lg);\r\n}\r\n.hero-badge {\r\n  position: absolute; bottom: 24px; left: -20px;\r\n  background: var(--white); border-radius: var(--radius-md);\r\n  padding: 14px 18px; box-shadow: var(--shadow-md);\r\n  display: flex; align-items: center; gap: 12px;\r\n}\r\n.hero-badge-icon {\r\n  width: 40px; height: 40px; background: var(--sky-light);\r\n  border-radius: 8px; display: flex; align-items: center; justify-content: center;\r\n}\r\n.hero-badge-icon svg { width: 20px; height: 20px; color: var(--sky); }\r\n.hero-badge-text { font-size: 0.78rem; }\r\n.hero-badge-text strong { display: block; font-size: 0.88rem; color: var(--text-dark); }\r\n.hero-badge-text span { color: var(--text-light); }\r\n\r\n\/* TRUST STRIP *\/\r\n.trust-strip { background: var(--light-bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 14px 0; }\r\n.trust-strip-inner {\r\n  max-width: 1160px; margin: 0 auto; padding: 0 40px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  gap: 40px; flex-wrap: wrap;\r\n}\r\n.trust-item {\r\n  display: flex; align-items: center; gap: 8px;\r\n  font-size: 0.80rem; font-weight: 500;\r\n  color: var(--text-body); white-space: nowrap;\r\n}\r\n.trust-dot { width: 5px; height: 5px; background: var(--sky); border-radius: 50%; flex-shrink: 0; }\r\n\r\n\/* \u2500\u2500\u2500 LAYOUT \u2500\u2500\u2500 *\/\r\n.section { padding: 88px 0; }\r\n.section-alt { background: var(--light-bg); }\r\n.container { max-width: 1160px; margin: 0 auto; padding: 0 40px; }\r\n.section-label {\r\n  display: inline-flex; align-items: center; gap: 7px;\r\n  background: var(--sky-light); border-radius: 100px;\r\n  padding: 5px 14px; font-size: 10.5px; font-weight: 700;\r\n  letter-spacing: 0.13em; text-transform: uppercase;\r\n  color: var(--sky); margin-bottom: 18px;\r\n}\r\n.section-label-dot { width: 5px; height: 5px; background: var(--sky); border-radius: 50%; }\r\n.section-title {\r\n  font-size: clamp(1.7rem, 2.5vw, 2.3rem);\r\n  font-weight: 800; color: var(--text-dark);\r\n  line-height: 1.2; margin-bottom: 16px;\r\n  letter-spacing: -0.02em;\r\n}\r\n.section-title em { font-style: italic; color: var(--sky); }\r\n.section-sub {\r\n  font-size: 0.97rem; color: var(--text-body);\r\n  line-height: 1.75; max-width: 640px;\r\n}\r\n.section-header { margin-bottom: 52px; }\r\n.section-header.centered { text-align: center; }\r\n.section-header.centered .section-sub { margin: 0 auto; }\r\n\r\n\/* \u2500\u2500\u2500 WHAT IS BDA \u2014 INTRO \u2500\u2500\u2500 *\/\r\n.intro-grid {\r\n  display: grid; grid-template-columns: 1fr 1fr;\r\n  gap: 72px; align-items: center;\r\n}\r\n.intro-img {\r\n  width: 100%; height: 440px;\r\n  object-fit: cover; border-radius: var(--radius-lg);\r\n  box-shadow: var(--shadow-lg); display: block;\r\n}\r\n.intro-text p {\r\n  font-size: 0.97rem; color: var(--text-body);\r\n  line-height: 1.8; margin-bottom: 18px;\r\n}\r\n.intro-text p strong { color: var(--text-dark); }\r\n.blockquote {\r\n  border-left: 3px solid var(--sky);\r\n  padding: 14px 18px;\r\n  background: var(--sky-light);\r\n  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\r\n  margin: 24px 0;\r\n  font-size: 0.93rem;\r\n  color: var(--text-dark);\r\n  font-style: italic;\r\n  line-height: 1.7;\r\n}\r\n\r\n\/* \u2500\u2500\u2500 FIVE PILLARS \u2014 NUMBERED CARDS \u2500\u2500\u2500 *\/\r\n.pillars-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(5, 1fr);\r\n  gap: 16px;\r\n}\r\n.pillar-card {\r\n  background: var(--white); border: 1px solid var(--border);\r\n  border-radius: var(--radius-md); padding: 24px 18px;\r\n  position: relative; overflow: hidden;\r\n  transition: box-shadow 0.2s, transform 0.2s;\r\n  text-align: center;\r\n}\r\n.pillar-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }\r\n.pillar-card::before {\r\n  content: ''; position: absolute;\r\n  top: 0; left: 0; right: 0; height: 3px;\r\n  background: var(--sky);\r\n}\r\n.pillar-num {\r\n  font-size: 2rem; font-weight: 900;\r\n  color: var(--sky-mid); line-height: 1;\r\n  margin-bottom: 12px; font-style: italic;\r\n}\r\n.pillar-icon {\r\n  width: 44px; height: 44px; background: var(--sky-light);\r\n  border-radius: 10px; display: flex; align-items: center;\r\n  justify-content: center; margin: 0 auto 14px;\r\n}\r\n.pillar-icon svg { width: 20px; height: 20px; color: var(--sky); }\r\n.pillar-card h4 { font-size: 0.90rem; font-weight: 800; color: var(--text-dark); margin-bottom: 6px; }\r\n.pillar-card p { font-size: 0.78rem; color: var(--text-body); line-height: 1.55; }\r\n\r\n\/* \u2500\u2500\u2500 PRODUCT SECTIONS \u2014 ALTERNATING 50\/50 \u2500\u2500\u2500 *\/\r\n.product-block { padding: 72px 0; border-bottom: 1px solid var(--border); }\r\n.product-block:last-child { border-bottom: none; }\r\n.product-grid {\r\n  display: grid; grid-template-columns: 1fr 1fr;\r\n  gap: 72px; align-items: center;\r\n}\r\n.product-grid.reverse { direction: rtl; }\r\n.product-grid.reverse > * { direction: ltr; }\r\n.product-img {\r\n  width: 100%; height: 400px;\r\n  object-fit: cover; border-radius: var(--radius-lg);\r\n  box-shadow: var(--shadow-lg); display: block;\r\n}\r\n.product-num {\r\n  display: inline-flex; align-items: center; gap: 8px;\r\n  background: var(--navy); color: var(--white);\r\n  border-radius: 100px; padding: 4px 14px;\r\n  font-size: 10px; font-weight: 800;\r\n  letter-spacing: 0.12em; text-transform: uppercase;\r\n  margin-bottom: 16px;\r\n}\r\n.product-tag {\r\n  display: inline-flex; align-items: center; gap: 7px;\r\n  background: var(--sky-light); border-radius: 100px;\r\n  padding: 5px 14px; font-size: 10.5px; font-weight: 700;\r\n  letter-spacing: 0.13em; text-transform: uppercase;\r\n  color: var(--sky); margin-bottom: 8px; margin-left: 8px;\r\n}\r\n.product-tag-dot { width: 4px; height: 4px; background: var(--sky); border-radius: 50%; }\r\n.product-title {\r\n  font-size: clamp(1.4rem, 2vw, 1.9rem);\r\n  font-weight: 800; color: var(--text-dark);\r\n  line-height: 1.2; margin-bottom: 14px;\r\n  letter-spacing: -0.02em;\r\n}\r\n.product-title em { font-style: italic; color: var(--sky); }\r\n.product-desc {\r\n  font-size: 0.95rem; color: var(--text-body);\r\n  line-height: 1.8; margin-bottom: 20px;\r\n}\r\n.product-items { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }\r\n.product-item {\r\n  display: flex; align-items: flex-start; gap: 10px;\r\n  font-size: 0.87rem; color: var(--text-body); line-height: 1.55;\r\n}\r\n.product-check {\r\n  width: 18px; height: 18px; background: var(--sky-light);\r\n  border-radius: 50%; flex-shrink: 0; margin-top: 1px;\r\n  display: flex; align-items: center; justify-content: center;\r\n}\r\n.product-check svg { width: 10px; height: 10px; color: var(--sky); }\r\n.product-item strong { color: var(--text-dark); }\r\n.product-note {\r\n  background: var(--light-bg); border: 1px solid var(--border);\r\n  border-radius: var(--radius-sm); padding: 12px 16px;\r\n  font-size: 0.82rem; color: var(--text-body); line-height: 1.6;\r\n  margin-bottom: 20px;\r\n}\r\n.product-note strong { color: var(--text-dark); }\r\n.product-link {\r\n  display: inline-flex; align-items: center; gap: 7px;\r\n  color: var(--navy); font-weight: 700; font-size: 0.90rem;\r\n  text-decoration: none; transition: color 0.2s;\r\n}\r\n.product-link:hover { color: var(--sky); }\r\n.product-link svg { width: 14px; height: 14px; }\r\n\r\n\/* CERT BADGES *\/\r\n.cert-badges { display: flex; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }\r\n.cert-badge {\r\n  background: var(--navy); color: var(--white);\r\n  border-radius: var(--radius-sm); padding: 10px 16px;\r\n  font-size: 0.82rem; font-weight: 700; line-height: 1.3;\r\n  text-align: center;\r\n}\r\n.cert-badge span { display: block; font-size: 0.70rem; font-weight: 400; opacity: 0.75; margin-top: 2px; }\r\n\r\n\/* ACCREDITATION BADGES *\/\r\n.accred-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }\r\n.accred-badge {\r\n  background: var(--sky-light); border: 1px solid var(--sky-mid);\r\n  border-radius: var(--radius-sm); padding: 8px 14px;\r\n  font-size: 0.80rem; font-weight: 700; color: var(--navy);\r\n}\r\n\r\n\/* PARTNERSHIP BADGES *\/\r\n.partner-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }\r\n.partner-badge {\r\n  background: var(--light-bg); border: 1px solid var(--border);\r\n  border-radius: var(--radius-sm); padding: 8px 14px;\r\n  font-size: 0.80rem; font-weight: 700; color: var(--text-dark);\r\n}\r\n\r\n\/* \u2500\u2500\u2500 INDIVIDUAL PATHWAY \u2500\u2500\u2500 *\/\r\n.pathway-wrap {\r\n  background: var(--navy); border-radius: var(--radius-lg);\r\n  padding: 56px;\r\n}\r\n.pathway-label {\r\n  font-size: 10px; font-weight: 700; letter-spacing: 0.13em;\r\n  text-transform: uppercase; color: var(--sky); margin-bottom: 10px;\r\n}\r\n.pathway-title {\r\n  font-size: clamp(1.5rem, 2.2vw, 2rem);\r\n  font-weight: 800; color: var(--white);\r\n  margin-bottom: 10px; line-height: 1.2;\r\n}\r\n.pathway-sub {\r\n  font-size: 0.90rem; color: rgba(255,255,255,0.70);\r\n  line-height: 1.7; max-width: 560px; margin-bottom: 48px;\r\n}\r\n.pathway-steps {\r\n  display: grid; grid-template-columns: repeat(6, 1fr);\r\n  gap: 0; position: relative;\r\n}\r\n.pathway-steps::before {\r\n  content: ''; position: absolute;\r\n  top: 28px; left: calc(100%\/12); right: calc(100%\/12);\r\n  height: 2px; background: rgba(15,145,224,0.35);\r\n  z-index: 0;\r\n}\r\n.pathway-step { position: relative; z-index: 1; text-align: center; padding: 0 8px; }\r\n.step-circle {\r\n  width: 56px; height: 56px; border-radius: 50%;\r\n  background: rgba(15,145,224,0.20);\r\n  border: 2px solid rgba(15,145,224,0.50);\r\n  display: flex; align-items: center; justify-content: center;\r\n  margin: 0 auto 14px; font-size: 1rem; font-weight: 800;\r\n  color: var(--sky);\r\n}\r\n.pathway-step h5 {\r\n  font-size: 0.80rem; font-weight: 700; color: var(--white);\r\n  margin-bottom: 6px; line-height: 1.3;\r\n}\r\n.pathway-step p {\r\n  font-size: 0.72rem; color: rgba(255,255,255,0.60);\r\n  line-height: 1.5;\r\n}\r\n.pathway-step.active .step-circle {\r\n  background: var(--sky); border-color: var(--sky);\r\n  color: var(--white);\r\n}\r\n\r\n\/* \u2500\u2500\u2500 COMPARISON TABLE \u2500\u2500\u2500 *\/\r\n.table-wrap {\r\n  background: var(--white); border: 1px solid var(--border);\r\n  border-radius: var(--radius-lg); overflow: hidden;\r\n  box-shadow: var(--shadow-sm);\r\n}\r\n.comp-table { width: 100%; border-collapse: collapse; }\r\n.comp-table thead tr { background: var(--navy); }\r\n.comp-table thead th {\r\n  padding: 16px 18px; text-align: left;\r\n  font-size: 0.78rem; font-weight: 700;\r\n  letter-spacing: 0.08em; text-transform: uppercase;\r\n  color: var(--white);\r\n}\r\n.comp-table thead th:first-child { width: 22%; }\r\n.comp-table thead th:not(:first-child) { text-align: center; }\r\n.comp-table tbody tr { border-bottom: 1px solid var(--border); transition: background 0.15s; }\r\n.comp-table tbody tr:last-child { border-bottom: none; }\r\n.comp-table tbody tr:hover { background: var(--sky-light); }\r\n.comp-table tbody td {\r\n  padding: 15px 18px; font-size: 0.84rem;\r\n  color: var(--text-body); vertical-align: middle;\r\n}\r\n.comp-table tbody td:first-child {\r\n  font-weight: 600; color: var(--text-dark);\r\n}\r\n.comp-table tbody td:not(:first-child) { text-align: center; }\r\n.check-yes {\r\n  display: inline-flex; align-items: center; justify-content: center;\r\n  width: 22px; height: 22px; background: var(--sky-light);\r\n  border-radius: 50%;\r\n}\r\n.check-yes svg { width: 11px; height: 11px; color: var(--sky); }\r\n.check-no {\r\n  display: inline-flex; align-items: center; justify-content: center;\r\n  width: 22px; height: 22px; background: #f1f3f5;\r\n  border-radius: 50%;\r\n}\r\n.check-no svg { width: 11px; height: 11px; color: #adb5bd; }\r\n.check-partial { font-size: 0.75rem; color: var(--text-light); font-style: italic; }\r\n.col-highlight { background: rgba(15,145,224,0.04); }\r\n\r\n\/* \u2500\u2500\u2500 THREE AUDIENCES \u2500\u2500\u2500 *\/\r\n.audiences-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\r\n.audience-card {\r\n  background: var(--white); border: 1px solid var(--border);\r\n  border-radius: var(--radius-lg); overflow: hidden;\r\n  transition: box-shadow 0.2s, transform 0.2s;\r\n}\r\n.audience-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }\r\n.audience-img { width: 100%; height: 200px; object-fit: cover; display: block; }\r\n.audience-body { padding: 24px; }\r\n.audience-tag {\r\n  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;\r\n  text-transform: uppercase; color: var(--sky); margin-bottom: 8px;\r\n}\r\n.audience-card h3 {\r\n  font-size: 1.05rem; font-weight: 800; color: var(--text-dark);\r\n  margin-bottom: 10px; line-height: 1.25;\r\n}\r\n.audience-card p {\r\n  font-size: 0.85rem; color: var(--text-body);\r\n  line-height: 1.65; margin-bottom: 16px;\r\n}\r\n.audience-steps { display: flex; flex-direction: column; gap: 8px; }\r\n.audience-step {\r\n  display: flex; align-items: flex-start; gap: 10px;\r\n  font-size: 0.82rem; color: var(--text-body); line-height: 1.5;\r\n}\r\n.audience-step-num {\r\n  width: 20px; height: 20px; background: var(--sky-light);\r\n  border-radius: 50%; flex-shrink: 0;\r\n  display: flex; align-items: center; justify-content: center;\r\n  font-size: 0.68rem; font-weight: 800; color: var(--sky);\r\n}\r\n.audience-link {\r\n  display: inline-flex; align-items: center; gap: 6px;\r\n  color: var(--navy); font-weight: 700; font-size: 0.85rem;\r\n  text-decoration: none; margin-top: 16px; transition: color 0.2s;\r\n}\r\n.audience-link:hover { color: var(--sky); }\r\n.audience-link svg { width: 13px; height: 13px; }\r\n\r\n\/* \u2500\u2500\u2500 FAQ \u2500\u2500\u2500 *\/\r\n.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\r\n.faq-item {\r\n  background: var(--white); border: 1px solid var(--border);\r\n  border-radius: var(--radius-md); padding: 24px;\r\n}\r\n.faq-q {\r\n  font-size: 0.92rem; font-weight: 700; color: var(--text-dark);\r\n  margin-bottom: 10px; line-height: 1.4;\r\n}\r\n.faq-a {\r\n  font-size: 0.85rem; color: var(--text-body); line-height: 1.7;\r\n}\r\n.faq-a a { color: var(--sky); text-decoration: none; }\r\n.faq-a a:hover { text-decoration: underline; }\r\n\r\n\/* \u2500\u2500\u2500 WHERE TO START \u2500\u2500\u2500 *\/\r\n.start-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }\r\n.start-card {\r\n  background: var(--white); border: 1px solid var(--border);\r\n  border-radius: var(--radius-lg); padding: 28px 20px;\r\n  text-align: center; text-decoration: none;\r\n  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;\r\n}\r\n.start-card:hover {\r\n  box-shadow: var(--shadow-md); transform: translateY(-3px);\r\n  border-color: var(--sky);\r\n}\r\n.start-icon {\r\n  width: 52px; height: 52px; background: var(--sky-light);\r\n  border-radius: 12px; display: flex; align-items: center;\r\n  justify-content: center; margin: 0 auto 16px;\r\n}\r\n.start-icon svg { width: 24px; height: 24px; color: var(--sky); }\r\n.start-card h4 { font-size: 0.95rem; font-weight: 800; color: var(--text-dark); margin-bottom: 8px; }\r\n.start-card p { font-size: 0.82rem; color: var(--text-body); line-height: 1.6; }\r\n.start-arrow {\r\n  display: inline-flex; align-items: center; gap: 5px;\r\n  font-size: 0.82rem; font-weight: 700; color: var(--navy);\r\n  margin-top: 14px;\r\n}\r\n.start-arrow svg { width: 12px; height: 12px; }\r\n\r\n\/* \u2500\u2500\u2500 CTA BAND \u2500\u2500\u2500 *\/\r\n.cta-band { background: var(--navy); padding: 80px 0; text-align: center; }\r\n.cta-band h2 {\r\n  font-size: clamp(1.7rem, 2.5vw, 2.3rem);\r\n  font-weight: 800; color: var(--white);\r\n  margin-bottom: 14px; line-height: 1.2;\r\n}\r\n.cta-band h2 em { font-style: italic; color: var(--sky); }\r\n.cta-band p {\r\n  font-size: 0.97rem; color: rgba(255,255,255,0.75);\r\n  max-width: 520px; margin: 0 auto 32px; line-height: 1.75;\r\n}\r\n.cta-band-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }\r\n.btn-white {\r\n  display: inline-flex; align-items: center; gap: 7px;\r\n  background: var(--white); color: var(--navy);\r\n  padding: 13px 26px; border-radius: var(--radius-sm);\r\n  font-weight: 700; font-size: 0.92rem;\r\n  text-decoration: none; transition: all 0.2s;\r\n  border: 2px solid var(--white);\r\n}\r\n.btn-white:hover { background: var(--sky); border-color: var(--sky); color: var(--white); }\r\n.btn-outline-white {\r\n  display: inline-flex; align-items: center; gap: 7px;\r\n  background: transparent; color: var(--white);\r\n  padding: 13px 26px; border-radius: var(--radius-sm);\r\n  font-weight: 600; font-size: 0.92rem;\r\n  text-decoration: none;\r\n  border: 2px solid rgba(255,255,255,0.45);\r\n  transition: all 0.2s;\r\n}\r\n.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,0.10); }\r\n\r\n\/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\r\n@media (max-width: 1080px) {\r\n  .pillars-grid { grid-template-columns: repeat(3, 1fr); }\r\n  .pathway-steps { grid-template-columns: repeat(3, 1fr); gap: 24px; }\r\n  .pathway-steps::before { display: none; }\r\n  .start-grid { grid-template-columns: 1fr 1fr; }\r\n}\r\n@media (max-width: 960px) {\r\n  .hero-inner, .intro-grid, .product-grid { grid-template-columns: 1fr; gap: 40px; }\r\n  .product-grid.reverse { direction: ltr; }\r\n  .hero-img, .product-img { height: 300px; }\r\n  .hero-badge { left: 0; }\r\n  .audiences-grid { grid-template-columns: 1fr; }\r\n  .faq-grid { grid-template-columns: 1fr; }\r\n}\r\n@media (max-width: 600px) {\r\n  .container, .breadcrumb-inner, .trust-strip-inner { padding: 0 20px; }\r\n  .hero-inner { padding: 0 20px 48px; }\r\n  .section { padding: 60px 0; }\r\n  .pillars-grid { grid-template-columns: 1fr 1fr; }\r\n  .pathway-wrap { padding: 32px 24px; }\r\n  .pathway-steps { grid-template-columns: 1fr 1fr; }\r\n  .start-grid { grid-template-columns: 1fr 1fr; }\r\n  .trust-strip-inner { gap: 16px; }\r\n  .comp-table { font-size: 0.78rem; }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- BREADCRUMB -->\r\n<nav class=\"breadcrumb\">\r\n  <div class=\"breadcrumb-inner\">\r\n    <a href=\"https:\/\/bda-global.org\/en\/\">BDA<\/a>\r\n    <span class=\"breadcrumb-sep\">&#8250;<\/span>\r\n    <a href=\"https:\/\/bda-global.org\/en\/about-bda\/\">About BDA<\/a>\r\n    <span class=\"breadcrumb-sep\">&#8250;<\/span>\r\n    <span>How BDA Works<\/span>\r\n  <\/div>\r\n<\/nav>\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\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 -->\r\n<section class=\"hero\">\r\n  <div class=\"hero-inner\">\r\n    <div class=\"hero-content\">\r\n      <div class=\"hero-label\"><span class=\"hero-label-dot\"><\/span>New to BDA?<\/div>\r\n      <h1>How <em>BDA<\/em><br>Works<\/h1>\r\n      <p class=\"hero-desc\">\r\n        BDA is the global standard-setting body for the business development profession. This page explains exactly what BDA is, what it offers, and where you fit \u2014 whether you are an individual professional, an organisation, or a training provider.\r\n      <\/p>\r\n      <div class=\"hero-btns\">\r\n        <a href=\"https:\/\/bda-global.org\/en\/certifications\/\" class=\"btn-primary\">Get Certified &#8594;<\/a>\r\n        <a href=\"https:\/\/bda-global.org\/en\/membership\/\" class=\"btn-secondary\">Join as a Member<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"hero-visual\">\r\n      <img decoding=\"async\"\r\n        src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/08\/confident-businessman-with-colleagues-1-scaled.webp\"\r\n        alt=\"BDA professionals in a business meeting\"\r\n        class=\"hero-img\"\r\n        loading=\"eager\"\r\n      >\r\n      <div class=\"hero-badge\">\r\n        <div class=\"hero-badge-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 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        <\/div>\r\n        <div class=\"hero-badge-text\">\r\n          <strong>Active in 90+ Countries<\/strong>\r\n          <span>Global BD Standard<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- TRUST STRIP -->\r\n<div class=\"trust-strip\">\r\n  <div class=\"trust-strip-inner\">\r\n    <div class=\"trust-item\"><span class=\"trust-dot\"><\/span>Global Standard-Setting Body<\/div>\r\n    <div class=\"trust-item\"><span class=\"trust-dot\"><\/span>Non-Profit Association<\/div>\r\n    <div class=\"trust-item\"><span class=\"trust-dot\"><\/span>BDA-CP&#8482; &amp; BDA-SCP&#8482; Certifications<\/div>\r\n    <div class=\"trust-item\"><span class=\"trust-dot\"><\/span>Available in English &amp; Arabic<\/div>\r\n    <div class=\"trust-item\"><span class=\"trust-dot\"><\/span>Governed &amp; Independent<\/div>\r\n  <\/div>\r\n<\/div>\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\r\n     WHAT IS 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 -->\r\n<section class=\"section\">\r\n  <div class=\"container\">\r\n    <div class=\"intro-grid\">\r\n      <img decoding=\"async\"\r\n        src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/07\/businessman-colleague-discussing-digital-tablet-scaled.webp\"\r\n        alt=\"BDA professionals at work\"\r\n        class=\"intro-img\"\r\n        loading=\"lazy\"\r\n      >\r\n      <div class=\"intro-text\">\r\n        <div class=\"section-label\"><span class=\"section-label-dot\"><\/span>What Is BDA?<\/div>\r\n        <h2 class=\"section-title\">The Global Body for<br><em>Business Development.<\/em><\/h2>\r\n        <p>\r\n          The <strong>Business Development Association (BDA&#174;)<\/strong> is the world's only independent, non-profit association dedicated exclusively to the business development profession. BDA does not deliver training. It does not sell consulting services. It defines, governs, and protects the global standard for what BD competence means.\r\n        <\/p>\r\n        <p>\r\n          BDA operates through five interconnected elements: a professional knowledge framework (the BoCK&#8482;), individual certifications, membership, institutional accreditation, and formal partnerships. Together, these elements form a complete professional ecosystem \u2014 the infrastructure of a governed profession.\r\n        <\/p>\r\n        <blockquote class=\"blockquote\">\r\n          \"BDA's role is to define what business development is, establish what competence in it requires, and provide the mechanisms through which professionals and organisations can demonstrate that competence globally.\"\r\n        <\/blockquote>\r\n        <p>\r\n          Whether you are a BD professional looking to validate your expertise, an organisation seeking to align your team with a global standard, or a training provider wanting to formally partner with the world's BD authority \u2014 BDA has a defined pathway for you.\r\n        <\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\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\r\n     FIVE PILLARS\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 -->\r\n<section class=\"section section-alt\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header centered\">\r\n      <div class=\"section-label\"><span class=\"section-label-dot\"><\/span>The BDA Ecosystem<\/div>\r\n      <h2 class=\"section-title\">Five Elements of the<br><em>BDA Professional Ecosystem<\/em><\/h2>\r\n      <p class=\"section-sub\">\r\n        BDA is not a single product. It is a complete professional infrastructure built around five interconnected elements \u2014 each serving a distinct purpose in the BD professional ecosystem.\r\n      <\/p>\r\n    <\/div>\r\n    <div class=\"pillars-grid\">\r\n      <div class=\"pillar-card\">\r\n        <div class=\"pillar-num\">01<\/div>\r\n        <div class=\"pillar-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"\/><path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"\/><\/svg>\r\n        <\/div>\r\n        <h4>BDA BoCK&#8482;<\/h4>\r\n        <p>The global knowledge framework. 14 competency domains. The foundation of everything BDA does.<\/p>\r\n      <\/div>\r\n      <div class=\"pillar-card\">\r\n        <div class=\"pillar-num\">02<\/div>\r\n        <div class=\"pillar-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\r\n        <\/div>\r\n        <h4>Membership<\/h4>\r\n        <p>The entry point. Basic and Professional tiers for individuals. Institutional membership for organisations.<\/p>\r\n      <\/div>\r\n      <div class=\"pillar-card\">\r\n        <div class=\"pillar-num\">03<\/div>\r\n        <div class=\"pillar-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\/><\/svg>\r\n        <\/div>\r\n        <h4>Certifications<\/h4>\r\n        <p>BDA-CP&#8482; and BDA-SCP&#8482; \u2014 globally recognised credentials that validate BD competence.<\/p>\r\n      <\/div>\r\n      <div class=\"pillar-card\">\r\n        <div class=\"pillar-num\">04<\/div>\r\n        <div class=\"pillar-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\r\n        <\/div>\r\n        <h4>Accreditation<\/h4>\r\n        <p>For organisations \u2014 AIDP&#8482;, AAI&#8482;, COE&#8482;, RPDE&#8482;, CSIS&#8482; \u2014 formal alignment with the global BD standard.<\/p>\r\n      <\/div>\r\n      <div class=\"pillar-card\">\r\n        <div class=\"pillar-num\">05<\/div>\r\n        <div class=\"pillar-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><line x1=\"19\" y1=\"8\" x2=\"19\" y2=\"14\"\/><line x1=\"22\" y1=\"11\" x2=\"16\" y2=\"11\"\/><\/svg>\r\n        <\/div>\r\n        <h4>Partnerships<\/h4>\r\n        <p>ECP&#8482;, PDP&#8482;, AKP&#8482;, SAP&#8482; \u2014 for training providers and institutions that deliver BD development.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\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\r\n     PRODUCT SECTIONS \u2014 ALTERNATING\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 -->\r\n<section class=\"section\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header centered\">\r\n      <div class=\"section-label\"><span class=\"section-label-dot\"><\/span>What BDA Offers<\/div>\r\n      <h2 class=\"section-title\">Each Element,<br><em>Explained.<\/em><\/h2>\r\n    <\/div>\r\n\r\n    <!-- 01 BoCK -->\r\n    <div class=\"product-block\">\r\n      <div class=\"product-grid\">\r\n        <div>\r\n          <div class=\"product-num\">01<\/div>\r\n          <div class=\"product-tag\"><span class=\"product-tag-dot\"><\/span>Knowledge Framework<\/div>\r\n          <h3 class=\"product-title\">BDA Body of Competency<br>&amp; Knowledge \u2014 <em>BoCK&#8482;<\/em><\/h3>\r\n          <p class=\"product-desc\">\r\n            The BDA BoCK&#8482; is the primary reference framework for the BD profession. A 251-page document defining 14 Core Competency Domains and 7 Performance Domains \u2014 it is the global standard against which all BDA certifications are assessed. It is not a training manual. It is the definition of what BD competence requires.\r\n          <\/p>\r\n          <div class=\"product-items\">\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>14 Core Competency Domains<\/strong> \u2014 the complete BD knowledge framework<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Available in English and Arabic<\/strong> \u2014 the only bilingual BD reference globally<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Included with Professional Membership<\/strong> \u2014 or available as a separate purchase<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>The exam is based on the BoCK&#8482;<\/strong> \u2014 it is the primary study reference<\/div><\/div>\r\n          <\/div>\r\n          <a href=\"https:\/\/bda-global.org\/en\/bda-bock\/\" class=\"product-link\">Explore the BDA BoCK&#8482; <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/a>\r\n        <\/div>\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/07\/happy-business-people-reading-book-together-scaled.webp\"\r\n          alt=\"BDA BoCK - Body of Competency and Knowledge\"\r\n          class=\"product-img\"\r\n          loading=\"lazy\"\r\n        >\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- 02 MEMBERSHIP -->\r\n    <div class=\"product-block\">\r\n      <div class=\"product-grid reverse\">\r\n        <div>\r\n          <div class=\"product-num\">02<\/div>\r\n          <div class=\"product-tag\"><span class=\"product-tag-dot\"><\/span>For Individuals &amp; Organisations<\/div>\r\n          <h3 class=\"product-title\">BDA <em>Membership<\/em><\/h3>\r\n          <p class=\"product-desc\">\r\n            Membership is the entry point to the BDA ecosystem. It is separate from certification \u2014 you do not need to be a member to get certified, but membership provides significant advantages including full BoCK&#8482; access. Both individual membership tiers are paid. Free institutional membership is available for universities and NGOs.\r\n          <\/p>\r\n          <div class=\"product-items\">\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Basic Membership<\/strong> \u2014 access to the BDA knowledge library, events, and member directory<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Professional Membership<\/strong> \u2014 includes full BDA BoCK&#8482; access and discounted exam fees<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Institutional Membership<\/strong> \u2014 for organisations; free for universities and NGOs<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Membership is not required<\/strong> to sit the BDA-CP&#8482; or BDA-SCP&#8482; exam<\/div><\/div>\r\n          <\/div>\r\n          <a href=\"https:\/\/bda-global.org\/en\/memberships\/\" class=\"product-link\">Explore Membership Options <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/a>\r\n        <\/div>\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/08\/medium-shot-happy-people-working-scaled.webp\"\r\n          alt=\"BDA members collaborating\"\r\n          class=\"product-img\"\r\n          loading=\"lazy\"\r\n        >\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- 03 CERTIFICATIONS -->\r\n    <div class=\"product-block\">\r\n      <div class=\"product-grid\">\r\n        <div>\r\n          <div class=\"product-num\">03<\/div>\r\n          <div class=\"product-tag\"><span class=\"product-tag-dot\"><\/span>For Individuals<\/div>\r\n          <h3 class=\"product-title\">BDA <em>Certifications<\/em><\/h3>\r\n          <p class=\"product-desc\">\r\n            BDA certifications are the formal validation of professional competence against the BDA BoCK&#8482;. They are assessed through structured examination \u2014 no training is required or included. The exam voucher covers one proctored online exam attempt, a digital certificate upon passing, and a verifiable credential badge.\r\n          <\/p>\r\n          <div class=\"cert-badges\">\r\n            <div class=\"cert-badge\">BDA-CP&#8482;<span>Certified Professional<\/span><\/div>\r\n            <div class=\"cert-badge\">BDA-SCP&#8482;<span>Senior Certified Professional<\/span><\/div>\r\n          <\/div>\r\n          <div class=\"product-items\">\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>BDA-CP&#8482;<\/strong> \u2014 for early to mid-career BD professionals<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>BDA-SCP&#8482;<\/strong> \u2014 for senior and strategic-level practitioners <\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Available in English and Arabic<\/strong> \u2014 online proctored examination<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Recognised in 90+ countries<\/strong> \u2014 verifiable digital badge included<\/div><\/div>\r\n          <\/div>\r\n          <div class=\"product-note\">\r\n            <strong>Important:<\/strong> The exam voucher does not include training, the BoCK&#8482;, or the Learning System. These are all separate products. The exam assesses your existing professional competence.\r\n          <\/div>\r\n          <a href=\"https:\/\/bda-global.org\/en\/certifications\/\" class=\"product-link\">Explore Certifications <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/a>\r\n        <\/div>\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/08\/confident-businessman-smiling-outside-office-building-scaled.webp\"\r\n          alt=\"BDA certified professional\"\r\n          class=\"product-img\"\r\n          loading=\"lazy\"\r\n        >\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- 04 EXAM PREP -->\r\n    <div class=\"product-block\">\r\n      <div class=\"product-grid reverse\">\r\n        <div>\r\n          <div class=\"product-num\">04<\/div>\r\n          <div class=\"product-tag\"><span class=\"product-tag-dot\"><\/span>Study Tool<\/div>\r\n          <h3 class=\"product-title\">BDA <em>Learning System<\/em><\/h3>\r\n          <p class=\"product-desc\">\r\n            The BDA Learning System is a structured study tool for candidates preparing for the BDA-CP&#8482; or BDA-SCP&#8482; examination. It is aligned with the BoCK&#8482; domains and specifically designed to support exam preparation. It is separate from both the BoCK&#8482; and the exam voucher \u2014 you choose whether you need it.\r\n          <\/p>\r\n          <div class=\"product-items\">\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Domain-level study modules<\/strong> \u2014 aligned with all 14 BoCK&#8482; competency domains<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Simulated exam questions<\/strong> \u2014 practice questions mapped to the exam content outline<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Smart Flashcard System<\/strong> \u2014 for efficient competency review<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Available in English and Arabic<\/strong> \u2014 structured study curriculum<\/div><\/div>\r\n          <\/div>\r\n          <div class=\"product-note\">\r\n            <strong>Note:<\/strong> Many candidates prepare using only the BDA BoCK&#8482;. The Learning System is for those who want a more structured study path aligned specifically with the exam format. The BoCK&#8482; remains the primary reference.\r\n          <\/div>\r\n          <a href=\"https:\/\/bda-global.org\/en\/certifications\/exam-preparation\/bda-learning-system\/\" class=\"product-link\">Explore the Learning System <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/a>\r\n        <\/div>\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/07\/happy-businessman-using-laptop-with-cup-coffee-wooden-desk-scaled.webp\"\r\n          alt=\"BDA Learning System exam preparation\"\r\n          class=\"product-img\"\r\n          loading=\"lazy\"\r\n        >\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- 05 ACCREDITATION -->\r\n    <div class=\"product-block\">\r\n      <div class=\"product-grid\">\r\n        <div>\r\n          <div class=\"product-num\">05<\/div>\r\n          <div class=\"product-tag\"><span class=\"product-tag-dot\"><\/span>For Organisations<\/div>\r\n          <h3 class=\"product-title\">BDA <em>Accreditation<\/em><\/h3>\r\n          <p class=\"product-desc\">\r\n            BDA accreditation is for companies, universities, training providers, and public entities that wish to formally align their programmes, teams, or institutional identity with the global BD standard. Accreditation gives organisations the right to use an official BDA designation and to align their BD development programmes with the global standard.\r\n          <\/p>\r\n          <div class=\"accred-badges\">\r\n            <div class=\"accred-badge\">AIDP&#8482;<\/div>\r\n            <div class=\"accred-badge\">AAI&#8482;<\/div>\r\n            <div class=\"accred-badge\">COE&#8482;<\/div>\r\n            <div class=\"accred-badge\">RPDE&#8482;<\/div>\r\n            <div class=\"accred-badge\">CSIS&#8482;<\/div>\r\n          <\/div>\r\n          <div class=\"product-items\">\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>AIDP&#8482;<\/strong> \u2014 Accredited Institutional Development Programme (internal BD teams)<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>AAI&#8482;<\/strong> \u2014 Accredited Academic Institution (universities and colleges)<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>COE&#8482;<\/strong> \u2014 Centre of Excellence (organisational enabler designation)<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>Institutional Membership is separate<\/strong> \u2014 membership is the entry point, accreditation is the formal alignment mechanism<\/div><\/div>\r\n          <\/div>\r\n          <a href=\"https:\/\/bda-global.org\/en\/certifications\/business-accreditation\/\" class=\"product-link\">Explore Accreditation Programmes <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/a>\r\n        <\/div>\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/07\/portrait-three-professional-lawyers-suits-making-eye-contact-busy-businessmen-female-boss-working-together-make-collaborative-teamwork-1-scaled.webp\"\r\n          alt=\"BDA institutional accreditation\"\r\n          class=\"product-img\"\r\n          loading=\"lazy\"\r\n        >\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- 06 PARTNERSHIPS -->\r\n    <div class=\"product-block\">\r\n      <div class=\"product-grid reverse\">\r\n        <div>\r\n          <div class=\"product-num\">06<\/div>\r\n          <div class=\"product-tag\"><span class=\"product-tag-dot\"><\/span>For Training Providers<\/div>\r\n          <h3 class=\"product-title\">BDA <em>Partnerships<\/em><\/h3>\r\n          <p class=\"product-desc\">\r\n            BDA partnerships are for training providers, consultancies, and academic institutions that deliver BD development \u2014 and want to formally align with BDA's global standard through a recognised partnership model. Partnerships are the primary route through which BD training is delivered globally \u2014 BDA itself does not deliver training.\r\n          <\/p>\r\n          <div class=\"partner-badges\">\r\n            <div class=\"partner-badge\">ECP&#8482;<\/div>\r\n            <div class=\"partner-badge\">PDP&#8482;<\/div>\r\n            <div class=\"partner-badge\">AKP&#8482;<\/div>\r\n            <div class=\"partner-badge\">SAP&#8482;<\/div>\r\n          <\/div>\r\n          <div class=\"product-items\">\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>ECP&#8482;<\/strong> \u2014 Endorsed Certification Partner (delivers BDA-aligned certification prep)<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>PDP&#8482;<\/strong> \u2014 Professional Development Provider (issues PDCs for recertification)<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>AKP&#8482;<\/strong> \u2014 Academic Knowledge Partner (aligns academic curricula with the BDA BoCK&#8482;)<\/div><\/div>\r\n            <div class=\"product-item\"><div class=\"product-check\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div><div><strong>SAP&#8482;<\/strong> \u2014 Strategic Alliance Partner (broad institutional collaboration)<\/div><\/div>\r\n          <\/div>\r\n          <a href=\"https:\/\/bda-global.org\/en\/partnerships\/\" class=\"product-link\">See All Partnership Types <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/a>\r\n        <\/div>\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/08\/cheerful-business-group-watching-presentation-laughing-managers-sitting-workplace-together-looking-computer-monitor-laughing-business-communication-teamwork-concept-scaled.webp\"\r\n          alt=\"BDA partnership organisations\"\r\n          class=\"product-img\"\r\n          loading=\"lazy\"\r\n        >\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\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\r\n     INDIVIDUAL 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 -->\r\n<section class=\"section section-alt\">\r\n  <div class=\"container\">\r\n    <div class=\"pathway-wrap\">\r\n      <div class=\"pathway-label\">The Individual Pathway<\/div>\r\n      <h2 class=\"pathway-title\">From First Contact to Certified Professional<\/h2>\r\n      <p class=\"pathway-sub\">\r\n        For individual BD professionals, the journey through BDA follows a clear, logical sequence \u2014 from joining as a member to maintaining your credential through continuing professional development.\r\n      <\/p>\r\n      <div class=\"pathway-steps\">\r\n        <div class=\"pathway-step\">\r\n          <div class=\"step-circle\">1<\/div>\r\n          <h5>Join as a Member<\/h5>\r\n          <p>Basic or Professional membership. Professional unlocks the full BDA BoCK&#8482; and discounted exam fees.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step active\">\r\n          <div class=\"step-circle\">2<\/div>\r\n          <h5>Engage with the BoCK&#8482;<\/h5>\r\n          <p>Use it as a reference. Map your competencies against the 14 domains. Identify where to develop.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step\">\r\n          <div class=\"step-circle\">3<\/div>\r\n          <h5>Optional: Learning System<\/h5>\r\n          <p>Structured study modules and practice questions \u2014 only if you want guided exam preparation.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step active\">\r\n          <div class=\"step-circle\">4<\/div>\r\n          <h5>Sit the Exam<\/h5>\r\n          <p>Purchase a voucher, schedule online, sit 100 questions. BDA-CP&#8482; or BDA-SCP&#8482; \u2014 you choose.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step\">\r\n          <div class=\"step-circle\">5<\/div>\r\n          <h5>Earn Your Credential<\/h5>\r\n          <p>Digital certificate + verifiable badge. Results within 5 working days of your exam.<\/p>\r\n        <\/div>\r\n        <div class=\"pathway-step active\">\r\n          <div class=\"step-circle\">6<\/div>\r\n          <h5>Maintain via PDCs<\/h5>\r\n          <p>Accumulate Professional Development Credits over 3 years to renew. Tracked in myBDA portal.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\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\r\n     THREE AUDIENCES\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 -->\r\n<section class=\"section\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header centered\">\r\n      <div class=\"section-label\"><span class=\"section-label-dot\"><\/span>Where Do You Fit?<\/div>\r\n      <h2 class=\"section-title\">Three Audiences,<br><em>Three Starting Points.<\/em><\/h2>\r\n      <p class=\"section-sub\">\r\n        BDA serves three distinct audiences \u2014 each with a different entry point and a different pathway through the ecosystem.\r\n      <\/p>\r\n    <\/div>\r\n    <div class=\"audiences-grid\">\r\n      <div class=\"audience-card\">\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/08\/confident-businessman-holding-digital-tablet-outside-office-building-scaled.webp\"\r\n          alt=\"Individual BD professionals\"\r\n          class=\"audience-img\"\r\n          loading=\"lazy\"\r\n        >\r\n        <div class=\"audience-body\">\r\n          <div class=\"audience-tag\">Individual Professionals<\/div>\r\n          <h3>BD Professionals &amp; Practitioners<\/h3>\r\n          <p>You work in business development \u2014 or aspire to. You want to validate your expertise, advance your career, and be recognised against a global professional standard.<\/p>\r\n          <div class=\"audience-steps\">\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">1<\/div>Join as a member (Basic or Professional)<\/div>\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">2<\/div>Get the BDA BoCK&#8482; and assess your competencies<\/div>\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">3<\/div>Sit the BDA-CP&#8482; or BDA-SCP&#8482; exam<\/div>\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">4<\/div>Maintain your credential through PDCs<\/div>\r\n          <\/div>\r\n          <a href=\"https:\/\/bda-global.org\/en\/certifications\/\" class=\"audience-link\">Get Certified <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"audience-card\">\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/08\/group-three-architects-scaled.webp\"\r\n          alt=\"Organisations and institutions\"\r\n          class=\"audience-img\"\r\n          loading=\"lazy\"\r\n        >\r\n        <div class=\"audience-body\">\r\n          <div class=\"audience-tag\">Organisations &amp; Institutions<\/div>\r\n          <h3>Companies, Universities &amp; Public Entities<\/h3>\r\n          <p>You want to align your BD team, academic programme, or institutional identity with the global BD standard \u2014 and formally demonstrate that alignment through a recognised BDA designation.<\/p>\r\n          <div class=\"audience-steps\">\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">1<\/div>Join as an Institutional Member<\/div>\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">2<\/div>Explore accreditation options (AIDP&#8482;, AAI&#8482;, COE&#8482;)<\/div>\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">3<\/div>Align your BD programmes with the BoCK&#8482;<\/div>\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">4<\/div>Earn your official BDA designation<\/div>\r\n          <\/div>\r\n          <a href=\"https:\/\/bda-global.org\/en\/certifications\/business-accreditation\/\" class=\"audience-link\">Explore Accreditation <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"audience-card\">\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/bda-global.org\/wp-content\/uploads\/2025\/07\/team-architects-business-meeting-scaled.webp\"\r\n          alt=\"Training providers and partners\"\r\n          class=\"audience-img\"\r\n          loading=\"lazy\"\r\n        >\r\n        <div class=\"audience-body\">\r\n          <div class=\"audience-tag\">Partners &amp; Training Providers<\/div>\r\n          <h3>Training Providers, Consultancies &amp; Academics<\/h3>\r\n          <p>You deliver BD training, development programmes, or academic curricula. You want to formally align with BDA's global standard and be recognised as a BDA partner in the global BD ecosystem.<\/p>\r\n          <div class=\"audience-steps\">\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">1<\/div>Review BDA partnership models (ECP&#8482;, PDP&#8482;, AKP&#8482;, SAP&#8482;)<\/div>\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">2<\/div>Apply through the BDA contact page<\/div>\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">3<\/div>Complete the partnership alignment process<\/div>\r\n            <div class=\"audience-step\"><div class=\"audience-step-num\">4<\/div>Earn your official BDA partner designation<\/div>\r\n          <\/div>\r\n          <a href=\"https:\/\/bda-global.org\/en\/partnerships\/\" class=\"audience-link\">Explore Partnerships <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\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\r\n     COMPARISON TABLE\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 -->\r\n<section class=\"section section-alt\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header centered\">\r\n      <div class=\"section-label\"><span class=\"section-label-dot\"><\/span>Side by Side<\/div>\r\n      <h2 class=\"section-title\">What Each Product<br><em>Includes<\/em><\/h2>\r\n      <p class=\"section-sub\">\r\n        Each BDA product is distinct and serves a different purpose. This table clarifies exactly what is included \u2014 and what is not \u2014 in each element of the BDA ecosystem.\r\n      <\/p>\r\n    <\/div>\r\n    <div class=\"table-wrap\">\r\n      <table class=\"comp-table\">\r\n        <thead>\r\n          <tr>\r\n            <th>Feature<\/th>\r\n            <th>Membership<br><small style=\"font-weight:400;opacity:0.75\">Basic \/ Professional<\/small><\/th>\r\n            <th>BDA BoCK&#8482;<\/th>\r\n            <th class=\"col-highlight\">Certification<br><small style=\"font-weight:400;opacity:0.75\">CP&#8482; \/ SCP&#8482;<\/small><\/th>\r\n            <th>Learning System<\/th>\r\n            <th>Accreditation<br><small style=\"font-weight:400;opacity:0.75\">Organisations<\/small><\/th>\r\n            <th>Partnerships<br><small style=\"font-weight:400;opacity:0.75\">ECP \/ PDP \/ AKP<\/small><\/th>\r\n          <\/tr>\r\n        <\/thead>\r\n        <tbody>\r\n          <tr>\r\n            <td>Knowledge Library Access<\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td class=\"col-highlight\"><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n          <\/tr>\r\n          <tr>\r\n            <td>Full BDA BoCK&#8482; Access<\/td>\r\n            <td><span class=\"check-partial\">Pro only<\/span><\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td class=\"col-highlight\"><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n          <\/tr>\r\n          <tr>\r\n            <td>Exam Voucher (1 attempt)<\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td class=\"col-highlight\"><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-partial\">Partner rates<\/span><\/td>\r\n          <\/tr>\r\n          <tr>\r\n            <td>Study Modules &amp; Practice Questions<\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td class=\"col-highlight\"><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-partial\">ECP&#8482; delivers<\/span><\/td>\r\n          <\/tr>\r\n          <tr>\r\n            <td>Certificate \/ Designation<\/td>\r\n            <td><span class=\"check-partial\">Membership cert<\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td class=\"col-highlight\"><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n          <\/tr>\r\n          <tr>\r\n            <td>PDC Tracking<\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td class=\"col-highlight\"><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-partial\">PDPs issue PDCs<\/span><\/td>\r\n          <\/tr>\r\n          <tr>\r\n            <td>Events &amp; Webinars<\/td>\r\n            <td><span class=\"check-partial\">Basic: selected<\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td class=\"col-highlight\"><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-no\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n            <td><span class=\"check-yes\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><\/td>\r\n          <\/tr>\r\n        <\/tbody>\r\n      <\/table>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\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\r\n     FAQ\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 -->\r\n<section class=\"section\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header centered\">\r\n      <div class=\"section-label\"><span class=\"section-label-dot\"><\/span>Common Questions<\/div>\r\n      <h2 class=\"section-title\">The Most Common<br><em>Questions \u2014 Answered.<\/em><\/h2>\r\n    <\/div>\r\n    <div class=\"faq-grid\">\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">Is membership required to get certified?<\/div>\r\n        <div class=\"faq-a\">No \u2014 certification and membership are completely separate products. You can purchase an exam voucher and sit the BDA-CP&#8482; or BDA-SCP&#8482; examination without being a member. However, Professional Members receive discounted exam fees and free access to the full BDA BoCK&#8482;.<\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">Is the Basic Membership free?<\/div>\r\n        <div class=\"faq-a\">No \u2014 both Basic and Professional individual memberships are paid. Free institutional membership is available for universities, colleges, and NGOs through BDA's institutional membership programme. Visit the membership store for current pricing on individual tiers.<\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">What is the difference between the BoCK&#8482; and the Learning System?<\/div>\r\n        <div class=\"faq-a\">The BDA BoCK&#8482; is the global professional standard \u2014 a 251-page reference document that defines what BD competence requires. The BDA Learning System is a structured study tool specifically designed to help candidates prepare for the BDA-CP&#8482; or BDA-SCP&#8482; examination. They are separate products. The BoCK&#8482; is the foundation; the Learning System is an optional study aid.<\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">Is training included with the exam voucher?<\/div>\r\n        <div class=\"faq-a\">No. The exam voucher includes one proctored examination attempt, a digital certificate upon passing, and a verifiable credential badge. No training is included \u2014 and none is required. The exam assesses your existing professional competence against the BDA BoCK&#8482;. If you want preparation support, the BDA Learning System is available as a separate purchase.<\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">We deliver BD training \u2014 how do we partner with BDA?<\/div>\r\n        <div class=\"faq-a\">BDA has four partnership models for training providers, consultancies, and academic institutions. The most relevant for training organisations is the ECP&#8482; (Endorsed Certification Partner) \u2014 which allows you to deliver BDA-aligned certification preparation programmes. <a href=\"https:\/\/bda-global.org\/en\/partnerships\/\">See all partnership types.<\/a><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">We are an organisation \u2014 where do we start?<\/div>\r\n        <div class=\"faq-a\">Start with Institutional Membership \u2014 free for universities and NGOs, paid for corporate entities. For formally aligning your BD programmes or team development with the global standard. <a href=\"https:\/\/bda-global.org\/en\/Institutional-membership\/\">Explore Institutional memberships.<\/a><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\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\r\n     WHERE TO START\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 -->\r\n<section class=\"section section-alt\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header centered\">\r\n      <div class=\"section-label\"><span class=\"section-label-dot\"><\/span>You Now Know the Full Picture<\/div>\r\n      <h2 class=\"section-title\">Where Does<br><em>Your Path Begin?<\/em><\/h2>\r\n      <p class=\"section-sub\">\r\n        Choose the starting point that fits your situation. Every path is valid \u2014 and BDA's team is available if you are unsure where to begin.\r\n      <\/p>\r\n    <\/div>\r\n    <div class=\"start-grid\">\r\n      <a href=\"https:\/\/bda-global.org\/en\/memberships\/\" class=\"start-card\">\r\n        <div class=\"start-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><line x1=\"19\" y1=\"8\" x2=\"19\" y2=\"14\"\/><line x1=\"22\" y1=\"11\" x2=\"16\" y2=\"11\"\/><\/svg>\r\n        <\/div>\r\n        <h4>Join as a Member<\/h4>\r\n        <p>The entry point for individual professionals. Basic or Professional membership \u2014 both paid.<\/p>\r\n        <div class=\"start-arrow\">Get Started <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/div>\r\n      <\/a>\r\n      <a href=\"https:\/\/bda-global.org\/en\/store\/certifications\/\" class=\"start-card\">\r\n        <div class=\"start-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\/><\/svg>\r\n        <\/div>\r\n        <h4>Get Certified<\/h4>\r\n        <p>Purchase your BDA-CP&#8482; or BDA-SCP&#8482; exam voucher and schedule your online examination.<\/p>\r\n        <div class=\"start-arrow\">Get Certified <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/div>\r\n      <\/a>\r\n      <a href=\"https:\/\/bda-global.org\/en\/partnerships\/\" class=\"start-card\">\r\n        <div class=\"start-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\r\n        <\/div>\r\n        <h4>Become a Partner<\/h4>\r\n        <p>For training providers and consultancies. Explore ECP&#8482;, PDP&#8482;, AKP&#8482;, and SAP&#8482; partnership models.<\/p>\r\n        <div class=\"start-arrow\">Explore Partnerships <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/div>\r\n      <\/a>\r\n      <a href=\"https:\/\/bda-global.org\/en\/certifications\/business-accreditation\/\" class=\"start-card\">\r\n        <div class=\"start-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\r\n        <\/div>\r\n        <h4>Accredit Your Organisation<\/h4>\r\n        <p>For companies, universities, and public entities. Align your BD programmes with the global standard.<\/p>\r\n        <div class=\"start-arrow\">Explore Accreditation <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg><\/div>\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\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\r\n     CTA BAND\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 -->\r\n<section class=\"cta-band\">\r\n  <div class=\"container\">\r\n    <h2>Not Sure Where to <em>Begin?<\/em><\/h2>\r\n    <p>\r\n      BDA's team is available to help you identify the right starting point \u2014 whether you are an individual professional, an organisation, or a training provider.\r\n    <\/p>\r\n    <div class=\"cta-band-btns\">\r\n      <a href=\"https:\/\/bda-global.org\/en\/contact\/\" class=\"btn-white\">Talk to a Specialist &#8594;<\/a>\r\n      <a href=\"https:\/\/bda-global.org\/en\/certifications\/\" class=\"btn-outline-white\">View Certifications<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\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>How BDA Works | Business Development Association BDA &#8250; About BDA &#8250; How BDA Works New to BDA? How BDAWorks BDA is the global standard-setting body for the business development profession. This page explains exactly what BDA is, what it offers, and where you fit \u2014 whether you are an individual professional, an organisation, or [&hellip;]<\/p>","protected":false},"author":8,"featured_media":21785,"parent":5558,"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,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-22884","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How BDA\u00ae Defines Global Business Development Standards<\/title>\n<meta name=\"description\" content=\"Learn how the Business Development Association (BDA\u00ae) develops and governs global standards, certifications, and professional frameworks for business development practice.\" \/>\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\/about-bda\/how-bda-works\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How BDA\u00ae Defines Global Business Development Standards\" \/>\n<meta property=\"og:description\" content=\"Learn how the Business Development Association (BDA\u00ae) develops and governs global standards, certifications, and professional frameworks for business development practice.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bda-global.org\/en\/about-bda\/how-bda-works\/\" \/>\n<meta property=\"og:site_name\" content=\"Business Development Association (BDA\u00ae)\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-06T12:56:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bda-global.org\/wp-content\/uploads\/2020\/05\/BDA-Main-LOGO-1-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1138\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/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=\"16 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bda-global.org\/about-bda\/how-bda-works\/\",\"url\":\"https:\/\/bda-global.org\/about-bda\/how-bda-works\/\",\"name\":\"How BDA\u00ae Defines Global Business Development Standards\",\"isPartOf\":{\"@id\":\"https:\/\/bda-global.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bda-global.org\/wp-content\/uploads\/2020\/05\/BDA-Main-LOGO-1-scaled.png\",\"datePublished\":\"2026-04-12T14:30:13+00:00\",\"dateModified\":\"2026-05-06T12:56:06+00:00\",\"description\":\"Learn how the Business Development Association (BDA\u00ae) develops and governs global standards, certifications, and professional frameworks for business development practice.\",\"breadcrumb\":{\"@id\":\"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bda-global.org\/about-bda\/how-bda-works\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#primaryimage\",\"url\":\"https:\/\/bda-global.org\/wp-content\/uploads\/2020\/05\/BDA-Main-LOGO-1-scaled.png\",\"contentUrl\":\"https:\/\/bda-global.org\/wp-content\/uploads\/2020\/05\/BDA-Main-LOGO-1-scaled.png\",\"width\":2560,\"height\":1138,\"caption\":\"BDA Business Development Association Main LOGO\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#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\":\"About BDA\u00ae\",\"item\":\"https:\/\/bda-global.org\/about-bda\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How BDA Works\"}]},{\"@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":"How BDA\u00ae Defines Global Business Development Standards","description":"Learn how the Business Development Association (BDA\u00ae) develops and governs global standards, certifications, and professional frameworks for business development practice.","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\/about-bda\/how-bda-works\/","og_locale":"en_US","og_type":"article","og_title":"How BDA\u00ae Defines Global Business Development Standards","og_description":"Learn how the Business Development Association (BDA\u00ae) develops and governs global standards, certifications, and professional frameworks for business development practice.","og_url":"https:\/\/bda-global.org\/en\/about-bda\/how-bda-works\/","og_site_name":"Business Development Association (BDA\u00ae)","article_modified_time":"2026-05-06T12:56:06+00:00","og_image":[{"width":2560,"height":1138,"url":"https:\/\/bda-global.org\/wp-content\/uploads\/2020\/05\/BDA-Main-LOGO-1-scaled.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bda-global.org\/about-bda\/how-bda-works\/","url":"https:\/\/bda-global.org\/about-bda\/how-bda-works\/","name":"How BDA\u00ae Defines Global Business Development Standards","isPartOf":{"@id":"https:\/\/bda-global.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#primaryimage"},"image":{"@id":"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#primaryimage"},"thumbnailUrl":"https:\/\/bda-global.org\/wp-content\/uploads\/2020\/05\/BDA-Main-LOGO-1-scaled.png","datePublished":"2026-04-12T14:30:13+00:00","dateModified":"2026-05-06T12:56:06+00:00","description":"Learn how the Business Development Association (BDA\u00ae) develops and governs global standards, certifications, and professional frameworks for business development practice.","breadcrumb":{"@id":"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bda-global.org\/about-bda\/how-bda-works\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#primaryimage","url":"https:\/\/bda-global.org\/wp-content\/uploads\/2020\/05\/BDA-Main-LOGO-1-scaled.png","contentUrl":"https:\/\/bda-global.org\/wp-content\/uploads\/2020\/05\/BDA-Main-LOGO-1-scaled.png","width":2560,"height":1138,"caption":"BDA Business Development Association Main LOGO"},{"@type":"BreadcrumbList","@id":"https:\/\/bda-global.org\/about-bda\/how-bda-works\/#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":"About BDA\u00ae","item":"https:\/\/bda-global.org\/about-bda\/"},{"@type":"ListItem","position":3,"name":"How BDA Works"}]},{"@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\/22884","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=22884"}],"version-history":[{"count":0,"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/pages\/22884\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/pages\/5558"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/media\/21785"}],"wp:attachment":[{"href":"https:\/\/bda-global.org\/en\/wp-json\/wp\/v2\/media?parent=22884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}