.about-hero {
    margin-top: 75.5px;
    padding: 135px 0 160px;
}

.about-hero h1 {
    font-size: clamp(2.5rem, 5.5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--color-slate-900);
    margin-bottom: 1.188rem;
    animation: fadeInUp 0.5s 0.1s ease both;
}


.about-hero .hero-desc {
    max-width: 55rem;
    font-size: 1.25rem;
    line-height: 2.031rem;
    color: var(--color-slate-600);
}

.about-hero .hero-badge {
    margin-bottom: 2.5rem;
}

.about-hero .hero-badge span {
    letter-spacing: 0.12em;
    font-size: 0.6875rem;
}

/* Stats section */
.about-stats {
    padding: 4.063rem 0;
    background: var(--color-white);
    border-top: 1px solid var(--color-slate-100);
    border-bottom: 1px solid var(--color-slate-100);

}

.about-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-stat-value {
    font-size: clamp(1.7rem, 3.5vw, 3rem);
    line-height: clamp(1.7rem, 3.5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--color-indigo-600);
}

.about-stat-label {
    margin-top: 0.438rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-slate-600);
}





/* Mission / Vision */
.out-mission-vission {
    padding: 10rem 0;
}

.our-mission-ic-wrapper {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 1.875rem;
}

.our-mission-ic {
    height: 3rem;
    width: 3rem;
    border-radius: 1.5rem;
    background: rgba(79, 57, 246, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-mission-ic svg {
    height: 1.5rem;
    width: 1.5rem;

}

.mission-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.mission-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    border-radius: var(--radius-full);
    background: var(--color-indigo-50);
    border: 1px solid var(--color-indigo-100);
    margin-bottom: 1rem;
}

.mission-dot {
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color-indigo-600);
    border-radius: 50%;
}

.mission-badge span {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-indigo-700);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mission-text {
    max-width: 37rem;
    color: var(--color-slate-600);
    font-size: 1.125rem;
    line-height: 1.831rem;
    margin: 0 0 1.875rem;
}

.mission-text.secondary {
    color: var(--color-slate-500);
    font-style: italic;
}

.mission-image-wrap {
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 1.5rem;

}

.mission-image {
    width: 100%;
    height: 24.688rem;
    height: auto;
    display: block;
    object-fit: cover;
}



/* Drives Us Forward */
.drives-us-forward {
    padding-bottom: 10rem;
}

.drives-head {
    max-width: 60rem;
    margin: 0 auto 2.75rem;
}

.drives-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 13px;
    border-radius: var(--radius-full);
    margin-bottom: 1.5rem;
    background: rgba(79, 57, 246, 0.1);
    border: 1px solid rgba(79, 57, 246, 0.2);
    color: var(--color-indigo-600);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.drives-title {
    font-size: clamp(1.7rem, 3.5vw, 3rem);
    line-height: clamp(1.9rem, 3.8vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.drives-sub {
    color: var(--color-slate-600);
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0 0 1rem;
}

.drives-card {
    border-radius: 1.5rem;
    height: 100%;
    background: var(--color-white);
    border: 1px solid var(--color-slate-100);
    padding: 2.063rem 2.063rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.drives-grid {
    margin: 1.5rem 0;
}

.drives-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(79, 57, 246, 0.1);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-indigo-600);
    margin-bottom: 1.5rem;
}

.drives-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-slate-900);
    margin: 0 0 0.688rem 0;
}

.drives-card p {
    color: var(--color-slate-600);
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 0;
}


/* Growing Together */
.growing-together {
    padding: 0 0 10rem;
}

.growing-head {
    max-width: 52rem;
    margin: 0 auto 3.75rem;
}

.growing-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.875rem;
    border-radius: var(--radius-full);
    background: var(--color-indigo-50);
    border: 1px solid var(--color-indigo-100);
    margin-bottom: 1rem;
}

.growing-badge span {
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--color-indigo-700);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.growing-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--color-slate-900);
    margin: 0;
}

.journey-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.journey-year {
    width: 4rem;
    height: 4rem;
    border-radius: var(--radius-full);
    background: var(--color-indigo-600);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0px 10px 15px -3px rgba(79, 57, 246, 0.2), 0px 4px 6px -4px rgba(79, 57, 246, 0.2);
}

.journey-item h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--color-slate-900);
    margin: 0 0 0.469rem;
}

.journey-item p {
    margin: 0;
    max-width: 90%;
    color: var(--color-slate-600);
    font-size: 1rem;
    line-height: 1.55;
}

/* Experts Behind Success */
.experts-behind-success {
    padding: 5rem 0 5rem;
    margin-bottom: 5rem;
    background: var(--color-white);
}

.experts-head {
    max-width: 60rem;
    margin: 0 auto 2.5rem;
}

.experts-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    line-height: clamp(2.5rem, 4.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-slate-900);
    margin: 0 0 1.5rem;
}

.experts-sub {
    max-width: 36rem;
    margin: 0.5rem auto 0;
    color: var(--color-slate-600);
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.experts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.expert-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    max-width: 299px;

}

.expert-photo {
    width: 100%;
    max-width: 299px;
    aspect-ratio: 299 / 270;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    background: var(--color-slate-100);
    margin: 0 auto 1.875rem;
}

.expert-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.38) 14%,
            rgba(0, 0, 0, 0) 78%);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 260ms ease, transform 320ms ease;
    pointer-events: none;
    z-index: 1;
}

.expert-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.expert-photo.placeholder {
    background: var(--color-slate-200);
}

.expert-card:hover .expert-photo::after {
    opacity: 1;
    transform: translate(0, 0);
}

.expert-card:hover .expert-photo img {
    transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {

    .expert-photo::after,
    .expert-photo img {
        transition: none;
    }
}

.expert-name {
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: var(--color-slate-900);
    margin: 0 0 0.313rem;
}

.expert-role {
    font-size: 1.125rem;
    line-height: 1.563rem;
    font-weight: 500;
    color: var(--color-indigo-800);
    margin-top: 0.25rem;
}


@media (min-width: 576px) and (max-width: 991px) {
    .experts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
    }
}


/* abous page responsive */
@media (max-width:1199px) {
    .about-hero {
        padding: 80px 0 80px;
    }

    .drives-grid {
        row-gap: 25px;
    }

    .our-mission-ic-wrapper {
        column-gap: 12px;
        margin-bottom: 1.5rem;
    }

    .about-stats {
        padding: 3.063rem 0;
    }

    .out-mission-vission {
        padding: 5rem 0;
    }

    .drives-card {
        padding: 1.5rem 1.5rem;
        border-radius: 1.3rem;
    }

    .experts-grid {
        gap: 15px;
    }

    .growing-together {
        padding: 0 0 5rem;
    }

    .drives-us-forward {
        padding-bottom: 5rem;
    }

    .growing-head {
        max-width: 100%;
    }

}

@media (max-width:991px) {
    .about-hero .hero-desc {
        max-width: 100%;
        font-size: 1.2rem;
        line-height: 1.9rem;
    }

    .experts-head {
        margin: 0 auto 2rem;
        max-width: 90%;
    }

    .mission-image-wrap {
        margin-top: 0;
    }

    .drives-card {
        border-radius: 1rem;
        padding: 1.1rem 1.1rem;
    }

    .mission-image-wrap {
        border-radius: 1rem;
    }

    .growing-head {
        max-width: 100%;
        margin: 0 auto 2rem;
    }

    .journey-item p {
        max-width: 100%;
    }

    .experts-sub {
        max-width: 100%;
    }

    .drives-icon {
        border-radius: 15px;
        margin-bottom: 1rem;
    }

    .expert-card {
        max-width: 100%;
    }

    .drives-grid {
        margin: 0;
    }

    .expert-photo {
        max-width: 100%;
        aspect-ratio: 1/1;
        border-radius: 1.1rem;
        margin: 0 auto 1.5rem;
    }

    .experts-grid {
        gap: 25px;
    }

    .drives-head {
        max-width: 90%;
        margin: 0 auto 1.5rem;
    }

    .out-mission-vission {
        padding: 3rem 0;
    }

    .mission-text {
        max-width: 100%;
    }

    .mission-image-wrap {
        margin: 0 auto;
        max-width: 100%;
    }
}

@media (max-width:768px) {

    .about-hero {
        margin-top: 65px;
    }
}

@media (max-width:600px) {
    .about-stats {
        padding: 2.063rem 0;
    }

    .experts-head {
        max-width: 100%;
    }

    .drives-us-forward {
        padding-bottom: 3rem;
    }

    .drives-grid {
        row-gap: 20px;
    }

    .experts-head {
        margin: 0 auto 2rem;
    }

    .growing-together {
        padding: 0 0 3rem;
    }

    .experts-behind-success {
        padding: 3rem 0 3rem;
        margin-bottom: 3rem;
    }

    .mission-title {
        font-size: 1.55rem;
        line-height: 1.8rem;
    }

    .expert-photo {
        height: auto;
        aspect-ratio: 0;
        border-radius: 1rem;
    }

    .journey-item p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .drives-card p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .journey-item h3 {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }

    .journey-year {
        font-size: 1.125rem;
        line-height: 1.125rem;
        margin-bottom: 0.8rem;
    }

    .mission-text {
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 0 1.5rem;
    }

    .our-mission-ic-wrapper {
        column-gap: 12px;
        margin-bottom: 1rem;
    }

    .drives-sub {
        font-size: 1rem;
        margin: 0 0 0.5rem;
    }

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

    .drives-head {
        max-width: 100%;
    }


    .expert-name {
        font-size: 1rem;
        line-height: 1.2rem;
        margin: 0 0 0.2rem;
    }

    .expert-role {
        font-size: 0.95rem;
        line-height: 1rem;
        margin-top: 0.25rem;
    }

    .expert-photo {
        margin: 0 auto 1rem;
    }

    .experts-grid {
        gap: 20px;
    }

    .about-stat-label {
        font-size: 0.875rem;
        line-height: 18px;
    }

    .about-hero {
        padding: 40px 0 40px;
    }
}