.na-page {
    --na-radius: 34px;
    background: #fff;
}

.na-page h1,
.na-page h2,
.na-page h3,
.na-page p {
    margin-top: 0;
}

.About-page-hero-section .row {
    height: 460px;
    min-height: 0;
    padding: 28px 0 58px;
    box-sizing: border-box;
}

.About-page-hero-section h1 {
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 1.08;
}

.About-page-hero-section p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.55;
}

.na-story {
    position: relative;
}

.na-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
    gap: 82px;
    align-items: start;
}


.na-story p {
    color: #04091E;
}

.na-story-copy h2,
.na-faq-intro h2 {
    margin-bottom: 26px;
}

.na-story-copy p,
.na-faq-intro > p {
    color: var(--nh-muted);
}

.na-story-visual {
    position: relative;
    min-height: 575px;
    padding: 24px;
    border-radius: var(--na-radius);
    background: linear-gradient(145deg, #eff2fa, #f8fff9);
}

.na-story-visual::before {
    position: absolute;
    width: 88%;
    height: 88%;
    right: -18px;
    bottom: -18px;
    content: "";
    border: 1px solid rgba(8, 211, 54, .35);
    border-radius: var(--na-radius);
    z-index: -1;
}

.na-story-visual > img {
    width: 100%;
    height: 100%;
    min-height: 525px;
    border-radius: 24px;
    object-fit: cover;
}

.na-story-card {
    position: absolute;
    display: flex;
    min-width: 190px;
    padding: 18px 20px;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 18px;
    color: #fff;
    background: rgba(11, 8, 77, .9);
    box-shadow: 0 18px 40px rgba(11, 8, 77, .23);
    backdrop-filter: blur(12px);
}

.na-story-card strong {
    color: var(--nh-green);
    font: 800 31px/1 Exo, sans-serif;
}

.na-story-card span {
    max-width: 108px;
    font-size: 13px;
    line-height: 1.25;
}

.na-story-card i {
    color: var(--nh-green);
    font-size: 25px;
}

.na-story-card-top {
    top: 55px;
    left: -38px;
}

.na-story-card-bottom {
    right: -36px;
    bottom: 54px;
}

.na-purpose-grid {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.na-purpose-card {
    position: relative;
    min-height: 335px;
    padding: 30px;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(11, 8, 77, .06);
}

.na-purpose-card::after {
    position: absolute;
    width: 150px;
    height: 150px;
    right: -75px;
    bottom: -75px;
    content: "";
    border-radius: 50%;
    background: rgba(8, 211, 54, .1);
}

.na-purpose-icon img {
    width: 60px;
    margin-bottom: 10px;
}

.na-purpose-card span {
    color: var(--nh-green-dark);
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.na-founder-kicker {
    display: block;
    margin-bottom: 9px;
    color: var(--nh-green-dark);
    font-family: Exo, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.na-purpose-card h3 {
    max-width: 530px;
    margin-bottom: 17px;
    color: var(--nh-navy);
    font-size: 30px;
    font-weight: 750;
    line-height: 1.2;
}

.na-purpose-card p {
    max-width: 590px;
    margin-bottom: 0;
    color: #04091E;
}

.na-stats {
    display: grid;
    margin-top: 42px;
    padding: 34px 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    color: var(--nh-navy);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(11, 8, 77, .06);
}

.na-stats > div {
    display: grid;
    padding: 4px 28px;
    grid-template-columns: 36px auto;
    align-items: center;
    column-gap: 20px;
}

.na-stats > div:last-child {
    border-right: 0;
}

    .na-stats img {
        grid-row: span 2;
        width: 50px;
    }

.na-stats strong {
    font: 800 35px/1 Exo, sans-serif;
}

    .na-stats span {
        margin-top: 6px;
        color: #04091E;
        font-size: 13px;
    }

.na-work {
    background: #f7f7fb;
}

.na-work-list {
    display: grid;
    gap: 20px;
}

.na-work-shell,
.na-testimonial-shell {
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/small-service-lines.webp);
}

.na-work-shell {
    display: grid;
    padding: 76px;
    grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
    gap: 80px;
}

.na-work-shell::after,
.na-testimonial-shell::after {
    position: absolute;
    width: 290px;
    height: 290px;
    right: -150px;
    bottom: -150px;
    content: "";
    border: 1px solid rgba(8, 211, 54, .28);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(8, 211, 54, .035), 0 0 0 110px rgba(8, 211, 54, .025);
}

.na-work-intro,
.na-work-list {
    position: relative;
    z-index: 1;
}

.na-work-intro h2,
.na-testimonial-heading h2 {
    color: #fff;
}

.na-work-intro p {
    color: rgba(255, 255, 255, .72);
}

    .na-work-list article {
        display: grid;
        grid-template-columns: 70px 1fr;
        gap: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        padding: 15px !important;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 20px;
        background: rgba(255, 255, 255, .1);
        box-shadow: 0 18px 38px rgba(0, 0, 30, .2);
    }

.na-work-list article:first-child {
    padding-top: 0;
}

.na-work-list article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

        .na-work-list article > span {
            color: #5C5A88;
            font: 600 60px / 1 Exo, sans-serif;
            opacity: 0.9;
            text-align: start;
            display: flex;
            justify-content: center;
            align-items: start;
        }

.na-work-list h3 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.na-work-list p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.6;
}

.na-founder {
    display: grid;
    margin-top: 60px;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    gap: 78px;
    align-items: center;
}

.na-founder-photo {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(150deg, #0b084d, #174b5a);
}

.na-founder-photo::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .48;
    background: url('/images/Our Team_11zon.webp') center/cover;
}

.na-founder-photo > img {
    position: absolute;
    z-index: 1;
    width: 95%;
    height: 95%;
    object-fit: contain;
    object-position: bottom;
}

.na-founder-photo > div {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 14px;
    left: 26px;
    padding: 21px 24px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 18px;
    color: #fff;
    background: rgba(11, 8, 77, .78);
    backdrop-filter: blur(12px);
}

.na-founder-photo strong,
.na-founder-photo span {
    display: block;
}

.na-founder-photo strong {
    font: 750 22px/1.2 Exo, sans-serif;
}

.na-founder-photo span {
    margin-top: 5px;
    color: var(--nh-green);
}

.na-founder-copy h3 {
    margin-bottom: 22px;
    color: var(--nh-navy);
    font-size: 22px;
    font-weight: 750;
    line-height: 1.08;
}

.na-founder-copy p {
    color: var(--nh-muted);
}

.na-founder-copy blockquote {
    margin: 28px 0;
    padding: 6px 0 6px 24px;
    border-left: 4px solid var(--nh-green);
    color: var(--nh-navy);
    font: 700 16px/1.45 Exo, sans-serif;
}

.na-team-heading {
    display: grid;
    margin-top: 115px;
    margin-bottom: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
    gap: 70px;
    align-items: end;
}

.na-team-heading h2 {
    margin-bottom: 0;
}

.na-team-heading > p {
    margin-bottom: 3px;
    color: var(--nh-muted);
}

.na-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px;
}

.na-member {
    text-align: center;
}

.na-member-photo {
    position: relative;
    width: min(100%, 255px);
    aspect-ratio: 1;
    padding: 12px;
    border-radius: 50%;
}

.na-member-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.na-member h3 {
    margin-bottom: 4px;
    color: var(--nh-navy);
    font-size: 20px;
    font-weight: 750;
}

.na-member p {
    margin-bottom: 0;
    color: var(--nh-muted);
    font-size: 14px;
}

.na-testimonials {
    padding-top: 40px !important;
    background: linear-gradient(#fff 0 36%, #f6f7fb 36% 100%);
}

.na-testimonial-shell {
    padding: 74px 0 68px 74px;
}

.na-testimonial-heading {
    position: relative;
    z-index: 1;
    max-width: 730px;
    padding-right: 50px;
}

.na-testimonial-carousel {
    position: relative;
    z-index: 1;
    margin-top: 42px;
}

.na-quote-card {
    min-height: 350px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 24px;
    color: var(--nh-ink);
    background: #fff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.na-quote-mark {
    height: 45px;
    color: var(--nh-green);
    font: 800 62px/.8 Georgia, serif;
}

.na-quote-card > p {
    min-height: 150px;
    margin: 18px 0 28px;
    color: var(--nh-muted);
}

.na-quote-person {
    display: flex;
    gap: 12px;
    align-items: center;
}

.na-quote-person > img,
.na-quote-person > span {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    object-fit: cover;
    color: #fff;
    background: var(--nh-navy);
    font-weight: 800;
    place-items: center;
}

.na-quote-person strong,
.na-quote-person small {
    display: block;
}

.na-quote-person strong {
    color: var(--nh-navy);
}

.na-quote-person small {
    margin-top: 2px;
    color: var(--nh-muted);
}

.na-testimonial-carousel .owl-dots {
    padding-right: 74px;
    text-align: center;
}

.na-testimonial-carousel .owl-dot span {
    background: rgba(255, 255, 255, .35) !important;
}

.na-testimonial-carousel .owl-dot.active span {
    background: var(--nh-green) !important;
}

.na-faq {
    background: #f6f7fb;
}

.na-faq-grid {
    display: grid;
    grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
    gap: 84px;
    align-items: stretch;

}

.na-faq-intro {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
}

.na-faq-cta {
    margin-top: auto;
    padding-top: 0;
    border-top: 0;
}

.na-faq-cta > strong {
    display: block;
    margin-bottom: 8px;
    color: var(--nh-navy);
    font: 750 20px/1.3 Exo, sans-serif;
}

.na-faq-cta p {
    color: var(--nh-muted);
}

.na-faq-item {
    background: #fff;
    margin-bottom: 12px;
    border-radius: 20px;
}

.na-faq-item:last-child {
    margin-bottom: 0px !important;
}

.na-faq-item summary {
    display: grid;
    padding: 18px 18px;
    grid-template-columns: 32px 1fr 24px;
    gap: 14px;
    align-items: start;
    color: var(--nh-navy);
    font-weight: 400 !important;
    cursor: pointer;
    list-style: none;
}

.na-faq-item summary::-webkit-details-marker {
    display: none;
}

        .na-faq-item summary > span {
            color: var(--nh-muted);
            font: 500 18px / 1.5 Exo, sans-serif;
        }

.na-faq-item summary > strong {
    font: 500 19px/1.4 Exo, sans-serif;
}

.na-faq-item summary i {
    margin-top: 5px;
    color: var(--nh-muted);
    transition: transform .25s ease;
}

.na-faq-item[open] summary i::before {
    content: "\f068";
}

.na-faq-item > div {
    padding: 0 40px 27px 66px;
}

.na-faq-item > div p {
    margin-bottom: 0;
    color: var(--nh-muted);
}


.About-page-hero-section {
    position: relative;
    width: min(calc(100% - 40px), 1840px);
    margin: 18px auto 0px;
    overflow: hidden;
    color: #fff;
    border-radius: 28px 28px 0 28px;
    isolation: isolate;
    background: linear-gradient(rgba(11, 9, 77, 0.26) 0%, rgb(11, 9, 77) 112%), url("https://res.cloudinary.com/dwipwekrg/image/upload/v1786094519/about_us_1_duhxdy.png") center 85% / cover no-repeat;
}

.na-hero-breadcrumb {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: flex;
    min-width: 230px;
    min-height: 54px;
    padding: 15px 24px 13px 34px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--nh-navy);
    border-radius: 28px 0px 0 0;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.na-hero-breadcrumb::before {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 30px;
    height: 30px;
    content: "";
    border-bottom-right-radius: 24px;
    background: transparent;
    box-shadow: 12px 12px 0 12px #fff;
}


    .na-hero-breadcrumb::after {
        position: absolute;
        bottom: 54px;
        right: 0px;
        width: 30px;
        height: 30px;
        content: "";
        border-bottom-right-radius: 24px;
        background: transparent;
        box-shadow: 12px 12px 0 12px #fff;
    }

.na-hero-breadcrumb a {
    color: var(--nh-muted);
    text-decoration: none;
}

.na-hero-breadcrumb i,
.na-hero-breadcrumb span {
    color: var(--nh-green);
}

.na-hero-breadcrumb i {
    font-size: 9px;
}

@media (max-width: 1199px) {
    .About-page-hero-section .row {
        height: 430px;
        padding: 32px 0 68px;
    }

    .About-page-hero-section h1 {
        font-size: 44px;
    }

    .na-story-grid, .na-work-shell, .na-founder, .na-faq-grid {
        gap: 50px;
    }

    .na-work-shell {
        padding: 54px;
        grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
    }

    .na-stats > div {
        padding: 4px 18px;
    }
}

@media (max-width: 991px) {
    .na-hero {
        min-height: 650px;
        padding: 165px 0 105px;
    }

    .na-story-grid,
    .na-work-shell,
    .na-founder,
    .na-team-heading,
    .na-faq-grid {
        grid-template-columns: 1fr;
    }

    .na-story-visual {
        width: min(100%, 680px);
        margin: 0 auto;
    }

    .na-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .na-stats > div:nth-child(2) {
        border-right: 0;
    }

    .na-stats > div:nth-child(-n+2) {
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .na-stats > div:nth-child(n+3) {
        padding-top: 25px;
    }

    .na-work-shell {
        padding: 58px;
        border-radius: 54px;
    }

    .na-founder-photo {
        width: min(100%, 610px);
        margin: 0 auto;
    }

    .na-team-heading {
        gap: 20px;
    }

    .na-team-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .na-faq-intro {
        position: static;
    }

    .na-faq-cta {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .na-page {
        --na-radius: 24px;
    }

    .About-page-hero-section {
        width: calc(100% - 24px);
        margin: 12px auto 36px;
        border-radius: 22px 22px 0 22px;
    }

    .About-page-hero-section .row {
        height: auto;
        min-height: 0;
        padding: 58px 12px 98px;
    }

    .About-page-hero-section h1 {
        font-size: clamp(34px, 10.5vw, 44px);
        line-height: 1.08;
    }

    .About-page-hero-section p {
        max-width: 335px;
        font-size: 14px;
        line-height: 1.6;
    }

    .na-hero-breadcrumb {
        min-width: 190px;
        min-height: 50px;
        padding: 13px 18px 12px 28px;
        border-radius: 24px 24px 0 0;
    }

    .na-hero {
        min-height: 600px;
        padding: 145px 0 85px;
    }

    .na-hero h1 {
        font-size: clamp(42px, 12vw, 60px);
    }

    .na-hero p {
        font-size: 16px;
    }

    .na-story-grid {
        gap: 38px;
    }

    .na-story-visual,
    .na-story-visual > img {
        min-height: 370px;
    }

    .na-story-card-top {
        left: 10px;
    }

    .na-story-card-bottom {
        right: 10px;
    }

    .na-purpose-grid {
        grid-template-columns: 1fr;
    }

    .na-purpose-card {
        min-height: 0;
        padding: 32px 26px;
    }

    .na-stats {
        padding: 24px 12px;
    }

    .na-stats > div {
        padding-right: 10px;
        padding-left: 10px;
        grid-template-columns: 27px auto;
    }

    .na-stats strong {
        font-size: 28px;
    }

    .na-work-shell {
        padding: 38px 20px;
        border-radius: 30px;
    }

    .na-work-list article {
        grid-template-columns: 36px 1fr;
        gap: 14px;
        padding: 16px !important;
    }

    .na-work-list article > span {
        font-size: 38px;
    }

    .na-work-list h3 {
        font-size: 18px;
    }

    .na-work-list p {
        font-size: 14px;
    }

    .na-founder {
        margin-top: 40px;
        gap: 34px;
    }

    .na-founder-photo {
        min-height: 370px;
    }

    .na-founder-photo > div {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 16px 18px;
    }

    .na-founder-copy h3 {
        font-size: 21px;
        line-height: 1.2;
    }

    .na-team-heading {
        margin-top: 80px;
    }

    .na-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 15px;
    }

    .na-testimonial-shell {
        padding: 52px 0 50px 24px;
        border-radius: 38px;
    }

    .na-testimonial-heading {
        padding-right: 24px;
    }

    .na-testimonial-carousel .owl-dots {
        padding-right: 24px;
    }

    .na-quote-card {
        min-height: 330px;
        padding: 28px;
    }

    .na-faq-grid {
        gap: 54px;
    }

    .na-faq-item summary {
        grid-template-columns: 36px 1fr 18px;
        gap: 9px;
    }

    .na-faq-item > div {
        padding-left: 49px;
    }
}

@media (max-width: 480px) {
    .About-page-hero-section .row {
        padding-top: 48px;
    }

    .na-faq-item summary > strong {
        font: 500 16px / 1.4 Exo, sans-serif;
    }

    .na-story-visual,
    .na-story-visual > img {
        min-height: 330px;
    }

    .na-story-card {
        min-width: 160px;
        padding: 14px;
    }

    .na-purpose-card h3 {
        font-size: 25px;
    }

    .na-founder-photo {
        min-height: 340px;
    }

    .na-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 12px;
    }

    .na-member-photo {
        width: min(100%, 160px);
        padding: 8px;
    }

    .na-member h3 {
        margin-top: 2px;
        font-size: 17px;
    }

    .na-member p {
        font-size: 12px;
        line-height: 1.35;
    }
}

@media (prefers-reduced-motion: reduce) {
    .na-page [data-nh-reveal] {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
