﻿/* ==========================================================
   MISSION & VISION PAGE
========================================================== */


/* ==========================================================
   INTRODUCTION
========================================================== */

.mv-intro-section {

    padding: 80px 0 50px;

    background: #ffffff;
}


.mv-intro {

    max-width: 820px;

    margin: 0 auto;

    text-align: center;
}


.mv-intro-label {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    color: var(--primary);

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.8px;

    margin-bottom: 15px;
}


.mv-intro-label span {

    width: 32px;

    height: 3px;

    border-radius: 5px;

    background: var(--yellow);
}


.mv-intro h2 {

    color: var(--primary-dark);

    font-family: "Playfair Display", serif;

    font-size: clamp(38px, 4vw, 52px);

    line-height: 1.15;

    font-weight: 800;

    margin-bottom: 18px;
}


.mv-intro h2 span {

    color: var(--primary);
}


.mv-intro p {

    color: #657384;

    font-size: 16px;

    line-height: 1.85;

    margin: 0;
}


/* ==========================================================
   MISSION / VISION SECTION
========================================================== */

.mission-vision-section {

    padding: 45px 0 100px;

    background: #f5f9fc;
}


/* ==========================================================
   MAIN CARD
========================================================== */

.mv-card {

    position: relative;

    height: 100%;

    padding: 38px 38px 30px;

    background: #ffffff;

    border: 1px solid #e1e8ef;

    border-radius: 10px;

    overflow: hidden;

    box-shadow:
        0 10px 35px rgba(20,45,80,.07);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.mv-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 18px 45px rgba(20,45,80,.12);
}


/* ==========================================================
   TOP ACCENT
========================================================== */

.mission-card {

    border-top: 5px solid var(--primary);
}


.vision-card {

    border-top: 5px solid var(--yellow);
}


/* ==========================================================
   CARD TOP
========================================================== */

.mv-card-top {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 30px;
}


.mv-icon {

    width: 65px;

    height: 65px;

    min-width: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    background: var(--primary);

    color: #ffffff;

    font-size: 27px;

    box-shadow:
        0 7px 18px rgba(18,63,140,.18);
}


.vision-card .mv-icon {

    background: var(--yellow);

    color: var(--dark);

    box-shadow:
        0 7px 18px rgba(245,180,0,.18);
}


/* ==========================================================
   LABEL
========================================================== */

.mv-label {

    color: var(--primary);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.7px;

    margin-bottom: 4px;
}


.vision-card .mv-label {

    color: #a97700;
}


/* ==========================================================
   CARD TITLE
========================================================== */

.mv-card-top h2 {

    color: var(--primary-dark);

    font-family: "Playfair Display", serif;

    font-size: 27px;

    line-height: 1.2;

    font-weight: 800;

    margin: 0;
}


/* ==========================================================
   WATERMARK NUMBER
========================================================== */

.mv-watermark {

    position: absolute;

    right: -8px;

    top: 45px;

    color: rgba(18,63,140,.045);

    font-size: 150px;

    font-weight: 900;

    line-height: 1;

    pointer-events: none;
}


.vision-card .mv-watermark {

    color: rgba(245,180,0,.08);
}


/* ==========================================================
   CONTENT
========================================================== */

.mv-content {

    position: relative;

    z-index: 2;
}


.mv-content p {

    color: #637183;

    font-size: 15px;

    line-height: 1.85;

    margin-bottom: 16px;
}


.mv-content p:last-child {

    margin-bottom: 0;
}


/* ==========================================================
   FOOTER TAGS
========================================================== */

.mv-card-footer {

    position: relative;

    z-index: 2;

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    padding-top: 25px;

    margin-top: 25px;

    border-top: 1px solid #e7edf2;
}


.mv-card-footer span {

    padding: 7px 12px;

    border-radius: 4px;

    background: #eef5fb;

    color: var(--primary);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .5px;
}


.vision-card .mv-card-footer span {

    background: #fff8df;

    color: #977000;
}


/* ==========================================================
   CORE BELIEF
========================================================== */

.mv-belief-section {

    padding: 75px 0;

    background: #ffffff;
}


.mv-belief {

    display: flex;

    align-items: center;

    gap: 30px;

    padding: 35px 40px;

    background:
        linear-gradient(
            135deg,
            #092f61,
            #164f92
        );

    border-radius: 10px;

    box-shadow:
        0 12px 35px rgba(18,63,140,.12);

    overflow: hidden;

    position: relative;
}


.mv-belief::after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    border-radius: 50%;

    right: -80px;

    top: -120px;

    background: rgba(255,255,255,.05);
}


.mv-belief-icon {

    position: relative;

    z-index: 2;

    width: 72px;

    height: 72px;

    min-width: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--yellow);

    color: var(--dark);

    font-size: 29px;
}


.mv-belief-content {

    position: relative;

    z-index: 2;
}


.mv-belief-label {

    color: var(--yellow);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.8px;

    margin-bottom: 6px;
}


.mv-belief-content h2 {

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: 30px;

    line-height: 1.25;

    font-weight: 800;

    margin-bottom: 10px;
}


.mv-belief-content h2 span {

    color: var(--yellow);
}


.mv-belief-content p {

    color: rgba(255,255,255,.78);

    font-size: 14px;

    line-height: 1.7;

    max-width: 850px;

    margin: 0;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .mv-intro-section {

        padding-top: 65px;
    }

    .mission-vision-section {

        padding-bottom: 75px;
    }

    .mv-card {

        padding: 32px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .mv-intro-section {

        padding: 55px 0 35px;
    }

    .mission-vision-section {

        padding: 35px 0 60px;
    }

    .mv-card {

        padding: 28px 23px 25px;
    }

    .mv-card-top {

        gap: 13px;

        margin-bottom: 25px;
    }

    .mv-icon {

        width: 55px;

        height: 55px;

        min-width: 55px;

        font-size: 22px;
    }

    .mv-card-top h2 {

        font-size: 23px;
    }

    .mv-content p {

        font-size: 14px;

        line-height: 1.75;
    }

    .mv-belief {

        flex-direction: column;

        align-items: flex-start;

        padding: 28px 23px;
    }

    .mv-belief-content h2 {

        font-size: 26px;
    }

}