:root {
    --ParaThree: 16px;
    --ParaFour: 14px;
    --HeadingBehavior: 35px;
    --colorPurple: #84298d;
    --colorRed: #b81e42;
    --colorOrange: #e66124;


}


.bg-banner.about-banner .curtain {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 200px;
    content: "";
    background: linear-gradient(90deg, rgb(145, 27, 46) 14%, rgb(255, 0, 41) 14%, rgb(255, 0, 41) 33%, rgb(145, 27, 46) 33%, rgb(145, 27, 46) 55%, rgb(255, 0, 41) 55%, rgb(255, 0, 41) 77%, rgb(145, 27, 46) 77%, rgb(145, 27, 46) 100%);
    z-index: 3;
}

/* .section-ceos {
    width: 100%;
    padding: 150px 0 50px;
    min-height: 900px;
} */

.ceo-txt-box {
    width: 100%;
}

.ceo-txt-box article {
    width: 50%;
    font-size: var(--ParaSuper);
    font-family: var(--FontEuclidB);
    /* color: var(--ColorDarkBlue); */
    color: #454a8c;
    /* text-transform: uppercase; */
    text-align: right;
    line-height: 1.2;
    padding-right: 2.5%;
    float: left;
}

.ceo-txt-box .ceo-detail {
    width: 50%;
    float: right;
    padding-left: 2.5%;
}

.ceo-txt-box .ceo-detail p {
    font-family: var(--FontAeonikR);
    font-size: var(--ParaThree);
    color: var(--ColorBlack);
    margin-bottom: 20px;
}

.ceo-txt-box article {
    position: relative;
}

.ceo-txt-box .quote::before {
    content: "";
    background-image: url(../images/quote-start.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -15px;
    /* left: 150px; */
    left: -10px;
}

.quote-end {
    width: 20px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.section-behavior {
    width: 100%;
    padding: 100px 0 50px;
}

.icon-txt-bx {
    padding: 0 25px;
}

.section-behavior h2 {
    font-size: var(--HeadingOne);
    font-family: var(--FontEuclidB);
    color: var(--ColorDarkBlue);
    text-transform: uppercase;
    text-align: center;
    line-height: 0.85;
}

.section-behavior h2 {
    font-size: var(--HeadingOne);
    font-family: var(--FontEuclidB);
    /* color: var(--ColorDarkBlue); */
    color: #454a8c;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.85;
}

.section-behavior h3 {
    font-size: var(--HeadingBehavior);
    font-family: var(--FontEuclidB);

    text-transform: uppercase;
    text-align: center;
    line-height: 0.85;
    margin-top: 30px;
}

.section-behavior h4 {
    font-size: var(--ParaTwo);
    font-family: var(--FontEuclidB);
    text-transform: uppercase;
    color: #000;
    min-height: 44px;
}

.section-behavior p {
    font-size: var(--ParaThree);
    font-family: var(--FontAeonikR);
    color: var(--ColorBlack);
}



.txt-blue {
    color: var(--ColorDarkBlue);
}

.txt-purple {
    color: var(--colorPurple);
}

.txt-red {
    color: var(--colorRed);
}

.txt-orange {
    color: var(--colorOrange);
}

.section-innovating {
    width: 100%;
    padding: 100px 0 0px;
}

.section-innovating h2 {
    font-size: var(--HeadingOne);
    font-family: var(--FontEuclidB);
    /* color: var(--ColorDarkBlue); */
    color: #454a8c;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.85;
}

.section-innovating p {
    width: 65%;
    font-family: var(--FontAeonikR);
    font-size: var(--ParaOne);
    color: var(--ColorBlack);
    text-align: center;
    margin: 20px 17.5% 10px
}

.innovating-banner {
    margin-top: 25px;
}

.section-leadership {
    width: 100%;
    padding: 100px 0 50px;
    background-color: #b3e1ed;
}

.section-leadership h2 {
    font-size: var(--HeadingOne);
    font-family: var(--FontEuclidB);
    /* color: var(--ColorDarkBlue); */
    color: #454a8c;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.85;
    padding-top: 40px;
}

.leadership-bx {
    width: 100%;
    max-height: 530px;
    margin-top: 50px;
    border-radius: 35px;
    position: relative;
    z-index: 999;
    overflow-y: hidden;
}

.leadership-bx img {
    filter: grayscale(100%);
    transition: all 0.5s;
}

.leadership-bx:hover img {
    filter: grayscale(0)
}

.leadership-txt-bx {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -76%;
    left: 0;
    z-index: 99;
    transition: all 0.5s;
    border-radius: 35px;
    background-color: #454a8c;
}

.leadership-bx:hover .leadership-txt-bx {
    bottom: 0;
    opacity: 1;
    transition-delay: 1s;
}

.time-line h1 {
    position: absolute;
    left: 3%;
    top: -20%;
    transform: translateY(-50%);
    font-size: var(--HeadingOne);
    font-family: var(--FontEuclidB);
    /* color: var(--ColorDarkBlue); */
    color: #454a8c;
    text-transform: uppercase;
    line-height: 0.85;
    z-index: 10;
    max-width: 200px;
}

@media(max-width: 820.5px) {
    .time-line h1 {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-width: none !important;
        width: 100%;
        text-align: center;
    }

    .timeline-section {
        padding: 18rem 0rem 6rem;
    }

    .post-reveal-box {
        height: 60%;
    }


}

@media(max-width: 768.5px) {
    .time-line h1 {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-width: none !important;
        width: 100%;
        text-align: center;
    }
}


.pre-reveal-box {
    width: 100%;
    /* height: 158px; */
    height: auto;
    background: #454a8c;
    /* padding: 25px; */
    padding: 25px 25px 0px 25px;
    box-shadow: 0 -40px 60px 30px rgba(69, 74, 140, 1);
}

.post-reveal-box {
    width: 100%;
    padding: 0 25px;
    height: 70%;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    scrollbar-width: thin;
    scrollbar-color: #a9dff0 #454a8c;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.leadership-bx:hover .post-reveal-box {
    opacity: 1;
    transition-delay: 1.2s;
}

.leadership-txt-bx h5 {
    /* font-size: var(--ParaSuper); */
    font-size: var(--HeadingFive);
    font-family: var(--FontEuclidB);
    color: var(--ColorLightBlue);
    text-transform: uppercase;
    line-height: 0.85;
}

.leadership-txt-bx h6 {
    font-size: var(--ParaTwo);
    font-family: var(--FontEuclidB);
    color: #ebf6fd;
    text-transform: uppercase;
    line-height: 0.85;
    margin: 15px 0;
}

.leadership-txt-bx p {
    font-family: var(--FontAeonikR);
    font-size: var(--ParaFour);
    color: var(--ColorWhite);
}

.section-our-story {
    width: 100%;
    padding: 50px 0 0;
}

.section-our-story h2 {
    font-size: var(--HeadingOne);
    font-family: var(--FontEuclidB);
    color: #454a8c;
    /* color: var(--ColorDarkBlue); */
    text-transform: uppercase;
    text-align: center;
    line-height: 0.85;
}

/* Timeline Stack Styles */
.timeline-section {
    background-image: url(../images/timeline-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 18rem 0rem 5rem;
    position: relative;
}

/* .timeline-bx {
    width: 100%;
    background-image: url(../images/timeline-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 690px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
} */
/* CONTROLS */
.controls {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.controls img {
    display: none;
}

.controls:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 4px solid #343579;
    border-bottom: 4px solid #343579;
    transition: 500ms all;
}

.controls:hover:after {
    transform: translateX(-10px) rotate(45deg);
}

.controls:active:after {
    transform: translateX(-20px) rotate(45deg);
    transition: 300ms all;
}

.controls.next {
    left: auto;
    right: 120px;
    transform: rotate(180deg);
}

.timeline-controls-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -70px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 80px;
    pointer-events: none;
    z-index: 20;
}

.timeline-controls-wrapper .controls {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    pointer-events: auto;
}

/* TIMELINE */
.time-line {
    width: 100%;
    height: 480px;
    /* background-color: #0053A0; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.time-line * {
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

.time-line .dates-overflow {
    left: 0;
    width: 500vw;
    position: absolute;
    bottom: 50px;
    height: 50px;
}

.time-line .dates-wrap {
    display: inline-block;
    position: absolute;
    height: 100%;
    left: calc(50vw - 80px);
}

.time-line .dates-wrap:before,
.time-line .dates-wrap:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 100%;
    left: -1px;
    transform: translate(-50%, -50%);
    /* background: linear-gradient(to right, rgba(0, 83, 160, 1) 0%, rgba(125, 185, 232, 0) 100%); */
    z-index: 2;
}

.time-line .dates-wrap:after {
    left: auto;
    right: -1px;
    /* background: linear-gradient(to left, rgba(0, 83, 160, 1) 0%, rgba(125, 185, 232, 0) 100%); */
    transform: translate(50%, -50%);
}

/* DATE */
.time-line .date {
    width: 160px;
    position: relative;
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* DATE CONTENT */
.time-line .date-content {
    visibility: hidden;
    position: absolute;
    width: 460px;
    /* height: 800px; */
    height: 568px;
    bottom: 100%;
    margin-bottom: 10px;
    /* border-radius: 3px; */
    transform-origin: 50% 100%;
    transform: scale(0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
}

.time-line .date-content:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    top: 100%;
    margin-top: 8px;
    height: 60px;
    opacity: 0;
    /* background-color: #fff; */
    background-color: #343579;
    transform: scaleY(0);
    transform-origin: 100% 100%;
}

.time-line .date-image {
    width: 100%;
    /* height: calc(100% - 60px); */
    height: calc(100% - 20px);
    /* height: 100%; */
    /* background-image: url(https://images.unsplash.com/photo-1573591172652-f548fe02ef77?auto=format&fit=crop&w=844&q=80); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    box-shadow: -1px 5px 13px 5px rgba(179, 179, 179, 0.81);
    -webkit-box-shadow: -1px 5px 13px 5px rgba(179, 179, 179, 0.81);
    -moz-box-shadow: -1px 5px 13px 5px rgba(179, 179, 179, 0.81);
}

.time-line .date-content>div {
    opacity: 0;
    transform: translateY(40px);
}

.time-line .date-text {
    width: 100%;
    height: 60px;
    /* background-color: #fff; */
    background-color: #343579;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #0053A0; */
    color: #fff;
}

/* DATE YEAR */
.time-line .date-year {
    opacity: 0.4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.time-line .date-year p {
    position: absolute;
    top: 80px;
    line-height: 0;
    /* color: #fff; */
    color: #343579;
    font-size: 35px;
    font-weight: 900;
    transform: scale(0.4);
    z-index: 2;
}

.time-line .date-year:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    /* background-color: #fff; */
    background-color: #343579;
    bottom: 100%;
    margin-bottom: -7px;
    border-radius: 50%;
    transform: scale(0.4);
}

.time-line .date-year:before {
    content: "";
    position: absolute;
    top: 0;
    width: 200%;
    height: 1px;
    /* background-color: #fff; */
    background-color: #343579;
}

.time-line .date-year:hover {
    opacity: 1 !important;
}

.time-line .date-year:hover:after {
    transform: scale(1) !important;
}

/* SIBLING */
.time-line .date.sibling .date-year {
    opacity: 0.6;
}

.time-line .date.sibling .date-year:after {
    transform: scale(0.8);
}

.time-line .date.sibling .date-year p {
    transform: scale(0.6);
}

/* ACTIVE */
.time-line .date.active .date-year {
    opacity: 1;
}

.time-line .date.active .date-year:before {
    width: calc(200% - 11px);
}

.time-line .date.active .date-year:after {
    transform: scale(1);
}

.time-line .date.active .date-year p {
    transform: scale(1.2);
}

.time-line .date.active .date-content {
    transform: scale(1);
    visibility: visible;
}

.time-line .date.active .date-content:after {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 200ms;
}

.time-line .date.active .date-content div {
    opacity: 1;
    transform: translateY(0px) scale(1);
    transition-delay: 200ms;
}

.time-line .date.active+.date .date-year {
    opacity: 0.6;
}

.time-line .date.active+.date .date-year:after {
    transform: scale(0.8);
}

.time-line .date.active+.date .date-year p {
    transform: scale(0.6);
}

.custom-scroll {
    overflow-y: auto;
    /* Force scrollbar visibility on some browsers */
    scrollbar-width: thin;
    scrollbar-color: #a9dff0 #454a8c;
}

/* Chrome, Edge, and Safari */
.custom-scroll::-webkit-scrollbar {
    width: 8px;
    /* Slightly wider for better visibility */
    display: block !important;
    /* Force display */
}

.custom-scroll::-webkit-scrollbar-track {
    background: #343579;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #a9dff0;
    border-radius: 10px;
    border: 2px solid #343579;
    /* Increased border for contrast */
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

.banner-section.about-banner .banner-split-text {
    color: #454a8c;
}

@media(max-width:1600px) {
    .ceo-txt-box .quote::before {
        left: 15px;
    }
}

@media(max-width:1440px) {
    .leadership-txt-bx {
        bottom: -73%;
    }

    .post-reveal-box {
        height: 60%;
    }

    .leadership-txt-bx h5 {
        font-size: 25px;
    }
}

@media(max-width:1366px) {
    .leadership-txt-bx h5 {
        font-size: 20px;
        line-height: 1.2;
    }

    .leadership-txt-bx {
        bottom: -70%;
    }

    .ceo-txt-box article {
        font-size: 24px;
        line-height: 1.1;
    }

    .ceo-txt-box .quote::before {
        left: 10px;
    }

    .section-behavior .swiper-slide img {
        max-width: 229px;
        max-height: 229px;
    }

    .pre-reveal-box {
        /* height: 200px; */
        height: auto;
    }

    .post-reveal-box {
        height: 50%;
    }
}

@media (max-width: 1280px) {
    .leadership-txt-bx h5 {
        font-size: 18px;
    }

    .leadership-txt-bx h6 {
        font-size: 12px;
    }

    .leadership-txt-bx p {
        font-size: 12px;
    }

    .post-reveal-box {
        height: 57%;
    }
}

@media(max-width:991.5px) {
    .time-line .dates-overflow {
        width: 700vw;
    }

    .ceo-txt-box {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .ceo-txt-box article {
        width: 100%;
        text-align: center;
    }

    .ceo-txt-box .ceo-detail {
        width: 100%;
        padding-left: 0%;
        text-align: center;
    }

    .ceo-txt-box .quote::before {
        left: -20px;
    }

    .section-innovating {
        padding: 50px 0 50px;
    }

    .post-reveal-box {
        height: 50%;
    }

    .section-innovating p {
        width: 100%;
        margin: 20px 0 40px;
    }
}

@media(max-width:820px) {
    .timeline-section {
        margin-top: 50px;
        padding: 18rem 0rem 6rem;
    }

    .time-line h1 {
        left: 50%;
        top: -50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding-bottom: 30px;
    }
}

@media(max-width:768px) {
    .time-line .dates-overflow {
        width: 700vw;
    }

    .timeline-controls-wrapper {
        justify-content: center;
        gap: 20px;
        padding: 0;
        align-items: start !important;
        justify-content: space-between !important;
        padding: 0 40px !important;
        /* Center vertically */
    }

    .post-reveal-box {
        height: 60%;
    }
}


/* Behavior Swiper Navigation Arrows */
.behaviorSwiper .nav-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.behaviorSwiper .nav-button {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    border: 1px solid var(--ColorDarkBlue);
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.behaviorSwiper .nav-button img {
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 2;
}

.behaviorSwiper .nav-button::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid var(--ColorDarkBlue);
    top: -4px;
    left: -4px;
    z-index: 1;
}

.behaviorSwiper .next-btn::before {
    top: -4px;
    left: 4px;
}

.behaviorSwiper .nav-button:active {
    transform: scale(0.9);
}

@media(min-width: 992px) {
    .behaviorSwiper .nav-controls {
        display: none !important;
    }


}

@media(max-width:600px) {
    .timeline-controls-wrapper {
        padding: 0 20px !important;
        align-items: end !important;
        justify-content: center !important;
    }

    .leadership-txt-bx {
        bottom: -78%;
    }

    .custom-scroll {
        overflow-y: scroll !important;
    }

    .timeline-section {
        background-position: center bottom;
        background-size: auto 70%;
    }


    .time-line .dates-overflow {
        width: 1100vw !important;
    }

    .time-line {
        height: 550px;
    }

    .controls {
        width: 40px;
        height: 40px;
        /* left: calc(50% - 30px); */
        left: 36%;
        bottom: -65px;
        top: auto;
        border: 1px solid var(--ColorDarkBlue);
        transition: all 0.3s ease;
    }

    .controls.next {
        /* left: calc(50% + 30px); */
        /* right: auto; */
        right: 36%;
        transform: none;
    }

    .controls:after {
        display: none;
    }

    .controls img {
        display: block;
        width: 15px;
        height: 15px;
        position: relative;
        z-index: 2;
    }

    .controls::before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        border: 1px solid var(--ColorDarkBlue);
        top: -4px;
        left: -4px;
        z-index: 1;
    }

    .controls.next::before {
        top: -4px;
        left: 4px;
    }

    .controls:active {
        transform: scale(0.9);
    }

    .time-line .date-image {
        width: 100%;
        /* height: calc(100% - 60px); */
        height: calc(100% - 70px);
    }

    .time-line h1 {
        padding-bottom: 0px;
    }

    .time-line .date-content {
        bottom: 60%;
    }

    .timeline-section {
        padding: 16rem 0rem 7rem;
    }

    .time-line h1 {
        top: -35%;
    }

    .ceo-txt-box article {
        font-size: 20px;
        line-height: 1.2;
    }

    .ceo-txt-box .quote::before {
        top: -22px;
        left: 0px;
    }

    .timeline-section {
        margin-top: 0px;
    }

    .time-line .date-content:after {
        width: 2px;
        margin-top: 4px;
        height: 30px;
    }

    .post-reveal-box {
        height: 75%;
    }
}

html[data-theme=dark] .banner-section h1 {
    color: var(--ColorWhite) !important;
}

html[data-theme=dark] p {
    color: var(--ColorWhite) !important;
}

html[data-theme=dark] h4 {
    color: var(--ColorWhite) !important;
}

html[data-theme=dark] .time-line .date-content:after {
    background-color: #fff;
}

html[data-theme=dark] .time-line .date-year:before {
    background-color: #fff;
}

html[data-theme=dark] .time-line .date-year:after {
    background-color: #fff;
}

html[data-theme=dark] .controls:after {
    border-left: 4px solid #fdfdfd;
    border-bottom: 4px solid #ffffff;
}

html[data-theme=dark] .controls.next:after {
    border-left: 4px solid #fdfdfd;
    border-bottom: 4px solid #ffffff;
}