/* Add Your Custom Style Here  */

/* Comman ratio css */

.card-content {

    margin-left: auto;
}

.project-banner::before {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}
.project-card-title h2{
    height: 100%;
    min-height: 60px;
    overflow: hidden;
}
.reveal-inner { 
    will-change: transform; 
    margin-bottom: 12px;
}
.capabilities__card-content { overflow: hidden; } 
.tl-squre-image,.trust-voice{
     aspect-ratio: 1/1;
}
.squre-image img{
     aspect-ratio: 1/1;
     object-fit: cover;
}
.ract-img img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.trust-voice-horizontal .trust-voice-top-left, .trust-voice-horizontal .trust-voice-top-mid {
    aspect-ratio: unset !important;
}
.trust-voice-horizontal .trust-voice{
    height: 90px;
}
.tl-ract-image img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
}
.tl-squre-image img {
    transition: all .8s !important;
}
.single-project .elementor-widget-theme-post-content .elementor-widget-image img{
     aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.project-banner{
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.project-card-title h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* Button Css Start */
.button .elementor-button-text,
#form_btn .elementor-button-text {
    border-radius: 50px;
    border: 1px solid #000000;
    padding: 7.5px 16px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button .elementor-button-icon,
#form_btn .elementor-button-icon {
    border-radius: 40px;
    border: 1px solid #000;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s ease-in-out;
}

.button .elementor-button-icon:before,
#form_btn .elementor-button-icon:before {
    content: "";
    transition: all .3s ease-in-out;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    background: transparent;
    transform: translate(-50%, -50%);
}

.button .elementor-button-icon svg,
#form_btn .elementor-button-icon svg {
    width: 9.296px;
    height: 9.296px;
    position: relative;
    z-index: 1;
}

.button:hover .elementor-button-text,
#form_btn:hover .elementor-button-text {
    border-color: #27272A;
    transition: all .3s ease-in-out;
}

.button:hover .elementor-button-icon:before,
#form_btn:hover .elementor-button-icon:before {
    background: #27272A;
    width: 32px;
    height: 32px;
}

.button:hover .elementor-button-icon svg,
#form_btn:hover .elementor-button-icon svg {
    filter: invert(1);
}

.button.drive-us:hover .elementor-button-icon svg{
    filter: brightness(0) !important;
}

.drive-us .elementor-button-text,
.drive-us:hover .elementor-button-text {
    border-radius: 50px;
    border: 1px solid #ffffff;
    padding: 7.5px 16px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drive-us .elementor-button-icon {
    border-radius: 40px;
    border: 1px solid #ffffff;
    display: flex;
    width: 32px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s ease-in-out;
}

.drive-us:hover .elementor-button-icon {
    border-color: #ffffff;
}

.drive-us:hover .elementor-button-icon:before {
    background-color: #ffffff !important;
}
.scrolling-up .drive-us:hover .elementor-button-icon::before{
background-color:black !important;
}
.scrolling-up .drive-us:hover .elementor-button-icon svg {
    filter: brightness(1) !important;
}
.menu--open .main-header.scrolling-down{
    transform: translate3d(0, 0, 0);
}
.megamenu-section ul li a.active span {
    color: #000 !important;
}

/* Button Css End */

/* Header CSS Start */

.main-logo {
    opacity: 1;
}

.yellow-logo {
    opacity: 0;
}

.scrolling-up .yellow-logo {
    opacity: 1;
}

.scrolling-up .main-logo {
    opacity: 0;
}

.white-logo {
    opacity: 1;
}

.black-logo {
    opacity: 0;
}

.scrolling-up .black-logo {
    opacity: 1;
}

.scrolling-up .white-logo {
    opacity: 0;
}

header {
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-transparent {
    display: none;
}

.transparent .header-transparent,
.scrolling-up .header-transparent {
    display: block;
    width: 100%;
    height: 94px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    z-index: -1;
}

.e-n-menu-content .e-active {
    top: 27px !important;
}

.main-header {
    z-index: 99999;
    position: relative;
    -webkit-transition: transform 0.4s ease, top 0.4s ease;
    -moz-transition: transform 0.4s ease, top 0.4s ease;
    -ms-transition: transform 0.4s ease, top 0.4s ease;
    -o-transition: transform 0.4s ease, top 0.4s ease;
    transition: transform 0.4s ease, top 0.4s ease;
    will-change: transform;
}

.main-header.scrolling-down {
    transform: translate3d(0, -153px, 0);
    position: fixed;
    top: 0;
}

.main-header.scrolling-up {
    position: fixed;
    top: 0;
    transform: translate3d(0, 0, 0);
}

.megamenu-tab button.e-n-tab-title[aria-selected=true] {
    background: #FFFFFF33 !important;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.megamenu-tab button.e-n-tab-title[aria-selected=false]:hover {
    background: #FFFFFF33 !important;
    display: flex;
    justify-content: space-between !important;
}

.megamenu-tab button.e-n-tab-title[aria-selected=false] {
    display: flex;
    justify-content: space-between !important;
}

.megamenu-tab span.e-n-tab-title-text {
    width: 307px;
}

.mobile-menu .elementor-menu-toggle {
    display: flex;
    justify-content: end;
}

.mobile-menu a.has-submenu {
    display: flex;
    justify-content: space-between;
}

.mobile-menu .elementor-nav-menu {
    margin-left: 16px !important;
}

.mobile-menu ul.sub-menu {
    padding-left: 18px;
    margin-top: 16px;
}

.mobile-menu .sub-arrow svg {
    fill: #000000;
}

.black .mobile-menu .sub-arrow svg{
    fill: #000;
}

.counter-number {
    height: 100%;
}

body.elementor-menu-open #content-wrapper {
    filter: blur(20px);
    opacity: 0.8;
    transform: translateZ(0);
}

.megamenu-section {
    position: fixed;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    }
button#other-infra, button#digital-tech,
li.digital-tech.menu-item, li.other-infra.menu-item {
    display: none;
}

/* Header CSS End */

/* Footer CSS Start */
.main-footer-container .e-con-inner {
    height: 100% !important;
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 48px 0px 120px 0px;
}
.footer .elementor-button:hover .elementor-button-icon:before {
    background: white;
}

.footer .elementor-button:hover .elementor-button-icon svg path {
    fill: black;
}
.button.footer span.elementor-button-text {
    border: 1px solid #fff;
}

.button.footer span.elementor-button-icon {
    border: 1px solid #FFF;
}

.button.footer:hover span.elementor-button-text {
    border: 1px solid #fff;
}

.button.footer:hover span.elementor-button-icon {
    border: 1px solid #fff;
}

.button.footer:hover .elementor-button-icon svg {
    filter: brightness(1);
}

.footer-menu a.elementor-item.elementor-item-anchor {
    line-height: normal;
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  background: #F4F4F5;
  display: flex;
  align-items: center;
  padding: 12px 0px;
}

.marquee-content {
  display: flex;
  animation: marquee 25s linear infinite;
 justify-content: center;
 align-items: center;
 gap: 160px;
}

.marquee-content span {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #71717A;
}
.marquee-button{
    padding: 4px 16px;
    border-radius: 88px;
    border: 1px solid #71717A;
    font-size: 14px !important ;
    font-weight: 400;
    line-height: normal;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
/* Footer CSS End */

/* Home Hero Banner CSS Start */
.hero-banner svg{
    position: absolute;
    inset:0;
    width: 100%;
    fill: transparent;
    margin-top: -150px;
}
.hero-banner .elementor-widget-html{
      width: 100%;
}
.hero-banner {
    justify-content: center;
}
.hero-title h1 {
    font-family: "Creato Display", Sans-serif;
    font-size: 72px;
    font-weight: 300;
    color: #000000;
}
.hero-title h1 span{
    font-weight:400;
}
.hero-title {
    width: 100%;
    max-width: 980px !important;
}
.black-banner-section{
    height: 100vh;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}
.black-banner-section .e-flex.e-con-boxed.e-con.e-child{
    height: 100%;
}
.black-banner-section .e-con-inner{
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 140px 0px 48px 0px;
}


/* Home Hero Banner CSS End*/

/* capabilities Section Css Start */
.capabilities {
    width: 100%;
    height: 100vh !important;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.capabilities__header {
    position: absolute;
    top: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    z-index: 10;
    box-sizing: border-box;
}

.capabilities__header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 70px;
}

.capabilities__header h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin: 0px;
}

.capabilities__header .capabilities__description {
    max-width: 612px;
}

.capabilities__description-text {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
}

.capabilities__description p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #000;
}

.capabilities__scroll-wrapper {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding-top: 34vh;
    box-sizing: border-box;
}

.capabilities__slider {
    display: flex;
    width: fit-content;
    height: 70vh;
    width: 100%;
    flex-wrap: nowrap;
}

.capabilities__card {
    /* min-width: 100vw; */
    height: 100%;
    background-color: #fff;
    padding: 0 10rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 171px; */
}

.capabilities__progress {
    width: 100%;
    max-width: none;
    height: 2px;
    background-color: #E4E4E7;
    position: relative;
}

.capabilities__progress-line {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #71717A;
    width: 1%;
    transform-origin: 323px;
}

.capabilities__card-content {
    /* max-width: 723px; */
    max-width: 50%;
    width: 100%;
}

.capabilities__card-content h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 0px;
    line-height: normal;
    padding-left: 30px;
}

.capabilities__card-content .capabilities__tabs {
    display: flex;
    margin-bottom: 23px;
    border-top: 1px solid #E4E4E7;
    border-bottom: 1px solid #E4E4E7;
    padding: 8px 0px 8px 30px;
    font-size: 0.9rem;
    align-items: center;
}

.capabilities__card-content .capabilities__tabs .capabilities__tab-link {
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    word-break: break-word;
    max-width: 250px;
}

.capabilities__card-content .capabilities__tabs .capabilities__tab-link:nth-child(1) {
    padding-right: 32px;
    border-right: 1px solid #E4E4E7;
}

.capabilities__card-content .capabilities__tabs .capabilities__tab-link:nth-child(2) {
    padding-right: 32px;
    padding-left: 32px;
    border-right: 1px solid #E4E4E7;
}

.capabilities__card-content .capabilities__tabs .capabilities__tab-link:nth-child(3) {
    padding-left: 32px;
}

.capabilities__card-content p {
    font-size: 16px;
    line-height: normal;
    color: #3F3F46;
    max-width: 583px;
    padding-left: 30px !important;
    font-weight: 400;
}

.capabilities__card:nth-child(2) .capabilities__card-content .capabilities__tabs .capabilities__tab-link:nth-child(3) {
    padding-right: 32px;
    border-right: 1px solid #E4E4E7;
}

.capabilities__card:nth-child(2) .capabilities__card-content .capabilities__tabs .capabilities__tab-link:nth-child(4) {
    padding-left: 32px;
}
.capabilities__tabs-gif{
    max-width: 50%;
}
.capabilities__tabs-gif img {
    width: 350px;
    height: 350px;
}

.capabilities__visual {
    position: absolute;
    right: 0;
    top: 30vh;
    width: 40%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.2;
}

.capabilities__visual-placeholder {
    width: 300px;
    height: 300px;
    background: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 50L250 100V200L150 250L50 200V100L150 50Z' stroke='%234B5563' stroke-opacity='0.5' stroke-width='1.5'/%3E%3Cpath d='M150 50L150 250' stroke='%234B5563' stroke-opacity='0.5' stroke-width='1.5'/%3E%3Cpath d='M150 150L250 100' stroke='%234B5563' stroke-opacity='0.5' stroke-width='1.5'/%3E%3Cpath d='M150 150L50 100' stroke='%234B5563' stroke-opacity='0.5' stroke-width='1.5'/%3E%3Cpath d='M150 150L250 200' stroke='%234B5563' stroke-opacity='0.5' stroke-width='1.5'/%3E%3Cpath d='M150 150L50 200' stroke='%234B5563' stroke-opacity='0.5' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
}

/* capabilities Section Css End */


/*  Stacking Cards CSS */
.stack_card:has(+ .active-2) {
    background: #FACC15;
}

.stack_card:has(+ .active-3) {
    background: #FACC15 !important;
}

/* .stack_card.is-6.active-4 {
    background: #FEC200 !important;
} */
.stack_component:has(.active-3) .active-1{
    background: #FDE047;
}
.stck-header h2.elementor-heading-title {
    line-height: normal;
}

.stack-section {
    position: relative;
    overflow: initial;
}

.stck-header.stack_card {
    padding: 0px;
}

.way_title{
    position: sticky;
    top: -4rem;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 42rem;
}
.stack_card {
    justify-content: flex-start;
    align-items: center;
    /* margin-bottom: 181px; */
    padding: 32px;
    display: flex;
    position: sticky;
    /* top: 18rem; */
    margin-bottom: 12rem;
    top: 12rem;
    overflow: hidden;
    background: #FEC200;
    transition: .8s ease-in-out;
}

.stack_card.is-2 {
    /* margin-bottom: 109px;
    top: 378px; */
    margin-bottom: 7.5rem;
    top: 18rem;
    background: #FEC200;
}

.stack_card.is-6 {
    /* margin-bottom: 0px;
    top: 407px; */
    margin-bottom: 0px;
    top: 25rem;
    background: #FEC200;
}
.stack_component {
    display: flex;
    flex-direction: column;
    grid-row-gap: 80px;
    justify-content: space-between;
}

.stck-header {
    top: 4rem;
    margin-bottom: 41rem;
    z-index: 1;
    background: transparent !important;
}

/*  Stacking Cards End */

/* Smart Section CSs Start */
#scroll-container {
    height: 350vh;
    position: relative;
}

#sticky-wrapper {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#text-content-wrapper {
    position: relative;
    z-index: 10;
}

#text-content {
    width: 100%;
    max-width: 1117px;
    font-size: 3.75rem;
    line-height: normal;
    font-weight: 300;
    padding: 20px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}

.highlight-word {
    display: inline-block;
    background-color: #FEC200;
    padding: 0 .2rem;
}

.first-letter {
    display: inline-block;
    font-size: 3.75rem;
    color: #000;
    z-index: 5;
}

.rest-of-word {
    display: inline-block;
    color: #000;
    text-transform: none;
}

.normal-text {
    display: inline;
}


/* Counter Section Css Start */
.counter-number .elementor-counter-title {
    line-height: normal;
}

.counter-number:nth-child(1)::after,
.counter-number:nth-child(2)::after,
.counter-number:nth-child(4)::after,
.counter-number:nth-child(5)::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    right: -7px;
    bottom: -7px;
    z-index: 10;
    background-color: white;
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2025/10/Group-49.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 2s infinite alternate ease-in-out;
}

.counter-number {
    min-height: 160px;
}

.counter-grid {
    position: relative;
}

.counter-grid::before {
    left: 33.3333%;
}

.counter-grid::after {
    left: 66.6666%;
}

.counter-grid::before,
.counter-grid::after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
}

.center-line-horizontal {
    top: 33.3333%;
}

.center-line-horizontal2 {
    top: 66.6666%;
}

.center-line-horizontal,
.center-line-horizontal2,
.center-line-horizontal3,
.center-line-horizontal4 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(270deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
}

@keyframes zoomInOutMirror {
    0% {
        transform: scale(0);
        opacity: 0.9;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0.9;
    }
}

/* Counter Section Css End */

/* Project Section CSS Start */
.element-image-topline {
    left: 50% !important;
    right: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    background: linear-gradient(270deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
}

.element-image-bottomline {
    left: 50% !important;
    right: 50%;
    transform: translate(-50%, -50%);
    bottom: -1px !important;
    background: linear-gradient(270deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
}

.element-image-leftline {
    top: 50% !important;
    bottom: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 120%;
    max-width: 1px !important;
    background: linear-gradient(0deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
}

.element-image-rightline {
    top: 50% !important;
    bottom: 50%;
    transform: translateY(-50%);
    right: -1px !important;
    width: 1px;
    height: 120%;
    max-width: 1px !important;
    background: linear-gradient(0deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
}

.project-image img {
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 25s cubic-bezier(0.25, 1, 0.25, 1);
}

.project-image.is-visible img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


.icon-stack {
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    overflow: hidden;
}

.project-icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 40px;
    transform: translateY(0);
    transition:
    transform 20s ease-in-out,
    opacity 20s ease-in-out;
    opacity: 1;
}

.project-icon.alt {
    opacity: 0;
    transform: translate3d(-40px, 40px, 0px);
}

.icon-stack:hover .main {
    opacity: 0;
    transform: translate3d(40px, -40px, 0px);
}

.icon-stack:hover .alt {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.project-impact .elementor-button-text,
.project-impact .elementor-button-icon,
#form_btn .elementor-button-text,
#form_btn .elementor-button-icon {
    border: 1px solid #E4E4E7;
}

.project-image {
    display: block;
}

.project-image:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    right: -6px;
    top: -6px;
    z-index: 10;
    background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 3s infinite alternate ease-in-out;
}

.project-image:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: -6px;
    top: -6px;
    z-index: 10;
    background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 3s infinite alternate ease-in-out;
    border: none;
}

.project-image .project-actual-image::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: -7px;
    left: -6px;
    z-index: 10;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 3s infinite alternate ease-in-out;
}

.project-image .project-actual-image::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    bottom: -6px;
    right: -6px;
    z-index: 10;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 3s infinite alternate ease-in-out;
}

.project-top-border {
    border-image-source: linear-gradient(0deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-left: 1px solid;
    border-right: 1px solid;
}

.project-bottom-border {
    border-image-source: linear-gradient(180deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-left: 1px solid;
    border-right: 1px solid;
}

.project-left-border {
    border-image-source: linear-gradient(270deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-top: 1px solid;
    top: 0px;
}

.project-right-border {
    border-image-source: linear-gradient(90deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-top: 1px solid;
    top: 0px;
}

.project-left-bottom-border {
    border-image-source: linear-gradient(270deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-bottom: 1px solid;
    bottom: 50px;
}

.project-right-bottom-border {
    border-image-source: linear-gradient(90deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-bottom: 1px solid;
    bottom: 50px;
}

.main-project-wrapper .element-image {
    height: 100%;
}

.project-img-zoom, .project-image-black {
    overflow: hidden;
    position: relative;
}

.project-img-zoom img, 
.vertical-slider-image-wrapper .project-image-black.slick-current.slick-active img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: transform 0.5s ease;
    transform: scale(1.1);
    
}
.project-image:hover .project-img-zoom img,
.vertical-slider-image-wrapper:hover .project-image-black.slick-current.slick-active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1);
}


/* Project Section CSS End */

/* Trust Section Css Start */
.trust-voice:nth-child(1)::after,
.trust-voice:nth-child(2)::after,
.trust-voice:nth-child(3)::after,
.trust-voice:nth-child(4)::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    right: -7px;
    bottom: -7px;
    z-index: 10;
    background-color: transparent;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 2s infinite alternate ease-in-out;
}

.trust-voice-left-mid {
    border-image-source: linear-gradient(270deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.trust-voice-left-corner {
    border-image-source: linear-gradient(270deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-top: 1px solid;
}

.trust-voice-right-top {
    border-image-source: linear-gradient(90deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.trust-voice-right-mid {
    border-image-source: linear-gradient(90deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-bottom: 1px solid;
}

.trust-voice-top-left {
    border-image-source: linear-gradient(1deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-left: 1px solid;
    border-right: 1px solid;
}

.trust-voice-bottom-left {
    border-image-source: linear-gradient(180deg, #E4E4E7 0%, #E4E4E7 70%, #FFFFF5 100%);
    border-image-slice: 1;
    border-left: 1px solid;
    border-right: 1px solid;
}

/* Trust Section Css End */

/* Our Evolution CSS Statr */
.timeline-section-wrapper .intro-section.sticky {
    position: sticky;
    top: 0;
    padding-top: 30px;
}
.sticky .intro-section {
    position: sticky;
    top: 0;
    transition: all 0.3s ease;
}

.intro-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 48px;
}

.intro-section .title h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    margin: 0;
}

.intro-section .description p {
    font-size: 24px;
    font-weight: 500;
    color: #71717A;
    max-width: 310px;
    margin: 0;
    padding: 0;
}

.intro-section .description span {
    font-size: 20px;
    padding-bottom: 8px;
}

.timeline-item {
    width: 50vw;
    flex-shrink: 0;
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.dynamic-connector {
    position: absolute;
    width: 1px;
    background-color: #a9aaab;
    z-index: 5;
}

.text-content-wrapper {
    position: relative;
}

.timeline-item:nth-child(odd) {
    transition: all 2s ease;
    height: 0px;
    overflow: hidden;
}

.timeline-item:nth-child(even) {
    padding-top: 25px;
    transition: all 2s ease;
    height: 0px;
    overflow: hidden;
}

.timeline-item.active:nth-child(odd) {
    transform: translateY(-210px);
    height: 600px;
}

.timeline-item:first-child {
    transform: translateY(-250px);
    height: 600px;
}

.timeline-item.active:nth-child(even) {
    transform: translateY(120px);
    height: 300px;
}

.timeline-item:nth-child(odd)::before {
    content: '';
    position: absolute;
    left: 45px;
    height: 130px;
    width: 1px;
    top: 21px;
    background-color: #E4E4E7;
}

.timeline-item:nth-child(even)::before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: 142px;
    height: 86px;
    width: 1px;
    top: -48px;
    background-color: #E4E4E7;
}

#timeline-section {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    display: flex;
}

.timeline-item-content {
    display: flex;
    position: absolute;
    top: 45%;
    left: 0;
}

#timeline-content {
    position: relative;
    height: 100%;
    width: 600vw !important;
}

#path-svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 600vw;
    height: 200px;
    z-index: 1;
    opacity: 0.95;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.04));
    pointer-events: none;
}

#evolution-line {
    stroke: #27272A;
    stroke-width: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#background-line {
    stroke: #D4D4D8;
    stroke-width: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.year-title {
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 28px !important;
    font-weight: 500 !important;
    color: #1E1E1E;
    margin-left: -25px;
}


.year-title::before {
    content: '+';
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: 300;
    color: #3F3F46;
    position: absolute;
    right: auto;
    left: 38.5px;
}

.timeline-item .item-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.timeline-item .description {
    margin-top: 16px;
}

.timeline-item p,
.timeline-item ul li {
   font-size: clamp(1rem, 0.9571rem + 0.1831vw, 1.25rem) !important;
    font-weight: 400 !important;
    line-height: normal;
    color: #A1A1AA;
    width: 100%;
    max-width: 600px;
    letter-spacing: 0.2px;
}
.timeline-item .description-bold {
    color: #000000 !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
   font-size: clamp(1rem, 0.9356rem + 0.2746vw, 1.375rem) !important;
}
.timeline-item ul {
    list-style-type: disc;
    margin-left: 20px;
}

.timeline-navigation-controls {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    justify-content: space-between;
    display: none;
}
#timeline-section .timeline-btn-wrapper{
    position: absolute;
    bottom: 120px;
    right: 48px;
    width: 54px;
    height:54px;

}
.timeline-btn-wrapper button{
    display:flex;
    padding: 22px;
    border-radius: 50px;
    position:relative;
    z-index: 1;
    border: 1px solid #000;
    background: #fff;

}
.timeline-btn-wrapper button svg{
    width: 12px;
    height:12px;
    transform: rotate(135deg);
}
.timeline-btn-wrapper:hover button{
    background: transparent;
    fill: #fff;
    overflow: hidden;
}
.timeline-btn-wrapper button::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0px;
    bottom: 0px;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
    border-radius: 40px;
    background: transparent;
}
.timeline-btn-wrapper:hover button:before{
    background-color: #000;
    fill: #fff;
    width: 100%;
    height: 105%;
    z-index: -1;
}

/* Evolution CSS End */

/* Perspectives CSS Start */
.blog-date {
    padding: 4px 12px;
    background-color: #F4F4F5;
    border-radius: 88px;
    width: fit-content;
}

.vertical-slider .swiper {
    height: 500px;
    overflow: hidden;
    width: 100%;
}

.vertical-slider .swiper-slide {
    height: 100%;
    box-sizing: border-box;
}

.loop-prev,
.loop-next {
    cursor: pointer;
    z-index: 10;
}

.vertical-slider-prev,
.vertical-slider-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #eee;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333;
    margin-left: 10px;
}

.post-date {
    background-color: #F4F4F5;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 88px;
    font-size: 12px;
    font-family: inherit;
    font-weight: 400;
    color: #3F3F46;
    margin-bottom: 12px;
}

h3.post-title {
    font-size: 24px;
    font-family: inherit;
    font-weight: 400;
    color: #000000;
    margin-bottom: 24px !important;
}

.post-content {
    font-size: 14px;
    color: #3F3F46;
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 31px !important;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

a.post-link {
    font-size: 14px;
    color: #27272A;
    font-weight: 500;
    text-decoration: underline;
    font-family: inherit;
}

button.btn-prev,
button.btn-next {
    background-color: #F4F4F5;
    border: none;
    border-radius: 62px;
    padding: 16px 18px;
    width: 48px;
    height: 48px;
    display: flex !important;
    justify-content: center;
}

.dual-vertical-slider-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.vertical-slider-image {
    width: 333px;
}

.vertical-slider-image img {
    width: 100%;
   height: 100%;
    object-fit: cover;
    object-position: center;
}

.vertical-slider-content {
    width: 666px;
}

.date-cat-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.post-category {
    font-size: 12px;
    font-weight: 400;
    font-family: inherit;
    border: 1px solid #000;
    border-radius: 88px;
    padding: 4px 12px;
    text-align: center;
    width: fit-content;
}

.slide-item {
    /* height: 335px; */
    display: flex;
    align-items: center;
    border: none !important;
}

.vertical-slider-content .content-wrapper {
    padding: 24px;
    height: 333px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.vertical-slider-image .slick-arrow {
    display: none !important;
}

.dual-vertical-slider-wrapper.line-wrapper,
.vertical-slider-image,
.vertical-slider-content,
.vertical-slider-image-wrapper,
.vertical-slider-content-wrapper,
.content-line-bottom {
    position: relative !important;
}

.dual-vertical-slider-wrapper.line-wrapper:after,
.dual-vertical-slider-wrapper.line-wrapper:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 100%;
    height: 1px;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(260deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
    max-width: 1344px;
    min-width: 1344px;
    transform: translateX(-50%);
}

.dual-vertical-slider-wrapper.line-wrapper:before {
    top: 0;
}

.dual-vertical-slider-wrapper.line-wrapper:after {
    top: 100%;
}

.vertical-slider-image::after,
.vertical-slider-image::before,
.vertical-slider-content::after {
    content: '';
    position: absolute;
    top: -20%;
    width: 1px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
    max-height: 502px;
    min-height: 502px;
    transform: translateX(0px);
}

.vertical-slider-image::after {
    left: 0%;
}

.vertical-slider-image::before {
    left: 100%;
}

.vertical-slider-content::after {
    left: 100%;
}

.image-top::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: -6px;
    left: -6px;
    z-index: 10;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 2s infinite alternate ease-in-out;
}

.image-left::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    bottom: -6px;
    left: -6px;
    z-index: 10;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 2s infinite alternate ease-in-out;
}

.image-bottom::after,
.content-bottom::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    bottom: -6px;
    right: -6px;
    z-index: 10;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 2s infinite alternate ease-in-out;
}

.image-right::after,
.content-top:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: -6px;
    right: -6px;
    z-index: 10;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 2s infinite alternate ease-in-out;
}

.line-mask {
    overflow: hidden;
    display: block;
}

.reveal-line {
    display: block;
}

.slider-navigation {
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 12px;
}

button.btn-prev,
button.btn-next {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.btn-prev .prev {
    position: absolute;
    inset: 0;
    margin: auto;
    transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.btn-prev .prev.main {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
}

.btn-prev:hover .prev.main {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.btn-prev:hover .prev.alt {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
}

.btn-next .next {
    position: absolute;
    inset: 0;
    margin: auto;
    transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.btn-next .next.main {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
}

.btn-next:hover .next.main {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.btn-next:hover .next.alt {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
}

/* Perspectives CSS End */


/* Drive Us Page Purpose Text CSS Start */
.text-overlay h2 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-overlay {
    width: 100%;
}

.bg-white {
    position: absolute;
    inset: 0;
    transition: all 0.5s ease;
}

/* Drive Us Page Purpose Text CSS End */

/* Driveus Relentas Text CSS Start */
.paragraph-container {
    height: 100%;
    max-width: 886px;
    width: 100%;
    margin: auto;
}

#textSection {
  width: 100%;
  height: 100vh;
}

.paragraph-text{
    color: #D4D4D8;
    font-weight: 500;
    text-align: center;
    font-size: 36px;
    line-height: normal;
}

.paragraph-text .char {
  opacity: 0.3;
  color: #000;
}

.paragraph-text {
    height: 100%;
    align-content: center;
}

.char {
  display: inline-block; /* allow animation + natural wrapping */
}

.char > div {
  display: inline; /* keep natural line breaks */
}

.paragraph-container p {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
}

/* Driveus Relentas Text CSS Start */


/* Accordian Section CSS Start  */
details#faq-1 {
    background: #FEE265;
}

details#faq-2 {
    background: #FED63F;
}

details#faq-3 {
    background: #FEC200;
}

#faq-2 .e-n-accordion-item-title-text {
    transition: all 0.8s ease-in-out;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

details[open]#faq-2 .e-n-accordion-item-title-text {
    left: 0%;
    transform: translateX(0%);
}

.e-n-accordion-item-title-header {
    width: 100%;
}

.e-n-accordion-item-title-text:after {
    content: "";
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
    background: url(/wp-content/uploads/2025/11/faq-arrow.svg);
    width: 71px;
    height: 71px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    max-width: 100%;
    background-size: contain;
    display: flex;
}

details[open] .e-n-accordion-item-title-text::after {
    transform: rotate(0deg);
}

.e-n-accordion-item-title-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

#faq-3 .e-n-accordion-item-title-text {
    transition: all 0.8s ease-in-out;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}

details[open]#faq-3 .e-n-accordion-item-title-text {
    left: 0%;
    transform: translateX(0%);
}

/* Accordian Section CSS End  */


/* Team Section */
.accordion-item:hover span.accordion-arrow{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}      

.accordion-item:hover span.name-initials{
    transform: translateY(70px);
}

.first-letter {
    backface-visibility: hidden !important;
    transform-style: preserve-3d !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: geometricPrecision !important;
    will-change: inherit !important;
}

.trim-paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-section-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.team-images-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-height: 540px;
    max-width: 524px;
    width: 100%;
    overflow: scroll;
    scroll-behavior: smooth;
    pointer-events: none;
}

.team-content-column {
    max-height: 524px;
    max-width: 679px;
    width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

.title-naming {
    overflow: hidden;
    border: 1px solid #E4E4E7;
    border-radius: 99px;
    max-width: 64px;
    max-height: 64px;
    min-width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.title-lable-wrapper {
    overflow: hidden;
}

.team-image-wrapper {
    position: relative;
    cursor: pointer;
    line-height: 0;
    scroll-snap-align: start;
    transition: all .4s ease-in-out;
}

.grayscale-image {
    width: 339px;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1/1;
    filter: grayscale(100%);
    transition: filter 0.5s ease, opacity 0.5s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.5s ease;
}

.team-image-wrapper.active .grayscale-image,
.team-image-wrapper.active .grayscale-image {
    filter: grayscale(0%);
}
.team-image-wrapper.dim {
    opacity: 0.3;
}

.team-image-wrapper.active .image-overlay,
.team-image-wrapper.active .image-overlay {
    background-color: transparent;
}

.accordion-scroll-area {
    max-height: 100%;
    overflow-y: scroll;
    padding-right: 34px;
    box-sizing: border-box;
    /* scroll-snap-type: y mandatory; */
}


.accordion-item {
    max-height: 122px;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
    border-bottom: 1px solid #A1A1AA;
    cursor: pointer;
    transition: all 1s ease-in-out;
    scroll-snap-align: start;
}

.title-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0px;

}

.accordion-item:first-child {
    max-height: 90px;
}

.accordion-item:first-child .title-wrapper {
    padding-top: 0px;
}

/* .accordion-item:nth-child(5),
.accordion-item:nth-child(10) {
    padding-top: 32px;
} */

/* .accordion-item.active:nth-child(5),
.accordion-item.active:nth-child(10) {
    padding-top: 0px;
} */

/* .accordion-item:first-child .title-wrapper,
.accordion-item:nth-child(5) .title-wrapper,
.accordion-item:nth-child(10) .title-wrapper {
    padding-top: 0px;
} */

.accordion-title {
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    transition: color 0.3s ease-in-out;
    position: relative;
    margin: 0;
    min-width: 427px;
}

.designation {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #A1A1AA;
    font-style: italic;
    max-width: 217px;
    width: 100%;
    text-align: right;
    padding-right: 5px;
}


.accordion-item.active {
    max-height: 642px;
}

.accordion-content {
    display: flex;
    padding: 25px 0 16px 60px;
    flex-flow: row;
    justify-content: space-between;
}

.accordion-item.active .accordion-content {
    display: flex;
}

.content-wrapper-left {
    max-width: 427px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.content-wrapper-right {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

/* .content-wrapper-experience {
    max-width: 245px;
} */

.content-wrapper-experience .experience,
.content-wrapper-eduction .education,
.content-wrapper-expertise .expertise {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.content-wrapper-experience .experience-content,
.content-wrapper-eduction .education-content,
.content-wrapper-expertise .expertise-content {
    font-size: 14px;
    font-weight: 500;
    color: #A1A1AA;
}

.content-wrapper-right {
    max-width: 215px;
}

.content-wrapper-expertise {
    border-bottom: 1px solid #A1A1AA;
}

.expertise-content {
    margin-bottom: 8px;
}

.content-wrapper-button span.button-text {
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 500;
}

svg.feather.feather-arrow-up-right {
    height: 18px;
}

a.dynamic-button-link {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 2px;
}

span.button-arrow {
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 3px;
}

.accordion-scroll-area::-webkit-scrollbar {
    width: 3px;
}

.accordion-scroll-area::-webkit-scrollbar-track {
    background: #E4E4E7;
    border-radius: 3px;
    max-height: 524px;
}

.accordion-scroll-area::-webkit-scrollbar-thumb {
    background: #71717A;
}

.team-images-column::-webkit-scrollbar {
    width: 0px !important;
}

.title-lable-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

span.name-initials {
    background-color: #FEC200;
    border-radius: 99px;
    padding: 14px 13px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    height: 48px;
    width: 48px;
    display: block;
    transition: transform .5s ease-in-out;
}

.accordion-item:hover .designation {
    transform: translateX(-25px);
    transition: all 0.3s ease-out;
}

.accordion-item.active .designation {
    /* transform: translateX(-25px); */
    text-align: left;
    transition: all 0.3s ease-in-out;
}
.accordion-item.active:hover .designation {
    transform: translateX(0px);
}
.accordion-item:hover span.name-initials {
    border: 0.5px solid #E4E4E7;
    border-radius: 999px;
    background-color: transparent;
    transition: all 0.3s ease-out;
}

span.accordion-arrow {
    position: absolute;
    display: block;
    top: -20px;
    left: 13px;
    height: 24px;
    transition: top .5s ease-in-out;
}

.accordion-item.active span.accordion-arrow svg {
    transform: rotate(180deg);
}

.team-section-container .card {
    width: 100%;
    display: flex;
    gap: 60px;
    overflow: hidden;
}

.left {
    width: 39%;
    padding-right: 6px;
}

.left-viewport {
    height: 82vh;
    /* max-height: 700px; */
    overflow: hidden;
    /* max-width: 528px; */
    position: relative
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
}

.image-card {
    height: fit-content !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #222;
}

.right {
    width: 54%;
    display: flex;
    flex-direction: column
}

.list-viewport {
    height: 76vh;
    max-height: 690px;
    overflow: hidden;
    position: relative
}

.list-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}


/* Porject&Impact Page CSS Start */
.pi-grid .counter-number:nth-child(1)::after,
.pi-grid .counter-number:nth-child(2)::after,
.pi-grid .counter-number:nth-child(4)::after,
.pi-grid .counter-number:nth-child(5)::after,
.pi-grid .counter-number:nth-child(7)::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    right: -7px;
    bottom: -7px;
    z-index: 10;
    background-color: white;
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2025/10/Group-49.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 2s infinite alternate ease-in-out;
}

.pi-grid .counter-number:nth-child(6)::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: -7px;
    bottom: -7px;
    z-index: 10;
    background-color: white;
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2025/10/Group-49.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 2s infinite alternate ease-in-out;
}
.full-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    background: #00000033;
    z-index: 1;
}
.full-image{
    overflow: hidden;
}
.full-image img{
    filter: grayscale(1);
    object-fit: cover;
}
.square_gif {
    height: 100%;
    max-width: 700px;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
}
.project_listing-image img {
    filter: grayscale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transform: scale(1.05);
    transition: all .3s linear;
}

.project_listing-image:hover img {
    filter: grayscale(0);
    transform: scale(1);
}

.alt-arrow {
  opacity: 0;
  transform: translate3d(-40px, 40px, 0px);
}
.main-arrow {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.project_listing-card:hover .main-arrow {
  opacity: 0;
  transform: translate3d(40px, -40px, 0px);
}
.project_listing-card:hover .alt-arrow {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.project_listing-card {
    cursor: pointer;
}
.arrow-wrapper{
    overflow: hidden;
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anim-arrow {
    transition: all .3s linear !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing-img{
    overflow: hidden;
}

.project_category {
    background: #fff;
    border-radius: 88px;
    padding: 8px 16px !important;
}
.project_listing-image img {
    filter: grayscale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_project .elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg {
    background-image: url(https://translink.span7.in/wp-content/uploads/2025/11/infinate_loader-1.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    font-size: 0;
    padding: 0;
    width: 100px !important;
    height: 50px;
    margin: auto;
    fill: none;
     transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
.section_project .elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg path{
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
.project_filter .e-filter-item {
    display: none !important;
}

.project_filter ul.custom-filter-list {
    position: absolute;
    right: 0;
    top: 48px;
    list-style: none;
    border-radius: 8px;
    border: 1px solid #D4D4D8;
    padding: 0;
    width: 200px;
    z-index: 10;
    background: rgb(255 255 255 / 65%);
    cursor: pointer;
    backdrop-filter: blur(5px);
    flex-direction: column;
}
.project_filter ul.custom-filter-list li:last-child {
    order: 1;
    border-bottom: 1px solid #D4D4D8;
    border-top: none;
}

.project_filter ul.custom-filter-list li {
    order: 2;
}

.project_filter ul.custom-filter-list li {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 12px;
}

.project_filter .custom-filter-display {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border-radius: 88px;
    border: 1px solid #71717A;
    padding: 8px 40px 8px 20px;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.project_filter ul.custom-filter-list li + li {
    border-top: 1px solid #D4D4D8;
}

.project_filter .custom-filter-display::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(https://translink.span7.in/wp-content/uploads/2025/10/Vector-11.svg);
    width: 10px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
}
#sectionall_project .elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner *{
  animation: spin 1s linear infinite !important;
}

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

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


/* Porject&Impact Page CSS End */

/* ContactUS Page CSS Start */
input#form-field-name {
    padding-top: 16px;
}
.contact_form input, 
.contact_form textarea {
    padding: 6px 24px 0 0;
}
.contact_form input:focus,
.contact_form textarea:focus{
    box-shadow: none !important;
}
.contact_form .elementor-field-group{
    overflow: hidden;
}
span.line {
    width: 100%;
    height: 1px;
    display: block;
    background: #D4D4D8;
}
.contact-email a {
    font-size: 24px;
    font-weight: 400 !important;
}

/* ContactUS Page CSS End */


/* Perspective Detail CSS Start  */
.copy-tooltip {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease !important;
}
.copy-button-wrapper.show-tooltip .copy-tooltip {
    opacity: 1;
}
.Perspective-tag {
    display: contents;
}
.button-perspective span.elementor-button-icon
 {
    border-radius: 40px;
    border: 1px solid #A1A1AA;
    display: flex;
    width: 32px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s 
ease-in-out;
}
.button-perspective span.elementor-button-text {
    border-radius: 50px;
    border: 1px solid #A1A1AA;
    padding: 7.5px 16px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-perspective:hover .elementor-button-icon:before{
    background: transparent;
    width: 32px;
    height: 32px;
}
.button-perspective:hover span.elementor-button-icon svg {
    filter: none;
}
.perspective-blog:hover span.elementor-button-text {
    border: 1px solid #fff;
    color: #fff;
}
.perspective-blog:hover .button-perspective span.elementor-button-icon {
    border: 1px solid #fff;
}
.perspective-blog:hover .button-perspective span.elementor-button-icon::before {
    background: #fff;
    width: 32px;
    height: 32px;
}
.perspective-blog:hover .button-perspective span.elementor-button-icon svg {
    filter: invert(1);
}
.elementor-6876 .elementor-element.elementor-element-6ade2da:hover::before{
    background-color: none;
}
.category-podcast .elementor-element.elementor-element-6ade2da:hover{
      --overlay-opacity: 0 !important ;
}

.category-podcast .elementor-element.elementor-element-6ade2da .elementor-element.elementor-element-5639d02.e-con-full.e-flex.e-con.e-child::before {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    margin: auto;
    background: #FEC200;
    z-index: 1;
}
.category-podcast .elementor-element.elementor-element-6ade2da:hover .elementor-element.elementor-element-5639d02.e-con-full.e-flex.e-con.e-child::before {
    background: #FEC200B2;
}
.category-podcast .elementor-element.elementor-element-6ade2da::after{
    content: "";
    background: url(/wp-content/uploads/2025/11/d1dfd30ce3098d35484a671631df26f3bf314d79.gif) !important;
    height: 340px;
    width: 340px;
    background-repeat: no-repeat !important;
    background-position: center;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: contain !important;
    z-index: 1;
    pointer-events: none;
}

.category-podcast .elementor-element.elementor-element-6ade2da:hover::after {
    opacity: 1 !important;
}

.category-podcast .elementor-element.elementor-element-6ade2da:hover::before{
    /* background-color: #FEC200B2 !important; */
    /* z-index: 9999 !important; */
    background-image: none !important;
}

.category-podcast .elementor-element.elementor-element-6ade2da .yellow-text-black p a {
    color: #000;
}
.category-podcast .elementor-element.elementor-element-6ade2da .button-perspective span.elementor-button-text,
.category-podcast .elementor-element.elementor-element-6ade2da .button-perspective span.elementor-button-icon{
    border-color: #000000 !important;
    color: #000000 !important;
}
.category-podcast .elementor-element.elementor-element-6ade2da .button-perspective span.elementor-button-icon svg{
    filter: invert(1) !important;
}
.category-podcast .elementor-element.elementor-element-6ade2da:hover .button-perspective span.elementor-button-icon svg{
    filter: invert(0) !important;
}
.category-podcast .elementor-element.elementor-element-6ade2da:hover .button-perspective span.elementor-button-icon::before{
    background-color: #000000 !important;
}
.category-podcast .elementor-element.elementor-element-6ade2da:hover .button-perspective span.elementor-button-icon::before{
    background-color: #000000 !important;
}
.category-podcast h6.elementor-heading-title{
    color: #000 !important;
}
/* .category-podcast .elementor-element.elementor-element-79f14e3.e-con-full.e-flex.e-con.e-child {
    position: relative;
    z-index: 999;
} */

/* Perspective Detail CSS End */

/* Highways Subpage Pavment CSS Start */
.vertical-scroll-slider {
    height: 100vh !important;
    position: relative;
    max-width: 1920px !important;
    margin: 0 auto !important;
    padding: 100px 60px !important;
    height: 100vh;
    overflow: hidden;
}
    #titles li, .pane {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
will-change: transform, opacity;
}

/* Draw Line  */
.top-left::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    height: 1px;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, #fffff5 0%, #e4e4e7 5.77%, #e4e4e7 95%, #fffff5 100%);
    max-width: 110%;
    min-width: 110%;
    transform: translateX(-50%);
}

.top-left::after {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 1px;
    height: 120%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, #fffff5 0%, #e4e4e7 5.77%, #e4e4e7 95%, #fffff5 100%);
    transform: translateX(0px);
}

.bottom-left:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 110%;
    height: 1px;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, #fffff5 0%, #e4e4e7 5.77%, #e4e4e7 95%, #fffff5 100%);
    transform: translateX(-50%);
}

.bottom-left::after {
    content: "";
    position: absolute;
    top: -10%;
    right: 0;
    width: 1px;
    height: 120%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, #fffff5 0%, #e4e4e7 5.77%, #e4e4e7 95%, #fffff5 100%);
    transform: translateX(0px);
}

.middle-line::after {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    width: 1px;
    height: 120%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, #fffff5 0%, #e4e4e7 5.77%, #e4e4e7 95%, #fffff5 100%);
    transform: translateX(0px);
}

/* Draw Stars  */
/* Right top Star  */
.slider-inner::before,
.slider-inner::after,
.titles-column::before,
.titles-column::after,
.content-column::after,
.content-column::before,
.content-column::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    z-index: 10;
    background-color: transparent;
    border-radius: 50%;
    background-image: url(https://translink.span7.in/wp-content/uploads/2025/10/Group-49.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOutMirror 2s infinite alternate ease-in-out;
}

.slider-inner::before {
    top: -6px;
    left: -6px;
}

.slider-inner::after {
    bottom: -6px;
    left: -6px;
}

.titles-column::before {
    right: -7px;
    top: -6px;
}

.titles-column::after {
    bottom: -6px;
    right: -7px;
}

.content-column::after {
    right: -6px;
    bottom: -6px;
}

.content-column::before {
    right: -6px;
    top: -6px;
}

/* Right Bottom Star */
.content-column::after {
    right: -6px;
    bottom: -6px;
}


.slider-inner {
    position: relative;
    /* max-width: 1440px; */
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 0px;
    height: 100%;
}

.titles-column {
    width: 50%;
    min-width: 220px;
    position: relative;
    padding: 54px 58px;
}

.titles-column .column {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.titles-column ul {
    list-style: none;
    position: relative;
    height: 70vh;
    padding: 0;
    margin: 0;
}

.titles-column li {
    position: absolute;
    width: 100%;
    opacity: 0;
    color: #000;
    font-family: inherit;
    transform: translateY(60px);
    transition: all 0.5s ease;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    will-change: transform, opacity;
}

.titles-column li[aria-current="true"] {
    opacity: 1;
}

.titles-column li[aria-current="false"] {
    opacity: 0.5 !important;
}

.content-column {
    width: 50%;
    overflow: hidden;
    padding: 54px 58px;
}

.content-column .column {
    position: relative;
    display: block;
    height: 100%;
    max-height: 360px;
    overflow: hidden;
    width: 592px;
}

.pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    border-radius: 12px;
    opacity: 0;
}

.pane p {
    color: #3F3F46;
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-family: inherit;
}

@keyframes zoomInOutMirror {
    0% {
        transform: scale(0);
        opacity: 0.9;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0.9;
    }
}

/* Capabilites  Section CSS Start*/
#bp-sticky-section * {
    box-sizing: border-box;
}
#bp-sticky-section-new {
    padding-top: 80px;
}
.bp-section-sticky {
    width: 100%;
    padding: 80px 0 0 !important;
    background: #fff;
    min-height: 100vh;
    /*overflow: hidden;*/
}

.bp-inner-sticky {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    height: 100%;
    align-items: end;
}

/* LEFT SIDE */
.bp-left-sticky {
    /* position: sticky;
    bottom: 5rem; */
    max-width: 530px;
}

.bp-main-title-sticky {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    color: #27272A;
    margin: 0 0 24px;
}

.bp-desc-sticky {
    font-size: 20px;
    max-width: 530px;
    width: 100%;
    font-weight: 400;
    line-height: normal;
    color: #27272A;
}

/* RIGHT SIDE */
.bp-feature-list-sticky {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 530px; 
    margin-left: auto;
}

.bp-feature-sticky {
    /* padding-left: 20px; */
    /* border-left: 3px solid #ddd; */
    /*margin-bottom: 40px;*/
    /* start all features off-screen (slide effect) */
    /*transform: translateY(60px);*/
}

/* TEXT ELEMENTS ANIMATE SEPARATELY */
.bp-f-title-sticky {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    /*transform: translateY(40px);*/
    color: #27272A;
    line-height: normal;
    padding-left: 40px;
    border-left: 1px solid #18181B;
    /*max-width: 440px;*/
    width: 100%;
}

.bp-f-desc-sticky {
    font-size: 20px;
    /*transform: translateY(40px);*/
    /*max-height: 0;*/
    /*overflow: hidden;*/
    padding-left: 40px;
    line-height: normal;
    color: #27272A;
    font-weight: 400;
    /*max-width: 500px;*/
}

.bp-subfeatures-sticky {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    max-height: 0;
    overflow: hidden;
    transform: translateY(40px);
    padding-left: 40px;
}

.bp-chip-sticky {
    flex: 0 0 50%;
    padding-right: 40px;
    color: #71717A;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.fade-in-color {
    color: #D4D4D8; 
    font-weight: 500;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
}

/* Capabilites section CSS End */

/*People and Culture CSS Start*/
.section-pde {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
}
.img-anim-wrap {
    position: relative;

}
.play {
    height: 48px;
    width: 48px;
    background: #A5A5A599;
    backdrop-filter: blur(3.0799999237060547px);
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    opacity: 1;
}
.play.playing{
    opacity: 0;
}
.big-image-wrap .play-icon {
    height: 32px;
    width: 32px;
}

/* Two-column layout to match screenshot (left narrow, right wide) */
.layout {
	display: flex;
	gap: 40px;
	align-items: flex-start;
    padding: 0 85px;
}

/* LEFT: holds small image, text slider and arrows (all vertically stacked) */
.col-left {
	flex: 0 0 calc(36% - 20px);
	max-width: calc(36% - 20px);
	box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: auto;
}

.small-image-wrap {
	width: 100%;
	margin-bottom: 28px;
	overflow: hidden;
}

.small-image-wrap img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.text-wrap {
	padding-right: 20px;
}

/* breathing room to right */
.text-title {
	font-size: clamp(1.5rem, 1.4571rem + 0.1831vw, 1.75rem) !important;
	margin: 0 0 12px;
	font-weight: 500;
	line-height: normal;
}

.text-desc {
	margin: 0 0 22px !important;
	color: #444;
	line-height: 1.5;
	font-size: clamp(0.875rem, 0.8321rem + 0.1831vw, 1.125rem) !important;
	max-width: 95%;
}

/* Arrows area under text (circular outline like screenshot) */
.arrows {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 8px;
}

.nav-btn img {
	width: 12px;
	display: block;
}

/* RIGHT: large visual image */
.col-right {
	flex: 0 0 calc(64% - 20px);
	max-width: calc(64% - 20px);
	box-sizing: border-box;
	position: relative;
}

.big-image-wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}

.big-image-wrap img,.big-image-wrap video {
	display: block;
	width: 100%;
	height: 527px;
    /* aspect-ratio: 16/9; */
	object-fit: cover;
}

/* play overlay in center */


.play-overlay svg {
	width: 28px;
	height: 28px;
	opacity: 0.95;
}

/* Slick slide overflow safe */
.slick-slide {
	overflow: visible;
}

.reveal {
	overflow: hidden;
	display: inline-block;
}

.nav-btn.btn-prev {
	transform: scaleX(-1);
}

.reveal span {
	display: inline-block;
	transform: translateY(100%);
	opacity: 0;
}
/* .life-scroll .capabilities__header .capabilities__description {
    max-width: 374.824px;
    text-align: end;
}
.life-scroll .capabilities__description p {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #71717A;
}
.life-scroll .capabilities__card-content {
    position: relative;
    padding-left: 50px;
}
.life-scroll .capabilities__card-content:before {
    content: "";
    background: linear-gradient(270deg, #FFFFF5 0%, #E4E4E7 6%, #E4E4E7 95%, #FFFFF5 100%);
    width: 4px;
    height: 583px;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: auto;
    z-index: 1;
}
.life-scroll .capabilities__card-content-no .capabilities__card-no {
    color: #71717A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.life-scroll .capabilities__card-content-no {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
   
}
.life-scroll .capabilities__card-content h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    padding-left: 0px ;
    margin: 0px;
}
.life-scroll .reveal-inner{
    padding-left: 22px;
    margin-bottom: 16px;
}
.life-scroll .capabilities__card-content p{
    padding:0px !important;
} */
 .partner_collection-list {
    width: 100%;
    height: 420px;
    display: flex;
}
.partner_collection-item {
    flex: 0 0 14.66%;
    width: 14.66%;
    min-width: 14.66%;
    display: flex;
    transition: all .9s ease-in-out;
    overflow: hidden;
    border: 1px solid #000;
    padding: 20px;
}

.life-box_content{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
}
.life-box-content_inner,
.life-box-heading_inner{
    display: flex;
    width: 100%;
}
.life-box-heading_inner h3{
    flex: 0 0 140px;   
    /* transition: all .9s ease-in-out; */
}
.life-box-content_inner p{
    flex: 0 0 156px;
    /* transition: all .9s ease-in-out; */
}
.partner_collection-item.active p {
    flex: 0 0 505px;
}
.partner_collection-item.active h3{
    flex: 0 0 290px;
}
.partner_collection-item.active {
    flex: 7;
    width: 100%;
}

.partner_collection-item.active h3{
    font-size: 32px;
    font-weight: 500;
    font-family: inherit;
}
.partner_collection-item.active p{
    font-size: 20px;
    font-weight: 400;
    font-family: inherit;
    
}
.partner_collection-item h3{
    font-size: 20px;
    font-weight:400;
    font-family: inherit;
}
.partner_collection-item p{
    font-size: 14px;
    font-weight: 400;
    font-family: inherit;   
}
a.opportunity-form:hover .oppo-form-heading h3 {
    color: #000 !important;
}
a.opportunity-form:hover .icon-stack svg {
    filter:brightness(0);
}
a.opportunity-form:hover .main {
    opacity: 0;
    transform: translate3d(40px, -40px, 0px);
}
a.opportunity-form:hover .alt {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
a.opportunity-form .icon-stack{
    display: flex;
    justify-content: flex-end;
    width: 40px;
}
/* Stories of Growth Section Start*/
.testimonials_navigation {
    display: none;
}
 .testimonials_slider {
    height: 560px;
    position: relative;
}
.testimonials_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1100px;
}
.testimonials_slide {
    width: 100%;
    max-width: 1100px;
    cursor: pointer;
    background-color: #FEE265;
    transition: all .5s;
    position: absolute;
    bottom: 0;
}

.testimonials_slide.slide1 {
  z-index: 6;
  transition: all .5s;
  left: -70px;
}

.testimonials_slide.slide2 {
  z-index: 4;
  background-color: #FEEE98;
  display: block;
  left: -4px;
}
.testimonials_slide.slide3 {
  z-index: 3;
  background-color: #FEF7CB;
  left: 60px;
}

.testimonials_slide:has(~ .active) {
    left: -20px;
}

.testimonials_slide.slide4 {
  z-index: 1;
  background-color: #FEF9D8;
  left: 120px;
}

.prevslide1, .prevslide2, .prevslide3, .prevslide4{
    transform: translateX(-108%);
  }
  .testimonials_inner {
    display: flex;
}

.testimonials_slide-img {
    flex: 0 0 45%;
}

.testimonials_slide-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
}

.testimonials_content-wrapper {
    flex: 0 0 55%;
    padding: 32px 48px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials_slide + .testimonials_slide .testimonials_content-wrapper {
    padding-right: 65px;
}

.testimonials_slide-text {
    margin-bottom: 24px !important;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.testimonials_slide-subtext {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
}

.mobile_slide-name-fs {
    font-size: 24px;
    font-weight: 500;
    color: #27272A;
}
.verticle-text {
    writing-mode: vertical-rl;
    position: absolute;
    top: 32px;
    right: 20px;
     transition: all .5s linear;
         font-size: 24px;
    color: #27272A;
    font-weight: 500;
}
.testimonials_slide.active .verticle-text,
.testimonials_slide.prevslide1 .slide-plus-icon,
.testimonials_slide.prevslide2 .slide-plus-icon,
.testimonials_slide.prevslide3 .slide-plus-icon,
.testimonials_slide.active .slide-plus-icon,
.prevslide1 .verticle-text, .prevslide2 .verticle-text, .prevslide3 .verticle-text, .prevslide4 .verticle-text{
    opacity: 0;
}

.slide-plus-icon {
    position: absolute;
    right: 26px;
    bottom: 28px;
    transition: all .5s linear;
}

.testimonials_slide.slide3.active {
    left: -10px;
}

.testimonials_slide.slide3.active + .testimonials_slide.slide4 {
    left: 60px;
}

.testimonials_slide.slide4.active {
    left: 20px;
}
/* Stories of Grouth section end */
/* What We Offer Section Start*/
.seek_img-wrapper {
    width: 112px;
    height: 112px;
    position: relative;
    overflow: hidden;
}
.seek_card,
.seek_card:hover .seek-card_number p ,
.seek_card:hover .seek_card-title p{
    transition: all .5s linear;
}

.seek_img-wrapper>div {
    width: 100%;
    height: 100%;
}

.seek-svg {
    width: 100%;
    height: 100%;
    transform-origin: top right;
    transition: all .5s linear;
}

.seek_card:hover {
    border-color: #FEE265 !important;
    background: #FEF9D8;
}
.seek_card:hover .seek-card_number p {
    color: #71717A;
}

.seek_card:hover .seek_card-title p{
    color: #000 !important;
    font-size: 24px;
    font-weight: 500;
}

.seek_card:hover .seek-svg {
    transform: scale(0.7);
}

.seek_card:hover .seek-svg path {
    fill: #FEE265;
}

.seek_card:hover .seek-svg .p-500 {
    fill: #FEC200;
}

.seek_card:hover .seek-svg .p-400 {
    fill: #FED63F;
}

.seek_card:hover .seek-svg .p-300 {
    fill: #FEE265;
}

.offer_card:hover {
    background: #FEF9D8;
}

.offer_card:hover .offer_card-heading h2 {
    color: #FEC200 !important;
}

.offer_card:hover .offer_card-text p {
    color: #000;
}

.offer_card:hover .offer_card-subtext p {
    color: #000;
}

.offer_card,
.offer_card-heading h2,
.offer_card-text p,
.offer_card-subtext p {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.career-section {
    background: #FEC200 !important;
}
.career-right .text-p500 {
    color: #fff;
    /*display: block;*/
}
.title-block,
 .career-left{
    transition: all .4s linear;
}

.pc-btn {
    transform: translateY(100px);
    transition: all .4s linear;
}

.career-right .title-block {
    transform: translateY(-170px);
    transition: all .4s linear;
}

.career-left {
    transform: translateY(-240px);
    transition: all .4s linear;
}
.career-active .pc-btn {
    transform: translateY(0);
}

.career-active .title-block {
    transform: translateY(0);
}

.career-active .career-left {
    transform: translateY(0);
}
.section-way *{
    transition: all .5s linear;
}
.way-active * {
    color: #fff !important;
}
.way-active {
    background: #27272A;
}
.way_content{
    max-width: 1146px;
}
.way_card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 106%;
    background: url(https://translink.span7.in/wp-content/uploads/2025/12/Line-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.way_card {
    overflow: hidden;
}
.way_card-img img {
    transform: scale(1);
}
.way_card-img {
    overflow: hidden;
}

.way_card-img:hover img {
    transform: scale(1.1);
}
.section-bg{
    transition: background-color .25s, color .25s; 
    background: #fff;
}

 .career-active .svg-arrow-img svg {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.career-section .elementor-icon {
    overflow: hidden;
}
.career-section .elementor-icon {
    overflow: hidden;
}
.career-section .elementor-icon svg {
    overflow: hidden;
    transform: translateX(-300px);
    width: auto;
    height: auto !important;
     transition: all .4s linear;
}
.career-active .svg-arrow-img svg {
    transform: translateX(0px);
}
.dark-mode .offer_card-heading h2,
.dark-mode .seek_card-title p{
    color: #fff !important;
}

.dark-mode .white--text p,
.dark-mode .white--text h2{
    color: #fff !important;
}

.dark-mode .text-desc,
.dark-mode .text-title,
.dark-mode .title-block h2,
.dark-mode .left-text h2{
    color: #000 !important;
}

.dark-mode .section-way h2,
.dark-mode .section-way p,
.dark-mode .section-pde h3.text-title,
.dark-mode .section-pde .text-desc p,
.dark-mode .ection-bg h2,
.dark-mode .section-pde p.text-desc,
.dark-mode .life-box_content p,
.dark-mode .life-box_content h3{
    color: #fff !important;
}
.dark-mode .partner_collection-item{
	border-color:#fff !important;
}
.testimonials_navigation .arrows {
    position: absolute;
    bottom: -80px;
    right: 0;
}
/* What We Offer Section End*/
/*People and Culture CSS End*/
.hero-section{
    filter: grayscale(1);
}
/* Hero section CSS Start */
  .people_hero-section{position:relative;width:100%;min-height:100vh;background:#f5c400;overflow:hidden;}
  .people_hero-section .hero-inner{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:0 24px;}
  .people_hero-section .hero-title{font-size: clamp(2rem, 1.2718rem + 3.1068vw, 5rem);line-height:1.2;color:var(--dark);margin:0;z-index:30;font-weight: 300;}
  .people_hero-section .hero-title .txt-bold {font-weight: 400;}
  .people_hero-section .cards{width:100%;max-width:1240px;margin-top:32px;display:flex;align-items:flex-end;justify-content:space-around;gap:0px;height:220px;position:relative;z-index:20;pointer-events:none;}
  .people_hero-section .card{width:120px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;transform-origin:center center;opacity:0;}
  .people_hero-section .shape{width:140px;height:140px;border-radius:50%;background:#fed63f;margin-bottom:12px;flex:0 0 auto;transform-origin:center center;}
  .people_hero-section .triangle{width:0;height:0;border-left:125px solid transparent;border-right:125px solid transparent;border-top:200px solid #fed63f;transform-origin:center top;}

  /* .people_hero-section .card.center .triangle{ border-top-color: rgba(0,0,0,0.08); } */
  .card.center .shape {
    background-color: #FEF7CB;
}
.shape.active-shape {
    background-color: #FEF7CB;
}
  .people_hero-section .people_section2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* initially hidden */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20; /* above hero content */
  /* pointer-events: none; so hero animation still works */
}
  .people_hero-section .people_section2 h2{ font-size:28px;color:#fff;margin:0;text-align:center; }
.mobile-static-img {
    display: none;
}
 .project-image-black img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
/* Responsive Css Start */

@media (min-width:1980px) and (max-width:2560px){
    .hero-banner svg{
        margin-top: 0px;
    }
}

@media (min-width: 2500px) {
.black-banner-heading {
        font-size: 7rem !important;
    }
    .black-banner-section .black-banner-text{
        font-size: 3.5rem !important;
        width: 958px !important;
    }
}
@media screen and (min-width: 1500px) {
    .capabilities__tabs-gif img {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (min-width: 1920px) {
    .paragraph-container {
        height: 100%;
        max-width: 1440px; 
        width: 100%;
        margin: auto;
    }
    .megamenu-tab span.e-n-tab-title-text {
        width: 315px;
    }
    .project-card-title h2{
        height: 100%;
        min-height: 68px;
        overflow: hidden;
    }
    .way_title{
        margin-bottom: 43rem;
    }
    .stack_card {
        /* margin-bottom: 237px;
        top: 20rem; */
        margin-bottom: 12rem;
        top: 12rem;
    }

    .stack_card.is-2 {
        /* margin-bottom: 128px;
        top: 424px; */
        margin-bottom: 6rem;
        top: 18rem;
    }

    .stack_card.is-6 {
        margin-bottom: 0px;
        top: 25rem;
    }


    .capabilities__header h1 {
        font-size: 72px;
    }

    .capabilities__description p {
        font-size: 20px;
    }

    .capabilities__header .capabilities__description {
        max-width: 938px;
    }

    .capabilities__card-content h2 {
        font-size: 48px;
    }

    .capabilities__card-content .capabilities__tabs .capabilities__tab-link {
        font-size: 20px;
    }

    .capabilities__card-content p {
        font-size: 20px;
        max-width: 613px;
    }

    .capabilities__tabs-gif img {
        width: 400px;
        height: 400px;
    }

    /* .capabilities__card {
        gap: 532px;
    } */

    .text-overlay h2 {
        font-size: 72px;
    }

    .paragraph-container p {
        font-size: 60px;
    }

    .accordion-scroll-area {
        padding-right: 45px;
    }

    .team-images-column {
        max-height: 699px;
        max-width: 699px;
    }

    .accordion-content {
        display: flex;
        padding: 25px 0 16px 80px;
    }
    .team-content-column {
        max-height: 698px;
        max-width: 905px;
    }

    .accordion-title {
        font-size: 32px;
        font-weight: 500;
    }

    .designation {
        font-size: 26px;
        font-weight: 400;
        max-width: 217px;
        width: 100%;
    }

    span.name-initials {
        padding: 19px 17px;
        font-size: 21px;
    }

    .title-wrapper {
        padding: 36px 0px;
    }

    .accordion-item {
        max-height: 158px;
    }

    .accordion-item:first-child {
        max-height: 141px;
    }

    .accordion-item:first-child .title-wrapper {
        padding-top: 0px;

    }

    .accordion-item.active {
        max-height: 642px;
    }

    span.name-initials {
        height: 64px;
        width: 64px;
    }

    .accordion-item:hover span.name-initials {
        border: 0.5px solid #E4E4E7;
        border-radius: 999px;
        background-color: transparent;

    }

    span.accordion-arrow {
        position: absolute;
        top: -26px;
        left: 21px;
    }

    .accordion-item.active span.accordion-arrow svg {
        transform: rotate(180deg);
    }

    span.button-arrow {
        padding: 1px 3px;
    }

    .icon-stack {
        width: 80px;
    }

    .vertical-slider-image {
        width: 444px;
    }

    .vertical-slider-content {
        width: 888px;
    }

    .vertical-slider-image {
        width: 444px;
    }

    .vertical-slider-content {
        width: 888px;
    }

    .vertical-slider-image img {
        height: 444px;
    }

    .post-date {
        font-size: 16px;
        padding: 6px 16px;
        margin-bottom: 10px;
    }

    h3.post-title {
        font-size: 32px;
        color: #000000;
        margin-bottom: 38px !important;
    }

    .post-content {
        font-size: 18px;
        margin-bottom: 51px !important;
        max-width: 824px;
    }

    .post-category {
        font-size: 16px;
    }

    a.post-link {
        font-size: 18px;
    }

    .vertical-slider-content .content-wrapper {
        padding: 32px;
        height: 444px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .vertical-slider-image::after,
    .vertical-slider-image::before,
    .vertical-slider-content::after {
        content: '';
        position: absolute;
        top: -20%;
        width: 1px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
        max-height: 670px;
        min-height: 670px;
        transform: translateX(0px);
    }

    .dual-vertical-slider-wrapper.line-wrapper:after,
    .dual-vertical-slider-wrapper.line-wrapper:before {
        content: '';
        position: absolute;
        left: 50%;
        width: 100%;
        height: 1px;
        z-index: 0;
        pointer-events: none;
        background: linear-gradient(260deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
        max-width: 1792px;
        min-width: 1792px;
        transform: translateX(-50%);
    }

    .slider-navigation {
        position: absolute;
        bottom: 20px;
        right: 25px;
        gap: 16px;
    }
    .marquee-content span {
    font-size: 28px;
    }
    .marquee-button{
        font-size: 18px !important;
    }
    .hero-title h1 {
        font-size: 80px;
    } 
    .contact-email a {
        font-size: 28px;
    }
    .bp-f-desc-sticky{
        font-size: 20px;
    }
    .bp-main-title-sticky{
        font-size: 48px !important;
        margin-bottom: 18px;
    }
    .bp-desc-sticky{
        font-size: 24px;
    }
    .bp-feature-list-sticky {
        max-width: 760px;
    }
    .partner_collection-item.active {
        flex: 0 0 33.33% !important;
    }
    .partner_collection-item{
        flex: 0 0 16.66% !important;
        width: 0 0 16.66%;
        min-width: 0 0 16.66%;
    }
    .life-box-content_inner p {
        flex: 0 0 260px !important;
    }
    .life-box-heading_inner h3{
        flex: 0 0 160px !important;   
    }
    .partner_collection-item.active h3{
        flex: 0 0 290px !important;
    }
    .partner_collection-item.active p {
        flex: 0 0 505px !important;
    }
    .testimonials_wrapper,
    .testimonials_slide {
        max-width: 1466px;
    }   
    .testimonials_slide-subtext {
        font-size: 20px;
    }
    .testimonials_slide-text,
    .mobile_slide-name-fs{
        font-size: 28px;
    }
    .verticle-text {
        font-size: 28px;
        right: 16px;
    }
    .testimonials_slide:has(~ .active) {
        left: -60px;
    }
    .testimonials_slider {
        height: 670px;
    }
    .seek_card:hover .seek_card-title p{
        font-size: 28px;
    }
    
    .career-left .svg-arrow-img::before {
        top: 2.4px;
    }
    .way_content{
    max-width: 1476px;
    }
    .layout {
        padding: 0;
    }
}
@media only screen and (max-width: 1680px) {
    .prevslide1, .prevslide2, 
    .prevslide3, .prevslide4 {
        transform: translateX(-118%);
    }
    
}
@media only screen and (max-width: 1536px) {
    .prevslide1, .prevslide2, 
    .prevslide3, .prevslide4 {
        transform: translateX(-112%);
    }
}

@media only screen and (min-with:1440px) and (max-width:1920px) {
    .project-left-border {
        bottom: 0px;
    }
    
    .left-viewport {
        max-width: 100%;
    }

    .image-grid {
        width: 100% !important;
    }
}
@media screen and (max-width: 1450px) {
    .intro-section .title h2 {
        font-size: 60px;
    }

    .intro-section .description p {
        font-size: 20px;
    }

    .intro-section .description span {
        font-size: 16px;
    }

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

    .timeline-item p,
    .timeline-item ul li {
        font-size: 16px;
    }

    .grayscale-image {
        width: 254px;
    }

    .left {
        width: 39%;
    }
    .list-viewport {
        max-height: 528px ;
    }
     .vertical-scroll-slider {
        max-width: 1440px !important;
        padding: 50px 48px !important;
    }

    .titles-column,
    .content-column {
        padding: 40px;
    }

    .content-column .column {
        max-height: 360px;
        width: 444px;
    }

    .titles-column ul li {
        font-size: 20px;
    }

    .content-column .pane p {
        font-size: 24px;
    }
}

@media (max-width:1440px){
    /* .accordion-item:hover span.accordion-arrow{
        top: 18px;
    } */
    .e-n-menu-content .e-active {
    top: 30px !important;
}
}




@media screen and (max-width:1366px) {

    .dual-vertical-slider-wrapper.line-wrapper:after,
    .dual-vertical-slider-wrapper.line-wrapper:before {
        max-width: 1120px;
        min-width: 1120px;
    }
    .partner_collection-item.active p {
        flex: 0 0 485px;
    }
}


@media screen and (max-width: 1200px) {
    .timeline-item {
        padding: 0 0 0 2.5rem;
    }

    .timeline-item:nth-child(even) {
        transform: translateY(200px);
    }

    .timeline-item:nth-child(odd)::before {
        left: 14px;
        height: 120px;
    }

    .timeline-item:nth-child(even)::before {
        left: 14px;

    }
    .year-title::before {
        left: 7.5px;
    }
    .team-images-column {
        max-width: 500px;
        max-height: 520px;
    }

    .team-content-column {
        max-height: 500px;
        max-width: 600px;
    }

    .accordion-item {
        max-height: 110px;
    }

    .accordion-content {
        padding: 5px 0 6px;
    }

    .content-wrapper-left {
        max-width: 300px;
    }
    .content-column .column {
        max-height: 80%;
    }
    .partner_collection-item.active{
        flex: 0 0 33.33%;   
    }
    .partner_collection-item{
        flex: 0 0 16.66%;
    }
    .partner_collection-item.active p {
        flex: 0 0 350px;
    }
    .list-viewport {
        max-height: 446px;
    }
}
@media only screen and (max-width:1280px){
    .seek_img-wrapper {
        width: 90px;
        height: 90px;
    }
}



@media screen and (min-with:1024px) and (max-width:1200px) {
    .project-left-border {
        top: 3px;
    }
    
}

@media (max-width:1024px) {
     #text-content {
        font-size: 3rem;
    }

    .first-letter {
        font-size: 3rem;
    }

    #hero-section {
        font-size: 3rem;
    }
    .transparent .header-transparent{
        height: 50px;
    }
    .mobile-menu nav .has-submenu.highlighted span svg {
    transform: rotate(180deg);
    }

    .mobile-menu .sub-menu.elementor-nav-menu--dropdown {
        background-color: transparent !important;
    }

    .mobile-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        display: block;
        width: 100%;
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(10px);
        position: absolute;
        left: 0;
        z-index: -1;
        min-height: 100%;
        margin-top: 11px;
        height: 100vh;
    }

    .center-line-horizontal {
        top: 34.3333%;
    }

    .center-line-horizontal2 {
        top: 68.6666%;
    }

    .main-project-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .element-title {
        order: 1;
    }

    .element-image {
        order: 2;
    }

    .element-content {
        order: 3;
    }


    .dual-vertical-slider-wrapper.line-wrapper:after,
    .dual-vertical-slider-wrapper.line-wrapper:before {
        content: '';
        position: absolute;
        left: 50%;
        width: 100%;
        height: 1px;
        z-index: 0;
        pointer-events: none;
        background: linear-gradient(260deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
        max-width: 1020px;
        min-width: 1020px;
        transform: translateX(-50%);
    }

    .dual-vertical-slider-wrapper {
        display: flex;
        flex-flow: row;
        position: relative !important;
    }

    .vertical-slider-content::before {
        content: '';
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
        max-height: 370px;
        min-height: 370px;
        transform: translateX(0px);
    }

    .vertical-slider-content::before {
        left: 0;
    }

    .vertical-slider-content::after {
        max-height: 450px;
        min-height: 450px;
        transform: translateX(0px);
    }

    .vertical-slider-image::after,
    .vertical-slider-image::before,
    .vertical-slider-content::after {
        content: '';
        position: absolute;
        top: -10%;
        width: 1px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
        max-height: 420px;
        min-height: 420px;
        transform: translateX(0px);
    }

    .vertical-slider-content {
        width: 640px;
    }

    .vertical-slider-content .content-wrapper {
        padding: 20px;
        height: 333px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .post-content {
        margin-bottom: 28px !important;
        /* display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
    }

    .element-image-bottomline,
    .element-image-topline {
        width: 110%;
    }

    .scrolling-up .header-transparent {
        height: 60px;
    }

    .accordion-item {
        max-height: 100px;
    }

    .title-wrapper {
        padding: 24px 0px;
    }

    .team-images-column {
        max-width: 450px;
        max-height: 465px;
    }

    .team-content-column {
        max-height: 450px;
        max-width: 500px;
    }

    .slider-navigation {
        right: 20px;
    }

    .icon-stack {
        width: 70px;
    }
    .left {
        width: 50%;
    }

    /* .accordion-title {
        min-width: 84px;
    } */

    /* .left-viewport {
        max-height: 345px !important;
    } */

    .team-section-container .card {
        gap: 24px;
    }

    .accordion-item:first-child {
        max-height: 72px;
    }
    .year-title {
        margin-left: -32px;
    }
    .content-column .column {
        max-height: 100%;
        width: 350px;
    }
    .titles-column ul li {
        font-size: 16px;
    }

    .content-column .pane p {
        font-size: 20px;
    }
    .hero-banner .banner-heading h2{
        font-size: 40px !important;
    }
    .hero-banner .banner-content p{
        font-size: 24px !important;
    }
    /* People and Culture CSS Start */
    .layout {
		flex-direction: column-reverse;
		gap: 32px;
	}

	.col-left,
	.col-right {
		width: 100%;
	}

	.small-image-wrap {
		margin-bottom: 18px;
	}

	.arrows {
		margin-bottom: 10px;
	}

	.text-desc {
		margin-bottom: 20px;
	}

	.col-right,
	.col-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
 

/* Darkmode CSS END */
    /* People and Culture CSS End */
    .partner_collection-item.active p {
        flex: 0 0 290px;
    }
    .life-box-content_inner p {
        flex: 0 0 126px;
    }
    .life-box-heading_inner h3 {
        flex: 0 0 130px;
    }
    .testimonials_navigation {
        display: block;
    }
      
    .testimonials_navigation-list {
        display: flex;
        padding: 0;
        justify-content: center;
        gap: 4px;
        list-style: none;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -40px;
        display: none;
    }

    .navigation_list-item {
        height: 10px;
        width: 10px;
        border-radius: 100%;
        background: #D4D4D8;
    }

    li.navigation_list-item.active {
        background: #71717A;
    }
            .testimonials_component {
        display: block;
        }
    .testimonials_slider{
        max-width: 100%;
        width: 100%;
            height: 450px;
    }
    .testimonials_wrapper{
        position: relative;
    }
    .testimonials_slide {
        left: 0 !important;
    }

    .verticle-text,
    .slide-plus-icon{
        display: none;
    }
    .seek_card {
        border-color: #FEE265 !important;
        background: #FEF9D8;
    }
    .seek_card .seek-card_number p {
        color: #71717A;
    }
    .seek_card .seek-svg {
        transform: scale(1);
    }
    
    .seek_card .seek-svg path {
        fill: #FEE265;
    }
    
    .seek_card .seek-svg .p-500 {
        fill: #FEC200;
    }
    
    .seek_card .seek-svg .p-400 {
        fill: #FED63F;
    }
    
    .seek_card .seek-svg .p-300 {
        fill: #FEE265;
    }
    .seek_card .seek_card-title p {
        color: #000;
        font-size: 24px;
        font-weight: 500;
    }
    .pc-btn, 
    .title-block,
     .career-left{
        transform: translateY(0);
    }
    .career-left .svg-arrow-img img {
        transform: translateX(0);
    }
    .career-left .svg-arrow-img::before {
        display: none;
    }
    .way-card_inner {
        transform: translateX(0%);
    }
    .section-way * {
        color: #fff !important;
    }
    .section-way {
        background: #27272A;
    }
    .section_seek,
    .offer-section{
        background: #27272A;
    }
    .dark-mode .text-title,
    .dark-mode .text-desc{
        color: #fff !important;
    }
    .way_card-img {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        overflow: hidden;
    }
    .offer-section .white--text h2, 
    .offer-section .white--text p,
    .offer-section .offer_card-heading h2,
    .section_seek .white--text h2,
    .section_seek .white--text p{
        color: #fff !important;
    }
    .people_hero-section .cards{
        justify-content: center;
        gap: 140px;
    }
    .tl-life {
        padding: 0 20px !important;
    }
    .tl-life .tl-life__header .tl-life__header-content{
        flex-wrap: nowrap;
    }
    .big-image-wrap img,.big-image-wrap video
    {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 16 / 9;
    }
    .partner_collection-list{
        flex-wrap: wrap;
        gap: 16px;
    }
     .partner_collection-item {
        flex: 0 0 calc(50% - 8px);
        min-height: 250px;
    }
    .life-box-heading_inner h3, .life-box-content_inner p{
        flex: 0 0 100%;
        width: 100%;
    }
    .partner_collection-list{
        height: auto;
    }
    .project-image:hover .project-img-zoom img, 
    .vertical-slider-image-wrapper:hover .project-image-black.slick-current.slick-active img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transform: scale(1);
    }

    .project-image .project-img-zoom img, 
    .vertical-slider-image-wrapper .project-image-black.slick-current.slick-active img {
        transform: scale(1);
    }
    .project_listing-image:hover img {
        filter: grayscale(100%);
        transform: scale(1);
    }

    .project_listing-image img {
        transform: scale(1);
    }
}

@media (max-width:991px) {
    .mob-hide{
        display: none;
    }
    .capabilities__header-content {
        flex-wrap: wrap;
    }

    .vertical-slider-content {
        width: 590px;
    }

    .post-content {
        margin-bottom: 40px !important;
        /* display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
    }

    .vertical-slider-content::after {
        max-height: 400px;
        min-height: 400px;
        transform: translateX(0px);
    }

    .dual-vertical-slider-wrapper.line-wrapper:after,
    .dual-vertical-slider-wrapper.line-wrapper:before {
        max-width: 990px;
        min-width: 990px;
    }

    .vertical-slider-content::before {
        display: none;
    }

    .vertical-slider-image::after,
    .vertical-slider-image::before,
    .vertical-slider-content::after {
        content: '';
        position: absolute;
        top: -10%;
        width: 1px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
        max-height: 410px;
        min-height: 410px;
        transform: translateX(0px);
    }
       .hero-section{
        aspect-ratio: 16 / 9;
            height: 100%;
            width: 100%;
        }
        .bg-image {
            aspect-ratio: 16 / 9;
            position: static;
        }
        .mobile-static-img {
            display: block;
            aspect-ratio: 16 / 9;
            width: 100%;
            height: 100%;
            object-fit: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .text-overlay {
                padding: 16px;
        }
        .bg-white {
            filter: blur(0px);
            opacity: 0.5;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 19.67%, #FFF 87.95%);
        }
}


@media(max-width: 900px) {
    .bp-inner-sticky {
        grid-template-columns:1fr;
    }
    #bp-left {
    transform: translate(0px, 0px) !important;
    }
}

@media (max-width: 880px) {
    .trust-voice {
        aspect-ratio: unset;
    }
    .left-viewport,
    .list-viewport {
        height: 36vh;
    }
    .counter-number:nth-child(1)::after,
    .counter-number:nth-child(3)::after,
    .counter-number:nth-child(5)::after,
    .counter-number:nth-child(7)::after {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        right: -7px;
        bottom: -7px;
        z-index: 10;
        background-color: white;
        border-radius: 50%;
        background-image: url('/wp-content/uploads/2025/10/Group-49.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        animation: zoomInOutMirror 2s infinite alternate ease-in-out;
    }
    .intro-section{
        flex-wrap: wrap;
        padding: 0 16px;
    }
    .counter-number:nth-child(2)::after,
    .counter-number:nth-child(4)::after {
        display: none;
    }
    .intro-section .title h2 {
        font-size: 40px;
        margin-bottom: 24px !important;
    }
    .counter-grid::before {
        left: 50% !important;
    }

    .counter-grid::after {
        content: none;
    }

    .center-line-horizontal {
        top: 20%;
    }

    .center-line-horizontal2 {
        top: 40%;
    }

    .center-line-horizontal3 {
        top: 60%;
    }

    .center-line-horizontal4 {
        top: 80%;
    }

    .trust-voice-mobile:nth-child(1)::before {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        right: -7px;
        bottom: -7px;
        z-index: 10;
        background-color: white;
        border-radius: 50%;
        background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        animation: zoomInOutMirror 2s infinite alternate ease-in-out;
    }

    .team-section-container {
        display: flex;
        flex-flow: column;
    }

    .team-images-column {
        max-width: 100%;
        max-height: 870px;
    }

    .team-content-column {
        max-width: 100%;
        max-height: 450px;
        overflow-y: scroll;

    }
     .dual-vertical-slider-wrapper {
        display: flex;
        flex-flow: column;
    }

    .vertical-slider-image,
    .vertical-slider-content {
        max-width: 100%;
        width: 100%;
    }

    .post-date {
        font-size: 10px;
        margin-bottom: 8px;
    }

    h3.post-title {
        font-size: 20px;
    }

    .post-content {
        font-size: 12px;
        /* display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
    }
    .dual-vertical-slider-wrapper.line-wrapper:after, 
    .dual-vertical-slider-wrapper.line-wrapper:before,
    .vertical-slider-content::after {
        display: none;
    }
    .vertical-slider-image::after, .vertical-slider-image::before{
        max-height: 670px;
        min-height: 670px;
    }
    /* .vertical-slider-content .content-wrapper{
        border-bottom: 1px solid #E4E4E7;
    } */
    .content-left::after{
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        left: -6px;
        bottom: -6px;
        z-index: 10;
        border-radius: 50%;
        background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        animation: zoomInOutMirror 2s infinite alternate 
    ease-in-out;
    }
    .mob-line-bottom::after {
        content: '';
        position: absolute;
        top: 259px;
        width: 100%;
        height: 1px;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
        transform: translateX(0px);
    }
    .stack_card {
        top: 16rem;
    }
    .stack_card.is-2 {
        top: 22rem;
    }
    .stack_card.is-6 {
        top: 29rem;
    }
    
    .partner_collection-item p {
        font-size: 12px;    
    }
    .partner_collection-item h3 {
        font-size: 18px;
    }
   
}

@media (max-width: 768px) {
    .capabilities__header {
        flex-direction: column;
        height: auto;
        padding-top: 2rem;
        position: static;
    }

    .capabilities__header-content {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .capabilities__header h1 {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .capabilities__description-text {
        font-size: 16px;
        margin-top: 24px;
    }

    .capabilities__description p {
        font-size: 14px;
    }

    .capabilities__progress {
        display: none;
    }

    .capabilities__header .description {
        margin-top: 1rem;
        max-width: 100%;
    }

    .capabilities__scroll-wrapper {
        height: auto;
        padding-top: 0;
    }

    .capabilities__slider {
        width: 100%;
        height: auto;
        display: block;
    }

    .capabilities__card {
        min-width: 100%;
        height: auto;
        padding: 0px 0 0 0;
        display: block;
        margin-top: 40px;
    }

    .capabilities__card-content {
        max-width: 100%;
        padding-top: 0px;
    }

    .capabilities__card-content h2 {
        font-size: 32px;
        margin-bottom: 24px;
        padding-left: 0px;
    }

    .capabilities__card-content .capabilities__tabs {
        padding-left: 0px;
    }

    .capabilities__card-content p {
        padding-left: 0px !important;
        margin-bottom: 120px !important;
    }
    .capabilities__tabs-gif{
        max-width: 100%;
    }
    .capabilities__tabs-gif img{
        width: 100%;
        height: 340px;
    }

    .capabilities__visual {
        position: relative;
        width: 100%;
        height: 250px;
        top: auto;
        opacity: 0.5;
    }

    .capabilities {
        height: auto !important;
    }

    .capabilities__card-content .capabilities__tabs .capabilities__tab-link:nth-child(3) {
        padding-left: 16px;
    }

    .text-overlay h2 {
        font-size: 24px;
        margin: 0px;
    }
    .text-overlay{
         height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* padding: 63px 16px; */
    text-align: left;
    }


    .paragraph-container p {
        font-size: 24px;
    }

    .accordion-title,
    .designation {
        font-size: 16px;
    }

    .content-wrapper-experience .experience,
    .content-wrapper-eduction .education,
    .content-wrapper-expertise .expertise {
        font-size: 14px;
    }

    .content-wrapper-experience .experience-content,
    .content-wrapper-eduction .education-content,
    .content-wrapper-expertise .expertise-content {
        font-size: 12px;
    }

    .team-images-column {
        max-width: 100%;
        max-height: 760px;
    }

    .title-wrapper {
        padding: 20px 0px;
        max-height: 72px;
    }

    .accordion-item.active {
        max-height: 642px;
    }

    .accordion-item {
        max-height: 72px;
    }

    .team-content-column {
        max-height: 300px;
        overflow-y: scroll;
    }

    .accordion-content {
        display: flex;
        flex-flow: column;
    }

    .content-wrapper-left,
    .content-wrapper-right,
    .content-wrapper-experience,
    .content-wrapper-eduction,
    .content-wrapper-eduction {
        max-width: 100%;
    }

    .accordion-content,
    .content-wrapper-right {
        display: flex;
        gap: 12px;
    }

    .content-wrapper-expertise {
        border: none;
    }

    .accordion-item.active .designation,
    .accordion-item:hover .designation {
        transform: translateX(0px);
    }

    .image-card {
        height: 100% !important;
    }

    .grayscale-image {
        height: 100% !important;
    }

    span.accordion-arrow {
        position: absolute;
        top: -35px;
        left: 4px;
    }
    .title-naming{
        max-height: 32px;
        min-width: 32px;
        max-width: 32px;
    }
        .accordion-item:first-child {
        max-height: 54px;
    }
    span.name-initials {
        height: 32px;
        width: 32px;
        padding: 6px 5px;
        font-size: 16px;
    }

    .accordion-scroll-area {
        padding-right: 25px;
    }

    .accordion-scroll-area::-webkit-scrollbar {
        width: 1px;
    }

    .accordion-scroll-area::-webkit-scrollbar-track {
        background: #E4E4E7;
        border-radius: 2px;
        max-height: 524px;
    }

    .team-section-container .card {
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%;
    }

    .vertical-slider-content::after {
        max-height: 380px;
        min-height: 380px;
        transform: translateX(0px);
    }

    .dual-vertical-slider-wrapper.line-wrapper:after,
    .dual-vertical-slider-wrapper.line-wrapper:before {
        display: none;
    }

    .vertical-slider-image::after,
    .vertical-slider-image::before {
        max-height: 1200px;
        min-height: 1200px;
    }
    .vertical-slider-content::before {
        content: '';
        position: absolute;
        bottom: -20%;
        width: 1px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
        max-height: 502px;
        min-height: 502px;
        transform: translateX(0px);
    }

    .content-left::before {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        bottom: -6px;
        right: -6px;
        z-index: 10;
        border-radius: 50%;
        background-image: url(/wp-content/uploads/2025/10/Group-49.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        animation: zoomInOutMirror 2s infinite alternate ease-in-out;
    }

   .mob-line-bottom{
        position: relative;
    }

    .mob-line-bottom::after {
        content: '';
        position: absolute;
        top: 332px;
        width: 100%;
        height: 1px;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, #FFFFF5 0%, #E4E4E7 5.77%, #E4E4E7 95%, #FFFFF5 100%);
        transform: translateX(0px);
    }

    .vertical-slider-content::after {
        display: none;
    }
    .hero-title h1 {
        font-size: 32px;
    }
    .hero-banner svg{
        margin-top: -270px;
    }
    .post-content{
        font-size: 12px;
    }
    .content-column .column{
        width: 250px;
    }
    
    .partner_collection-item h3 {
        font-size: 16px;
    }
    
    .testimonials_slider{
        height:360px;
    }
    .testimonials_content-wrapper {
        padding: 24px 16px !important;
    }

    .testimonials_slide-text {
        font-size: 20px;
    }

    .testimonials_slide-subtext {
        font-size: 14px;
    }

    .mobile_slide-name-fs {
        font-size: 20px;
        margin-top: 24px;
    }
     /*Life Mobile*/
   
    .tl-life__card{
        flex-direction: column;
        padding-left: 20px;
        padding-top: 20px;
    }
    .tl-life__slider{
        padding: 0px;
    }
    .tl-life__card-content{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .list-viewport {
        max-height: 325px !important;
    }
    /* .accordion-title {
        min-width: 40px;
    } */
    .accordion-item:first-child {
        max-height: 52px;
    }
    .accordion-item.active:first-child {
        max-height: 500px;
    }
    
    .left {
        width: 100%;
    }
    .way_title{
        position: relative;
        top: 0;
    }
    /* .left-viewport {
        max-height: 358px !important;
    } */
    .capabilities__tab-link br {
    display: none;
}
    span.accordion-arrow {
        left: 5px;
    }

    .person.active .designation {
        animation: designation-swipe .8s ease-in-out forwards;
    }

    .designation {
        transform: translateX(0);
        opacity: 1;
    }
    /* .project_listing-image img {
        filter: grayscale(0);
    } */

    @keyframes designation-swipe {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        30% {
            transform: translateX(-100%);
            opacity: 0;
        }

        50% {
            transform: translateX(100%);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
    .marquee {
    padding: 6.5px 0 5.5px 0;
    }
    .marquee-content{
    gap: 12px;
    }
    .marquee-content span {
        font-size: 12px;
    }
    .marquee-button {
        font-size: 10px !important;
    }
    .accordion-item span.accordion-arrow{
        top: -18px;
    }
    /* .accordion-item:hover span.accordion-arrow{
        top: 8px;
    } */
    .title-naming{
        max-width: 32px;
        max-height: 32px;
        min-width: 32px;
    }
    #text-content {
        font-size: 1.75rem;
    }

    .first-letter {
        font-size: 1.75rem;
    }

    #hero-section {
        font-size: 1.75rem;
    }

    .capabilities__tabs {
        flex-wrap: wrap;
        position: relative;
    }

    .capabilities__tab-link {
        width: 50% !important;
        max-width: 100%;
        padding: 8px 0px;
        margin: 8px 0px;
    }

    .capabilities__card-content .capabilities__tabs {
        padding: 0px;
    }

    .capabilities__card-content .capabilities__tabs .capabilities__tab-link:nth-child(3) {
        padding-left: 0px !important;
    }

    .capabilities__tabs::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #E4E4E7;
        top: 50%;
        bottom: 50%;
        transform: translate(0%, 50%);
    }

    .capabilities__card-content .capabilities__tabs .capabilities__tab-link:nth-child(2) {
        border-right: none;
    }
    .perspective-blog::before {
        background: transparent;
    }
    .perspective-blog::before {
        background-color: transparent !important;
        background-image: linear-gradient(180deg, #FFFFFF38 0%, #000000 100%) !important;
    }
    .category-podcast .perspective-blog::before {
       display: none;
    }
    .perspective-blog span.elementor-button-text {
        border: 1px solid #fff;
        color: #fff;
    }
    .perspective-blog .button-perspective span.elementor-button-icon {
    border: 1px solid #fff;
    }
    .perspective-blog .button-perspective span.elementor-button-icon::before {
        background: #fff;
        width: 32px;
        height: 32px;
    }
    .category-podcast .button-perspective span.elementor-button-icon::before {
        background: #000;
    }
    .perspective-blog .button-perspective span.elementor-button-icon svg {
        filter: invert(1);
    }
    .category-podcast .elementor-element.elementor-element-6ade2da .button-perspective span.elementor-button-icon svg {
        filter: none !important;
    }
    .post-content{
        font-size: 12px;
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
        
    }
    .category-podcast .elementor-element.elementor-element-6ade2da::after {
        opacity: 1;
        max-width: 380px;
        height: 380px;
        margin: auto;
    }

    .category-podcast .elementor-element.elementor-element-6ade2da .elementor-element.elementor-element-5639d02.e-con-full.e-flex.e-con.e-child::before {
        background: #FEC200B2;
    }
    .vertical-scroll-slider {
        padding: 24px 16px !important;
    }

    .slider-inner {
        flex-direction: column;
    }

    .titles-column::before {
        right: -6px;
        top: unset;
        bottom: -6px;
    }
    .middle-line::after {
        top: 50%;
        left: -5%;
        width: 110%;
        height: 1px;
    }

    .titles-column {
        width: auto;
        padding: 16px;
        height: 350px;
    }
    .content-column {
        width: auto;
        padding: 16px;
        height: 350px;
    }

    .titles-column::after {
        bottom: -6px;
        right: unset;
        left: -6px;
    }
     .content-column .column{
        width: 100%;
    }
    .contact-email a {
        font-size: 20px;
    }
    .vertical-slider-image::after, .vertical-slider-image::before {
        max-height: 670px;
        min-height: 670px;
    }
    .partner_collection-item.active {
        all: unset;  
    }
    .life-box-heading_inner h3 {
        flex: 0 0 100%;
        font-size: 32px !important;
    }
    .partner_collection-item {
        flex: 0 0 100%;
    }
    .partner_collection-list {
        height: auto;
        flex-wrap: wrap;
    }
    /* .partner_collection-item:nth-child(3) {
        border-top: 0px;
        border-bottom: 0px;
    }
    .partner_collection-item:nth-child(2){
        border-bottom: 0px;
        border-left: 0px;
    }
    .partner_collection-item:nth-child(4){
        border-left: 0px;
    } */
    .life-box-content_inner p {
        flex: 100%;
        font-size: 24px;
    }
    .partner_collection-item {
        height: 420px;
    }

   
    .hero-inner{padding: 0;}
    .hero-title{font-size:22px;}
    .cards{height:160px;}
    .card{
        width:84px;
        /* height:140px; */
    }
    .shape{width:64px;height:64px;margin-bottom:8px;}
    .triangle{border-left:32px solid transparent;border-right:32px solid transparent;border-top:46px solid rgba(0,0,0,0.06);
    }
    .layout {
    padding: 0;
}
    .way_card::before {
    display: none;
}
#timeline-section .timeline-btn-wrapper {
    right: 20px;
}
.timeline-item.active:nth-child(even) {
    transform: translateY(100px);
}

}
@media only screen and (max-width: 600px) {
    .testimonials_slider {
        height: 840px;
    }
    .testimonials_inner {
        flex-direction: column;
    }
}

@media (max-width:567px) {
    .way_title{
        margin-bottom: 40px;
    }
    .stack_card {
        padding: 24px 16px;
        position: relative;
        top: 0px;
        margin: 0px;
        background: #FEE265 !important;
    }

    .stack_card.is-2 {
        margin-bottom: 0px;
        top: 0px;
        background: #FED63F !important;
    }

    .stack_card.is-6 {
        margin-bottom: 0px;
        top: 0px;
        background: #FEC200 !important;
    }

    .stack_component {
        display: flex;
        flex-direction: column;
        grid-row-gap: 0rem;
        justify-content: space-between;
    }

    .stck-header {
        top: 0rem;
        margin-bottom: 40px;
    }

    .team-images-column {
        max-height: 560px;
    }
     .trust-voice{
        aspect-ratio: 1/1;
    }
}

@media only screen and (max-width: 575px) {
    .arrow-wrapper {
        width: 28px;
        height: 28px;
    }
    /* .project_listing-image img {
        filter: grayscale(0);
        transform: scale(1);
    } */
    .element-title h2 {
        width: 100%;
        max-width: 170px;
    }
    .testimonials_slider{
        height:730px;
    }
    .way_card::before {
        display: none;
    }
    .seek_card .seek_card-title p,
    .seek_card:hover .seek_card-title p{
        font-size: 32px;
        color: #000;
    }
}

@media (max-width:456px){
    .black-banner-section .e-con-inner {
        padding: 76px 0px 48px 0px;
        height: auto;
        flex-direction: column-reverse !important;
    }
}

@media (max-width:430px) {
    .team-images-column {
        max-width: 100%;
        max-height: 420px;
    }
    .mob-line-bottom::after{
        top: 357px;
    }
    .vertical-slider-image::after, .vertical-slider-image::before {
        max-height: 800px;
        min-height: 800px;
    }

}

@media (max-width:425px) {
    .elementor-counter-title br {
        display: none;
    }

    .counter-number .elementor-counter-title {
        line-height: normal;
    }

    .voice-trust-image .elementor-image-box-wrapper {
        display: flex !important;
        gap: 12px !important;
        align-items: center !important;
    }

    .vertical-slider-content::before {
        max-height: 450px;
        min-height: 450px;
    }

    .vertical-slider-content::after {
        max-height: 470px;
        min-height: 530px;
    }

    .timeline-section-wrapper .intro-section.sticky {
        position: relative;
        padding-top: 0px;
    }

    .intro-section {
        flex-direction: column;
        padding: 16px 24px;
        gap: 20px;
    }

    .timeline-item:nth-child(even)::before {
        left: 13px;

    }

    .intro-section h1 {
        font-size: 32px;
    }

    .intro-section .description p {
        font-size: 16px;
    }

    .intro-section .description span {
        font-size: 14px;
    }

    .year-title {
        font-size: 20px;
    }

    .timeline-item p,
    .timeline-item ul li {
        font-size: 14px;
    }

    .intro-section h2 {
        font-size: 32px;
    }

    .timeline-navigation-controls {
        /*display: flex;*/
    }

    .timeline-item {
        width: 100vw;
    }

    .team-images-column {
        max-width: 100%;
        max-height: 410px;
    }

    .detail-row::before {
        content: "";
        width: 100%;
        height: 1px !important;
        inset: 0;
        background: #E4E4E7;
        top: 50%;
        left: 0;
        right: 0;
        border: none !important;
    }

    .element-image-rightline {
        max-height: 450px;
        min-height: 450px;
    }

    .element-image-leftline {
        max-height: 450px;
        min-height: 450px;
    }
    .trust-voice_content {
    aspect-ratio: 1 / 1;
    justify-content: space-between;
    }
    
    .voice-trust-text{
        margin-bottom: 20px !important;
    }
    .project-impact span.elementor-button-icon{
        background-color: #27272A !important;
        border-color:#27272A !important;
    }
    .project-impact .elementor-button-text{
        color: #27272A;
        border-color:#27272A;
    }
    .project-impact span.elementor-button-icon svg{
        filter: invert(1) !important;
    }
    .capabilities__card-content .capabilities__tabs .capabilities__tab-link:nth-child(2){
        padding-right: 0px !important;
    }
    .mob-line-bottom::after{
        top: 332px;
    }
    .vertical-slider-image::after, .vertical-slider-image::before {
        max-height: 800px;
        min-height: 800px;
    }
    .partner_collection-item {
        flex: 0 0 100%;
    }
    .life-box-content_inner p {
    flex: 0 0 100%;
    }
    /* .partner_collection-item:nth-child(2) {
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        border-top: 0px;
    }
    .partner_collection-item:nth-child(4) {
        border-left: 1px solid #000;
        border-bottom: 0px;
    } */

}

@media (max-width:390px) {
    .team-images-column {
        max-height: 350px;
    }
    .vertical-slider-content .content-wrapper{
        height: 350px;
    }
        .mob-line-bottom::after {
        top: 349px;
    }
     .vertical-slider-image::after, .vertical-slider-image::before {
        max-height: 780px;
        min-height: 780px;
    }
}

@media (max-width:376px) {
    .element-image-leftline {
        max-height: 390px;
        min-height: 390px;
    }

    .element-image-rightline {
        max-height: 390px;
        min-height: 390px;
    }

    /* .left-viewport {
        max-height: 348px !important;
    } */
    .scope-text, .length-text, .cost-text, .client-text{
        width: 150px !important;
       
    }
    .mob-line-bottom::after {
        top: 349px;
    }
}

@media (max-width:375px){
    .vertical-slider-image::after, .vertical-slider-image::before{
        max-height: 760px;
        min-height: 760px;
    }
        .vertical-slider-content .content-wrapper {
        padding: 20px;
        height: 350px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
}
@media (max-width:320px) {
    .counter-number {
        padding: 10px 10px;
    }

    .vertical-slider-content::before {
        max-height: 500px;
        min-height: 520px;
    }

    .vertical-slider-content::after {
        max-height: 600px;
        min-height: 620px;
    }

    .team-images-column {
        max-width: 100%;
        max-height: 310px;
    }
    .scope-text, .length-text, .cost-text, .client-text {
        width: 130px !important;
    }
   .mob-line-bottom::after {
        top: 443px;
    }
    .vertical-slider-image::after, .vertical-slider-image::before{
        max-height: 800px;
        min-height: 800px;
    }
    .content-column .pane p {
        font-size: 18px;
    }

}




/* Global CSS Start  */

body {
    line-height: normal !important;
    overscroll-behavior: none !important;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px !important;
    padding: 0px !important;
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover,
.elementor-heading-title {
    line-height: normal !important;
}

.black nav .e-n-menu-title:hover a span{
    border-bottom: 1px solid #fff;
}
.main-header ul li .e-n-menu-title.e-current a{
    color: #000 !important;
    /* border-bottom: 1px solid #000; */
}
.main-header.scrolling-up nav .e-n-menu-title:hover a span,
nav .e-n-menu-title:hover a span{
    border-bottom: 1px solid #000;
}


#form_btn .elementor-form-spinner {
    display: none;
}
.trust-voice > div.card {
    padding: 0px; 
}
.megamenu-tab .e-n-tabs-content ul li:hover span {
    color: #000 !important;
}
.square_gif {
    width: 100%;
    max-width: 500px;
}
.no-scroll {
    overflow: hidden;
    height: 100vh;        
}
.no-scroll .main-header{
    width: 100% !important;
}
/* Global CSS End  */
.img-reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}