.root {
  font-size: 0.052086vw;
}
html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
}

@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url(../css/fonts/Poppins-Black.woff2) format("woff2"),
    url(../css/fonts/Poppins-Black.otf) format("otf");
}

@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../css/fonts/Poppins-Bold.woff2) format("woff2"),
    url(../css/fonts/Poppins-Bold.otf) format("otf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url(../css/fonts/Poppins-SemiBold.woff2) format("woff2"),
    url(../css/fonts/Poppins-SemiBold.otf) format("otf");
}

@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url(../css/fonts/Poppins-Medium.woff2) format("woff2"),
    url(../css/fonts/Poppins-Medium.otf) format("otf");
}

@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../css/fonts/Poppins-Regular.woff2) format("woff2"),
    url(../css/fonts/Poppins-Regular.otf) format("otf");
}

@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url(../css/fonts/Poppins-Light.woff2) format("woff2"),
    url(../css/fonts/Poppins-Light.otf) format("otf");
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 300;
  src: url(../css/fonts/Poppins-ExtraLight.woff2) format("woff2"),
    url(../css/fonts/Poppins-ExtraLight.otf) format("otf");
}
/* Theme css*/
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

body {
  margin: 0;
  font-family: "Poppins-Regular", serif;
  overflow-x: hidden;
  background-color: #060606;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins-Regular", serif;
}

p,
a {
  font-family: "Poppins-Regular", serif;
}

a,
a:hover {
  color: unset;
  text-decoration: none;
}

.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.bg-black {
  background-color: #060606 !important;
}
.padding-t-less {
  padding-top: 80rem !important;
}
.padding-b-less {
  padding-bottom: 80rem !important;
}
.padding-t-0 {
  padding-top: 0rem !important;
}
.padding-b-0 {
  padding-bottom: 0rem !important;
}
button:focus {
  outline: unset;
}
.wnsdata-package {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.wnsdata-section {
  padding: 160rem 40rem;
  overflow: hidden;
  position: relative;
}
.wnsdata-fullsec {
  min-height: 100vh;
}
.wnsdata-header {
  height: 86px;
  padding: 0 40rem;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #00000000;
  transition: all 0.3s ease-in-out;
}
.wnsdata-header.bg-black {
  background-color: #000000 !important;
}
.wnsdata-wns-logo img {
  width: 68px;
}

.wnsdata-container {
  max-width: 1680rem;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.wnsdata-container-full {
  max-width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.wnsdata-para-20 {
  color: #fff;
  font-family: "Poppins-Regular", serif;
  font-size: 20rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}
.wnsdata-heading-main {
  font-family: "Poppins-Regular", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 80rem !important;
  line-height: 1.2em !important;
  letter-spacing: -2rem;
  position: relative;
}
.wnsdata-heading-h2 {
  font-family: "Poppins-Medium", serif;
  font-weight: 500 !important;
  color: #ffffff;
  font-size: 48rem !important;
  line-height: 1.3em;
  letter-spacing: -1rem;
  position: relative;
}
.wnsdata-heading-h2 span {
  font-size: 48rem !important;
  line-height: 1.3em;
  font-weight: 500 !important;
}
.wnsdata-heading-h2 span,
.wnsdata-heading-82 span {
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: move 3s linear infinite;
  background-image: linear-gradient(91.1deg, #f37021, #ed1c24, #f37021);
}
@keyframes move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
  }
}
.wnsdata-heading-82 span {
  font-size: 82rem !important;
  line-height: 1.2em;
}
.wnsdata-heading-82 {
  font-family: "Poppins-Regular", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 82rem !important;
  line-height: 1.2em;
  letter-spacing: -1rem;
  position: relative;
}

.wnsdata-para {
  font-size: 18rem !important;
  line-height: 1.4em;
}
.wnsdata-paralight {
  font-size: 20rem !important;
  line-height: 1.4em;
  letter-spacing: 1rem;
  font-family: "Poppins-Regular", serif;
  color: #f0f0f0;
  margin-bottom: 10rem;
}
.wnsdata-para22 {
  font-size: 22rem !important;
  line-height: 1.4em;
  font-family: "Poppins-ExtraLight";
  color: #f0f0f0;
  margin-bottom: 20rem;
}
.mb-20 {
  margin-bottom: 20rem;
}
.mb-30 {
  margin-bottom: 30rem;
}
.mb-50 {
  margin-bottom: 50rem;
}
.mb-60 {
  margin-bottom: 60rem;
}
.mb-80 {
  margin-bottom: 80rem;
}
.center-items {
  justify-content: center;
  display: flex;
}
.wns-head2 {
  color: rgb(255, 255, 255);
  font-size: 64rem !important;
  line-height: 1.3em;
  font-family: "Poppins-Medium", sans-serif;
}
.wns-head3 {
  color: #f37021;
  font-size: 32rem !important;
  line-height: 1.4em;
  position: relative;
  font-family: "Poppins-Regular", sans-serif;
}
.width-54 {
  width: 54%;
  margin-left: auto;
  margin-right: auto;
}
.width-70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-scrollbar-drag {
  background: #c3cce8 !important;
  height: 100%;
  cursor: pointer;
}
.wnsdata-d.swiper-scrollbar {
  position: relative;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 85px;
}
.swiper-scrollbar {
  position: relative;
  margin-top: 20rem;
  background: rgba(50, 50, 50, 1) !important;
  height: 3rem;
  width: 100%;
}
.swiper-scrollbar {
  left: 0 !important;
}
.wnsdata-scroll {
  width: 92%;
  position: relative;
}
.wnsdata-swiper-button-prev svg,
.wnsdata-swiper-button-next svg {
  width: 24rem;
  height: 24rem;
}
.wnsdata-d.wnsdata-swiper-button-next,
.wnsdata-d.wnsdata-swiper-button-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.wnsdata-swiper-button-next {
  right: 0;
}
.wnsdata-swiper-button-prev,
.wnsdata-swiper-button-next {
  position: absolute;
  bottom: 0rem;
  width: 32rem;
  height: 32rem;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.wnsdata-swiper-button-prev svg,
.wnsdata-swiper-button-next svg {
  width: 24rem;
  height: 24rem;
}
.wnsdata-buttonarrow svg {
  margin-left: 10rem;
  width: 14rem;
  height: 14rem;
}
.wnsdata-buttonarrow svg {
  transition: transform 0.3s;
}
.wnsdata-buttonarrow:hover {
  color: #f76e11;
}
.wnsdata-buttonarrow:hover {
  transform: translateX(4px);
  color: #f76e11 !important;
}
.wnsdata-buttonarrow:hover {
  transform: translateX(4px);
  color: #f76e11 !important;
}
.wnsdata-buttonarrow:hover svg {
  transform: translate(3px, -3px);
}
/* Theme css end*/
/* top banner *********************************************/
#wnsdata-top-banner .wnsdata-paralight {
  font-size: 22rem !important;
}
#wnsdata-top-banner {
  background-color: rgb(6, 6, 6);
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 6;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#wnsdata-top-banner .wnsdata-video-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#wnsdata-top-banner .wnsdata-video-wrap {
  background-image: url(../images/bg-vid.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#wnsdata-top-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
#wnsdata-top-banner .wnsdata-container {
  z-index: 2;
}
#wnsdata-top-banner .wnsdata-banner-left-cntt {
  text-align: left;
}
.wnscounter-section {
  padding: 140rem 0px 40rem;
  background-color: transparent;
}
.wnscounter-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85%;
}
.wnscounter-number {
  font-size: 56rem !important;
  color: #ffffff;
  line-height: 1.2em;
  font-family: "Poppins-Regular", sans-serif;
  margin: 0 0 3rem;
}
.wnscounter-label {
  font-size: 22rem !important;
  line-height: 1.2em;
  color: #ffffff;
  font-family: "Poppins-Regular", sans-serif;
  margin: 0;
}
.wnsdata-video-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000080;
  position: absolute;
  top: 0;
  left: 0;
}
/* top banner end*********************************************/
/* about section*********************************************/
.opacity-span {
  opacity: 0.2;
  transition: opacity 0.5s ease;
  font-size: 30rem !important;
  line-height: 1.4em !important;
  font-family: "Poppins-Regular", serif;
  text-align: center;
  color: #ffffff !important;
}
.row.wnsdata-tbanner-row {
  width: 48%;
  margin: auto;
}
.wnsdata-banner-left-cntt {
  text-align: center;
}
.wnsdata-banner-left-cntt .width-70 {
  margin-left: 0;
}
/* about section end*********************************************/
/* partnership section  *********************************************/
/* Swiper container */
.wnsdata-partnership {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Swiper wrapper */
.wnsdata-partnership .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row !important;
}

/* Slide styling */
.wnsdata-partnership .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition: transform 0.3s ease;
}

/* Navigation buttons */
.wnsdata-d.wnsdata-swiper-button-next,
.wnsdata-d.wnsdata-swiper-button-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Scrollbar */
.wnsdata-d.swiper-scrollbar {
  position: relative;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 85px;
}

.wnsdata-d.swiper-scrollbar-drag {
  background: #f76e11;
  height: 100%;
}

/* Mobile specific styles */
@media (max-width: 767px) {
  .wnsdata-partnership .swiper-slide {
    width: 100% !important;
    padding: 20px;
    min-height: 200px;
  }

  .wnsdata-partnership .wnsdata-scroll {
    display: block !important;
    margin-top: 20px;
  }

  .wnsdata-partnership .wnsdata-swiper-button-prev,
  .wnsdata-partnership .wnsdata-swiper-button-next {
    display: flex !important;
  }
}
.wnsdata-partnership .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
}
.wnsdata-partnership .wnsdata-scroll {
  margin-top: 50px;
  display: none;
}
.wnsdata-partnership .wnsdata-swiper-button-prev,
.wnsdata-partnership .wnsdata-swiper-button-next {
  display: none;
}
.wnsdata-partnership .wnsdata-slide-item {
  color: white;
  padding: 20rem;
  text-align: center;
  min-height: 234rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 10rem solid #060606;
  width: 25% !important;
}
.wnsdata-partnership .wnsdata-slide-item:hover {
  background-size: 102%;
}
.wnsdata-partnership .wnsdata-slide-item .wnsdata-stext {
  font-size: 18rem !important;
  line-height: 1.4em;
  font-family: "Poppins-Regular";
}
.wnsdata-red {
  background-color: #b3708b10;
}
.wnsdata-blue {
  background-color: #86a4d210;
}
.wnsdata-partnership {
  margin-bottom: 60rem;
}
.wnsdata-buttonarrow {
  font-size: 20rem !important;
  line-height: 1.2em;
  color: #fff !important;
  position: relative;
  font-family: "Poppins-SemiBold";
  letter-spacing: 1rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  /* width: fit-content;
  margin: auto; */
}
.wnsdata-partnership .wnsdata-slide-item .wnsdata-stext svg {
  width: 0;
  transition: 0.3s ease-in-out;
}
.wnsdata-partnership .wnsdata-slide-item:hover .wnsdata-stext svg {
  width: 24rem;
  height: 14rem;
  margin-left: 10rem;
}
.wnsdata-partnership .wnsdata-slide-item:hover .wnsdata-stext {
  color: #f76e11;
}
.wnsdata-d1 {
  background-image: url(../images/real-time.png);
}
.wnsdata-d2 {
  background-image: url(../images/scalable.png);
}
.wnsdata-d3 {
  background-image: url(../images/robust.png);
}
.wnsdata-d4 {
  background-image: url(../images/data-access.png);
}

/* partnership section end *********************************************/
/* core services section *********************************************/
.solution-card {
  background: #000;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
}
.solution-image img {
  width: 100%;
  height: 166rem;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.solution-content {
  padding: 25rem 20rem;
}
.solution-title {
  font-size: 24rem;
  line-height: 1.2em;
  font-family: "Poppins-Medium", serif;
  margin-bottom: 15rem;
}
.solution-description {
  font-size: 16rem;
  line-height: 1.4em;
  font-family: "Poppins-Regular", serif;
  margin-bottom: 15rem;
}
.swiper-pagination-bullet {
  background: #f04e30;
}
.wnsdata-core .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.solution-card:hover .solution-image img {
  transform: scale(1.1);
}
.solution-card:hover {
  transform: translateY(-10px) !important;
}
.swiper.wnsdata-core {
  overflow: visible;
}
/* core services end *********************************************/

/* Impact section *********************************************/
.wnsdata-indus {
  padding-right: 85rem;
}
/* Impact section end*********************************************/
/* Why choose section *********************************************/
.wnsdata-u.wnsdata-swiper-button-prev,
.wnsdata-u.wnsdata-swiper-button-next,
.wnsdata-s.wnsdata-swiper-button-prev,
.wnsdata-s.wnsdata-swiper-button-next {
  background: #eaeaea !important;
}
.wnsdata-showhide {
  position: relative;
  overflow: hidden;
}
/* Animation styles */
@keyframes fadeInUpAI {
  from {
    opacity: 0;
    transform: translate3d(0, 60rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpAI {
  animation-duration: 1s;
  animation-fill-mode: both;
}

#wnsdata-future-section,
#wnsdata-ai-section {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#wnsdata-ai-section {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wnsdata-tech-slider .wnsdata-slide-card {
  height: 364rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
}
.wnsdata-tech-slider .wnsdata-slide-card:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 20.3%,
    rgba(6, 5, 10, 0.8) 69.96%
  );
  backdrop-filter: blur(1px);
  z-index: 0;
}

.wnsdata-card-content {
  width: 100%;
  padding: 20rem 25rem 25rem;
  position: absolute;
  bottom: 0;
  transition: padding 0.4s ease-in-out;
  z-index: 1;
}

.wnsdata-card-content h3 {
  margin: 0;
  font-size: 20rem !important;
  line-height: 1.4em;
  font-family: "Poppins-Medium", serif;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
  color: #fff !important;
}

.wnsdata-desc,
.wnsdata-read-more {
  opacity: 0;
  transform: translateY(20rem);
  transition: opacity 0.4s ease, transform 0.4s ease;
  font-size: 14rem !important;
  line-height: 1.4em;
  letter-spacing: 1rem;
  color: #d6d6d6;
  height: 0;
  margin: 0 !important;
  font-family: "Poppins-Regular", serif;
}

.wnsdata-read-more {
  display: inline-block;
  color: #f76e11;
  font-family: "Poppins-Regular", serif;
  font-size: 14rem !important;
  line-height: 1.4em;
}

/* Smooth Hover Effect */
.wnsdata-slide-card:hover .wnsdata-card-content h3 {
  transform: translateY(-10rem);
  color: #f37021 !important;
}

.wnsdata-slide-card:hover .wnsdata-desc,
.wnsdata-slide-card:hover .wnsdata-read-more {
  opacity: 1;
  transform: translateY(0);
}
.wnsdata-slide-card:hover .wnsdata-desc,
.wnsdata-slide-card:hover .wnsdata-read-more {
  height: 100%;
}
.wnsdata-slide-card svg {
  width: 11rem;
  height: 11rem;
}

.wnsdata-slide-card:hover .wnsdata-read-more {
  margin-top: 10rem;
}
.wnsdata-slide-card:hover .wnsdata-card-content {
  padding: 20rem 25rem 20rem;
}
.wnsdata-slideu1 {
  background-image: url(../images/proven.png);
}
.wnsdata-slideu2 {
  background-image: url(../images/partnerships.png);
}
.wnsdata-slideu3 {
  background-image: url(../images/custom-solutions.png);
}
.wnsdata-slideu4 {
  background-image: url(../images/support.png);
}
.wnsdata-slideu5 {
  background-image: url(../images/talent.png);
}
.wnsdata-deep-main:after {
  content: "";
  display: inline;
  position: absolute;
  width: 100%;
  height: 130rem;
  background: linear-gradient(0deg, #050505 0%, rgba(0, 0, 0, 0) 100%);
  bottom: -4%;
  left: 0;
}

/* Why choose section end *********************************************/
/* footer *************************************************************/
svg#fluidRed {
  position: absolute;
  bottom: -60%;
  right: 0%;
  z-index: 0;
  height: 1523rem;
  width: 100%;
}
#footer-sec {
  overflow: visible;
}
/* footer end *************************************************************/
