/*=====================================================
  ABOUT PAGE
======================================================*/

.about-hero,
.about-story,
.mission-vision,
.core-values,
.leadership,
.why-crestbridge,
.about-cta{

    position:relative;
    padding:80px 0;
    overflow:hidden;

}

.about-story,
.core-values,
.about-cta{

    background:#ffffff;

}

.mission-vision,
.why-crestbridge{

    background:#f8fbff;

}


/*=====================================================
  COMMON SECTION HEADING
======================================================*/

.section-heading{

    max-width:720px;
    margin:0 0 55px;

}


.section-heading h2{

    margin:0 0 18px;

    color:var(--primary);

    font-size:clamp(2.25rem,3vw,3.35rem);

    line-height:1.15;

    letter-spacing:-1px;

}

.section-heading p{

    margin:0;

    max-width:620px;

    font-size:1.05rem;

    line-height:1.85;

    color:var(--text-light);

}

.section-tag{

    display:inline-flex;
    align-items:center;

    font-size:1rem;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.5px;

    color:var(--gold);

    margin-bottom:2px;

}

/*=====================================================
  HERO
======================================================*/

.about-hero{

    padding:130px 20px 0;
    background:
    linear-gradient(
    180deg,
    #f8fbff 0%,
    #ffffff 100%
    );

}

.about-hero::before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    right:-220px;
    top:-220px;

    border-radius:50%;

    background:rgba(22,76,154,.05);

    filter:blur(40px);

}

.about-hero .page-hero-content{

    max-width:1100px;

}

.about-hero .section-tag{

    margin-bottom:18px;
    color:var(--gold);
    font-size:1rem;
    font-weight:700;
}

.about-hero h1{

    margin:0 0 28px;

    color:var(--primary);

    font-size:clamp(2rem,4vw,3.6rem);

    line-height:1.08;

    letter-spacing:-2px;

}

.about-hero p{

    max-width:1100px;

    margin:0;

    font-size:1.1rem;

    line-height:1.9;

    color:var(--text-light);

}

.about-hero .hero-buttons{

    display:flex;

    align-items:center;

    gap:18px;

    margin-top:42px;

    flex-wrap:wrap;

}

.about-hero .btn{

    min-width:220px;
    background:var(--gold);

}

.about-hero .btn-secondary{

    background:var(--navy);

    border:1px solid rgba(0,53,128,.10);

}

.about-hero .btn-secondary:hover{

    border-color:var(--primary);

}


/*=====================================================
  RESPONSIVE
======================================================*/

@media (max-width:991px){

.about-hero,
.about-story,
.mission-vision,
.core-values,
.leadership,
.why-crestbridge,
.about-cta{

    padding:65px 0;

}

.about-hero{

    padding-top:125px;

}

.about-hero h1{

    letter-spacing:-1px;

}

.about-hero p{

    max-width:100%;

}

.section-heading{

    margin-bottom:45px;

}

}

@media (max-width:767px){

.about-hero,
.about-story,
.mission-vision,
.core-values,
.leadership,
.why-crestbridge,
.about-cta{

    padding:55px 0;

}

.about-hero{

    padding-top:110px;

}

.about-hero::before{

    display:none;

}

.about-hero .page-hero-content{

    max-width:100%;

}

.about-hero h1{

    font-size:2.5rem;

    line-height:1.12;

}

.about-hero p{

    font-size:1rem;

    line-height:1.8;

}

.about-hero .hero-buttons{

    flex-direction:column;

    align-items:stretch;

    gap:14px;

}

.about-hero .btn{

    width:100%;
    min-width:0;

}

.section-heading{

    margin-bottom:35px;

}

.section-heading h2{

    font-size:2rem;

}

.section-heading p{

    font-size:1rem;

}

}

/*=====================================================
  WHO WE ARE
======================================================*/

.about-grid{

    display:grid;

    grid-template-columns:1.15fr 0.85fr;

    align-items:center;

    gap:50px;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;
    height:80%;

    display:block;

    border-radius:24px;

    object-fit:cover;

    transition:.35s ease;

    box-shadow:
    0 18px 50px rgba(0,0,0,.08);

}

.about-image:hover img{

    transform:scale(1.02);

}

.about-content{

    max-width:620px;

}

.about-content .section-tag{

    display:inline-flex;
    font-size:1rem;
    font-weight:700;
    margin-bottom:2px;
    color:var(--gold);
}

.about-content h2{

    margin:0 0 22px;

    color:var(--primary);

    font-size:clamp(2.2rem,3vw,3.2rem);

    line-height:1.15;

    letter-spacing:-1px;

}

.about-content p{

    margin:0 0 18px;

    color:var(--text-light);

    font-size:1.05rem;

    line-height:1.5;

}

.about-content p:last-child{

    margin-bottom:0;

}


/*=====================================================
  RESPONSIVE
======================================================*/

@media (max-width:991px){

.about-grid{

    grid-template-columns:1fr;

    gap:45px;

}

.about-image{

    order:1;

}

.about-content{

    order:2;

    max-width:100%;

}

}

@media (max-width:767px){

.about-grid{

    gap:30px;

}

.about-image img{

    border-radius:18px;

}

.about-content h2{

    font-size:2rem;

}

.about-content p{

    font-size:1rem;

    line-height:1.8;

}

}

/*=====================================================
  MISSION & VISION
======================================================*/

.mission-vision{

    padding:10px 20px 10px;

}
.mission-grid{
    padding:10px 20px 0;
    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

.mission-card{

    background:#fff;

    border:1px solid rgba(0,53,128,.08);

    border-radius:24px;

    padding:38px;

    transition:.35s ease;

}

.mission-card:hover{

    transform:translateY(-6px);

    border-color:rgba(0,53,128,.18);

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);

}

.mission-icon{

    width:72px;
    height:72px;

    border-radius:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(22,76,154,.08);

    color:var(--gold);

    font-size:1.75rem;

    margin-bottom:24px;

}

.mission-card .card-label{

    display:block;

    font-size:.95rem;

    font-weight:700;

    color:var(--gold);

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:10px;

}

.mission-card h3{

    margin:0 0 18px;

    color:var(--primary);

    font-size:1.8rem;

    line-height:1.2;

}

.mission-card p{

    margin:0;

    color:var(--text-light);

    line-height:1.85;

    font-size:1rem;

}


/*=====================================================
  RESPONSIVE
======================================================*/

@media (max-width:991px){

.mission-vision{

    padding:65px 0;

}

.mission-grid{

    grid-template-columns:1fr;

    gap:24px;

}

.mission-card{

    padding:32px;

}

}

@media (max-width:767px){

.mission-vision{

    padding:55px 0;

}

.mission-grid{

    gap:20px;

}

.mission-card{

    padding:28px 24px;

    border-radius:20px;

}

.mission-icon{

    width:60px;
    height:60px;

    font-size:1.5rem;

    margin-bottom:20px;

}

.mission-card h3{

    font-size:1.5rem;

}

}

/*=====================================================
  CORE VALUES
======================================================*/
.core-values{

    padding:20px 20px 20px;

}

.values-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;

}

.value-card{

    position:relative;

    background:#fff;

    border:1px solid rgba(0,53,128,.08);

    border-radius:24px;

    padding:24px;

    transition:.35s ease;

}

.value-card:hover{

    transform:translateY(-6px);

    border-color:rgba(0,53,128,.18);

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.value-number{

    display:block;

    width:48px;
    height:4px;

    margin-bottom:24px;

    background:var(--gold);

    border-radius:50px;

    font-size:0;

}

.value-card h3{

    margin:0 0 16px;

    color:var(--primary);

    font-size:1.55rem;

    line-height:1.2;

}

.value-card p{

    margin:0;

    color:var(--text-light);

    font-size:1rem;

    line-height:1.85;

}


/*=====================================================
  RESPONSIVE
======================================================*/

@media (max-width:991px){

.core-values{

    padding:65px 0;

}

.values-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.value-card{

    padding:30px;

}

}

@media (max-width:767px){

.core-values{

    padding:55px 0;

}

.value-card{

    padding:24px;

    border-radius:20px;

}

.value-number{

    width:40px;

    margin-bottom:20px;

}

.value-card h3{

    font-size:1.35rem;

}

.value-card p{

    font-size:1rem;

    line-height:1.75;

}

}

/*=====================================================
  LEADERSHIP
======================================================*/

.leadership{

    padding:20px 20px 20px;

}

.leadership-grid{

    display:grid;

    grid-template-columns:1.4fr 0.6fr;

    gap:50px;

    align-items:stretch;

}

.leadership-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.leadership-content h2{

    margin:0 0 20px;

    color:var(--primary);

    font-size:clamp(2.2rem,3vw,3.3rem);

    line-height:1.15;

    letter-spacing:-1px;

}

.leadership-content p{

    margin:0 0 18px;

    color:var(--text-light);

    font-size:1.05rem;

    line-height:1.9;

}

.leadership-content p:last-child{

    margin-bottom:0;

}


/*=====================================================
  QUOTE CARD
======================================================*/

.quote-card{

    position:relative;

    max-height:440px;

    overflow:hidden;

    border-radius:28px;

    padding:50px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    background-image:
        linear-gradient(
            90deg,
            rgba(0,20,45,.08) 0%,
            rgba(0,20,45,.05) 35%,
            rgba(0,20,45,.12) 60%,
            rgba(0,20,45,.22) 100%
        ),
        url("../../images/about/leadership.webp");

    background-size:cover;
    background-repeat:no-repeat;
    background-position:right bottom;


}

.leadership-quote{

    position:relative;

    z-index:2;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    height:100%;

    max-width:430px;

}

.leadership-quote blockquote{

    position:relative;

    margin:0;

    color:#ffffff;

    font-size:2rem;

    font-weight:600;

    line-height:1.4;

    letter-spacing:-0.5px;

    text-shadow:0 2px 10px rgba(0,0,0,.18);

}

.quote-author{

    margin-top:auto;

    padding-top:20px;

    color:#111111;

}

.quote-author strong{

    display:block;

    color:var(--gold);

    font-size:1.05rem;

    font-weight:700;

    margin-bottom:6px;

}

.quote-author span{

    font-size:.95rem;

    opacity:.9;

}


/*=====================================================
  RESPONSIVE
======================================================*/

@media (max-width:991px){

    .leadership{

        padding:16px 0;

    }

    .leadership-grid{

        grid-template-columns:1fr;

        gap:35px;

    }

    .leadership-content{

        max-width:100%;

    }

    .quote-card{

        min-height:420px;

        padding:40px;

        border-radius:24px;

        background-position:75% bottom;

    }

    .leadership-quote{

        max-width:100%;

    }

    .leadership-quote blockquote{

        font-size:1.75rem;

    }

    .leadership-quote blockquote::before{

        font-size:4rem;

        margin-bottom:10px;

    }

    .quote-divider{

        width:50px;

        margin:24px 0;

    }

}


@media (max-width:767px){

    .leadership{

        padding:12px 0;

    }

    .leadership-grid{

        gap:24px;

    }

    .leadership-content h2{

        font-size:2rem;

    }

    .leadership-content p{

        font-size:1rem;

        line-height:1.8;

    }

    .quote-card{

        min-height:340px;

        padding:28px 22px;

        border-radius:20px;

        background-position:right center;

    }

    .leadership-quote{

        max-width:100%;

    }

    .leadership-quote blockquote{

        font-size:1.4rem;

        line-height:1.55;

    }

    .leadership-quote blockquote::before{

        font-size:3.4rem;

        margin-bottom:8px;

    }

    .quote-divider{

        width:42px;

        margin:18px 0;

    }

    .quote-author{

        padding-top:20px;

    }

    .quote-author strong{

        font-size:1rem;

    }

    .quote-author span{

        font-size:.9rem;

    }

}


@media (max-width:480px){

    .quote-card{

        min-height:300px;

        padding:22px 18px;

        border-radius:18px;

    }

    .leadership-content h2{

        font-size:1.75rem;

    }

    .leadership-quote blockquote{

        font-size:1.2rem;

    }

    .leadership-quote blockquote::before{

        font-size:3rem;

    }

    .quote-divider{

        width:36px;

    }

}

/*=====================================================
  WHY CRESTBRIDGE
======================================================*/

.why-crestbridge{

    padding:20px 20px 20px;

    background:var(--white);

}

.credibility-list{

    margin-top:40px;

}

.credibility-item{

    display:grid;

    grid-template-columns:130px 1fr;

    gap:40px;

    align-items:flex-start;

    padding:32px 0;

    border-top:1px solid rgba(0,53,128,.08);

}

.credibility-item:last-child{

    border-bottom:1px solid rgba(0,53,128,.08);

}

.credibility-value{

    font-size:3.75rem;

    font-weight:700;

    line-height:1;

    letter-spacing:-2px;

    color:var(--gold);

}

.credibility-content h3{

    margin:0 0 12px;

    font-size:1.45rem;

    color:var(--primary);

}

.credibility-content p{

    margin:0;

    max-width:760px;

    line-height:1.9;

    color:var(--text);

}


/*=====================================================
  MANIFESTO
======================================================*/

.credibility-manifesto{

    margin-top:70px;

    padding-left:170px;

    max-width:760px;

}

.credibility-manifesto span{

    display:inline-block;

    margin-bottom:10px;

    font-size:.9rem;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    color:var(--gold);

}

.credibility-manifesto h3{

    margin-bottom:20px;

    font-size:3rem;

    line-height:1.1;

    color:var(--primary);

}

.credibility-manifesto p{

    margin:0;

    font-size:1.08rem;

    line-height:2;

    color:var(--text);

}

.credibility-manifesto::before{

    content:"";

    display:block;

    width:60px;

    height:3px;

    margin-bottom:28px;

    background:var(--gold);

    border-radius:50px;

}

/*=====================================================
  RESPONSIVE
======================================================*/

@media (max-width:991px){

    .why-crestbridge{

        padding:16px 0;

    }

    .credibility-item{

        grid-template-columns:100px 1fr;

        gap:28px;

    }

    .credibility-value{

        font-size:3rem;

    }

    .credibility-content h3{

        font-size:1.3rem;

    }

    .credibility-manifesto{

        margin-top:50px;

        padding-left:128px;

    }

    .credibility-manifesto h3{

        font-size:2.5rem;

    }

}


@media (max-width:767px){

    .why-crestbridge{

        padding:12px 0;

    }

    .credibility-list{

        margin-top:24px;

    }

    .credibility-item{

        grid-template-columns:1fr;

        gap:12px;

        padding:24px 0;

    }

    .credibility-value{

        font-size:2.6rem;

    }

    .credibility-content h3{

        font-size:1.2rem;

    }

    .credibility-content p{

        line-height:1.8;

    }

    .credibility-manifesto{

        margin-top:40px;

        padding-left:0;

    }

    .credibility-manifesto h3{

        font-size:2rem;

    }

    .credibility-manifesto p{

        line-height:1.8;

    }

}


@media (max-width:480px){

    .credibility-value{

        font-size:2.2rem;

    }

    .credibility-content h3{

        font-size:1.1rem;

    }

    .credibility-manifesto span{

        font-size:.8rem;

        letter-spacing:1.5px;

    }

    .credibility-manifesto h3{

        font-size:1.75rem;

    }

}
/*==========================================================
ABOUT CTA
==========================================================*/

.about-cta{

    padding:20px 0 40px;

    background:var(--white);

}

.about-cta-panel{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:80px;

    padding:70px;

    background:linear-gradient(
        135deg,
        var(--navy),
        var(--navy-dark)
    );

    border-radius:34px;

    overflow:hidden;

    position:relative;

}

.about-cta-panel::before{

    content:"";

    position:absolute;

    top:-120px;
    right:-120px;

    width:320px;
    height:320px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

}

.about-cta-content{

    max-width:720px;

    position:relative;

    z-index:2;

}

.about-cta-content .section-tag{

    color:var(--gold-light);

}

.about-cta-content h2{

    color:var(--navy);

    margin:12px 0 22px;

}

.about-cta-content p{

    color:var(--navy-light);;

    margin:0;

}

.about-cta-actions{

    display:flex;

    flex-direction:column;

    gap:18px;

    min-width:240px;

    position:relative;

    z-index:2;

}

.about-cta-actions .btn{

    justify-content:center;

}

@media(max-width:991px){

.about-cta-panel{

    flex-direction:column;

    align-items:flex-start;

    gap:40px;

    padding:50px 40px;

}

.about-cta-actions{

    width:100%;

    min-width:100%;

}

.about-cta-actions .btn{

    width:100%;

}

}

@media(max-width:767px){

.about-cta-panel{

    padding:40px 28px;

    border-radius:24px;

}

}