html,
body {
    width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Hero banner start */

.ship-hero {
    position: relative;
    background-image: url(../images/company-page/company-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 550px;
    height: auto;
    padding: 75px 20px 110px 20px;
}

.our-values {
    padding-top: 85px;
}

.ship-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        313.82deg,
        rgba(31, 106, 187, 0.8) 13.8%,
        rgba(63, 183, 253, 0.8) 78.52%,
        rgba(72, 213, 255, 0.8) 122.95%
    );
    z-index: 1;
}

.ship-hero h1,
.ship-hero h2,
.ship-hero p {
    position: relative;
    z-index: 2;
    margin: 0;
}

.ship-hero__eyebrow,
.ship-hero__title,
.ship-hero__description {
    color: #FFFFFF;
}

.ship-hero__description {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    text-align: center;
    margin-top: 36px  !important;
}

.ship-hero__brand {
    font-size: clamp(50px, 11.6vw, 144px);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: clamp(1px, 0.14vw, 1px) #FFFFFF;
    color: transparent;
    text-align: center;
    /* margin-bottom: 15px; */
}

.heading-large {
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-description {
    color: #FFFFFF;
    text-transform: uppercase;
    /*margin-bottom: 49px;*/
}

.ship-hero__description--mobile {
    display: none;
}

.ship-hero__description--desktop {
    display: block;
}

@media (max-width: 576px) {

    .ship-hero {
        min-height: 550px;
        height: auto;
        padding: 80px 20px 0px;
    }
    .heading-large {
        font-size: 35px;
        line-height: 40px;
    }
    .our-values {
        padding-top: 90px;
    }

    .ship-hero__brand {
        -webkit-text-stroke: 1px #FFFFFF;
    }

    .ship-hero__description {
        font-weight: 400;
        font-size: 24px;
        line-height: 25px;
    }

    .ship-hero__description--desktop {
        display: none;
    }

    .ship-hero__description--mobile {
        display: block;
    }

    .banner-description {
        margin-bottom: 35px;
    }
}

/* ===================== Hero banner end ========================= */

/* ========= Shipmoney Understands Shipping Start ==========*/

.shipping {
    margin-top: 60px;
}

.shipping__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 110px;
}

.shipping__content {
    flex: 1;
    padding-right: 0;
}

.shipping__title {
    color: #2D2D2D;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.shipping__desc {
    font-weight: 500;
    color: #2D2D2D;
    margin-bottom: 25px;
}

.shipping__text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #1E1E1E;
    margin-bottom: 20px;
}

/* MISSION BOX */

.shipping__mission--desktop,
.shipping__mission--mobile {
    background: #E9FAFF;
    border-radius: 22px;
    padding: 20px 20px 20px 150px;
}

.shipping__mission--desktop {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    height: 104px;
    margin-left: -150px;
}

.shipping__mission-line {
    width: 6px;
    background: #5285DF;
    flex-shrink: 0;
    height: 60px;
    align-self: stretch;
    border-radius: 4px;
}

.shipping__mission-text {
    margin-bottom: 0px;
    font-style: italic;
    font-weight: 500;
    color: #000;
    font-size: clamp(18px, 1.5vw, 20px);
    line-height: 30px;
}

.shipping__mission--mobile {
    display: none;
}

/* RIGHT IMAGE */

.shipping__image-wrapper {
    flex: 1;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.shipping__image {
    position: relative;
    width: clamp(400px, 43vw, 621px);
}

.shipping__img {
    width: 100%;
    border-radius: 33px;
    display: block;
    height: 550px;
}

/* BADGES */

.shipping__badge {
    position: absolute;
    height: 62px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 31px;
    font-weight: 500;
    line-height: 120%;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.shipping__badge--top {
    top: 40px;
    right: -40px;
    background: #3479FF;
    color: #fff;
    font-size: clamp(18px, 1.5vw, 20px);
    font-weight: 400;
    line-height: 24px;
}

.shipping__badge-number {
    font-weight: 500;
    margin-bottom: 0px;
}

.shipping__badge--bottom {
    bottom: 70px;
    left: -40px;
    background: #3ED3FF;
    color: #000;
    font-size: clamp(18px, 1.5vw, 20px);
    line-height: 24px;
}

.shipping__stats {
    display: none;
}

@media (min-width: 1400px) {

    .shipping__container {
        gap: 200px;
    }

}

@media (min-width: 769px) and (max-width: 1199px) {

    .shipping {
        margin-top: 30px;
    }

    .shipping__container {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .shipping__content {
        order: 1;
        padding: 50px 40px 40px;
    }

    .shipping__title {
        font-size: clamp(34px, 4vw, 48px);
        line-height: 1.2;
    }

    .shipping__desc {
        font-size: 17px;
        line-height: 28px;
    }

    .shipping__text {
        font-size: 16px;
        line-height: 1.6;
    }

    .shipping__stats {
        order: 2;
    }

    .shipping__image-wrapper {
        order: 3;
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }

    .shipping__mission--desktop {
        display: none;
    }

    .shipping__mission--mobile {
        display: flex;
        align-items: center;
        order: 2;
        width: 100%;
        min-height: 160px;
        padding: 30px 40px;
        background: rgba(62, 211, 255, 0.21);
        border-radius: 0;
    }

    .shipping__mission--mobile .shipping__mission-line {
        width: 5px;
        height: 100px;
        background: #5285DF;
        border-radius: 4px;
        margin-right: 28px;
        flex-shrink: 0;
    }

    .shipping__mission--mobile .shipping__mission-text {
        margin: 0;
        font-size: clamp(20px, 2vw, 24px);
        line-height: 1.5;
        font-weight: 500;
        font-style: italic;
        color: #000;
    }

    .shipping__badge {
        display: none;
    }

    .shipping__stats {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 580px;
        padding: 24px 40px;
        background: rgba(62, 211, 255, 0.25);
    }

    .shipping__stat {
        flex: 0 0 auto;
        min-width: 140px;
        text-align: left;
        white-space: nowrap;
    }

    .shipping__stat-line {
        display: block;
        width: 110px;
        height: 2px;
        margin: 12px 0;
        background: #333;
    }

    .shipping__stat-text {
        font-size: 18px;
        font-weight: 400;
        color: #07235A;
        white-space: nowrap;
    }

    .shipping__stat-title {
        display: block;
        font-size: 24px;
        font-weight: 700;
    }

    .shipping__image {
        width: 100%;
        position: relative;
        order: 1;
    }

    .shipping__img {
        width: 100%;
        height: auto;
        border-radius: 0;
    }
}

@media (max-width: 768px) {

    .shipping {
        margin-top: 0px;
    }

    .shipping__container {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0px;
    }

    .shipping__content {
        padding: 40px;
        order: 1;
    }

    .shipping__desc {
        font-size: 18px;
        line-height: 24px;
    }

    .shipping__text {
        font-size: 15px;
    }

    .shipping__stats {
        order: 2;
    }

    .shipping__image-wrapper {
        order: 3;
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }

    .shipping__mission--desktop {
        display: none;
    }

    .shipping__mission--mobile {
        order: 2;
        display: flex;
        align-items: center;
        padding: 20px;
        background: rgba(62, 211, 255, 0.21);
        border-radius: 0;
        width: 100%;
        min-height: 143px;
    }

    .shipping__mission--mobile .shipping__mission-line {
        width: 4px;
        height: 90px;
        background: #5285DF;
        margin: 0 20px;
        flex-shrink: 0;
        border-radius: 4px;
    }

    .shipping__mission--mobile .shipping__mission-text {
        font-style: italic;
        font-weight: 500;
        color: #000;
        font-size: 18px;
        line-height: 26px;
        padding-top: 10px;
    }

    .shipping__badge {
        display: none;
    }

    .shipping__stats {
        width: 100%;
        display: flex;
        justify-content: center;
        background: rgba(62, 211, 255, 0.25);
        padding: 15px 20px;
        gap: 80px;
    }

    .shipping__stat {
        flex: 0 0 auto;
        text-align: left;
        min-width: 120px;
        white-space: nowrap;
    }

    .shipping__stat-line {
        display: block;
        width: 100px;
        height: 2px;
        background: #333;
        margin: 10px 0px;
    }

    .shipping__stat-text {
        font-size: 18px;
        color: #07235A;
        white-space: nowrap;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .shipping__stat-title {
        display: block;
        white-space: nowrap;
        margin-bottom: 0px;
    }

    .shipping__image {
        position: relative;
        width: 100%;
        order: 1;
    }

    .shipping__img {
        width: 100%;
        border-radius: 0;
        height: auto;
    }

}

/* SHIPPING ANIMATION effect start */

/* Prevent temporary horizontal scroll */
.shipping {
    overflow: hidden;
}

/* base hidden state */

.shipping__content--top-left,
.shipping__image-wrapper--top-right,
.shipping__bottom-item,
.shipping__badge-item {
    opacity: 0;
    will-change: transform, opacity;
}

/* desktop */

.shipping__content--top-left {
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.shipping__image-wrapper--top-right {
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.shipping__bottom-item {
    transform: translateY(35px);
    transition: opacity 0.85s ease, transform 0.85s ease;
}

.shipping__badge-item {
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* visible state */

.shipping__content--top-left.in-view,
.shipping__image-wrapper--top-right.in-view,
.shipping__bottom-item.in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* badges */

.shipping__image-wrapper--top-right.in-view .shipping__badge-item {
    opacity: 1;
    transform: translateY(0);
}

.shipping__image-wrapper--top-right.in-view .shipping__badge--top {
    transition-delay: 0.90s;
}

.shipping__image-wrapper--top-right.in-view .shipping__badge--bottom {
    transition-delay: 1.10s;
}

.shipping__mission--desktop.in-view,
.shipping__mission--mobile.in-view,
.shipping__stats.in-view {
    transition-delay: 0.10s;
}

/* tablet */

@media (max-width: 991px) {

    .shipping__content--top-left,
    .shipping__image-wrapper--top-right {
        transform: translateY(55px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .shipping__bottom-item {
        transform: translateY(45px);
    }

    .shipping__content--top-left.in-view,
    .shipping__image-wrapper--top-right.in-view,
    .shipping__bottom-item.in-view {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

}

/* mobile */

@media (max-width: 768px) {

    .shipping__image .shipping__badge-item,
    .shipping__badge-item {
        display: none !important;
    }

    .shipping__content--top-left,
    .shipping__image-wrapper--top-right,
    .shipping__bottom-item {
        opacity: 0;
        transform: translateY(25px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .shipping__content--top-left.in-view,
    .shipping__image-wrapper--top-right.in-view,
    .shipping__bottom-item.in-view {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

}

/* SHIPPING ANIMATION effect end */

/* ========= Shipmoney Understands Shipping End ========== */
/* ============= Principles Start ================= */

.principles {
    padding: 100px 0;
    margin-top: 60px;
    background: linear-gradient(313.82deg, #1F6ABB 13.8%, #3FB7FD 78.52%, #48D5FF 122.95%);
}

/* TITLE */

.principles__header {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.principles__title {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0;
}

/* GRID */

.principles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* CARD */

.principles__card {
    text-align: left;
    padding: 20px 30px 40px 30px;
    border-radius: 12px;
    background: linear-gradient(149.82deg, rgba(255, 255, 255, 0.12) 28.89%, rgba(255, 255, 255, 0.3) 124.89%);
    border: 1px solid #DDDDDD;
    /* box-shadow: 0px 4px 4px 0px #00000040;; */
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* CARD HEADER */

.principles__card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

/* CARD TITLE */

.principles__card-title {
    margin: 0;
    color: #FFFFFF;
}

/* CARD TEXT */

.principles__card-text {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    padding: 0px 54px 0 0px;
    color: #fff;
}

/* ICON */

.principles__card-icon {
    width: 128px;
    height: 128px;
    object-fit: contain;
    border-radius: 50%;
    /* padding: 8px; */
}

/* HOVER */

.principles__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

/* NAV */

.principles__nav {
    display: none;
}

/* ================= TABLET ================= */

@media (min-width: 769px) and (max-width: 992px) {

    .principles {
        padding: 70px 0;
    }

    .principles__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .principles__card {
        padding: 35px 28px;
    }

    .principles__card-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .principles__card-header {
        gap: 14px;
        margin-bottom: 18px;
        align-items: center;
    }

    .principles__card-icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        object-fit: contain;
        border-radius: 50%;
        padding: 8px;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

    .principles {
        padding: 50px 0;
    }

    .principles__grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
        gap: 20px;
        padding: 30px 0px;
        scrollbar-width: none;
    }

    .principles__grid::-webkit-scrollbar {
        display: none;
    }

    .principles__card {
        flex: 0 0 75vw;
        /* max-width: 350px;
        min-height: 400px; */
        height: auto;
        scroll-snap-align: center;
    }

    .principles__card-header {
        align-items: center;
        gap: 30px;
    }

    .principles__header {
        margin-bottom: 20px;
    }

    .principles__control-arrows {
        margin-top: 0px;
    }

    .principles__header h3 {
        padding: 0 44px;
    }

    .principles__card-text {
        font-size: 16px;
        padding: 0px 35px 0 0px;
    }

    .principles__nav {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }
    .principles__control-arrows {
        display: flex;
        gap: 50px;
    }

    .principles__nav button {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: none;
        background: transparent;
        cursor: pointer;
    }

    .principles__card {
        transition:
            transform 0.35s ease,
            box-shadow 0.35s ease;
    }

    .principles__card:hover {
        transform: translateY(-8px);
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
    }
}

/* ================= ANIMATION START ================= */

.principles__card {
    opacity: 0;
    transform: translateY(40px);

    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(0.22, 1, 0.36, 1);

    will-change: transform, opacity;
}

/* CHILD ELEMENTS */

.principles__card-title,
.principles__card-text,
.principles__card-icon {
    opacity: 0;
    transform: translateY(12px);

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

/* CARD ACTIVE */

.principles__card.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* CHILD ACTIVE */

.principles__card.in-view .principles__card-title,
.principles__card.in-view .principles__card-text,
.principles__card.in-view .principles__card-icon {
    opacity: 1;
    transform: translateY(0);
}

/* STAGGER */

.principles__card:nth-child(1).in-view {
    transition-delay: 0.1s;
}

.principles__card:nth-child(2).in-view {
    transition-delay: 0.25s;
}

.principles__card:nth-child(3).in-view {
    transition-delay: 0.4s;
}

.principles__card:nth-child(4).in-view {
    transition-delay: 0.55s;
}

/* MOBILE */

@media (max-width: 768px) {

    .principles__card,
    .principles__card-title,
    .principles__card-text,
    .principles__card-icon {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
        will-change: auto;
    }
}

/* ================= ANIMATION END ================= */
/* ================= Principles End ================= */

/* ================== Timelines Start ======================*/

.timeline {
    padding: 80px 0;
}

/* HEADER */

.timeline__header {
    text-align: center;
    margin-bottom: 114px;
}

.timeline__title {
    color: #2D2D2D;
    text-transform: uppercase;
    text-align: center;
}

.timeline__header p {
    max-width: 700px;
    margin: 10px auto 0;
}

.timeline__header h4 {
    max-width: 700px;
    margin: 10px auto 0;
}

.timeline__headline-description {
    color: #2D2D2D;
    text-align: center;
}

.timeline__description {
    max-width: 1056px !important;
    margin-top: 38px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    text-align: center;
}

/* WRAPPER */

.timeline__wrapper {
    position: relative;
    padding-bottom: 20px;
}

/* CENTER LINE */

.timeline__wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 35px;
    width: 3px;
    background: #3ED3FF;
    transform: translateX(-50%);
    height: var(--line-height, calc(100% - 380px));
}

/* ITEM */

.timeline__item {
    width: 39%;
    position: relative;
    margin-bottom: 10px;
}

/* LEFT */

.timeline__item--left {
    left: 11%;
    padding-right: 30px;
    text-align: right;
}

.timeline__item .timeline__content p strong {
    color: #000000;
}

.timeline__item .timeline__content h4 {
    color: #000000;
}

/* RIGHT */

.timeline__item--right {
    left: 50%;
    padding-left: 30px;
}

/* DOT */

.timeline__item::before {
    content: "";
    position: absolute;
    top: 25px;
    width: 20px;
    height: 20px;
    background: #3ED3FF;
    border-radius: 50%;
}

/* DOT POSITION */

.timeline__item--left::before {
    right: -10px;
}

.timeline__item--right::before {
    left: -10px;
}

/* CARD */

.timeline__item .timeline__content {
    padding: 22px 30px;
}

/* TEXT */

.timeline__item h3 {
    color: #2D2D2D;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.timeline__item h4 {
    color: rgba(0, 0, 0, 0.77);
}

.timeline__item p {
    font-size: 16px;
    color: #000000C4;
    line-height: 21px;
    font-weight: 400;
}

/* STATS */

.timeline__stats {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}

.timeline__circle {
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.timeline__circle--light {
    background: #D7F6FF;
    color: #000;
}

.timeline__circle span {
    font-size: 12px;
    font-weight: 400;
}

.timeline__stats .timeline__circle--light {
    background: #D7F6FF;
    color: #3479FF;
    font-size: 40px;
    font-weight: 900;
    line-height: 28px;
}

.timeline__stats .timeline__circle--light span {
    font-size: 18.8px;
    font-weight: 700;
    line-height: 24px;
    color: #3479FF;
}

/* LEFT BOTTOM */

.timeline__stats .timeline__circle:nth-child(1) {
    background: #3479FF;
    color: #FFF;
    font-size: 40px;
    font-weight: 900;
    line-height: 28px;
}

.timeline__stats .timeline__circle:nth-child(1) span {
    font-size: 18.8px;
    font-weight: 700;
    line-height: 24px;
    color: #FFF;
}

/* RIGHT BOTTOM */

.timeline__stats .timeline__circle:nth-child(3) {
    background: #3ED3FF;
    color: #07235A;
    font-size: 40px;
    font-weight: 900;
    line-height: 28px;
}

.timeline__stats .timeline__circle:nth-child(3) span {
    font-size: 18.8px;
    font-weight: 700;
    line-height: 20px;
    color: #07235A;
}

.timeline__stats .timeline__circle--light,
.timeline__stats .timeline__circle:nth-child(1),
.timeline__stats .timeline__circle:nth-child(3) {
    width: 160px;
    height: 160px;
}

/* LAST ROW */

.timeline__last-row {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.timeline__last-left {
    width: 50%;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
}

.timeline__last-left .timeline__stats {
    margin-top: 0;
    justify-content: flex-end;
    gap: 8px;
}

.timeline__last-right {
    width: 39%;
    padding-left: 30px;
}

.timeline__last-dot {
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #3ED3FF;
    border-radius: 50%;
    z-index: 1;
}

.timeline__last-right .timeline__content {
    padding: 22px 30px;
}

.timeline__last-right h3 {
    color: #2D2D2D;
    margin-bottom: 10px;
}

.timeline__last-right h4 {
    color: rgba(0, 0, 0, 0.77);
}

.timeline__last-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.77);
}

/* LOAD MORE */

.timeline__load-more {
    text-align: center;
    margin-top: 40px;
}

.timeline__load-more button {
    background: #3479FF;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.timeline__load-more button:hover {
    background: #2f6ee6;
    transform: translateY(-2px);
}

/* ===== TIMELINE ANIMATION start ===== */

.timeline__item,
.timeline__last-row {
    opacity: 0;
    will-change: transform, opacity;
}

.timeline__item--left {
    transform: translateX(-60px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.timeline__item--right {
    transform: translateX(60px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.timeline__last-row {
    transform: translateX(60px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.timeline__item.in-view,
.timeline__last-row.in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {

    .timeline,
    .timeline .section-container,
    .timeline__wrapper {
        overflow-x: hidden;
    }

    .timeline__item,
    .timeline__item--left,
    .timeline__item--right,
    .timeline__last-row,
    .timeline__last-left,
    .timeline__last-right {
        box-sizing: border-box;
        max-width: 100%;
    }

    .timeline__item,
    .timeline__item--left,
    .timeline__item--right {
        width: 100%;
        padding-left: 50px;
        padding-right: 0;
    }

    .timeline__last-left,
    .timeline__last-right {
        width: 100%;
        padding-left: 50px;
        padding-right: 0;
    }

    .timeline__last-left .timeline__stats {
        max-width: 100%;
    }
}

/* timeline animation end */

/* ===== TIMELINE CARD HOVER ===== */

.timeline__item .timeline__content,
.timeline__last-right .timeline__content {
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* Desktop only */

@media (max-width: 991px) {
    .timeline__load-more {
        display: none;
    }
}

/* MOBILE */

@media (max-width: 768px) {

    .timeline__description {
        margin-top: 20px !important;
        font-weight: 400;
        text-align: left;
    }

    .timeline__header {
        margin-bottom: 22px;
    }

    .timeline__title {
        padding-right: 100px;
        color: #2D2D2D;
        text-transform: uppercase;
        text-align: left;
    }

    .timeline__header h4 {
        text-align: left;
    }

    .timeline__header p {
        text-align: left;
    }

    .timeline__wrapper::before {
        left: 6px;
        transform: none;
        height: var(--line-height, calc(100% - 830px));
    }

    .timeline__item {
        width: 90%;
        left: 0 !important;
        padding-left: 50px;
        padding-right: 0;
        text-align: left;
    }

    .timeline__item--left,
    .timeline__item--right {
        left: 0;
        text-align: left;
        padding-left: 15px;
        padding-right: 0;
    }

    .timeline__item::before {
        left: 0px !important;
        right: auto;
        width: 16px;
        height: 16px;
    }

    .timeline__last-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline__last-left {
        width: 100%;
        padding-left: 50px;
        padding-right: 40px;
        order: 2;
        justify-content: center;
    }

    .timeline__last-right {
        width: 100%;
        padding-left: 15px;
        padding-right: 0;
        order: 1;
    }

    .timeline__last-dot {
        left: 0px;
        top: 25px;
        transform: none;
        width: 16px;
        height: 16px;
    }

    .timeline__last-left .timeline__stats {
        position: relative;
        height: 320px;
        width: 260px;
        margin: 20px 0 40px 0;
    }

    .timeline__last-left .timeline__stats .timeline__circle {
        position: absolute;
    }

    .timeline__last-left .timeline__stats .timeline__circle--light {
        width: 200px;
        height: 200px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        font-size: 50px;
        line-height: 1;
    }

    .timeline__last-left .timeline__stats .timeline__circle--light span {
        font-size: 18px;
        font-weight: 700;
        line-height: 10px;
    }

    .timeline__last-left .timeline__stats .timeline__circle:nth-child(1) {
        width: 170px;
        height: 170px;
        bottom: -43px;
        left: -50px;
        line-height: 35px;
        font-size: 50px;
    }

    .timeline__last-left .timeline__stats .timeline__circle:nth-child(1) span {
        font-size: 25px;
        font-weight: 700;
    }

    .timeline__last-left .timeline__stats .timeline__circle:nth-child(3) {
        width: 160px;
        height: 160px;
        bottom: -20px;
        right: -40px;
        line-height: 35px;
        font-size: 50px;
    }

    .timeline__last-left .timeline__stats .timeline__circle:nth-child(3) span {
        font-size: 25px;
        font-weight: 700;
        line-height: 24px;
    }
}

/* Timelines End */

/* Team Behind Start */

.team-behind {
    padding: 80px 0 40px 0;
    background: #F5F8FA;
    text-align: center;
}

.team-behind__header {
    max-width: 1140px;
    margin: 0 auto;
}

.team-behind__title {
    color: #07235A;
    text-transform: uppercase;
    text-align: center;
}

.team-behind__description {
    font-weight: 400;
    color: #000000;
    margin: 0 50px;
}

@media (max-width: 768px) {

    .team-behind {
        padding: 50px 40px 0 40px;
    }

    .team-behind__title {
        padding: 0 10px;
    }

    .team-behind__header {
        max-width: 100%;
    }

    .team-behind__description {
        margin: 0px;
    }
}

/* Team Behind End */
/* ================= TEAM CARDS START ================= */

.team-cards {
    padding: 80px 0;
    background: #F5F8FA;
}

.team-cards__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

/* CARD */

.team-cards__card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #F1F1F1;
    overflow: visible;

    width: calc(33.333% - 19px);

    min-height: 470px;

    position: relative;

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        opacity 1s ease;

    opacity: 0;
    transform: translateY(55px);

    will-change: transform, opacity;
}

/* HOVER */

@media (min-width: 769px) {

    .team-cards__card.in-view:hover {

        transform: translateY(-8px);

        box-shadow:
            0 16px 30px rgba(0,0,0,0.08);

    }

}

/* TOP */

.team-cards__top {
    text-align: center;
    padding-top: 26px;
    position: relative;
    margin-bottom: 35px;
}

/* AVATAR */

.team-cards__avatar {

    width: 168px;
    height: 168px;

    border-radius: 50%;

    overflow: hidden;

    background: #d9d9d9;

    margin: 0 auto;
}

.team-cards__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* LOCATION */

.team-cards__location {

    position: absolute;

    left: 0;
    top: 190px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 115px;
    height: 30px;

    background: #3479FF;
    color: #fff;

    border-radius: 0 10px 10px 0;

    font-size: 12px;
    font-weight: 600;

}

/* BODY */

.team-cards__body {
    padding: 18px 26px 28px;
}

/* NAME */

.team-cards__name {
    color: #000;
    margin-bottom: 6px;
}

.team-cards__designation {
    color: #3479FF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

/* EXPERIENCE */

.team-cards__experience {

    font-size: 16px;
    line-height: 21px;
    font-weight: 500;

    color: #000;

    margin-bottom: 18px;
}

/* DESCRIPTION */

.team-cards__description {

    font-size: 16px;
    line-height: 30px;
    font-weight: 400;

    color: #000;

    margin-bottom: 26px;
}

/* TAGS */

.team-cards__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.team-cards__tag {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 32px;

    padding: 0 14px;

    background: #F5F8FA;

    border-radius: 50px;

    color: #000;

    font-size: 16px;
    font-weight: 400;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.team-cards__tag:hover {

    transform: translateY(-2px);

    box-shadow:
        0 6px 12px rgba(0,0,0,0.08);

}

/* ================= ANIMATION ================= */

.team-cards__card img,
.team-cards__card h5,
.team-cards__card p,
.team-cards__card .team-cards__tags,
.team-cards__card .team-cards__tag {

    opacity: 0;
    transform: translateY(18px);

    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);

}

.team-cards__card.in-view {
    opacity: 1;
    transform: translateY(0);
}

.team-cards__card.in-view img,
.team-cards__card.in-view h5,
.team-cards__card.in-view p,
.team-cards__card.in-view .team-cards__tags,
.team-cards__card.in-view .team-cards__tag {

    opacity: 1;
    transform: translateY(0);

}

.team-cards__card {
    transition-delay: var(--delay, 0s);
}

/* NAV */

.team-cards__nav {
    display: none;
}

/* ================= TABLET ================= */

@media (max-width: 991px) and (min-width: 769px) {

    .team-cards__grid {
        gap: 24px;
    }

    .team-cards__card {
        width: calc(50% - 12px);
    }

}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

   

    .team-cards__grid {

        display: flex;
        flex-wrap: nowrap;

        overflow-x: auto;

        scroll-snap-type: x mandatory;

        gap: 20px;

        padding: 30px 20px;

        justify-content: flex-start;

        scrollbar-width: none;
    }

    .team-cards__grid::-webkit-scrollbar {
        display: none;
    }

    .team-cards__card {

        flex: 0 0 80vw;

        width: auto;

        min-height: auto;

        scroll-snap-align: center;

        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .team-cards__card img,
    .team-cards__card h5,
    .team-cards__card p,
    .team-cards__card .team-cards__tags,
    .team-cards__card .team-cards__tag {

        opacity: 1 !important;
        transform: none !important;
        transition: none !important;

    }

    .team-cards__body {
        padding: 18px 20px 24px;
    }

    .team-cards__avatar {
        width: 163px;
        height: 163px;
    }

    .team-cards__nav {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 25px;
    }

    .team-cards__arrow {
        border: none;
        outline: none;
        box-shadow: none;
        background: transparent;
        padding: 0;
    }
    .team-cards__control-arrows {
        display: flex;
        gap: 32px;
    }

}

/* ================= TEAM CARDS END ================= */
/* Global Platform Section Start */
.global-platform {
    padding: 100px 0;
    background: linear-gradient(313.82deg, #1F6ABB 13.8%, #3FB7FD 78.52%, #48D5FF 122.95%);
    overflow: hidden;
}

.global-platform__header {
    text-align: center;
    max-width: 1050px;
    margin: 0 auto 60px;
}

.global-platform__header h2 {
    margin: 0 0 24px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0;
}

.global-platform__header h4 {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    color: #FFF;
    font-weight: 400;
}

.global-platform__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.global-platform__card {
    grid-column: span 3;
    min-height: 300px;
    padding: 32px 24px;
    border: 1px solid #FFFFFF;
    border-radius: 21px;
    background: #FFFFFF3B;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.global-platform__card--large {
    grid-column: span 6;
}

.global-platform__card h4 {
    margin: 0 0 18px;
    color: #FFF;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.global-platform__card p {
    padding-right: 30px;
    margin: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.global-platform__flag {
    width: 20px;
    height: 14px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 2px;
    margin-top: 5px;
}

.global-platform__nav {
    display: none;
}

.global-platform__extra {
    display: none;
}

/* Global Platform Animation Start */
.global-platform__header {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.global-platform__card {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.global-platform__header.in-view,
.global-platform__card.in-view {
    opacity: 1;
    transform: translateY(0);
}

.global-platform__card:nth-child(1).in-view {
    transition-delay: 0.05s;
}

.global-platform__card:nth-child(2).in-view {
    transition-delay: 0.15s;
}

.global-platform__card:nth-child(3).in-view {
    transition-delay: 0.25s;
}

.global-platform__card:nth-child(4).in-view {
    transition-delay: 0.35s;
}

.global-platform__card:nth-child(5).in-view {
    transition-delay: 0.45s;
}

.global-platform__card:nth-child(6).in-view {
    transition-delay: 0.55s;
}

.global-platform__card:nth-child(7).in-view {
    transition-delay: 0.65s;
}

@media (min-width: 769px) {
    .global-platform__card.in-view:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .global-platform {
        padding: 55px 0;
    }

    .global-platform__header,
    .global-platform__card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .global-platform__header {
        text-align: center;
        max-width: 100%;
        margin: 0 0 28px;
    }

    .global-platform__header h2 {
        text-align: left;
        letter-spacing: 0;
        margin-bottom: 16px;
    }

    .global-platform__header h4 {
        text-align: left;
        max-width: 100%;
    }

    .global-platform__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding: 0 0 6px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .global-platform__grid::-webkit-scrollbar {
        display: none;
    }

    .global-platform__card,
    .global-platform__card--large {
        grid-column: auto;
        flex: 0 0 86%;
        min-width: 86%;
        max-width: 86%;
        min-height: 240px;
        padding: 30px 22px;
        border-radius: 18px;
        scroll-snap-align: start;
    }

    .global-platform__card h4 {
        margin-bottom: 18px;
        font-weight: 600;
    }

    .global-platform__flag {
        width: 32px;
        height: 26px;
        margin-top: 0;
    }

    .global-platform__card p {
        padding-right: 0;
        font-weight: 500;
    }

    .global-platform__card hr {
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.28);
        margin: 20px 0 16px;
    }

    .global-platform__nav {
        display: flex;
        justify-content: center;
        margin-top: 22px;
    }

    .global-platform__nav .control-arrows {
        display: flex;
        gap: 50px;
    }

    .global-platform__btn {
        width: 46px;
        height: 46px;
        border: none;
        background: transparent;
        border-radius: 50%;
        padding: 0;
        cursor: pointer;
    }

    .global-platform__extra {
        display: block;
        margin-top: 18px;
    }

    .global-platform__extra hr {
        border: none;
        border-top: 2px solid rgba(255, 255, 255, 0.28);
        margin: 18px 0 14px;
    }

    .global-platform__extra ul {
        margin: 0;
        padding-left: 18px;
    }

    .global-platform__extra li {
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
        margin-bottom: 6px;
    }
}
/* Global Platform Section End */


/* ============= How We Work Start ============================ */

.how-we-work {
    padding: 100px 0;
}

.how-we-work__desktop-only {
    display: block;
}

.how-we-work__mobile-only {
    display: none;
}

.how-we-work__content {
    padding-right: 100px;
}

.how-we-work__desc {
    padding-right: 90px;
}

.how-we-work__wrapper {
    display: grid;
    grid-template-columns: 1fr 0.78fr;
    gap: 70px;
    align-items: center;
}

.how-we-work__content h2 {
    margin: 0 0 28px;
    color: #07235A;
    text-transform: uppercase;
}

.how-we-work__lead {
    margin-bottom: 20px;
    font-weight: 500;
    color: #2D2D2D;
}

.how-we-work__content p {
    margin: 0 0 25px;
    color: #1E1E1E;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

.how-we-work__content p:last-child {
    margin-bottom: 0;
}

/* Desktop Cards */

.how-we-work__cards {
    max-width: 550px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.how-we-work__item {
    perspective: 1000px;
    min-height: 255px;
}

.how-we-work__card {
    position: relative;
    width: 100%;
    min-height: 255px;
    padding: 0;
    background: #F5F8FA;
    border-radius: 22px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}

.how-we-work__card-front,
.how-we-work__card-back {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.how-we-work__card-front {
    background: #F5F8FA;
    padding: 40px 25px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.how-we-work__card-front img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 26px;
}

.how-we-work__card-front h4 {
    margin: 0;
    color: #07235A;
    text-align: center;
}

.how-we-work__card-back {
    background: #07235A;
    transform: rotateX(180deg);
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-we-work__card-back p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.how-we-work__item.active .how-we-work__card {
    transform: rotateX(180deg);
}

/* Hover */

.how-we-work__item:hover .how-we-work__card-front {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.22), 0 18px 38px rgba(0, 0, 0, 0.12);
}

.how-we-work__item:hover .how-we-work__card {
    transform: translateY(-4px);
}

.how-we-work__item.active:hover .how-we-work__card {
    transform: rotateX(180deg) translateY(0);
}

/* Animation */

.how-we-work__content,
.how-we-work__cards {
    opacity: 0;
    will-change: transform, opacity;
}

.how-we-work__content {
    transform: translateX(40px);
    transition:
        opacity 1.0s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.0s cubic-bezier(0.22, 1, 0.36, 1);
}

.how-we-work__cards {
    transform: translateX(-40px);
    transition:
        opacity 1.0s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.0s cubic-bezier(0.22, 1, 0.36, 1);
}

.how-we-work__content.in-view,
.how-we-work__cards.in-view {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive */

@media (max-width: 768px) {
    .how-we-work {
        padding: 55px 0;
    }

    .how-we-work__content h2 {
        color: #000;
    }

    .how-we-work__content {
        padding-right: 0;
        width: 100%;
        margin-bottom: 28px;
    }

    .how-we-work__desc {
        padding-right: 0;
    }

    .how-we-work__wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .how-we-work__content h2 {
        margin: 0 0 16px;
    }

    .how-we-work__lead {
        margin-bottom: 14px;
    }

    .how-we-work__content p {
        margin: 0 0 14px;
    }

    .how-we-work__mobile-desc {
        font-weight: 700 !important;
    }

    .how-we-work__desktop-only {
        display: none !important;
    }

    .how-we-work__mobile-only {
        display: block !important;
        width: 100%;
        margin-top: 10px;
    }

    .how-we-work__mobile-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 250px;
        gap: 10px;
        width: 100%;
    }

    .how-we-work__mobile-item {
        width: 100%;
        height: 100%;
        perspective: 1000px;
    }

    .how-we-work__mobile-card {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: relative;
        transform-style: preserve-3d;
        transition: transform 0.5s ease;
    }

    .how-we-work__mobile-front {
        position: absolute;
        inset: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        background: #F5F8FA;
        border-radius: 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px 12px;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px 0px #00000040;
    }

    .how-we-work__mobile-front img {
        width: 83px;
        height: 83px;
        object-fit: contain;
        margin-bottom: 8px;
    }

    .how-we-work__mobile-front h4 {
        color: #07235A;
        text-align: center;
        margin: 0 0 4px;
        max-width: 80px;
    }

    .how-we-work__mobile-front span {
        margin-top: 15px;
        font-size: 11px;
        font-weight: 300;
        font-style: italic;
        line-height: 1.4;
        color: #000;
        text-align: center;
    }

    .how-we-work__mobile-back {
        position: absolute;
        inset: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        background: #07235A;
        border-radius: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 12px;
        box-sizing: border-box;
        transform: rotateX(180deg);
        overflow: hidden;
    }

    .how-we-work__mobile-back p {
        margin: 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
        text-align: center;
    }

    .how-we-work__mobile-item.active .how-we-work__mobile-card {
        transform: rotateX(180deg);
    }

    .how-we-work__content,
    .how-we-work__mobile {
        opacity: 0;
        transform: translateY(25px);
        transition:
            opacity 0.7s ease,
            transform 0.7s ease;
    }

    .how-we-work__content.in-view,
    .how-we-work__mobile.in-view {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============= How We Work End ============================ */


/* =================== Leadership Quote Start ==================== */

.leadership-quote {
    padding: 0;
}

.leadership-quote__bg {
    background: linear-gradient(
        90deg,
        #9CFFEA 0%,
        #EDFBFF 50%,
        #F4FFFB 100%
    );

    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.leadership-quote__bg .section-container {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin-left: 243px;
}

.leadership-quote__box {
    display: flex;
    align-items: center;
    gap: 60px;
}

.leadership-quote__image img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.leadership-quote__text {
    margin: 0 0 14px;

    font-size: clamp(18px, 1.5vw, 20px);
    line-height: clamp(26px, 2.2vw, 30px);

    font-style: italic;
    font-weight: 500;
    color: #000;
}

.leadership-quote__author {
    margin: 0;

    font-size: clamp(18px, 1.5vw, 20px);
    line-height: clamp(26px, 2.2vw, 30px);

    font-style: italic;
    font-weight: 500;
    color: #000;
}

.leadership-quote__blob {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.leadership-quote__blob img {
    position: absolute;
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
    width: 1349px;
}

/* =================== Animation Start ==================== */

.leadership-quote__image {
    opacity: 0;
    transform: translateX(-60px);

    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
}

.leadership-quote__content {
    opacity: 0;
    transform: translateX(60px);

    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
}

.leadership-quote__image.in-view,
.leadership-quote__content.in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.leadership-quote__content.in-view {
    transition-delay: 0.15s;
}

/* =================== Mobile ==================== */

@media (max-width: 768px) {

    .leadership-quote__blob {
        display: none;
    }

    .leadership-quote__box {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .leadership-quote__image img {
        width: 90px;
        height: 90px;
    }

    .leadership-quote__bg .section-container {
        margin-left: 0;
    }

    .leadership-quote__image {
        transform: translateY(30px);

        transition:
            opacity 0.8s ease,
            transform 0.8s ease;
    }

    .leadership-quote__content {
        transform: translateY(30px);

        transition:
            opacity 0.8s ease,
            transform 0.8s ease;
    }

    .leadership-quote__image.in-view,
    .leadership-quote__content.in-view {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =================== Leadership Quote End ==================== */

/* ============= Maritime Community Start ============================ */

.maritime-community {
    padding: 100px 0;
}

.maritime-community__header {
    text-align: center;
    margin: 0 auto 60px;
}

.maritime-community__header h2 {
    margin: 0 0 20px;
    color: #07235A;
    text-transform: uppercase;
}

.maritime-community__header h4 {
    margin: 0 auto;
    max-width: 950px;
    color: #000;
    font-weight: 400;
}

.maritime-community__desktop-only {
    display: block;
}

.maritime-community__mobile-only {
    display: none;
}

.maritime-community__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.maritime-community__info-card {
    background: #F5F8FA;
    border-radius: 22px;
    padding: 42px 42px 36px;

    display: grid;
    grid-template-rows: auto repeat(5, 128px);
}

.maritime-community__info-card h4 {
    margin: 0 0 28px;

    color: #3479FF;
    font-weight: 500;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    gap: 8px;
}

.maritime-community__title-icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.maritime-community__title-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.maritime-community__info-item {
    padding: 22px 0;
    border-bottom: 0.51px solid #3479FF;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.maritime-community__info-item--no-border {
    border-bottom: none;
    padding-bottom: 0;
}

.maritime-community__info-item h5 {
    margin: 0 0 8px;
    color: #000;
    font-weight: 700;
}

.maritime-community__info-item p {
    margin: 0;

    color: #000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

/* Animation */

@media (min-width: 769px) {

    .maritime-community__header {
        opacity: 0;
        transform: translateY(40px);

        transition:
            opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .maritime-community__grid .maritime-community__info-card {
        opacity: 0;
        will-change: transform, opacity;
    }

    .maritime-community__grid .maritime-community__info-card:nth-child(1) {
        transform: translateX(-60px);

        transition:
            opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .maritime-community__grid .maritime-community__info-card:nth-child(2) {
        transform: translateX(60px);

        transition:
            opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .maritime-community__header.in-view,
    .maritime-community__grid .maritime-community__info-card.in-view {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Mobile */

@media (max-width: 768px) {

    .maritime-community {
        padding: 55px 0;
        overflow: hidden;
        background: #F5F8FA;
    }

    .maritime-community__header h2 {
        text-align: left;
    }

    .maritime-community__desktop-only {
        display: none;
    }

    .maritime-community__mobile-only {
        display: block;
    }

    .maritime-community__desc-desktop {
        display: none;
    }

    .maritime-community__header {
        max-width: 100%;
        margin: 0 0 28px;
    }

    .maritime-community__mobile-block {
        margin-bottom: 42px;
    }

    .maritime-community__mobile-title {
        display: flex;
        align-items: center;
        gap: 6px;

        margin: 0 0 18px;

        color: #3479FF;
        font-weight: 500;
        text-transform: uppercase;
    }

    .maritime-community__mobile-title .maritime-community__title-icon img {
        width: auto;
        height: 20px;
        object-fit: contain;
    }

    .maritime-community__mobile-slider {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 6px;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .maritime-community__mobile-slider::-webkit-scrollbar {
        display: none;
    }

    .maritime-community__mobile-card {
        flex: 0 0 46%;

        background: #fff;
        border-radius: 13px;

        padding: 14px 12px;

        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);

        scroll-snap-align: start;

        min-height: 122px;

        display: flex;
        flex-direction: column;
    }

    .maritime-community__mobile-card h5 {
        margin: 0 0 6px;
        color: #000;
        font-weight: 500;
    }

    .maritime-community__mobile-card p {
        margin: 0;

        color: #000;
        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
    }

    .maritime-community__mobile-card--logo {
        min-height: 150px;
    }

    .maritime-community__mobile-logo {
        margin-top: auto;
        padding-top: 12px;
        border-top: 1px solid rgba(52, 121, 255, 0.22);
    }

    .maritime-community__mobile-logo img {
        max-width: 90px;
        max-height: 24px;
        object-fit: contain;
    }

    .maritime-community__mobile-nav {
        display: flex;
        justify-content: center;
        gap: 32px;

        margin-top: 18px;
    }

    .maritime-community__btn {
        width: 67px;
        height: 67px;

        border: none;
        background: transparent;

        padding: 0;
        cursor: pointer;
    }

    .maritime-community__btn img {
        width: 67px;
        height: 67px;
        object-fit: contain;
    }

    .maritime-community__header,
    .maritime-community__info-card,
    .maritime-community__mobile-block,
    .maritime-community__mobile-card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ============= Maritime Community End ============================ */

/* =================== Maritime CTA Start ==================== */

.maritime-cta {
    padding: 0;
}

.maritime-cta__bg {
    background: #F5F8FA;
    padding: 80px 0;
}

.maritime-cta__bg .section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.maritime-cta__content {
    text-align: center;
    max-width: 852px;
    margin: 0 auto;

    opacity: 0;
    transform: translateY(50px);

    will-change: transform, opacity;

    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.maritime-cta__content.in-view {
    opacity: 1;
    transform: translateY(0);
}

.maritime-cta__content h2 {
    margin: 0 0 20px;
    color: #2D2D2D;
    text-transform: uppercase;
}

.maritime-cta__text {
    color: #2D2D2D;
    font-weight: 500;
    margin: 0 0 0;
}

.maritime-cta__btn {
    margin: 40px 0 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 48px;
    padding: 18px 52px;

    background: #3479FF;
    color: #fff;

    font-size: 16px;
    font-weight: 700;

    border-radius: 4px;

    text-decoration: none;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.maritime-cta__btn:hover {
    background: #2f6ee6;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(52, 121, 255, 0.3);
}

/* =================== Mobile ==================== */

@media (max-width: 768px) {

    .maritime-cta__bg {
        padding: 40px 16px;
    }

    .maritime-cta__content h2 {
        margin-bottom: 16px;
        text-align: center;
    }

    .maritime-cta__content h4 {
        margin-bottom: 24px;
    }

    .maritime-cta__content h2 br {
        display: none;
    }

    .maritime-cta__content p {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 12px;
    }

    .maritime-cta__btn {
        margin-top: 8px;
    }
}

/* =================== Maritime CTA End ==================== */

/* =================== Office Pills Start ==================== */

.office-pills {
    padding: 44px 0 130px;
    overflow: hidden;
}

.office-pills__marquee-wrapper {
    width: 100%;
    clip-path: inset(0);
}

.office-pills__marquee {
    display: flex;
    width: max-content;
    margin-bottom: 8px;
}

.office-pills__list {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
    padding-right: 10px;
}

.office-pills__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    white-space: nowrap;

    padding: 0 18px;
    height: 28px;

    border-radius: 50px;
    background: #D7F6FF;

    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    flex-shrink: 0;

    transition: background 0.25s ease;
}

.office-pills__item:hover {
    background: rgba(62, 211, 255, 0.45);
}

.office-pills__marquee--row-1 {
    animation: office-pills-scroll-left 20s linear infinite;
}

.office-pills__marquee--row-2 {
    animation: office-pills-scroll-left 25s linear infinite reverse;
}

.office-pills__marquee--row-3 {
    animation: office-pills-scroll-left 18s linear infinite;
}

.office-pills__marquee:hover {
    animation-play-state: paused;
}

@keyframes office-pills-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (min-width: 769px) {
    .office-pills__marquee--row-2,
    .office-pills__marquee--row-3 {
        display: none;
    }
}

@media (max-width: 768px) {
    .office-pills {
        padding: 16px 0 22px;
    }

    .office-pills__item {
        font-size: 16px;
        padding: 0 14px;
        height: 26px;
    }

    .office-pills__list {
        gap: 8px;
        padding-right: 8px;
    }
}

/* =================== Office Pills End ==================== */

.ship-hero,
.shipping,
.principles,
.timeline,
.team-cards,
.global-platform,
.how-we-work,
.leadership-quote,
.maritime-community,
.maritime-cta,
.office-pills {
    overflow-x: hidden;
}