.hero{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100vh !important;
    overflow:hidden;
}
@media screen and (orientation:portrait){
    .hero{
        min-height:fit-content;
        margin-bottom:5rem;
        overflow:visible;
        max-height:none
    }
}


@media screen and (max-width: 768px) {
    .hero{
        margin-top: 110px !important;
        margin-bottom: 0px !important;
        height: 35vh !important;
        min-height:unset !important;
    }
    
    .hero .hero__screen-1{
        height:unset !important;
    }
}


.hero .hero__screen-1{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding-inline:4.8rem;
    display:flex;
    align-items:flex-end;
    padding-block:0rem 7rem;
    overflow:hidden;
    height:100vh;
}
@media screen and (orientation:portrait){
    .hero .hero__screen-1{
        padding-inline:0;
        align-items:flex-start;
        padding-block:min(19rem,19vh);
        border:0px solid transparent;
        overflow:visible;
        max-height:none
    }
}
.hero__screen-1 .hero__background{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    opacity: 1 !important;
    visibility: visible !important;
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__background{
        -webkit-mask-image:linear-gradient(black 80%,transparent);
        mask-image:linear-gradient(black 80%,transparent)
    }
}
.hero__screen-1 .hero__flex{
    display:flex;
    flex-direction:column;
    padding-inline:13rem 14.8rem;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    display: none;
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__flex{
        padding-inline:0;
        height:59%
    }
}
.hero__screen-1 .hero__tagline{
    color:#fff;
    font-size:2.5rem;
    line-height:normal
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__tagline{
        font-size: 16px;
        padding-inline:2.5rem;
        width:70%
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .hero__screen-1 .hero__tagline{
        font-size:min(2rem,2vh)
    }
}
.hero__screen-1 .hero__heading{
    color:#fff;
    font-size: 120px;
    line-height:normal;
    overflow:hidden;
    width:fit-content;
    margin-left:-.8rem
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__heading{
        font-size: 51px;
        padding-inline:2.5rem;
        margin-left:0
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .hero__screen-1 .hero__heading, .hero__screen-1 .hero__subheading{
        font-size:min(8rem,8vh) !important;
    }
}
@media screen and (max-width:991px)and (orientation:landscape){
    .hero__screen-1 .hero__heading{
        font-size:18rem
    }
}
.hero__screen-1 .hero__heading span{
    display:inline-block
}
.hero__screen-1 .hero__divider{
    position:relative;
    width:100%;
    height:1.5px;
    isolation:isolate;
    margin-top:1.3rem;
    pointer-events:none
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__divider{
        height:min(15rem,15vh);
        pointer-events:none;
        flex-shrink:0;
        margin-block:auto
    }
}
.hero__screen-1 .hero__divider .hero__line{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:1.5px;
    z-index:1;
    background:linear-gradient(to right,#fff3,#ffffff80 40%,#ffffff80 60%,#fff3);
    -webkit-background:linear-gradient(to right,rgba(255,255,255,.2) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,.2) 100%)
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__divider .hero__line{
        height:1.8px;
        display:none
    }
}
.hero__screen-1 .hero__divider .hero__shadow{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:155rem;
    height:12.8rem;
    z-index:-2
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__divider .hero__shadow{
        display:none
    }
}
.hero__screen-1 .hero__subheading{
    color:#fff;
    font-size: 120px;
    line-height:normal;
    margin-left:auto;
    width:fit-content;
    margin-right:-1rem
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__subheading{
        margin-bottom:2.7rem;
        padding-inline:2.5rem;
        margin-right:0;
        font-size: 51px !important;
    }
}


.hero__screen-1 .hero__subheading span{
    display:inline-block
}
.hero__screen-1 .hero__button{
    display:flex;
    justify-content:flex-end;
    align-items:center
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__button{
        margin-right:2.5rem
    }
}
.hero__screen-1 .CTA-btn .CTA-btn__border:after{
    background:linear-gradient(90deg,#fff,#fff0 10%,#fff0 89.92%,#fff)
}
.hero__screen-1 .CTA-btn .CTA-btn__inner{
    display:flex;
    align-items:center;
    padding:1rem 2.5rem;
    gap:1.5rem
}
@media screen and (orientation:portrait){
    .hero .hero__screen-1 .CTA-btn .CTA-btn__inner{
        gap:1rem;
        padding:1rem 2.5rem
    }
}

.hero__screen-1 .CTA-btn .CTA-btn__text{
    color:#fff
}
@media screen and (orientation:portrait){
    .hero__screen-1 .CTA-btn .CTA-btn__text{
        font-size:1.8rem
    }
}
.hero__screen-1 .hero__text{
    color:#fff;
    font-size:clamp(15px,calc(2rem + 5px),35px);
    line-height:normal;
    max-width:min(53rem,53vh)
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__text{
        display:none
    }
}
/*.hero__screen-1 .hero__scroll-wrapper{
    position:absolute;
    left:50%;
    top:100%;
    transform:translate(-50%,-31%);
    width:39.6rem;
    height:39.6rem;
    flex-shrink:0;
    border-radius:100%;
    background: #b6924f;
    -webkit-backdrop-filter:blur(7.5px);
    backdrop-filter:blur(7.5px);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:1.4rem;
    padding-top:5.3rem
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__scroll-wrapper{
        transform:translate(-50%,-31%);
        width:25rem;
        height:25rem;
        -webkit-backdrop-filter:blur(4.5px);
        backdrop-filter:blur(4.5px);
        gap:1rem;
        padding-top:3.3rem;
        -webkit-mask-image:linear-gradient(black 0%,transparent 50%);
        mask-image:linear-gradient(black 0%,transparent 50%)
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .hero__screen-1 .hero__scroll-wrapper{
        transform:translate(-50%,-25%);
        width:40rem;
        height:40rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:landscape){
    .hero__screen-1 .hero__scroll-wrapper{
        width:48rem;
        height:48rem;
        padding-top:7rem
    }
}*/
.hero__screen-1 .hero__scroll-text{
    color:#fffc;
    font-size:1.8rem;
    line-height:normal;
    letter-spacing:2.827px
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__scroll-text{
        font-size:1.1rem;
        letter-spacing:1.78px
    }
}
.hero__screen-1 .hero__scroll-icon{
    width:1.8rem;
    height:2.2rem;
    flex-shrink:0
}
@media screen and (orientation:portrait){
    .hero__screen-1 .hero__scroll-icon{
        width:1.1rem;
        height:1.3rem
    }
}
.hero__screen-1 .hero__scroll-wrapper svg{
    width:100%;
    height:100%
}
.hero__divider-img{
    display:none
}
@media screen and (orientation:portrait){
    .hero__divider-img{
        display:block;
        height:100%;
        position:relative
    }
    .hero__divider-img:before{
        content:"";
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        width:100%;
        z-index:-1;
        height:2px;
        background:linear-gradient(to right,#fff0,#ffffff80 40%,#ffffff80 60%,#fff0);
        -webkit-background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%)
    }
    .hero__divider-img img{
        object-fit:contain
    }
}
.hero__screen.hero__screen-2{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    isolation:isolate;
    pointer-events:none
}
.hero__screen-2 .hero__background-clip{
    position:absolute;
    top:50%;
    left:50%;
    z-index:1;
    width:130vw;
    height:130vw;
    clip-path:polygon(47% 47%,53% 47%,53% 53%,47% 53%);
    background:#171717;
    z-index:-1;
    pointer-events:none
}
@media screen and (orientation:portrait){
    .hero__screen-2 .hero__background-clip{
        width:min(10.8rem,10.8vh);
        height:min(10.8rem,10.8vh);
        clip-path:none;
        background: #171717;
        z-index:-1;
        pointer-events:none;
        border:1.16px solid rgba(255,255,255,.6);
        top:min(40.5rem,40.5vh);
        transform:translate(-50%) rotate(45deg);
        overflow:hidden;
        display:none
    }
}
.hero__screen-2 .hero__screen-2__lines{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    pointer-events:none;
    overflow:hidden;
    opacity:0;
    visibility:hidden;
    -webkit-mask-image:linear-gradient(black 80%,transparent);
    mask-image:linear-gradient(black 80%,transparent)
}
@media screen and (orientation:portrait){
    .hero__screen-2 .hero__screen-2__lines{
        display:none
    }
}
.hero__screen-2 .hero__image-wrapper{
    position:absolute;
    top:50%;
    left:50%;
    width:43.7rem;
    height:min(70.4rem,65.4vh);
    flex-shrink:0;
    pointer-events:none;
    overflow:hidden
}
.hero__screen-2 .hero__image-wrapper-1{
    transform:translate(-50%,-50%) rotate(-45deg) scale(1.5)
}
.hero__screen-2 .hero__image-wrapper-2{
    transform:translate(-50%,-50%) scale(1.5);
    z-index:-1;
    opacity:0
}
@media screen and (orientation:portrait){
    .hero__screen-2 .hero__image-wrapper{
        transform:translate(-50%,-50%) rotate(-45deg) scale(1);
        width:43.7rem;
        height:min(70.4rem,70.4vh)
    }
    .hero__screen-2 .hero__image-wrapper-2{
        display:none
    }
}
.hero__screen-2 .hero__image-1{
    position:absolute;
    top:0;
    left:0;
    border-radius: 12px;
}
.hero__screen-2 .hero__image-2{
    position:absolute;
    top:0;
    left:0;
    transform-origin:top;
    will-change:transform;
    border-radius: 12px;
    background-size: cover;
}
@media screen and (orientation:portrait){
    .hero__screen-2 .hero__image-2{
        display:none;
    }
}
.hero__screen-2 .hero__content{
    display:flex;
    width:100%;
    height:100%;
    padding-inline:6.5rem 8.9rem;
    padding-block:min(26.5rem,26.5vh) 3rem;
    overflow: hidden;
}
@media screen and (orientation:portrait){
    .hero__screen-2 .hero__content{
        display:none
    }
}
.hero__screen-2 .hero__flex{
    display:flex;
    width:100%;
    height:100%;
    justify-content:space-between
}
.hero__screen-2 .hero__flex-left{
    display:flex;
    flex-direction:column
}
.hero__screen-2 .hero__tagline{
    color:#fff;
    font-size: 18px;
    line-height:normal;
    overflow:hidden;
    display:grid;
    width:fit-content;
    position:relative;
    height:min(3rem,3vh)
}
.hero__screen-2 .hero__tagline span:nth-child(1){
    opacity:0;
    visibility:hidden;
    display:inline-block
}
.hero__screen-2 .hero__heading{
    color: #fff;
    font-size: 56px;
    line-height: 60px;
    display: grid;
    overflow: hidden;
    margin-left: -1.2rem;
    font-weight: 500;
}
.hero__screen-2 .hero__heading span{
    opacity:0;
    visibility:hidden
}
/*.hero__screen-2 .hero__heading span:nth-child(2){
    margin-left: 15rem
}*/
.hero__screen-2 .hero__media{
    display:flex;
    flex-direction:column;
    gap:min(5.5rem,5.5vh);
    margin-top:auto;
    overflow:hidden
}
.hero__screen-2 .hero__media video{
    width:34rem;
    height:19.6rem;
    flex-shrink:0;
    opacity:0;
    visibility:hidden
}
.hero__screen-2 .hero__media-text{
    color:#fff;
    font-size:2rem;
    line-height:normal;
    max-width:34.9rem;
    opacity:0;
    visibility:hidden;
    display:grid;
    grid-template-areas:"stack"
}
.hero__screen-2 .hero__media-text-1{
    grid-area:stack
}
.hero__screen-2 .hero__media-text-2{
    grid-area:stack;
    opacity:0;
    visibility:hidden
}
.hero__screen-2 .hero__flex-right{
    height:min(70.4rem,65.4vh);
    width:30%;
    display:flex;
    flex-direction:column;
    justify-content:center
}
.hero__flex-right-overflow{
    display:grid;
    grid-template-areas:"block";
    position:absolute;
    right:8.7rem;
    overflow:hidden;
    margin-top:min(-12rem,-12vh)
}
.hero__screen-2 .hero__flex-block{
    grid-area:block
}
.hero__screen-2 .hero__description{
    color:#fff;
    font-size: 16px;
    line-height:128%;
    width:55.7rem;
    margin-bottom:2rem;
    opacity:0;
    visibility:hidden;
    text-align: justify;
}
.hero__screen-2 .hero__description span{
    color:#ffffff80
}
.hero__screen-2 .hero__cta{
    position:absolute;
    left:50%;
    bottom:min(4rem,4vh);
    transform:translate(-50%);
    opacity:0;
    z-index: 9999;
    visibility:hidden
}
.hero__screen-2 .CTA-btn .CTA-btn__inner{
    padding:1rem 2.5rem
}
.hero__rotating-line{
    position:absolute;
    width:1px;
    height:min(15rem,15vh);
    background-color:#2e4e86;
    bottom:14.8rem;
    right:8.9rem
}
@media screen and (orientation:portrait){
    .hero__rotating-line{
        display:none
    }
}
.hero__affiliated{
    position:relative;
    display:flex;
    align-items:center;
    gap:1.3rem;
    padding-bottom:2.4rem;
    width:fit-content
}
.hero__affiliated .hero__affiliated-icon{
    width: 0;
    height: 0;
    flex-shrink: 0;
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.9rem solid #2e4e86;
    transform: none;
    transition: 0.5s var(--ease);
}
.hero__affiliated .hero__affiliated-text{
    color:#fff;
    font-size:2.2rem;
    line-height:normal;
    letter-spacing:.88px;
    text-transform:uppercase;
    transition:var(--transition)
}
.hero__affiliated .hero__affiliated-line{
    position:absolute;
    left:0;
    bottom:0;
    background:#2e4e86;
    height:3px;
    width:100%;
    transform:scaleX(.45);
    transform-origin:left;
    transition:.5s var(--ease)
}
.hero__affiliated:hover .hero__affiliated-text{
    opacity:.6
}
.hero__affiliated:hover .hero__affiliated-line{
    transform:scaleX(1)
}
.about.--is-mobile{
    display:none;
    flex-direction:column;
    width:100%;
    padding-inline:1.5rem;
    padding-block:6rem 10rem;
    gap:12rem;
    overflow:hidden
}
@media screen and (orientation:portrait){
    .about.--is-mobile{
        display:flex
    }
}
.about.--is-mobile .about-content .about-tagline{
    color:#fff;
    font-size:1.4rem;
    line-height:normal;
    margin-bottom:1.3rem;
    overflow:hidden
}


@media(max-width:768px){
    .about.--is-mobile .about-content .about-tagline{
        overflow:visible !important;
    }
}

@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .about.--is-mobile .about-content .about-tagline{
        font-size:2rem
    }
}
.about.--is-mobile .about-content .about-tagline span{
    display:inline-block;
    opacity:0
}
.about.--is-mobile .about-content .about-heading{
    color:#fff;
    font-size:3.5rem;
    line-height:normal;
    margin-bottom:3rem
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .about.--is-mobile .about-content .about-heading{
        color:#fff;
        font-size:5.5rem;
        line-height:normal;
        margin-bottom:3rem;
    }
}
.about.--is-mobile .about-content .about-heading span{
    display:inline-block;
    opacity:0
}
.about.--is-mobile .about-content .about-heading span:nth-child(2){
    margin-left:5.5rem
}
.about.--is-mobile .about-content .about-image{
    width:29.7rem;
    height:45rem;
    overflow:hidden;
    margin-inline:auto;
    margin-bottom:4rem
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .about.--is-mobile .about-content .about-image{
        width:50.7rem;
        height:60rem
    }
}
.about.--is-mobile .about-content .about-description{
    width:27.5rem;
    margin-bottom:2.4rem;
    display:grid;
    gap:2.7rem
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .about.--is-mobile .about-content .about-description{
        width:47.5rem;
        margin-bottom:3.5rem
    }
}
.about.--is-mobile .about-content.about-content__bottom .about-description{
    width:100%;
    margin-bottom:2.5rem
}
.about.--is-mobile .about-content .about-description .about-description__text{
    color:#ffffff80;
    font-size:1.4rem;
    line-height:142.857%
}
.about.--is-mobile .about-content .about-description span{
    color:#fff
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .about.--is-mobile .about-content .about-description .about-description__text{
        font-size: 18px;
    }
}
.about.--is-mobile .about-content .about__cta{
    margin-bottom:6rem;
    padding-left:.5rem
}
.about.--is-mobile .about-content.about-content__bottom .about__cta{
    display:flex;
    justify-content:flex-start
}
.about.--is-mobile .about-content .about-media__wrapper{
    display:grid;
    gap:4rem;
    width:100%
}
.about.--is-mobile .about-content .about-media__wrapper video{
    width:100%;
    height:19.6rem
}
.about.--is-mobile .about-content .about-media__wrapper .about__media-text{
    color:#fff;
    font-size:1.4rem;
    line-height:normal;
    max-width:25.5rem
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .about.--is-mobile .about-content .about-media__wrapper video{
        height:29.6rem
    }
    .about.--is-mobile .about-content .about-media__wrapper .about__media-text{
        color:#fff;
        font-size: 18px;
        line-height:normal;
        max-width:45.5rem
    }
}
.about.--is-mobile .about-content.about-content__bottom .about-media__wrapper .about__media-text{
    max-width:90%
}
.about.--is-mobile .hero__affiliated{
    gap:.8rem
}
.about.--is-mobile .hero__affiliated .hero__affiliated-icon{
    width:.8rem;
    height:.8rem
}
.about.--is-mobile .hero__affiliated .hero__affiliated-text{
    font-size:1.4rem
}
.about.--is-mobile .hero__affiliated .hero__affiliated-line{
    transform:scaleX(.7)
}
.projects{
    width:100%;
    padding-block:min(28rem,28vh) min(6rem,6vh);
    margin-top:min(10rem,10vh);
    display:flex;
    flex-grow:0;
    min-height:100vh;
    display:none!important
}
@media screen and (orientation:portrait){
    .projects{
        display:none!important;
        padding-block:0;
        margin-top:0rem;
        min-height:fit-content
    }
}
.projects__accordion-css{
    position:relative;
    width:100%
}
.projects__accordion-css__list{
    flex-flow:column;
    display:flex;
    position:static
}
.projects__accordion-css__item{
    position:relative;
    list-style:none;
    border-top:1px solid rgba(255,255,255,.5)
}
.projects__accordion-css__item:last-child{
    border-bottom:1px solid rgba(255,255,255,.5)
}
.projects__accordion-css__image{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    opacity:0;
    transition:var(--transition) .3s
}
.projects__accordion-css__item-top{
    display:grid;
    grid-template-areas:"left right";
    padding:5rem 0 0;
    align-items:center
}
@media screen and (orientation:portrait){
    .projects__accordion-css__item-top{
        padding:2.7rem 0 0;
        grid-template-areas:"link link" "date date" "title title";
        padding-inline:2rem
    }
}
.projects__accordion-css__date{
    color:#ffffff80;
    font-size:2rem;
    transition:var(--transition);
    grid-area:left;
    margin-left:4.8rem
}
@media screen and (orientation:portrait){
    .projects__accordion-css__date{
        grid-area:date;
        font-size:1.4rem;
        margin-left:0rem;
        width:100%;
        margin-bottom:1.1rem
    }
}
.projects__accordion-css__title{
    color:#fff;
    font-size:4.4rem;
    grid-area:left;
    margin-left:45rem
}
@media screen and (orientation:portrait){
    .projects__accordion-css__title{
        grid-area:title;
        font-size:2.5rem;
        margin-left:0rem;
        max-width:27.7rem
    }
}
.projects__accordion-css__link{
    grid-area:right;
    justify-self:end;
    margin-right:4.8rem
}
@media screen and (orientation:portrait){
    .projects .projects__accordion-css__link.uptown-link{
        grid-area:link;
        justify-self:end;
        margin-right:0rem;
        margin-bottom:1.1rem;
        gap:.6rem
    }
    .projects .projects__accordion-css__link.uptown-link .uptown-link-text{
        font-size:1.4rem
    }
    [data-accordion-status=active] .uptown-link-icon{
        width:.7rem;
        height:.7rem;
        transform:scale(1) rotate(43deg)
    }
}
.projects__accordion-css__item-bottom{
    transition:grid-template-rows .6s cubic-bezier(.625,.05,0,1);
    grid-template-rows:0fr;
    display:grid;
    position:relative;
    overflow:hidden;
    margin-top:5rem;
    transform:translateY(-3.5rem);
    margin-left:45rem
}
@media screen and (orientation:portrait){
    .projects__accordion-css__item-bottom{
        margin-top:2.7rem;
        transform:translateY(-2rem);
        margin-left:0rem;
        padding-inline:2rem
    }
}
[data-accordion-status=active] .projects__accordion-css__item-bottom{
    grid-template-rows:1fr
}
[data-accordion-status=active] .projects__accordion-css__date{
    color:#fff
}
[data-accordion-status=active] .projects__accordion-css__image{
    opacity:.4
}
.projects__accordion-css__item-bottom-wrap{
    flex-flow:column;
    height:100000%;
    display:flex;
    position:relative;
    overflow:hidden
}
.projects__accordion-css__item-bottom-content{
    width:fit-content
}
[data-accordion-status=active] .projects__accordion-css__item-icon{
    transform:rotate(.001deg)
}
.projects__accordion-css__item-p{
    color:#fff;
    font-size:2.2rem;
    line-height:normal;
    width:47rem
}
@media screen and (orientation:portrait){
    .projects__accordion-css__item-p{
        font-size:1.2rem;
        width:22rem
    }
}
.projects__accordion-css__tags{
    display:flex;
    align-items:center;
    gap:2rem;
    margin-top:3rem
}
@media screen and (orientation:portrait){
    .projects__accordion-css__tags{
        gap:1.4rem;
        margin-top:1.8rem
    }
}
.projects__accordion-css__tag{
    display:flex;
    align-items:center;
    gap:1.2rem;
    padding:.8rem 1rem;
    min-width:12.4rem;
    border-radius:3px;
    background:#85858538;
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px)
}
@media screen and (orientation:portrait){
    .projects__accordion-css__tag{
        gap:.8rem;
        padding:.5rem .6rem;
        min-width:7.8rem;
        border-radius:1.9px;
        background:#85858538;
        backdrop-filter:blur(10px);
        -webkit-backdrop-filter:blur(10px)
    }
}
.projects__accordion-css__tag-icon{
    width:2rem;
    height:2rem;
    flex-shrink:0
}
@media screen and (orientation:portrait){
    .projects__accordion-css__tag-icon{
        width:1.2rem;
        height:1.2rem
    }
}
.projects__accordion-css__tag-text{
    color:#f0f0f0;
    font-size:1.6rem;
    line-height:normal
}
@media screen and (orientation:portrait){
    .projects__accordion-css__tag-text{
        font-size:1rem
    }
}
.contemporary{
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 5rem 2rem;
    isolation:isolate;
    position:relative;
    /*height:100vh;*/
}
@media screen and (orientation:portrait){
    .contemporary{
        padding: 0 !important;
        height:fit-content
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .contemporary{
        padding-block:25rem 25rem;
        max-height:none
    }
}
.contemporary .contemporary__content{
    position:relative
}
.contemporary .contemporary__heading{
    color:#fff;
    text-align:center;
    font-size: 61px;
    font-weight: 500;
    line-height:normal;
    overflow:hidden;
    margin-top:-13rem
}
@media screen and (orientation:portrait){
    .contemporary .contemporary__heading{
        font-size:3.5rem;
        margin-top:-5rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .contemporary .contemporary__heading{
        font-size: 3.5rem
    }
}
.contemporary .contemporary__heading span{
    opacity:0;
    visibility:hidden;
    display:inline-block
}
.contemporary .contemporary__image-left{
    width:34.5rem;
    height:37.7rem;
    flex-shrink:0;
    position:absolute;
    top:50%;
    left:0;
    z-index:-1;
    opacity:.5
}
@media screen and (orientation:portrait){
    .contemporary .contemporary__image-left{
        width:13.5rem;
        height:14.7rem;
        opacity:.5
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .contemporary .contemporary__image-left{
        width:23.5rem;
        height:24.7rem
    }
}
.contemporary .contemporary__image-center{
    width:47rem;
    height:60rem;
    flex-shrink:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:-1
}
@media screen and (orientation:portrait){
    .contemporary .contemporary__image-center{
        width:18.3rem;
        height:23.5rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .contemporary .contemporary__image-center{
        width:28.3rem;
        height:33.5rem
    }
}
.contemporary .contemporary__image-center-back{
    width:47rem;
    height:60rem;
    flex-shrink:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:-2
}
@media screen and (orientation:portrait){
    .contemporary .contemporary__image-center-back{
        width:18.3rem;
        height:23.5rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .contemporary .contemporary__image-center-back{
        width:28.3rem;
        height:33.5rem
    }
}
.contemporary .contemporary__image-right{
    width:34.5rem;
    height:37.7rem;
    flex-shrink:0;
    position:absolute;
    top:50%;
    right:0;
    z-index:-2;
    opacity:.5;
    overflow:hidden
}
.contemporary__image-layer{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:105%;
    background-color:#171717;
    z-index:1;
    -webkit-mask-image:linear-gradient(transparent 0%,#000 80%);
    mask-image:linear-gradient(transparent 0%,#000 80%)
}
@media screen and (orientation:portrait){
    .contemporary .contemporary__image-right{
        width:13.5rem;
        height:14.7rem;
        opacity:.5
    }
    .contemporary__image-layer{
        -webkit-mask-image:linear-gradient(transparent 0%,#000 90%);
        mask-image:linear-gradient(transparent 0%,#000 90%)
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .contemporary .contemporary__image-right{
        width:23.5rem;
        height:24.7rem
    }
}
.contemporary__floating{
    position:absolute;
    z-index:-3;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:none
}
.contemporary__floating-text{
    position:absolute;
    display:flex;
    justify-content:space-between;
    top:50%;
    left:50%;
    z-index:-3
}
.contemporary__floating-text span{
    color:#57575733;
    text-align:center;
    font-family:Futura;
    font-size:min(10rem,10vh);
    line-height:normal
}
.contemporary__floating-text-1{
    width:min(100rem,100vh);
    transform:translate(-50%,-225%)
}
.contemporary__floating-text-2{
    width:min(102rem,102vh);
    transform:translate(-51%)
}
.contemporary__floating-text-3{
    width:min(122.2rem,122.2vh);
    transform:translate(-50%,140%);
    z-index:1
}
@media screen and (orientation:portrait){
    .contemporary__floating-text span{
        font-size:3rem
    }
    .contemporary__floating-text-1{
        width:30rem;
        transform:translate(-50%,-260%)
    }
    .contemporary__floating-text-2{
        display:none
    }
    .contemporary__floating-text-3{
        width:35.5rem;
        transform:translate(-50%,110%);
        z-index:1
    }
}
.contemporary .contemporary__lines{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-2;
    pointer-events:none;
    overflow:hidden;
    -webkit-mask-image:linear-gradient(transparent,black 20%,transparent);
    mask-image:linear-gradient(transparent,black 20%,transparent)
}
@media screen and (orientation:portrait){
    .contemporary .contemporary__lines{
        display:none
    }
}
.why {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem;
    min-height: 100vh; 
    z-index: 1;
    position: relative;
    overflow: hidden; 
}
@media screen and (orientation:portrait){
    .why{
        padding-block:6rem;
        height:fit-content;
        min-height:fit-content
    }
}
.why__floating-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Match parent */
    z-index: -1;
    pointer-events: none;
}
@media screen and (orientation:portrait){
    .why__floating-wrapper{
        height:auto
    }
}
.why .why__floating-left {
    width: min(30.6rem, 30.6vh);
    height: min(39rem, 39vh);
    position: absolute;
    bottom: 7%; 
    left: 5%;
}


.why .why__floating-center {
    width: min(32.3rem, 32.3vh);
    height: min(41.3rem, 41.3vh);
    position: absolute;
    top: 10%;
    left: 14%;
}

.why .why__floating-right {
    width: min(34.5rem, 34.5vh);
    height: min(40rem, 40vh);
    position: absolute;
    top: 9%;
    right: 5%;
}


.why .why__floating-center-back {
    width: min(35rem, 35vh);
    height: min(42rem, 42vh);
    position: absolute;
    bottom: 7%;
    right: 20%;
}
@media screen and (orientation:portrait){
    .why .why__floating-center{
        position:absolute;
        top:4rem;
        left:-4rem;
        width:8.1rem;
        height:10.3rem
    }
    .why .why__floating-right{
        position:absolute;
        top:0;
        right:2.8rem;
        width:8.6rem;
        height:11.3rem
    }
    .why .why__floating-left{
        position:absolute;
        top:21rem;
        left:0;
        width:7.6rem;
        height:9.8rem
    }
    .why .why__floating-center-back{
        position:absolute;
        top:19.2rem;
        right:-4.3rem;
        width:9.6rem;
        height:12.3rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .why .why__floating-center{
        left:-7rem;
        width:15.1rem;
        height:17.3rem
    }
    .why .why__floating-right{
        width:15.6rem;
        right:4.8rem;
        height:18.3rem
    }
    .why .why__floating-left{
        top:25rem;
        width:14.6rem;
        height:16.8rem
    }
    .why .why__floating-center-back{
        top:25.2rem;
        right:-8.3rem;
        width:16.6rem;
        height:19.3rem
    }
}
.why .why-flex{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    margin-right: 70px;
}

@media screen and (max-width: 768px) {
    .why .why-flex{
        margin-right: 0px !important;
    }
}

.why .why-flex .why__heading{
    color:#fff;
    text-align:center;
    font-size: 61px;
    font-weight: 500;
    line-height:normal;
    max-width:100rem
}
@media screen and (orientation:portrait){
    .why .why-flex .why__heading{
        font-size:4rem;
        max-width:29rem;
        margin-bottom:1.6rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .why .why-flex .why__heading{
        font-size: 3.5rem;
        max-width:49rem
    }
}
.why .why-flex .why__heading span{
    color: #b6924f;
}
.why .why-flex .why__description{
    color:#fff;
    text-align:center;
    font-size: 16px;
    font-style:normal;
    line-height:140%;
    max-width:57rem;
    margin-bottom:5rem
}
@media screen and (orientation:portrait){
    .why .why-flex .why__description{
        font-size: 18px;
        line-height:125%;
        max-width:24rem;
        margin-bottom:8.5rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .why .why-flex .why__description{
        max-width:36rem
    }
}
.why .why-flex .why-scroll__wrapper{
    width:15.9rem;
    height:15.9rem;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    isolation:isolate
}
@media screen and (orientation:portrait){
    .why .why-flex .why-scroll__wrapper{
        width:10.8rem;
        height:10.8rem
    }
}



@media screen and (orientation:portrait){
    .why .why-scroll__square-2{
        width:9.1rem;
        height:9.1rem
    }
}
.why .why-scroll__square-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    flex-shrink: 0;
    /* Down arrow */
    border-left: 10rem solid transparent;
    border-right: 10rem solid transparent;
    border-top: 15rem solid #2e4e86;

    background: none;
    z-index: -1;
}

.why .why-scroll__text{
    color:#fff;
    text-align:center;
    font-size:1.8rem;
    line-height:normal;
    letter-spacing:3.24px;
    position: absolute;
    top: 50px;
}
.choice .choice_scroll-wrapper .choice_scroll-text:before{
    position: absolute;
    top: -25px;
    left: -40px;
}
@media screen and (orientation:portrait){
    .why .why-scroll__text{
        font-size:1.2rem;
        line-height:normal;
        letter-spacing:2.1px
    }
}
.why .why__lines{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    pointer-events:none;
    overflow:hidden;
    -webkit-mask-image:linear-gradient(black 80%,transparent);
    mask-image:linear-gradient(black 80%,transparent)
}
@media screen and (orientation:portrait){
    .why .why__lines{
        display:none
    }
}
.choice{
    position:relative;
    width:100%;
    height:100vh;
    padding-inline:20rem;
    padding-block:min(24.3rem,24.3vh);
    display:flex;
    justify-content:center;
    align-items:center;
    isolation:isolate;
    margin-top:min(20rem,20vh)
}
@media screen and (orientation:portrait){
    .choice{
        min-height:fit-content;
        height:auto;
        padding-inline:0rem;
        padding-block: 25rem 0rem;
        /*        padding-block:4.5rem 3rem;
                margin-top:0rem*/
    }
}

@media screen and (max-width: 556px) {
    .choice{
        margin-top: 0 !important;
	    padding-block: 15rem 0rem;
    }
}

.choice .choice__background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: -1;
}


@media(max-width:768px){
    .choice .choice__background{
        display:none;
    }
}

.choice .choice-swiper-container{
    height:min(59.4rem,59.4vh);
    width:fit-content;
    overflow:hidden
}
@media screen and (orientation:portrait){
    .choice .choice-swiper-container{
        height:fit-content
    }
}
.choice .choice-swiper-wrapper{
    display:flex;
    width:fit-content;
    height:100%;
    pointer-events:none;
    gap:7.7rem
}
@media screen and (orientation:portrait){
    .choice .choice-swiper-wrapper{
        pointer-events:all;
        height:fit-content;
        gap:0
    }
}
.choice .choice-swiper-slide {
    position: relative; /* REQUIRED */
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 6.5rem 5rem 5.5rem;
    width: 45.4rem;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 12px;
}

/* Black overlay */
.choice .choice-swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* adjust opacity */
    z-index: 0;
}

/* Keep text above overlay */
.choice .choice-swiper-slide > * {
    position: relative;
    z-index: 1;
}

/* Slide 1 */
.choice .choice-swiper-slide:nth-child(1) {
    background-image: url("../images/counter-image-01.png");
}

/* Slide 2 */
.choice .choice-swiper-slide:nth-child(2) {
    background-image: url("../images/counter-image-02.png");
}

/* Slide 3 */
.choice .choice-swiper-slide:nth-child(3) {
    background-image: url("../images/businessmen-hands-white-table-with-documents-drafts.jpg");
}

@media screen and (orientation:portrait){
    .choice .choice-swiper-slide{
        padding:5rem 3rem;
        width:34.4rem;
        height:45rem
    }
}
.choice .choice-swiper-slide__number{
    color:#fff;
    font-size:min(3rem,3vh);
    line-height:93.333%
}
@media screen and (orientation:portrait){
    .choice .choice-swiper-slide__number{
        font-size:2.5rem;
        line-height:85%
    }
}
.choice .choice-swiper-slide__number span{
    color:#ffffff80
}
.choice .choice-swiper-slide__heading{
    display:flex;
    align-items:center;
    gap:1.3rem;
    margin-top:min(31.4rem,31.4vh);
    margin-bottom:min(1.8rem,1.8vh)
}
@media screen and (orientation:portrait){
    .choice .choice-swiper-slide__heading{
        gap:1.2rem;
        margin-top:22.8rem;
        margin-bottom:1.2rem
    }
}
.choice .choice-swiper-slide__heading-icon{
    width: 0;
    height: 0;
    flex-shrink: 0;
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.9rem solid #fff;
    transform: none;
    transition: 0.5s var(--ease);
}
.choice .choice-swiper-slide__heading-text{
    color:#fff;
    font-size: 16px;
    line-height:127.273%;
    text-transform:uppercase
}

.choice .choice-swiper-slide__description{
    color:#fff;
    font-size: 51px;
    font-weight: 600;
    line-height:140%;
    letter-spacing:1.5px;
    text-transform:uppercase;
    width:fit-content;
    max-width:min(34.8rem,34.8vh)
}
.choice .choice-swiper-slide__description span{
    color:#fff;
    font-size: 51px;
    font-weight: 600;
    line-height:140%;
    letter-spacing:1.5px;
    text-transform:uppercase;
}
.choice .choice-swiper-pagination{
    display:none
}
@media screen and (orientation:portrait){
    .choice .choice-swiper-pagination{
        margin-top:8.5rem;
        height:10.5px;
        flex-shrink:0;
        display:flex;
        justify-content:center;
        align-items:center;
        gap:35px
    }
}
.choice .choice-swiper-pagination-bullet{
    width:8px;
    height:8px;
    border:1px solid #fdfdfd;
    transform:rotate(-43.264deg);
    flex-shrink:0;
    aspect-ratio:1/1;
    transition:var(--transition)
}
.choice .choice-swiper-pagination-bullet-active{
    border:none;
    background-color:#2e4e86
}
.choice .choice__heading{
    position:absolute !important;
    top:10% !important;
    left:50% !important;
    transform:translate(-50%,-50%);
    color:#fff;
    text-align:center;
    font-size: 61px;
    font-weight: 500;
    line-height:normal;
    overflow:hidden
}
@media screen and (orientation:portrait){
    .choice .choice__heading{
        position:absolute;
        top:19.7rem;
        left:50%;
        transform:translate(-50%);
        font-size:3.5rem;
        width:100%
    }
}
.choice .choice__heading span{
    opacity:0;
    visibility:hidden;
    display:inline-block
}
.choice .choice__scroll-wrapper{
    position:absolute;
    width:13.5rem;
    height:13.5rem;
    display:grid;
    grid-template-areas:"stack";
    align-items:center;
    justify-items:center;
    top:75%
}
@media screen and (orientation:portrait){
    .choice .choice__scroll-wrapper{
        width:7.4rem;
        height:7.4rem;
        top:46rem
    }
}
.choice .choice__scroll-wrapper .choice__scroll-background {
    width: 0;
    height: 0;
    flex-shrink: 0;
    grid-area: stack;
    /* Down arrow */
    border-left: 10rem solid transparent;
    border-right: 10rem solid transparent;
    border-top: 15rem solid #2e4e86;

    transform: none;
}

.choice .choice__scroll-wrapper .choice__scroll-text{
    position:relative;
    grid-area:stack;
    width:fit-content
}
.choice .choice__scroll-wrapper .choice__scroll-text:before{
    content:attr(data-text-desktop);
    color:#fff;
    text-align:center;
    font-size:min(1.8rem,1.8vh);
    line-height:normal;
    letter-spacing:3.24px;
    text-transform:uppercase
}
@media screen and (orientation:portrait){
    .choice .choice__scroll-wrapper .choice__scroll-text:before{
        content:attr(data-text-mobile);
        font-size:1.2rem;
        letter-spacing:2.16px
    }
}
.engineers{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding-block:min(17rem,17vh) min(6rem,6vh);
    width:100%;
    position:relative
}
@media screen and (orientation:portrait){
    .engineers{
        padding-block:6rem;
        margin-top:5rem
    }
}
.engineers .engineers__heading{
    color:#fff;
    text-align:center;
    font-size: 61px;
    font-weight: 500;
    line-height:normal;
    margin-bottom:min(10rem,10vh);
    overflow:hidden
}

.engineers .engineers__heading span{
    opacity:0;
    visibility:hidden;
    display:inline-block
}
.engineers-drag{
    position:relative;
    height:fit-content;
    width:100%
}
.engineers .engineers-swiper-container{
    overflow:hidden;
    width:100%;
    margin-bottom:min(3.8rem,3.8vh);
    position:relative
}
@media screen and (orientation:portrait){
    .engineers .engineers-swiper-container{
        margin-bottom:0
    }
}
.engineers .engineers-swiper-wrapper{
    display:flex;
    flex-wrap:nowrap;
    height:100%
}
.engineers .engineers-swiper-slide{
    flex-shrink:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap: 2rem;
    transition:opacity .1s ease-out;
    padding-bottom:1rem
}
.engineers-swiper-slide__ul{
    display:grid;
    justify-items:center;
    gap:.3rem;
    display:none;
    opacity:0;
    transition:var(--transition)
}
.engineers-swiper-slide__ul .engineers-swiper-slide__li{
    color:#fff9;
    font-size:2rem;
    font-weight:5;
    line-height:1.3;
    display:inline;
    text-align:center
}
.engineers-swiper-slide__ul .engineers-swiper-slide__li span{
    color:#2e4e86
}
.engineers-swiper-slide__ul .engineers-swiper-slide__li svg{
    width:max(.6rem,4px);
    height:max(.6rem,4px);
    vertical-align:middle
}
@media screen and (orientation:portrait){
    .engineers .engineers-swiper-slide{
        gap:min(4rem,4vh)
    }
    .engineers-swiper-slide__ul .engineers-swiper-slide__li{
        font-size:1.4rem
    }
}
.engineers .swiper-slide-prev,.engineers .swiper-slide-next{
    opacity:.5
}
.engineers .engineers-swiper-slide__image-wrapper{
    position:relative;
    width:28.2rem;
    width:50%;
    height: 400px;
    transition:all 1s var(--ease)
}
@media screen and (orientation:portrait){
    .engineers .engineers-swiper-slide__image-wrapper{
        width:100%;
        height:45.5rem
    }
}
.engineers .engineers-swiper-slide__image-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 12px;
}
.engineers .engineers-swiper-slide__heading{
    position:absolute;
    bottom:1.3rem;
    left:1.3rem;
    width:calc(100% - 2.6rem);
    padding:3rem 3.5rem;
    border-radius:2px;
    background:#0000003b;
    backdrop-filter:blur(9.5px);
    -webkit-backdrop-filter:blur(9.5px);
    color:#fff;
    font-size: 21px;
    line-height:normal;
    opacity:0;
    transition:opacity .6s var(--ease) .2s;
    border-radius: 12px;
}
.engineers .engineers-swiper-slide .CTA-btn{
    opacity:0;
    transition:opacity .6s var(--ease) .2s
}
@media screen and (orientation:portrait){
    .engineers .engineers-swiper-slide__heading{
        bottom:1rem;
        left:1rem;
        width:calc(100% - 2rem);
        padding:2rem 2.5rem;
        font-size:2rem
    }
}
.engineers .engineers-swiper-slide__text{
    color:#fff;
    text-align:center;
    font-size: 16px;
    line-height:normal;
    max-width:62rem;
    width:fit-content;
    opacity:0;
    transition:var(--transition)
}

.engineers .swiper-slide-active .engineers-swiper-slide__image-wrapper{
    width:100%
}
.engineers .swiper-slide-active .engineers-swiper-slide__heading,.engineers .swiper-slide-active .engineers-swiper-slide__text,.engineers .swiper-slide-active .engineers-swiper-slide__ul,.engineers .swiper-slide-active .CTA-btn{
    opacity:1
}
.engineers .CTA-btn{
    width:fit-content;
    display:inline-block
}
.engineers .CTA-btn__inner{
    padding:1rem 2.5rem
}
.engineers .CTA-btn .CTA-btn__inner .CTA-btn__icon{
    width:1rem;
    height:1rem
}
.engineers .engineers__letters{
    position:absolute;
    width:116.5rem;
    height:27.8rem;
    left:50%;
    top:8rem;
    transform:translate(-50%);
    z-index:-1
}
@media screen and (orientation:portrait){
    .engineers .engineers__letters{
        width:43rem;
        height:10rem;
        top:4rem
    }
}
.clients{
    width:100%;
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center
}
.clients .clients-flex{
    display:flex;
    padding-inline:14rem;
    align-items:center;
    gap:10rem;
    /*margin-bottom:min(12rem,12vh);*/
}
.clients-left{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    flex-grow:1;
    gap:min(5rem,5vh);
    max-width:55rem
}
.clients .clients-left-swiper-container{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    width:54rem;
    flex-shrink:0;
    overflow:hidden;
    padding-inline:.5rem
}
.clients__heading{
    display:flex;
    gap:1.3rem;
    align-items:center;
    margin-bottom:3.4rem;
    color: #d82128;
    font-size: 2.5rem;
    line-height:100%;
    text-transform:uppercase
}
.clients__heading .clients__heading-icon{
    width: 0;
    height: 0;
    flex-shrink: 0;
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.9rem solid #d82128;
    transform: none;
    transition: 0.5s var(--ease);
}
.clients .clients-left-swiper-wrapper{
    display:flex;
    flex-shrink:0;
    transition:var(--swiper-transition)!important
}
.clients .clients-left-swiper-slide{
    display:flex;
    flex-direction:column;
    width:54rem
}
.clients-left-swiper-slide__heading{
    color:#fff;
    font-size: 48px;
    font-weight: 500;
    line-height:105%;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:1.7rem
}
.clients-left-swiper-slide__text{
    font-size: 16px;
    line-height:normal;
    color: #ffffff;
    margin-bottom:min(3.4rem,3.4vh)
}
.clients-left-swiper-slide__text span{
    color:#fff;
    text-align: justify;
}
.clients .clients-left-swiper-slide .CTA-btn{
    margin-left:1rem;
    margin-bottom:1rem
}
.clients-left-swiper-navigation{
    display:flex;
    align-items:center;
    width:fit-content;
    gap:3rem;
    height:5rem;
    margin-left:1rem
}
.clients-left-swiper-navigation .clients-left-swiper-button{
    width:4.4rem;
    height:4.4rem;
    transform:rotate(-45deg);
    flex-shrink:0;
    border:1px solid #2e4e86;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:var(--transition);
    cursor:pointer
}
.clients-left-swiper-navigation .clients-left-swiper-button svg{
    width:1.5rem;
    height:1.5rem
}
.clients-left-swiper-navigation .clients-left-swiper-button-prev:hover,.clients-left-swiper-navigation .clients-left-swiper-button-next:hover{
    background-color:#2e4e86
}
.clients .clients-right{
    display:flex;
    flex-shrink:0;
    /*max-width:98.6rem;*/
    height: 40rem;
    flex-grow:1;
    overflow:hidden;
    position:relative
}
.clients-right-img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity:0;
    transition:opacity .8s ease-out;
    border-radius: 12px;
}
.clients[data-swiper-active-slide="1"] .clients-right-img:nth-of-type(1),.clients[data-swiper-active-slide="2"] .clients-right-img:nth-of-type(2),.clients[data-swiper-active-slide="3"] .clients-right-img:nth-of-type(3),.clients[data-swiper-active-slide="4"] .clients-right-img:nth-of-type(4),.clients[data-swiper-active-slide="5"] .clients-right-img:nth-of-type(5),.clients[data-swiper-active-slide="6"] .clients-right-img:nth-of-type(6),.clients[data-swiper-active-slide="7"] .clients-right-img:nth-of-type(7),.clients[data-swiper-active-slide="8"] .clients-right-img:nth-of-type(8),.clients[data-swiper-active-slide="9"] .clients-right-img:nth-of-type(9),.clients[data-swiper-active-slide="10"] .clients-right-img:nth-of-type(10){
    opacity:1
}
.clients-partners .clients-partners-swiper-container{
    width:100%;
    overflow:hidden;
    -webkit-mask-image:linear-gradient(to right,transparent,black,transparent);
    mask-image:linear-gradient(to right,transparent,black,transparent)
}
.clients-partners .clients-partners-swiper-wrapper{
    display:flex;
    flex-wrap:nowrap;
    height:13.8rem;
    width:fit-content;
    transition:var(--swiper-transition)!important
}
.clients-partners .clients-partners-swiper-slide{
    flex-shrink:0;
    width:17rem;
    transition:opacity .3s ease-out
}
.clients-partners .clients-partners-swiper-slide:not(.swiper-slide-active){
    opacity:.3
}
.clients-partners .clients-partners-swiper-slide:not(.swiper-slide-active) .clients-partners__img{
    transform:scale(.8)
}
.clients-partners .clients-partners__img {
    object-fit: contain;
    transition: transform .3s var(--ease), filter .3s var(--ease);
    filter: brightness(0) invert(1);
}
@media screen and (orientation:portrait){
    .clients{
        height:fit-content;
        padding-block:6rem
    }
    .clients .clients-flex{
        flex-direction:column-reverse;
        gap:4.8rem;
        padding-inline:1.5rem;
        margin-bottom:6rem
    }
    .clients-left{
        align-items:flex-start;
        justify-content:flex-start;
        flex-grow:0;
        width:100%;
        height:fit-content;
        padding-inline:0;
        gap:3rem
    }
    .clients .clients-left-swiper-container{
        align-items:flex-start;
        justify-content:flex-start;
        width:100%;
        padding-inline:.5rem
    }
    .clients__heading{
        gap:.8rem;
        font-size:1.4rem;
        line-height:90%;
        margin:.5rem 0 1.4rem .5rem
    }
    .clients .clients-left-swiper-slide{
        width:auto
    }
    .clients-left-swiper-slide__heading{
        font-size:2.5rem;
        line-height:105%;
        letter-spacing:.5px;
        margin-bottom:1.5rem;
        width: 33.7rem;
    }
    .clients-left-swiper-slide__text{
        font-size: 18px !important;
        margin-bottom:2.9rem;
        width:28.7rem
    }
    .clients .clients-left-swiper-slide .CTA-btn{
        margin-left:1rem;
        margin-bottom:.5rem
    }
    .clients .CTA-btn{
        margin-left:.5rem;
        margin-bottom:.7rem
    }
    .clients .CTA-btn .CTA-btn__inner{
        padding:1rem 2.5rem
    }
    .clients-left-swiper-navigation{
        transform:scale(.8)
    }
    .clients .clients-right{
        max-width:34.5rem;
        width:100%;
        height:26.5rem
    }
    .clients-partners .clients-partners-swiper-wrapper{
        height:6.5rem
    }
    .clients-partners .clients-partners-swiper-slide{
        width:14.5rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .clients-left-swiper-slide__heading{
        font-size:3.5rem;
        width:40.7rem
    }
    .clients-left-swiper-slide__text{
        font-size:1.8rem;
        width:45.7rem
    }
}
.reviews{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5.5rem;
    background:#171717;
    padding: 0rem 0 4rem
}
@media screen and (orientation:portrait){
    .reviews{
        gap:2rem;
        background:transparent;
        padding:6rem 0 12rem
    }
}
.reviews .reviews__heading{
    color:#fff;
    text-align:center;
    font-size: 61px;
    font-weight: 500;
    line-height:normal;
    overflow:hidden
}
@media screen and (orientation:portrait){
    .reviews .reviews__heading{
        font-size:3.5rem;
        margin-inline:auto
    }
}
.reviews .reviews__heading span{
    opacity:0;
    visibility:hidden;
    display:inline-block
}
.reviews .reviews__gradient{
    position:absolute;
    z-index:1;
    pointer-events:none;
    -webkit-user-select:none;
    user-select:none;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.reviews-drag{
    position:relative;
    height:fit-content;
    width:100%
}
.reviews .reviews-swiper-container{
    position:relative;
    width:100%;
    height:63.8rem;
    isolation:isolate;
    display:flex;
    align-items:center;
    overflow:hidden
}
@media screen and (orientation:portrait){
    .reviews .reviews-swiper-container{
        height:fit-content;
        padding-block:3rem
    }
}
.reviews .reviews-swiper-wrapper{
    display:flex
}
.reviews .reviews-swiper-slide{
    flex-shrink:0;
    width:55.9rem;
    min-height:40.7rem;
    background:#fdfdfd;
    display:flex;
    flex-direction:column;
    padding:3.5rem 2.2rem 2.5rem 3.5rem;
    border-radius: 12px;
}
@media screen and (orientation:portrait){
    .reviews .reviews-swiper-slide{
        flex-shrink:0;
        width:32.6rem;
        min-height:23.8rem;
        padding:2rem 1rem 1.5rem 2rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .reviews .reviews-swiper-slide{
        width:38rem
    }
}
.reviews-swiper-slide__quote{
    width:3.2rem;
    height:2.5rem;
    flex-shrink:0;
    margin-bottom:3.2rem
}
.reviews-swiper-slide__quote svg{
    width:100%;
    height:100%;
    overflow:visible
}
@media screen and (orientation:portrait){
    .reviews-swiper-slide__quote{
        width:1.8rem;
        height:1.4rem;
        flex-shrink:0;
        margin-bottom:1.8rem
    }
}
.reviews-swiper-slide__text{
    color:#5b5b5b;
    font-size:2rem;
    line-height:140%;
    margin-bottom:9.5rem;
    margin-bottom:auto
}
@media screen and (orientation:portrait){
    .reviews-swiper-slide__text{
        font-size:1.2rem;
        line-height:136%;
        margin-bottom:5.5rem
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .reviews-swiper-slide__text{
        font-size:1.5rem;
        margin-bottom:5.5rem
    }
}
.reviews-swiper-slide__user{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:1.5rem;
    margin-bottom:3rem;
    padding-right:1.2rem;
    margin-top:2rem
}
@media screen and (orientation:portrait){
    .reviews-swiper-slide__user{
        gap:.85rem;
        margin-bottom:1.5rem;
        padding-right:.7rem;
        margin-top:auto
    }
}
.reviews-swiper-slide__user-avatar{
    width:5rem;
    height:5rem;
    border-radius:100%;
    flex-shrink:0
}
@media screen and (orientation:portrait){
    .reviews-swiper-slide__user-avatar{
        width:3rem;
        height:3rem;
        background-color:#2e4e86
    }
}
.reviews-swiper-slide__user-info{
    display:grid
}
.reviews-swiper-slide__user-info-name{
    color:#171717;
    font-size:2rem;
    line-height:140%
}
@media screen and (orientation:portrait){
    .reviews-swiper-slide__user-info-name{
        font-size:1.2rem;
        line-height:136%
    }
}
.reviews-swiper-slide__user-info-job{
    color:#5b5b5b;
    font-size:1.6rem;
    line-height:175%
}
@media screen and (orientation:portrait){
    .reviews-swiper-slide__user-info-job{
        font-size:1rem;
        line-height:163%
    }
}
.reviews-swiper-slide__user-rating{
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
    gap:.3rem;
    width:10rem;
    height:2rem;
    margin-left:auto;
    pointer-events:none
}
@media screen and (orientation:portrait){
    .reviews-swiper-slide__user-rating{
        gap:.3rem;
        width:5.5rem;
        height:1rem
    }
}
.reviews-swiper-slide__user-rating input{
    display:none
}
.reviews-swiper-slide__user-rating label{
    color:#fff;
    font-size:2rem;
    text-shadow:0 0 1px #2e4e86,0 0 1px #2e4e86,0 0 1px #2e4e86,0 0 1px #2e4e86;
    -webkit-text-shadow:0 0 1px #2e4e86,0 0 1px #2e4e86,0 0 1px #2e4e86,0 0 1px #2e4e86
}
@media screen and (orientation:portrait){
    .reviews-swiper-slide__user-rating label{
        font-size:1.3rem
    }
}
.reviews-swiper-slide__user-rating input:checked~label,.reviews-swiper-slide__user-rating label:hover,.reviews-swiper-slide__user-rating label:hover~label{
    color:#2e4e86
}
.reviews-swiper-slide__user-rating input:checked+label{
    color:#2e4e86
}
.reviews-swiper-slide .reviews-swiper-slide__line{
    background-color:#17171733;
    height:3px;
    width:100%
}
@media screen and (orientation:portrait){
    .reviews-swiper-slide .reviews-swiper-slide__line{
        height:1.8px
    }
}
.reviews .reviews-swiper-container .reviews__background-image{
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%);
    width:119.1rem;
    height:63.8rem;
    z-index:-1
}
@media screen and (orientation:portrait){
    .reviews .reviews-swiper-container .reviews__background-image{
        width:100%;
        height:100%;
        top:50%;
        transform:translate(-50%,-50%)
    }
}
.reviews .reviews-swiper-pagination{
    height:14.136px;
    flex-shrink:0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:40px
}
.reviews-swiper-pagination-bullet{
    width:10px;
    height:10px;
    border:1px solid #fdfdfd;
    transform:rotate(-43.264deg);
    flex-shrink:0;
    aspect-ratio:1/1;
    transition:var(--transition);
    cursor:pointer;
    position:relative
}
.reviews-swiper-pagination-bullet:after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:8rem;
    height:8rem;
    background-color:#fff;
    z-index:-1;
    border-radius:100%;
    transition:var(--transition);
    opacity:0;
    pointer-events:none;
    background:#2e4e8666;
    filter:blur(40px);
    -webkit-filter:blur(40px)
}
.reviews-swiper-pagination-bullet:hover:after{
    opacity:1
}
@media screen and (orientation:portrait){
    .reviews-swiper-pagination-bullet:after{
        display:none
    }
    .reviews-swiper-pagination-bullet{
        width:8px;
        height:8px
    }
}
.reviews-swiper-pagination-bullet-active{
    border:none;
    background-color:#2e4e86
}
.location{
    position:relative;
    padding:min(12rem,12vh) 4.5rem min(8rem,8vh);
    isolation:isolate
}
@media screen and (orientation:portrait){
    .location{
        padding:0rem 1.5rem 6rem
    }
}
.location__map{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    -webkit-mask-image:linear-gradient(transparent,black 50%,transparent);
    mask-image:linear-gradient(transparent,black 50%,transparent)
}
@media screen and (orientation:portrait){
    .location__map{
        -webkit-mask-image:linear-gradient(transparent,black 90%,transparent);
        mask-image:linear-gradient(transparent,black 90%,transparent)
    }
}
.location .location-card{
    padding:min(2.5rem,2.5vh) 2.5rem min(6rem,6vh);
    border-radius: 16px;
    background-color: #fff;
    width: fit-content;
}
@media screen and (orientation:portrait){
    .location .location-card{
        padding:1.5rem 1.5rem 3.8rem;
        width:100%
    }
}
@media screen and (min-width:482px)and (max-width:991px)and (orientation:portrait){
    .location .location-card{
        padding:1.5rem 1.5rem 3.8rem;
        width: 100%;
        max-width:40rem
    }
}
.location-card__image{
    height:min(29.5rem,29.5vh);
    width: 100%;
    margin-bottom:min(4.3rem,4.3vh);
    border-radius: 12px;
}
@media screen and (orientation:portrait){
    .location-card__image{
        height:19rem;
        width:100%;
        margin-bottom:3rem
    }
}
.location .location-card .location-card__content{
    padding-inline:2rem
}
@media screen and (orientation:portrait){
    .location .location-card .location-card__content{
        padding-inline:1.2rem
    }
}
.location-card__content-title{
    color:#5b5b5b;
    font-size:min(1.6rem,1.6vh);
    line-height:normal;
    margin-bottom:min(2rem,2vh)
}
@media screen and (orientation:portrait){
    .location-card__content-title{
        font-size:1.2rem;
        margin-bottom:1.2rem
    }
}
.location-card__content-name{
    color:#020202;
    font-size: 39px;
    font-weight: 500;
    line-height:normal;
    margin-bottom:min(3.5rem,3.5vh)
}
@media screen and (orientation:portrait){
    .location-card__content-name{
        font-size:2.5rem;
        margin-bottom:2.5rem
    }
}
.location-card__content-address{
    display:flex;
    align-items: flex-start;
    gap:2rem;
    margin-bottom:min(5rem,5vh)
}
@media screen and (orientation:portrait){
    .location-card__content-address{
        gap:1.3rem;
        margin-bottom:3rem
    }
}
.location-card__address-icon{
    width:2rem;
    height:2.3rem;
    flex-shrink:0
}
.location-card__address-icon svg{
    width:100%;
    height:100%;
    overflow:visible
}
@media screen and (orientation:portrait){
    .location-card__address-icon{
        width:1.2rem;
        height:1.6rem
    }
}
.location-card__address-text{
    color:#5b5b5b;
    font-size:min(1.6rem,1.6vh);
    line-height:normal;
    max-width: 33rem
}
@media screen and (orientation:portrait){
    .location-card__address-text{
        font-size:1.2rem;
        max-width:19rem
    }
}
.location-card_content-line{
    width:100%;
    height:1px;
    background-color:#2e4e86;
    margin-bottom:min(5rem,5vh)
}
@media screen and (orientation:portrait){
    .location-card_content-line{
        margin-bottom:3.5rem
    }
}
.location-card__content-office{
    display:flex;
    align-items:flex-start;
    gap:2rem;
    margin-bottom:min(4rem,4vh)
}
@media screen and (orientation:portrait){
    .location-card__content-office{
        gap:1.5rem;
        margin-bottom:3rem
    }
}
.location-card__office-icon{
    width:1.9rem;
    height:2.5rem;
    flex-shrink:0
}
.location-card__office-icon svg{
    width:100%;
    height:100%;
    overflow:visible
}
@media screen and (orientation:portrait){
    .location-card__office-icon{
        width:1.1rem;
        height:1.4rem
    }
}
.location-card__block{
    display:grid;
    gap:1.5rem
}
@media screen and (orientation:portrait){
    .location-card__block{
        gap:1.3rem
    }
}
.location-card__office-text{
    color:#5b5b5b;
    font-size:min(1.6rem,1.6vh);
    line-height:normal;
    max-width:37rem
}
@media screen and (orientation:portrait){
    .location-card__office-text{
        font-size:1.2rem;
        max-width:23.8rem
    }
}
.location .CTA-btn{
    margin-left:auto;
    display:block
}
.location .CTA-btn .CTA-btn__inner .CTA-btn__text{
    color:#5b5b5b
}
.location .CTA-btn__border:before{
    border:1px solid rgba(0,156,168,.1)
}
.location .CTA-btn .CTA-btn__blur{
    height:2rem;
    filter:blur(20px);
    -webkit-filter:blur(20px)
}
.location__map{
    position:absolute;
    inset:0;
    z-index:-1;
    overflow:hidden;

    -webkit-mask-image:linear-gradient(transparent, black 50%, transparent);
    mask-image:linear-gradient(transparent, black 50%, transparent);
}

.location__map iframe{
    width:100%;
    height:100%;
    border:0;
    pointer-events:none; /* background feel */
}

@media screen and (orientation:portrait){
    .location__map{
        -webkit-mask-image:linear-gradient(transparent, black 90%, transparent);
        mask-image:linear-gradient(transparent, black 90%, transparent);
    }
}

.mobile-lines{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    pointer-events:none;
    overflow:hidden;
    display:none
}
@media screen and (orientation:portrait){
    .mobile-lines{
        display:block
    }
}
@media screen and (orientation:portrait){
    .footer .footer__lines{
        display:none
    }
}
.navbar .navbar-flex .navbar-hamburger {
    position: relative;
    width: 85.136px;
    height: 29px;
    flex-shrink: 0;
    cursor: pointer
}

@media screen and (orientation: portrait) {
    .navbar .navbar-flex .navbar-hamburger {
        width:70px;
        height: 23.844px
    }
}

@media screen and (min-width: 2800px) {
    .navbar .navbar-flex .navbar-hamburger {
        transform:scale(1.3)
    }
}

@media screen and (min-width: 482px)and (max-width:991px)and (orientation:landscape) {
    .navbar .navbar-flex .navbar-hamburger {
        transform:scale(.7)
    }
}

.navbar .navbar-flex .navbar-hamburger .navbar-hamburger__line {
    position: absolute;
    background: var(--navbar-text);
    width: 60px;
    height: 2px;
    transition: .5s var(--ease);
    transform-origin: center
}

@media screen and (orientation: portrait) {
    .navbar .navbar-flex .navbar-hamburger .navbar-hamburger__line {
        width:49px;
        height: 1.6px
    }
}

.navbar .navbar-flex .navbar-hamburger .navbar-hamburger__line.navbar-hamburger__line-top {
    top: 0;
    left: 0;
    transform: translateY(600%)
}

.navbar .navbar-flex .navbar-hamburger .navbar-hamburger__line.navbar-hamburger__line-bottom {
    bottom: 0;
    right: 0
}

@media screen and (orientation: portrait) {
    .navbar .navbar-flex .navbar-hamburger .navbar-hamburger__line.navbar-hamburger__line-top {
        left:0
    }
}

.navbar .navbar-flex .navbar-hamburger .navbar-hamburger__icon {
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--navbar-text);
    transform: rotate(43.26deg);
    top: 2px;
    right: 2px;
    transition: .8s var(--ease)
}

@media screen and (orientation: portrait) {
    .navbar .navbar-flex .navbar-hamburger .navbar-hamburger__icon {
        width:8.22px;
        height: 8.22px;
        top: 2px;
        right: 2px
    }
}

.navbar .navbar-flex .navbar-hamburger:hover .navbar-hamburger__line-top {
    transform: translate(10%,600%)
}

.navbar .navbar-flex .navbar-hamburger:hover .navbar-hamburger__line-bottom {
    transform: translate(-32%)
}

.navbar .navbar-flex .navbar-hamburger:hover .navbar-hamburger__icon {
    transform: translateY(12px) rotate(135deg)
}

@media screen and (orientation: portrait) {
    .navbar .navbar-flex .navbar-hamburger:hover .navbar-hamburger__line-top {
        transform:translateY(600%)
    }

    .navbar .navbar-flex .navbar-hamburger:hover .navbar-hamburger__line-bottom {
        transform: translate(0)
    }

    .navbar .navbar-flex .navbar-hamburger:hover .navbar-hamburger__icon {
        transform: translateY(0) rotate(43.26deg)
    }
}

@media screen and (max-width: 1200px) {
    .about.--is-mobile .about-content .about-heading{
        font-size: 3.5rem;
        line-height: 40px;
    }
    .about.--is-mobile .about-content .about-heading span:nth-child(2){
        margin-left: 0px;
    }
    .engineers .engineers__heading{
        font-size: 3.5rem;
        margin-bottom: 25px !important;
    }
    .choice .choice__scroll-wrapper .choice__scroll-background{
        display: none;
    }
}

.infrastructure-section {
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
}

/* Background image + overlay layer */
.infra-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 0 0 / 66%), rgb(0 0 0 / 72%)), url(../images/bg-img.jpg) no-repeat center center / cover;
    z-index: 0;
}


.infrastructure-section .container {
    position: relative;
    z-index: 1;
}

.infra-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #d82128;
    display: block;
    margin: 12px auto 0;
}

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

.infra-box {
    position: relative;
    overflow: hidden;
    padding: 30px 20px;
    text-align: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border: 1px solid rgba(255,255,255,0.2);

    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.infra-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.3),
        transparent
    );

    transform: skewX(-25deg);
    transition: 0.5s;
}


.infra-box .icon {
    margin-bottom: 15px;
}

.infra-box .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: 0.3s;
    filter: brightness(0) invert(1);
}

.infra-box p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .infra-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .infra-grid {
        grid-template-columns: 1fr;
    }

    .infra-title {
        font-size: 24px;
    }

    .infra-box .icon img {
        width: 50px;
        height: 50px;
    }
}

/* SECTION */
.iframe-section {
    background: #171717;
    padding: 80px 0px;
}

/* TITLE */
.iframe-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
}

/* RED UNDERLINE */
.iframe-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #d82128;
    display: block;
    margin: 12px auto 0;
}

/* GRID */
.iframe-grid {
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* BOX */
.iframe-box {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.iframe-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(46, 78, 134, 0.3);
}

/* IFRAME */
.iframe-box iframe {
    width: 100%;
    height: 300px;
    display: block;
    border: none;
}

/* RESPONSIVE */

/* Tablet */
@media (max-width: 992px) {
    .iframe-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .iframe-grid {
        grid-template-columns: 1fr;
    }

    .iframe-title {
        font-size: 24px;
    }

    .iframe-box iframe {
        height: 200px;
    }
}


.slider-section {
    background: #171717;
    padding: 60px 0px;
    overflow: hidden;
}

/* SLIDER WRAPPER */
.logo-slider {
    overflow: hidden;
    position: relative;
}

/* TRACK (MOVING PART) */
.logo-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

/* SLIDE ITEM */
.slide-item {
    width: 220px;
    padding: 15px;
    background-color: #ffffff;
    height: 120px;
    display: inline-block;
    margin: 20px;
    position: relative;
    border-radius: 12px;
}

/* ANIMATION */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* SECTION */
.faq-section {
    background: #171717;
    padding: 80px 0px;
}

/* TITLE */
.faq-title {
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
}

.faq-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #d82128;
    display: block;
    margin: 10px auto 0;
}

/* LAYOUT */
.faq-wrapper {
    display: flex;
    gap: 40px;
    align-items: anchor-center;
}

/* IMAGE */
.faq-image {
    flex: 1;
}

.faq-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

/* FAQ CONTENT */
.faq-content {
    flex: 1;
}

/* FAQ ITEM */
.faq-item {
    background: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 12px;
}

/* QUESTION */
.faq-question {
    width: 100%;
    padding: 18px 20px;
    background: #2e4e86;
    color: #ffffff;
    border: none;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ICON */
.faq-question .icon {
    font-size: 20px;
}

/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    padding: 0 20px;
}

/* ACTIVE */
.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 15px 20px;
}

.faq-item.active .faq-answer p{
    font-size: 16px;
}

.faq-item.active .faq-question {
    background: #d82128;
}


.faqs-details .clients__heading{
    margin-bottom: 10px !important;
}

.faqs-details .clients-left-swiper-slide__heading{
    margin-bottom: 3rem !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .faq-wrapper {
        flex-direction: column;
    }
}


/* SECTION */
.progress-section {
    background: #171717;
    padding: 80px 0px;
}

/* TITLE */
.progress-title {
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
}

.progress-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #d82128;
    display: block;
    margin: 10px auto 0;
}

/* WRAPPER */
.progress-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* LEFT */
.progress-left {
    flex: 1;
}

/* ITEM */
.progress-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px;
    transition: 0.3s;
    border-radius: 12px;
}

/* HOVER */
.progress-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(46, 78, 134, 0.3);
}

/* ICON */
.progress-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* TEXT */
.progress-text h3 {
    color: #2e4e86;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.progress-text p {
    color: #000;
    font-size: 14px;
}

/* RIGHT IMAGE */
.progress-right {
    flex: 1;
}

.progress-right img {
    width: 100%;
    border-radius: 12px;
}


.faqs-details .clients__heading{
    margin-bottom: 25px !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .progress-wrapper {
        flex-direction: column;
    }

    .progress-title {
        font-size: 24px;
    }
}

/* SECTION */
.newsletter-section {
    background: #171717;
    padding: 80px 0px;
    text-align: center;
}

/* TITLE */
.newsletter-title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}

.newsletter-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #d82128;
    display: block;
    margin: 10px auto 0;
}

/* SUBTITLE */
.newsletter-subtitle {
    color: #ccc;
    margin-bottom: 50px;
}

/* GRID */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.news-card {
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.news-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: 0.4s;
    cursor: zoom-in;
    border-radius: 12px !important;
}

.news-overlay h3 {
    font-size: 18px;
}


/* POPUP FORM */
.popup-form {
    padding: 30px;
    max-width: 400px;
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
}

.popup-form h3 {
    margin-bottom: 20px;
    color: #2e4e86;
}

.popup-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.popup-form button {
    width: 100%;
    padding: 12px;
    background: #d82128;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.popup-form button:hover {
    background: #2e4e86;
}


.video__hero__cta{
    text-align: center;
    margin-top: 30px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-title {
        font-size: 24px;
    }
}


/* SECTION */
.news-section {
    background: #171717;
    padding: 80px 0;
}

/* HEADER */
.news-header {
    text-align: center;
    margin-bottom: 50px;
}

.news-header h5 {
    letter-spacing: 3px;
    font-size: 14px;
    color: #777;
}

.news-header h2 {
    font-size: 32px;
    font-weight: 700;
}

/* WRAPPER */
.news-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* CARD */
.home-news .news-card {
    position: relative;
    overflow: visible;
}

.news-wrapper .news-card img {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* OVERLAY BOX */
.news-overlay {
    position: absolute;
    bottom: -30px;
    background: #2e4e86; /* 👉 CHANGE THIS HEX */
    color: #fff;
    padding: 20px;
    max-width: 75%;
    border-radius: 12px;
}

/* LEFT / RIGHT POSITION */
.news-card.left .news-overlay {
    left: 0;
}

.news-card.right .news-overlay {
    right: 0;
}

/* TEXT */
.news-overlay h3 {
    font-size: 18px;
    margin: 0;
}

.news-overlay h3 a {
    color: #fff;
    text-decoration: none;
}

/* BUTTON */
.news-btn {
    text-align: center;
    margin-top: 80px;
}

.news-btn a {
    background: #5b6f2c; /* 👉 SAME HEX */
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.news-home-content{
    text-align: center;
}

.news-home-content .clients-left-swiper-slide__heading{
    margin-bottom: 3rem;
}

.news-home-btn{
    margin-top: 60px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .news-wrapper {
        grid-template-columns: 1fr;
    }
    .news-overlay {
        position: relative;
        bottom: 0;
        max-width: 100%;
    }
    .iframe-section .clients-left-swiper-slide__heading{
        width: 100%;
    }
    .infrastructure-section, .iframe-section, .faq-section, .progress-section, .newsletter-section, .news-section{
        padding: 50px 0px;
    }
}
.project-image img, .project-content{
    border-radius: 12px;
}

.news-logo img{
    border-radius: 12px;
}
.latest-news img, .final-note, .highlight-text{
    border-radius: 5px;
}
.gallery-img img{
    border-radius: 12px;
}
.hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.hero__background {
    width: 100%;
    height: 100%;
    object-fit: cover; /* IMPORTANT */
}
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
/*.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}*/
.common-title{
    text-align: center;
    margin-bottom: 3rem;
}
.common-title span{
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.project-red-title{
    font-size: 31px;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.7rem;
    color: #2e4e86;
}

.thumbnail_container {
    position: relative;
    padding-bottom: 100%;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 0;
    background: 0 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}

.news-card .thumbnail_container{
    padding-bottom: 82%;
}

@media (max-width: 768px) {
    .common-title span{
        font-size: 2.5rem;
    }
}

.home-project-location{
    font-size: 16px !important;
}


.location-card__office-text a {
    font-weight: bold;
    font-size: 2.6rem;
    text-decoration: none;
    animation: blinkColors 1.5s infinite; /* blinking animation */
}

@keyframes blinkColors {
    0%   {
        color: #2e4e86;
    }
    33%  {
        color: #d82128;
    }
    66%  {
        color: #b6924f;
    }
    100% {
        color: #2e4e86;
    }
}

.news-list-image{
    height: 350px;
    overflow: hidden;
}
.news-list-image .thumbnail_container{
    padding-bottom: 71%;
}

/* ───── SECTION ───── */
.virtual-tour-section{
    position: relative;
    width: 100%;
    height: 100vh; /* Full screen height */
    overflow: hidden;
}

/* ───── IFRAME ───── */
.virtual-tour-frame{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.virtual-tour-frame iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

/* ───── TITLE ───── */
.virtual-tour-title{
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}

/* ───── RESPONSIVE ───── */
@media (max-width: 1024px){
    .virtual-tour-title{
        font-size: 36px;
    }
}

@media (max-width: 768px){
    .virtual-tour-section{
        height: 50vh;
    }

    .virtual-tour-title{
        font-size: 28px;
    }
}

@media (max-width: 480px){
    .virtual-tour-title{
        font-size: 22px;
        line-height: 1.4;
    }
}

.about-title{
    margin-bottom: 3.4rem;
    color: #d82128;
    font-size: 2.5rem;
    line-height: 100%;
    text-transform: uppercase;
}
.cta-section {
    width: 100%;
    padding: 60px 0;
    background: #778e51;
    position: relative;
    overflow: hidden;
}

/* subtle overlay effect */
.cta-section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: -80px;
    left: -80px;
}

.cta-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-content {
    color: #ffffff;
    text-align: left;
    max-width: 600px;
    animation: fadeUp 1s ease forwards;
}

.cta-content h2 {
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    text-align: justify;
}

.cta-action {
    animation: fadeUp 1.2s ease forwards;
}

/* Button */
.cta-btn {
    background: #fff;
    color: #2e4e86;
    padding: 14px 30px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
}

.cta-btn:hover {
    background: #2e4e86;
    color: #fff;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-action {
        margin-top: 15px;
    }

    .cta-content h2 {
        font-size: 26px;
    }
}
.image-gallery {
    padding: 80px 0;
    background: #ffffff;
}

/* Container */
.ig-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Heading */
.ig-heading {
    text-align: center;
    margin-bottom: 50px;
}

.ig-title {
    font-size: 34px;
    color: #2e4e86;
    margin-bottom: 10px;
}

.ig-subtitle {
    font-size: 15px;
    color: #666;
}

/* Grid */
.ig-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Image Item */
.ig-item {
    overflow: hidden;
    border-radius: 15px;
}

.ig-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s ease;
}

/* Hover Effect */
.ig-item:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 992px) {
    .ig-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .ig-grid {
        grid-template-columns: 1fr;
    }

    .ig-title {
        font-size: 26px;
    }
}

/* chairman section css start here */

.chairman-section {
    position: relative;
    background: #111111;
    padding: 100px 6%;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* WATERMARK */
.bg-watermark-container {
    position: absolute;
    bottom: 7%;
    left: 31%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
}

@media(max-width:768px){
    .bg-watermark-container {
        position: absolute;
        bottom: 0%;
        left: 48%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        pointer-events: none;
        z-index: 1;
        opacity: 0.9;
    }
}

.bg-text {
    font-size: 6vw;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgb(46, 78, 134);
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1;
}

.bg-sub-text {
    font-size: 22px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(46, 78, 134);
    letter-spacing: 10px;
}

/* MAIN GRID */
.content-wrapper {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    max-width: 1300px;
    margin: auto;
    align-items: center;
}

/* IMAGE */
.image-container {
    position: relative;
    z-index: 2;
}

.image-container::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    border-top: 2px solid #d82128;
    border-left: 2px solid #d82128;
}

.image-wrapper-stack {
    position: relative;
    max-width: 380px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.red-triangle-bg {
    position: absolute;
    width: 100%;
    height: 75%;
    background-color: #d82128;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: 0;
    z-index: 1;
}

.chairman-img {
    position: relative;
    width: 100%;
    max-width: 320px;
    z-index: 2;
    display: block;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
}

/* MESSAGE CARD */
.message-card {
    background: rgba(15, 15, 15, 0.55);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    border-left: 4px solid #d82128;
    box-shadow: -20px 20px 50px rgba(0,0,0,0.4);
    padding: 60px 50px;
    position: relative;
}

.quote-icon {
    font-size: 120px;
    color: #d82128;
    position: absolute;
    top: 40px;
    right: 30px;
    opacity: 0.08;
}

.label {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #d82128;
    font-size: 11px;
    margin-bottom: 20px;
    display: block;
}

.message-card h2 {
    font-size: 3rem;
    margin-bottom: 25px;
    line-height: 1.1;
}

.message-card p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

/* SIGNATURE */
.signature-area {
    margin-top: 40px;
}

.name {
    font-size: 22px;
    font-weight: bold;
}

.title {
    color: #d82128;
    font-size: 11px;
    letter-spacing: 2px;
}

.glow-line {
    width: 100px;
    height: 1px;
    background: rgba(216, 33, 40, 0.2);
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.glow-line::after {
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    animation: sweep 4s infinite;
}

@keyframes sweep {
    100% { left: 100%; }
}

/* ========================= */
/* ✅ TABLET RESPONSIVE */
/* ========================= */
@media (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .image-wrapper-stack {
        max-width: 300px;
    }

    .message-card {
        padding: 40px;
    }

    .message-card h2 {
        font-size: 2.2rem;
    }

    .quote-icon {
        display: none;
    }
}

/* ========================= */
/* ✅ MOBILE RESPONSIVE */
/* ========================= */
@media (max-width: 768px) {

    .chairman-section {
        padding: 60px 20px;
    }

    .bg-text {
        font-size: 12vw;
        letter-spacing: 6px;
    }

    .bg-sub-text {
        font-size: 12px;
        letter-spacing: 6px;
    }

    .content-wrapper {
        gap: 40px;
    }

    .message-card {
        padding: 25px;
    }

    .message-card h2 {
        font-size: 1.8rem;
    }

    .message-card p {
        font-size: 14px;
    }

    .name {
        font-size: 18px;
    }

    .image-wrapper-stack {
        max-width: 260px;
    }
}

/* chairman section css end here */


.news-excerpt{
    text-align: justify;
}