.gap-24{
    gap: 24px;
}
.heroBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.banner_bg{
    height: calc(100dvh - 85px);
}
.counterBox2 {
    background: var(--jet-black) !important;
    border: 1px solid var(--charcoal-gray) !important;
    padding: 20px !important;
}
.counterBox2 .counter , .counterBox2 .absoluteNumber{
    font-family: "Instrument Serif", serif !important;
}
.counterBox2{
    position: relative !important;
}
.counterBox2 .absoluteNumber{
    left: unset;
    right: -24px !important;
}
.counterBox2:hover {
    background: var(--jet-black) !important;
}
/* Who We Are — repeating gallery unit */
.who-we-gallery {
    overflow: hidden;
    width: 100%;
    margin-top: 80px;
    cursor: default;
}
.who-we-gallery__viewport {
    overflow: hidden;
    width:100%;
}
.who-we-gallery__track {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: max-content;
    will-change: transform;
}
.who-we-gallery__track.is-animating {
    animation: whoWeMarquee var(--who-we-marquee-duration, 45s) linear infinite;
}
.who-we-gallery.is-paused .who-we-gallery__track.is-animating {
    animation-play-state: paused;
}
.who-we-gallery__unit {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}
.who-we-gallery__hero img {
    display: block;
    width: 513px;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.who-we-gallery__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
}
.who-we-gallery__img--wide{
    width: 450px;
    height: 100%;
}
.who-we-gallery__img--narrow{
    width: 300px;
    height: 100%;
}
.who-we-gallery__row {
    display: flex;
    gap: 20px;
    width: 100%;
}
.who-we-gallery__row--flip {
    justify-content: flex-end;
}
.who-we-gallery__grid img {
    display: block;
    object-fit: cover;
    border-radius: 24px;
    flex-shrink: 0;
}
@keyframes whoWeMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .who-we-gallery__track.is-animating {
        animation: none;
    }
}
/* Our History — year tabs */
.our-history__title {
    margin-bottom: 80px;
}
.our-history__tabs-wrap {
    margin-bottom: 64px;
    overflow: hidden;
}
.our-history__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.our-history__tab {
    flex-shrink: 0;
    border: none;
    border-radius: 999px;
    padding: 16px 28px;
    width: 166px;
    color: var(--pure-white, #fff);
    background: var(--jet-black);
    cursor: pointer;
    border: 1px solid var(--ink-black);
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.our-history__tab:hover {
    background: #2a2a2a;
}
.our-history__tab.is-active {
    background: var(--pure-white, #fff);
    color: var(--jet-black, #000);
    border: 1px solid var(--pure-white);
}
.our-history__tab:focus-visible {
    outline: 2px solid var(--pure-white, #fff);
    outline-offset: 3px;
}
.our-history__panel {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}
.our-history__panel.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.our-history__panel.is-fading {
    opacity: 0;
    transform: translateY(8px);
}
.our-history__inner {
    align-items: stretch;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.our-history__copy {
    min-width: 0;
}
.our-history__year {
    font-weight: 400;
}
.our-history__body p {
    margin: 0 0 1.25em;
}
.our-history__body p:last-child {
    margin-bottom: 0;
}
.our-history__media {
    min-width: 0;
}
.our-history__image {
    object-fit: cover;
    border-radius: 32px;
    transition: opacity 0.35s ease;
}
.our-history__image.is-fading {
    opacity: 0;
}
/* Our Core Values */
.development_card{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px;
    height: 496px ;
}
.development_card1{
    background: linear-gradient(180deg, #000000 0%, #223DFF 100%);
}
.development_card2{
    background: linear-gradient(180deg, #000000 0%, #299E77 100%);
}
.development_card3{
    background: linear-gradient(180deg, #000000 0%, #958CDD 100%);
}
.development_card4{
    background: linear-gradient(180deg, #000000 0%, #D25C1C 100%);
}
.development_card5{
    background: linear-gradient(180deg, #000000 0%, #C341CF 100%);
}
.development_card6{
    background: linear-gradient(180deg, #000000 0%, #E92A27 100%);
}
.leadership__grid,
.global-partners .partner__grid {
    max-width: 1186px;
    margin: 0 auto;
}
.global-partners .partner__grid {
    row-gap: 64px;
}
@media (max-width: 1700px) {
    .global-partners .partner__grid {
        row-gap: 40px;
    }
    .who-we-gallery__hero img {
        width: 400px;
    }
    .who-we-gallery__img--wide{
        width: 350px;
    }
    .who-we-gallery__img--narrow{
        width: 233px;
    }
    .who-we-gallery__row,.who-we-gallery__unit,.who-we-gallery__grid{
        gap: 16px;
    }
    .gap-24{
        gap: 16px;
    }
    .counterBox2{
        padding: 16px !important;
    }
    .development_card {
        height: 390px;
        padding: 25px;
    }
    .our-history__tab{
        width: 125px;
        padding: 12px 20px;
    }
    .leadership__grid, .global-partners .partner__grid{
        max-width: 950px;
    }
}
@media (max-width: 991.98px) {
    .our-history__title {
        margin-bottom: 48px;
    }
    .our-history__tabs-wrap {
        margin-bottom: 40px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .our-history__tabs {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        padding-bottom: 8px;
    }
    .our-history__inner {
        grid-template-columns: 1fr;
    }
    .our-history__tabs::-webkit-scrollbar {
        display: none;
    }
    .our-history__tab {
        scroll-snap-align: center;
        padding: 12px 22px;
        font-size: 16px;
    }
    .our-history__copy,
    .our-history__media {
        width: 100% !important;
    }
    .our-history__media {
        order: -1;
    }
    .our-history__image {
        border-radius: 20px;
    }
}
@media (max-width: 767.98px) {
    .who-we-gallery__hero img {
        width: 300px;
    }
    .who-we-gallery__img--wide{
        width: 250px;
    }
    .who-we-gallery__img--narrow{
        width: 166px;
    }
    .our-history__image {
        border-radius: 16px;
    }
    .who-we-gallery__hero img {
        width: 400px;
    }
    .who-we-gallery__img--wide{
        width: 350px;
    }
    .who-we-gallery__img--narrow{
        width: 233px;
    }
    .partner__grid {
        grid-template-columns: 1fr 1fr;
    }
}