.wha-page {
    --wha-primary: var(--tg-primary-color, #2190f4);
    --wha-primary-dark: var(--primary-hover-color, #0049dc);
    --wha-navy: var(--tg-secondary-color, #00194c);
    --wha-heading: var(--tg-heading-font-color, #00194c);
    --wha-text: var(--tg-paragraph-color, #334770);
    --wha-muted: #667594;
    --wha-soft: #f6f9ff;
    --wha-soft-2: #eef4ff;
    --wha-border: #dce5f6;
    --wha-accent: #f4b940;
    background: #fff;
    color: var(--wha-text);
}

body#page-2 .transparent-header:not(.sticky-menu) .navbar-wrap > ul > li > a,
body#page-2 .transparent-header:not(.sticky-menu) .navbar-wrap > ul > li.menu-item-has-children > a:after,
body#page-2 .transparent-header:not(.sticky-menu) .header-action ul li.header-search a,
body#page-2 .transparent-header:not(.sticky-menu) .header-contact-two .content span,
body#page-2 .transparent-header:not(.sticky-menu) .header-contact-two .content a {
    color: rgba(255, 255, 255, .9);
}

body#page-2 .transparent-header:not(.sticky-menu) .navbar-wrap > ul > li.active > a,
body#page-2 .transparent-header:not(.sticky-menu) .navbar-wrap > ul > li:hover > a,
body#page-2 .transparent-header:not(.sticky-menu) .navbar-wrap > ul > li.menu-item-has-children:hover > a:after,
body#page-2 .transparent-header:not(.sticky-menu) .header-action ul li.header-search a:hover,
body#page-2 .transparent-header:not(.sticky-menu) .header-contact-two .content a:hover {
    color: #fff;
}

body#page-2 .transparent-header:not(.sticky-menu) .offcanvas-menu a span {
    background: rgba(255, 255, 255, .86);
}

.wha-page * {
    box-sizing: border-box;
}

.wha-page h1,
.wha-page h2,
.wha-page h3,
.wha-page p {
    margin-top: 0;
}

.wha-page p {
    color: var(--wha-text);
    font-weight: 500;
}

.wha-hero {
    background:
        linear-gradient(90deg, rgba(0, 25, 76, .96) 0%, rgba(0, 25, 76, .88) 46%, rgba(0, 25, 76, .58) 100%),
        var(--wha-hero-image) center / cover no-repeat;
    color: #fff;
    overflow: hidden;
    padding: 170px 0 88px;
    position: relative;
}

.wha-hero:after {
    background: rgba(255, 255, 255, .12);
    bottom: 48px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.wha-hero-grid {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 1.05fr) 420px;
    position: relative;
    z-index: 1;
}

.wha-hero-copy h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.04;
    margin-bottom: 22px;
    max-width: 780px;
    text-transform: none;
}

.wha-hero-copy p {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 34px;
    max-width: 680px;
}

.wha-eyebrow {
    align-items: center;
    color: var(--wha-primary);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .12em;
    line-height: 1.3;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.wha-eyebrow:before {
    background: currentColor;
    content: "";
    height: 2px;
    width: 30px;
}

.wha-eyebrow-light {
    color: #fff;
}

.wha-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.wha-link-button {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .42);
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 54px;
    padding: 17px 26px;
    text-transform: uppercase;
}

.wha-link-button:hover {
    background: #fff;
    border-color: #fff;
    color: var(--wha-primary);
    text-decoration: none;
}

.wha-stat-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wha-stat-card {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    min-height: 150px;
    padding: 28px 22px;
}

.wha-stat-card strong {
    color: #fff;
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}

.wha-stat-card span {
    color: rgba(255, 255, 255, .76);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.wha-impact-band {
    background: var(--wha-primary);
    color: #fff;
    padding: 22px 0;
}

.wha-impact-band p {
    color: rgba(255, 255, 255, .94);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

.wha-impact-band strong {
    color: #fff;
    font-weight: 800;
}

.wha-section {
    padding: 108px 0;
}

.wha-section-soft {
    background: var(--wha-soft);
}

.wha-section-dark {
    background: var(--wha-navy);
    color: #fff;
}

#access-model {
    background:
        linear-gradient(90deg, rgba(0, 25, 76, .94) 0%, rgba(0, 25, 76, .86) 46%, rgba(0, 25, 76, .72) 100%),
        url("/storage/pexels-mk-photoz-2149411980-33127835jpg.jpeg") center / cover no-repeat;
}

.wha-section-heading {
    margin-bottom: 50px;
    max-width: 820px;
}

.wha-heading-split {
    align-items: end;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 1fr) 420px;
    max-width: none;
}

.wha-section-heading h2 {
    color: var(--wha-heading);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 16px;
    text-transform: none;
}

.wha-section-heading p {
    color: var(--wha-muted);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 0;
}

.wha-section-dark .wha-section-heading h2,
.wha-section-dark .wha-section-heading p {
    color: #fff;
}

.wha-section-dark .wha-section-heading p {
    color: rgba(255, 255, 255, .72);
}

.wha-who-grid {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: 430px minmax(0, 1fr);
}

.wha-image-panel {
    background: var(--wha-soft-2);
    border-radius: 8px;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.wha-image-panel:before {
    background: var(--wha-primary);
    content: "";
    height: 100%;
    left: 0;
    opacity: .08;
    position: absolute;
    top: 0;
    width: 100%;
}

.wha-image-panel img {
    bottom: 0;
    display: block;
    height: auto;
    left: 50%;
    max-height: 500px;
    max-width: 88%;
    position: absolute;
    transform: translateX(-50%);
}

.wha-copy-panel {
    max-width: 760px;
}

.wha-copy-panel p {
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 18px;
}

.wha-copy-panel blockquote {
    background: var(--wha-navy);
    border-left: 5px solid var(--wha-primary);
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
    margin: 28px 0;
    padding: 28px 32px;
}

.wha-mini-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wha-mini-list span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--wha-border);
    border-radius: 6px;
    color: var(--wha-heading);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    min-height: 58px;
    padding: 13px 16px;
}

.wha-mini-list span:before,
.wha-benefit-item:before {
    background: var(--wha-primary);
    border-radius: 50%;
    content: "";
    flex: 0 0 auto;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}

.wha-failure-list {
    display: grid;
    gap: 18px;
}

.wha-failure-item {
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--wha-border);
    border-radius: 8px;
    display: grid;
    gap: 22px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 28px;
}

.wha-failure-item > span {
    align-items: center;
    background: rgba(33, 144, 244, .12);
    border-radius: 50%;
    color: var(--wha-primary);
    display: flex;
    font-size: 18px;
    font-weight: 800;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.wha-failure-item h3,
.wha-focus-item h3,
.wha-service-card h3,
.wha-project-item h3,
.wha-pillar-card h3 {
    color: var(--wha-heading);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 10px;
    text-transform: none;
}

.wha-failure-item p,
.wha-focus-item p,
.wha-service-card p,
.wha-project-item p,
.wha-pillar-card p {
    color: var(--wha-text);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

.wha-note {
    background: var(--wha-navy);
    border-radius: 8px;
    margin-top: 30px;
    padding: 30px 34px;
}

.wha-note p {
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

.wha-pillar-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wha-pillar-card {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    padding: 32px;
}

.wha-pillar-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.wha-pillar-top span {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.wha-pillar-top strong {
    color: rgba(255, 255, 255, .22);
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
}

.wha-icon {
    align-items: center;
    background: var(--wha-primary);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 58px;
    justify-content: center;
    margin-bottom: 24px;
    width: 58px;
}

.wha-pillar-card h3,
.wha-pillar-card p {
    color: #fff;
}

.wha-pillar-card p {
    color: rgba(255, 255, 255, .72);
}

.wha-outcome {
    border-top: 1px solid rgba(255, 255, 255, .13);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
    margin-top: 26px;
    padding-top: 20px;
}

.wha-focus-list {
    display: grid;
    gap: 20px;
}

.wha-focus-item {
    background: #fff;
    border: 1px solid var(--wha-border);
    border-radius: 8px;
    display: grid;
    gap: 24px;
    grid-template-columns: 118px minmax(0, 1fr);
    padding: 28px;
}

.wha-focus-meta {
    align-content: start;
    display: grid;
    gap: 12px;
    justify-items: start;
}

.wha-focus-meta strong {
    color: var(--wha-primary);
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
}

.wha-focus-meta span,
.wha-service-card > span,
.wha-project-status {
    background: rgba(33, 144, 244, .12);
    border-radius: 30px;
    color: var(--wha-primary);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 9px 12px;
    text-transform: uppercase;
}

.wha-focus-detail,
.wha-focus-entry {
    border-radius: 6px;
    color: var(--wha-text);
    font-size: 14px;
    line-height: 1.65;
    margin-top: 16px;
    padding: 16px 18px;
}

.wha-focus-detail {
    background: var(--wha-soft);
}

.wha-focus-entry {
    background: rgba(244, 185, 64, .18);
}

.wha-focus-detail strong,
.wha-focus-entry strong {
    color: var(--wha-heading);
}

.wha-service-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wha-service-card {
    background: #fff;
    border: 1px solid var(--wha-border);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 28px;
}

.wha-service-card > span {
    margin-bottom: 22px;
    width: fit-content;
}

.wha-service-card small {
    border-top: 1px solid var(--wha-border);
    color: var(--wha-muted);
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
    margin-top: auto;
    padding-top: 18px;
}

.wha-project-list {
    border-top: 1px solid var(--wha-border);
}

.wha-project-item {
    align-items: start;
    border-bottom: 1px solid var(--wha-border);
    display: grid;
    gap: 28px;
    grid-template-columns: 120px minmax(0, 1fr) 210px;
    padding: 30px 0;
}

.wha-project-year {
    color: var(--wha-primary);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.wha-project-status {
    justify-self: end;
    text-align: center;
}

.wha-cta {
    background:
        linear-gradient(90deg, rgba(0, 25, 76, .94) 0%, rgba(0, 25, 76, .82) 52%, rgba(0, 25, 76, .74) 100%),
        url("/storage/pexels-abdulrahman-abubakar-501847670-20873461jpg.jpeg") center / cover no-repeat;
    padding: 105px 0;
}

.wha-cta-inner {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}

.wha-cta h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 18px;
    text-transform: none;
}

.wha-cta p {
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.8;
    margin: 0 auto 32px;
    max-width: 840px;
}

.wha-actions-center {
    justify-content: center;
}

.wha-benefit-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
    text-align: left;
}

.wha-benefit-item {
    align-items: flex-start;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    color: rgba(255, 255, 255, .82);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    min-height: 86px;
    padding: 18px;
}

.wha-benefit-item:before {
    margin-top: 7px;
}

.wha-contact-line {
    align-items: center;
    color: rgba(255, 255, 255, .62);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 10px 18px;
    justify-content: center;
    line-height: 1.5;
    margin-top: 34px;
}

.wha-contact-line strong,
.wha-contact-line a {
    color: #fff;
}

.wha-contact-line a:hover {
    color: var(--wha-primary);
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .wha-hero-grid,
    .wha-heading-split,
    .wha-who-grid {
        grid-template-columns: 1fr;
    }

    .wha-hero-grid {
        gap: 44px;
    }

    .wha-stat-grid,
    .wha-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wha-pillar-grid {
        grid-template-columns: 1fr;
    }

    .wha-image-panel {
        min-height: 460px;
        max-width: 620px;
    }

    .wha-project-item {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .wha-project-status {
        justify-self: start;
    }
}

@media (max-width: 991.98px) {
    .wha-hero {
        padding: 140px 0 72px;
    }

    .wha-hero-copy h1 {
        font-size: 44px;
    }

    .wha-section {
        padding: 82px 0;
    }

    .wha-section-heading h2 {
        font-size: 34px;
    }

    .wha-cta h2 {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .wha-hero {
        padding: 122px 0 58px;
    }

    .wha-hero-copy h1 {
        font-size: 34px;
    }

    .wha-hero-copy p,
    .wha-section-heading p,
    .wha-cta p {
        font-size: 15px;
    }

    .wha-actions,
    .wha-page .btn,
    .wha-link-button {
        width: 100%;
    }

    .wha-page .btn,
    .wha-link-button {
        justify-content: center;
    }

    .wha-stat-grid,
    .wha-mini-list,
    .wha-service-grid,
    .wha-benefit-grid {
        grid-template-columns: 1fr;
    }

    .wha-stat-card {
        min-height: 128px;
    }

    .wha-failure-item,
    .wha-focus-item,
    .wha-project-item {
        grid-template-columns: 1fr;
    }

    .wha-focus-meta {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .wha-image-panel {
        min-height: 390px;
    }

    .wha-copy-panel blockquote {
        font-size: 19px;
        padding: 24px;
    }

    .wha-section {
        padding: 68px 0;
    }

    .wha-cta {
        padding: 74px 0;
    }
}

@media (max-width: 420px) {
    .wha-hero-copy h1 {
        font-size: 30px;
    }

    .wha-section-heading h2,
    .wha-cta h2 {
        font-size: 29px;
    }

    .wha-stat-card strong,
    .wha-focus-meta strong {
        font-size: 36px;
    }

    .wha-failure-item,
    .wha-focus-item,
    .wha-service-card,
    .wha-pillar-card {
        padding: 22px;
    }
}
