﻿.homeMainImage {
    width: 100%;
    height: clamp(40vw, 82vw, 1575px);
    top: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to bottom, rgba(27, 28, 29, 0) 0%, rgba(27, 28, 29, 1) 100%), url(../img/HomeMainImage.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .homeMainImage::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 0;
    }

.homeMainTitleContainer {
    display: flex;
    width: clamp(50vw, 82.916vw, 1592px);
    height: clamp(15vw, 23.49vw, 451px);
    justify-content: flex-start;
    align-items: flex-end;
    flex-shrink: 0;
    margin: 0 auto;
    position: relative;
}

.homeMainTitle {
    flex: 1 0 0;
    color: var(--TextIcons-Primary, #FFF);
    font-family: Unbounded;
    font-size: clamp(2vw, 4.167vw, 80px);
    font-style: normal;
    font-weight: 300;
    line-height: clamp(3vw, 6.25vw, 120px);
    letter-spacing: clamp(-0.04vw, -0.0417vw, -0.8px);
}

.homeMainTitleButton {
    position: absolute;
    bottom: clamp(-10vw, -7vw, -190px);
    left: 0;
    cursor: pointer;
    display: flex;
    width: clamp(15vw, 15.468vw, 297px);
    height: clamp(3vw, 3.698vw, 71px);
    padding: clamp(0.2vw, 0.781vw, 15px) clamp(0.5vw, 1.562vw, 30px);
    justify-content: center;
    align-items: center;
    gap: clamp(0.2vw, 0.26vw, 5px);
    border-radius: clamp(0.5vw, 0.833vw, 16px);
    border: clamp(0.1vw, 0.104vw, 2px) solid var(--TextIcons-Success, #FF4E15);
    background: var(--Accent-Warning-Tined, rgba(255, 86, 32, 0.15));
    color: var(--TextIcons-Primary, #FFF);
    font-family: Unbounded;
    font-size: clamp(1.5vw, 1.615vw, 31px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(2.5vw, 3.125vw, 60px);
    transition: 0.2s;
}

    .homeMainTitleButton:hover {
        border: clamp(0.1vw, 0.104vw, 2px) solid var(--TextIcons-Success, #FF4E15);
        background: var(--Accent-Warning-Tined, rgba(255, 86, 32, 0.25));
    }

.homeMainCubes {
    display: flex;
    width: clamp(50vw, 83.021vw, 1594px);
    align-items: flex-end;
    gap: clamp(1vw, 1.042vw, 20px);
    margin: 0 auto;
    margin-top: clamp(10vw, 15.417vw, 300px);
    flex-wrap: nowrap;
}

.cubeContainer {
    display: flex;
    flex-direction: column;
    width: clamp(20vw, 26.604vw, 510px);
    height: clamp(12vw, 25.344vw, 486px);
    padding: 22px 30px;
    align-items: flex-start;
    align-content: flex-start;
    gap: clamp(0.8vw, 1.563vw, 30px) clamp(0.2vw, 0.635vw, 12.2px);
    flex-shrink: 0;
    border-radius: clamp(1vw, 2.052vw, 39.418px);
    background: rgba(255, 255, 255, 0.14);
    justify-content: space-between;
    transition: transform 0.3s ease;
}

    .cubeContainer:hover {
        transform: scale(1.02);
    }

.homeMainCubes .cubeContainer:first-child {
    height: clamp(7.2vw, 15.206vw, 291.6px);
}

.homeMainCubes .cubeContainer:nth-child(2) {
    height: clamp(9.6vw, 20.275vw, 388.8px);
}

.cubeTitle {
    flex: 1 0 0;
    color: var(--TextIcons-Primary, #FFF);
    font-family: Unbounded;
    font-size: clamp(1vw, 2vw, 38px);
    font-style: normal;
    font-weight: 300;
    line-height: clamp(1.5vw, 3vw, 57.6px);
}

.cubeText {
    width: clamp(12vw, 24.615vw, 472px);
    height: clamp(2.5vw, 5.481vw, 105px);
    flex-shrink: 0;
    color: var(--TextIcons-Primary, #FFF);
    font-family: Geologica;
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.aboutText {
    width: clamp(50vw, 82.916vw, 1592px);
    margin: 0 auto;
    margin-top: clamp(10vw, 10.417vw, 200px);
    color: var(--TextIcons-Primary, #FFF);
    font-family: Unbounded;
    font-size: clamp(1vw, 2.083vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(1.5vw, 3.125vw, 60px);
    letter-spacing: 1px;
}

.ourProjects {
    display: flex;
    max-width: 1596px;
    width: clamp(50vw, 83.073vw, 1596px);
    flex-direction: column;
    align-items: flex-end;
    gap: clamp(1vw, 1.042vw, 20px);
    margin: 0 auto;
    margin-top: clamp(7vw, 7.291vw, 140px);
}

.ourProjectsContainer {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: clamp(1vw, 1.042vw, 20px);
    align-self: stretch;
    flex-wrap: wrap;
    max-width: 1596px;
}

.ourProjectBigContainer {
    position: relative;
    display: flex;
    max-width: 948px;
    max-height: 591px;
    width: clamp(49vw, 49.479vw, 948px);
    height: clamp(30vw, 30.781vw, 591px);
    padding: clamp(1.5vw, 1.562vw, 30px);
    align-items: flex-end;
    gap: clamp(0.5vw, 0.521vw, 10px);
    border-radius: clamp(1.5vw, 1.563vw, 30px);
    background: var(--Overlays-Base-Tertiary, rgba(255, 255, 255, 0.10));
    transition: transform 0.3s ease;
}

.ourProjectBigInnerContainer {
    display: flex;
    width: clamp(29vw, 29.427vw, 565px);
    height: clamp(27vw, 27.396vw, 526px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(0.5vw, 0.521vw, 10px);
    flex-shrink: 0;
    max-width: 100%;
}

.ourProjectSmallContainer {
    position: relative;
    display: flex;
    max-width: 622px;
    max-height: 586px;
    width: clamp(32vw, 32.5vw, 622px);
    height: clamp(30vw, 30.521vw, 586px);
    padding: clamp(1.5vw, 1.562vw, 30px);
    align-items: flex-end;
    gap: clamp(0.5vw, 0.521vw, 10px);
    border-radius: clamp(1.5vw, 1.563vw, 30px);
    background: var(--Overlays-Base-Tertiary, rgba(255, 255, 255, 0.10));
}

.ourProjectSmallInnerContainer {
    display: flex;
    width: clamp(29vw, 29.427vw, 565px);
    height: clamp(27vw, 27.396vw, 526px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(0.5vw, 0.521vw, 10px);
    flex-shrink: 0;
    max-width: 100%;
}

.ourProjectsTypeContainer {
    display: flex;
    position: absolute;
    top: 35px;
    right: 45px;
    z-index: 1;
    height: clamp(2.5vw, 2.813vw, 54px);
    padding: clamp(0.2vw, 0.208vw, 4px) clamp(1vw, 1.042vw, 20px);
    justify-content: center;
    align-items: center;
    gap: clamp(0.5vw, 0.625vw, 12px);
    border-radius: clamp(1.3vw, 1.354vw, 26px);
    border: clamp(0.1vw, 0.104vw, 2px) solid var(--TextIcons-Primary, #FF4E15);
    background: var(--Overlays-Base-Tertiary, rgba(255, 78, 21, 0.10));
    transition: 0.2s;
}

    .ourProjectsTypeContainer:hover {
        background: var(--Overlays-Base-Tertiary, rgba(255, 78, 21, 0.30));
        text-shadow: 1px 1px 2px red, 0 0 0.75em rgba(255, 78, 21, 1), 0 0 0.1em rgba(255, 78, 21, 1);
    }

.ourProjectsTypeText {
    color: var(--TextIcons-Primary, #FFF);
    font-family: Geologica;
    font-size: clamp(1.8vw, 1.875vw, 36px);
    font-style: normal;
    font-weight: 100;
    line-height: clamp(3vw, 3.125vw, 60px);
}

.ourProjectsTitle {
    align-self: stretch;
    color: var(--TextIcons-Primary, #FFF);
    font-family: Unbounded;
    font-size: clamp(2.5vw, 2.604vw, 50px);
    font-style: normal;
    font-weight: 100;
    line-height: clamp(3.5vw, 3.75vw, 72px);
    max-width: 100%;
}

.ourPartners {
    display: flex;
    width: clamp(50vw, 83.208vw, 1597px);
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(2vw, 2.083vw, 40px);
    margin: 0 auto;
    margin-top: clamp(7vw, 7.291vw, 140px);
}

.ourPartnersTitle, .feedbackCarouselTitle {
    align-self: stretch;
    color: var(--TextIcons-Primary, #FF4E15);
    font-family: Unbounded;
    font-size: clamp(3vw, 3.125vw, 60px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(4.5vw, 4.688vw, 90px);
}

.ourPartnersContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1vw, 1.042vw, 20px);
    align-self: stretch;
}

.ourPartnersText {
    align-self: stretch;
    color: var(--TextIcons-Primary, #FFF);
    font-family: Geologica;
    font-size: clamp(2vw, 2.083vw, 40px);
    font-style: normal;
    font-weight: 200;
    line-height: clamp(3vw, 3.125vw, 60px);
}

.ourPartnersImages {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: clamp(1vw, 1.042vw, 20px);
    align-self: stretch;
    flex-wrap: nowrap;
}

.ourPartnersImageContainer {
    display: flex;
    width: clamp(15vw, 15.781vw, 303px);
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.5vw, 0.521vw, 10px);
    flex-shrink: 0;
    width: auto;
    cursor: pointer;
}

.ourPartnersImage img {
    height: clamp(8vw, 8.458vw, 180px);
    object-fit: cover;
    margin: 10px;
    max-width: unset;
}

.news {
    display: flex;
    width: clamp(50vw, 83.073vw, 1595px);
    flex-direction: column;
    align-items: flex-end;
    gap: clamp(1vw, 1.042vw, 20px);
    margin: 0 auto;
    margin-top: clamp(7vw, 7.291vw, 140px);
}

.newsTextContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1vw, 1.042vw, 20px);
    align-self: stretch;
}

.newsItemBlock {
    width: 100%;
    cursor: pointer;
}

.newsChevron {
    display: none;
    width: 50px;
    font-size: 50px;
    align-content: center;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.newsItemBlock:hover .newsChevron {
    display: table-row;
    color: var(--Surface-Primary, #ff4e15);
    opacity: 1;
    transform: translateX(0);
}

.newsText {
    color: var(--Surface-Primary, #FFF);
    font-family: Geologica;
    font-size: clamp(2vw, 2.083vw, 40px);
    font-style: normal;
    font-weight: 200;
    line-height: clamp(3vw, 3.125vw, 60px);
    margin-top: 20px;
    padding-bottom: 10px;
    transition: 0.2s;
}

.newsItemBlock:hover .newsText {
    font-style: normal;
    border-bottom: solid 4px #ff4e15;
    transform: translateX(55px);
    color: white;
}

.newsItemBlock:hover .postPreview {
    font-style: normal;
    transform: translateX(55px);
}

.newsTime {
    align-self: stretch;
    color: grey;
    font-family: Geologica;
    font-size: clamp(1.5vw, 1.583vw, 30px);
    font-style: normal;
    font-weight: 200;
    line-height: clamp(3vw, 3.125vw, 60px);
}

.moreNewsContainer {
    display: flex;
    width: clamp(50vw, 83.073vw, 1595px);
    height: clamp(3vw, 3.125vw, 60px);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.moreNewsInnerContainer {
    display: flex;
    width: clamp(50vw, 83.073vw, 1595px);
    height: clamp(3vw, 3.125vw, 60px);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.moreNewsContainerLink {
    display: flex;
    width: clamp(50vw, 83.073vw, 1595px);
    height: clamp(3vw, 3.125vw, 60px);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.moreNews {
    width: clamp(50vw, 83.073vw, 1595px);
    flex-shrink: 0;
    align-self: stretch;
    color: var(--TextIcons-Success, #FF4E15);
    text-align: right;
    font-family: Unbounded;
    font-size: clamp(2vw, 2.083vw, 40px);
    font-style: normal;
    font-weight: 300;
    line-height: clamp(3vw, 3.125vw, 60px);
    transition: transform 0.3s ease;
}

    .moreNews:hover {
        transform: translateX(10px);
    }

.postPreview {
    align-self: stretch;
    color: var(--TextIcons-Secondary, #989EB2);
    font-family: Geologica;
    font-size: clamp(2vw, 2.083vw, 36px);
    font-style: normal;
    font-weight: 200;
    line-height: clamp(3vw, 3.125vw, 50px);
    padding-bottom: 10px;
    transition: 0.2s;
}

.posts-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trustUs {
    position: relative;
    display: flex;
    width: clamp(50vw, 83.125vw, 1596px);
    padding: clamp(4vw, 4.167vw, 80px) clamp(5vw, 5.208vw, 100px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(5vw, 5.208vw, 100px);
    flex-shrink: 0;
    margin: 0 auto;
    border-radius: clamp(5vw, 5.208vw, 100px);
    background: var(--Overlays-Base-Secondary, rgba(255, 255, 255, 0.15));
    overflow: hidden;
    margin-top: clamp(7vw, 7.291vw, 140px);
    transition: 0.3s;
}

    .trustUs::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
        transform: skewX(-25deg);
        pointer-events: none;
        transition: transform 0.3s ease;
    }

    .trustUs:hover::before {
        animation: shine 1s ease-out forwards;
    }

    .trustUs:hover {
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        transform: scale(1.02);
    }

@keyframes shine {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

.trustUs-title {
    height: clamp(6vw, 6.25vw, 120px);
    flex-shrink: 0;
    align-self: stretch;
    color: var(--TextIcons-Primary, #FFF);
    font-family: Unbounded;
    font-size: clamp(4vw, 4.167vw, 80px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(6vw, 6.25vw, 120px);
    z-index: 100;
    margin-top: 35px;
}

.trustUs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
    gap: clamp(1.5vw, 1.563vw, 30px);
    align-self: stretch;
}

.trustUs-information {
    display: flex;
    align-items: center;
    gap: clamp(1.5vw, 1.563vw, 30px);
    align-self: stretch;
    z-index: 100;
}

.checkCircle {
    width: clamp(40px, 5.781vw, 111.048px);
    height: clamp(40px, 5.729vw, 110px);
    max-width: 111.048px;
    max-height: 110px;
    flex: 0 0 auto;
    object-fit: contain;
}

.trustUs-information-textContainer {
    display: flex;
    align-items: flex-start;
    gap: clamp(1vw, 1.041vw, 20px);
    flex-grow: 1;
}

.trustUs-information-text {
    color: var(--TextIcons-Primary, #FFF);
    font-family: Geologica;
    font-size: clamp(1.5vw, 2.083vw, 40px);
    font-style: normal;
    line-height: clamp(2vw, 3.125vw, 60px);
    margin: 0;
    font-weight: 200;
}

.logo {
    width: clamp(45vw, 45.208vw, 867.729px);
    height: clamp(37vw, 37.5vw, 720.125px);
    position: absolute;
    right: clamp(-0.7vw, -0.767vw, -10.729px);
    top: -12px;
}

.ourTeam {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(3.5vw, 4vw, 100px);
    margin: 0 auto;
    margin-top: clamp(7vw, 7.291vw, 100px);
    position: relative;
    width: clamp(50vw, 83.125vw, 1596px);
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    transition: 0.3s;
}

.ourTeamTitle {
    align-self: stretch;
    color: var(--TextIcons-Primary, #FF4E15);
    font-family: Unbounded;
    font-size: clamp(3vw, 3.125vw, 60px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(4.5vw, 4.688vw, 90px);
}

.profileCard {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all ease 0.3s;
    margin: 10px;
    height: 550px;
    width: 379px;
}

    .profileCard:hover {
        transform: scale(1.02);
        box-shadow: 0 0 0 4px #ff4e15;
    }

    .profileCard .profileImage {
        height: 101%;
        width: 100%;
    }

        .profileCard .profileImage img {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            filter: grayscale();
            transition: all ease 0.4s;
            object-fit: cover;
            padding: 0;
        }

        .profileCard .profileImage:hover img {
            z-index: 1;
            transition: all ease 0.4s;
            filter: none;
        }

        .profileCard .profileImage .info {
            position: absolute;
            bottom: 40px;
            left: 1rem;
            font-size: 50px;
            color: #fff;
            z-index: 2;
            display: flex;
            flex-direction: column;
            padding-left: 15px;
        }

            .profileCard .profileImage .info .designation {
                color: #FF4E15;
                font-size: 25px;
            }

    .profileCard .profileInfo {
        z-index: 20;
        display: flex;
        flex-direction: column;
        padding: 1rem 1.2rem;
        transform: translateY(150%);
        transition: all ease 0.4s;
    }

        .profileCard .profileInfo .name {
            font-size: 1.6rem;
        }

        .profileCard .profileInfo .designation {
            font-size: 1rem;
        }

    .profileCard.active .profileImage {
        transform: translate(-32%, -37%) scale(0.2);
    }

        .profileCard.active .profileImage::after,
        .profileCard.active .profileImage .info {
            visibility: hidden;
        }

    .profileCard.active .profileInfo {
        margin-top: 5.5rem;
        transform: translateY(0);
    }

.carousel {
    position: relative;
    overflow: hidden;
    display: flex;
}

    .carousel > * {
        flex: 0 0 100%;
    }

    .carousel::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(to right, rgba(27, 28, 29, 1) 0%, rgba(27, 28, 29, 0) 100%);
        z-index: 1;
    }

    .carousel::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(to left, rgba(27, 28, 29, 1) 0%, rgba(27, 28, 29, 0) 100%);
        z-index: 1;
    }

    .carousel:hover .group {
        animation-play-state: paused;
    }

    .carousel:hover .group2 {
        animation-play-state: paused;
    }

.group {
    display: flex;
    gap: 20px;
    padding-right: 1px;
    will-change: transform;
    animation: scrolling 20s linear infinite;
}

.group2 {
    display: flex;
    gap: 20px;
    padding-right: 1px;
    will-change: transform;
    animation: scrollingReverse 20s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollingReverse {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.news-content {
    flex-wrap: nowrap;
    gap: 10px;
}

.ourTeam .carousel {
    width: 100%;
    padding: 0 20px;
    margin: 0 -20px;
    display: none;
}

.ourTeam .group {
    gap: 20px;
    padding-right: 20px;
    will-change: transform;
    animation: scrollingTeam 10s linear infinite;
    display: none;
}

@keyframes scrollingTeam {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.feedbackCarouselSection {
    width: 100%;
    max-width: clamp(1200px, 90vw, 1595px);
    margin: 0 auto;
    margin-top: clamp(40px, 5vw, 64px);
    position: relative;
    padding: 0 clamp(8px, 1vw, 12px);
}

.feedbackCarousel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: clamp(180px, 15vw, 220px);
    margin-top: clamp(40px, 4vw, 100px);
}

.feedbackCarouselPrev,
.feedbackCarouselNext {
    border: none;
    color: #FF4E15;
    font-size: clamp(1.5rem, 2vw, 3rem);
    font-weight: 700;
    width: clamp(36px, 4vw, 100px);
    height: clamp(36px, 4vw, 100px);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    flex-shrink: 0;
    margin: 0 clamp(8px, 1vw, 12px);
}

    .feedbackCarouselPrev:disabled,
    .feedbackCarouselNext:disabled {
        opacity: 0.5;
        cursor: default;
    }

    .feedbackCarouselPrev:hover,
    .feedbackCarouselNext:hover {
        text-shadow: 1px 1px 2px red, 0 0 0.75em rgba(255, 78, 21, 1), 0 0 0.1em rgba(255, 78, 21, 1);
    }

.feedbackCarouselWindow {
    overflow: hidden;
    width: calc(3 * 32% + 2 * clamp(12px, 1.5vw, 18px));
    min-height: clamp(150px, 12vw, 180px);
    display: flex;
    padding: clamp(10px, 1.2vw, 15px);
}

.feedbackCarouselSlides {
    display: flex;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    gap: clamp(20px, 2vw, 25px);
    min-height: clamp(150px, 12vw, 180px);
    will-change: transform;
}

.feedbackSlide {
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
    background: rgba(255, 255, 255, 0.10);
    border-radius: clamp(25px, 1.5vw, 30px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: clamp(12px, 1.5vw, 18px) clamp(10px, 1.2vw, 16px);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.2s;
    min-height: clamp(150px, 12vw, 180px);
    word-break: break-word;
    position: relative;
}

.feedbackAuthor {
    color: #FF4E15;
    font-family: Unbounded, sans-serif;
    font-size: clamp(12px, 3vw, 16px);
    font-weight: 400;
    margin-bottom: clamp(6px, 1vw, 10px);
    text-align: left;
}

.feedbackText {
    color: #FFF;
    font-family: Geologica, sans-serif;
    font-size: clamp(18px, 2.5vw, 20px);
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.teamCarousel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: clamp(180px, 15vw, 220px);
    margin-top: clamp(40px, 4vw, 100px);
}

.teamCarouselPrev,
.teamCarouselNext {
    border: none;
    color: #FF4E15;
    font-size: clamp(1.5rem, 2vw, 3rem);
    font-weight: 700;
    width: clamp(36px, 4vw, 100px);
    height: clamp(36px, 4vw, 100px);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    flex-shrink: 0;
    margin: 0 clamp(8px, 1vw, 12px);
}

    .teamCarouselPrev:disabled,
    .teamCarouselNext:disabled {
        opacity: 0.5;
        cursor: default;
    }

    .teamCarouselPrev:hover,
    .teamCarouselNext:hover {
        text-shadow: 1px 1px 2px red, 0 0 0.75em rgba(255, 78, 21, 1), 0 0 0.1em rgba(255, 78, 21, 1);
    }

.teamCarouselWindow {
    overflow: hidden;
    width: calc(3 * 32% + 2 * clamp(12px, 1.5vw, 18px));
    min-height: clamp(150px, 12vw, 180px);
    display: flex;
    padding: clamp(10px, 1.2vw, 15px);
}

.teamCarouselSlides {
    display: flex;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    gap: clamp(20px, 2vw, 25px);
    min-height: clamp(150px, 12vw, 180px);
    will-change: transform;
}

.teamSlide {
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
    background: rgba(255, 255, 255, 0.10);
    border-radius: clamp(25px, 1.5vw, 30px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    min-height: clamp(150px, 12vw, 180px);
    overflow: hidden;
    position: relative;
}

    .teamSlide .teamSlideImage {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .teamSlide .teamSlideContent {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: clamp(10px, 1.2vw, 15px);
        background: linear-gradient(to top, rgba(27, 28, 29, .8), transparent);
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 4px;
    }

        .teamSlide .teamSlideContent .name {
            font-size: 1.2rem;
            font-weight: bold;
        }

        .teamSlide .teamSlideContent .designation {
            font-size: 1rem;
            color: #FF4E15;
            text-wrap: nowrap !important;
        }

@media (max-width: 700px) {
    .teamCarouselWindow {
        width: 100%;
    }

    .teamCarouselSlides {
        width: 100%;
    }

    .teamSlide {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .teamCarouselPrev,
    .teamCarouselNext {
        width: 28px !important;
        height: 28px !important;
        font-size: 1.1rem !important;
        margin: 0 4px !important;
        padding: 0 !important;
        border-radius: 50%;
    }

    .teamCarousel {
        padding: 0 8px;
    }
}

@media (min-width: 701px) {
    .teamSlide:hover {
        transform: scale(1.05);
        z-index: 10;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 701px) {
    .feedbackSlide:hover {
        transform: scale(1.05);
        z-index: 10;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
}

.teamCarousel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: clamp(180px, 15vw, 220px);
    margin-top: clamp(40px, 4vw, 100px);
}

.teamCarouselPrev,
.teamCarouselNext {
    border: none;
    color: #FF4E15;
    font-size: clamp(1.5rem, 2vw, 3rem);
    font-weight: 700;
    width: clamp(36px, 4vw, 100px);
    height: clamp(36px, 4vw, 100px);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    flex-shrink: 0;
    margin: 0 clamp(8px, 1vw, 12px);
}

    .teamCarouselPrev:disabled,
    .teamCarouselNext:disabled {
        opacity: 0.5;
        cursor: default;
    }

    .teamCarouselPrev:hover,
    .teamCarouselNext:hover {
        text-shadow: 1px 1px 2px red, 0 0 0.75em rgba(255, 78, 21, 1), 0 0 0.1em rgba(255, 78, 21, 1);
    }

.teamCarouselWindow {
    overflow: hidden;
    width: calc(3 * 32% + 2 * clamp(12px, 1.5vw, 18px));
    min-height: clamp(150px, 12vw, 180px);
    display: flex;
    padding: clamp(10px, 1.2vw, 15px);
}

.teamCarouselSlides {
    display: flex;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    gap: clamp(20px, 2vw, 25px);
    min-height: clamp(150px, 12vw, 180px);
    will-change: transform;
}

.teamSlide {
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
    background: rgba(255, 255, 255, 0.10);
    border-radius: clamp(25px, 1.5vw, 30px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    min-height: clamp(150px, 12vw, 180px);
    overflow: hidden;
    position: relative;
}

.teamSlideImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 700px) {
    .teamCarouselWindow {
        width: 100%;
    }

    .teamCarouselSlides {
        width: 100%;
    }

    .teamSlide {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .teamCarouselPrev,
    .teamCarouselNext {
        width: 28px !important;
        height: 28px !important;
        font-size: 1.1rem !important;
        margin: 0 4px !important;
        padding: 0 !important;
        border-radius: 50%;
    }

    .teamCarousel {
        padding: 0 8px;
    }
}

@media (min-width: 701px) {
    .teamSlide:hover {
        transform: scale(1.05);
        z-index: 10;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    padding: 20px;
    padding-top: 130px; 
}

.modal-content {
    max-width: 100vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 15px #000;
}

.modal-close {
    position: absolute;
    top: 120px;
    right: 100px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 1100;
    text-shadow: 0 0 5px #000;
}

@media (max-width: 480px) {
    .ourTeam .carousel {
        display: unset;
    }

    .ourTeam .group {
        display: flex;
    }

    .ourTeam .d-flex.d-md-none .carousel {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
    }

    .profileCard:hover {
        border: none;
        box-shadow: none;
    }

    .ourTeam .d-flex .carousel:hover .group {
        animation-play-state: paused;
    }

    .ourTeam .d-flex .carousel:hover .group2 {
        animation-play-state: paused;
    }

    .ourTeam .d-flex.d-md-none .group {
        display: flex;
        gap: 20px;
        padding-right: 20px;
        will-change: transform;
        animation: scrollingTeamMobile 30s linear infinite;
    }

    @keyframes scrollingTeamMobile {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .feedbackAuthor {
        font-size: 12px;
    }

    .feedbackText {
        font-size: 14px;
    }

    .zoom-60 {
        zoom: unset !important;
    }

    .newsChevron {
        font-size: 20px;
        font-weight: 500;
        width: 20px;
        margin-right: 3px;
    }

    .newsItemBlock:hover .newsChevron {
        display: block;
    }

    .aboutText {
        align-self: stretch;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        letter-spacing: -0.2px;
        padding: 22px 0;
        width: calc(100% - 32px);
    }

    .ourProjects {
        gap: 7px;
        align-self: stretch;
        width: calc(100% - 32px);
        padding: 22px 0;
    }

    .ourProjectsContainer {
        flex-direction: column;
        gap: 8px;
    }

    .ourProjectSmallContainer, .ourProjectBigContainer {
        padding: 10px;
        align-self: stretch;
        width: 100%;
        height: 210px;
        border-radius: 16px;
        max-width: none;
    }

    .trustUs {
        padding: 0 16px 46px 16px;
        justify-content: center;
        align-items: flex-start;
        gap: 28px;
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }

    .trustUs-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: -0.24px;
        height: auto;
    }

    .trustUs-container {
        width: 100%;
        gap: 18px;
    }

    .trustUs-information {
        gap: 18px;
    }

    .trustUs-information-text {
        font-size: 17px;
        font-style: normal;
        font-weight: 100;
        line-height: 16px;
    }

    .logo {
        width: 365px;
        height: 303px;
        position: absolute;
        right: -62px;
        top: 4px;
    }

    .ourPartners {
        gap: 24px;
        align-self: stretch;
        width: calc(100% - 32px);
        padding: 22px 0;
    }

    .ourPartnersTitle, .ourTeamTitle, .feedbackCarouselTitle {
        font-size: 24px;
        line-height: 44px;
        letter-spacing: -0.24px;
    }

    .ourPartnersText {
        font-size: 14px;
        font-weight: 100;
        line-height: 20px;
        align-self: stretch;
    }

    .news {
        width: calc(100% - 32px);
        padding: 22px 0;
    }

    .newsText {
        font-size: 17px;
        font-style: normal;
        font-weight: 100;
        line-height: 20px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        align-self: start;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 10px;
        margin-top: 10px;
    }

    .newsItemBlock:hover .newsText {
        border-bottom: solid 2px #ff4e15;
    }

    .postPreview {
        font-size: 13px;
        font-style: normal;
        font-weight: 100;
        line-height: 14px;
        align-self: start;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 21px;
    }

    .newsItemBlock:hover .newsText, .newsItemBlock:hover .postPreview {
        transform: translateX(6px);
    }

    .posts-content {
        gap: 8px;
    }

    .newsTime {
        font-size: 11px;
        font-style: normal;
        font-weight: 300;
        line-height: 14px;
        padding-top: 7px;
        white-space: nowrap;
        min-width: 48px;
    }

    .ourTeam {
        width: calc(100% - 32px);
        padding: 22px 0;
    }

    .mobileTeamRow {
        justify-content: normal !important;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .homeMainImage {
        height: 420px;
    }

    .homeMainTitleContainer {
        width: 100%;
        height: auto;
        padding: 16px 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: calc(100% - 32px);
    }

    .homeMainTitle {
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: 44px;
        letter-spacing: 0.6px;
        align-self: stretch;
    }

    .homeMainTitleButton {
        position: static;
        width: auto;
        height: auto;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 7px;
        margin-bottom: 130px;
        margin-top: 18px;
        align-self: start;
    }

    .homeMainCubes {
        width: calc(100% - 32px);
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 36px;
    }

    .feedbackCarouselSection {
        width: calc(100% - 32px);
    }

    .cubeContainer {
        width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 14px;
        gap: 7px;
    }

    .homeMainCubes .cubeContainer:first-child,
    .homeMainCubes .cubeContainer:nth-child(2) {
        height: auto;
    }

    .cubeTitle {
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 6px;
    }

    .cubeText {
        width: 100%;
        height: auto;
        align-self: stretch;
        font-size: 12px;
        font-style: normal;
        font-weight: 200;
        line-height: 18px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .ourProjectBigInnerContainer {
        width: 100%;
        height: auto;
        gap: 6px;
        padding: 3px 9px;
    }

    .ourProjectsTypeContainer {
        top: 10px;
        right: 10px;
        padding: 4px 10px;
        border-radius: 14px;
        height: auto;
        border-width: 2px;
    }

    .ourProjectsTypeText {
        font-size: 16px;
        font-style: normal;
        font-weight: 100;
        line-height: 18px;
    }

    .ourProjectsTitle {
        font-size: 20px;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        align-self: stretch;
    }

    .ourProjectSmallInnerContainer {
        width: 100%;
    }

    .ourPartnersImages {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: hidden;
        gap: 5px;
        padding: 0 10px;
    }

    .ourPartnersImageContainer {
        flex-shrink: 0;
    }

    .ourPartnersImage img {
        height: 120px;
        margin: 5px;
    }

    .ourPartnersImage {
        width: 100%;
    }

    .moreNewsContainer {
        width: 100%;
        height: auto;
        padding: 0 10px;
        margin-top: 12px;
    }

    .moreNewsInnerContainer {
        width: 100%;
        height: auto;
    }

    .moreNewsContainerLink {
        width: 100%;
        height: auto;
    }

    .moreNews {
        width: 100%;
        text-align: right;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }

    .trustUs-information-textContainer {
        width: 100%;
        gap: 6px;
    }

    .checkCircle {
        width: 36px;
        height: 36px;
    }

    .profileCard {
        width: 193px;
        height: 214px;
        margin: 3px;
    }

        .profileCard .profileImage img {
            height: 100%;
            width: 100%;
        }

        .profileCard .profileImage .info {
            bottom: 6px;
            left: 6px;
            font-size: 10px;
        }

            .profileCard .profileImage .info .designation {
                font-size: 7px;
            }

    .group {
        gap: 6px;
        animation: scrolling 15s linear infinite;
    }

    .group2 {
        gap: 6px;
        animation: scrollingReverse 15s linear infinite;
    }

    .profileCard .profileImage .info .name {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
    }

    .profileCard .profileImage .info .designation {
        font-size: 10px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 15px !important;
    }
}

@media screen and (min-width: 2560px) and (max-width: 4096px) {
    .zoom-60 {
        zoom: normal !important;
    }

    .trustUs, .news, .ourPartners, .ourProjects, .aboutText, .feedbackCarouselSection {
        width: 1422px;
        max-width: 1422px;
    }

    .ourPartnersTitle, .feedbackCarouselTitle {
        font-size: 60px;
    }

    .ourPartnersText, .newsText, .moreNews, .aboutText {
        font-size: 40px;
    }

    .newsTime, .trustUs-information-text {
        font-size: 30px;
    }

    .trustUs-title {
        font-size: 66px;
    }

    .trustUs {
        gap: 66px;
        padding: 66px 60px
    }

    .newsTextContainer {
        gap: 0;
    }

    .ourProjectsContainer {
        max-width: unset;
    }

    .ourProjectSmallContainer {
        max-width: 555px;
    }

    .ourProjectBigContainer {
        max-width: 835px;
    }

    .ourProjectsTitle {
        font-size: 42px;
        line-height: 50px;
    }

    .ourProjectsTypeText {
        font-size: 36px;
    }

    .ourProjectsTypeContainer {
        padding: 4px 20px;
    }

    .homeMainTitle {
        font-size: 85px;
    }

    .cubeText {
        font-size: 25px;
    }

    .newsChevron {
        font-size: 65px;
    }
}

@media (max-width: 700px) {
    .feedbackCarouselWindow {
        overflow: hidden;
        display: flex;
    }

    .feedbackCarouselSlides {
        display: flex;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
        width: 100%;
        gap: 59px;
    }

    .feedbackSlide {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
        background: rgba(255, 255, 255, 0.10);
        display: flex;
        flex-direction: column;
    }

    .feedbackCarouselPrev,
    .feedbackCarouselNext {
        width: 28px !important;
        height: 28px !important;
        font-size: 1.1rem !important;
        margin: 0 4px !important;
        padding: 0 !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feedbackCarousel {
        padding: 0px;
    }
}
