/* Our Culture page */
.nc-page {
    overflow: hidden;
    color: var(--nh-ink, #12112f);
}

.nc-page h1,
.nc-page h2,
.nc-page h3,
.nc-page p {
    margin-top: 0;
}

.nc-page h1,
.nc-page h2,
.nc-page h3 {
    font-family: var(--nh-heading-font, "Exo", sans-serif);
}

.nc-page p,
.nc-page a,
.nc-page button,
.nc-page summary,
.nc-page blockquote {
    font-family: var(--nh-body-font, "Nunito Sans", sans-serif);
}

.nc-page h2 {
    color: var(--nh-navy, #0b084d);
    font-size: clamp(2.15rem, 4vw, 3.6rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.nc-page h2 span,
.nc-page h1 span {
    color: var(--nh-green, #08d336);
}

.nc-eyebrow {
    margin-bottom: 18px;
}

.nc-eyebrow--dark {
    color: #34ef5d;
    background: rgba(8, 211, 54, 0.1);
    border-color: rgba(8, 211, 54, 0.2);
}

.nc-hero {
    position: relative;
    min-height: 760px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(11, 8, 77, 0.96) 0%, rgba(11, 8, 77, 0.88) 45%, rgba(1, 59, 56, 0.68) 100%),
        url('../images/contact-us-hero-section.webp') center / cover no-repeat;
}

.nc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 77% 35%, rgba(8, 211, 54, 0.12), transparent 30%);
}

.nc-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 54px;
    padding-bottom: 150px;
}

.nc-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 72px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
}

.nc-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.nc-breadcrumb a:hover {
    color: #34ef5d;
}

.nc-breadcrumb i {
    font-size: 10px;
    color: #34ef5d;
}

.nc-hero__content {
    max-width: 900px;
}

.nc-hero h1 {
    max-width: 860px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.4rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.nc-hero__content > p {
    max-width: 780px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.75;
}

.nc-culture-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 900px;
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.nc-culture-point {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 22px 18px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.nc-culture-point i {
    color: #34ef5d;
    font-size: 18px;
}

.nc-stats {
    position: absolute;
    right: 12px;
    bottom: -72px;
    left: 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    padding: 30px 18px;
    color: var(--nh-navy, #0b084d);
    background: #fff;
    border: 1px solid rgba(11, 8, 77, 0.08);
    border-radius: 26px;
    box-shadow: 0 24px 65px rgba(19, 30, 76, 0.2);
}

.nc-stat {
    position: relative;
    padding: 0 32px;
}

.nc-stat + .nc-stat::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 1px;
    background: #e6e5ef;
}

.nc-stat strong {
    display: block;
    margin-bottom: 7px;
    font-family: var(--nh-heading-font, "Exo", sans-serif);
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1;
}

.nc-stat strong span {
    color: var(--nh-green, #08d336);
}

.nc-stat p {
    margin-bottom: 0;
    color: var(--nh-muted, #5c5a88);
    font-size: 14px;
    font-weight: 700;
}

.nc-gallery {
    padding-top: 180px;
    background: #fff;
}

.nc-gallery__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 40px;
}

.nc-gallery__header h2 {
    margin-bottom: 0;
}

.nc-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.nc-filter {
    padding: 10px 17px;
    color: var(--nh-muted, #5c5a88);
    background: #f5f5fa;
    border: 1px solid #e9e8f1;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: 180ms ease;
}

.nc-filter:hover,
.nc-filter.is-active {
    color: #fff;
    background: var(--nh-navy, #0b084d);
    border-color: var(--nh-navy, #0b084d);
}

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

.nc-gallery-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e4ef;
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(11, 8, 77, 0.07);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.nc-gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(11, 8, 77, 0.13);
}

.nc-gallery-card[hidden] {
    display: none;
}

.nc-gallery-card__media {
    position: relative;
    aspect-ratio: 1.25;
}

.nc-gallery-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nc-gallery-card__media > span {
    position: absolute;
    right: 16px;
    bottom: -17px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    color: #fff;
    background: #3154d9;
    border: 4px solid #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.nc-gallery-card__body {
    min-height: 238px;
    padding: 37px 22px 25px;
}

.nc-gallery-card__body h3 {
    margin-bottom: 12px;
    color: var(--nh-navy, #0b084d);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.nc-gallery-card__body p {
    margin-bottom: 0;
    color: var(--nh-muted, #5c5a88);
    font-size: 14px;
    line-height: 1.65;
}

.nc-values {
    background: linear-gradient(120deg, #f4f5f9 0%, #effaf4 100%);
}

.nc-values__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 9%;
}

.nc-section-copy h2 {
    margin-bottom: 24px;
}

.nc-section-copy > p,
.nc-heading-row > p {
    color: var(--nh-muted, #5c5a88);
    font-size: 17px;
    line-height: 1.75;
}

.nc-values__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nc-value {
    min-height: 250px;
    padding: 34px;
}

.nc-value:nth-child(odd) {
    border-right: 1px solid #dfe5e5;
}

.nc-value:nth-child(-n + 2) {
    border-bottom: 1px solid #dfe5e5;
}

.nc-soft-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    color: var(--nh-navy, #0b084d);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(11, 8, 77, 0.06);
    border-radius: 17px;
    box-shadow: 0 13px 30px rgba(22, 40, 69, 0.08);
    font-size: 21px;
}

.nc-value h3 {
    margin-bottom: 10px;
    color: var(--nh-navy, #0b084d);
    font-size: 23px;
    font-weight: 700;
}

.nc-value p {
    margin-bottom: 0;
    color: var(--nh-muted, #5c5a88);
    font-size: 15px;
    line-height: 1.65;
}

.nc-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
    align-items: end;
    gap: 10%;
    margin-bottom: 70px;
}

.nc-heading-row h2,
.nc-heading-row > p {
    margin-bottom: 0;
}

.nc-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.nc-process::before {
    content: "";
    position: absolute;
    top: 39px;
    right: 9%;
    left: 9%;
    height: 2px;
    background: linear-gradient(90deg, var(--nh-navy, #0b084d), #5e72d8 65%, var(--nh-green, #08d336));
}

.nc-process__step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.nc-process__marker {
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: #fff;
    border: 2px solid var(--nh-navy, #0b084d);
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff;
}

.nc-process__marker span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #fff;
    background: var(--nh-navy, #0b084d);
    border-radius: 50%;
    font-family: var(--nh-heading-font, "Exo", sans-serif);
    font-weight: 800;
}

.nc-process__step:last-child .nc-process__marker {
    border-color: var(--nh-green, #08d336);
}

.nc-process__step:last-child .nc-process__marker span {
    background: var(--nh-green, #08d336);
}

.nc-process__step h3 {
    margin-bottom: 10px;
    color: var(--nh-navy, #0b084d);
    font-size: 20px;
    font-weight: 700;
}

.nc-process__step p {
    margin-bottom: 0;
    color: var(--nh-muted, #5c5a88);
    font-size: 13px;
    line-height: 1.65;
}

.nc-workflow__closing {
    margin: 54px 0 0;
    color: var(--nh-navy, #0b084d);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.nc-learning {
    background: linear-gradient(125deg, #f3f4f8 0%, #eefaf3 100%);
}

.nc-learning__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 7%;
}

.nc-learning__media {
    min-height: 650px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(29, 50, 72, 0.18);
}

.nc-learning__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nc-learning__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nc-learning-item {
    display: flex;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid #d9e0e1;
}

.nc-learning-item:last-child {
    border-bottom: 0;
}

.nc-learning-icon {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: #fff;
    background: var(--nh-navy, #0b084d);
    border-radius: 50%;
    font-size: 17px;
}

.nc-learning-item h3 {
    margin-bottom: 7px;
    color: var(--nh-navy, #0b084d);
    font-size: 20px;
    font-weight: 700;
}

.nc-learning-item p {
    margin-bottom: 0;
    color: var(--nh-muted, #5c5a88);
    font-size: 14px;
    line-height: 1.65;
}

.nc-voices {
    position: relative;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(11, 8, 77, 0.96), rgba(3, 55, 54, 0.88)),
        url('../images/contact-us-hero-section.webp') center / cover no-repeat;
}

.nc-voices__heading {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.nc-voices h2 {
    margin-bottom: 0;
    color: #fff;
}

.nc-voices__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.nc-quote {
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 34px;
    color: var(--nh-ink, #12112f);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.19);
}

.nc-quote > i {
    margin-bottom: 24px;
    color: var(--nh-green, #08d336);
    font-size: 28px;
}

.nc-quote blockquote {
    flex: 1;
    margin: 0 0 28px;
    color: #393654;
    font-size: 16px;
    line-height: 1.75;
}

.nc-quote__author {
    display: flex;
    align-items: center;
    gap: 13px;
}

.nc-quote__author > span {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    color: #fff;
    background: var(--nh-navy, #0b084d);
    border-radius: 50%;
    font-family: var(--nh-heading-font, "Exo", sans-serif);
    font-weight: 800;
}

.nc-quote__author strong,
.nc-quote__author small {
    display: block;
}

.nc-quote__author strong {
    color: var(--nh-navy, #0b084d);
    font-family: var(--nh-heading-font, "Exo", sans-serif);
    font-size: 15px;
}

.nc-quote__author small {
    margin-top: 2px;
    color: var(--nh-muted, #5c5a88);
    font-size: 12px;
}

.nc-career {
    background: #fff;
}

.nc-career__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: clamp(42px, 6vw, 78px);
    color: #fff;
    background:
        radial-gradient(circle at 80% 25%, rgba(8, 211, 54, 0.18), transparent 28%),
        linear-gradient(115deg, #0b084d 0%, #111269 62%, #073e3c 100%);
    border-radius: 30px;
    box-shadow: 0 26px 70px rgba(11, 8, 77, 0.2);
}

.nc-career__card > div {
    max-width: 790px;
}

.nc-career h2 {
    margin-bottom: 20px;
    color: #fff;
}

.nc-career p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.75;
}

.nc-career .nh-btn {
    flex: 0 0 auto;
}

.nc-faq {
    padding-top: 30px;
    background: #fff;
}

.nc-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: 9%;
}

.nc-faq__intro {
    position: sticky;
    top: 120px;
}

.nc-faq__intro > h2 {
    margin-bottom: 22px;
}

.nc-faq__intro > p,
.nc-faq__contact > p {
    color: var(--nh-muted, #5c5a88);
    font-size: 16px;
    line-height: 1.7;
}

.nc-faq__contact {
    margin-top: 36px;
    padding: 30px;
    background: linear-gradient(135deg, #f3f4fa, #eefaf3);
    border: 1px solid #e2e5ea;
    border-radius: 20px;
}

.nc-faq__contact h3 {
    margin-bottom: 10px;
    color: var(--nh-navy, #0b084d);
    font-size: 21px;
    font-weight: 700;
}

.nc-faq__contact p {
    margin-bottom: 22px;
    font-size: 14px;
}

.nc-faq-item {
    border-bottom: 1px solid #dfdfea;
}

.nc-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 52px 25px 0;
    color: var(--nh-navy, #0b084d);
    font-size: 17px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.nc-faq-item summary::-webkit-details-marker {
    display: none;
}

.nc-faq-item summary span,
.nc-faq-item summary span::after {
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background: var(--nh-navy, #0b084d);
    content: "";
    transition: transform 180ms ease;
}

.nc-faq-item summary span {
    right: 12px;
}

.nc-faq-item summary span::after {
    transform: rotate(90deg);
}

.nc-faq-item[open] summary span::after {
    transform: rotate(0deg);
}

.nc-faq-item[open] summary {
    color: var(--nh-green, #08d336);
}

.nc-faq-item > p {
    max-width: 760px;
    margin: -5px 52px 25px 0;
    color: var(--nh-muted, #5c5a88);
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .nc-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nc-gallery-card__media {
        aspect-ratio: 1.55;
    }

    .nc-gallery-card__body {
        min-height: 190px;
    }

    .nc-learning__media {
        min-height: 580px;
    }
}

@media (max-width: 991px) {
    .nc-hero {
        min-height: auto;
    }

    .nc-hero__inner {
        padding-bottom: 48px;
    }

    .nc-breadcrumb {
        margin-bottom: 50px;
    }

    .nc-culture-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nc-stats {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 45px;
    }

    .nc-gallery {
        padding-top: 90px;
    }

    .nc-values__grid,
    .nc-learning__grid,
    .nc-faq__grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .nc-heading-row {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 54px;
    }

    .nc-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 42px;
    }

    .nc-process::before {
        display: none;
    }

    .nc-learning__media {
        min-height: 500px;
    }

    .nc-voices__grid {
        grid-template-columns: 1fr;
    }

    .nc-quote {
        min-height: 250px;
    }

    .nc-career__card {
        align-items: flex-start;
        flex-direction: column;
    }

    .nc-faq__intro {
        position: static;
    }
}

@media (max-width: 767px) {
    .nc-page h2 {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    .nc-hero__inner {
        padding-top: 34px;
    }

    .nc-breadcrumb {
        margin-bottom: 38px;
    }

    .nc-hero h1 {
        font-size: clamp(2.65rem, 13vw, 4rem);
    }

    .nc-hero__content > p {
        font-size: 16px;
    }

    .nc-culture-points {
        grid-template-columns: 1fr;
    }

    .nc-culture-point {
        padding-top: 16px;
    }

    .nc-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 16px;
        border-radius: 20px;
    }

    .nc-stat {
        padding: 22px 16px;
    }

    .nc-stat + .nc-stat::before {
        display: none;
    }

    .nc-stat:nth-child(odd) {
        border-right: 1px solid #e6e5ef;
    }

    .nc-stat:nth-child(-n + 2) {
        border-bottom: 1px solid #e6e5ef;
    }

    .nc-gallery__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .nc-filters {
        justify-content: flex-start;
    }

    .nc-gallery__grid {
        grid-template-columns: 1fr;
    }

    .nc-gallery-card__media {
        aspect-ratio: 1.4;
    }

    .nc-values__list {
        grid-template-columns: 1fr;
    }

    .nc-value {
        min-height: 0;
        padding: 30px 0;
        border-right: 0 !important;
        border-bottom: 1px solid #dfe5e5 !important;
    }

    .nc-value:last-child {
        border-bottom: 0 !important;
    }

    .nc-process {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .nc-process__step p {
        max-width: 440px;
        margin-right: auto;
        margin-left: auto;
    }

    .nc-learning__media {
        min-height: 360px;
        border-radius: 20px;
    }

    .nc-learning-item {
        gap: 16px;
    }

    .nc-quote {
        padding: 27px;
    }

    .nc-career__card {
        gap: 32px;
        border-radius: 22px;
    }

    .nc-faq__contact {
        padding: 24px;
    }
}

@media (max-width: 479px) {
    .nc-stat p {
        font-size: 12px;
    }

    .nc-gallery-card__body {
        min-height: 0;
    }

    .nc-learning__media {
        min-height: 280px;
    }

    .nc-faq-item summary {
        padding-right: 42px;
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nc-gallery-card,
    .nc-filter,
    .nc-faq-item summary span::after {
        transition: none;
    }
}
