a {
    text-decoration: none !important;
}

html,
body {
    overflow-x: hidden;
}

/* Global Behind the Scenes (above footer) */
.GlobalBehindScenes {
    width: 100%;
    padding: 60px 0 40px 0;
    background: #F9FAFB;
}

.GlobalBehindScenesTitle {
    color: #1C2D5A;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 32px;
}

.GlobalBehindScenesMarquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}

.GlobalBehindScenesMarquee::before,
.GlobalBehindScenesMarquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 2;
    pointer-events: none;
}

.GlobalBehindScenesMarquee::before {
    left: 0;
    background: linear-gradient(to right, #F9FAFB 0%, rgba(249, 250, 251, 0) 100%);
}

.GlobalBehindScenesMarquee::after {
    right: 0;
    background: linear-gradient(to left, #F9FAFB 0%, rgba(249, 250, 251, 0) 100%);
}

.GlobalBehindScenesTrack {
    display: flex;
    gap: 16px;
    width: fit-content;
}

.GlobalBehindScenesTrack img {
    flex-shrink: 0;
    height: 220px;
    width: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.18);
}

.GlobalBehindScenesMarqueeLeft .GlobalBehindScenesTrack {
    animation: behindScenesLeft 35s linear infinite;
}

.GlobalBehindScenesMarqueeRight .GlobalBehindScenesTrack {
    animation: behindScenesRight 35s linear infinite;
}

.GlobalBehindScenesMarquee:hover .GlobalBehindScenesTrack {
    animation-play-state: paused;
}

@keyframes behindScenesLeft {
    0% {
        transform: translateX(0);
    }

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

@keyframes behindScenesRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.navMenu {
    width: 100%;
    height: auto;
    background-color: #fff !important;
}

.logoNav {
    width: 144px;
    height: auto;
}

.nav-link {
    color: #4B5563 !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.navIconWaper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hireBtn {
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--CTA, #F5A623);
    border: none;
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.HeroSection {
    width: 100%;
    height: 759px;
    position: relative;
    z-index: 0;
}

.heroImgBg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: -1;
}

.HeroSectionWrap {
    width: 100%;
    height: 100%;
    background: #000000bf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heroTitle {
    width: 1006px;
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

.heroTitle span {
    color: #F5A623;
}

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

.heroBtn1 {
    display: flex;
    height: 50px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #F5A623;
    color: #1C2D5A;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.heroBtn2 {
    display: flex;
    width: auto;
    height: 50px;
    padding: 1px 33px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.90);
    background: rgba(245, 166, 35, 0.20);
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.GlobalImpactNumbers {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #F4F8FD;
}

.GlobalImpactNumbersTitel {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.GlobalImpactNumbersText {
    width: 672px;
    height: auto;
    margin: 0 auto;
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
}

.GlobalImpactNumbersCardWaper {
    width: 100%;
    height: auto;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}

.GlobalImpactNumbersCard {
    width: 24%;
    border-radius: 10px;
    background: #FFF;
    padding: 23px 20px;
    box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.GlobalImpactNumbersCard h2 {
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    background: #008080;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 19px;
}

.GlobalImpactNumbersCard h3 {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.GlobalImpactNumbersCard p {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}

.GlobalImpactNumbersCard hr {
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background: #E8EDF3;
    margin: 18px 0px;
}

.GlobalImpactNumbersCard h4 {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0px;
}

.GlobalImpactNumbersCardFooter {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.GlobalImpactNumbersCardFooter span {
    color: var(--CTA, #F5A623);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.GlobalImpactNumbersCardFooter p {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}

.reviewcarousel {
    width: 100%;
    height: 317px;
    border-radius: 10px;
    border: 1px solid var(--Sec, #008080);
    background: #FFF;
    box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
    margin-top: 34px;
    padding: 34px 64px !important;
}

.reviewcarouselProfile {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.reviewcarouselProfile img {
    width: 80px;
    height: auto;
}

.reviewcarouselProfileWaper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.reviewcarouselProfileWaper h3 {
    color: var(--Primary, #1C2D5A);
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0px;
}

.reviewcarouselProfileWaper p {
    color: #4B5563;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    margin-top: 4px;
}

.reviewcarouselWaperContainer {
    color: #4B5563;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 25px;
}

.carousel-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #D9D9D9 !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #008080 !important;
}

/* .myJourneyVideoWaper {
    position: relative;
} */

.PlayButton {
    background: transparent !important;
    width: fit-content;
    height: fit-content;
    border: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.PlayButtonIcon {
    width: 50px;
    height: 50px;
}

/* 

.MyJourney {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #1C2D5A;
}

.MyJourneyTitel {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.MyJourneyText {
    color: #D9E9FF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
}

.MyJourneyAboutTitel {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 18px;
}

.MyJourneyAboutText {
    color: #D9E9FF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
}

.MyJourneyAboutWaper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.MyJourneyAboutFirst,
.MyJourneyAboutSecond {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 45px;
}

.MyJourneyAboutFirstLeft,
.MyJourneyAboutSecondLeft {
    width: 45%;
    height: auto;
}

.MyJourneyAboutSecondRight,
.MyJourneyAboutFirstRight {
    width: 45%;
    height: auto;
}

.MyJourneyAboutSecondRight img,
.MyJourneyAboutFirstRight img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.MyJourneyAboutFirstLeftTitel,
.MyJourneyAboutSecondLeftTitel {
    color: #FFF !important;
    font-family: "Playfair Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.MyJourneyAboutSecondLeftText,
.MyJourneyAboutFirstLeftText {
    color: #D0E4FF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
} */


.MyJourney {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    background: linear-gradient(174deg, rgba(0, 0, 0, 0.00) 30.43%, #000 99.14%);
}

.MyJourneyBackground {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.MyJourneyOverlay{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.MyJourneyWaper {
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.MyJourneyTitel {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.MyJourneyContent {
    width: 100%;
    height: auto;
    padding-top: 40px;
    position: relative;
    padding-bottom: 10px;
}

.MyJourneyContent p:nth-child(1) {
    width: 73%;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.MyJourneyContent p:nth-child(2) {
    width: 66%;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.MyJourneyContent p:nth-child(3) {
    width: 63%;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.MyJourneyContent p:nth-child(4) {
    width: 60%;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.MyJourneyContent p:nth-child(5) {
    width: 60%;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.CEO_sir_my_journey_image {
    width: 40%;
    height: auto;
    object-fit: cover;
    object-position: top;
    margin-top: 20px;
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: -2;
}

@media (max-width: 1440px) {

    .MyJourneyContent p:nth-child(1) {
        width: 70%;
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .MyJourneyContent p:nth-child(2) {
        width: 63%;
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .MyJourneyContent p:nth-child(3) {
        width: 61%;
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .MyJourneyContent p:nth-child(4) {
        width: 60%;
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .MyJourneyContent p:nth-child(5) {
        width: 60%;
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .CEO_sir_my_journey_image {
        width: 40%;
        height: auto;
        object-fit: cover;
        object-position: top;
        margin-top: 20px;
        position: absolute;
        bottom: 0%;
        right: 0%;
    }
}



/* .CEO_sir_my_journey_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
} */

.VenturesBuilding {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #F4F8FD;
    overflow-x: hidden;
}

.VenturesBuildingTitel {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.VenturesBuildingText {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
}

.VenturesBuildingCardWaper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    margin-top: 45px;
}

.VenturesBuildingCard {
    width: 49%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}

.VenturesBuildingCardHeader {
    width: 100%;
    height: 256px;
    background: #0F316E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.VenturesBuildingCardHeader img {
    width: 189px;
    height: auto;
}

.VenturesBuildingCardHeader2 {
    width: 100%;
    height: 256px;
    background: #78BE20;
    display: flex;
    justify-content: center;
    align-items: center;
}

.VenturesBuildingCardHeader2 img {
    width: 376px;
    height: auto;
}

.VenturesBuildingCardBody {
    width: 100%;
    height: auto;
    padding: 24px 20px;
    background: #fff;
}

.VenturesBuildingCardBody h2 {
    color: var(--Primary, #1C2D5A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 18px;
}

.VenturesBuildingCardBody p {
    color: var(--Primary, #1C2D5A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    margin-top: 8px;
}

.VenturesBuildingCardButton {
    display: flex;
    height: 50px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    background: #F5A623;
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 18px;
}

.MyMissionWaper {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow-x: hidden;
}

.MyMissionWaperImageWAper {
    width: 50%;
    height: 528px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.MyMissionWaperImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.MyMissionContent {
    width: 50%;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
}

.MyMissionContentTitle {
    color: var(--Primary, #1C2D5A);
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 44px;
}

.MyMissionContentDescription {
    color: var(--Primary, #1C2D5A);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-left: 28px;
    border-left: 4px solid var(--Sec, #008080);
    margin-bottom: 35px;
}

.MyMissionContentTitleSubDescription {
    color: #4B5563;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;

}

.MyMissionContentButton {
    width: 45%;
    display: flex;
    height: 50px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #F5A623;
    color: #1C2D5A;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.WhatPeopleSay {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #F4F8FD;
}

.WhatPeopleSayTitle {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.WhatPeopleSayText {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.WhatPeopleSayCardsMAinWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}

.WhatPeopleSayCardsWaper {
    width: 24%;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 45px;
    flex-wrap: wrap;
}

.WhatPeopleSayCard {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
    overflow: hidden;
}

.WhatPeopleSayCardVideo {
    width: 100%;
    height: 300px;
    background: #000;
    overflow: hidden;
    position: relative;

}

.WhatPeopleSayCardVideo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.WhatPeopleSayCardProfile {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    padding-bottom: 0px;
}

.WhatPeopleSayCardProfile img {
    width: 48px;
    height: 48px;
}

.WhatPeopleSayCardProfileName h3 {
    color: var(--Primary, #1C2D5A);
    font-family: "Playfair Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0px;
}

.WhatPeopleSayCardProfileName p {
    color: #4B5563;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}

.WhatPeopleSayCardProfileName svg {
    margin-top: -10px;
}

.WhatPeopleSayCardBody {
    color: #4B5563;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 15px;
    padding-top: 0px;
    margin-top: 16px;
}

.WhatPeopleSayWaperButtonWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.WhatPeopleSayWaperButton {
    display: inline-flex;
    height: 50px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #F5A623;
    color: #1C2D5A;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.LatestContent {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #fff;
}

.LatestContentWaper {
    width: 100%;
    height: auto;
}

.LatestContentTitel {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.LatestContentText {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.LatestContentCardWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    margin-top: 45px;
}

.LatestContentCard {
    width: 32%;
    height: auto;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    margin-top:15px;
    border: 2px solid #E8EDF3;
}

.LatestContentCardImageWaper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.LatestContentCardImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.LatestContentCardSpan {
    display: flex;
    width: auto;
    padding: 3px 11px;
    align-items: center;
    border-radius: 9999px;
    background: var(--Sec, #008080);
    position: absolute;
    top: 5%;
    left: 5%;
    color: #FAFAFA;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    gap: 8px;
}

.LatestContentCardBody {
    width: 100%;
    height: auto;
    padding: 24px;
}

.LatestContentCardBodyDateTimeWaper {
    width: 100%;
    height: auto;
    display: flex;
    gap: 25px;
}

.LatestContentCardBodyDateWaper {
    color: var(--Primary, #1C2D5A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.LatestContentCardBodyTimeWaper {
    color: var(--Primary, #1C2D5A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.LatestContentCardBodyTitel {
    color: #09090B;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 16px;
}

.LatestContentCardBodyText,
.LatestContentCardBodyText h1,
.LatestContentCardBodyText h2,
.LatestContentCardBodyText h3,
.LatestContentCardBodyText h4,
.LatestContentCardBodyText h5,
.LatestContentCardBodyText h6,
.LatestContentCardBodyText p {
    color: #4B5563;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.LatestContentCardBodyButton {
    display: flex;
    width: fit-content;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #FFF;
    color: var(--Sec, #008080);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 15px;
    text-align: left;
}

.LatestContentButtonWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.LatestContentButton {
    display: flex;
    height: 44px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #F5A623;
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.ReadyToGrow {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #008080;
}

.ReadyToGrow_Waper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.ReadyToGrowTitel {
    width: 50%;
    height: auto;
    color: #FFF;
    text-align: left;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}

.ReadyToGrowTitel span {
    display: block;
    color: #F5A623;
    text-align: left;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0 auto;
}

.ReadyToGrowText {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 26px;
    margin-bottom: 40px;
}

.ReadyToGrowFromWaper {
    width: 40%;
    height: auto;
    margin: 0 auto;
}

.ReadyToGrowFromInputWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.ReadyToGrowFromInput {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E4E4E7;
    background: #FFF;
    display: flex;
    height: 50px;
    padding: 13px;
    align-items: center;
    color: #71717A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ReadyToGrowFromButton {
    display: flex;
    height: 44px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    background: #F5A623;
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 16px;
}

.ReadyToGrowFromNospam {
    color: #C3C3C3;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
}

.BuildYourNext {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #F4F8FD;
}

.BuildYourNextContact {
    background: #DEF5F5;
}

.BuildYourNextWaper {
    width: 100%;
    height: auto;
}

.BuildYourNextTitel {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.BuildYourNextText {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 27px;
}

.BuildYourNextCardWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    margin-top: 45px;
}

.BuildYourNextCard {
    width: 277px;
    height: 293px;
    border-radius: 8px;
    border: 1px solid #E4E4E7;
    background: #FFF;
    padding: 25px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.BuildYourNextCardTitel {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.BuildYourNextCardText {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.BuildYourNextCardButton {
    display: inline-flex;
    height: 40px;
    padding: 9px 17px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 6px;
    background: var(--Primary, #1C2D5A);
}

.BuildYourNextCardButton2 {
    display: inline-flex;
    height: 40px;
    padding: 9px 17px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--Sec, #008080);
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.BuildYourNextCardButton3 {
    display: inline-flex;
    height: 40px;
    padding: 9px 17px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--CTA, #F5A623);
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.BehindScenes {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #fff;
}

.BehindScenesWaper {
    width: 100%;
    height: auto;
}

.BehindScenesTitel {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.BehindScenesText {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 18px;
}

.BehindScenesCardWaper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    gap: 24px;
}

.BehindScenesCard {
    width: 24%;
    height: 276px;
    overflow: hidden;
    border-radius: 5px;
}

.BehindScenesCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.footer {
    width: 100%;
    height: auto;
    background: #1C2D5A;
    padding: 40px 0;
    padding-bottom:20px;
}

.footerWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.footerLogo {
    max-width:40%;
}

.footerLogo img {
    width: 180px;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

.footerLogo p {
    color: #E5E7EB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.footerContainIconWaper {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 64px;
}

.footerColumn {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 120px;
}
.footerColumn a {
    color: #9CA3AF;
}

.footerColumnTitle {
    color: #FFFFFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
}

.footerContain a {
    color: #9CA3AF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.footerIcon {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footerHrWaper {
    width: 100%;
    height: auto;
}

.footerHr {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff5c;
    margin: 32px 0 15px 0;
}

.footerCopyRightWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerCopyRightText {
    color: #9CA3AF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footerCopyRightPPTS {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footerCopyRightPPTS a {
    color: #9CA3AF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.CompaniesHeroSection {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
}

.CompaniesHeroSectionBG {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: -1;
}

.CompaniesHeroSectionTextWaper {
    width: 100%;
    height: 100%;
    background: #00103bde;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CompaniesHeroSectionText h1 {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

.CompaniesHeroSectionTextContect {
    width: 756px;
    height: auto;
}

.CompaniesHeroSectionText p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.companiesLogosIWon {
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background: #FFF9EF;
}

.companiesLogosIWonWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}

.companiesLogosIWonRay,
.companiesLogosIWonPB {
    width: 49%;
    height: auto;
    padding: 32px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
}

.companiesLogosIWonRay img {
    width: 190px;
    height: auto;
}

.companiesLogosIWonPB img {
    width: 376px;
}

.OurMissionOurVision {
    width: 100%;
    height: auto;
    padding: 80px;
    background: #FFF;
}

.OurMissionOurVisionWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 95px;
}

.OurMissionOurVisionRay {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
}

.OurMissionOurVision_PB {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: row-reverse;
}

.OurMissionOurVisionRay img {
    width: 49%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.OurMissionOurVisionRayContaint {
    width: 49%;
    height: auto;
    padding-left: 70px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.OurMissionOurVisionRayContaintPB {
    width: 49%;
    height: auto;
    padding-left: 0px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.OurMissionOurVisionRayContaint h2 {
    color: var(--Primary, #1C2D5A);
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.OurMissionOurVisionRayContaintPB h2 {
    color: var(--Primary, #008080);
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.OurMissionOurVisionRayContaint p {
    color: #4B5563;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.OurMissionOurVisionRayContaintPB p {
    color: #4B5563;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.OurMissionOurVisionRayContaintButton {
    display: flex;
    height: 44px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #F5A623;
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    width: 40%;
}

.OurMissionOurVisionThreeCardWaper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
    gap: 30px;
}

.OurMissionOurVisionThreeCard {
    width: 32%;
    border-radius: 10px;
    background: #fff;
    display: flex;
    height: auto;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
    border: 2px solid rgba(28, 45, 90, 0.20);
    padding: 20px 0px;
}

.OurMissionOurVisionThreeCardPB {
    width: 32%;
    border-radius: 10px;
    display: flex;
    height: auto;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
    border: 2px solid rgba(0, 128, 128, 0.50);
    padding: 20px 0px;
}

.OurMissionOurVisionThreeCard h2 {
    color: #1C2D5A;
    text-align: right;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.OurMissionOurVisionThreeCardPB h2 {
    color: #008080;
    text-align: right;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.OurMissionOurVisionThreeCard p {
    color: var(--Primary, #1C2D5A);
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.OurMissionOurVisionThreeCardPB p {
    color: #008080;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.OurMissionOurVisionTowCardWaper {
    width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-top: 30px;
    gap: 30px;
}

.OurMissionOurVisionTowCard {
    width: 50%;
    height: auto;
    border-radius: 10px;
    background: #FFF;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
    padding: 30px;
}

.OurMissionOurVisionTowCardPB {
    width: 50%;
    height: auto;
    border-radius: 10px;
    background: #FFF;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
    padding: 30px;
}

.OurMissionOurVisionTowCardIconHeader {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.OurMissionOurVisionTowCard h2 {
    color: var(--Primary, #1C2D5A);
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.OurMissionOurVisionTowCardPB h2 {
    color: #008080;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.OurMissionOurVisionTowCardText {
    color: #4B5563;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}

.OurMissionOurVisionTowCardTextPB {
    color: #4B5563;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}

.OurMissionOurVisionPB {
    width: 100%;
    height: auto;
    padding: 80px;
    background: #DEF5F5;
}

.AboutHeroSection {
    width: 100%;
    height: auto;
    background: #1C2D5A;
}

.AboutHeroSectionWaper {
    width: 100%;
    height: 582px;
    display: flex;
    justify-content: space-between;
}

.AboutHeroSectionTextWaper {
    width: 60%;
    height: 100%;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AboutHeroSectionText h1 {
    width: 700px;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 35px;
}

.AboutHeroSectionText h1 span {
    color: #F5A623;
}

.AboutHeroSectionImagesWaper {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.AboutHeroSectionText p {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin: 0px;
}

.AboutMeWaper {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.AboutMeText {
    width: 50%;
    height: auto;
}

.AboutMeText h2 {
    color: var(--Primary, #1C2D5A);
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 34px;
}

.AboutMeText h3 {
    color: var(--Primary, #1C2D5A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
}

.AboutMeText h4 {
    color: var(--Primary, #1C2D5A);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.AboutMeText p {
    color: #4B5563;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 34px;
}

.AboutMeButton {
    width: 40%;
    display: flex;
    height: 44px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #F5A623;
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.AboutMeWaperImages {
    width: 50%;
    height: auto;
    border-radius: 10px;
}

.AboutMeMyMission {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #F4F8FD;
}

.AboutMeMyMissionWaper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
}

.AboutMeMyMissionTextWaper {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.AboutMeMyMissionTextWaper h2 {
    color: var(--Primary, #1C2D5A);
    font-family: "Playfair Display";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.AboutMeMyMissionText {
    color: var(--Primary, #1C2D5A);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-left: 4px solid var(--Sec, #008080);
    padding-left: 28px;
    margin-top: 34px;
    margin-bottom: 24px;
}

.AboutMeMyMissionWaper img {
    width: 50%;
    height: auto;
}

.AboutHeroSectionCardWaper {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.AboutHeroSectionCard {
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 10, 38, 0.15);
}

.AboutHeroSectionCard span {
    color: #F5A623;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}

.AboutHeroSectionCard p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.MyStory {
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.MyStoryWaper {
    width: 100%;
    height: auto;
}

.MyStoryWaper h2 {
    color: #1C2D5A;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 60px;
}

.MyStoryContentWaperFirst {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
}

.MyStoryContentWaperSecond {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    flex-direction: row-reverse;
    margin-top: 24px;
}

.MyStoryContentFirstLeft {
    width: 50%;
    height: auto;
}

.MyStoryContentFirstLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.MyStoryContentFirstRight {
    width: 50%;
    height: auto;
    display: flex;
    padding: 60px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    background: #1C2D5A;
}

.MyStoryContentFirstRight h3 {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.MyStoryContentFirstRight p {
    color: #D0E4FF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}

.MyJourneyButtonWaper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.MyJourneyButton {
    display: inline-flex;
    height: 50px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #F5A623;
    color: #1C2D5A;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.articlesCardSection {
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.articlesCardWaper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    /* align-items: stretch; */
    gap: 10px;
    flex-wrap: wrap;
}


.BlogPaginator {
    width: 100%;
    height: auto;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.BlogPaginatorPrevious {
    display: flex;
    padding: var(--sds-size-space-200) var(--sds-size-space-300);
    justify-content: center;
    align-items: center;
    gap: var(--sds-size-space-200);
    color: var(--sds-color-text-default-secondary);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    gap: 10px;
}

.BlogPaginatorCounter {
    display: flex;
    padding: var(--sds-size-space-200) var(--sds-size-space-300);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: var(--sds-size-space-200) var(--sds-size-space-300);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 5px 10px;
}

.BlogPaginatorCounterActive {
    display: flex;
    padding: var(--sds-size-space-200) var(--sds-size-space-300);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: var(--sds-size-radius-200);
    background: #008080;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 10px;
    border-radius: 5px;
}

.BlogPaginatorNext {
    display: flex;
    padding: var(--sds-size-space-200) var(--sds-size-space-300);
    justify-content: center;
    align-items: center;
    gap: var(--sds-size-space-200);
    color: var(--ray-2, #10387A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    gap: 10px;
}

.mpusCurserNoDrop {
    cursor: no-drop;
}

.articlesDetailsWaper {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
}

.articlesDetailsImage {
    width: 100%;
    height: auto;
    margin-top: -7%;
    position: relative;
    object-fit: cover;
    object-position: top;
}

.articlesDetailsText {
    width: 100%;
    height: auto;
}

.articlesDetailsText h1 {
    color: var(--Primary, #1C2D5A);
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 19px;
}

.articlesDetailsText h2 {
    color: #10387A;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.articlesDetailsText h3 {
    color: var(--Primary, #1C2D5A);
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.articlesDetailsText p {
    overflow: hidden;
    color: #4D5F7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.BlogDetailShear {
    width: 100%;
    height: auto;
    padding: 37px 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.BlogDetailShearButton {
    width: auto;
    color: #868686;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 15px 10px;
    text-transform: capitalize;
    border-radius: 7px;
    border: 2px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.WantUsCallYouBack {
    width: 100%;
    height: auto;
    background: #F4F8FD;
}

.WantUsCallYouBackWaper {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.WantUsCallYouBackWaper h1 {
    color: var(--Primary-500, #0033A0);
    text-align: center;
    font-family: Merriweather;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.WantUsCallYouBackWaper p {
    color: var(--Primary-700, #0b3d8a);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.WantUsCallYouBackFromCardWaper {
    width: 896px;
    height: auto;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    padding: 40px 32px;
}

.WantUsCallYouBackFromInputWaper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 29px;
}

.WantUsCallYouBackFromInput {
    width: 49%;
    height: auto;
}

.WantUsCallYouBackFromInput label {
    color: var(--Primary-700, #0b3d8a);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.WantUsCallYouBackFromInput input {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    border: 1px solid #D1D5DB;
    background: #FFF;
    color: var(--Gray-300, #B4BBC5);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.WantUsCallYouBackFromTextArea {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.WantUsCallYouBackFromTextArea label {
    color: var(--Primary-700, #0b3d8a);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.WantUsCallYouBackFromTextArea textarea {
    width: 832px;
    height: 98px;
    flex-shrink: 0;
    background: #FFF;
    color: var(--Gray-400, #9BA4B1);
    border-radius: 6px;
    border: 1px solid #D1D5DB;
    background: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 13px;
}

.WantUsCallYouBackFromCheckBox {
    width: 100%;
    height: auto;
    margin-bottom: 27px;
}

.WantUsCallYouBackFromCheckBox input {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid var(--Primary-600, #094FB7);
}

.WantUsCallYouBackFromCheckBox label {
    color: var(--Gray-700, #42526B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.75px;
}

.WantUsCallYouBackFromCheckBox label span {
    color: var(--Gray-700, #42526B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.75px;
}

.WantUsCallYouBackFromCheckBox label a {
    color: #78BE20;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.75px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration: none;
}

.WantUsCallYouBackFromButtonWaper {
    width: 100%;
    height: auto;
}

.WantUsCallYouBackFromButton {
    color: var(--Primary, #1C2D5A);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    width: 832px;
    height: 44px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #F5A623;
    border: none;
}

.NavForMobile,
.footerHrMobile {
    display: none !important;
}

.PrivacyPolicy {
    width: 60%;
    height: auto;
    padding: 80px 0px;
    margin: 0 auto;
}



/* Mobile */

@media (max-width: 600px) {
    .GlobalBehindScenes {
        padding: 40px 0 30px 0;
    }

    .GlobalBehindScenesTitle {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .GlobalBehindScenesTrack img {
        height: 180px;
        width: auto;
    }

    /* Smaller fade width on mobile */
    .GlobalBehindScenesMarquee::before,
    .GlobalBehindScenesMarquee::after {
        width: 15px;
    }

    /* Faster marquee on mobile */
    .GlobalBehindScenesMarqueeLeft .GlobalBehindScenesTrack {
        animation-duration: 18s;
    }

    .GlobalBehindScenesMarqueeRight .GlobalBehindScenesTrack {
        animation-duration: 18s;
    }

    .container {
        overflow-y: hidden !important;
    }

    .HeroSection {
        width: 100%;
        height: 650px;
        position: relative;
        z-index: 0;
    }

    .heroTitle {
        width: 95%;
        color: #FFF;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 10vw;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .HeroSectionButtonWaper {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 30px;
        flex-direction: column;

    }

    .heroBtn1 {
        display: flex;
        width: 100%;
        height: 50px;
        padding: 0 32px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 6px;
        background: #F5A623;
        color: #1C2D5A;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .GlobalImpactNumbers {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #F4F8FD;
    }

    .GlobalImpactNumbersTitel {
        color: var(--Primary, #1C2D5A);
        text-align: center;
        font-family: "Playfair Display";
        font-size: 7vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }

    .GlobalImpactNumbersText {
        width: 100%;
        color: #4B5563;
        text-align: center;
        font-family: Inter;
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-top: 5px;
    }

    .GlobalImpactNumbersCardWaper {
        width: 100%;
        height: auto;
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 20px;
        flex-direction: column;
    }

    .GlobalImpactNumbersCard {
        width: 100%;
        border-radius: 10px;
        background: #FFF;
        padding: 23px 20px;
        box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .reviewcarousel {
        width: 100%;
        height: auto;
        border-radius: 10px;
        border: 1px solid var(--Sec, #008080);
        background: #FFF;
        box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
        margin-top: 34px;
        padding: 34px 20px !important;
    }

    .reviewcarouselWaperContainer {
        color: #4B5563;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .MyJourney {
        width: 100%;
        height: auto;
        padding: 40px 0px 0px 0px;
        background: #1C2D5A;
        overflow: hidden;
    }

    .MyJourneyWaper {
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .MyJourneyTitel {
        color: #FFF;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .MyJourneyContent {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 0px;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .MyJourneyContent p:nth-child(1),
    .MyJourneyContent p:nth-child(2),
    .MyJourneyContent p:nth-child(3),
    .MyJourneyContent p:nth-child(4),
    .MyJourneyContent p:nth-child(5) {
        width: 100%;
        color: #FFF;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 15px;
    }

    .CEO_sir_my_journey_image {
        width: 100%;
        max-width: 300px;
        height: auto;
        object-fit: cover;
        object-position: top;
        margin-top: 30px;
        margin-bottom: 0px;
        position: relative;
        bottom: auto;
        right: auto;
        align-self: center;
    }

    .MyJourneyText {
        color: #D9E9FF;
        text-align: center;
        font-family: Inter;
        font-size: 5vw;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-top: 10px;
    }

    .MyJourneyAboutText {
        color: #D9E9FF;
        text-align: center;
        font-family: Inter;
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin: 0px;
    }

    .MyJourneyAboutFirst,
    .MyJourneyAboutSecond {
        flex-direction: column !important;
        margin-top: 10px;
    }

    .MyJourneyAboutTitel {
        color: #FFF;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin-bottom: 18px;
    }

    .MyJourneyAboutFirstLeftTitel,
    .MyJourneyAboutSecondLeftTitel {
        color: #FFF !important;
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .MyJourneyAboutSecondLeftText,
    .MyJourneyAboutFirstLeftText {
        color: #D0E4FF;
        font-family: Inter;
        font-size: 3.5vw;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }



    .MyJourneyAboutFirst {
        flex-direction: column-reverse !important;
    }

    .MyJourneyAboutFirstLeft,
    .MyJourneyAboutSecondLeft {
        width: 100%;
        height: auto;
    }

    .MyJourneyAboutSecondRight,
    .MyJourneyAboutFirstRight {
        width: 100%;
        height: auto;
    }

    .MyJourneyAboutWaper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .MyJourneyOverlay {
        width: 100%;
        height: 25%;
        object-fit: cover;
        object-position: bottom;
        position: absolute;
        top: 75%;
        left: 0;
        z-index: -1;
    }

    .VenturesBuilding {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #F4F8FD;
    }

    .VenturesBuildingCardWaper {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        margin-top: 45px;
        flex-direction: column;
    }

    .VenturesBuildingTitel {
        color: var(--Primary, #1C2D5A);
        text-align: center;
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }

    .VenturesBuildingText {
        color: #4B5563;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-top: 10px
    }

    .VenturesBuildingCard {
        width: 100%;
        height: auto;
    }

    .VenturesBuildingCardHeader2 img {
        width: 80%;
        height: auto;
    }

    .MyMissionWaper {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-direction: column;
    }

    .ReadyToGrow_Waper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .MyMissionContent {
        width: 100%;
    }

    .MyMissionContentTitle {
        color: var(--Primary, #1C2D5A);
        font-family: "Playfair Display";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin-bottom: 10px;
    }


    .MyMissionContentDescription {
        color: var(--Primary, #1C2D5A);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
    }

    .MyMissionContentButton {
        width: 100%;
        display: flex;
        height: 50px;
        padding: 0 32px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 6px;
        background: #F5A623;
        color: #1C2D5A;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .MyMissionWaperImageWAper {
        width: 100%;
        height: auto;
        position: relative;
    }

    .MyMissionWaperImage {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }


    .WhatPeopleSayTitle {
        color: var(--Primary, #1C2D5A);
        text-align: center;
        font-family: "Playfair Display";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }

    .WhatPeopleSayText {
        color: #4B5563;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .WhatPeopleSay {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #F4F8FD;
    }

    .WhatPeopleSayCardsMAinWaper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: start;
        gap: 24px;
        flex-direction: column;
    }

    .WhatPeopleSayCardsWaper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        gap: 24px;
        margin-top: 0px;
        flex-wrap: wrap;
    }

    .LatestContent {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #fff;
    }

    .LatestContentTitel {
        color: var(--Primary, #1C2D5A);
        text-align: center;
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin: 0px;
    }

    .LatestContentText {
        color: #4B5563;
        text-align: center;
        font-family: Inter;
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .LatestContentCardWaper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 24px;
        flex-direction: column;
        margin-top: 30px;
    }

    .LatestContentCard {
        width: 100%;
        height: auto;
        border-radius: 10px;
        background: #FFF;
        overflow: hidden;
        border: 2px solid #E8EDF3;
        margin-top:0px;
    }

    .LatestContentCardImageWaper {
        width: 100%;
        height: 180px;
        overflow: hidden;
        position: relative;
    }

    .LatestContentCardBodyButton {
        width: 40%;
    }

    .ReadyToGrow {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #008080;
    }

    .ReadyToGrowTitel {
        width: 100%;
        height: auto;
        color: #FFF;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 7vw;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
    }

    .ReadyToGrowTitel span {
        display: block;
        color: #F5A623;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 7vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin: 0 auto;
    }

    .ReadyToGrowText {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ReadyToGrowFromWaper {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .ReadyToGrowFromInputWaper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .ReadyToGrowFromNospam {
        color: #C3C3C3;
        text-align: center;
        font-family: Inter;
        font-size: 3vw;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .BuildYourNext {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #F4F8FD;
    }

    .BuildYourNextTitel {
        color: var(--Primary, #1C2D5A);
        text-align: center;
        font-family: "Playfair Display";
        font-size: 7vw;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        margin: 40px 0px;
    }

    .BuildYourNextText {
        color: #4B5563;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-top: 15px;
    }

    .BehindScenesTitel {
        color: var(--Primary, #1C2D5A);
        text-align: center;
        font-family: "Playfair Display";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin: 0px;
    }

    .BehindScenesText {
        color: #4B5563;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-top: 6px;
    }

    .BuildYourNextCardWaper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin-top: 25px;
        flex-direction: column;
        margin-top: 25px;
    }

    .BuildYourNextCard {
        width: 95%;
        height: 293px;
        border-radius: 8px;
        border: 1px solid #E4E4E7;
        background: #FFF;
        padding: 25px 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
    }

    .BehindScenes {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #fff;
    }

    .BehindScenesWaper {
        width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
    }

    .BehindScenesCardWaper {
        width: auto;
        height: auto;
        display: flex;
        align-items: normal;
        justify-content: start;
        margin-top: 30px;
        gap: 24px;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

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

    .BehindScenesCard {
        flex: 0 0 auto;
        width: 85%;
        scroll-snap-align: start;
        position: relative;
    }

    .AboutHeroSectionWaper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .AboutHeroSectionTextWaper {
        width: 100%;
        height: 100%;
        padding: 30px 0px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .AboutHeroSectionText h1 {
        width: 100%;
        color: #FFF;
        font-family: "Playfair Display";
        font-size: 10vw;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .AboutHeroSectionText h1 span {
        color: #F5A623;
    }

    .AboutHeroSectionText p {
        color: #FFF;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
    }

    .AboutHeroSectionImagesWaper {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .AboutHeroSectionImages {
        width: 80%;
        height: auto;
    }

    .AboutMeWaper {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .AboutMeWaperImages {
        width: 95%;
        height: auto;
        border-radius: 10px;
    }

    .AboutMeText {
        width: 95%;
        height: auto;
    }

    .AboutMeText h2 {
        color: var(--Primary, #1C2D5A);
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin-bottom: 4px;
    }

    .AboutMeText p {
        color: #4B5563;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .AboutMeButton {
        width: 100%;
    }

    .AboutMeMyMissionWaper {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .AboutHeroSectionCardWaper {
        flex-direction: column;
        gap: 10px;
    }

    .AboutHeroSectionCard {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }


    .AboutMeMyMission {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #F4F8FD;
    }

    .AboutMeMyMissionWaper img {
        width: 100%;
        height: auto;
    }

    .AboutMeMyMissionTextWaper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .AboutMeMyMissionTextWaper h2 {
        color: var(--Primary, #1C2D5A);
        font-family: "Playfair Display";
        font-size: 7vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }

    .AboutMeMyMissionText {
        color: var(--Primary, #1C2D5A);
        font-family: Inter;
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin-top: 20px;
    }

    .MyStory {
        width: 100%;
        height: auto;
        padding: 40px 0px;
    }

    .MyStoryWaper h2 {
        color: #1C2D5A;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .MyStoryContentWaperFirst,
    .MyStoryContentWaperSecond {
        width: 100%;
        height: auto;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;
    }

    .MyStoryContentWaperSecond {
        flex-direction: column;
        margin-top: 20px;
    }

    .MyStoryContentFirstLeft {
        width: 100%;
        height: auto;
    }

    .MyStoryContentFirstLeft img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }

    .MyStoryContentFirstRight {
        width: 100%;
        height: auto;
        display: flex;
        padding: 30px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        border-radius: 12px;
        background: #1C2D5A;
    }

    .MyStoryContentFirstRight h3 {
        color: #FFF;
        font-family: "Playfair Display";
        font-size: 7vw;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .MyStoryContentFirstRight p {
        color: #D0E4FF;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 0px;
    }

    .CompaniesHeroSection {
        width: 100%;
        height: 300px;
        position: relative;
        z-index: 0;
    }

    .CompaniesHeroSectionText h1 {
        color: #FFF;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .CompaniesHeroSectionText p {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .CompaniesHeroSectionTextDes {
        width: 80%;
        margin: 0 auto;
    }

    .companiesLogosIWon {
        width: 100%;
        height: auto;
        padding: 30px 0px;
        background: #FFF9EF;
    }

    .companiesLogosIWonWaper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 20px;
        flex-direction: column;
    }

    .companiesLogosIWonRay,
    .companiesLogosIWonPB {
        width: 100%;
        height: auto;
        padding: 25px 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .companiesLogosIWonRay img {
        width: 50%;
        max-width: 190px;
        height: auto;
    }

    .companiesLogosIWonPB img {
        width: 80%;
        max-width: 300px;
        height: auto;
    }

    .OurMissionOurVisionRay {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
        overflow: hidden;
        flex-direction: column;
    }

    .OurMissionOurVision {
        width: 100%;
        height: auto;
        padding: 15px 0px;
        background: #FFF;
    }

    .OurMissionOurVisionRay img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .OurMissionOurVisionRayContaint {
        width: 100%;
        height: auto;
        padding-left: 70px;
        padding-right: 40px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .OurMissionOurVisionRayContaint {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 15px;
    }

    .OurMissionOurVisionRayContaintButton {
        width: 100%;
    }

    .OurMissionOurVisionRayContaint h2 {
        color: var(--Primary, #1C2D5A);
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }

    .OurMissionOurVisionRayContaint p {
        color: #4B5563;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .OurMissionOurVisionPB {
        width: 100%;
        height: auto;
        padding: 15px 0px;
        background: #DEF5F5;
    }

    .OurMissionOurVision_PB {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        overflow: hidden;
        flex-direction: column;
    }

    .OurMissionOurVision_PB img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }

    .OurMissionOurVisionRayContaintPB {
        width: 100%;
        height: auto;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .OurMissionOurVisionRayContaintPB h2 {
        color: var(--Primary, #008080);
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }

    .OurMissionOurVisionRayContaintPB p {
        color: #4B5563;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .OurMissionOurVisionThreeCardWaper {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 30px;
        gap: 20px;
        flex-direction: column;
    }

    .OurMissionOurVisionThreeCard {
        width: 97%;
        border-radius: 10px;
        background: #fff;
        display: flex;
        height: 125px;
        padding: 8px 20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .OurMissionOurVisionThreeCardPB {
        width: 97%;
        border-radius: 12px;
        display: flex;
        height: 125px;
        padding: 20px 0px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 2px solid rgba(0, 128, 128, 0.50);
    }

    .OurMissionOurVisionThreeCardPB h2 {
        color: #008080;
        text-align: center;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0px;
    }

    .OurMissionOurVisionThreeCardPB p {
        color: #008080;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

    .OurMissionOurVisionTowCardWaper {
        width: 100%;
        height: auto;
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        margin-top: 30px;
        flex-direction: column;
        gap: 30px;
    }

    .OurMissionOurVisionTowCard {
        width: 100%;
        height: auto;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
        padding: 30px;
    }

    .OurMissionOurVisionTowCard h2 {
        color: var(--Primary, #1C2D5A);
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        /* 150% */
    }

    .OurMissionOurVisionTowCardText {
        color: #4B5563;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .OurMissionOurVisionTowCardPB {
        width: 100%;
        height: auto;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0 14px 54px 0 rgba(33, 62, 139, 0.06);
        padding: 30px;
    }

    .OurMissionOurVisionTowCardPB h2 {
        color: #008080;
        font-family: "Playfair Display";
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }

    .OurMissionOurVisionTowCardTextPB {
        color: #4B5563;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-top: 24px;
    }

    .CompaniesHeroSectionTextContect {
        width: 100%;
        height: auto;
    }

    .WantUsCallYouBackWaper {
        width: 100%;
        height: auto;
        padding: 60px 0px;
        padding-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .WantUsCallYouBackFromCardWaper {
        width: 100%;
        height: auto;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
        padding: 30px 15px;
    }

    .WantUsCallYouBackFromInputWaper {
        flex-direction: column;
    }

    .WantUsCallYouBackFromInput {
        width: 100%;
        height: auto;
    }

    .WantUsCallYouBackFromTextArea textarea {
        width: 100%;
        border-radius: 5px;
    }

    .WantUsCallYouBackFromButton {
        display: flex;
        width: 100%;
        height: 44px;
    }
    .articlesCardSection {
        width: 100%;
        height: auto;
        padding: 20px 0px;
    }

    .articlesDetailsImage {
        width: 100%;
        height: 264px;
        margin-top: -15%;
        position: relative;
        object-fit: cover;
        object-position: top;
    }

    .CompaniesHeroSectionTextTitel {
        width: 95%;
        margin: 0 auto;
    }

    .NavForMobile {
        display: flex !important;
    }

    .NavMenuButtonMobile {
        border: none;
        background: #008080;
        border-radius: 7px;

    }

    .PrivacyPolicy {
        width: 90%;
        height: auto;
        padding: 20px 0px;
        padding-top: 50px;
        margin: 0 auto;
    }

}

/* Footer */

@media (max-width: 600px) {
    .footer {
        overflow: hidden;
    }

    .footer {
        width: 100%;
        height: auto;
        background: #1C2D5A;
        padding: 40px 20px;
    }

    .footerWaper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-direction: column;
    }

    .footerContainIconWaper {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .footerContainWaper {
        display: flex;
        justify-content: space-between;
    }

    .footerContain {
        display: flex;
        gap: 30px;
        flex-direction: column;
        margin-top: 30px;
    }

    .footerIcon {
        display: flex;
        align-items: center;
        gap: 16px;
        justify-content: space-between;
        margin: 30px 0px;
    }

    .footerIcon svg {
        width: 28px;
        height: 28px;
    }

    .footerContain a {
        color: #9CA3AF;
        font-family: Inter;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .footerContainDivider {
        display: none;
    }

    .footerCopyRightWaper {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }

    .footerHr {
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background: #ffffff5c;
        margin-top: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .footerCopyRightPPTS {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
    }


    .footerHrMobile {
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background: #ffffff5c;
        margin: 20px 0;
        display: block !important;
        margin: 20px 0px;
    }

    /* New footer layout overrides */
    .footerWaper {
        gap: 24px;
        align-items: flex-start;
    }

    .footerLogo img {
        width: 150px;
        margin-bottom: 8px;
    }

    .footerContainIconWaper {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    /* Links + Companies side by side, Legal full width below */
    .footerContainIconWaper .footerColumn:nth-child(1),
    .footerContainIconWaper .footerColumn:nth-child(2) {
        width: 48%;
    }

    .footerContainIconWaper .footerColumn:nth-child(3) {
        width: 100%;
    }

    .footerColumnTitle {
        font-size: 16px;
    }

    .footerColumn a {
        color: #9CA3AF;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .footerIcon {
        justify-content: flex-start;
        margin: 20px 0 0 0;
    }

    .footerCopyRightWaper {
        align-items: flex-start;
    }

    .footerCopyRightPPTS {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 16px;
    }
}

/* Hover */
.buttonFloatHavar,
.VenturesBuildingCard,
.WhatPeopleSayCard,
.LatestContentCard {
    transition: 0.3s ease-in-out !important;
}

.buttonFloatHavar:hover,
.VenturesBuildingCard:hover {
    box-shadow: 1px 3px 12px 0px #0000007d;
}

.GlobalImpactNumbersCard:hover,
.VenturesBuildingCard:hover,
.LatestContentCard:hover,
.BuildYourNextCard:hover,
.BehindScenesCard:hover,
.companiesLogosIWonRay:hover,
.companiesLogosIWonPB:hover,
.OurMissionOurVisionTowCard:hover {
    transform: translate(0px, -20px) !important;
}

.reviewcarousel:hover,
.WhatPeopleSayCard:hover,
.OurMissionOurVisionThreeCard:hover {
    transform: scale(0.9) !important;
}

.right-aligned:hover {
    transform: translate(25px, 0px) !important;
}

.left-aligned:hover {
    transform: translate(-25px, 0px) !important;
}


/* Animation */

.slide_from_top {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide_from_top:hover {
    color: #10387a;
}

.slide_from_top::after {
    content: "";
    background: #ecf0f1;
    position: absolute;
    z-index: -1;
    display: block;
}

/* Button Color Revarch */
.slide_from_top_color_reverch {
    background: #fff;
    color: #10387a;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide_from_top_color_reverch:hover {
    color: #10387a !important;
}

.slide_from_top_color_reverch::after {
    content: "";
    background: #56c1cd;
    position: absolute;
    z-index: -1;
    display: block;
}

/* Button Color Revarch End */

.slide_from_top[class^="slide"]::after,
.slide_from_top_color_reverch[class^="slide"]::after {
    transition: all 0.8s;
    height: 0%;
}

.slide_from_top[class^="slide"]:hover::after,
.slide_from_top_color_reverch[class^="slide"]:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.8s;
    height: 180%;
}

.slide_from_top::after,
.slide_from_top_color_reverch::after {
    left: 0;
    right: 0;
    top: -100%;
    bottom: 100%;
    border-radius: 0 0 50% 50%;
}

/* button 2nd Section */
.slide_from_left {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide_from_left:hover {
    color: #10387a;
}

.slide_from_left::after {
    content: "";
    background: #ecf0f1;
    position: absolute;
    z-index: -1;
    display: block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.slide_from_left[class^="slide"]::after {
    transition: all 1s;
    width: 0%;
}

.slide_from_left[class^="slide"]:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 1s;
    width: 150%;
}

.slide_from_left::after {
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
}