/* =========================================================
   ABOUT PAGE - NAVBAR / LOGO
   ========================================================= */

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e8edf3;
}

.navbar-container {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================
   LOGO / BRAND
   ========================= */

.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    flex-shrink: 0;
}

.brand-mark {
    width: 50px;
    height: 50px;

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

    border-radius: 13px;

    background: #1763ad;
    color: #ffffff;

    font-size: 20px;
    font-weight: 700;
    line-height: 1;

    font-family: "DM Sans", sans-serif;
}

.brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-name {
    display: block;

    color: #173d69;

    font-family: "Playfair Display", serif;

    font-size: 24px;
    font-weight: 700;

    line-height: 1.1;
}

.brand-tagline {
    display: block;

    margin-top: 4px;

    color: #7b8999;

    font-family: "DM Sans", sans-serif;

    font-size: 10px;
    font-weight: 500;

    letter-spacing: 1.5px;

    line-height: 1;
}


/* =========================
   NAVIGATION
   ========================= */

.nav-menu {
    display: flex;
    align-items: center;
    gap: 34px;
}

.nav-link {
    position: relative;

    padding: 34px 0;

    color: #1e293b;

    font-family: "DM Sans", sans-serif;

    font-size: 16px;
    font-weight: 600;

    text-decoration: none;

    transition: color 0.25s ease;
}

.nav-link:hover {
    color: #1763ad;
}


/* ACTIVE LINK */

.nav-link.active {
    color: #1763ad;
}

.nav-link.active::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 19px;

    height: 2px;

    background: #f2a51a;

    border-radius: 10px;
}


/* =========================
   MOBILE MENU BUTTON
   ========================= */

.menu-toggle {
    display: none;

    width: 44px;
    height: 44px;

    align-items: center;
    justify-content: center;

    border: 1px solid #dce5ee;
    border-radius: 10px;

    background: #ffffff;

    color: #1763ad;

    font-size: 22px;

    cursor: pointer;
}


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

@media (max-width: 1150px) {

    .nav-menu {
        gap: 22px;
    }

    .nav-link {
        font-size: 14px;
    }

}


@media (max-width: 1000px) {

    .navbar-container {
        min-height: 80px;
    }

    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;

        top: 80px;
        left: 0;
        right: 0;

        display: none;

        flex-direction: column;
        align-items: stretch;

        gap: 0;

        padding: 12px 25px 20px;

        background: #ffffff;

        border-bottom: 1px solid #e8edf3;

        box-shadow: 0 15px 30px rgba(20, 50, 80, 0.08);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-link {
        padding: 14px 5px;

        font-size: 15px;
    }

    .nav-link.active::after {
        display: none;
    }

}


@media (max-width: 600px) {

    .brand-mark {
        width: 44px;
        height: 44px;

        font-size: 18px;

        border-radius: 11px;
    }

    .brand-name {
        font-size: 20px;
    }

    .brand-tagline {
        font-size: 8px;
        letter-spacing: 1.1px;
    }

}

/* =========================================================
   KARUNA PREM
   ABOUT PAGE
   ========================================================= */


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

.about-hero {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8, 43, 78, 0.88),
            rgba(8, 43, 78, 0.55),
            rgba(8, 43, 78, 0.18)
        ),
        url("../images/about-hero.jpg")
        center center / cover no-repeat;

}


.about-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(5, 34, 62, 0.08),
            rgba(5, 34, 62, 0.22)
        );

}


.about-hero .container {

    position: relative;

    z-index: 2;

}


.about-hero-content {

    max-width: 760px;

    padding: 80px 0;

}


.about-hero-tag {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 25px;

    padding: 9px 16px;

    border-radius: 30px;

    background: rgba(255, 255, 255, 0.14);

    border: 1px solid rgba(255, 255, 255, 0.25);

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.4px;

}


.about-hero-tag span {

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #f4a62a;

}


.about-hero h1 {

    margin: 0 0 25px;

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: clamp(44px, 6vw, 72px);

    line-height: 1.08;

    font-weight: 600;

    letter-spacing: -1.5px;

}


.about-hero p {

    max-width: 650px;

    margin: 0;

    color: rgba(255, 255, 255, 0.9);

    font-size: 18px;

    line-height: 1.8;

}



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

.mission-vision {

    background: #f5f8fc;

}


.mission-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 28px;

    margin-top: 55px;

}


.mission-card {

    position: relative;

    min-height: 360px;

    padding: 45px;

    overflow: hidden;

    border-radius: 24px;

}


.mission-card-blue {

    background: #eaf3fc;

}


.mission-card-orange {

    background: #fff3e2;

}


.mission-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 30px;

    border-radius: 15px;

    background: #1763ad;

    color: #ffffff;

    font-size: 23px;

}


.mission-card-orange .mission-icon {

    background: #e59a20;

}


.mission-label {

    display: block;

    margin-bottom: 12px;

    color: #1763ad;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


.mission-card-orange .mission-label {

    color: #c77b05;

}


.mission-card h3 {

    max-width: 550px;

    margin: 0 0 18px;

    color: #1c2b3d;

    font-family: "Playfair Display", serif;

    font-size: 31px;

    line-height: 1.2;

}


.mission-card p {

    max-width: 570px;

    margin: 0;

    color: #63778e;

    font-size: 15px;

    line-height: 1.8;

}


.mission-number {

    position: absolute;

    right: 35px;

    bottom: 20px;

    color: rgba(23, 99, 173, 0.08);

    font-family: "Playfair Display", serif;

    font-size: 110px;

    font-weight: 700;

    line-height: 1;

}


.mission-card-orange .mission-number {

    color: rgba(229, 154, 32, 0.1);

}



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

.values-section {

    background: #ffffff;

}


.values-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;

    margin-top: 55px;

}


.value-card {

    padding: 32px;

    border: 1px solid #e7edf4;

    border-radius: 18px;

    background: #ffffff;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}


.value-card:hover {

    transform: translateY(-6px);

    border-color: #d5e5f5;

    box-shadow:
        0 18px 45px rgba(25, 63, 98, 0.09);

}


.value-icon {

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    border-radius: 13px;

    background: #eaf3fc;

    color: #1763ad;

    font-size: 20px;

}


.value-card h3 {

    margin: 0 0 10px;

    color: #1e2d40;

    font-size: 19px;

}


.value-card p {

    margin: 0;

    color: #6c7e92;

    font-size: 14px;

    line-height: 1.75;

}

/* =========================================================
   LEADERSHIP
   ========================================================= */

.leadership-section {

    background: #ffffff;

}


.leadership-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

    margin-top: 55px;

}


.leader-card {

    overflow: hidden;

    border: 1px solid #e5ebf2;

    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 12px 35px rgba(20, 50, 80, 0.05);

}

/* .leader-card:last-child {
    grid-column: 2;
} */


/* =========================
   LEADERSHIP IMAGE
   ========================= */

.leader-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #edf3f9;
}

.leader-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: contain;
    object-position: center;

    background: #edf3f9;

    transition: transform 0.5s ease;
}

.leader-card:hover .leader-image img {
    transform: scale(1.02);
}


.leader-info {

    padding: 25px;

}


.leader-info > span {

    display: block;

    margin-bottom: 8px;

    color: #1763ad;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.4px;

}


.leader-info h3 {

    margin: 0 0 10px;

    color: #1e2d40;

    font-family: "Playfair Display", serif;

    font-size: 24px;

}


.leader-info p {

    margin: 0;

    color: #6b7d91;

    font-size: 14px;

    line-height: 1.7;

}




@media (max-width: 900px) {

    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .leader-image {
        height: 210px;
    }

    .leader-info {
        padding: 22px;
    }

    .leader-info h3 {
        font-size: 22px;
    }

}

@media (max-width: 700px) {

    .leadership-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .leader-image {
        height: 240px;
    }

    .leader-image img {
        object-fit: contain;
    }

    .leader-info {
        padding: 22px;
    }

    .leader-info h3 {
        font-size: 22px;
    }

    .leader-info p {
        font-size: 14px;
    }

}

@media (max-width: 480px) {

    .leadership-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .leader-image {
        height: 220px;
    }

    .leader-info {
        padding: 20px;
    }

    .leader-info h3 {
        font-size: 21px;
    }

}


/* =========================================================
   ORGANIZATION STRUCTURE
   ========================================================= */

.structure-section {

    background: #f5f8fc;

}


.structure-wrapper {

    max-width: 1050px;

    margin: 60px auto 0;

    text-align: center;

}


.structure-level {

    display: flex;

    justify-content: center;

    gap: 20px;

}


.structure-box {

    min-width: 190px;

    padding: 22px 25px;

    border: 1px solid #dce6f0;

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(20, 55, 90, 0.05);

}


.structure-box i {

    display: block;

    margin-bottom: 10px;

    color: #1763ad;

    font-size: 22px;

}


.structure-box span {

    color: #25384d;

    font-size: 14px;

    font-weight: 600;

    line-height: 1.5;

}


.structure-box.primary {

    min-width: 250px;

    background: #1763ad;

    border-color: #1763ad;

}


.structure-box.primary i,

.structure-box.primary span {

    color: #ffffff;

}


.structure-line {

    width: 2px;

    height: 35px;

    margin: 0 auto;

    background: #cddbe8;

}



/* =========================================================
   REGISTRATIONS
   ========================================================= */

.registrations-section {

    background: #ffffff;

}


.registrations-wrapper {

    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 70px;

    align-items: center;

}


.registrations-content .section-title {

    margin-bottom: 20px;

}


.registrations-content > p {

    max-width: 560px;

    margin: 0 0 28px;

    color: #687b90;

    font-size: 15px;

    line-height: 1.8;

}


.registration-cards {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;

}


.registration-card {

    padding: 28px;

    border: 1px solid #e4ebf3;

    border-radius: 18px;

    background: #ffffff;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


.registration-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 15px 35px rgba(20, 55, 90, 0.08);

}


.registration-icon {

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 17px;

    border-radius: 12px;

    background: #eaf3fc;

    color: #1763ad;

}


.registration-card h3 {

    margin: 0 0 7px;

    color: #223347;

    font-size: 16px;

}


.registration-card p {

    margin: 0;

    color: #74859a;

    font-size: 12px;

    line-height: 1.5;

}



/* =========================================================
   CTA
   ========================================================= */

.about-cta {

    padding: 75px 0;

    background: #1763ad;

}


.about-cta-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;

}


.about-cta-tag {

    display: block;

    margin-bottom: 12px;

    color: #f6b34a;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


.about-cta h2 {

    max-width: 700px;

    margin: 0 0 15px;

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.15;

}


.about-cta p {

    max-width: 650px;

    margin: 0;

    color: rgba(255, 255, 255, 0.82);

    font-size: 15px;

    line-height: 1.8;

}


.btn-light {

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 14px 23px;

    border-radius: 9px;

    background: #ffffff;

    color: #1763ad;

    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


.btn-light:hover {

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.15);

}



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

@media (max-width: 1100px) {

    .story-grid {

        gap: 55px;

    }


    .registrations-wrapper {

        gap: 45px;

    }

}



@media (max-width: 900px) {

    .about-hero {

        min-height: 450px;

    }


    .story-grid {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .story-image-wrapper {

        max-width: 650px;

        margin: 0 auto;

        width: 100%;

    }


    .mission-grid {

        grid-template-columns: 1fr;

    }


    .values-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .leadership-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .registrations-wrapper {

        grid-template-columns: 1fr;

    }


    .about-cta-inner {

        align-items: flex-start;

        flex-direction: column;

    }

}



@media (max-width: 700px) {

    .about-hero-content {

        padding: 65px 0;

    }


    .about-hero h1 {

        font-size: 43px;

    }


    .about-hero p {

        font-size: 16px;

    }


    .story-main-image {

        height: 430px;

    }


    .story-highlights {

        grid-template-columns: 1fr;

    }


    .values-grid {

        grid-template-columns: 1fr;

    }


    .leadership-grid {

        grid-template-columns: 1fr;

    }


    .registration-cards {

        grid-template-columns: 1fr;

    }


    .structure-level {

        flex-direction: column;

        align-items: center;

    }


    .structure-box {

        width: 100%;

        max-width: 300px;

    }


    .timeline {

        padding-left: 55px;

    }


    .timeline::before {

        left: 20px;

        transform: none;

    }


    .timeline-item {

        display: block;

        min-height: auto;

        padding: 0 0 45px;

    }


    .timeline-year {

        left: -35px;

        top: 0;

        transform: none;

        width: 42px;

        height: 42px;

    }


    .timeline-item:nth-child(odd)
    .timeline-content,

    .timeline-item:nth-child(even)
    .timeline-content {

        padding: 0;

        text-align: left;

    }


    .timeline-item:nth-child(odd)
    .timeline-content p {

        margin-left: 0;

    }


    .about-cta {

        padding: 60px 0;

    }

}



@media (max-width: 480px) {

    .about-hero {

        min-height: 420px;

    }


    .about-hero h1 {

        font-size: 38px;

    }


    .story-image-wrapper {

        padding-right: 20px;

        padding-bottom: 35px;

    }


    .story-main-image {

        height: 360px;

        border-radius: 18px;

    }


    .story-experience-card {

        width: 145px;

        padding: 20px 15px;

    }


    .story-experience-card strong {

        font-size: 30px;

    }


    .mission-card {

        padding: 30px;

        min-height: auto;

    }


    .mission-card h3 {

        font-size: 27px;

    }


    .registration-card {

        padding: 24px;

    }

}














/* =========================================================
   ABOUT STORY
========================================================= */

.about-story {
    background: #ffffff;
}

.about-story-content {
    max-width: 900px;
    margin: 45px auto 0;
}

.about-story-content p {
    margin: 0 0 22px;
    color: #687b90;
    font-size: 16px;
    line-height: 1.9;
}

.about-story-content strong {
    color: #1d426c;
}

.about-story-content em {
    color: #1763ad;
}

.about-highlight {
    margin: 35px 0 !important;
    padding: 28px 35px;
    border-left: 4px solid #f5b248;
    background: #f5f8fc;
    color: #1d426c !important;
    font-family: "Playfair Display", serif;
    font-size: 23px !important;
    line-height: 1.5 !important;
}


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

.belief-section {
    background: #f5f8fc;
}


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

.belief-heading {
    max-width: 850px;
    margin: 0 auto 55px;

    text-align: center;
}


/* VALUES — INTRO */

.belief-heading .section-tag {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    color: #1763ad;
}


/* MAIN HEADING */

.belief-heading .section-title {
    margin-bottom: 22px;
}


/* INTRO PARAGRAPHS */

.belief-heading p {
    max-width: 760px;

    margin: 0 auto 12px;

    color: #687b90;

    font-size: 16px;
    line-height: 1.8;
}

.belief-heading p:last-child {
    margin-bottom: 0;
}


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

.belief-content {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;

    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================================
   VALUE CARD
========================================================= */

.belief-item {

    min-height: 250px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 35px 30px;

    border: 1px solid #dfe7ef;

    border-radius: 16px;

    background: #ffffff;

    text-align: center;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* HOVER */

.belief-item:hover {

    transform: translateY(-5px);

    border-color: #d3e2ef;

    box-shadow:
        0 15px 35px rgba(20, 55, 90, 0.09);
}


/* =========================================================
   NUMBER
========================================================= */

.belief-number {

    display: block;

    margin-bottom: 14px;

    color: #f5b248;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


/* =========================================================
   VALUE TITLE
========================================================= */

.belief-item h3 {

    margin: 0 0 14px;

    color: #1d426c;

    font-family:
        "Playfair Display",
        serif;

    font-size: 24px;

    line-height: 1.25;

    font-weight: 600;
}


/* =========================================================
   VALUE DESCRIPTION
========================================================= */

.belief-item p {

    max-width: 300px;

    margin: 0;

    color: #687b90;

    font-family:
        "DM Sans",
        sans-serif;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .belief-content {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 20px;
    }


    .belief-heading {

        max-width: 700px;

        margin-bottom: 45px;
    }


    .belief-item {

        min-height: 230px;

        padding: 30px 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .belief-heading {

        margin-bottom: 35px;
    }


    .belief-heading .section-title {

        font-size: 34px;
    }


    .belief-heading p {

        font-size: 15px;

        line-height: 1.75;
    }


    .belief-content {

        grid-template-columns: 1fr;

        gap: 18px;
    }


    .belief-item {

        min-height: auto;

        padding: 30px 25px;
    }


    .belief-item h3 {

        font-size: 22px;
    }


    .belief-item p {

        font-size: 14px;
    }

}


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

.about-vision-mission {
    padding: 100px 0;
    background: #f5f8fc;
}


.vision-mission-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 30px;

    align-items: stretch;

}


/* =========================================================
   COMMON CARD
========================================================= */

.vision-mission-card {

    position: relative;

    min-height: 360px;

    padding: 48px 45px;

    border-radius: 22px;

    overflow: hidden;

    box-shadow:
        0 12px 35px
        rgba(30, 55, 80, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


.vision-mission-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 18px 40px
        rgba(30, 55, 80, 0.11);

}


/* =========================================================
   VISION
   Soft blue
========================================================= */

.vision-mission-card:first-child {

    background:
        linear-gradient(
            135deg,
            #edf5fb,
            #e4f0f8
        );

    border:
        1px solid #d5e5f0;

}


/* subtle decoration */

.vision-mission-card:first-child::after {

    content: "";

    position: absolute;

    width: 190px;
    height: 190px;

    right: -80px;
    bottom: -90px;

    border-radius: 50%;

    background:
        rgba(23, 99, 173, 0.07);

    pointer-events: none;

}


/* =========================================================
   MISSION
   Soft warm cream
========================================================= */

.vision-mission-card:last-child {

    background:
        linear-gradient(
            135deg,
            #faf7f1,
            #f4eee4
        );

    border:
        1px solid #e8dfd1;

}


/* subtle decoration */

.vision-mission-card:last-child::after {

    content: "";

    position: absolute;

    width: 190px;
    height: 190px;

    right: -80px;
    bottom: -90px;

    border-radius: 50%;

    background:
        rgba(115, 91, 61, 0.06);

    pointer-events: none;

}


/* =========================================================
   TAG
========================================================= */

.vision-mission-card .section-tag {

    position: relative;

    z-index: 2;

    display: inline-block;

    margin-bottom: 16px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


/* Vision tag */

.vision-mission-card:first-child .section-tag {

    color: #1763ad;

}


/* Mission tag */

.vision-mission-card:last-child .section-tag {

    color: #7a654d;

}


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

.vision-mission-card h2 {

    position: relative;

    z-index: 2;

    margin: 0 0 20px;

    color: #24364a;

    font-family:
        "Playfair Display",
        serif;

    font-size: 30px;

    line-height: 1.25;

    font-weight: 600;

}


/* =========================================================
   TEXT
========================================================= */

.vision-mission-card p {

    position: relative;

    z-index: 2;

    margin: 0 0 18px;

    color: #5f7183;

    font-size: 15px;

    line-height: 1.8;

}


/* =========================================================
   VISION HIGHLIGHT
========================================================= */

.vision-highlight {

    margin-top: auto !important;

    padding-top: 18px;

    border-top:
        1px solid
        rgba(23, 99, 173, 0.16);

    color: #1763ad !important;

    font-weight: 700;

}


/* =========================================================
   MISSION POINTS
========================================================= */

.mission-points {

    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    gap: 12px;

    margin-top: 10px;

}


.mission-points span {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #5f7183;

    font-size: 14px;

    font-weight: 600;

}


.mission-points span::before {

    content: "✓";

    width: 24px;

    height: 24px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #e2ebf3;

    color: #1763ad;

    font-size: 12px;

    font-weight: 700;

}


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

@media (max-width: 800px) {

    .about-vision-mission {

        padding: 70px 0;

    }


    .vision-mission-grid {

        grid-template-columns: 1fr;

        gap: 25px;

    }


    .vision-mission-card {

        min-height: auto;

        padding: 38px 32px;

    }


    .vision-mission-card h2 {

        font-size: 28px;

    }

}


@media (max-width: 500px) {

    .vision-mission-card {

        padding: 32px 25px;

        border-radius: 18px;

    }


    .vision-mission-card h2 {

        font-size: 25px;

    }


    .vision-mission-card p {

        font-size: 14px;

    }

}









/* =========================================================
   ABOUT STORY — REFINED STYLE
========================================================= */

.about-story {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}


/* subtle background decoration */

.about-story::before {
    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    left: -180px;
    top: 80px;

    border-radius: 50%;

    background: #f1f6fb;

    pointer-events: none;
}


/* content container */

.about-story .container {
    position: relative;
    z-index: 1;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.about-story .section-heading {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}


/* small label */

.about-story .section-tag {
    color: #1763ad;
}


/* =========================================================
   STORY CONTENT
========================================================= */

.about-story-content {
    max-width: 1150px;
    margin: 0 auto;
    padding: 45px 40px;

    background: #f7fafd;

    border: 1px solid #e5edf5;
    border-radius: 20px;

    box-shadow:
        0 10px 35px rgba(30, 60, 90, 0.05);
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.about-story-content p {

    margin: 0 0 25px;

    color: #58708a;

    font-size: 16px;
    line-height: 1.9;

    text-align: left;

}


.about-story-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   OPENING PARAGRAPH
========================================================= */

.about-story-content p:first-child {

    position: relative;

    padding-left: 24px;

}


.about-story-content p:first-child::before {

    content: "";

    position: absolute;

    left: 0;

    top: 5px;

    width: 4px;

    height: calc(100% - 10px);

    border-radius: 5px;

    background: #1763ad;

}


/* =========================================================
   EMPHASIS
========================================================= */

.about-story-content strong {

    color: #183b61;

    font-weight: 700;

}


.about-story-content em {

    color: #1763ad;

}


/* =========================================================
   "WHEN COMPASSION MEETS ACTION"
========================================================= */

.about-story-content p:nth-child(2) {

    padding: 20px 25px;

    margin: 32px 0;

    background: #ffffff;

    border-radius: 12px;

    border-left: 3px solid #1763ad;

    color: #245985;

    font-family: "Playfair Display", serif;

    font-size: 18px;

    line-height: 1.7;

}


/* =========================================================
   HEALTH + EDUCATION HIGHLIGHT
========================================================= */

.about-highlight {

    margin: 35px 0 !important;

    padding: 28px 35px !important;

    background:
        linear-gradient(
            135deg,
            #edf5fb,
            #f4f8fc
        );

    border-left: 4px solid #1763ad;

    border-radius: 12px;

    color: #173d63 !important;

    font-family:
        "Playfair Display",
        serif;

    font-size: 21px !important;

    line-height: 1.6 !important;

}


/* remove old extra decoration if present */

.about-highlight::before {
    display: none;
}


/* =========================================================
   FINAL PARAGRAPH
========================================================= */

.about-story-content p:last-child {

    padding-top: 10px;

    color: #536b83;

}


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

@media (max-width: 768px) {

    .about-story-content {

        padding: 35px 30px;

        border-radius: 16px;

    }


    .about-story-content p {

        font-size: 15px;

        line-height: 1.8;

    }


    .about-story-content p:nth-child(2) {

        font-size: 17px;

        padding: 18px 20px;

    }


    .about-highlight {

        font-size: 19px !important;

        padding: 23px 25px !important;

    }

}


@media (max-width: 500px) {

    .about-story-content {

        padding: 28px 22px;

    }


    .about-story-content p {

        font-size: 14px;

    }


    .about-story-content p:nth-child(2) {

        font-size: 16px;

    }


    .about-highlight {

        font-size: 18px !important;

        padding: 20px !important;

    }

}