.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;
}
.wnsagent-package {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.wnsagent-section {
  padding: 160rem 40rem;
  overflow: hidden;
  position: relative;
}
.wnsagent-fullsec {
  min-height: 100vh;
}
.wnsagent-header {
  height: 86px;
  padding: 0 40rem;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #00000000;
  transition: all 0.3s ease-in-out;
}
.wnsagent-header.bg-black {
  background-color: #000000 !important;
}
.wnsagent-wns-logo img {
  width: 68px;
}

.wnsagent-container {
  max-width: 1680rem;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.wnsagent-container-full {
  max-width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.wnsagent-para-20 {
  color: #fff;
  font-family: "Poppins-Regular", serif;
  font-size: 20rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}
.wnsagent-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;
}
.wnsagent-heading-h2 {
  font-family: "Poppins-SemiBold", serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 48rem !important;
  line-height: 1.2em;
  letter-spacing: -1rem;
  position: relative;
}
.wnsagent-heading-h2 span{
    font-size: 72rem !important;
  line-height: 1.2em;
}
.wnsagent-heading-h2 span, .wnsagent-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;
  }  
}
.wnsagent-heading-82 span{
  font-size: 82rem !important;
  line-height: 1.2em;
}
.wnsagent-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;
}

.wnsagent-para {
  font-size: 18rem !important;
  line-height: 1.4em;
}
.wnsagent-paralight {
    font-size: 20rem !important;
    line-height: 1.4em;
    letter-spacing: 1rem;
    font-family: "Poppins-ExtraLight";
    color: #f0f0f0;
    width: 50%;
    margin: auto;
    padding-bottom: 60rem;
}
.wnsagent-para22 {
  font-size: 22rem !important;
  line-height: 1.4em;
  font-family: "Poppins-ExtraLight";
  color: #f0f0f0;
  margin-bottom: 20rem;
}
.mb-20 {
  margin-bottom: 20rem;
}
.mb-40 {
  margin-bottom: 40rem;
}
.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.2em !important;
    font-family: "Poppins-Bold", sans-serif;
}
.wns-head3 {
    color: rgb(255, 255, 255);
    font-size: 32rem !important;
    line-height: 1.3em !important;
   font-family: "Poppins-Regular", sans-serif;
}
p {
    margin-top: 15rem;
}
.nav-section.fixed {
    position: fixed;
   /* top: 0;*/
    padding-top: 15rem;
    bottom: 10%;
    margin: unset;
    z-index: 999;
    margin-top: 0px;
}
.z-i5{
  z-index: 5;
}
/* Theme css end*/
/* top banner *********************************************/
#wnsagent-top-banner {
    background-color: rgb(6, 6, 6);
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 40rem;
    padding-bottom: 40rem;
    z-index: 6;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
#wnsagent-top-banner .wnsagent-video-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#wnsagent-top-banner .wnsagent-video-wrap {
    background-image: url(../images/bg-vid.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#wnsagent-top-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
#wnsagent-top-banner .wnsagent-container {
    max-width: 900rem;
    z-index: 2;
}
#wnsagent-top-banner .video-wrap {
    background-image: url(../images/bg-vid.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.wnsagent-banner-left-cntt {
    text-align: center;
}
.wnsagent-banner-left-cntt h3 {
    padding-top: 30rem;
    margin: auto;
}
.nav-section {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 90rem;
    margin: auto;
    transition: 0.4s;
}
.header-menu {
    justify-content: space-between;
    align-self: center;
    display: flex;
    background-color: rgb(28, 28, 29);
    border-radius: 50rem;
    gap: 30rem;
    margin: auto 0px;
    padding: 16rem 35rem;
}
.header-menu a {
    color: rgb(255, 255, 255);
    font-size: 15rem !important;
    line-height: 1.2em;
    font-weight: 400;
    padding-bottom: 4rem;
    position: relative;
}
.header-menu a.prev-active::after {
    width: 0px;
    left: 100%;
}
.header-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2rem;
    background: linear-gradient(90deg, #F37021 0%, #BD1A29 40%, #ED1C24 71%, #F04E30 100%);
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.header-menu a.active::after {
    width: 100%;
    left: 0;
}
a.nav-item:hover {
    color: rgb(243, 112, 33);
}
.wns-head2.loaded-pg span {
    animation-name: glow-anime;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 3.2s;
    animation-delay: calc(0.1s * var(--i));
    color: #fff;
}

@keyframes glow-anime {
    0% {}

    50% {
         text-shadow: 0 0 1.5rem #fff7f0, 0 0 1.5rem #fcf7f3, 0 0 4rem #e4cdc1, 0 0 5rem #F99988, 0 0 14rem #fcf7f3;
    }

    100% {}
}
.wns-head2.loaded-pg span {
    animation-name: glow-anime;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 3.2s;
    animation-delay: calc(0.1s * var(--i));
    color: #fff;
}
.gen-ai {
    color: #ffffff;
    background: radial-gradient(circle at center, #FFAD6C, #FFAD6C, #e4cdc1, #FB9A76, #F99988, #FFAD6C);
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 5s !important;
    animation-name: animationgradienttitle !important;
    animation-iteration-count: infinite !important;
    animation-timing-function: linear;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@keyframes animationgradienttitle {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}
/* 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.wnsagent-tbanner-row {
    width: 48%;
    margin: auto;
}
/* about section end*********************************************/
/* agentic ai*********************************************/
#agentic-journey {
    overflow: visible;
}
#agentic-journey svg#fluidLeft {
    position: absolute;
    top: -60%;
    left: -40%;
    z-index: 0;
    height: 1500rem;
    width: 100%;
}
.wnsagent-swiper .swiper-slide {
    width: 100% !important;
  transition: transform 0.3s ease-in-out;
}
.wnsagent-swiper .swiper-slide:hover {
    transform: scale(1.02);
}
.wnsagent-swiper .swiper-wrapper {
    margin: auto;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20rem;
    align-items: stretch;
}
/* Card 1: top left */
.wnsagent-card1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

/* Card 2: tall center (center column, spanning 2 rows) */
.wnsagent-card2 {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

/* Card 3: top right */
.wnsagent-card3 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

/* Card 4: bottom left */
.wnsagent-card4 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

/* Card 5: bottom right */
.wnsagent-card5 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
.wnsagent-card {
    background: #27272A;
    border: 1rem solid #27272A;
    border-radius: 8rem;
    padding: 20rem 20rem;
    text-align: left;
    min-height: 280rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 0 20rem rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    width: unset;
    width: 100% !important;
        height: 100% !important;
}
.swiper.wnsagent-swiper {
    overflow: visible;
}
    .wnsagent-icon {
      width: 48rem;
      margin-bottom: 30rem;
    }

.wnsagent-title {
    font-size: 28rem !important;
    line-height: 1.3em !important;
    font-family: "Poppins-Medium", serif;
    color: #ffffff !important;
    margin-bottom: 15rem;
}

.wnsagent-desc-card {
    font-size: 16rem !important;
    line-height: 1.4em !important;
    color: #8F8F98;
    font-family: "Poppins-Regular", serif;
    margin-bottom: 10rem;
    padding-right: 15%;
}
    .swiper-pagination-bullet {
      background: #fff;
    }
    :root {
  --gradient: conic-gradient(
    from 90deg at 50% 50%,
rgba(189, 26, 41, 0) 0%,
    rgba(189, 26, 41, 1) 30%,
    rgba(240, 78, 48, 1) 67%,
    rgba(180, 56, 35, 0) 100% 
  );
}
/* WNSAGENT CARD */
.wnsagent-card {
  --start: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0px auto;
  padding: 40rem;
  background-color: #040404;
  border-radius:14rem;
  transition: border-color 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.wnsagent-card::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 14rem;
  border: 2px solid transparent;
  background: var(--gradient);
  background-attachment: fixed;
  mask: linear-gradient(#0000, #0000),
    conic-gradient(
      from calc((var(--start) - (20 * 1.1)) * 1deg),
      #ffffff1f 0deg,
      white,
      #ffffff00 100deg
    );
  mask-composite: intersect;
  mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 0;
}

.wnsagent-card:hover::before {
  opacity: 0.6;
}

/* GLOW EFFECT */
.wnsagent-glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
  margin: auto;
  filter: blur(14px);
  z-index: -1;
}

.wnsagent-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 98%;
  height: 98%;
  border-radius: 14px;
  border: 15px solid transparent;
  background: var(--gradient);
  background-attachment: fixed;
  mask: linear-gradient(#0000, #0000),
    conic-gradient(
      from calc((var(--start) - (20 * 1.1)) * 1deg),
      #ffffff1f 0deg,
      white,
      #ffffff00 100deg
    );
  mask-composite: intersect;
  mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 1s ease;
}

.wnsagent-card:hover .wnsagent-glow::before {
  opacity: 1;
}
.wnsagent-cenimg {
    margin-bottom: 40rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30rem;
}
.wnsagent-card::after {
  content: "";
  position: absolute;
  top: 20rem;
  left: 20rem;
  width: calc(100% - 40rem);  /* 20rem left + 20rem right */
  height: calc(100% - 40rem); /* 20rem top + 20rem bottom */
  background-color: #000;
  z-index: -1;
  border-radius: 14rem;
  border: 1rem solid #27272A;
}
.wnsagent-cen {
    position: relative;
    margin: auto;
}

.wnsagent-cen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/glow-cen.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

/* agentic ai section end *********************************************/
/* Solutions section  *********************************************/
.fw-bold::after {
    content: "";
    display: block;
    width: 100%;
    height: 2rem;
    margin: 25rem 0;
    background: linear-gradient(to right, #F37021 0%, #BD1A29 40%, #ED1C24 71%, #F04E30 100%);
}

.wnsagent-s {
    display: none !important;
}
.wnsagent-tabs {
    overflow-x: auto;
    white-space: nowrap;
    display: flex
;
    gap: 25rem;
    margin-bottom: 60rem;
    justify-content: center;
}
.wnsagent-tab-btn {
    border: none;
    color: #000000;
    background: #F0F0F0;
    padding: 10rem 16rem;
    border-radius: 8rem;
    cursor: pointer;
    font-weight: 500;
    flex-shrink: 0;
    font-size: 18rem !important;
    line-height: 1.3em !important;
    font-family: "Poppins-Medium", serif;
}
.fw-bold {
    font-size: 38rem !important;
    line-height: 1.3em;
  font-family: "Poppins-Medium", serif;
      color: #000000;
}
.wnsagent-solution p {
    font-size: 20rem !important;
    color: #000000;
      font-family: "Poppins-Regular", serif;
    line-height: 1.4em;
}
.wnsagent-outcome {
    background-color: #F2F2F2;
    padding: 40rem;
    margin-top: 40rem;
}
.wnsagent-outcome p{
    font-size: 26rem !important;
      color: #000000;
    line-height: 1.3em;
      font-family: "Poppins-Regular", serif;
}
    .wnsagent-tab-btn.active {
      background-color: #F04E30;
      color: white;
    }
.wnsagent-outcome strong {
    color: #F04E30;
    font-size: 26rem !important;
  font-family: "Poppins-Bold", serif;
    line-height: 1.4em;
    margin-bottom: 30rem;
}
    .pr-5 {
    padding-right: 140rem !important;
}
.wnsagent-solution {
    width: 90%;
}
@keyframes fadeInUpTab {
  from {
    opacity: 0;
    transform: translateY(50rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .wnsagent-solution .swiper-slide {
    display: none;
  }

  .wnsagent-solution .swiper-slide.active {
    display: block;
    animation: fadeInUpTab 0.7s ease both;
  }
}


    /* Solutions section  *********************************************/
/* Usecases section  *********************************************/
/* Swiper container */
.wnsagent-usecases {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Swiper wrapper */
.wnsagent-usecases .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row !important;
}

/* Slide styling */
.wnsagent-usecases .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition: transform 0.3s ease;
}

/* Navigation buttons */
.wnsagent-d.wnsagent-swiper-button-next, .wnsagent-d.wnsagent-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 */
.wnsagent-d.swiper-scrollbar {
  position: relative;
  height: 3px;
  background: rgba(0,0,0,0.1);
  margin-top: 85px;
}

.wnsagent-d.swiper-scrollbar-drag {
  background: #F76E11;
  height: 100%;
}

/* Mobile specific styles */
@media (max-width: 767px) {
  .wnsagent-usecases .swiper-slide {
      width: 100% !important;
      padding: 20px;
      min-height: 200px;
  }
  
  .wnsagent-usecases .wnsagent-scroll {
      display: block !important;
      margin-top: 20px;
  }
  
  .wnsagent-usecases .wnsagent-swiper-button-prev,
  .wnsagent-usecases .wnsagent-swiper-button-next {
      display: flex !important;
  }
}
.wnsagent-usecases .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
}
.wnsagent-usecases .wnsagent-scroll {
  margin-top: 50px;
  display: none;
}
.wnsagent-usecases .wnsagent-swiper-button-prev, .wnsagent-usecases .wnsagent-swiper-button-next{
  display: none;
}
.wnsagent-usecases .wnsagent-slide-item {
    color: white;
    padding: 40rem 36rem;
    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: 20% !important;
}
.wnsagent-usecases .wnsagent-slide-item:hover {
  background-size: 102%;
}
.wnsagent-usecases .wnsagent-slide-item .wnsagent-stext {
  font-size: 18rem !important;
  line-height: 1.4em;
  font-family: "Poppins-Regular";
}
.wnsagent-red {
  background-color: #b3708b10;
}
.wnsagent-blue {
  background-color: #86a4d210;
}
.wnsagent-usecases {
  margin-bottom: 60rem;
}
.wnsagent-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; */
}
.wnsagent-usecases .wnsagent-slide-item .wnsagent-stext svg {
  width: 0;
  transition: 0.3s ease-in-out;
}
.wnsagent-usecases .wnsagent-slide-item:hover .wnsagent-stext svg {
  width: 24rem;
  height: 14rem;
  margin-left: 10rem;
}
.wnsagent-usecases .wnsagent-slide-item:hover .wnsagent-stext {
  color: #f76e11;
}
.wnsagent-d1{
  background-image: url(../images/demand.png);
}
.wnsagent-d2 {
  background-image: url(../images/pricing.png);
}
.wnsagent-d3 {
  background-image: url(../images/fraud.png);
}
.wnsagent-d4{
  background-image: url(../images/maketing.png);
}
.wnsagent-d5 {
  background-image: url(../images/vehicle-damage.png);
}
.wnsagent-d6 {
  background-image: url(../images/credit-risk.png);
}
.wnsagent-d7 {
  background-image:url(../images/price.png);
}
.wnsagent-d8 {
  background-image: url(../images/fnol.png);
}
.wnsagent-d9 {
  background-image: url(../images/knowledge.png);
}

/* Usecases section end *********************************************/
/* Leadership section *********************************************/
.wnsagent-tech-slider .swiper-wrapper {
    justify-content: center;
}
.wnsagent-u.wnsagent-swiper-button-prev, .wnsagent-u.wnsagent-swiper-button-next,
.wnsagent-s.wnsagent-swiper-button-prev, .wnsagent-s.wnsagent-swiper-button-next {
    background: #eaeaea !important;
}
.wnsagent-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;
}

#wnsagent-future-section,
#wnsagent-ai-section {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#wnsagent-ai-section {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wnsagent-tech-slider .wnsagent-slide-card {
  height: 364rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
}
.wnsagent-tech-slider .wnsagent-slide-card:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 20.3%, rgba(6, 5, 10, 0.80) 69.96%);
backdrop-filter: blur(1px);
z-index: 0;
}

.wnsagent-card-content {
  width: 100%;
  padding: 20rem 25rem 10rem;
  position: absolute;
  bottom: 0;
  transition: padding 0.4s ease-in-out;
  z-index: 1;
}

.wnsagent-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;
}

.wnsagent-desc,
.wnsagent-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;
}

.wnsagent-read-more {
  display: inline-block;
  color: #f76e11;
  font-family: "Poppins-Regular", serif;
  font-size: 14rem !important;
  line-height: 1.4em;
}

/* Smooth Hover Effect */
.wnsagent-slide-card:hover .wnsagent-card-content h3 {
  transform: translateY(-10rem);
}

.wnsagent-slide-card:hover .wnsagent-desc,
.wnsagent-slide-card:hover .wnsagent-read-more {
  opacity: 1;
  transform: translateY(0);
}
.wnsagent-slide-card:hover .wnsagent-desc,
.wnsagent-slide-card:hover .wnsagent-read-more {
  height: 100%;
}
.wnsagent-slide-card svg {
  width: 11rem;
  height: 11rem;
}

.wnsagent-slide-card:hover .wnsagent-read-more {
  margin-top: 10rem;
}
.wnsagent-slide-card:hover .wnsagent-card-content {
  padding: 20rem 25rem 20rem;
}
.wnsagent-slideu1 {
  background-image: url(../images/leader-1.png);
}
.wnsagent-slideu2 {
  background-image: url(../images/leader-2.png);
}
.wnsagent-slideu3 {
  background-image:  url(../images/leader-3.png);
}
.wnsagent-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;
}

/* Leadership section end *********************************************/
/* Awards section*********************************************/

.wnsagent-awards-slider {
  padding: 60rem 0rem 0rem;
}
.wnsagent-award-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85%;
}
.wnsagent-awards-wrapper {
  width: 100%;
  margin-top: 40rem;
}
.wnsagent-awards-wrapper .swiper-slide.swiper-slide-hovered{
  width: 38% !important;
  margin-left: 0;
  transition: all 0.6s ease-in-out;
}

.wnsagent-awards-wrapper .swiper-slide {
  width: 17.5% !important;
  position: relative;
 height: 400rem !important;
}
.wnsagent-award-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-right: 40rem;
  height: 548rem !important;
  transition: all 0.4s ease-in-out;
  transform-origin: center;
}
.wnsagent-award-content {
  width: 80%;
  position: relative;
}
.wnsagent-award-content .wnsagent-buttonarrow {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20rem;
  width: 100%;
  color: #fff;
  font-size: 22rem !important;
  line-height: 1.4em;
  font-family: 'Poppins-Regular', sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.4s ease 0.6s;
  display: inline;
  z-index: 1;
}
.wnsagent-award-content .wnsagent-buttonarrow svg{
  position: relative;
}
.wnsagent-awards-wrapper .swiper-slide-hovered .wnsagent-award-content .wnsagent-buttonarrow{
  opacity: 1;
}
.wnsagent-awards-wrapper .swiper-slide-hovered.wnsagent-award-card:after {
  transition: all 1s ease-in-out;
}
.wnsagent-awards-wrapper .swiper-slide-hovered.wnsagent-award-card:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 20.3%, rgba(6, 5, 10, 0.80) 85.96%);
  backdrop-filter: blur(1px);
  position: absolute;
  display: inline-block;
  top: 0;
  z-index: 0;
}
.wnsagent-awards-wrapper .swiper-slide:first-child {
  margin-left: 0;
}

.wnsagent-awards-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.wnsagent-awards-wrapper .swiper-slide {
  margin-right:  50rem; 
}
.swiper-scrollbar-drag {
    background: #C3CCE8 !important;
    height: 100%;
    cursor: pointer;
}
.wnsagent-scroll {
    width: 92%;
    position: relative;
}
.swiper-scrollbar {
    position: relative;
    margin-top: 20rem;
    background: rgba(50, 50, 50, 1) !important;
    height: 3rem;
    width: 100%;
}
.swiper-scrollbar {
    left: 0 !important;
}
.wnsagent-awards-slider .wnsagent-scroll {
    margin-top: 80px !important;
    width: 92%;
    position: relative;
}
.wnsagent-swiper-button-prev {
    right: 3%;
}
.swiper-button-disabled {
    opacity: 0.5;
}
.wnsagent-swiper-button-prev, .wnsagent-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;
}
.wnsagent-swiper-button-prev svg, .wnsagent-swiper-button-next svg {
    width: 24rem;
    height: 24rem;
}
.wnsagent-swiper-button-prev, .wnsagent-swiper-button-next {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}
.wnsagent-awards-wrapper .swiper-slide-hovered .wnsagent-award-content .wnsagent-buttonarrow {
    opacity: 1;
}
.wnsagent-buttonarrow:hover {
    transform: translateX(4px);
    color: #F76E11 !important;
}
.wnsagent-swiper-button-next {
    right: 0;
}
/* Awards section end*********************************************/

/* footer section *********************************************/
#footer-sec h2 {
    margin-bottom: 40rem;
}
.footer-para p {
    color: #ffffff;
    font-size: 20rem !important;
    line-height: 1.4em !important;
      font-family: "Poppins-Regular", serif;
}
.footer-right-s img {
    width: 90%;
    padding-left: 40rem;
}
.footer-para {
    width: 80%;
}
.wnsagent-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;
    position: relative;
    z-index: 10;
    pointer-events: auto;
    margin-top: 40rem;
}
.wnsagent-buttonarrow svg {
    transition: transform 0.3s;
}
.wnsagent-buttonarrow svg {
    margin-left: 10rem;
    width: 14rem;
    height: 14rem;
}
.wnsagent-buttonarrow:hover {
    transform: translateX(4px);
    color: #F76E11 !important;
}
.wnsagent-buttonarrow:hover {
    color: #f76e11;
}
.wnsagent-buttonarrow:hover svg {
    transform: translate(3px, -3px);
}
p.add-area {
    margin-left: 15rem;
}
 .add-area:before {
    content: "/";
    position: absolute;
    left: -5rem;
    color: #F37021;
    display: inline-block;
}
svg#fluidRed {
    position: absolute;
    bottom: -50%;
    right: -25%;
    z-index: 0;
    height: 1523rem;
    width: 100%;
}
#footer-sec {
    overflow: visible;
}
/* footer section end*********************************************/
