
/*
 * Bespoke recruitment services sections.
 *
 * Purpose: Styles the editable Why Use The BTR Hub and Built for Scale
 * sections used on the recruitment services page.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

.btr-bespoke-recruitment-section,
.btr-recruitment-scale-section {
    width: 100%;
    max-width: none;
    padding: 6rem 1.5rem;
}

.btr-bespoke-recruitment-section {
    background: #fafafa;
}

.btr-recruitment-scale-section {
    background: #ffffff;
}

.btr-bespoke-recruitment-section > *,
.btr-recruitment-scale-section > * {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

/*
 * Why Use The BTR Hub section.
 */

.btr-bespoke-recruitment-layout {
    align-items: center;
    gap: 3rem;
    margin: 0;
}

.btr-bespoke-recruitment-layout > .wp-block-column {
    min-width: 0;
}

.btr-bespoke-title {
    margin: 0 0 1rem;
    color: #111111;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.15;
}

.btr-bespoke-intro {
    max-width: 580px;
    margin: 0 0 1.75rem;
    color: #676767;
    font-size: 1rem;
    line-height: 1.65;
}

.btr-recruitment-benefits-grid {
    gap: 0.75rem;
    margin: 0;
}

.btr-recruitment-benefits-grid > .wp-block-column {
    min-width: 0;
}

.btr-recruitment-benefits-list {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btr-recruitment-benefits-list li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    margin: 0;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    color: #111111;
    background: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

.btr-recruitment-benefits-list li::before {
    position: absolute;
    top: 50%;
    left: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 1.5px solid #bd79b4;
    border-radius: 50%;
    color: #bd79b4;
    content: "✓";
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
}

.btr-bespoke-image {
    width: 100%;
    margin: 0;
}

.btr-bespoke-image img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(20, 20, 20, 0.08);
}

/*
 * Built for Scale section.
 */

.btr-scale-title {
    margin: 0 0 1rem;
    color: #111111;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.15;
}

.btr-scale-intro {
    max-width: 760px;
    margin: 0 auto 3rem;
    color: #676767;
    font-size: 1rem;
    line-height: 1.65;
}

.btr-scale-grid {
    gap: 1rem;
    margin-bottom: 1rem;
}

.btr-scale-grid:last-child {
    margin-bottom: 0;
}

.btr-scale-grid > .wp-block-column {
    min-width: 0;
}

.btr-scale-card {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 58px;
    padding: 1rem 1.25rem;
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    background: #ffffff;
}

.btr-scale-card p {
    margin: 0;
    color: #111111;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

.btr-scale-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #bd79b4;
}

.btr-scale-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

@media (max-width: 900px) {
    .btr-bespoke-recruitment-layout {
        flex-direction: column;
    }

    .btr-bespoke-recruitment-layout > .wp-block-column {
        width: 100%;
        flex-basis: 100% !important;
    }

    .btr-bespoke-image img {
        height: auto;
        max-height: 520px;
    }

    .btr-scale-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .btr-bespoke-recruitment-section,
    .btr-recruitment-scale-section {
        padding: 4rem 1.25rem;
    }

    .btr-bespoke-recruitment-layout {
        gap: 2.5rem;
    }

    .btr-recruitment-benefits-grid,
    .btr-scale-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .btr-recruitment-benefits-list {
        gap: 0.75rem;
    }

    .btr-bespoke-image img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .btr-scale-intro {
        margin-bottom: 2.5rem;
    }
}
/*
 * Training page content sections.
 *
 * Purpose: Styles editable Gutenberg content for the Training Categories
 * and Why Train With Us sections.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

.btr-training-categories,
.btr-training-benefits {
    width: 100%;
    max-width: none;
    padding: 6rem 1.5rem;
}

.btr-training-categories {
    background: #ffffff;
}

.btr-training-benefits {
    background: #fafafa;
}

.btr-training-categories > *,
.btr-training-benefits > * {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.btr-section-title {
    margin: 0 0 3.5rem;
    color: #111111;
    font-size: clamp(2rem, 4vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
}

.btr-training-grid,
.btr-benefits-grid {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.btr-training-grid:last-child,
.btr-benefits-grid:last-child {
    margin-bottom: 0;
}

.btr-training-grid > .wp-block-column,
.btr-benefits-grid > .wp-block-column {
    min-width: 0;
}

.btr-training-card {
    height: 100%;
    min-height: 210px;
    padding: 2rem;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.btr-training-card:hover {
    transform: translateY(-3px);
    border-color: rgba(91, 42, 134, 0.25);
    box-shadow: 0 14px 35px rgba(20, 20, 20, 0.06);
}

.btr-training-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 1.25rem;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #3d176d 0%,
        #59278a 60%,
        #b773b0 100%
    );
}

.btr-training-icon svg {
    display: block;
    width: 23px;
    height: 23px;
}

.btr-training-card-title {
    margin: 0 0 0.75rem;
    color: #111111;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
}
.btr-training-card h3.btr-training-card-title {
    margin: 0 0 0.75rem;
    color: #111111;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
}
.btr-training-card-description {
    margin: 0;
    color: #696969;
    font-size: 1rem;
    line-height: 1.65;
}

.btr-benefits-list {
    display: grid;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btr-benefits-list li {
    position: relative;
    min-height: 74px;
    margin: 0;
    padding: 1.25rem 1.5rem 1.25rem 3rem;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    color: #161616;
    background: #ffffff;
    font-size: 1rem;
    line-height: 1.45;
}

.btr-benefits-list li::before {
    position: absolute;
    top: 1.7rem;
    left: 1.25rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #bd79b4;
    content: "";
}

@media (max-width: 781px) {
    .btr-training-categories,
    .btr-training-benefits {
        padding: 4rem 1.25rem;
    }

    .btr-section-title {
        margin-bottom: 2.5rem;
    }

    .btr-training-grid,
    .btr-benefits-grid {
        gap: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .btr-training-card {
        min-height: 0;
        padding: 1.5rem;
    }
}

/*
 * Recruitment page content sections.
 *
 * Purpose: Styles the editable Recruitment Process and Industries We Serve
 * Gutenberg sections.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

.btr-recruitment-process-section {
    width: 100%;
    padding: 5rem 1.5rem 6rem;
    background: #ffffff;
}

.btr-industries-section {
    width: 100%;
    max-width: none;
    padding: 5rem 1.5rem 6rem;
    background: #fafafa;
}

.btr-recruitment-process-section > *,
.btr-industries-section > * {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.btr-recruitment-section-title {
    margin: 0 0 3rem;
    color: #111111;
    font-size: clamp(2rem, 4vw, 2.65rem);
    font-weight: 800;
    line-height: 1.15;
}

.btr-recruitment-process-grid {
    gap: 2.5rem;
    margin: 0;
}

.btr-recruitment-process-grid > .wp-block-column {
    min-width: 0;
}

.btr-process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
}

.btr-process-step h3.btr-process-title {
    margin: 0 0 0.75rem;
    color: #111111;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
}

.btr-process-icon-wrap {
    position: relative;
    display: inline-flex;
    margin-bottom: 1.25rem;
}

.btr-process-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #3d176d 0%,
        #59278a 60%,
        #b773b0 100%
    );
}

.btr-process-icon svg {
    display: block;
    width: 27px;
    height: 27px;
}

.btr-process-number {
    position: absolute;
    top: -8px;
    right: -7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: #ffffff;
    background: #bd79b4;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
}


.btr-process-description {
    width: 100%;
    max-width: 260px;
    min-height: 4.8em;
    margin: 0 auto;
    color: #6c6c6c;
    font-size: 0.75rem;
    line-height: 1.6;
}

.btr-industries-grid {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.btr-industries-grid:last-child {
    margin-bottom: 0;
}

.btr-industries-grid > .wp-block-column {
    min-width: 0;
}

.btr-industry-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 1.25rem;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    background: #ffffff;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.btr-industry-card:hover {
    transform: translateY(-2px);
    border-color: rgba(91, 42, 134, 0.25);
    box-shadow: 0 10px 26px rgba(20, 20, 20, 0.05);
}

.btr-industry-card p {
    margin: 0;
    color: #111111;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .btr-recruitment-process-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .btr-industries-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .btr-recruitment-process-section,
    .btr-industries-section {
        padding: 4rem 1.25rem;
    }

    .btr-recruitment-section-title {
        margin-bottom: 2.5rem;
    }

    .btr-recruitment-process-grid,
    .btr-industries-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .btr-process-description {
        max-width: 320px;
    }

    .btr-industry-card {
        min-height: 68px;
    }
}
/*Zuri-Custom*/
.custom-logo {
    height: 60px;
    width: auto;
}

.main-navigation {
    display: none;
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu > li {
    position: relative;
}

.primary-menu > li > a {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    color: hsl(var(--foreground) / 0.7);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-decoration: none;
    transition:
        color 0.15s ease,
        background-color 0.15s ease;
}

.primary-menu > li > a:hover,
.primary-menu > li > a:focus {
    color: hsl(var(--accent));
}

.primary-menu > .current-menu-item > a,
.primary-menu > .current-menu-ancestor > a {
    color: hsl(var(--primary));
}

/* Dropdown arrow */
.primary-menu > .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    background-color: currentColor;
    clip-path: polygon(
        20% 35%,
        50% 65%,
        80% 35%,
        90% 45%,
        50% 85%,
        10% 45%
    );
    transition: transform 0.2s ease;
}

.primary-menu > .menu-item-has-children:hover > a::after,
.primary-menu > .menu-item-has-children:focus-within > a::after {
    transform: rotate(180deg);
}

/* Dropdown menu */
.primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    min-width: 220px;
    margin: 0;
    padding: 0.5rem;
    list-style: none;
    border: 1px solid hsl(var(--border));
    border-radius: 0.75rem;
    background-color: hsl(var(--background));
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
}

.primary-menu .menu-item-has-children:hover > .sub-menu,
.primary-menu .menu-item-has-children:focus-within > .sub-menu {
    display: block;
}

.primary-menu .sub-menu li {
    position: relative;
}

.primary-menu .sub-menu a {
    display: block;
    padding: 0.625rem 0.75rem;
    border-radius: 0.5rem;
    color: hsl(var(--foreground) / 0.7);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus {
    color: hsl(var(--accent));
    background-color: hsl(var(--muted));
}

@media (min-width: 1024px) {
    .main-navigation {
        display: block;
    }
}


/* -----------------------------------------
   About page content
----------------------------------------- */

.landing-page-content {
    background: #ffffff;
    color: #374151;
}

.landing-page-content .entry-content {
    width: 100%;
}

/* -----------------------------------------
   Gutenberg Media & Text blocks
----------------------------------------- */

.landing-page-content .wp-block-media-text {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 4rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

/* Image on the right */
.landing-page-content .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.landing-page-content
    .wp-block-media-text.has-media-on-the-right
    .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
}

.landing-page-content
    .wp-block-media-text.has-media-on-the-right
    .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1;
}

/* Image on the left */
.landing-page-content
    .wp-block-media-text:not(.has-media-on-the-right)
    .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
}

.landing-page-content
    .wp-block-media-text:not(.has-media-on-the-right)
    .wp-block-media-text__content {
    grid-column: 2;
    grid-row: 1;
}

/* Content spacing */
.landing-page-content .wp-block-media-text__content {
    padding: 0;
}

.landing-page-content .wp-block-media-text__content > *:first-child {
    margin-top: 0;
}

.landing-page-content .wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
}

/* Images */
.landing-page-content .wp-block-media-text__media {
    width: 100%;
    margin: 0;
}

.landing-page-content .wp-block-media-text__media img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

/* Prevent Gutenberg image-fill from over-stretching */
.landing-page-content
    .wp-block-media-text.is-image-fill-element
    .wp-block-media-text__media {
    min-height: 0;
    background: none !important;
}

.landing-page-content
    .wp-block-media-text.is-image-fill-element
    .wp-block-media-text__media img {
    position: static;
    width: 100%;
    height: 320px;
    object-fit: cover;
    visibility: visible;
}

/* Typography */
.landing-page-content .wp-block-media-text p {
    margin: 0 0 1.25rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4b5563;
}

.landing-page-content .wp-block-media-text h2 {
    margin: 0 0 1.25rem;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

/* Optional alternating section background */
.landing-page-content .wp-block-media-text:nth-of-type(even) {
    max-width: none;
    padding-left: max(2rem, calc((100% - 1200px) / 2));
    padding-right: max(2rem, calc((100% - 1200px) / 2));
    background-color: #fafafa;
}

/* Mobile */
@media (max-width: 782px) {
    .landing-page-content .wp-block-media-text,
    .landing-page-content .wp-block-media-text.has-media-on-the-right {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 3.5rem 1.25rem;
    }

    .landing-page-content
        .wp-block-media-text.has-media-on-the-right
        .wp-block-media-text__content {
        order: 1;
    }

    .landing-page-content
        .wp-block-media-text.has-media-on-the-right
        .wp-block-media-text__media {
        order: 2;
    }

    .landing-page-content
        .wp-block-media-text:not(.has-media-on-the-right)
        .wp-block-media-text__media {
        order: 1;
    }

    .landing-page-content
        .wp-block-media-text:not(.has-media-on-the-right)
        .wp-block-media-text__content {
        order: 2;
    }

    .landing-page-content .wp-block-media-text__media img,
    .landing-page-content
        .wp-block-media-text.is-image-fill-element
        .wp-block-media-text__media img {
        height: 240px;
    }
}
/* ==================================================
   What We Do section
================================================== */

.landing-page-content .what-we-do-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 90px 32px;
    background: #ffffff;
    box-sizing: border-box;
}

.landing-page-content .what-we-do-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.landing-page-content .what-we-do-title {
    margin: 0 0 56px;
    text-align: center;
    color: #111111;
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 800;
    line-height: 1.2;
}

/* Native Gutenberg columns */

.landing-page-content .what-we-do-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 24px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 24px !important;
}

.landing-page-content .what-we-do-row-bottom {
    margin-bottom: 0 !important;
}

.landing-page-content .what-we-do-row > .wp-block-column {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.landing-page-content .what-we-do-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 165px;
    height: 100%;
    margin: 0 !important;
    padding: 24px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

.landing-page-content .what-we-do-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin: 0 0 20px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #43207a 0%,
        #6f3c99 65%,
        #a25aa7 100%
    );
    border-radius: 50%;
}

.landing-page-content .what-we-do-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.landing-page-content .what-we-do-card p {
    margin: 0 !important;
    color: #111111;
    font-size: 16px;
    line-height: 1.65;
}

/* Tablet: two columns */

@media (max-width: 900px) {
    .landing-page-content .what-we-do-row {
        flex-wrap: wrap !important;
    }

    .landing-page-content .what-we-do-row > .wp-block-column {
        flex: 1 1 calc(50% - 12px) !important;
    }

    .landing-page-content .what-we-do-empty-column {
        display: none;
    }
}

/* Mobile: one column */

@media (max-width: 600px) {
    .landing-page-content .what-we-do-section {
        padding: 64px 20px;
    }

    .landing-page-content .what-we-do-title {
        margin-bottom: 40px;
    }

    .landing-page-content .what-we-do-row {
        display: block !important;
        margin-bottom: 0 !important;
    }

    .landing-page-content .what-we-do-row > .wp-block-column {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .landing-page-content .what-we-do-card {
        min-height: auto;
    }
}

.landing-page-content .difference-highlight {
    margin: 0 0 1rem;
    color: #4a1f65;
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: 700;
}
.btr-callout {
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-left: 4px solid #bf7ab8;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.btr-callout p {
    margin: 0;
    padding: 0;
    color: #111827;
    background: transparent;
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
}

.btr-callout-strong {
    color: #35116b;
    font-weight: 700;
}

.btr-callout-accent {
    color: #bf7ab8;
    font-weight: 700;
}

/* Remove inherited Gutenberg quote styling inside the callout */
.btr-callout blockquote,
.btr-callout .wp-block-quote {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.btr-callout blockquote p,
.btr-callout .wp-block-quote p {
    margin: 0;
    padding: 0;
    background: transparent;
}

/* ==================================================
   Meet The Team introduction
================================================== */

.landing-page-content .team-intro-section {
    width: 100%;
    margin: 0;
    padding: 70px 24px;
    background: #ffffff;
    box-sizing: border-box;
}

.landing-page-content .team-intro-inner {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.landing-page-content .team-intro-inner p {
    margin: 0 0 24px;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
}

.landing-page-content .team-intro-inner .team-intro-highlight {
    margin: 28px 0 0;
    color: #111827;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
}

@media (max-width: 768px) {
    .landing-page-content .team-intro-section {
        padding: 50px 20px;
    }

    .landing-page-content .team-intro-inner p {
        font-size: 16px;
        line-height: 1.7;
    }

    .landing-page-content .team-intro-inner .team-intro-highlight {
        font-size: 17px;
    }
}


/* ==================================================
   Team section
================================================== */
.team-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 90px 0;
    background: #f8fbfa;
	margin-top: 70px;
}
.team-section > .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Section heading */

.team-header {
    margin: 0 0 48px;
    text-align: center;
}

.team-header h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1.2;
    font-weight: 800;
}

.team-header p {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

/* Team grid */

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-items: center;
}

/* Team card */

.team-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.07);
}

/* Purple card header */

.team-card-header {
    padding: 34px 24px 24px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #432078 0%,
        #553187 55%,
        #ad69aa 100%
    );
}

/* Circular staff photograph */

.team-avatar {
    width: 118px;
    height: 118px;
    margin: 0 auto 18px;
    padding: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    border: 4px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.22);
}

.team-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

/*
 * Your uploaded image contains white space around the portrait.
 * This slightly enlarges it inside the circular frame.
 */
.team-avatar img {
    transform: scale(1.22);
}

/* Name */

.team-card-header h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

/* Role pill */

.team-role {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px 13px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}

/* White content area */

.team-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

/* Each information section */

.team-block {
    margin: 0 0 18px;
}

.team-block h4 {
    margin: 0 0 5px;
    color: #111827;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
}

.team-block p {
    margin: 0;
    color: #5f6673;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

/* Fun fact panel */

.team-fun-fact {
    margin-top: auto;
    padding: 14px 16px;
    color: #5f6673;
    background: #f6f1f5;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.55;
}

.team-fun-fact strong {
    color: #111827;
    font-weight: 800;
}

/* Tablet */

@media (max-width: 960px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */

@media (max-width: 640px) {
    .team-section {
        padding: 64px 20px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-card-body {
        padding: 22px;
    }
}

/* ==================================================
   Shared styled lists
================================================== */

.btr-styled-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btr-styled-list li {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
}

.btr-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #c47abe;
}

.btr-list-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.btr-list-text {
    min-width: 0;
}

/* ------------------------------------------
   Check rows
------------------------------------------ */

.btr-styled-list--check {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btr-styled-list--check li {
    min-height: 48px;
    padding: 12px 16px;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    color: #111111;
    font-size: 15px;
    line-height: 1.5;
}

/* ------------------------------------------
   Topic cards
------------------------------------------ */

.btr-styled-list--topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.btr-styled-list--topics li {
    min-height: 64px;
    padding: 14px 16px;
    gap: 12px;
    background: #fafafa;
    border-radius: 12px;
    color: #111111;
    font-size: 15px;
    line-height: 1.45;
}

/* ------------------------------------------
   Audience cards
------------------------------------------ */

.btr-styled-list--audience {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.btr-styled-list--audience li {
    min-height: 58px;
    padding: 13px 16px;
    gap: 12px;
    background: #fafafa;
    border-radius: 12px;
    color: #111111;
    font-size: 15px;
    line-height: 1.45;
}

/* ------------------------------------------
   Medical rows
------------------------------------------ */

.btr-styled-list--medical {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btr-styled-list--medical li {
    min-height: 48px;
    padding: 12px 16px;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    color: #111111;
    font-size: 15px;
    line-height: 1.5;
}

/* ------------------------------------------
   Responsive
------------------------------------------ */

@media (max-width: 700px) {
    .btr-styled-list--topics,
    .btr-styled-list--audience {
        grid-template-columns: 1fr;
    }
}

/* ==================================================
   BTR styled Gutenberg lists
================================================== */

ul.is-style-btr-check,
ul.is-style-btr-topics,
ul.is-style-btr-audience,
ul.is-style-btr-medical {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.is-style-btr-check li,
ul.is-style-btr-topics li,
ul.is-style-btr-audience li,
ul.is-style-btr-medical li {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    box-sizing: border-box;
    color: #111111;
}

ul.is-style-btr-check li::before,
ul.is-style-btr-topics li::before,
ul.is-style-btr-audience li::before,
ul.is-style-btr-medical li::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #bf7ab8;
}

/* ==================================================
   Check rows
================================================== */

ul.is-style-btr-check {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

ul.is-style-btr-check li {
    min-height: 48px;
    padding: 12px 16px 12px 48px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.5;
}

ul.is-style-btr-check li::before {
    content: "✓";
    position: absolute;
    left: 15px;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

/* ==================================================
   Topic cards
================================================== */

ul.is-style-btr-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

ul.is-style-btr-topics li {
    min-height: 64px;
    padding: 14px 16px 14px 46px;
    background: #fafafa;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.45;
}

ul.is-style-btr-topics li::before {
    content: "◇";
    position: absolute;
    left: 16px;
    font-size: 20px;
    font-weight: 700;
}

/* ==================================================
   Audience grid
================================================== */

ul.is-style-btr-audience {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

ul.is-style-btr-audience li {
    min-height: 58px;
    padding: 13px 16px 13px 48px;
    background: #fafafa;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.45;
}

ul.is-style-btr-audience li::before {
    content: "♙";
    position: absolute;
    left: 16px;
    font-size: 20px;
}

/* ==================================================
   Medical rows
================================================== */

ul.is-style-btr-medical {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

ul.is-style-btr-medical li {
    min-height: 48px;
    padding: 12px 16px 12px 48px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.5;
}

ul.is-style-btr-medical li::before {
    content: "♧";
    position: absolute;
    left: 16px;
    font-size: 20px;
}

/* Mobile */

@media (max-width: 700px) {
    ul.is-style-btr-topics,
    ul.is-style-btr-audience {
        grid-template-columns: 1fr;
    }
}

/* ==================================================
   Checklist card
================================================== */

.btr-check-card {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 42px;
    box-sizing: border-box;
}

.btr-check-card-title {
    margin: 0 0 28px !important;
    padding: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #111;
}
/* Plain checklist inside the outer card */

.btr-check-card ul.is-style-btr-check {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.btr-check-card ul.is-style-btr-check li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 !important;
    padding: 0 !important;
    color: #5f6673;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 17px;
    line-height: 1.5;
}

.btr-check-card ul.is-style-btr-check li::before {
    content: "✓";
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: #bf7ab8;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
}

/* Outer checklist card */

.btr-check-card {
    width: 100%;
    padding: 36px 32px;
    background: #f7f7f7;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-sizing: border-box;
}

.btr-check-card-title {
    margin: 0 0 22px !important;
    padding: 0;
    color: #111827;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
}

@media (max-width: 600px) {
    .btr-check-card {
        padding: 26px 22px;
    }

    .btr-check-card ul.is-style-btr-check li {
        font-size: 16px;
    }
}
/* Associate Trainers section */

.associate-section {
    width: 100%;
    margin: 0;
    padding: 90px 24px;
    background: #ffffff;
    box-sizing: border-box;
}

.associate-columns {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 72px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.associate-columns > .wp-block-column {
    flex: 1 1 0 !important;
    min-width: 0;
    margin: 0 !important;
}

.associate-copy h2 {
    margin: 0 0 24px;
    color: #111827;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1.15;
    font-weight: 800;
}

.associate-copy p {
    margin: 0 0 24px;
    color: #5f6673;
    font-size: 17px;
    line-height: 1.75;
}

.associate-copy p:last-child {
    margin-bottom: 0;
}

/* Checklist card */

.btr-check-card {
    width: 100%;
    padding: 36px 32px;
    background: #f7f7f7;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-sizing: border-box;
}

.btr-check-card-title {
    margin: 0 0 22px !important;
    color: #111827;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
}

.btr-check-card ul.is-style-btr-check {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.btr-check-card ul.is-style-btr-check li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 !important;
    padding: 0 !important;
    color: #5f6673;
    background: transparent !important;
    border: 0 !important;
    font-size: 17px;
    line-height: 1.5;
}

.btr-check-card ul.is-style-btr-check li::before {
    content: "✓";
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: #bf7ab8;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
}

@media (max-width: 800px) {
    .associate-columns {
        flex-direction: column !important;
        gap: 40px !important;
    }

    .associate-columns > .wp-block-column {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .associate-section {
        padding: 64px 20px;
    }

    .btr-check-card {
        padding: 26px 22px;
    }
}

/* ==================================================
   BTR Hub in Numbers
================================================== */

.numbers-section {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 90px 24px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #321567 0%,
        #563184 55%,
        #a865a7 100%
    );
    box-sizing: border-box;
}

.numbers-section-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.numbers-section-header {
    max-width: 650px;
    margin: 0 auto 48px;
    text-align: center;
}

.numbers-section-header h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.2;
    font-weight: 800;
}

.numbers-section-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.6;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.number-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 24px;
    text-align: center;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-sizing: border-box;
}

.number-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    color: #ffffff;
}

.number-card-icon svg {
    width: 28px;
    height: 28px;
}

.number-card-value {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

.number-card-label {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 800px) {
    .numbers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .numbers-section {
        padding: 64px 20px;
    }

    .numbers-grid {
        grid-template-columns: 1fr;
    }
}
/* ==================================================
   What We Believe
================================================== */

.beliefs-section {
    position: relative;
    left: 50%;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 0 0 -50vw !important;
    padding: 90px 24px;
    background: #ffffff;
    box-sizing: border-box;
}

.beliefs-inner {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.beliefs-title {
    margin: 0 0 48px !important;
    text-align: center;
    color: #111827;
    font-size: clamp(32px, 3vw, 44px) !important;
    line-height: 1.2;
    font-weight: 800 !important;
}

/* Two-column rows */

.beliefs-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 24px !important;
}

.beliefs-row-last {
    margin-bottom: 0 !important;
}

.beliefs-row > .wp-block-column {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
}

//**
 * File purpose: Styles for the What We Believe card grid.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

.beliefs-title {
    margin-bottom: 2.5rem !important;
}

.beliefs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    width: 100%;
}

.belief-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1.125rem;
    width: 100%;
    min-height: 105px;
    margin: 0;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
}

.belief-icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    color: #c27abb;
    background: #faf3f9;
}

.belief-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.8;
}

.belief-content {
    flex: 1 1 auto;
    min-width: 0;
}

.belief-content p {
    margin: 0 !important;
    color: #5f6673;
    font-size: 16px;
    line-height: 1.6;
}

.belief-summary {
    margin: 48px 0 8px !important;
    text-align: center;
    color: #111827;
    font-size: 18px;
    line-height: 1.5;
}

.belief-footer {
    width: 100%;
    max-width: 780px;
    margin: 0 auto !important;
    text-align: center;
    color: #68707d;
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 700px) {
    .beliefs-grid {
        grid-template-columns: 1fr;
    }

    .belief-card {
        min-height: auto;
        padding: 20px;
    }
}
/* Mobile */

@media (max-width: 700px) {
    .beliefs-section {
        padding: 64px 20px;
    }

    .beliefs-row {
        display: block !important;
        margin-bottom: 0 !important;
    }

    .beliefs-row > .wp-block-column {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}
/* ==================================================
   Call to Action section
================================================== */

.btr-cta-section {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
    padding: 90px 24px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #321667 0%,
        #5b3785 55%,
        #ae72ae 100%
    );
    box-sizing: border-box;
}

.btr-cta-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.btr-cta-title {
    max-width: 650px;
    margin: 0 auto 24px;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.btr-cta-text {
    max-width: 700px;
    margin: 0 auto 42px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.65;
}

.btr-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.btr-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 195px;
    min-height: 58px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.btr-cta-button:hover {
    transform: translateY(-2px);
}

.btr-cta-button svg {
    width: 19px;
    height: 19px;
}

.btr-cta-button-primary {
    color: #35166c;
    background: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 8px 24px rgba(24, 10, 51, 0.14);
}

.btr-cta-button-primary:hover {
    color: #35166c;
    background: #f7f3f8;
    border-color: #f7f3f8;
}

.btr-cta-button-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.btr-cta-button-secondary:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border-color: #ffffff;
}

/* Decorative circles */

.btr-cta-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.btr-cta-circle {
    position: absolute;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.btr-cta-circle-one {
    top: 12%;
    left: 25%;
    width: 310px;
    height: 310px;
}

.btr-cta-circle-two {
    top: 23%;
    right: 24%;
    width: 230px;
    height: 230px;
}

.btr-cta-circle-three {
    right: 20%;
    bottom: -38%;
    width: 390px;
    height: 390px;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
}

@media (max-width: 700px) {
    .btr-cta-section {
        padding: 70px 20px;
    }

    .btr-cta-title {
        font-size: clamp(34px, 10vw, 48px);
    }

    .btr-cta-text {
        margin-bottom: 32px;
        font-size: 16px;
    }

    .btr-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btr-cta-button {
        width: 100%;
        min-width: 0;
    }

    .btr-cta-circle-one {
        left: -120px;
    }

    .btr-cta-circle-two {
        right: -100px;
    }
}

/* ==================================================
   Mobile slide-in navigation
================================================== */

.mobile-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;

    width: min(88vw, 380px);
    height: 100dvh;

    padding: 88px 24px 40px;

    background: #ffffff;
    border-left: 1px solid #e5e7eb;
    box-shadow: -18px 0 40px rgba(15, 23, 42, 0.14);

    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;

    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;

    transition:
        transform 0.28s ease,
        opacity 0.28s ease,
        visibility 0.28s ease;

    z-index: 1000;
}

.mobile-navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.mobile-navigation .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.mobile-menu {
    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 0 0 40px;

    list-style: none;
}

.mobile-menu li {
    margin: 0;
    border-bottom: 1px solid #eef0f2;
}

.mobile-menu a {
    display: block;

    padding: 15px 4px;

    color: #111827;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
}

.mobile-menu a:hover,
.mobile-menu a:focus {
    color: #6f3b78;
}

/* Parent category headings */

.mobile-menu .menu-item-has-children > a {
    padding-top: 22px;
    padding-bottom: 9px;

    color: #8b8f98;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    border-bottom: 0;

    pointer-events: none;
    cursor: default;
}

/* Child menu links */

.mobile-menu .sub-menu {
    margin: 0 0 14px;
    padding: 0 0 0 16px;

    list-style: none;
}

.mobile-menu .sub-menu li {
    border-bottom: 0;
}

.mobile-menu .sub-menu a {
    padding: 11px 4px;

    color: #111827;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;

    pointer-events: auto;
    cursor: pointer;
}

/* Contact button */

.mobile-menu-contact {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    margin-top: 16px;
    padding: 12px 20px;

    color: #ffffff;
    background: #4b237a;
    border-radius: 10px;

    font-weight: 700;
    text-decoration: none;
}

/* Hamburger / close button stays above panel */

.mobile-menu-toggle {
    position: relative;
    z-index: 1100;
}

/* Prevent the page behind the menu from scrolling */

body.mobile-menu-open {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .mobile-navigation {
        display: none !important;
    }
}
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 999;

    background: rgba(15, 23, 42, 0.45);

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    transition:
        opacity 0.28s ease,
        visibility 0.28s ease;
}

.mobile-menu-overlay.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.mobile-menu-icon-close {
    display: none;
}
.mobile-menu-toggle.is-active .mobile-menu-icon-open {
    display: none;
}

.mobile-menu-toggle.is-active .mobile-menu-icon-close {
    display: block;
}
/**
 * File purpose: ESG Gutenberg section styles.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

.btr-esg-intro {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 5rem 1.5rem 6rem;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(
        115deg,
        #351760 0%,
        #54277b 52%,
        #ac6fad 100%
    );
}

.btr-esg-intro::before,
.btr-esg-intro::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.btr-esg-intro::before {
    top: 2.5rem;
    left: 25%;
    width: 160px;
    height: 160px;
}

.btr-esg-intro::after {
    right: 27%;
    bottom: 2rem;
    width: 90px;
    height: 90px;
}

.btr-esg-intro__inner {
    position: relative;
    z-index: 1;
}

.btr-esg-intro__title {
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.05;
}

.btr-esg-intro__text {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.75;
}

.btr-esg-cards-section {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 6rem 1.5rem;
    background-color: #ffffff;
}

.btr-esg-cards {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    gap: 2rem;
}

.btr-esg-card {
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(20, 20, 20, 0.06);
}

.btr-esg-card__image-wrap {
    position: relative;
    margin: 0;
}

.btr-esg-card__image {
    margin: 0;
}

.btr-esg-card__image img {
    display: block;
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.btr-esg-card__icon {
    position: absolute;
    bottom: -32px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: #351760;
    background-color: #ffffff;
    box-shadow: 0 5px 18px rgba(20, 20, 20, 0.12);
    transform: translateX(-50%);
}

.btr-esg-card__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btr-esg-card__content {
    padding: 3.25rem 1.5rem 2rem;
}

.btr-esg-card__title {
    margin: 0 0 1.25rem;
    color: #111111;
    font-size: 1.35rem;
    font-weight: 700;
}

.btr-esg-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btr-esg-list li {
    position: relative;
    margin: 0 0 0.8rem;
    padding-left: 1.65rem;
    color: #626262;
    font-size: 0.95rem;
    line-height: 1.5;
}

.btr-esg-list li::before {
    position: absolute;
    top: 0.15rem;
    left: 0;
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 1.5px solid #c36aba;
    border-radius: 50%;
    color: #c36aba;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 900px) {
    .btr-esg-cards {
        flex-wrap: wrap;
    }

    .btr-esg-card {
        flex-basis: calc(50% - 1rem) !important;
    }
}

@media (max-width: 650px) {
    .btr-esg-intro {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .btr-esg-cards-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .btr-esg-card {
        flex-basis: 100% !important;
    }

    .btr-esg-card__image img {
        height: 210px;
    }
}

/**
 * File purpose: Styles for the Why Choose BTR Hub and healthcare CTA sections.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

/* ==========================================================
   Why Choose The BTR Hub
   ========================================================== */

.btr-why-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 94px 24px 96px;
    background: #f8f8f8;
}

.btr-why-section__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.btr-why-section__title {
    margin: 0 0 14px !important;
    color: #050505;
    font-size: clamp(32px, 3.2vw, 43px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.btr-why-section__intro {
    max-width: 700px;
    margin: 0 auto !important;
    color: #60636b;
    font-size: 17px;
    line-height: 1.6;
}

/**
 * File purpose: Correct Why Choose The BTR Hub feature card alignment.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

.btr-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 1080px;
    margin: 52px auto 0;
}

.btr-feature-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;

    gap: 18px;
}
.btr-item-icon {
    flex: 0 0 auto;
}

.btr-feature-content {
    width: 100%;
}

.btr-feature-title {
    margin: 0 0 12px;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
}

.btr-feature-content p {
    margin: 0;
    line-height: 1.7;
    color: #5f6673;
}
.btr-feature-card p {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;

    color: #5f6673;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.btr-feature-icon {
    display: flex !important;
    flex: 0 0 22px !important;
    align-items: center;
    justify-content: center;

    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;

    color: #cf72c4;
}

.btr-feature-icon svg {
    display: block;
    width: 20px !important;
    height: 20px !important;
    stroke: currentColor;
}

.btr-feature-icon svg {
    display: block;
    width: 21px;
    height: 21px;
    stroke: currentColor;
}

/* ==========================================================
   Healthcare CTA
   ========================================================== */

.btr-healthcare-cta {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 94px 24px 100px;
    background: #ffffff;
}

.btr-healthcare-cta__inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.btr-healthcare-cta__title {
    margin: 0 0 26px !important;
    color: #050505;
    font-size: clamp(32px, 3.2vw, 43px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.btr-healthcare-cta__text {
    max-width: 780px;
    margin: 0 auto !important;
    color: #62656d;
    font-size: 17px;
    line-height: 1.65;
}

.btr-healthcare-cta__buttons {
    gap: 16px;
    margin: 34px 0 24px !important;
}

.btr-healthcare-cta__buttons .wp-block-button__link {
    min-width: 198px;
    padding: 16px 28px;
    border-radius: 11px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.btr-button-primary .wp-block-button__link {
    border: 2px solid #432078;
    color: #ffffff;
    background: #432078;
    box-shadow: 0 8px 18px rgba(67, 32, 120, 0.22);
}

.btr-button-primary .wp-block-button__link:hover {
    border-color: #351760;
    background: #351760;
    transform: translateY(-1px);
}

.btr-button-outline .wp-block-button__link {
    border: 2px solid #432078;
    color: #432078;
    background: #ffffff;
}

.btr-button-outline .wp-block-button__link:hover {
    color: #ffffff;
    background: #432078;
    transform: translateY(-1px);
}

.btr-healthcare-cta__note {
    margin: 0 auto !important;
    color: #63666d;
    font-size: 14px;
    line-height: 1.5;
}

/* ==========================================================
   Responsive layout
   ========================================================== */

@media (max-width: 900px) {
    .btr-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .btr-why-section,
    .btr-healthcare-cta {
        padding: 64px 20px;
    }

    .btr-feature-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .btr-feature-card {
        min-height: 70px;
    }

    .btr-healthcare-cta__title br {
        display: none;
    }

    .btr-healthcare-cta__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btr-healthcare-cta__buttons .wp-block-button {
        width: 100%;
    }

    .btr-healthcare-cta__buttons .wp-block-button__link {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
}
/**
 * File purpose: Styles for learner content and training delivery sections.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

/* ==========================================================
   What Learners Will Cover
   ========================================================== */

.btr-learning-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 70px 24px 90px;
    background: #f8f8f8;
}

.btr-learning-section__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.btr-learning-section__title {
    margin: 0 0 12px !important;
    color: #050505;
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.btr-learning-section__intro {
    margin: 0 auto !important;
    color: #656870;
    font-size: 16px;
    line-height: 1.6;
}

.btr-learning-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin: 54px auto 0;
}

.btr-learning-item {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 54px;
    padding: 15px 17px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #ffffff;
}

.btr-learning-item > span:last-child {
    color: #111111;
    font-size: 15px;
    line-height: 1.4;
}

.btr-learning-item__icon {
    display: flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #cb78c1;
}

.btr-learning-item__icon svg {
    display: block;
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.btr-learning-section__note {
    margin: 34px auto 0 !important;
    color: #656870;
    font-size: 14px;
    line-height: 1.6;
}

/* ==========================================================
   Classroom or On-Site Training
   ========================================================== */

.btr-delivery-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 88px 24px 100px;
    background: #ffffff;
}

.btr-delivery-section__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.btr-delivery-section__title {
    margin: 0 0 56px !important;
    color: #050505;
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.btr-delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.btr-delivery-card {
    min-height: 195px;
    padding: 25px 25px 24px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #ffffff;
}

.btr-delivery-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 0 18px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #432078 0%,
        #5f2c8a 58%,
        #bd77bc 100%
    );
}

.btr-delivery-card__icon svg {
    display: block;
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.btr-delivery-card h3 {
    margin: 0 0 9px;
    color: #080808;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.btr-delivery-card p {
    margin: 0;
    color: #656870;
    font-size: 15px;
    line-height: 1.55;
}

/* ==========================================================
   Responsive
   ========================================================== */

@media (max-width: 850px) {
    .btr-learning-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .btr-learning-section,
    .btr-delivery-section {
        padding: 64px 20px;
    }

    .btr-learning-grid,
    .btr-delivery-grid {
        grid-template-columns: 1fr;
    }

    .btr-learning-grid {
        margin-top: 40px;
    }

    .btr-delivery-section__title {
        margin-bottom: 40px !important;
    }

    .btr-delivery-card {
        min-height: auto;
    }
}

/**
 * File purpose: Styles for the BLS and ILS comparison section.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

.btr-course-comparison-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 88px 24px 96px;
    background: #f8f8f8;
}

.btr-course-comparison-section__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.btr-course-comparison-section__title {
    margin: 0 0 58px !important;
    color: #050505;
    font-size: clamp(32px, 3.2vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.btr-course-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    width: 100%;
}

.btr-course-comparison-card {
    min-height: 300px;
    padding: 32px 32px 34px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(17, 24, 39, 0.03);
}

.btr-course-comparison-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 0 20px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #432078 0%,
        #5f2c8a 58%,
        #bd77bc 100%
    );
}

.btr-course-comparison-card__icon svg {
    display: block;
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.btr-course-comparison-card h3 {
    margin: 0 0 14px;
    color: #090909;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.btr-course-comparison-card p {
    margin: 0;
    color: #62656d;
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 760px) {
    .btr-course-comparison-section {
        padding: 64px 20px;
    }

    .btr-course-comparison-section__title {
        margin-bottom: 40px !important;
    }

    .btr-course-comparison-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .btr-course-comparison-card {
        min-height: auto;
        padding: 26px;
    }
}
/**
 * Booking CTA section.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

.btr-booking-cta {
    width: 100%;
    padding: 88px 24px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.btr-booking-cta--white {
    background: #ffffff;
}

.btr-booking-cta--grey {
    background: #f5f5f7;
}

.btr-booking-cta--purple {
    background: #412078;
}
.btr-booking-cta--transparent {
    background: transparent;
}
.btr-booking-cta__inner {
    width: min(100%, 850px);
    margin: 0 auto;
    text-align: center;
}

.btr-booking-cta__title {
    margin: 0 0 22px;
    color: #050505;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
}

.btr-booking-cta__description {
    max-width: 700px;
    margin: 0 auto;
    color: #5f6570;
    font-size: 1rem;
    line-height: 1.7;
}

.btr-booking-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 34px 0 24px;
}

.btr-booking-cta__button {
    display: inline-flex;
    min-width: 200px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border: 2px solid #412078;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.btr-booking-cta__button--primary {
    color: #ffffff;
    background: #412078;
    box-shadow: 0 8px 16px rgba(65, 32, 120, 0.2);
}

.btr-booking-cta__button--primary:hover,
.btr-booking-cta__button--primary:focus-visible {
    color: #ffffff;
    background: #32165f;
    border-color: #32165f;
    transform: translateY(-2px);
}

.btr-booking-cta__button--secondary {
    color: #412078;
    background: transparent;
}

.btr-booking-cta__button--secondary:hover,
.btr-booking-cta__button--secondary:focus-visible {
    color: #ffffff;
    background: #412078;
    transform: translateY(-2px);
}

.btr-booking-cta__button:focus-visible {
    outline: 3px solid rgba(65, 32, 120, 0.25);
    outline-offset: 3px;
}

.btr-booking-cta__footer {
    max-width: 740px;
    margin: 0 auto;
    color: #626875;
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .btr-booking-cta {
        padding: 64px 20px;
    }

    .btr-booking-cta__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btr-booking-cta__button {
        width: 100%;
        min-width: 0;
    }
}
/**
 * Bespoke training CTA section.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */

.btr-training-cta {
    width: 100%;
    max-width: none !important;
    margin: 0;
    padding: 5rem 1.5rem;
    background-color: #ffffff;
    text-align: center;
}

.btr-training-cta__title {
    margin: 0;
    color: #000000;
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 800;
    line-height: 1.2;
}

.btr-training-cta__description {
    max-width: 690px;
    margin: 1.5rem auto 0;
    color: #5f5a63;
    font-size: 1.05rem;
    line-height: 1.65;
}

.btr-training-cta__buttons {
    margin-top: 2rem;
}

.btr-training-cta__button .wp-block-button__link {
    min-width: 270px;
    padding: 1rem 2rem;
    border: 0;
    border-radius: 12px;
    background-color: #3f1f68;
    box-shadow: 0 8px 16px rgba(63, 31, 104, 0.22);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.btr-training-cta__button .wp-block-button__link:hover,
.btr-training-cta__button .wp-block-button__link:focus {
    background-color: #522985;
    box-shadow: 0 10px 20px rgba(63, 31, 104, 0.28);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .btr-training-cta {
        padding: 3.5rem 1.25rem;
    }

    .btr-training-cta__title {
        font-size: 1.8rem;
    }

    .btr-training-cta__description {
        margin-top: 1.25rem;
        font-size: 1rem;
    }

    .btr-training-cta__button,
    .btr-training-cta__button .wp-block-button__link {
        width: 100%;
        min-width: 0;
    }
}
/**
 * Introduction agency model section.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 23 July 2026
 */
.btr-agency-model .btr-agency-model__steps {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.8rem;
    width: 100%;
    max-width: 1080px;
    margin: 3rem auto 0;
}

.btr-agency-model .btr-agency-step {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}
.btr-agency-model {
    width: 100%;
    max-width: none !important;
    margin: 0;
    padding: 4.5rem 1.5rem;
    background-color: #f8f8f8;
}

.btr-agency-model__title {
    margin: 0;
    color: #000000;
    font-size: clamp(2rem, 3vw, 2.7rem);
    font-weight: 800;
    line-height: 1.2;
}

.btr-agency-model__intro {
    max-width: 650px;
    margin: 1.25rem auto 0;
    color: #66606a;
    font-size: 1.05rem;
    line-height: 1.55;
}

.btr-agency-model__image {
    max-width: 1080px;
    margin: 3rem auto 0;
    padding: 0.75rem;
    overflow: hidden;
    border-radius: 16px;
    background-color: #ffffff;
}

.btr-agency-model__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.btr-agency-model__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    max-width: 1080px;
    margin: 3rem auto 0;
}

.btr-agency-step {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 66px;
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px solid #e8e5eb;
    border-radius: 12px;
    background-color: #ffffff;
}

.btr-agency-step__number {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    background-color: #4f2b75;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.btr-agency-step__text {
    margin: 0;
    color: #111111;
    font-size: 0.98rem;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .btr-agency-model {
        padding: 3.5rem 1.25rem;
    }

    .btr-agency-model__title {
        font-size: 1.85rem;
    }

    .btr-agency-model__intro {
        font-size: 1rem;
    }

    .btr-agency-model__image {
        margin-top: 2rem;
        padding: 0.5rem;
    }

    .btr-agency-model__steps {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }

    .btr-agency-step {
        min-height: 62px;
    }
}
/**
 * Cookie consent banner.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 24 July 2026
 */

.btr-cookie-banner {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    z-index: 9999;

    display: flex;
    align-items: center;
    gap: 1rem;

    max-width: 1180px;
    margin: 0 auto;
    padding: 1.4rem 1.5rem;

    border: 1px solid #ece8ef;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 14px 40px rgba(24, 16, 33, 0.12);
}

.btr-cookie-banner[hidden] {
    display: none;
}

.btr-cookie-banner__icon {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border-radius: 50%;
    background-color: #f7eef9;
    color: #cf74cf;
}

.btr-cookie-banner__content {
    flex: 1;
}

.btr-cookie-banner__content p {
    margin: 0;
    color: #4f4a52;
    font-size: 0.95rem;
    line-height: 1.55;
}

.btr-cookie-banner__content a {
    color: #44206e;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.btr-cookie-banner__content a:hover,
.btr-cookie-banner__content a:focus {
    color: #5b2c8c;
}

.btr-cookie-banner__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.65rem;
}

.btr-cookie-banner__button {
    min-height: 42px;
    padding: 0.7rem 1rem;

    border: 2px solid #44206e;
    border-radius: 11px;

    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;

    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.btr-cookie-banner__button--decline {
    background-color: #ffffff;
    color: #44206e;
}

.btr-cookie-banner__button--decline:hover,
.btr-cookie-banner__button--decline:focus {
    background-color: #f7f2fa;
}

.btr-cookie-banner__button--accept {
    background-color: #44206e;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(68, 32, 110, 0.22);
}

.btr-cookie-banner__button--accept:hover,
.btr-cookie-banner__button--accept:focus {
    border-color: #542884;
    background-color: #542884;
    transform: translateY(-1px);
}

.btr-cookie-banner__close {
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;
    padding: 0;

    border: 0;
    background: transparent;
    color: #716c74;

    font-size: 1.5rem;
    line-height: 1;

    cursor: pointer;
}

.btr-cookie-banner__close:hover,
.btr-cookie-banner__close:focus {
    color: #241d29;
}

@media (max-width: 800px) {
    .btr-cookie-banner {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;

        align-items: flex-start;
        flex-wrap: wrap;

        padding: 1.25rem;
    }

    .btr-cookie-banner__content {
        flex: 1 1 calc(100% - 58px);
    }

    .btr-cookie-banner__actions {
        width: 100%;
        padding-left: 58px;
    }

    .btr-cookie-banner__close {
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
    }
}

@media (max-width: 520px) {
    .btr-cookie-banner__actions {
        flex-direction: column-reverse;
        padding-left: 0;
    }

    .btr-cookie-banner__button {
        width: 100%;
    }
}
/**
 * ProCourses online-course widget containment.
 *
 * Prevents the externally loaded widget from expanding beyond the
 * standard BTR Hub content width.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 24 July 2026
 */

.btr-procourses-section {
    width: 100%;
    margin: 0;
    padding: 3rem 1.5rem;
    box-sizing: border-box;
    overflow: hidden;
}

.btr-procourses-container {
    width: 100% !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box;
    overflow: hidden;
}

.btr-procourses-container .pt-online-courses {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box !important;
    overflow: hidden;
}

/*
 * Constrain any elements injected by the external widget.
 */
.btr-procourses-container .pt-online-courses > *,
.btr-procourses-container .pt-online-courses div,
.btr-procourses-container .pt-online-courses section,
.btr-procourses-container .pt-online-courses iframe {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.btr-procourses-container .pt-online-courses iframe {
    display: block;
    width: 100% !important;
    border: 0;
}

@media (max-width: 767px) {
    .btr-procourses-section {
        padding: 2rem 1rem;
    }
}
/**
 * BTR Hub custom 404 page.
 *
 * Keeps the footer at the bottom of short pages and provides
 * reliable styling without depending on generated utility classes.
 *
 * Author: Emanuel Mandat
 * Company: Zuri IT
 * Modified: 24 July 2026
 */

/* Make the overall website fill the browser height. */
html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
}

/*
 * The opening wrapper appears to be created in header.php and closed
 * in footer.php. This makes the page use a vertical flex layout.
 */
.site,
.site-wrapper,
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Allow the main page content to take all available space. */
.btr-404-page {
    display: flex;
    flex: 1 0 auto;
    width: 100%;
}

/* Main gradient area. */
.btr-404-hero {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    width: 100%;
    min-height: 620px;
    overflow: hidden;
    color: hsl(var(--primary-foreground));
}

/* Vertically and horizontally centre the content. */
.btr-404-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}

.btr-404-content {
    width: 100%;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/* Status icon and label. */
.btr-404-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}

.btr-404-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.btr-404-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.btr-404-code {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.btr-404-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(46px, 6vw, 76px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.btr-404-title span {
    display: block;
}

.btr-404-description {
    max-width: 680px;
    margin: 28px auto 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.7;
}

/* Buttons. */
.btr-404-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 38px;
}

.btr-404-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    min-height: 52px;
    padding: 14px 26px;
    border: 2px solid transparent;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease;
}

.btr-404-button:hover,
.btr-404-button:focus-visible {
    transform: translateY(-2px);
    text-decoration: none;
}

.btr-404-button--primary {
    border-color: #ffffff;
    background: #ffffff;
    color: hsl(var(--primary));
    box-shadow: 0 12px 30px rgba(24, 10, 48, 0.18);
}

.btr-404-button--primary:hover,
.btr-404-button--primary:focus-visible {
    background: rgba(255, 255, 255, 0.92);
    color: hsl(var(--primary));
    box-shadow: 0 16px 38px rgba(24, 10, 48, 0.24);
}

.btr-404-button--secondary {
    border-color: rgba(255, 255, 255, 0.9);
    background: transparent;
    color: #ffffff;
}

.btr-404-button--secondary:hover,
.btr-404-button--secondary:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: hsl(var(--primary));
}

/* Contact link. */
.btr-404-contact {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 36px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-underline-offset: 5px;
    transition:
        color 180ms ease,
        text-decoration-color 180ms ease;
}

.btr-404-contact:hover,
.btr-404-contact:focus-visible {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

/* Decorative circles. */
.btr-404-decoration {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.btr-404-circle {
    position: absolute;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
}

.btr-404-circle--one {
    top: -180px;
    right: -160px;
    width: 460px;
    height: 460px;
}

.btr-404-circle--two {
    top: 90px;
    left: 6%;
    width: 170px;
    height: 170px;
}

.btr-404-circle--three {
    bottom: -260px;
    left: -180px;
    width: 600px;
    height: 600px;
}

/* Ensure the footer remains after the flexible main area. */
.site-footer,
footer {
    flex-shrink: 0;
}

/* Tablet and mobile adjustments. */
@media (max-width: 767px) {
    .btr-404-hero {
        min-height: 560px;
    }

    .btr-404-container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .btr-404-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .btr-404-status {
        flex-direction: column;
    }

    .btr-404-icon {
        width: 68px;
        height: 68px;
    }

    .btr-404-description {
        font-size: 17px;
    }

    .btr-404-actions {
        flex-direction: column;
        width: 100%;
    }

    .btr-404-button {
        width: 100%;
        max-width: 320px;
    }
}
/*Zuri-Custom-End*/
