/* =========================================================
   PRAXIS ABOUT SUBPAGES
   ========================================================= */

.about-subpage {
    --about-burgundy: #9d2235;
    --about-burgundy-dark: #641320;
    --about-text: #202020;
    --about-muted: #666;
    --about-border: #dedede;
    --about-surface: #fff;
    --about-surface-muted: #f5f5f5;
    --about-cream: #fff8ef;
    --about-radius: 10px;
}

.about-subpage *,
.about-subpage *::before,
.about-subpage *::after {
    box-sizing: border-box;
}

.about-subpage img {
    max-width: 100%;
}

.about-subpage .container {
    max-width: 1320px;
}

.about-subpage .about-subpage-section {
    padding: 100px 0 95px;
}


/* =========================================================
   HERO
   ========================================================= */

.about-subpage .about-subpage-hero {
    display: flex;
    align-items: center;
    min-height: 430px;
    padding: 135px 0 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-subpage .about-subpage-hero-content {
    max-width: 920px;
}

.about-subpage .about-subpage-hero-content > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #ffc2cd;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-subpage .about-subpage-hero h1 {
    margin: 0;
    color: #fff;
    font-family: "Sora", "Montserrat", sans-serif;
    font-size: clamp(43px, 5vw, 66px);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.about-subpage .about-subpage-hero p {
    max-width: 820px;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.7;
}


/* =========================================================
   SHARED HEADINGS
   ========================================================= */

.about-subpage .about-subpage-heading,
.about-subpage .section-title2 {
    max-width: 950px;
}

.about-subpage .about-subpage-heading {
    margin-bottom: 30px;
}

.about-subpage .about-subpage-heading > span,
.about-subpage .section-title2 h5 {
    display: block;
    margin: 0 0 12px;
    color: var(--about-burgundy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-subpage .about-subpage-heading h2,
.about-subpage .section-title2 h2 {
    margin: 0;
    color: var(--about-text);
    font-size: clamp(37px, 4vw, 53px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.18;
}

.about-subpage .section-title2 h2 span {
    color: var(--about-burgundy);
}

.about-subpage .about-subpage-heading > p,
.about-subpage .section-title2 > p {
    max-width: 900px;
    margin: 16px 0 0;
    color: var(--about-muted);
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   OUR APPROACH
   ========================================================= */

.about-subpage .about-approach-section {
    background: #fff;
}

.about-subpage .about-approach-heading {
    margin-bottom: 42px !important;
}

.about-subpage .approach-card {
    display: flex;
    gap: 17px;
    margin-bottom: 14px;
    padding: 20px;
    background: var(--about-surface-muted);
    border: 1px solid var(--about-border);
    border-radius: 9px;
}

.about-subpage .approach-icon {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #bd5b68;
    background: #fdebed;
    border-radius: 7px;
}

.about-subpage .approach-card-content h4 {
    margin: 0 0 7px;
    color: var(--about-text);
    font-size: 18px;
}

.about-subpage .approach-card-content p {
    margin: 0;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.7;
}

.about-subpage .approach-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.about-subpage .approach-video-wrapper {
    overflow: hidden;
    border-radius: 9px;
}

.about-subpage .approach-video-wrapper iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
}

.about-subpage .approach-video-content {
    padding: 20px 0 0;
}

.about-subpage .approach-video-content h4 {
    margin: 0 0 8px;
    color: var(--about-text);
    font-size: 20px;
}

.about-subpage .approach-video-content p {
    color: var(--about-muted);
    line-height: 1.7;
}


/* =========================================================
   CHAIRMAN & DIRECTOR PAGES
   ========================================================= */

.about-subpage .leadership-message-section {
    background: #fff;
}

.about-subpage .leadership-message-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: 55px;
    align-items: start;
}

.about-subpage .leadership-message-image-wrap {
    position: sticky;
    top: 110px;
}

.about-subpage .leadership-message-image-wrap img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
    border: 1px solid var(--about-border);
    border-radius: var(--about-radius);
}

.about-subpage .leadership-message-copy p {
    margin: 0 0 20px;
    color: #555 !important;
    font-size: 15px;
    line-height: 1.85;
}

.about-subpage .leadership-message-copy p:first-child {
    padding: 22px 24px;
    color: var(--about-burgundy-dark) !important;
    background: var(--about-cream);
    border-left: 4px solid var(--about-burgundy);
    border-radius: 7px;
}

.about-subpage .leadership-message-copy p:last-child {
    margin-bottom: 0;
    color: var(--about-text) !important;
}


/* =========================================================
   BOARD OF GOVERNORS
   ========================================================= */

.about-subpage .board-governors-section {
    background: var(--about-surface-muted);
}

.about-subpage .board-governors-heading {
    margin-bottom: 43px;
}

.about-subpage .board-governors-subtitle {
    color: var(--about-burgundy-dark) !important;
    font-size: 18px !important;
    font-weight: 600;
}

.about-subpage .board-governors-section .team-conter-bg {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 25px;
}

.about-subpage .board-governors-section .team-conter-bg > [class*="col-"] {
    display: flex;
}

.about-subpage .board-governors-section .single-team {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--about-border);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.about-subpage .board-governors-section .team-thumb {
    display: grid;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: 100%;
}

.about-subpage .board-governors-section .brd {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.about-subpage .board-governors-section .brd img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.about-subpage .board-governors-section .team-info {
    display: flex;
    flex-direction: column;
    min-height: 180px;
    padding: 20px 22px 18px !important;
}

.about-subpage .board-governors-section .team-info p {
    margin: 0 0 13px !important;
    color: var(--about-burgundy);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    text-transform: uppercase;
}

.about-subpage .board-governors-section .team-info p span {
    display: inline-block;
    margin-top: 5px;
    color: #444;
    font-size: 12px;
    font-weight: 500;
}

.about-subpage .board-governors-section .team-info h4 {
    margin: auto 0 0 !important;
    color: var(--about-text);
    font-size: 19px;
}


/* =========================================================
   VISION & MISSION
   ========================================================= */

.about-subpage .about-vision-mission-section {
    background: #fff;
}

.about-subpage .about-section-heading {
    margin-bottom: 35px;
}

.about-subpage .about-vision-box {
    margin-bottom: 34px;
    padding: 28px 30px;
    background: var(--about-cream);
    border-left: 4px solid var(--about-burgundy);
    border-radius: 8px;
}

.about-subpage .about-vision-box h3,
.about-subpage .about-mission-heading {
    margin: 0 0 12px;
    color: var(--about-text);
    font-size: 22px;
    font-weight: 700;
}

.about-subpage .about-vision-box p,
.about-subpage .about-mission-card p {
    margin: 0;
    color: #444;
    font-size: 14px;
    line-height: 1.75;
}

.about-subpage .about-mission-card {
    height: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--about-border);
    border-radius: 9px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
}

.about-subpage .about-mission-card h5 {
    margin: 0 0 12px;
    color: var(--about-burgundy);
    font-size: 17px;
    font-weight: 700;
}


/* =========================================================
   VALUES
   ========================================================= */

.about-subpage .about-values-section {
    background: var(--about-surface-muted);
}

.about-subpage .about-values-heading {
    margin-bottom: 38px;
}

.about-subpage .about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-subpage .about-value-card {
    height: 100%;
    min-height: 215px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--about-border);
    border-radius: 9px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.04);
}

.about-subpage .about-value-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.about-subpage .about-value-title i {
    color: #bd5b68;
    font-size: 15px;
}

.about-subpage .about-value-title h3 {
    margin: 0;
    color: var(--about-text);
    font-size: 17px;
    font-weight: 700;
}

.about-subpage .about-value-card p {
    margin: 0;
    color: #444;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   FOOTER
   ========================================================= */

.about-subpage #site-footer {
    position: relative;
    clear: both;
}

.about-subpage #site-footer .footer-three,
.about-subpage footer.footer-three {
    margin-top: 0 !important;
    padding-top: 110px !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
    .about-subpage .about-subpage-section {
        padding: 80px 0 70px;
    }

    .about-subpage .about-subpage-hero {
        min-height: 390px;
        padding: 120px 0 65px;
    }

    .about-subpage .leadership-message-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-subpage .leadership-message-image-wrap {
        position: static;
        max-width: 650px;
    }

    .about-subpage .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-subpage #site-footer .footer-three,
    .about-subpage footer.footer-three {
        padding-top: 90px !important;
    }
}

@media (max-width: 767px) {
    .about-subpage .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-subpage .about-subpage-section {
        padding: 60px 0 55px;
    }

    .about-subpage .about-subpage-hero {
        min-height: 340px;
        padding: 105px 0 55px;
    }

    .about-subpage .about-subpage-hero h1 {
        font-size: 36px;
    }

    .about-subpage .about-subpage-hero p {
        font-size: 15px;
        line-height: 1.65;
    }

    .about-subpage .about-subpage-heading h2,
    .about-subpage .section-title2 h2 {
        font-size: 30px;
    }

    .about-subpage .approach-actions {
        flex-direction: column;
    }

    .about-subpage .approach-actions .btn2 {
        width: 100%;
        text-align: center;
    }

    .about-subpage .leadership-message-image-wrap img {
        aspect-ratio: 4 / 3;
    }

    .about-subpage .board-governors-section .team-info {
        min-height: 0;
    }

    .about-subpage .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-subpage .about-value-card {
        min-height: 0;
    }

    .about-subpage #site-footer .footer-three,
    .about-subpage footer.footer-three {
        padding-top: 70px !important;
    }
}

@media (max-width: 575px) {
    .about-subpage .about-subpage-hero {
        min-height: 320px;
        padding: 95px 0 50px;
    }

    .about-subpage .about-subpage-hero h1 {
        font-size: 32px;
    }

    .about-subpage .leadership-message-image-wrap img,
    .about-subpage .board-governors-section .brd {
        aspect-ratio: 1 / 1;
    }
}

/* =========================================================
   ABOUT OVERVIEW PAGE
   Used by about.html
   ========================================================= */

.about-overview-page {
    --about-burgundy: #9d2235;
    --about-burgundy-dark: #641320;
    --about-text: #202020;
    --about-muted: #666;
    --about-border: #dedede;
    --about-surface: #fff;
    --about-surface-muted: #f5f5f5;
    --about-cream: #fff8ef;
}

.about-overview-page *,
.about-overview-page *::before,
.about-overview-page *::after {
    box-sizing: border-box;
}

.about-overview-page img {
    max-width: 100%;
}

.about-overview-page .container {
    max-width: 1320px;
}


/* =========================================================
   ABOUT OVERVIEW HERO
   ========================================================= */

.about-overview-page .breadcrumb-area.about-hero {
    position: relative;
    min-height: 430px !important;
    padding: 135px 0 70px !important;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-overview-page .breadcrumb-area.about-hero::before {
    position: absolute;
    inset: 0;
    background: rgba(30, 7, 12, 0.48);
    content: "";
}

.about-overview-page .about-hero .container {
    position: relative;
    z-index: 1;
}

.about-overview-page .about-hero .breadcrumb-wrap,
.about-overview-page .about-hero .breadcrumb-title {
    width: 100%;
    text-align: center !important;
}

.about-overview-page .about-hero .breadcrumb-title h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(43px, 5vw, 66px);
    font-weight: 600;
    line-height: 1.14;
    text-align: center !important;
}

.about-overview-page .about-hero-subtitle {
    max-width: 920px;
    margin: 18px auto 0 !important;
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
    text-align: center !important;
}


/* =========================================================
   ABOUT INTRODUCTION
   ========================================================= */

.about-overview-page .about-overview-intro {
    padding-top: 105px !important;
    padding-bottom: 100px;
    background: #fff;
}

.about-overview-page .about-overview-intro .section-title2 h5 {
    margin-bottom: 12px;
    color: var(--about-burgundy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-overview-page .about-overview-intro .section-title2 h2 {
    margin-bottom: 12px;
    color: var(--about-text);
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 600;
    line-height: 1.2;
}

.about-overview-page .about-overview-intro .section-title2 h4 {
    margin-bottom: 22px;
    color: var(--about-burgundy-dark);
    font-size: 20px;
    line-height: 1.45;
}

.about-overview-page .about-overview-intro .about-content > p,
.about-overview-page .about-overview-intro .counter-area2 p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.about-overview-page .about-overview-intro .s-about-img,
.about-overview-page .about-overview-intro .s-about-video {
    overflow: hidden;
    border-radius: 9px;
}

.about-overview-page .about-overview-intro .s-about-img img,
.about-overview-page .about-overview-intro .s-about-video > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-overview-page .about-overview-intro .counter-area2 {
    padding: 8px 0 0;
}


/* =========================================================
   ABOUT JOURNEY
   ========================================================= */

.about-overview-page .about-overview-history {
    padding-top: 100px !important;
    padding-bottom: 95px !important;
    overflow: hidden;
    background: var(--about-surface-muted);
}

.about-overview-page .about-overview-history .section-title2 h5 {
    margin-bottom: 12px;
    color: var(--about-burgundy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-overview-page .about-overview-history .section-title2 h2 {
    color: var(--about-text);
    font-size: clamp(37px, 4vw, 52px);
    font-weight: 600;
    line-height: 1.2;
}

.about-overview-page .about-overview-history .section-title2 h2 span {
    color: var(--about-burgundy);
}

.about-overview-page .about-overview-history > .container-fluid {
    width: 100%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 36px;
    padding-left: 36px;
    overflow: hidden;
}

.about-overview-page .history-active {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.about-overview-page .history-active .slick-list {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}

.about-overview-page .history-active .slick-track {
    display: flex !important;
    align-items: stretch;
}

.about-overview-page .history-active .slick-slide {
    float: none;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.about-overview-page .history-active .slick-slide > div,
.about-overview-page .history-active .slick-slide > div > [class*="col-"] {
    height: 100%;
}

.about-overview-page .history-active [class*="col-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.about-overview-page .history-post {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.about-overview-page .history-post .history-thumb {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #e8e8e8;
    border-radius: 6px;
}

.about-overview-page .history-post .history-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-overview-page .history-post .history-text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
}

.about-overview-page .history-post .history-text::after {
    display: none !important;
    content: none !important;
}

.about-overview-page .history-post .history-text span {
    display: block;
    min-height: 44px;
    margin-bottom: 9px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.about-overview-page .history-post .history-text h3 {
    margin: 0 !important;
    padding-bottom: 20px;
    color: var(--about-text);
    border-bottom: 1px solid #dedede;
    font-size: clamp(36px, 3vw, 46px);
    line-height: 1.1;
}

.about-overview-page .history-post .history-text p {
    flex: 1 1 auto;
    margin: 0;
    padding-top: 22px !important;
    color: #555;
    border-top: 0 !important;
    font-size: 14px;
    line-height: 1.7;
}

.about-overview-page .history-active .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.about-overview-page .history-active .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.about-overview-page .history-active .slick-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    background: #d2d2d2;
    border: 0;
    border-radius: 50%;
    font-size: 0;
}

.about-overview-page .history-active .slick-dots .slick-active button {
    width: 24px;
    background: var(--about-burgundy);
    border-radius: 20px;
}


/* =========================================================
   ABOUT OVERVIEW FOOTER SPACING
   ========================================================= */

.about-overview-page #site-footer {
    position: relative;
    clear: both;
}

.about-overview-page #site-footer .footer-three,
.about-overview-page footer.footer-three {
    margin-top: 0 !important;
    padding-top: 110px !important;
}


/* =========================================================
   ABOUT OVERVIEW RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
    .about-overview-page .breadcrumb-area.about-hero {
        min-height: 390px !important;
        padding: 120px 0 65px !important;
    }

    .about-overview-page .about-overview-intro {
        padding-top: 80px !important;
        padding-bottom: 75px;
    }

    .about-overview-page .about-overview-intro .s-about-img {
        margin-top: 50px;
        margin-bottom: 45px !important;
    }

    .about-overview-page .about-overview-intro .s-about-video {
        margin-top: 50px !important;
    }

    .about-overview-page .about-overview-history {
        padding-top: 80px !important;
        padding-bottom: 70px !important;
    }

    .about-overview-page .about-overview-history > .container-fluid {
        padding-right: 22px;
        padding-left: 22px;
    }

    .about-overview-page .history-active .slick-list {
        margin-right: -12px;
        margin-left: -12px;
    }

    .about-overview-page .history-active .slick-slide {
        padding-right: 12px;
        padding-left: 12px;
    }

    .about-overview-page #site-footer .footer-three,
    .about-overview-page footer.footer-three {
        padding-top: 90px !important;
    }
}

@media (max-width: 767px) {
    .about-overview-page .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-overview-page .breadcrumb-area.about-hero {
        min-height: 340px !important;
        padding: 105px 0 55px !important;
    }

    .about-overview-page .about-hero .breadcrumb-title h2 {
        font-size: 36px;
    }

    .about-overview-page .about-hero-subtitle {
        font-size: 15px;
        line-height: 1.65;
    }

    .about-overview-page .about-overview-intro {
        padding-top: 60px !important;
        padding-bottom: 55px;
    }

    .about-overview-page .about-overview-intro .section-title2 h2 {
        font-size: 30px;
    }

    .about-overview-page .about-overview-intro .section-title2 h4 {
        font-size: 18px;
    }

    .about-overview-page .about-overview-intro .s-about-img {
        margin-top: 40px;
        margin-bottom: 35px !important;
    }

    .about-overview-page .about-overview-intro .s-about-video {
        margin-top: 40px !important;
    }

    .about-overview-page .about-overview-history {
        padding-top: 60px !important;
        padding-bottom: 55px !important;
    }

    .about-overview-page .about-overview-history .section-title2 {
        margin-bottom: 38px !important;
    }

    .about-overview-page .about-overview-history .section-title2 h2 {
        font-size: 30px;
    }

    .about-overview-page .about-overview-history > .container-fluid {
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-overview-page .history-active .slick-list {
        margin-right: 0;
        margin-left: 0;
    }

    .about-overview-page .history-active .slick-slide {
        padding-right: 0;
        padding-left: 0;
    }

    .about-overview-page .history-post .history-thumb {
        aspect-ratio: 4 / 3;
    }

    .about-overview-page .history-post .history-text span {
        min-height: 0;
    }

    .about-overview-page #site-footer .footer-three,
    .about-overview-page footer.footer-three {
        padding-top: 70px !important;
    }
}

@media (max-width: 575px) {
    .about-overview-page .breadcrumb-area.about-hero {
        min-height: 320px !important;
        padding: 95px 0 50px !important;
    }

    .about-overview-page .about-hero .breadcrumb-title h2 {
        font-size: 32px;
    }

    .about-overview-page .about-overview-intro .section-title2 h2,
    .about-overview-page .about-overview-history .section-title2 h2 {
        font-size: 27px;
    }

    .about-overview-page .history-post .history-text h3 {
        font-size: 34px;
    }
}

/* =========================================================
   ABOUT OVERVIEW — EQUAL IMAGES & CENTERED PLAY BUTTON
   ========================================================= */

/* Equal desktop column widths */
.about-overview-page .about-overview-intro > .container > .row {
    align-items: flex-start;
}

.about-overview-page .about-overview-intro .about-equal-media {
    position: relative !important;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #ececec;
    border-radius: 9px;
}

/* Only the main photograph, not the play-button image */
.about-overview-page .about-overview-intro .about-equal-media > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Centre the play button over the video image */
.about-overview-page .about-overview-intro .about-centered-play {
    position: absolute !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    z-index: 3;

    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 88px;
    height: 88px;
    margin: 0 !important;
    padding: 0 !important;

    transform: translate(-50%, -50%) !important;
    border-radius: 50%;
}

.about-overview-page .about-overview-intro .about-centered-play > img {
    display: block;
    width: 88px !important;
    height: 88px !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: contain !important;
}

/* Keep the image blocks visually consistent */
.about-overview-page .about-overview-intro .s-about-img,
.about-overview-page .about-overview-intro .s-about-video {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
    .about-overview-page .about-overview-intro .about-equal-media {
        aspect-ratio: 16 / 9;
    }

    .about-overview-page .about-overview-intro .about-centered-play,
    .about-overview-page .about-overview-intro .about-centered-play > img {
        width: 78px !important;
        height: 78px !important;
    }
}

@media (max-width: 767px) {
    .about-overview-page .about-overview-intro .about-equal-media {
        aspect-ratio: 4 / 3;
    }

    .about-overview-page .about-overview-intro .about-centered-play,
    .about-overview-page .about-overview-intro .about-centered-play > img {
        width: 68px !important;
        height: 68px !important;
    }
}

/* =========================================================
   ABOUT — COMBINED VISION, MISSION & VALUES PAGE
   ========================================================= */

.about-subpage.vision-mission-values-page .about-vision-mission-section {
    padding-bottom: 80px;
}

.about-subpage .about-values-intro-strip {
    padding: 65px 0;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,255,255,.10), transparent 38%),
        linear-gradient(135deg, var(--about-burgundy-dark), #3b0a13);
}

.about-subpage .about-values-intro-content {
    max-width: 900px;
}

.about-subpage .about-values-intro-content > span {
    display: block;
    margin-bottom: 10px;
    color: #ffc5cf;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-subpage .about-values-intro-content h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 3.5vw, 47px);
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.2;
}

.about-subpage .about-values-intro-content p {
    max-width: 800px;
    margin: 15px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.75;
}

.about-subpage.vision-mission-values-page .about-values-section {
    padding-top: 85px;
}

@media (max-width: 991px) {
    .about-subpage.vision-mission-values-page .about-vision-mission-section {
        padding-bottom: 65px;
    }

    .about-subpage .about-values-intro-strip {
        padding: 55px 0;
    }

    .about-subpage.vision-mission-values-page .about-values-section {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .about-subpage.vision-mission-values-page .about-vision-mission-section {
        padding-bottom: 50px;
    }

    .about-subpage .about-values-intro-strip {
        padding: 45px 0;
    }

    .about-subpage .about-values-intro-content h2 {
        font-size: 29px;
    }

    .about-subpage .about-values-intro-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-subpage.vision-mission-values-page .about-values-section {
        padding-top: 60px;
    }
}

/* =========================================================
   BOARD OF GOVERNORS — FOUR EQUAL CARDS PER ROW
   ========================================================= */

/* Use a controlled four-column grid instead of theme offsets. */
.about-subpage .board-governors-section .team-conter-bg {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 24px !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* Neutralise Bootstrap column widths inside the custom grid. */
.about-subpage .board-governors-section .team-conter-bg > [class*="col-"] {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* Every card fills its complete grid cell. */
.about-subpage .board-governors-section .single-team {
    display: flex !important;
    flex: 1 1 auto;
    width: 100%;
    height: 100% !important;
    min-height: 100%;
    margin: 0 !important;
}

/* Equal image row and equal information row. */
.about-subpage .board-governors-section .team-thumb {
    display: grid !important;
    grid-template-rows: auto minmax(210px, 1fr);
    width: 100%;
    height: 100% !important;
}

/* All governor images use exactly the same square frame. */
.about-subpage .board-governors-section .team-thumb .brd {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden;
    background: #ececec;
}

/* Crop different source photographs consistently. */
.about-subpage .board-governors-section .team-thumb .brd img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: top center !important;
}

/* Equal content area with the name aligned at the bottom. */
.about-subpage .board-governors-section .team-info {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    min-height: 210px !important;
    height: 100%;
    padding: 19px 18px 18px !important;
}

.about-subpage .board-governors-section .team-info p {
    margin: 0 0 14px !important;
    font-size: 13px;
    line-height: 1.55;
}

.about-subpage .board-governors-section .team-info p span {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.5;
}

.about-subpage .board-governors-section .team-info h4 {
    margin: auto 0 0 !important;
    font-size: 18px;
    line-height: 1.4;
}


/* Three cards on smaller desktop/laptop screens. */
@media (max-width: 1199px) {
    .about-subpage .board-governors-section .team-conter-bg {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-subpage .board-governors-section .team-thumb {
        grid-template-rows: auto minmax(195px, 1fr);
    }

    .about-subpage .board-governors-section .team-info {
        min-height: 195px !important;
    }
}


/* Two cards on tablet. */
@media (max-width: 991px) {
    .about-subpage .board-governors-section .team-conter-bg {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px !important;
    }

    .about-subpage .board-governors-section .team-thumb {
        grid-template-rows: auto minmax(180px, 1fr);
    }

    .about-subpage .board-governors-section .team-info {
        min-height: 180px !important;
    }
}


/* One card on mobile. */
@media (max-width: 575px) {
    .about-subpage .board-governors-section .team-conter-bg {
        grid-template-columns: 1fr;
        gap: 18px !important;
    }

    .about-subpage .board-governors-section .team-thumb {
        grid-template-rows: auto auto;
    }

    .about-subpage .board-governors-section .team-info {
        min-height: 0 !important;
        height: auto;
    }
}

/* =========================================================
   BOARD OF GOVERNORS — COMPACT CARD CONTENT SPACING
   ========================================================= */

/* Reduce the oversized content panel. */
.about-subpage .board-governors-section .team-thumb {
    grid-template-rows: auto 1fr !important;
}

.about-subpage .board-governors-section .team-info {
    min-height: 150px !important;
    height: 100%;
    padding: 18px 18px 18px !important;
    justify-content: flex-start !important;
}

/* Keep role/institution compact. */
.about-subpage .board-governors-section .team-info p {
    margin: 0 0 14px !important;
}

/* Do not push the name to the bottom of the card. */
.about-subpage .board-governors-section .team-info h4 {
    margin: 0 !important;
    margin-top: 8px !important;
}

/* Tablet */
@media (max-width: 991px) {
    .about-subpage .board-governors-section .team-info {
        min-height: 145px !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .about-subpage .board-governors-section .team-info {
        min-height: 0 !important;
        height: auto;
    }
}
