.hero_area.traceability_hero_area {
    background-image: url(../assets/img/aboutUs/backgroundImgDesktop.webp);
    background-repeat: round;
    background-size: cover;
    max-width: 1500px;
    height: 765px;
    margin: 0 auto;
}

.hero_area.traceability_hero_area.team_wfx {
    background-image: url(../assets/img/aboutUs/WFX_team_desk.webp);
    height: 765px;
}

.hero_area.traceability_hero_area .hero_content {
    margin-top: 55px;
    width: 525px;
}

.hero_btns .btn.global-btn {
    width: 194px;
    height: 52px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0099C4 0%, #00D1CF 100%);
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    box-shadow: none
}

.btn-primary {
    border: none;
    border-radius: 8px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0099C4 0%, #00D1CF 100%);
    /* box-shadow: 3px 4px 10px 2px rgba(239, 166, 74, .2); */
    padding: 10px 36px;
    border-radius: 5px;
    font-family: "brandon";
    font-size: 18px;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.button--calypso:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
    color: #02BACE;
    /* background: #fff !important; */
}

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.button--calypso::before {
    content: "";
    background: #fff;
    width: 152%;
    height: 0;
    padding-bottom: 90%;
    top: -201%;
    left: -21%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    position: absolute;
}

.button--calypso:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso span {
    display: block;
    position: relative;
    color: #fff;
    width: 100%;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    /* z-index: 10; */
}

.button--calypso::after {
    content: "";
    background: #000;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

.hero_heading {
    color: #0E0E0E;
    font-family: 'brandon';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
}

.hero_text {
    padding: 14px 0px;
    width: 87%;
}

.tag {
    display: flex;
    width: 144px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.99);
    color: #0E0E0E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero_text h1 {
    color: #0E0E0E;
    font-family: "brandon";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
}

.hero_text {
    color: rgba(14, 14, 14, 0.70);
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.Leading_with_Passion {
    margin-top: 60px;
    background: #242733;
    padding-bottom: 40px;
}

.Leading_with_Passion h3.container_heading {
    color: #FFF;
    text-align: center;
    font-family: 'brandon';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 11px;
    margin-top: 43px;
}

.Leading_with_Passion p.container_subtext {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 54px;
    /* 175% */
}

.our_Journey h3.container_heading {
    margin-bottom: 10px;
}

/* [1] The container */
.leading_box {
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.leading_box img {
    width: 100%;
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.leading_box:hover img {
    transform: scale(1.1);
}

p.leading_name {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
    margin-top: 12px;
}

p.leading_post {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.missionWFX {
    margin-top: 60px;
}

.missionWFX .container_heading {
    margin-bottom: 5px;
}

.mission_content p {
    color: rgba(14, 14, 14, 0.70);
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 735px;
    text-align: center;
    margin: 0 auto;
}

.overview_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    max-width: 900px;
    margin: 0 auto;
}

.overview_area {
    margin-top: -150px;
}

.our_Journey img,
.Our_Global_Presence img {
    width: 100%;
    object-fit: contain;
}

h3.container_heading {
    color: #242733;
    text-align: center;
    font-family: 'brandon';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.highlight-numbers .glance-list {
    display: inline-flex;
    padding: 22px 76px 23px 76px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(160, 160, 160, 0.29);
    background: #FFF;
    box-shadow: 0px 179px 50px 0px rgba(0, 0, 0, 0.00), 0px 115px 46px 0px rgba(0, 0, 0, 0.01), 0px 65px 39px 0px rgba(0, 0, 0, 0.04), 0px 29px 29px 0px rgba(0, 0, 0, 0.06), 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
}

.glance-list li {
    display: inline-block;
    text-align: center;
    padding: 0 30px;
}


.highlight-numbers {
    margin-top: -188px;
}

.glance-list li.customer {
    padding-left: 0;
}

.glance-list li.customer_number {
    padding: 0 30px;
}

.glance-list li.customer_number span {
    color: #E56666;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.glance-list li.customer span {
    color: #EFA64A;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.glance-list li p {
    color: rgba(51, 51, 51, 0.60);
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.glance-list li.users span {
    color: #333333;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.glance-list li.users_employee span {
    color: #333333;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.glance-list li.users_employee span {
    color: #02BACE;
}

.glance-list li.country span {
    color: #EFA64A;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.glance-list li.innovation {
    padding-right: 0;
}

.glance-list li.innovation span {
    color: #02BACE;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.our_mission_section {
    margin-top: 60px;
    padding: 25px;
    background: #F7F7F8;
}

.our_mission_section.team_wfx {
    padding: 0px;
    margin-top: -123px;
}

.our_mission_section .row {
    justify-content: space-between;
}


.our_mission {
    width: 48%;
    padding-top: 30px;
}

.our_mission_section.team_wfx .our_mission {
    width: 42%;
    padding-top: 116px;
}

.Our_Backstory_img {
    width: 48%;
}

.our_mission_section.team_wfx .Our_Backstory_img {
    width: 51%;
}

.mainsliderdiv {
    width: 650px;
}

.our_mission_section.team_wfx .Our_Backstory_img .mission_img img {
    width: 100%;
    margin-top: 13px;
    object-fit: contain;
}

.slick-slide img {
    width: 100%;
    object-fit: contain;
}

.our_mission_heading {
    color: rgba(36, 39, 51, 0.80);
    font-family: 'brandon';
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.our_mission p {
    color: rgba(51, 51, 51, 0.86);
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
}

.our_Journey {
    margin-top: 60px;
}

.team_section.team_wfx {
    margin-top: 60px;
}

.CoreValuesMob {
    display: none;
    width: 100%;
}

.team_heading h3 {
    color: #242733;
    text-align: center;
    font-family: 'brandon';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.CoreValuesDesk {
    display: block;
    width: 100%;
    margin: 50px 0;
}

.Our_Global_Presence {
    margin-bottom: 45px;
}

.leading_person_box {
    width: 22%;
}

.Our_Backstory_img.team .myslider {
    background-image: url(../assets/img/aboutUs/teamBackgroundImg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 329px;
        width: 542px;
    padding-left: 0px;
}

@media only screen and (min-width: 1024px) and (max-width: 1390px) {
    .hero_area.traceability_hero_area {
    background-image: url(../assets/img/aboutUs/backgroundImgDesktop.webp);
    height: 613px;
}

.hero_area.traceability_hero_area.team_wfx {
    background-image: url(../assets/img/aboutUs/WFX_team_desk.webp);
    height: 680px;
}

    .traceability_features_area .features_heading {
        font-size: 36px;
    }

    .nav-pills .nav-link,
    .nav-pills .nav-link.active {
        font-size: 16px;
    }

    .container {
        max-width: 1110px !important;
    }
}

@media only screen and (max-width: 768px) {
    .Our_Backstory_img.team .myslider{
        height: 228px;
         width: 100%;
    }
    .Leading_with_Passion h3.container_heading {
        color: #FFF;
        text-align: center;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .Leading_with_Passion p.container_subtext {
        font-size: 12px;
    }

    p.leading_name {
        font-size: 11.925px;
    }

    p.leading_post {
        font-size: 8.348px;
    }

    .overview_content {
        gap: 24px;
    }

    .glance-list li p {
        font-size: 9px;
    }

    .hero_area.traceability_hero_area {
        background-image: url(../assets/img/aboutUs/backgroundImgMob.webp);
        background-repeat: round;
        background-size: cover;
        max-width: 1500px;
        height: 647px;
        margin: 0 auto;
    }

    .hero_area.traceability_hero_area.team_wfx {
        background-image: url(../assets/img/aboutUs/WFX_team_mob.webp);
        height: 753px;
    }

    .highlight-numbers {
        margin-top: -66px;
    }

    .hero_heading {
        color: #0E0E0E;
        text-align: center;
        font-size: 25.485px;
        font-style: normal;
        font-weight: 700;
        line-height: 47px;
        width: 358px;
    }

    .hero_area.traceability_hero_area .hero_content {
        padding: 35px 14px;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 35px;
    }

    .hero_area.traceability_hero_area.team_wfx .hero_content {
        padding: 35px 14px;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 35px;
    }

    .hero_text {
        text-align: center;
    }

    .hero_area.traceability_hero_area .hero_content .hero_btns {
        width: 100%;
        border-radius: 66px;
        background: linear-gradient(90deg, #00D1CF 0%, #0099C4 100%);
    }

    .hero_btns .btn.global-btn {
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
        background: none;
        font-size: 12px;
        height: 40px;
    }

    h3.container_heading {
        color: #242733;
        text-align: center;
        font-family: "brandon";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }

    .leading_person_box {
        width: 45%;
    }


    .leading_box img {
        width: 100%;
    }

    .mission_content p {
        width: 100%;
    }

    .our_mission_section .row {
        flex-direction: column;
    }

    .our_mission_section.team_wfx .row {
        flex-direction: column-reverse;
    }

    .our_mission_section.team_wfx .our_mission {
        width: 100%;
        padding-top: 24px;
    }

    .our_mission_section.team_wfx .Our_Backstory_img {
        width: 100%;
    }

    .our_mission {
        width: 100%;
        padding-top: 6px;
    }

    .our_mission_heading {
        text-align: center;
        font-size: 25px;
    }

    .our_mission p {
        text-align: center;
        font-size: 12px;
    }

    .Our_Backstory_img {
        width: 100%;
    }

    .traceability_features_area .features_heading_tag {
        margin-top: 40px;
    }

    .trusted_by_area {
        margin-top: -25px !important;
    }

    .free_whitepapers_area.free_whitepapers_area-plm {
        margin-top: 25px;
        margin-bottom: 42px;
    }

    .highlight-numbers .glance-list {
        display: flex;
        width: 100%;
        padding: 11px 25px 16.721px 22px;
        align-items: center;
        flex-wrap: wrap;
        height: 169px;
        justify-content: space-evenly;
        border-radius: 42px;
    }

    .glance-list li.customer span,
    .glance-list li.users span,
    .glance-list li.country span,
    .glance-list li.innovation span,
    .glance-list li.users_employee span,
    .glance-list li.customer_number span {
        font-size: 19px;
    }

    .glance-list li {
        padding: 0px 4px;
        width: 92px;
    }

    .CoreValuesMob {
        display: block;
    }

    .CoreValuesDesk {
        display: none;
    }

    .our_mission_section.team_wfx {
        padding: 0px;
        margin-top: -126px;
    }

    .team_heading h3 {
        color: rgba(36, 39, 51, 0.80);
        font-family: "brandon";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .team_section.team_wfx {
        margin-bottom: 38px;
    }
}