/* =========================================================
   ABOUT PAGE — PREMIUM RESTRUCTURE
   माँ राज राजेश्वरी समिति, गैरी बैणा
========================================================= */

:root {
    --about-navy: #102d55;
    --about-blue: #17487d;
    --about-orange: #f58220;
    --about-orange-light: #fff4e9;
    --about-bg: #f7f9fc;
    --about-text: #5f6670;
    --about-border: #e9edf2;
}

body { color: var(--about-text); }

.section-space { padding: 90px 0; }

.section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 30px;
    background: var(--about-orange-light);
    color: var(--about-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .45px;
}

.section-heading h2 {
    margin: 14px 0 12px;
    color: var(--about-navy);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
}

.section-heading p {
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.75;
}

/* HERO */
.about-hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(7,25,48,.91), rgba(16,45,85,.72)),
        url("../img/2.jpg") center / cover no-repeat;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 25%, rgba(245,130,32,.20), transparent 25%),
        linear-gradient(180deg, transparent, rgba(0,0,0,.16));
}

.min-vh-50 { min-height: 590px; }

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 100px 0 70px;
}

.about-eyebrow {
    display: inline-flex;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    color: #ffb56f;
    font-size: 12px;
    font-weight: 600;
}

.about-hero h1 {
    margin: 20px 0 16px;
    color: #fff;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 700;
    line-height: 1.1;
}

.about-hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 18px;
    line-height: 1.75;
}

.about-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.about-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 30px;
    background: rgba(0,0,0,.16);
    color: rgba(255,255,255,.92);
    font-size: 11px;
}

.about-hero-points i { color: var(--about-orange); }

.about-hero-card {
    position: relative;
    z-index: 2;
    width: min(100%, 280px);
    margin-left: auto;
    padding: 34px 28px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
    text-align: center;
    color: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
}

.about-hero-card i {
    display: flex;
    width: 68px;
    height: 68px;
    margin: 0 auto 17px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--about-orange);
    color: #fff;
    font-size: 28px;
}

.about-hero-card strong {
    display: block;
    font-size: 18px;
}

.about-hero-card span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.72);
    font-size: 11px;
    line-height: 1.6;
}

/* INTRO */
.about-intro {
    background:
        radial-gradient(circle at 0% 20%, rgba(245,130,32,.045), transparent 28%),
        #fff;
}

.about-gallery-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr .85fr;
    grid-template-rows: 230px 170px;
    gap: 14px;
    padding: 8px;
}

.about-gallery-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(16,45,85,.12);
    transition: transform .45s ease;
}

.about-gallery-grid img:hover { transform: scale(1.025); }

.gallery-main { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.gallery-badge {
    position: absolute;
    left: 28px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 11px;
    background: rgba(16,45,85,.94);
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
    font-size: 10px;
    line-height: 1.5;
}

.gallery-badge i { color: var(--about-orange); font-size: 17px; }

.about-content h2 {
    margin: 16px 0 18px;
    color: var(--about-navy);
    font-size: 38px;
    line-height: 1.3;
}

.about-content h2 span,
.working-content h2 span,
.commitment-content h2 span { color: var(--about-orange); }

.about-content > p {
    color: #666;
    font-size: 14px;
    line-height: 1.85;
}

.about-mini-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin-top: 28px;
}

.about-mini-points > div {
    display: flex;
    gap: 12px;
    padding: 17px;
    border: 1px solid var(--about-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(16,45,85,.05);
}

.about-mini-points i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--about-orange-light);
    color: var(--about-orange);
}

.about-mini-points strong {
    display: block;
    color: var(--about-navy);
    font-size: 13px;
}

.about-mini-points p {
    margin: 5px 0 0;
    color: #777;
    font-size: 11px;
    line-height: 1.55;
}

/* IDENTITY / CARDS */
.identity-section,
.principles-section { background: var(--about-bg); }

.identity-card,
.principle-card,
.work-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 32px 25px;
    border: 1px solid var(--about-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(16,45,85,.055);
    transition: all .35s ease;
}

.identity-card:hover,
.principle-card:hover,
.work-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245,130,32,.25);
    box-shadow: 0 18px 42px rgba(16,45,85,.11);
}

.identity-card::before,
.principle-card::before,
.work-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -60px;
    top: -60px;
    border-radius: 50%;
    background: rgba(245,130,32,.055);
}

.identity-icon,
.principle-icon,
.work-card-icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--about-orange-light);
    color: var(--about-orange);
    font-size: 25px;
    transition: all .3s ease;
}

.identity-card:hover .identity-icon,
.principle-card:hover .principle-icon,
.work-card:hover .work-card-icon {
    background: var(--about-orange);
    color: #fff;
    transform: translateY(-3px);
}

.identity-label {
    display: block;
    margin-top: 20px;
    color: var(--about-orange);
    font-size: 11px;
    font-weight: 700;
}

.identity-card h3 {
    margin: 5px 0 8px;
    color: var(--about-navy);
    font-size: 19px;
}

.identity-card p,
.principle-card p,
.work-card p {
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.7;
}

.transparency-strip {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
    padding: 22px 25px;
    border-left: 4px solid var(--about-orange);
    border-radius: 12px;
    background: #fffaf5;
    box-shadow: 0 8px 25px rgba(16,45,85,.05);
}

.transparency-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--about-navy);
    color: #fff;
    font-size: 21px;
}

.transparency-strip strong { color: var(--about-navy); }

.transparency-strip p {
    margin: 5px 0 0;
    color: #777;
    font-size: 12px;
    line-height: 1.7;
}

/* WORKING STYLE */
.working-section { background: #fff; }

.working-image-wrap {
    position: relative;
    padding: 12px;
}

.working-image-wrap img {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(16,45,85,.14);
}

.image-corner {
    position: absolute;
    z-index: 1;
    width: 75%;
    height: 75%;
    border-style: solid;
}

.corner-top {
    top: 0;
    left: 0;
    border-width: 3px 0 0 3px;
    border-color: var(--about-orange);
    border-radius: 18px 0 0;
}

.corner-bottom {
    right: 0;
    bottom: 0;
    border-width: 0 3px 3px 0;
    border-color: var(--about-blue);
    border-radius: 0 0 18px;
}

.working-image-caption {
    position: absolute;
    z-index: 3;
    left: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 15px;
    border-radius: 10px;
    background: rgba(16,45,85,.94);
    color: #fff;
    font-size: 11px;
}

.working-image-caption i { color: var(--about-orange); }

.working-content h2 {
    margin: 15px 0;
    color: var(--about-navy);
    font-size: 39px;
    line-height: 1.25;
}

.lead-copy {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.work-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 25px 0 15px;
}

.work-tab {
    padding: 11px 15px;
    border: 1px solid var(--about-border);
    border-radius: 9px;
    background: #fff;
    color: var(--about-navy);
    font-size: 11px;
    font-weight: 600;
    transition: all .3s ease;
}

.work-tab i {
    margin-right: 5px;
    color: var(--about-orange);
}

.work-tab:hover,
.work-tab.active {
    border-color: var(--about-orange);
    background: var(--about-orange-light);
}

.working-tab-content {
    padding: 20px;
    border-radius: 12px;
    background: var(--about-bg);
}

.working-tab-content p {
    margin: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.85;
}

/* PRINCIPLES */
.principle-card { padding: 32px 25px 28px; }

.principle-number {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #e8edf2;
    font-size: 38px;
    font-weight: 800;
}

.principle-card h3 {
    position: relative;
    z-index: 2;
    margin: 20px 0 8px;
    color: var(--about-navy);
    font-size: 19px;
}

/* WORK AREAS */
.work-area-section { background: #fff; }

.work-card { padding: 30px 25px; }

.work-card h3 {
    margin: 20px 0 8px;
    color: var(--about-navy);
    font-size: 18px;
}

/* COMMITMENT */
.commitment-section {
    background:
        radial-gradient(circle at 10% 50%, rgba(245,130,32,.055), transparent 30%),
        var(--about-bg);
}

.commitment-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(16,45,85,.09);
}

.commitment-image {
    position: relative;
    min-height: 480px;
}

.commitment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commitment-image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(16,45,85,.05), rgba(16,45,85,.62));
}

.commitment-image-overlay i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    background: rgba(245,130,32,.92);
    color: #fff;
    font-size: 34px;
}

.commitment-content { padding: 55px; }

.commitment-content h2 {
    margin: 15px 0 20px;
    color: var(--about-navy);
    font-size: 34px;
    line-height: 1.3;
}

.commitment-content p {
    color: #666;
    font-size: 13px;
    line-height: 1.85;
}

.commitment-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 25px 0;
}

.commitment-values span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 30px;
    background: var(--about-orange-light);
    color: var(--about-navy);
    font-size: 10px;
    font-weight: 600;
}

.commitment-values i { color: var(--about-orange); }

.commitment-actions {
    display: flex;
    gap: 10px;
}

.commitment-actions .button,
.commitment-actions .button_2 {
    min-width: 155px;
    padding: 12px 18px;
    border-radius: 8px;
    text-align: center;
}

/* FINAL CTA */
.about-final-cta {
    padding: 55px 0;
    background:
        radial-gradient(circle at 90% 20%, rgba(245,130,32,.16), transparent 28%),
        linear-gradient(135deg, var(--about-navy), var(--about-blue));
}

.final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.final-cta-inner > div span {
    color: #ffb46f;
    font-size: 11px;
    font-weight: 600;
}

.final-cta-inner h2 {
    margin: 8px 0 5px;
    color: #fff;
    font-size: 28px;
}

.final-cta-inner p {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 12px;
}

.final-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    padding: 13px 22px;
    border-radius: 50px;
    background: var(--about-orange);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s ease;
}

.final-cta-button:hover {
    background: #fff;
    color: var(--about-navy);
    transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .section-space { padding: 70px 0; }

    .about-hero-card { display: none; }

    .about-content h2,
    .working-content h2 { font-size: 32px; }

    .commitment-card { grid-template-columns: 1fr; }

    .commitment-image {
        min-height: 330px;
        max-height: 380px;
    }

    .commitment-content { padding: 40px; }
}

@media (max-width: 767px) {
    .section-space { padding: 55px 0; }

    .section-heading { margin-bottom: 35px; }

    .section-heading h2 { font-size: 30px; }

    .about-hero,
    .min-vh-50 { min-height: 520px; }

    .about-hero-content { padding: 90px 0 50px; }

    .about-hero h1 { font-size: 44px; }

    .about-hero p { font-size: 14px; }

    .about-hero-points { gap: 7px; }

    .about-gallery-grid {
        grid-template-rows: 190px 135px;
    }

    .about-mini-points { grid-template-columns: 1fr; }

    .transparency-strip {
        align-items: flex-start;
    }

    .working-image-wrap img { min-height: 300px; }

    .working-content h2 { font-size: 29px; }

    .commitment-content { padding: 30px 24px; }

    .commitment-content h2 { font-size: 28px; }

    .commitment-actions { flex-direction: column; }

    .commitment-actions .button,
    .commitment-actions .button_2 { width: 100%; }

    .final-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .section-space { padding: 45px 0; }

    .section-heading h2 { font-size: 26px; }

    .about-hero,
    .min-vh-50 { min-height: 500px; }

    .about-hero-content { padding: 85px 0 40px; }

    .about-eyebrow { font-size: 10px; }

    .about-hero h1 {
        margin-top: 14px;
        font-size: 38px;
    }

    .about-hero p {
        font-size: 13px;
        line-height: 1.65;
    }

    .about-gallery-grid {
        grid-template-columns: 1.3fr .8fr;
        grid-template-rows: 155px 105px;
        gap: 8px;
    }

    .gallery-badge {
        left: 18px;
        bottom: 16px;
        padding: 8px 10px;
        font-size: 8px;
    }

    .gallery-badge i { font-size: 14px; }

    .about-content h2 { font-size: 26px; }

    .about-mini-points > div { padding: 14px; }

    .identity-card,
    .principle-card,
    .work-card { padding: 25px 20px; }

    .transparency-strip {
        padding: 17px;
        gap: 12px;
    }

    .transparency-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 17px;
    }

    .working-image-wrap { padding: 8px; }

    .working-image-wrap img { min-height: 240px; }

    .working-image-caption {
        left: 18px;
        bottom: 18px;
        font-size: 9px;
    }

    .work-tabs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .work-tab { width: 100%; }

    .working-tab-content { padding: 15px; }

    .commitment-image { min-height: 240px; }

    .commitment-content { padding: 25px 20px; }

    .commitment-content h2 { font-size: 25px; }

    .final-cta-inner h2 { font-size: 23px; }
}