@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
:root {
  --pure-white: #ffffff;
  --soft-white: #f9f9fa;
  --cool-gray: #f2f2f3;
  --light-gray: #dbdbdb;
  --medium-gray: #dbdbdb;
  --slate-grey: #616161;
  --charcoal-gray: #333333;
  --ink-black: #232325;
  --jet-black: #0f0f0f;
  --pure-black: #000000;
  --blue: #223dff;
  --blue-hover: #001DF0;
}
.italic{
    font-family: "Instrument Serif", serif;
    font-style: italic;
}
.orbimg{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    z-index: 0;
}
.mx-690{
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}
.fs-89{
    font-size: 89px;
    line-height: 1.1;
}
.mb-12{
    margin-bottom: 12px !important;
}
.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;
}
.aspect1{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.imgabsolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0.4;
}
.allwhite img{
    filter: brightness(0) invert(1) ;
}
.bg-bottom-gradient{
    background: linear-gradient(195.06deg, #0F0F0F 45.57%, #223DFF 101.01%);
}
.bg-bottom-gradient2{
    background: linear-gradient(195.06deg, #000000 45.57%, #223DFF 101.01%);
}
.ulmb-16 li{
    margin-bottom: 16px;
}
.ulmb-16 li:last-child{
    margin-bottom: 0;
}
.aiIndustrySlider .industry_card{
    border: 1px solid var(--charcoal-gray);
}
.ai_slider_button.slider_button .slick-arrow{
    border-radius: 0;
    border: 1px solid var(--slate-grey);
    background: var(--charcoal-gray);
}
.ai_slider_button.slider_button_white .slick-next{
    left: 60px;
}
.p-16{
    padding-top: 16px;
    padding-bottom: 16px;
}
.halfline{
    background-color: var(--charcoal-gray) ;
    height: 1px;
    width: 100%;
}
.word-nowrap{
    white-space: nowrap;
}
.bg-gradiant-blue{
    background: linear-gradient(173.53deg, #000000 10.58%, #111F80 29.56%, #223DFF 48.53%, #000000 86.47%);

}
.mx700{
    max-width: 700px;
}
.mb-80{
    margin-bottom: 80px;
}
.aisevicecard{
    border: none !important;
    backdrop-filter: blur(100px);
    background: #FFFFFF12 !important;
    padding: 40px;
}
.button_outline{
    border: 1px solid var(--soft-white);
    background: transparent ;
}
.button_outline .imgabsolute{
    opacity: 0;
}
.button_outline:hover .imgabsolute{
    opacity: 0.4;
}
.aidevelopment:last-child{
    grid-column: span 2;
    position: relative;
}
.aidevelopment:last-child .aisevicecard{
    flex-direction: row !important; 
    align-items: end !important;
    background: none !important;
    backdrop-filter:blur(0px) !important;
}
.aidevelopment:last-child .aisevicecard .button_outline {
    max-width: 394px !important;
}
.aidevelopment:last-child img.w-100 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.aiCounterBox .counterBox {
    background: var(--ink-black);
    border: 1px solid var(--ink-black);
}
.aiCounterBox .counterBox .counter ,.aiCounterBox .counterBox .absoluteNumber{
    font-family: "Instrument Serif", serif;
}
.aiCounterBox .counterBox{
    position: relative;
}
.aiCounterBox .counterBox .absoluteNumber{
    color: var(--pure-white) !important;
    -webkit-text-stroke: 2px #232325;
    font-size: 212px;
    line-height: 254.56px;
    left: unset;
    right: -24px;
}
.aiCounterBox .counterBox:hover {
    background: var(--jet-black);
}
.aiCounterBox .numberbox:hover .absoluteNumber {
    top: 30px;
}
.drivingAI{
    position: absolute;
    bottom: 40px;
    left: 60px;
}

/* Experience Section Scroll Animation */
.experience-section-wrapper {
    position: relative;
}

.experience-spacer {
    display: none;
    height: 100vh;
}

.experience-spacer.active {
    display: block;
}

.experience-reveal-section {
    position: relative;
    transition: all 0.3s ease;
}

.experience-reveal-section.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}

/* Mobile: never use fixed/sticky so touch scrolling works (no wheel = scroll lock would trap user) */
@media (max-width: 991px) {
    .experience-reveal-section.experience-mobile-no-sticky,
    .experience-reveal-section.is-sticky.experience-mobile-no-sticky {
        position: relative !important;
        height: auto;
        min-height: 100vh;
    }
}
.letter {
    font-family: "Instrument Serif", serif;
}
.experience-text-wrapper {
    position: relative;
}

.experience-text {
    display: inline-block;
}

.experience-text-wrapper .letter {
    display: inline-block;
    color: #000000;
    transition: color 0.4s ease;
}

.experience-text-wrapper .letter.revealed {
    color: #ffffff;
}

.experience-reveal-section.animation-complete {
    position: relative;
}
.flex1box{
    flex: 1;
    padding: 12px;
    border-top: 1px solid var(--ink-black);
    border-bottom: 1px solid var(--ink-black);
    border-right: 1px solid var(--ink-black);
}
.flex1box:last-child{
    border-right: none;
}


.px-64{
    padding-left: 164px;
    padding-right: 64px;
}
.mx-554{
    max-width: 554px;
}
.testimonialCard{
    padding: 20px 40px;
    background: #23232599;
    backdrop-filter: blur(100px)

}
.testimonials-container {
    display: flex;
    gap: 24px;
    max-width: 996px;
    height: 100vh;
    min-height: 600px;
    width: 100%;
  }
  
  .column {
    height: 100%;
    overflow: hidden;
  }
  
  .testimonials {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  .column:hover .testimonials {
    animation-play-state: paused;
  }
  
 
  
  .column:nth-child(1) .testimonials {
    animation-name: scrollUp;
    animation-duration: 23s;
  }
  
  .column:nth-child(2) .testimonials {
    animation-name: scrollDown;
    animation-duration: 50s;
  }
  
  .column:nth-child(3) .testimonials {
    animation-name: scrollUp;
    animation-duration: 30s;
  }
  
  @keyframes scrollUp {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-50%);
    }
  }
  
  @keyframes scrollDown {
    from {
      transform: translateY(-50%);
    }
    to {
      transform: translateY(0);
    }
  }
  .h-25{
    height: 25px;
  }
  .bgblur{
    background: #0000000F;
    border: 1px solid #FFFFFF05;
    backdrop-filter: blur(100px);
    padding: 48px 12px;
    position: relative;
  }
.hoverbg{
    position: absolute;
    height: 900px;
    left: 50%;
    top: 50%;
    transform: translateY(calc(-50% - 73px)) translateX(-50%);
    transition: all 0.3s ease;
    opacity: 0;
    z-index: -1;
}
.hoverbgo{
    /* z-index: 1; */
}
.hoverbg:hover{
    opacity: 0 !important;
}
.hoverbgo:hover .hoverbg{
    opacity: 1;
}
.flowerimg{
    margin-top: -24px;
    height: 360px;
}
.development_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.colorblack .accordion-item{
    border-color: var(--slate-grey);
}
.colorblack .accordion-button::after{
    filter: brightness(0) invert(1);
}
.button_separate{
    padding: 0;
    border: none;
    background: white !important;
    color: black;
    display: flex;
    align-items: center;
}
.button_separate div{
    padding: 15px 16px;
    border:1px solid var(--medium-gray);
    height: 100%;
    line-height: 24px;
    height: 58px;
}
.button_separate div:first-child{
    border-right: none; 
}
.mxmode{
    mix-blend-mode: luminosity;
}
.buttonContent_outline{
    background: transparent !important;
}

@media (max-width: 1700px) {
   .fs-89{
    font-size: 64px;
   }
   .buttonContent{
    height: 48px;
   }
   .button{
    height: 46px;
   }
   .label-up{
    margin: 0 12px;
    gap: 6px;
   }
   .p-16{
    padding-top: 12px;
    padding-bottom: 12px;
    }
    .mb-80{
        margin-bottom: 60px;
    }
    .aisevicecard{
        padding: 28px;
    }
    .gap-12 {
        gap: 8px;
    }
    .drivingAI{
        height: 500px;
    }
    .aiCounterBox .counterBox .absoluteNumber {
        color: var(--pure-white) !important;
        -webkit-text-stroke: 2px #232325;
        font-size: 180px;
        line-height: 190px;
        left: unset;
        right: -24px;
    }
    .topright,.bottomleft  {
        width: 30%;
    }
    .hscreen{
        min-height: 500px;
    }
    .flex1box{
        padding: 8px;
    }
    .img96 {
        width: 75px;
        height: 75px;
    }
    .px-64 {
        padding-left: 124px;
        padding-right: 64px;
    }
    .testimonialCard{
        padding: 16px 32px;
    }
    .py200 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .hoverbg{
        height: 700px;
    }
    .bgblur{
        padding: 32px 8px;
    }
    
    .flowerimg{
        height: 300px;
    }
    .button_separate div{
        padding: 11px 12px;
        height: 48px;
    }
    .button_separate img,.custom-list img{
        width: 20px;
        height: 20px;
    }
    .custom-list li{
        gap: 12px;
    }
    .py-20 {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
  @media (max-width: 1023.98px) {
    .developmentSliderMobile {
        display: block !important;
    }
    .aidevelopment:last-child .aisevicecard{
        flex-direction: column !important;
        align-items: start !important;
        height: 100%;
    }
    .ai_slider_button.slider_button_white .slick-next{
        left: calc(50% + 30px);
    }
    .aidevelopment {
        margin: 0 5px;
        width: calc(100% - 10px) !important;
    }
  }
  @media (max-width: 991.98px) {
    
    .aidevelopment:last-child{
        grid-column: span 1;
    }
    .aiCounterBox .counterBox > * {
        text-align: start;
    }
    .drivingAI{
        height: unset;
        width: 100%;
        left: 0;
    }
    .mdgrid1{
        grid-template-columns: repeat(1,1fr);
    }
   
    .letter  {
        font-size: 40px;
        line-height: 42px;
    }
    .img96 {
        width: 60px;
        height: 60px;
    }
    .py100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .px-64 {
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 0;
    }
    .px-64 .mx-554{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .testimonials-container{
        padding: 0;
    }
    .py200 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .hoverbgo{
        background: #252c5f;
    }
    .hoverbg{
        display: none;
    }
    .hoverbgo > div{
        height: 100%;
    }
    .bgblur {
        padding: 24px 16px;
    }
    .hscreen{
        min-height: 650px;
    }
    .ai_slider_button.slider_button_white .slick-next {
        left: calc(50% + 20px);
    }
    .aidevelopment:last-child .aisevicecard .button_outline{
        max-width: 100% !important;
    }
  }
  @media (max-width: 768px) {
    .column:nth-child(3) {
      display: none;
    }
  
    .column:hover .testimonials {
      animation-play-state: running;
    }
  }
  
  @media (max-width: 575.98px) {
    .column {
      display: none;
    }
  
    .column:first-child {
      display: block;
    }
    
    .grid-7.allwhite .imgy50{
        border-bottom: 1px solid var(--slate-grey);
    }
  }