/* =========================================================
   EARNING STREET - ABOUT PAGE STYLES
   Load after style.css and mobile-enhance.css
========================================================= */


/* ---- shared heading helper (left aligned variant) ---- */

.section-heading.left {
    justify-content: flex-start;
}


/* =========================================================
   ABOUT BANNER
========================================================= */

.about-banner {
    background: linear-gradient(120deg, #061542 0%, #07194c 55%, #0a2964 100%);
    border-bottom: 3px solid #f5b400;
    padding: 46px 0;
    position: relative;
    overflow: hidden;
}

    .about-banner::after {
        content: "₹";
        position: absolute;
        right: 4%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 220px;
        font-weight: 900;
        color: rgba(245, 194, 26, .07);
        line-height: 1;
        pointer-events: none;
    }

.about-banner-inner {
    max-width: 760px;
    position: relative;
    z-index: 2;
}

.about-eyebrow {
    display: inline-block;
    color: #f5c21a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.about-banner h1 {
    color: #ffffff;
    font-size: clamp(30px, 4.5vw, 50px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 14px;
}

    .about-banner h1 span {
        display: block;
        color: #f5c21a;
    }

.about-banner p {
    color: #dbe3f5;
    font-size: clamp(14px, 1.4vw, 17px);
    line-height: 1.6;
    max-width: 640px;
    margin-bottom: 18px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: #aebbd8;
}

    .breadcrumb a {
        color: #dbe3f5;
    }

        .breadcrumb a:hover {
            color: #f5c21a;
        }

    .breadcrumb span {
        color: #f5b400;
    }

    .breadcrumb strong {
        color: #ffffff;
        font-weight: 700;
    }


/* =========================================================
   WHO WE ARE / INTRO
========================================================= */

.about-intro {
    background: #ffffff;
    padding: 46px 0;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: center;
}

.about-intro-image {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dce4ef;
    background: #f5f9ff;
    box-shadow: 0 8px 26px rgba(7, 25, 76, .10);
}

    .about-intro-image img {
        width: 100%;
        height: auto;
        display: block;
    }

.about-intro-content .section-heading {
    margin-bottom: 16px;
}

    .about-intro-content .section-heading h2 {
        font-size: 26px;
        text-align: left;
    }

.about-intro-content > p {
    color: #33415f;
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 14px;
}

    .about-intro-content > p strong {
        color: #07194c;
    }


/* highlights */

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 22px 0 26px;
}

.about-highlight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ah-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: #16843a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    margin-top: 2px;
}

.about-highlight strong {
    display: block;
    color: #07194c;
    font-size: 15px;
    line-height: 1.3;
}

.about-highlight small {
    display: block;
    color: #5a6884;
    font-size: 13px;
    margin-top: 2px;
}


/* CTA button */

.about-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 26px;
    border-radius: 30px;
    background: #07194c;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(7, 25, 76, .18);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .about-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 9px 22px rgba(7, 25, 76, .24);
    }

    .about-cta-btn span {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f5b400;
        color: #07194c;
        font-size: 12px;
    }


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

.mv-section {
    background: linear-gradient(135deg, #f7fbff, #ffffff, #f6fff8);
    padding: 46px 0;
}

    .mv-section .section-heading {
        margin-bottom: 28px;
    }

        .mv-section .section-heading h2 {
            font-size: 26px;
        }

.mv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.mv-card {
    background: #ffffff;
    border: 1px solid #dce4ef;
    border-radius: 16px;
    padding: 30px 28px;
    box-shadow: 0 4px 14px rgba(7, 25, 76, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .mv-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 26px rgba(7, 25, 76, .13);
    }

.mv-icon {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 16px;
}

.mission-icon {
    background: #e8f1fc;
}

.vision-icon {
    background: #e9f7ee;
}

.mv-card h3 {
    color: #07194c;
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 10px;
}

.mv-card p {
    color: #44516a;
    font-size: 15px;
    line-height: 1.65;
}


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

.about-values {
    background: #ffffff;
    padding: 46px 0;
}

    .about-values .section-heading {
        margin-bottom: 28px;
    }

        .about-values .section-heading h2 {
            font-size: 26px;
        }

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

.av-item {
    text-align: center;
    background: #ffffff;
    border: 1px solid #dce4ef;
    border-radius: 14px;
    padding: 26px 20px;
    box-shadow: 0 3px 12px rgba(7, 25, 76, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .av-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 22px rgba(7, 25, 76, .12);
    }

.av-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f5f9ff, #eaf1fb);
    border: 1px solid #dce7f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.av-item h3 {
    color: #07194c;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 8px;
}

.av-item p {
    color: #4b5871;
    font-size: 13.5px;
    line-height: 1.55;
    max-width: 240px;
    margin: 0 auto;
}


/* =========================================================
   STATS + CTA SPACING
========================================================= */

.about-stats {
    padding: 20px 0 46px;
}

    .about-stats .statistics-bar {
        border-radius: 14px;
        min-height: 92px;
    }

    .about-stats .stat-item {
        justify-content: center;
    }

.contact-cta {
    padding: 34px 0;
}


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

@media (max-width: 900px) {

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .about-intro-image {
        max-width: 520px;
        margin: 0 auto;
    }

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


@media (max-width: 768px) {

    .about-banner {
        padding: 36px 0;
    }

        .about-banner::after {
            font-size: 150px;
            opacity: .6;
        }

    .about-intro,
    .mv-section,
    .about-values {
        padding: 34px 0;
    }

    .mv-grid {
        grid-template-columns: 1fr;
    }

    .about-cta-btn {
        width: 100%;
        max-width: 340px;
        justify-content: center;
    }
}


@media (max-width: 480px) {

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

    .av-item p {
        max-width: 320px;
    }

    .mv-card {
        padding: 24px 20px;
    }

    .about-intro-content .section-heading h2,
    .mv-section .section-heading h2,
    .about-values .section-heading h2 {
        font-size: 22px;
    }
}
