/* ABT */
/* ===== CENTRE OF EXCELLENCE ===== */
/*
.speakers-section-three {
    position: relative;
    padding: 30px 0 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.speaker-block-three {
    position: relative;
    margin-bottom: 30px
}

.speaker-block-three .inner-box {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 0px;
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.speaker-block-three .inner-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.speaker-block-three .image-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 50px 0
}

.speaker-block-three .image-box:before {
    position: absolute;
    left: -10px;
    right: -10px;
    top: -4px;
    height: 100%;
    background-image: url(https://img.freepik.com/free-vector/white-abstract-background-design_23-2148825582.jpg);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    content: ""
}

.speaker-block-three .image-box .image {
    position: relative;
    display: inline-block;
    height: 130px;
    width: 130px;
    overflow: hidden;
    border: 4px solid #ec7561;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    border-radius: 50%;
    z-index: 9;
    margin-bottom: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.speaker-block-three .inner-box:hover .image-box .image {
    border-radius: 0
}

.speaker-block-three .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.speaker-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.speaker-block-three .info-box {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    padding-right: 10px;
    background-color: #ec7561
}

.speaker-block-three .info-box:before {
    position: absolute;
    left: 0;
    right: -200px;
    background-color: #ec7561;
    content: "";
    top: 0;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    border-radius: 0 14px 14px 0
}

.speaker-block-three .info-box .name {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500
}

.speaker-block-three .info-box .name a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.speaker-block-three .info-box .name a:hover {
    color: #fff
}

.speaker-block-three .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400
}

.speaker-block-three .social-box {
    position: absolute;
    top: 90px;
    transform: translateX(-50px);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.speaker-block-three .social-box .social-links li {
    margin-bottom: 4px
}

.speaker-block-three .inner-box:hover .social-box {
    transform: translateX(10px)
}

.speaker-block-two .social-links li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}

.speaker-block-three .social-links li a i {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.speaker-block-three .social-links li a:hover i {
    color: #fff;
    background: #ec7561
} */




/* ABT */


/* ─── Section wrapper ──────────────────────────────── */
.about-section {
    max-width: 1160px;
    margin: 0 auto;
    padding: 90px 28px 110px;
}

/* ─── Eyebrow + Title ──────────────────────────────── */
.about-eyebrow {
    text-transform: uppercase;
    letter-spacing: .24em;
    font-size: .7rem;
    font-weight: 500;
    color: var(--gold);
    margin-bottom: 14px;
}

.about-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.6rem, 6vw, 4.2rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.015em;
    color: var(--text);
    max-width: 720px;
}

.about-heading em {
    font-style: italic;
    color: var(--gold-light);
}

.about-rule {
    width: 72px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin: 22px 0 0;
}

/* ─── Intro paragraph ──────────────────────────────── */
.about-intro {
    margin-top: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
    align-items: start;
}

.about-intro p {
    font-size: 1rem;
    line-height: 1.8;
    color: #bbb;
    font-weight: 300;
}

.about-intro p strong {
    color: var(--text);
    font-weight: 500;
}

.about-stat-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-stat {
    border-left: 2px solid var(--gold);
    padding-left: 18px;
}

.about-stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
}

.about-stat-label {
    font-size: .78rem;
    font-weight: 400;
    color: var(--text-muted);
    margin-top: 4px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* ─── Vision / Mission / Purpose cards ────────────── */
.vm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 64px;
}

.vm-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 44px 36px 40px;
    position: relative;
    overflow: hidden;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.vm-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% -20%, var(--gold-dim) 0%, transparent 65%);
    opacity: 0;
    transition: opacity var(--transition);
}

.vm-card:hover {
    border-color: var(--gold);
    box-shadow: 0 24px 56px rgba(0, 0, 0, .5);
}

.vm-card:hover::before {
    opacity: 1;
}

/* large background letter */
.vm-bg-letter {
    position: absolute;
    top: -12px;
    right: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 9rem;
    font-weight: 700;
    color: var(--gold);
    opacity: .04;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.vm-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--gold-dim);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.vm-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vm-label {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .68rem;
    font-weight: 500;
    color: var(--gold);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.vm-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 16px;
    line-height: 1.15;
    position: relative;
    z-index: 1;
}

.vm-body {
    font-size: .92rem;
    line-height: 1.78;
    color: #000000;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.vm-body strong {
    color: #ccc;
    font-weight: 400;
}

.vm-body2 {
    font-size: 20px;
    line-height: 1.78;
    color: #000000;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.vm-body2 strong {
    color: #ccc;
    font-weight: 400;
}

/* bullet list inside vm-body */
.vm-list {
    list-style: none;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vm-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .88rem;
    color: #999;
}

.vm-list li::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    margin-top: 7px;
}

/* ─── Responsive ───────────────────────────────────── */
@media (max-width: 1060px) {
    .vm-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* make Purpose span full width on tablet so it's centred */
    .vm-card--purpose {
        grid-column: 1 / -1;
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 860px) {
    .about-intro {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .vm-card {
        padding: 36px 28px 32px;
    }

    .about-section {
        padding: 64px 20px 80px;
    }
}

@media (max-width: 640px) {
    .vm-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .vm-card--purpose {
        max-width: 100%;
        grid-column: auto;
    }

    .about-stat-row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .about-stat {
        flex: 1 1 40%;
    }

    .vm-card {
        padding: 28px 20px 26px;
    }

    .vm-title {
        font-size: 1.5rem;
    }

    .vm-bg-letter {
        font-size: 6rem;
    }

    .about-section {
        padding: 48px 16px 64px;
    }
}




/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1200px) {
    .video-banner {
        width: 95%;
    }
}

@media (max-width: 992px) {
    .video-banner {
        width: 96%;
        height: 68vh;
    }

    .banner-content {
        padding: 0 40px 50px;
    }
}

@media (max-width: 768px) {
    .video-banner {
        width: 95%;
        height: 240px;
        min-height: 240px;
        border-radius: 22px;
        margin: 60px auto;
    }

    .banner-content {
        padding: 60px 24px 40px;
        max-width: 100%;
    }

    .banner-video {
        object-position: 62% top;
    }

    /* Shift animation focus right on mobile so bird/logo stay visible */
    .banner-anim {
        object-position: right center;
    }

    .b-stats {
        gap: 18px;
    }
}

@media (max-width: 576px) {
    .banner-content {
        padding: 52px 18px 36px;
    }

    .b-cta {
        flex-direction: column;
    }

    .b-scroll,
    .b-stripe {
        display: none;
    }
}

@media (max-width: 400px) {
    .b-title {
        font-size: 24px;
    }
}




/* Vision */

/* ── Section wrapper ── */
.vmp-section {
    padding: 0px 0px;

}

/* ── Grid: 2-col on desktop, 1-col on mobile ── */
.vmp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    max-width: 1300px;
    margin: 0 auto;

    padding: 5px 10px 10px;
    position: relative;
    overflow: hidden;
    transition: border-color var(--transition), box-shadow var(--transition);

}


/* Vision & Mission sit in row 1, each half-width */
.card-vision {
    grid-column: 1;
    grid-row: 1;
}

.card-mission {
    grid-column: 2;
    grid-row: 1;
}

/* Purpose spans both columns in row 2 */
.card-purpose {
    grid-column: 1 / -1;
    grid-row: 2;
}

/* ── Card base style ── */
.vmp-card {

    /* warm taupe, matching the mockup */
    border-radius: 4px;
    padding: 28px 28px 32px;
}

.vmp-card h2 {
    font-size: 25px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}

.vmp-card2 h2 {
    font-size: 25px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}

.vmp-card p,
.vmp-card li {
    font-size: 17px;
    color: #3a3228;
    line-height: 1.65;
}

.vmp-card2 p {
    font-size: 17px;
    color: #3a3228;
    line-height: 1.65;
}


/* bullet list inside Purpose */
.vmp-card ul {
    list-style: disc;
    padding-left: 18px;
    margin: 6px 0 10px;
}

.vmp-card ul li {
    margin-bottom: 2px;
}

/* ── Mobile: single column ── */
@media (max-width: 640px) {
    .vmp-section {
        padding: 0px 0px;
    }

    .vmp-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .card-vision {
        grid-column: 1;
        grid-row: 1;
    }

    .card-mission {
        grid-column: 1;
        grid-row: 2;
    }

    .card-purpose {
        grid-column: 1;
        grid-row: 3;
    }
}

/* ── Tablet: same 2-col layout, slightly looser ── */
@media (min-width: 641px) and (max-width: 900px) {
    .vmp-section {
        padding: 50px 24px;
    }
}



/* Card Base Style */
.vmp-card {
    border-radius: 4px;
    padding: 30px 30px 30px;
    /* Smooth Animation */
    transition: all 0.4s ease;
    /* Default Shadow */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, #d7bd44 30%, #fae790 100%);
    border-radius: 30px;

}

.vmp-card2 {
    border-radius: 4px;
    padding: 30px 30px 30px;
    /* Smooth Animation */
    transition: all 0.4s ease;
    /* Default Shadow */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, #d7bd448a 30%, #fae79000 100%);
    border-radius: 30px;
}

/* Hover Effect */
.vmp-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 8px 15px rgba(0, 0, 0, 0.08);
}

/* Optional Shimmer Effect */
.vmp-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent);
    transition: 0.7s;
}

.vmp-card:hover::before {
    left: 130%;
}

/* Heading Hover */
.vmp-card h2 {
    transition: color 0.3s ease;
}

.vmp-card:hover h2 {
    color: #7b4b1f;
}




.vmp-card2:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 8px 15px rgba(0, 0, 0, 0.08);
}

/* Optional Shimmer Effect */
.vmp-card2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent);
    transition: 0.7s;
}

.vmp-card2:hover::before {
    left: 130%;
}

/* Heading Hover */
.vmp-card2 h2 {
    transition: color 0.3s ease;
}

.vmp-card2:hover h2 {
    color: #7b4b1f;
}
