.elementor-1631 .elementor-element.elementor-element-782d44e{margin-top:-20px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-40e59fb */.crp-hero {
    background: #2e3a6e url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/Copy-of-IMG_8695.jpg') center center / cover no-repeat;
    position: relative; overflow: hidden;
    padding: 250px 40px 150px;
    min-height: 100vh;
    display: flex; align-items: flex-end;
  }
  .crp-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(20,28,60,0.94) 0%, rgba(20,28,60,0.68) 50%, rgba(20,28,60,0.45) 100%);
    z-index: 1;
  }
  .crp-hero__tape { position: absolute; top: 0; right: -60px; width: 420px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.12; pointer-events: none; }
  .crp-hero__tape-2 { position: absolute; top: 0; right: 60px; width: 6px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.5; pointer-events: none; }
  .crp-hero__tape-3 { position: absolute; top: 0; right: 90px; width: 2px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.3; pointer-events: none; }
  .crp-hero::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 4px; background: linear-gradient(90deg, #00afef 0%, transparent 100%); z-index: 2;
  }
  .crp-hero__inner { position: relative; z-index: 2; max-width: 980px; width: 100%; }

  .crp-hero__badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
  .crp-hero__badge {
    display: inline-flex; align-items: center; gap: 7px;
    font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase;
    padding: 6px 14px; border-radius: 2px;
  }
  /* white text, not sky: sky-on-dark-tint only reaches ~3.6:1 and fails the 4.5:1 needed for 11px bold */
  .crp-hero__badge--cert { color: #ffffff; background: rgba(255,255,255,0.1); border: 1px solid rgba(0,175,239,0.5); }
  .crp-hero__badge--online { color: #ffffff; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); }
  .crp-hero__badge svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

  .crp-hero__title {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 34px; font-weight: 800;
    color: #ffffff; line-height: 1.1;
    max-width: 680px; margin: 0 0 28px;
  }
  .crp-hero__title em { font-style: normal; color: #00afef; }

  .crp-hero__meta { display: flex; gap: 32px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 36px; }
  .crp-hero__meta-item { display: flex; flex-direction: column; gap: 4px; font-family: 'Roboto Slab', Georgia, serif; }
  /* white@0.6, not a lower value: anything below ~0.55 fails AA for 10px text against navy */
  .crp-hero__meta-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.6); font-weight: 600; }
  .crp-hero__meta-value { font-size: 15px; color: #ffffff; font-weight: 600; }
  .crp-hero__meta-value--price { font-size: 20px; color: #00afef; font-weight: 800; }

  .crp-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
  .crp-hero__btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 28px; border-radius: 3px;
    font-family: 'Segoe UI', sans-serif; font-size: 14px; font-weight: 700;
    letter-spacing: 0.04em; text-decoration: none; cursor: pointer;
    border: 2px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
  }
  .crp-hero__btn:hover { transform: translateY(-1px); color: #ffffff; }
  .crp-hero__btn--primary { background: #00afef; color: #ffffff; border-color: #00afef; }
  .crp-hero__btn--primary:hover { background: #0095cc; border-color: #0095cc; }
  .crp-hero__btn--ghost { background: transparent; color: #ffffff; border-color: rgba(255,255,255,0.5); }
  .crp-hero__btn--ghost:hover { background: rgba(255,255,255,0.1); border-color: #ffffff; }
  .crp-hero__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

  .crp-hero__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crp-hero__reveal--visible { opacity: 1; transform: none; }
  .crp-hero__reveal--delay-1 { transition-delay: 0.1s; }
  .crp-hero__reveal--delay-2 { transition-delay: 0.2s; }
  .crp-hero__reveal--delay-3 { transition-delay: 0.3s; }

  @media (min-width: 700px) { .crp-hero__title { font-size: 46px; } }
  @media (min-width: 1100px) { .crp-hero__title { font-size: 58px; } }

  @media (max-width: 600px) {
    .crp-hero { padding: 72px 24px 64px; min-height: auto; }
    .crp-hero__meta { gap: 20px; }
    .crp-hero__actions { flex-direction: column; }
    .crp-hero__actions .crp-hero__btn { width: 100%; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crp-hero__reveal { opacity: 1; transform: none; transition: none; }
    .crp-hero__btn { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e60068 */.crp-overview { background: #ffffff; padding: 88px 40px; }
  .crp-overview__inner { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }

  .crp-overview__left h2 {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 28px; font-weight: 700; color: #2e3a6e; margin: 0 0 24px;
  }
  .crp-overview__left p { font-family: 'Segoe UI', sans-serif; font-size: 15.5px; line-height: 1.78; color: #333333; margin: 0 0 18px; }
  .crp-overview__left p:last-child { margin-bottom: 0; }

  .crp-overview__right { background: linear-gradient(rgba(46, 58, 110, 0.9), rgba(46, 58, 110, 0.9)), url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/07/Copy-of-RCEOR-108.jpg'); padding: 40px; border-radius: 4px; position: relative; overflow: hidden; }
  .crp-overview__right::before { content: ''; position: absolute; top: 0; right: 0; width: 100px; height: 4px; background: #00afef; }

  .crp-overview__stat { margin-bottom: 32px; }
  .crp-overview__stat:last-child { margin-bottom: 0; }
  .crp-overview__stat-number { font-family: 'Roboto Slab', Georgia, serif; font-size: 44px; font-weight: 800; color: #00afef; line-height: 1; margin-bottom: 6px; }
  .crp-overview__stat-label { font-family: 'Roboto Slab', Georgia, serif; font-size: 13px; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }
  .crp-overview__stat-desc { font-family: 'Segoe UI', sans-serif; font-size: 14.5px; color: rgba(255,255,255,0.85); line-height: 1.6; margin-top: 6px; }
  .crp-overview__divider { height: 1px; background: rgba(255,255,255,0.12); margin: 28px 0; }

  .crp-overview__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crp-overview__reveal--visible { opacity: 1; transform: none; }
  .crp-overview__reveal--delay-2 { transition-delay: 0.2s; }

  @media (min-width: 700px) { .crp-overview__left h2 { font-size: 32px; } }
  @media (min-width: 1100px) { .crp-overview__left h2 { font-size: 36px; } }

  @media (max-width: 900px) {
    .crp-overview__inner { grid-template-columns: 1fr; gap: 40px; }
  }
  @media (max-width: 600px) {
    .crp-overview { padding: 64px 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crp-overview__reveal { opacity: 1; transform: none; transition: none; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b00284 */.crp-audience { background: linear-gradient(rgba(46, 58, 110, 0.9), rgba(46, 58, 110, 0.9)), url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/07/lbs-landscape-aerial.png'); background-size: cover; background-position: center;
  background-repeat: no-repeat; padding: 88px 40px; position: relative; overflow: hidden; }
  .crp-audience::before {
    content: ''; position: absolute; bottom: -80px; left: -80px;
    width: 360px; height: 360px; border-radius: 50%;
    background: rgba(0,175,239,0.06); pointer-events: none;
  }
  .crp-audience__inner { max-width: 980px; margin: 0 auto; position: relative; z-index: 1; }

  /* eyebrow/title sit on the navy background, so both use white (not sky) to clear 4.5:1 */
  .crp-audience__eyebrow { font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #ffffff; margin: 0 0 14px; }
  .crp-audience__title { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; font-weight: 700; color: #ffffff; margin: 0 0 48px; max-width: 480px; line-height: 1.2; }

  .crp-audience__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
  .crp-audience-card {
    background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.1);
    border-left: 3px solid #00afef;
    border-radius: 0 4px 4px 0;
    padding: 24px 26px;
    display: flex; align-items: flex-start; gap: 16px;
    transition: background 0.25s ease;
  }
  .crp-audience-card:hover { background: rgba(255,255,255,0.08); }
  .crp-audience-card__icon {
    width: 38px; height: 38px; flex-shrink: 0;
    background: rgba(0,175,239,0.15); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
  }
  .crp-audience-card__icon svg { width: 18px; height: 18px; stroke: #00afef; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .crp-audience-card h3 { font-family: 'Roboto Slab', Georgia, serif; font-size: 15px; font-weight: 700; color: #ffffff; margin: 0 0 5px; line-height: 1.3; }
  .crp-audience-card p { font-family: 'Segoe UI', sans-serif; font-size: 13.5px; color: rgba(255,255,255,0.65); line-height: 1.6; margin: 0; }

  .crp-audience__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crp-audience__reveal--visible { opacity: 1; transform: none; }
  .crp-audience__reveal--delay-1 { transition-delay: 0.1s; }
  .crp-audience__reveal--delay-2 { transition-delay: 0.2s; }
  .crp-audience__reveal--delay-3 { transition-delay: 0.3s; }
  .crp-audience__reveal--delay-4 { transition-delay: 0.4s; }

  @media (min-width: 700px) { .crp-audience__title { font-size: 30px; } }
  @media (min-width: 1100px) { .crp-audience__title { font-size: 34px; } }

  @media (max-width: 900px) {
    .crp-audience__grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .crp-audience { padding: 64px 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crp-audience__reveal { opacity: 1; transform: none; transition: none; }
    .crp-audience-card { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2cea81 */.crp-outcomes { background: #e6e7e8; padding: 88px 40px; }
  .crp-outcomes__inner { max-width: 980px; margin: 0 auto; }

  /* sky-dark, not sky, for text on this light background: sky itself only reaches ~2:1 here */
  .crp-outcomes__eyebrow { font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #006e97; margin: 0 0 14px; }
  .crp-outcomes__title { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; font-weight: 700; color: #2e3a6e; margin: 0 0 48px; max-width: 560px; line-height: 1.2; }

  .crp-outcomes__list { display: flex; flex-direction: column; gap: 14px; }
  .crp-outcome-row {
    background: #ffffff; border-radius: 4px;
    border-left: 4px solid transparent;
    padding: 24px 28px;
    display: flex; align-items: flex-start; gap: 20px;
    transition: border-left-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    cursor: default;
  }
  .crp-outcome-row:hover { border-left-color: #00afef; box-shadow: 0 6px 24px rgba(46,58,110,0.1); transform: translateX(4px); }
  .crp-outcome-row__num {
    font-family: 'Roboto Slab', Georgia, serif; font-size: 28px; font-weight: 800;
    /* sky-dark @ 0.8 alpha over white ≈ 3.9:1, clears the 3:1 minimum for large bold text; solid sky never reaches it on white */
    color: rgba(0,110,151,0.8); line-height: 1; min-width: 40px; padding-top: 2px;
    transition: color 0.25s ease;
  }
  .crp-outcome-row:hover .crp-outcome-row__num { color: #006e97; }
  .crp-outcome-row__body h3 { font-family: 'Roboto Slab', Georgia, serif; font-size: 15.5px; font-weight: 700; color: #2e3a6e; margin: 0 0 5px; line-height: 1.3; }
  .crp-outcome-row__body p { font-family: 'Segoe UI', sans-serif; font-size: 14px; color: #555555; line-height: 1.7; margin: 0; }

  .crp-outcomes__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crp-outcomes__reveal--visible { opacity: 1; transform: none; }
  .crp-outcomes__reveal--delay-1 { transition-delay: 0.1s; }
  .crp-outcomes__reveal--delay-2 { transition-delay: 0.2s; }
  .crp-outcomes__reveal--delay-3 { transition-delay: 0.3s; }
  .crp-outcomes__reveal--delay-4 { transition-delay: 0.4s; }
  .crp-outcomes__reveal--delay-5 { transition-delay: 0.5s; }

  @media (min-width: 700px) { .crp-outcomes__title { font-size: 30px; } }
  @media (min-width: 1100px) { .crp-outcomes__title { font-size: 34px; } }

  @media (max-width: 600px) {
    .crp-outcomes { padding: 64px 24px; }
    .crp-outcome-row { flex-direction: column; gap: 8px; }
    .crp-outcome-row__num { font-size: 20px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crp-outcomes__reveal { opacity: 1; transform: none; transition: none; }
    .crp-outcome-row { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccdd5f4 */.crp-modules { background: #ffffff; padding: 88px 40px; }
  .crp-modules__inner { max-width: 980px; margin: 0 auto; }

  .crp-modules__eyebrow { font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #006e97; margin: 0 0 14px; }
  .crp-modules__title { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; font-weight: 700; color: #2e3a6e; margin: 0 0 40px; max-width: 560px; line-height: 1.2; }

  .crp-modules__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
  .crp-module-card {
    border: 1px solid #e6e7e8; border-radius: 4px;
    padding: 22px 24px;
    display: flex; align-items: flex-start; gap: 16px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }
  .crp-module-card:hover { border-color: #00afef; box-shadow: 0 6px 20px rgba(46,58,110,0.09); transform: translateY(-2px); }
  .crp-module-card__num {
    font-family: 'Roboto Slab', Georgia, serif; font-size: 11px; font-weight: 800;
    color: #ffffff; background: #2e3a6e; min-width: 32px; height: 32px;
    border-radius: 2px; display: flex; align-items: center; justify-content: center;
    letter-spacing: 0.05em; flex-shrink: 0;
    transition: background 0.25s ease;
  }
  /* hover swaps to sky-dark, not sky: white-on-sky measures 2.5:1 and fails AA */
  .crp-module-card:hover .crp-module-card__num { background: #006e97; }
  .crp-module-card h3 { font-family: 'Roboto Slab', Georgia, serif; font-size: 14.5px; font-weight: 700; color: #2e3a6e; line-height: 1.4; padding-top: 4px; margin: 0; }

  .crp-modules__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crp-modules__reveal--visible { opacity: 1; transform: none; }
  .crp-modules__reveal--delay-1 { transition-delay: 0.1s; }
  .crp-modules__reveal--delay-2 { transition-delay: 0.2s; }
  .crp-modules__reveal--delay-3 { transition-delay: 0.3s; }
  .crp-modules__reveal--delay-4 { transition-delay: 0.4s; }

  @media (min-width: 700px) { .crp-modules__title { font-size: 30px; } }
  @media (min-width: 1100px) { .crp-modules__title { font-size: 34px; } }

  @media (max-width: 900px) {
    .crp-modules__grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .crp-modules { padding: 64px 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crp-modules__reveal { opacity: 1; transform: none; transition: none; }
    .crp-module-card { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc202c3 */.crp-cta { background: linear-gradient(rgba(46, 58, 110, 0.9), rgba(46, 58, 110, 0.9)), url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/Copy-of-IMG_8695.jpg'); padding: 88px 40px; position: relative; overflow: hidden; margin: 100px 10.5vw; border-radius: 10px; }
  .crp-cta::before {
    content: ''; position: absolute; top: -100px; right: -100px;
    width: 400px; height: 400px; border-radius: 50%;
    background: rgba(0,175,239,0.07); pointer-events: none;
  }
  .crp-cta__inner { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; position: relative; z-index: 1; }
  .crp-cta__text h2 { font-family: 'Roboto Slab', Georgia, serif; font-size: 30px; font-weight: 800; color: #ffffff; margin: 0 0 14px; line-height: 1.15; }
  .crp-cta__text p { font-family: 'Segoe UI', sans-serif; font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 520px; margin: 0; }

  .crp-cta__price {
    margin-top: 20px; display: inline-flex; align-items: baseline; gap: 8px;
    background: rgba(0,175,239,0.12); border: 1px solid rgba(0,175,239,0.3);
    border-radius: 3px; padding: 10px 18px;
  }
  /* white@0.7, not a lower value: below ~0.65 fails AA for 11px bold text on this tinted chip */
  .crp-cta__price-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
  .crp-cta__price-amount { font-family: 'Roboto Slab', Georgia, serif; font-size: 22px; font-weight: 800; color: #00afef; }

  .crp-cta__actions { display: flex; flex-direction: column; gap: 14px; min-width: 200px; }
  .crp-cta__btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 28px; border-radius: 3px;
    font-family: 'Segoe UI', sans-serif; font-size: 14px; font-weight: 700;
    letter-spacing: 0.04em; text-decoration: none; cursor: pointer;
    border: 2px solid transparent; background: #00afef; color: #ffffff;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
  }
  .crp-cta__btn:hover { background: #0095cc; transform: translateY(-1px); color: #ffffff; }
  .crp-cta__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

  .crp-cta__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crp-cta__reveal--visible { opacity: 1; transform: none; }
  .crp-cta__reveal--delay-2 { transition-delay: 0.2s; }

  @media (min-width: 700px) { .crp-cta__text h2 { font-size: 34px; } }
  @media (min-width: 1100px) { .crp-cta__text h2 { font-size: 38px; } }

  @media (max-width: 900px) {
    .crp-cta__inner { grid-template-columns: 1fr; gap: 36px; }
    .crp-cta__actions { flex-direction: row; flex-wrap: wrap; }
  }
  @media (max-width: 600px) {
    .crp-cta { padding: 30px; min-width: 100vw; margin: 0; border-radius: 0;}
    .crp-cta__actions { flex-direction: column; }
    .crp-cta__btn { width: 100%; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crp-cta__reveal { opacity: 1; transform: none; transition: none; }
    .crp-cta__btn { transition-duration: 0.01ms !important; }
  }/* End custom CSS */