/* ============================================
   GLOBAL ABOUT PAGE SPACING FIX
============================================ */
/* ============================================
   ABOUT PAGE HEADER
============================================ */

.bl-about-page-header {
    position: relative;
    padding: clamp(70px, 8vw, 115px) 0;
    background:
        radial-gradient(circle at 18% 25%, rgba(255, 221, 0, 0.20), transparent 28%),
        radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.08), transparent 26%),
        linear-gradient(135deg, #4f050b 0%, #750912 45%, #b3141e 100%);
    overflow: hidden;
}

.bl-about-page-header::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    top: -130px;
    border-radius: 50%;
    background: rgba(255, 221, 0, 0.16);
    pointer-events: none;
}

.bl-about-page-header::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    left: -90px;
    bottom: -110px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    pointer-events: none;
}

.bl-about-page-header .container {
    position: relative;
    z-index: 2;
}

.bl-about-page-header h1 {
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.08;
    font-weight: 950;
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: -0.8px;
}

.bl-about-page-header .breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 18px;
    margin: 0;
    border-radius: 999px;
    /*background: rgba(255, 255, 255, 0.09);*/
    backdrop-filter: blur(8px);
    list-style: none;
}

.bl-about-page-header .breadcrumb-item {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    font-weight: 700;
}

.bl-about-page-header .breadcrumb-item a {
    color: #ffdd00;
    text-decoration: none;
    transition: 0.3s ease;
}

.bl-about-page-header .breadcrumb-item a:hover {
    color: #ffffff;
}

.bl-about-page-header .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.78);
}

.bl-about-page-header .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: rgba(255, 255, 255, 0.52);
    padding-right: 10px;
}

/* Mobile */
@media (max-width: 767px) {
    .bl-about-page-header {
        padding: 58px 0;
    }

    .bl-about-page-header h1 {
        font-size: 2.1rem;
        margin-bottom: 14px;
    }

    .bl-about-page-header .breadcrumb {
        padding: 8px 14px;
        gap: 7px;
    }

    .bl-about-page-header .breadcrumb-item {
        font-size: 0.86rem;
    }

    .bl-about-page-header .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 7px;
    }
}
.bl-about-page {
    overflow-x: hidden;
}

/* Better container spacing for all about sections */
.bl-about-page .container {
    width: min(100% - 40px, 1180px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Same premium vertical spacing for every section */
.bl-about-main-section,
.bl-about-cards-section,
.bl-about-mission-vision-section,
.bl-about-quality-section,
.bl-about-cta-section {
    padding-top: clamp(55px, 7vw, 90px) !important;
    padding-bottom: clamp(55px, 7vw, 90px) !important;
}

/* Gap between sections look better */
.bl-about-main-section {
    padding-bottom: clamp(45px, 5vw, 70px) !important;
}

.bl-about-cards-section {
    padding-top: clamp(35px, 5vw, 65px) !important;
}

/* Make sections feel premium */
.bl-about-main-grid,
.bl-about-quality-grid {
    gap: clamp(30px, 5vw, 60px);
}

/* Mobile side spacing */
@media (max-width: 767px) {
    .bl-about-page .container {
        width: min(100% - 28px, 100%);
    }

    .bl-about-main-section,
    .bl-about-cards-section,
    .bl-about-mission-vision-section,
    .bl-about-quality-section,
    .bl-about-cta-section {
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }
}

/* Very small mobile */
@media (max-width: 420px) {
    .bl-about-page .container {
        width: min(100% - 22px, 100%);
    }
}
/* ============================================
   ABOUT IMAGE + TEXT SECTION
============================================ */

.bl-about-main-section {
    background: #ffffff;
    overflow: hidden;
}

.bl-about-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 55px;
    align-items: center;
}

.bl-about-main-media {
    width: 100%;
}

.bl-about-image {
    position: relative;
    width: 100%;
    height: 520px;
    border-radius: 30px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.bl-about-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.02),
        rgba(0, 0, 0, 0.22)
    );
    pointer-events: none;
}

.bl-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Badge */
.bl-about-experience-badge {
    position: absolute;
    left: 26px;
    bottom: 26px;
    z-index: 2;
    min-width: 135px;
    padding: 16px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #c99a2e, #e0b64b);
    color: #ffffff;
    box-shadow: 0 16px 35px rgba(201, 154, 46, 0.35);
    text-align: center;
}

.bl-about-experience-badge strong {
    display: block;
    font-size: 0.78rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.95;
    margin-bottom: 6px;
}

.bl-about-experience-badge span {
    display: block;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 900;
}

/* Text */
.bl-about-main-content {
    width: 100%;
}

.bl-about-section-tag {
    display: inline-flex;
    align-items: center;
    color: #c99a2e;
    background: rgba(201, 154, 46, 0.13);
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

.bl-about-main-content h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.14;
    font-weight: 900;
    color: #b3141e;
    margin: 0 0 18px;
}

.bl-about-main-content h2 span {
    color: #c99a2e;
}

.bl-about-lead {
    font-size: 1.1rem;
    line-height: 1.85;
    color: #4b5563;
    margin: 0;
}


/* ============================================
   ABOUT CARDS SECTION
============================================ */

.bl-about-cards-section {
    background: #fff8ea;
}

.bl-about-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding-top: 5vh ;
}

.bl-about-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    min-height: 215px;
    padding: 30px 22px;
    border-radius: 24px;

    background: #ffffff;
    border: 1px solid rgba(201, 154, 46, 0.16);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);

    transition: all 0.28s ease;
}

.bl-about-icon-box:hover {
    transform: translateY(-7px);
    border-color: rgba(201, 154, 46, 0.38);
    box-shadow: 0 18px 38px rgba(201, 154, 46, 0.20);
}

.bl-about-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(201, 154, 46, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.bl-about-feature-icon i {
    font-size: 1.5rem;
    color: #c99a2e;
}

.bl-about-icon-box h5 {
    font-size: 1.06rem;
    font-weight: 850;
    color: #b3141e;
    margin: 0 0 8px;
}

.bl-about-icon-box p {
    font-size: 0.94rem;
    line-height: 1.55;
    color: #6b7280;
    margin: 0;
}


/* ============================================
   RESPONSIVE
============================================ */

@media (max-width: 991px) {
    .bl-about-main-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .bl-about-image {
        height: 420px;
    }

    .bl-about-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bl-about-main-grid {
        gap: 28px;
    }

    .bl-about-image {
        height: 300px;
        border-radius: 22px;
    }

    .bl-about-experience-badge {
        left: 16px;
        bottom: 16px;
        min-width: 112px;
        padding: 13px 18px;
        border-radius: 15px;
    }

    .bl-about-experience-badge span {
        font-size: 1.25rem;
    }

    .bl-about-feature-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bl-about-icon-box {
        min-height: auto;
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        padding: 20px;
    }

    .bl-about-feature-icon {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        margin-bottom: 0;
        margin-right: 15px;
    }
}
/* ============================================
   MISSION & VISION SECTION
============================================ */

.bl-about-mission-vision-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(201, 154, 46, 0.18), transparent 32%),
        linear-gradient(135deg, #fff8ea 0%, #ffffff 55%, #fff4d8 100%);
    overflow: hidden;
}

.bl-about-mission-vision-section::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -90px;
    border-radius: 50%;
    background: rgba(201, 154, 46, 0.13);
    pointer-events: none;
}

.bl-about-mission-vision-section::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: -70px;
    border-radius: 50%;
    background: rgba(11, 44, 95, 0.08);
    pointer-events: none;
}

.bl-about-mission-vision-section .container {
    position: relative;
    z-index: 2;
}

.bl-about-mv-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.bl-about-mv-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 900;
    color: #b3141e;
    margin: 0 0 14px;
}

.bl-about-mv-heading h2 span {
    color: #c99a2e;
}

.bl-about-mv-heading p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #5f6673;
}

.bl-about-mv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.bl-about-mv-card {
    position: relative;
    min-height: 310px;
    padding: 34px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(201, 154, 46, 0.18);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.28s ease;
}

.bl-about-mv-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(201, 154, 46, 0.12),
        transparent 45%
    );
    opacity: 0;
    transition: all 0.28s ease;
    pointer-events: none;
}

.bl-about-mv-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 154, 46, 0.42);
    box-shadow: 0 24px 55px rgba(201, 154, 46, 0.20);
}

.bl-about-mv-card:hover::before {
    opacity: 1;
}

.bl-about-mv-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.bl-about-icon-wrapper {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(201, 154, 46, 0.18), rgba(201, 154, 46, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl-about-icon-wrapper i {
    font-size: 2rem;
    color: #c99a2e;
}

.bl-about-mv-top span {
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 900;
    color: rgba(11, 44, 95, 0.07);
}

.bl-about-mv-card h3 {
    position: relative;
    z-index: 2;
    font-size: 1.65rem;
    font-weight: 900;
    color: #b3141e;
    margin: 0 0 14px;
}

.bl-about-mv-card p {
    position: relative;
    z-index: 2;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #5f6673;
    margin: 0;
}

.bl-about-mission-box {
    border-top: 5px solid #c99a2e;
}

.bl-about-vision-box {
    border-top: 5px solid #b3141e;
}

.bl-about-vision-box .bl-about-icon-wrapper {
    background: linear-gradient(135deg, rgba(11, 44, 95, 0.13), rgba(201, 154, 46, 0.10));
}

.bl-about-vision-box .bl-about-icon-wrapper i {
    color: #b3141e;
}

/* Responsive */
@media (max-width: 991px) {
    .bl-about-mv-grid {
        gap: 22px;
    }

    .bl-about-mv-card {
        padding: 30px;
        min-height: 290px;
    }
}

@media (max-width: 767px) {
    .bl-about-mv-heading {
        text-align: left;
        margin-bottom: 30px;
    }

    .bl-about-mv-heading p {
        margin: 0;
    }

    .bl-about-mv-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bl-about-mv-card {
        min-height: auto;
        padding: 26px 22px;
        border-radius: 22px;
    }

    .bl-about-icon-wrapper {
        width: 62px;
        height: 62px;
        border-radius: 18px;
    }

    .bl-about-icon-wrapper i {
        font-size: 1.65rem;
    }

    .bl-about-mv-top {
        margin-bottom: 22px;
    }

    .bl-about-mv-top span {
        font-size: 3rem;
    }

    .bl-about-mv-card h3 {
        font-size: 1.38rem;
    }

    .bl-about-mv-card p {
        font-size: 0.98rem;
    }
}
/* ============================================
   QUALITY SECTION
============================================ */

.bl-about-quality-section {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(201, 154, 46, 0.14), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #fff8ea 100%);
    overflow: hidden;
}

.bl-about-quality-section::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    left: -90px;
    top: 40px;
    border-radius: 50%;
    background: rgba(11, 44, 95, 0.06);
    pointer-events: none;
}

.bl-about-quality-section .container {
    position: relative;
    z-index: 2;
}

.bl-about-quality-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 55px;
    align-items: center;
}

.bl-about-quality-content {
    width: 100%;
}

.bl-about-quality-content h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.14;
    font-weight: 900;
    color: #b3141e;
    margin: 0 0 18px;
}

.bl-about-quality-content h2 span {
    color: #c99a2e;
}

.bl-about-quality-content p {
    font-size: 1.08rem;
    line-height: 1.85;
    color: #4b5563;
    margin: 0;
    max-width: 620px;
}

.bl-about-quality-list {
    display: grid;
    gap: 15px;
    margin-top: 30px;
}

.bl-about-quality-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(201, 154, 46, 0.16);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.055);
    transition: all 0.26s ease;
}

.bl-about-quality-item:hover {
    transform: translateX(7px);
    border-color: rgba(201, 154, 46, 0.38);
    box-shadow: 0 16px 35px rgba(201, 154, 46, 0.17);
}

.bl-about-quality-check {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c99a2e, #e0b64b);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(201, 154, 46, 0.28);
}

.bl-about-quality-check i {
    font-size: 0.95rem;
}

.bl-about-quality-item span {
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 700;
    color: #b3141e;
}

/* Image */
.bl-about-quality-media {
    width: 100%;
}

.bl-about-quality-image {
    position: relative;
    width: 100%;
    height: 470px;
    border-radius: 30px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.bl-about-quality-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.02),
        rgba(0, 0, 0, 0.22)
    );
    pointer-events: none;
}

.bl-about-quality-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Badge */
.bl-about-quality-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: calc(100% - 48px);
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.16);
}

.bl-about-quality-badge i {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: rgba(201, 154, 46, 0.16);
    color: #c99a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.bl-about-quality-badge strong {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    color: #b3141e;
    line-height: 1.2;
}

.bl-about-quality-badge span {
    display: block;
    font-size: 0.88rem;
    color: #6b7280;
    margin-top: 3px;
}

/* Responsive */
@media (max-width: 991px) {
    .bl-about-quality-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .bl-about-quality-image {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .bl-about-quality-grid {
        gap: 30px;
    }

    .bl-about-quality-content h2 {
        font-size: 1.85rem;
    }

    .bl-about-quality-content p {
        font-size: 1rem;
    }

    .bl-about-quality-image {
        height: 300px;
        border-radius: 22px;
    }

    .bl-about-quality-item {
        align-items: flex-start;
        padding: 16px;
        border-radius: 16px;
    }

    .bl-about-quality-item:hover {
        transform: translateY(-4px);
    }

    .bl-about-quality-badge {
        left: 16px;
        bottom: 16px;
        max-width: calc(100% - 32px);
        padding: 13px 15px;
        border-radius: 15px;
    }

    .bl-about-quality-badge i {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .bl-about-quality-badge strong {
        font-size: 0.92rem;
    }

    .bl-about-quality-badge span {
        font-size: 0.8rem;
    }
}
/* =========================================================
   ABOUT PAGE CONTENT ADDITIONS
   Scoped to .bl-about-page to avoid CSS conflicts.
========================================================= */
.bl-about-page .bl-about-why-section,
.bl-about-page .bl-about-leadership-section,
.bl-about-page .bl-about-commitment-section {
    padding: clamp(58px, 7vw, 92px) 0;
}

.bl-about-page .bl-about-why-section {
    position: relative;
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 221, 0, 0.13), transparent 26%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.bl-about-page .bl-about-why-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    align-items: center;
    gap: clamp(30px, 5vw, 62px);
}

.bl-about-page .bl-about-why-intro h2,
.bl-about-page .bl-about-leadership-heading h2,
.bl-about-page .bl-about-commitment-content h2 {
    margin: 12px 0 18px;
    color: #b3141e;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 900;
}

.bl-about-page .bl-about-why-intro h2 span,
.bl-about-page .bl-about-leadership-heading h2 span,
.bl-about-page .bl-about-commitment-content h2 span {
    color: #c99a2e;
}

.bl-about-page .bl-about-why-intro > p {
    margin: 0;
    color: #5f6673;
    font-size: 1.03rem;
    line-height: 1.85;
}

.bl-about-page .bl-about-why-stat {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 28px;
    padding: 16px 20px;
    border: 1px solid rgba(179, 20, 30, 0.12);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(100, 8, 15, 0.08);
}

.bl-about-page .bl-about-why-stat > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    color: #650810;
    background: linear-gradient(135deg, #ffdd00, #f4be28);
    font-size: 1.2rem;
}

.bl-about-page .bl-about-why-stat strong,
.bl-about-page .bl-about-why-stat span {
    display: block;
}

.bl-about-page .bl-about-why-stat strong {
    color: #650810;
    font-size: 1.35rem;
    line-height: 1.15;
    font-weight: 900;
}

.bl-about-page .bl-about-why-stat span {
    margin-top: 4px;
    color: #6c7079;
    font-size: 0.88rem;
    font-weight: 700;
}

.bl-about-page .bl-about-strengths-card {
    position: relative;
    padding: clamp(26px, 4vw, 40px);
    overflow: hidden;
    border: 1px solid rgba(255, 221, 0, 0.34);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 221, 0, 0.17), transparent 31%),
        linear-gradient(135deg, #59070d 0%, #8c0c15 58%, #b3141e 100%);
    box-shadow: 0 22px 52px rgba(100, 8, 15, 0.18);
}

.bl-about-page .bl-about-strengths-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -85px;
    width: 210px;
    height: 210px;
    border: 28px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.bl-about-page .bl-about-strengths-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(1.55rem, 3vw, 2rem);
    font-weight: 900;
}

.bl-about-page .bl-about-strengths-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 18px;
}

.bl-about-page .bl-about-strength-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.93rem;
    line-height: 1.55;
    font-weight: 600;
}

.bl-about-page .bl-about-strength-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 1px;
    border-radius: 50%;
    color: #650810;
    background: #ffdd00;
    font-size: 0.72rem;
}

/* Leadership */
.bl-about-page .bl-about-leadership-section {
    position: relative;
    background: #ffffff;
}

.bl-about-page .bl-about-leadership-heading {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.bl-about-page .bl-about-leadership-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #5f6673;
    font-size: 1.02rem;
    line-height: 1.75;
}

.bl-about-page .bl-about-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.bl-about-page .bl-about-leader-card {
    position: relative;
    height: 100%;
    padding: 34px 26px 28px;
    overflow: hidden;
    border: 1px solid rgba(179, 20, 30, 0.13);
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 221, 0, 0.12), transparent 30%),
        #ffffff;
    box-shadow: 0 16px 42px rgba(100, 8, 15, 0.09);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bl-about-page .bl-about-leader-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #650810, #b3141e, #ffdd00);
}

.bl-about-page .bl-about-leader-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 221, 0, 0.7);
    box-shadow: 0 24px 55px rgba(100, 8, 15, 0.16);
}

.bl-about-page .bl-about-leader-avatar {
    width: 138px;
    height: 138px;
    margin: 0 auto 22px;
    padding: 6px;
    border: 3px solid #ffdd00;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(100, 8, 15, 0.14);
}

.bl-about-page .bl-about-leader-avatar img,
.bl-about-page .bl-about-leader-avatar > span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.bl-about-page .bl-about-leader-avatar img {
    display: block;
    object-fit: cover;
    object-position: center top;
}

.bl-about-page .bl-about-leader-avatar > span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background:
        radial-gradient(circle at 28% 22%, rgba(255, 221, 0, 0.25), transparent 28%),
        linear-gradient(135deg, #650810, #b3141e);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.bl-about-page .bl-about-leader-content h3 {
    margin: 0 0 7px;
    color: #650810;
    font-size: 1.45rem;
    line-height: 1.25;
    font-weight: 900;
}

.bl-about-page .bl-about-leader-role {
    display: inline-block;
    min-height: 44px;
    margin-bottom: 14px;
    color: #b3141e;
    font-size: 0.88rem;
    line-height: 1.45;
    font-weight: 800;
}

.bl-about-page .bl-about-leader-content p {
    margin: 0 0 20px;
    color: #626874;
    font-size: 0.94rem;
    line-height: 1.7;
}

.bl-about-page .bl-about-leader-email {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    padding: 10px 14px;
    border-radius: 999px;
    color: #650810;
    background: #fff8d8;
    font-size: 0.78rem;
    line-height: 1.3;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.bl-about-page .bl-about-leader-email span {
    overflow-wrap: anywhere;
}

.bl-about-page .bl-about-leader-email:hover {
    color: #ffffff;
    background: #650810;
}

/* Commitment */
.bl-about-page .bl-about-commitment-section {
    padding-top: 0;
    background: #ffffff;
}

.bl-about-page .bl-about-commitment-box {
    position: relative;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: clamp(28px, 5vw, 50px);
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 20%, rgba(255, 221, 0, 0.18), transparent 28%),
        linear-gradient(135deg, #4f050b 0%, #790b13 55%, #b3141e 100%);
    box-shadow: 0 24px 58px rgba(100, 8, 15, 0.2);
}

.bl-about-page .bl-about-commitment-box::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -105px;
    width: 230px;
    height: 230px;
    border: 34px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.bl-about-page .bl-about-commitment-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.24);
    border-radius: 28px;
    color: #650810;
    background: linear-gradient(135deg, #ffdd00, #f2ba20);
    font-size: 2.3rem;
    transform: rotate(-4deg);
}

.bl-about-page .bl-about-commitment-content {
    position: relative;
    z-index: 1;
}

.bl-about-page .bl-about-commitment-content .bl-about-section-tag {
    color: #ffdd00;
}

.bl-about-page .bl-about-commitment-content h2 {
    color: #ffffff;
}

.bl-about-page .bl-about-commitment-content h2 span {
    color: #ffdd00;
}

.bl-about-page .bl-about-commitment-content p {
    max-width: 940px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.82;
}

@media (max-width: 991px) {
    .bl-about-page .bl-about-why-grid {
        grid-template-columns: 1fr;
    }

    .bl-about-page .bl-about-leadership-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bl-about-page .bl-about-leader-card:last-child {
        grid-column: 1 / -1;
        width: min(100%, 540px);
        justify-self: center;
    }
}

@media (max-width: 767px) {
    .bl-about-page .bl-about-why-section,
    .bl-about-page .bl-about-leadership-section,
    .bl-about-page .bl-about-commitment-section {
        padding: 46px 0;
    }

    .bl-about-page .bl-about-strengths-list,
    .bl-about-page .bl-about-leadership-grid {
        grid-template-columns: 1fr;
    }

    .bl-about-page .bl-about-leadership-heading {
        margin-bottom: 30px;
        text-align: left;
    }

    .bl-about-page .bl-about-leadership-heading p {
        margin-left: 0;
    }

    .bl-about-page .bl-about-leader-card:last-child {
        grid-column: auto;
        width: 100%;
    }

    .bl-about-page .bl-about-commitment-section {
        padding-top: 0;
    }

    .bl-about-page .bl-about-commitment-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bl-about-page .bl-about-commitment-icon {
        width: 78px;
        height: 78px;
        border-radius: 22px;
        font-size: 1.8rem;
    }
}

@media (max-width: 420px) {
    .bl-about-page .bl-about-why-stat {
        width: 100%;
        padding: 14px;
    }

    .bl-about-page .bl-about-strengths-card,
    .bl-about-page .bl-about-leader-card {
        border-radius: 22px;
    }

    .bl-about-page .bl-about-leader-card {
        padding-left: 20px;
        padding-right: 20px;
    }
}
