/*=========================================
ABOUT HERO
=========================================*/

.about-hero{
    position: relative;

    min-height: 90vh;

    display: flex;
    align-items: center;

    background:
        url("/assets/images/about-hero.jpg")
        center/cover no-repeat;

    overflow: hidden;
}

.about-hero .hero-overlay{
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(4,21,46,.88) 0%,
        rgba(7,32,74,.78) 45%,
        rgba(7,32,74,.55) 100%
    );
}

.about-hero .container{
    position: relative;
    z-index: 2;

    width: min(1200px, 92%);
    margin: 0 auto;
}

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

.about-hero-content{
    max-width: 720px;
}

.about-hero-content h1{
    margin: 1.2rem 0 1.5rem;

    color: #fff;

    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 1.12;
    font-weight: 700;
}

.about-hero-content p{
    max-width: 650px;
    margin-bottom: 2.5rem;

    color: rgba(255,255,255,.88);

    font-size: 1.1rem;
    line-height: 1.9;
}

/*=========================================
BUTTONS
=========================================*/

.about-hero .hero-buttons{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;

    margin-bottom: 3rem;
}

.about-hero .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 1rem 2rem;

    border-radius: 999px;

    text-decoration: none;
    font-weight: 600;

    transition: all .35s ease;
}

.about-hero .btn-primary{
    background: #D4AF37;
    color: #07204A;
}

.about-hero .btn-primary:hover{
    background: #E8C75A;

    transform: translateY(-4px);
}

.about-hero .btn-secondary{
    background: rgba(255,255,255,.08);

    border: 2px solid rgba(255,255,255,.25);

    backdrop-filter: blur(12px);

    color: #fff;
}

.about-hero .btn-secondary:hover{
    background: rgba(255,255,255,.16);

    transform: translateY(-4px);
}

/*=========================================
HIGHLIGHTS
=========================================*/

.about-highlights{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.about-highlights .highlight-item{
    display: flex;
    align-items: center;
    gap: .8rem;

    padding: 1rem 1.4rem;

    background: rgba(255,255,255,.08);

    backdrop-filter: blur(14px);

    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;

    transition: all .35s ease;
}

.about-highlights .highlight-item:hover{
    transform: translateY(-6px);

    background: rgba(255,255,255,.15);
}

.about-highlights .highlight-item i{
    width: 48px;
    height: 48px;

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

    background: rgba(212,175,55,.18);

    border-radius: 50%;

    color: #D4AF37;
    font-size: 1.15rem;
}

.about-highlights .highlight-item span{
    color: #fff;

    font-size: .95rem;
    font-weight: 600;
}

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

@media (max-width:992px){

    .about-hero{
        min-height: 80vh;
    }

    .about-hero-content{
        max-width: 100%;
    }

}

@media (max-width:768px){

    .about-hero{
        min-height: auto;
        padding: 7rem 0 5rem;
    }

    .about-hero-content h1{
        font-size: 2.5rem;
    }

    .about-hero-content p{
        font-size: 1rem;
    }

    .about-hero .hero-buttons{
        flex-direction: column;
        align-items: stretch;
    }

    .about-hero .btn{
        width: 100%;
    }

    .about-highlights{
        flex-direction: column;
    }

}

@media (max-width:480px){

    .about-hero-content h1{
        font-size: 2rem;
    }

    .about-hero-content p{
        line-height: 1.8;
    }

    .about-highlights .highlight-item{
        padding: .9rem 1rem;
    }

    .about-highlights .highlight-item i{
        width: 42px;
        height: 42px;

        font-size: 1rem;
    }

}

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

.who-we-are{
    padding: 7rem 0;
    background: #fff;
}

.who-we-are .container{
    width: min(1200px,92%);
    margin: 0 auto;
}

.who-grid{
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 5rem;
    align-items: center;
}

.who-content h2{
    margin: 1rem 0 1.5rem;

    color: #07204A;

    font-size: clamp(2.4rem,4vw,3.5rem);
    line-height: 1.2;
}

.who-content p{
    margin-bottom: 1.5rem;

    color: #667085;

    font-size: 1.05rem;
    line-height: 1.9;
}

.who-image{
    overflow: hidden;

    border-radius: 28px;

    box-shadow: 0 25px 60px rgba(2,6,23,.12);
}

.who-image img{
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: .6s;
}

.who-image:hover img{
    transform: scale(1.05);
}

/*=========================================
OUR STORY
=========================================*/

.our-story{
    padding: 7rem 0;
    background: #F8FAFC;
}

.our-story .container{
    width: min(1000px,92%);
    margin: 0 auto;
}

.our-story .section-heading{
    max-width: 760px;
    margin: 0 auto 5rem;

    text-align: center;
}

.our-story .section-heading h2{
    margin: 1rem 0;

    color: #07204A;

    font-size: clamp(2.4rem,4vw,3.5rem);
}

.our-story .section-heading p{
    color: #667085;

    line-height: 1.9;
}

/*=========================================
TIMELINE
=========================================*/

.story-timeline{
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 3rem;
}

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

    position: absolute;

    left: 90px;
    top: 0;
    bottom: 0;

    width: 2px;

    background: #D4AF37;
}

.story-item{
    position: relative;

    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 2rem;
    align-items: flex-start;
}

.story-year{
    position: relative;
    z-index: 2;

    width: 90px;
    height: 90px;

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

    background: #07204A;

    border: 5px solid #fff;
    border-radius: 50%;

    color: #D4AF37;

    font-weight: 700;
    font-size: 1rem;

    box-shadow: 0 15px 35px rgba(7,32,74,.12);
}

.story-content{
    padding: 2rem;

    background: #fff;

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(15,23,42,.06);

    transition: .35s;
}

.story-content:hover{
    transform: translateY(-5px);
}

.story-content h3{
    margin-bottom: .75rem;

    color: #07204A;

    font-size: 1.4rem;
}

.story-content p{
    color: #667085;

    line-height: 1.8;
}

/*=========================================
MISSION VALUES
=========================================*/

.mission-values{
    padding: 7rem 0;
    background: #fff;
}

.mission-values .container{
    width: min(1200px,92%);
    margin: 0 auto;
}

.mission-values .section-heading{
    max-width: 760px;
    margin: 0 auto 5rem;

    text-align: center;
}

.mission-values .section-heading h2{
    margin: 1rem 0;

    color: #07204A;

    font-size: clamp(2.4rem,4vw,3.5rem);
}

.mission-values .section-heading p{
    color: #667085;

    line-height: 1.9;
}

/*=========================================
VALUE CARDS
=========================================*/

.values-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}

.value-card{
    padding: 2.5rem;

    background: #fff;

    border: 1px solid #E5E7EB;
    border-radius: 24px;

    text-align: center;

    transition: .35s;
}

.value-card:hover{
    transform: translateY(-8px);

    border-color: rgba(212,175,55,.4);

    box-shadow: 0 20px 45px rgba(15,23,42,.08);
}

.value-card i{
    width: 72px;
    height: 72px;

    margin: 0 auto 1.5rem;

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

    background: rgba(212,175,55,.12);

    border-radius: 20px;

    color: #D4AF37;

    font-size: 1.7rem;
}

.value-card h3{
    margin-bottom: 1rem;

    color: #07204A;

    font-size: 1.5rem;
}

.value-card p{
    color: #667085;

    line-height: 1.9;
}

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

@media(max-width:992px){

    .who-grid{
        grid-template-columns: 1fr;
        gap: 3rem;
    }

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

}

@media(max-width:768px){

    .who-we-are,
    .our-story,
    .mission-values{
        padding: 5rem 0;
    }

    .story-item{
        grid-template-columns: 1fr;
    }

    .story-timeline::before{
        display: none;
    }

    .story-year{
        margin-bottom: 1rem;
    }

}

@media(max-width:480px){

    .who-content h2,
    .our-story .section-heading h2,
    .mission-values .section-heading h2{
        font-size: 2rem;
    }

    .story-content{
        padding: 1.5rem;
    }

    .value-card{
        padding: 2rem;
    }

}


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

.leadership{
    padding: 7rem 0;
    background: #F8FAFC;
}

.leadership .container{
    width: min(1200px,92%);
    margin: 0 auto;
}

.leadership .section-heading{
    max-width: 760px;
    margin: 0 auto 5rem;
    text-align: center;
}

.leadership .section-heading h2{
    margin: 1rem 0;
    color: #07204A;
    font-size: clamp(2.4rem,4vw,3.5rem);
}

.leadership .section-heading p{
    color: #667085;
    line-height: 1.9;
}

.leadership-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}

.leader-card{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #E5E7EB;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(15,23,42,.05);
}

.leader-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(15,23,42,.10);
}

.leader-card img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.leader-card h3{
    margin-top: 1.5rem;
    color: #07204A;
    font-size: 1.45rem;
}

.leader-card span{
    display: block;
    margin: .5rem 0 1rem;
    color: #D4AF37;
    font-weight: 600;
}

.leader-card p{
    padding: 0 2rem 2rem;
    color: #667085;
    line-height: 1.8;
}


/*=========================================
WHY CHOOSE NORTHBRIDGE
=========================================*/

.why-northbridge{
    padding: 7rem 0;
    background: #fff;
}

.why-northbridge .container{
    width: min(1200px,92%);
    margin: 0 auto;
}

.why-grid{
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 5rem;
    align-items: center;
}

.why-image{
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(15,23,42,.10);
}

.why-image img{
    width: 100%;
    display: block;
    transition: .5s;
}

.why-image:hover img{
    transform: scale(1.05);
}

.why-content h2{
    margin: 1rem 0 1.5rem;
    color: #07204A;
    font-size: clamp(2.4rem,4vw,3.5rem);
}

.why-content p{
    color: #667085;
    line-height: 1.9;
    margin-bottom: 2rem;
}

.why-list{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-item{
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    padding: 1.4rem;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    transition: .35s;
}

.why-item:hover{
    transform: translateX(8px);
    border-color: rgba(212,175,55,.45);
    box-shadow: 0 15px 35px rgba(15,23,42,.06);
}

.why-item i{
    width: 60px;
    height: 60px;
    flex-shrink: 0;

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

    border-radius: 16px;

    background: rgba(212,175,55,.12);

    color: #D4AF37;
    font-size: 1.3rem;
}

.why-item h4{
    margin-bottom: .5rem;
    color: #07204A;
    font-size: 1.2rem;
}

.why-item p{
    margin: 0;
    color: #667085;
}


/*=========================================
GLOBAL PRESENCE
=========================================*/

.global-presence{
    padding: 7rem 0;
    background: linear-gradient(135deg,#07204A,#0A2D63);
}

.global-presence .container{
    width: min(1200px,92%);
    margin: 0 auto;
}

.global-presence .section-heading{
    max-width: 760px;
    margin: 0 auto 5rem;
    text-align: center;
}

.global-presence .section-heading h2{
    margin: 1rem 0;
    color: #fff;
    font-size: clamp(2.4rem,4vw,3.5rem);
}

.global-presence .section-heading p{
    color: rgba(255,255,255,.75);
    line-height: 1.9;
}

.global-presence .section-tag{
    color: #D4AF37;
}

.presence-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}

.presence-card{
    padding: 2.5rem 2rem;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;

    backdrop-filter: blur(10px);

    text-align: center;

    transition: .35s;
}

.presence-card:hover{
    transform: translateY(-8px);
    background: rgba(255,255,255,.12);
}

.presence-card h3{
    margin-bottom: .6rem;
    color: #D4AF37;
    font-size: 3rem;
}

.presence-card span{
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}


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

@media(max-width:992px){

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

    .why-grid{
        grid-template-columns: 1fr;
        gap: 3rem;
    }

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

}

@media(max-width:768px){

    .leadership,
    .why-northbridge,
    .global-presence{
        padding: 5rem 0;
    }

    .leader-card img{
        height: 280px;
    }

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

}

@media(max-width:480px){

    .leadership .section-heading h2,
    .why-content h2,
    .global-presence .section-heading h2{
        font-size: 2rem;
    }

    .leader-card p{
        padding: 0 1.5rem 1.8rem;
    }

    .why-item{
        flex-direction: column;
    }

}