.mainComponentWrapper.main {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.mainComponentWrapper.sectinMain {
    z-index: 99;
    position: relative;
}

.aboutUsSectionImage {
    margin-top: 150px;
    width: 100%;
}

.aboutUsSectionImage img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    margin-bottom: 50px;
}

.aboutUsSectionImage img:hover {
    filter: grayscale(0%) brightness(1.1) contrast(1.05);
}

.aboutUsSectionBG {
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 250px;
}

.aboutUsSectionDesc {
    font-size: var(--FS-34px);
    font-weight: var(--FW-400);
    padding: 50px;
    color: var(--Secondary-color);
    text-align: center;
}

.expertSectionWrapper {
    padding: 100px 0;
    overflow: hidden;
}

.expertSectionImage {
    width: 500px;
    height: auto;
}

.expertSectionImage img {
    width: 100%;
    height: auto;
    animation: spin 60s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.expertSectionContentWrapper {
    margin-top: 50px;
}

.expertSectionTitle {
    width: 50%;
    margin: auto;
    font-size: var(--FS-40px);
    font-weight: var(--FW-500);
    color: var(--Secondary-color);
}

.expertSectionDesc {
    width: 60%;
    margin: auto;
    font-size: var(--FS-20px);
    font-weight: var(--FW-200);
    color: var(--Secondary-color);
}

.expertSectionBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 100%;
    object-fit: cover;
}

.expertSectionContentMainWrap {
    z-index: 999;
    position: relative;
}

/* Trusted Partners Section */

.trustLogosWrapper {
    padding: 0 0 300px 0;
    position: relative;
    overflow: hidden;
}

.trustedPartnersSectionWrapper {
    padding: 0;
}

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

.marqueeContainer {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100px;
    display: flex;
}

.marqueTrustLogos {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 20px;
    white-space: nowrap;
    will-change: transform;
    border: solid 1px var(--Secondary-color);
    border-width: 1px 0;
}

.marqueTrustLogos img {
    height: 40px;
    width: auto;
    flex-shrink: 0;
}

.marqueeContainerOne {
    transform: rotate(5deg);
    transform-origin: 0 100%;
}

.marqueeContainerTwo {
    transform: rotate(-5deg);
    transform-origin: 125% 0%;
    background: var(--Primary-color);
}

/* Timeline Section Wrapper */

.timelineContainer {
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 auto;
    position: relative;
}

.timelineLine {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: var(--Border-color);
    z-index: 0;
}

.timelineStep {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 80px 0;
    position: relative;
    z-index: 1;
}

.timelineStep:nth-child(even) {
    flex-direction: row;
}

.timelineStep .left {
    width: 35%;
    padding-right: 30px;
    font-size: var(--FS-50px);
    font-weight: var(--FW-500);
    color: var(--Secondary-color);
}

.timelineStep .right {
    width: 45%;
    text-align: left;
    padding-left: 30px;
}

.timelineDot {
    position: absolute;
    left: 50.2%;
    top: 0;
    transform: translate(-50%, 0);
    width: 24px;
    height: 24px;
    background: var(--Secondary-color);
    border-radius: 50%;
    z-index: 2;
}

.timelineImage {
    background: var(--Primary-color);
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.timelineImage img {
    width: 100%;
    border-radius: 10px;
}

.timelineText {
    font-size: var(--FS-18px);
    font-weight: var(--FW-200);
    color: var(--TimelineText-color);
    margin-top: 10px;
}

/* @media screen and (max-width: 768px) {
    .timelineLine {
        left: 20px;
    }

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

    .timelineStep .left,
    .timelineStep .right {
        width: 100%;
        text-align: left;
        padding: 0;
        margin-left: 40px;
    }

    .timelineDot {
        left: 20px;
    }
} */

/* Our Team Section */

.ourTeamProfilesWrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.ourTeamProfile {
    padding: 20px;
    width: 33.33%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border: solid 1px var(--Secondary-color);
}

.teamProfileBg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.ourTeamProfile:hover .teamProfileBg {
    opacity: 0.95;
}

.teamName {
    font-size: var(--FS-50px);
    font-weight: var(--FW-500);
    color: var(--Secondary-color);
    font-family: var(--cyberformcond-font-family);
    mix-blend-mode: difference;
}

.teamNumber {
    font-size: var(--FS-20px);
    font-weight: var(--FW-200);
    color: var(--Secondary-color);
    mix-blend-mode: difference;
}

.teamCategory {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.teamCategoryBadge {
    padding: 7px 20px;
    font-size: var(--FS-22px);
    font-weight: var(--FW-500);
    color: var(--Primary-color);
    background: var(--Secondary-color);
    border-radius: 30px;
    width: fit-content;
}

.animatedButtonZoon {
    will-change: transform;
}

/* Trusted Partners Section */


.featuresSectionWrapper {
    padding: 200px 0 0 0;
}

.downstarWrap {
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
    width: 50vh;
}

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

.featuredInStoneWrap {
    top: 5%;
    right: -4%;
}

.featureInCardWrap {
    width: 25%;
    height: 100px;
    text-align: center;
    position: relative;
}

.featureInLogoWrap {
    width: auto;
    height: 60px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.featureInHoverImage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 2;
    pointer-events: none;
}

.featureInCardWrap.hover-active .featureInHoverImage {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}