/* Smooth, slightly faster scroll for case study page */
html {
    scroll-behavior: smooth;
}

.metabgvideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    padding: 6px;
    border-radius: 12px;
}
.overlayMetaverse{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000000 7.46%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.label-up {
    display: flex;
   margin: 0px 16px;
   height: 100%;
   justify-content: center;
   position: relative;
   top: 0%;
   transition: 0.3s;
   align-items: center;
   gap: 8px;
   color: var(--pure-white) !important;
}

.button:hover .label-up {
 top:-100%;
}
.button {
 display:inline-block;
 height: 56px;
 line-height:56px;
 overflow:hidden;
 text-align:center;
 padding: 0;
}
.w-fit{
   width: fit-content;
}
.bg-primary{
   background-color: var(--blue) !important;
}
.buttonContent{
   padding: 1px;
   background: linear-gradient(180deg, rgba(34, 61, 255, 0.3) 0%, rgba(34, 61, 255, 0.3) 100%),radial-gradient(63.87% 50% at 52.08% 100%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
   height: 58px;
   width: fit-content;
}
.button:hover{
   box-shadow: 0px 10.27px 13.4px 0px #223DFF38, 0px 24.72px 32.26px 0px #223DFF30, 0px 42px 107px 0px #223DFF57, 0px 1px 4px 2px #223DFF inset, 0px 1px 18px 2px #F9F9FA inset;
}
.z-3{
    z-index: 3;
}
.imgabsolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0.4;
}
.mx-796{
    max-width: 1292px;
    margin-left: 16px;
    margin-right: 16px;
}
.mx-796 .fs-18{
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
}
.banner_bg {
    height: calc(100dvh - 132px - 85px);
    min-height: 550px;
}
.px80{
    padding-left: 80px;
    padding-right: 80px;
}
.gap1{
    gap: 1px;
}
.img40{
    width: 40px;
    height: 40px;
}
.img54{
    min-width: 54px;
    min-height: 54px;
}
.border-white20{
    border: 1px solid #FFFFFF33;
}
.h-132{
    height: 132px;
}
.px24{
    padding: 0 24px;
}
.stickytab{
    position: sticky;
    top: 0;
    z-index: 4;
    padding-top: 85px;
}
.h-fit{
    height: fit-content;
}
/* Sticky case study tabs */
.case-study-tabs {
    display: flex;
    align-items: center;
    padding: 0 108px;
    margin: 0;
    list-style: none;
    border: none;
}
.case-study-tab-content{
    z-index: 2;
    position: relative;
}
.stickytab{
    overflow-y: auto;
    white-space: nowrap;
}
.case-study-tab {
    position: relative;
    padding: 24px 0;
    color: var(--slate-grey);
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
    width: 192px;
}
.case-study-tab:hover,.case-study-tab.active {
    color: var(--pure-white);
}
.case-study-tab.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 8px;
    background: var(--blue);
    border-radius: 2px;
}
.case-study-tab-content {
    background: var(--pure-white);
}
.case-study-panel {
    min-height: 120px;
}
.sticky-top{
    top: 170px;
}
.paddingScroll{
    padding: 40px;
}
.paddingScroll:first-child{
    padding-top: 0 !important;
}
.gap-54{
    gap: 54px;
}
.tabTitle{
    text-transform: uppercase;
    letter-spacing: 30%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}

/* Objectives sticky checklist */
.objectives-sticky-row {
    position: sticky;
    top: 160px;
    z-index: 2;
    padding-bottom: 24px;
}
.objectives-checklist {
    padding-left: 0;
}
.objectives-list {
    display: flex;
    flex-direction: column;
}
.objectives-list-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 32px 40px;
    border-bottom: 1px solid var(--ink-black);
    color: var(--slate-grey);
    font-size: 18px;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.objectives-list-item-last {
    border-bottom: none;
}
.objectives-list-item.active {
    color: var(--pure-white);
}
.objectives-check {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color:var(--slate-grey);
    transition: color 0.3s ease;
}
.objectives-list-item.active .objectives-check {
    color: var(--pure-white);
}
.objective-triggers {
    position: relative;
}
.objective-trigger {
    min-height: 30vh;
    pointer-events: none;
}

/* Our Role: services list */
/* .role-services-list-wrap {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.role-services-list-wrap::-webkit-scrollbar {
    display: none;
} */
.role-services-list {
    display: flex;
    flex-direction: column;
}
.role-services-item {
    padding: 40px 0;
    border-bottom: 1px solid var(--ink-black);
    color: var(--slate-grey);
    transition: color 0.3s ease;
}
.role-services-item-last {
    border-bottom: none;
}
.role-services-item.active {
    color: var(--pure-white);
}
.role-triggers {
    position: relative;
}
.role-trigger {
    min-height: 30vh;
    pointer-events: none;
}
.bg-white-5{
    background: rgba(255, 255, 255, 0.05);
}
.gap-24{
    gap: 24px;
}
.text-white-20{
    color: rgba(255, 255, 255, 0.2);
}
.mx-742{
    max-width: 742px;
}
.py152{
    padding-top: 152px;
    padding-bottom: 152px;
}
.mx-719{
    max-width: 719px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
}
/* Our Approach: Strategy-Led Digital Transformation (sticky + slabs on scroll) */
.approach-section {
    min-height: 100vh;
}
.approach-sticky-wrap {
    position: sticky;
    top: 180px;
    z-index: 2;
    /* padding-bottom: 24px; */
}
.mx-870{
    max-width: 870px;
}
.approach-slabs-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.approach-slab {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: relative;
}
.approach-slab:not(:first-child) {
    margin-top: -70px;
}
.approach-slab.visible {
    opacity: 1;
    transform: translateY(0);
}
.approach-content-col {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.approach-block {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.approach-block.visible {
    opacity: 1;
    transform: translateY(0);
}
.approach-block-title {
    margin-bottom: 8px;
}
.approach-block-desc {
    line-height: 1.5;
}
.approach-triggers {
    position: relative;
}
.approach-trigger {
    min-height: 30vh;
    pointer-events: none;
}
.gap-100{
    gap: 100px;
}
.bg-left-bottom-gradiant{
    background: radial-gradient(217.89% 460.45% at -8.83% 213.49%, #E8EBFF 0%, #223DFF 31.25%, rgba(0, 0, 0, 0) 53.64%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}


/* Scope of Work: mobile app slider + progress bar */
.scope-progress-wrap {
    padding: 0;
}
.scope-progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.scope-progress-fill {
    height: 100%;
    background: var(--blue);
    border-radius: 3px;
    width: 0%;
    transition: width 0.25s ease;
}
.scope-slide{
    padding-right: 24px;
}
.scope-mobile-slider .slick-list{
    overflow: visible !important;
}
.p2448{
    padding: 24px 48px;
}
.p1{
    padding: 1px;
}
.techBox{
    width: 190px;
    border: 1px solid var(--ink-black);
    padding: 12px;
}
.bg-gradient-section{
    background: radial-gradient(275.93% 65.61% at 52.69% 100%, #223DFF 0%, #0F0F0F 100%);
}
.mx-398{
    max-width: 398px;
}
.mx-554{
    max-width: 554px;
}
.mx-530{
    max-width: 530px;
}
.mobileshow{
    display: none;
}
.mb-12{
    margin-bottom: 12px;
}
@media (max-width: 1700px) {
    .mb-12{
        margin-bottom: 8px;
    }
    .img54{
        min-width: 48px;
        min-height: 48px;
    }
    .img40{
        width: 32px;
        height: 32px;
    }
    .buttonContent{
        height: 48px;
    }
    .button{
        height: 46px;
    }
    .label-up{
        margin: 0 12px;
        gap: 6px;
    }
    .px80 {
        padding-left: 65px;
        padding-right: 65px;
    }
    .gap-24 {
        gap: 18px;
    }
    .px24 {
        padding: 0 16px;
    }
    .h-132 {
        height: 100px;
    }
    .banner_bg {
        height: calc(100dvh - 100px - 70px);
        min-height: 550px;
    }
    .case-study-tab{
        min-width: 150px;
        max-width: 150px;
        padding: 16px 0;
    }
    .case-study-tab.active::after{
        height: 6px;
    }
    .p2448 {
        padding: 16px 32px;
    }
    .stickytab{
        padding-top: 70px;
    }
    .pt100 {
        padding-top: 70px;
    }
    .paddingScroll {
        padding: 25px;
    }
    .objectives-sticky-row{
        top: 124px;
    }
    .objectives-list-item{
        padding: 22px 25px;
        gap: 12px;
    }
    .gap-54 {
        gap: 30px;
    }
    .mx-870 {
        max-width: 700px;
        width: 100%;
    }
    .scope-slide {
        padding-right: 16px;
    }
    .techBox{
        width: 150px;
        padding: 8px;
    }
    .mx-398 {
        max-width: 300px;
    }
    .mx-530 {
        max-width: 400px;
    }
    .role-services-item{
        padding: 25px 0;
    }  
    .py152 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .mx-742 {
        max-width: 550px;
    }
    .case-study-tabs{
        padding: 0 65px;
    }
    .sticky-top {
        top: 130px;
    }
    .approach-slab:not(:first-child) {
        margin-top: -40px;
    }
    .img96 {
        width: 70px;
        height: 70px;
    }
    .techBox {
        width: 121px;
    }
    .gap-100 {
        gap: 60px;
    }
}
@media (max-width: 1299.98px) {
    .h-132{
        height: unset;
    }
    .px24 {
        padding: 16px;
    }
    .px80 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1024px) {
    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .fs-64 {
        font-size: 40px;
        line-height: 48px;
    }
    .sticky-top{
        position: static !important;
    }  
    .flexwraplg .w-50 {
        max-width: 100%;
        width: 100% !important;
    }
    .case-study-tabs{
        padding: 0 16px;
    }
    .mx-398,.mx-554,.mx-530{
        max-width: 100%;
    }
    /* .role-services-list-wrap{
        max-height: unset;
    } */
    .role-services-item,.objectives-list-item,.objectives-check{
        color: var(--pure-white);
    }
    .objective-triggers,.role-triggers,.approach-triggers{
        display: none;
    }
    .mobileshow{
        display: block;
        margin-bottom: 24px;
    }
    .w-40,.w-60 {
        width: 100%;
    }
    .mx-870{
        display: none;
    }
    .approach-slab:not(:first-child){
        margin-top: 0;
    }
    .w-40:not(.approach-slab .w-40){
        text-align: center;
    }
    .objectives-sticky-row {
        top: 135px;
    }
    .mx-554{
        order: 3;
    }
    .mx-530{
        order: 2;
    }
    .gap-54 {
        gap: 20px;
    }
    .gap-100 {
        gap: 40px;
    }
    .img96 {
        width: 50px;
        height: 50px;
    }
    .techBox {
        width: 100px;
    }
    .fs-48 {
        font-size: 30px;
        line-height: 36px;
    }
    .positionImage{
        min-height: 400px;
    }
}
@media (max-width: 767.98px) {
    .grid-2,.grid-4{
        grid-template-columns: repeat(1,1fr);
    }
}
@media (max-width: 575.98px) {
    .fs-64 {
        font-size: 32px;
        line-height: 38px;
    }
    .paddingScroll{
        padding: 20px 0;
    }
    .objectives-list-item, .p2448{
        padding: 16px;
    }
    .pt100{
        padding-top: 32px;
    }
    .py152 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}