@font-face {

  font-family: gilroyLight;

  src: url(assets/fonts/Gilroy-Light.ttf);

}



@font-face {

  font-family: gilroyMedium;

  src: url(assets/fonts/Gilroy-Medium.ttf);

}



@font-face {

  font-family: gilroyRegular;

  src: url(assets/fonts/Gilroy-Regular.ttf);

}



@font-face {

  font-family: gilroySemibold;

  src: url(assets/fonts/Gilroy-Semibold.ttf);

}



@font-face {

  font-family: gilroyBold;

  src: url(assets/fonts/Gilroy-Bold.ttf);

}



@font-face {

  font-family: gilroyExtrabold;

  src: url(assets/fonts/Gilroy-Extrabold.ttf);

}



@font-face {

  font-family: plusJakartaSans;

  src: url(assets/fonts/PlusJakartaSans-Regular.ttf);

}



:root {

  --primary-color: #0d5cf7;

  --secondary-color: #ff0000;

  --third-color: #616161;

  --black-color: #000000;



  --gilroy-light: "gilroyLight";

  --gilroy-regular: "gilroyRegular";

  --gilroy-medium: "gilroyMedium";

  --gilroy-semiBold: "gilroySemibold";

  --gilroy-bold: "gilroyBold";

  --gilroy-extraBold: "gilroyExtrabold";

  --plusJakartaSans: "plusJakartaSans";

}



* {

  box-sizing: border-box;

}



html {

  overflow-x: hidden;

}



body {

  font-family: var(--plusJakartaSans);

  overflow-x: hidden;

}



ul {

  margin: 0;

  padding: 0;

  list-style-type: none;

}



h1 {

  font-size: 4rem;

}



h3 {

  font-size: 2.25rem;

}



p {

  font-size: 1.25rem;

}



a {

  color: #000000;

  text-decoration: none;

}



/* Header */

.contact-info a:last-child {

  font-size: 16px;

  color: #ffffff;

  padding: 8px 22px;

  border-radius: 4px;

  margin: 0 0 0 25px;

  background: #07559a;

  font-family: var(--gilroyregular);

}



/* Banner */

.banner {

  padding: 0 0 150px;

}



.banner h3 {

  font-family: var(--plusJakartaSans);

}



.banner h1 {

  line-height: 50px;

  color: var(--primary-color);

  font-family: var(--gilroy-semiBold);

}



.banner p,

.banner i,

label,

input {

  font-family: var(--gilroy-regular);

}



label {

  font-weight: bold;

}



.banner form p {

  font-size: 0.75rem;

}



.banner span {

  font-family: var(--gilroy-medium);

}

.dsPayRollLogo {

  width: 150px;

}



.banner .banner-img {

  position: relative;

}



.banner .banner-img img {

  position: absolute;

  width: 125%;

  right: -52px;

  top: -10px;

  z-index: -1;

}



.content {

  margin-top: 110px;

  position: relative;

}



.banner .content i img {

  width: 90px;

  margin-top: -17px;

}



.banner .form {

  background: #ffffff;

  position: relative;

  top: 17%;

  left: 13%;

  width: 72%;

  padding: 30px 20px;

  border-radius: 20px;

  box-shadow: 0px 4px 20.1px 18px rgba(0, 0, 0, 0.06);

}



.banner form h4 {

  font-family: var(--gilroy-semiBold);

}



.content > span {

  content: "";

  width: 70px;

  height: 30px;

  left: 9%;

  bottom: -10%;

  background-image: url(assets/images/imgPointer.svg);

  position: absolute;

}



select {

  width: 100%;

  padding: 0.375rem 0.75rem;

  border: 1px solid #ced4da;

  color: rgba(153, 153, 153, 1);

  font-family: var(--gilroy-regular);

}



select:focus {

  background-color: #fff;

  border-color: #86b7fe;

  outline: 0;

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

}



.iti {

  display: flex;

}



.iti__flag-container {

  position: static;

}



.iti__flag-container {

  border: 1px solid #ced4da;

  z-index: 999;

  border-radius: 7px;

}



.iti--allow-dropdown input[type="tel"] {

  padding-left: 5% !important;

  margin-left: 1% !important;

}



textarea {

  color: rgba(153, 153, 153, 1);

  border: 1px solid #ced4da;

}



.form .btn {

  /*background-color: var(--secondary-color);*/

  color: white;

  border-radius: 6px;

}



/* Trusted */

.trustedBy {

  position: relative;

}



.trustedBy span:last-of-type {

  top: 32%;

  right: -7%;

  position: absolute;

}



.trustedBy .trustedByImage {

  width: 38%;

}



.trustedBy .multiCompaniesImages {

  width: 70%;

}



.trustedBy span:first-of-type {

  position: absolute;

  top: 41%;

}



.trustedBy span img {

  width: 65%;

}



/* Video Player */

.video-player-section h3 {

  font-family: var(--gilroy-medium);

}



.video-player-section h3 span {

  font-family: var(--gilroy-bold);

}



.video-player-section {

  margin-top: 90px;

  background: linear-gradient(

    to left,

    rgba(234, 247, 255, 1) 60%,

    rgba(255, 255, 255, 1) 40%

  );

}



iframe {

  width: 75%;

  height: 260px;

  padding: 15px 20px 0 20px;

  margin-top: -28px;

  border-top-left-radius: 22px;

  border-top-right-radius: 22px;

  background: white;

  box-shadow: 10px -5px 20px -5px #cad7df;

  /* box-shadow: 9px -8px 20px -3px #cad7df; */

  position: relative;

  bottom: -6px;

}



.video-player-section .data {

  align-self: center;

  font-size: 32px;

}



/* Tabs */

.tabs {

  padding: 50px 0 0px;

  background: #ffffff;

  overflow: hidden;

  z-index: 2;

}



.tabs .nav-circle {

  position: absolute;

  min-width: 600px;

  left: -500px;

  top: 3px;

}



.tabs a.nav-link {

  color: #000;

  width: 100%;

  position: relative;

}



.tabs a.nav-link::after {

  content: "";

  position: absolute;

  bottom: 0;

  border-bottom: 1px solid #e5e5e5;

  left: 16px;

  width: 114px;

}



.tabs .tab-content .tab-pane h2 {

  font-family: var(--gilroy-semiBold);

  font-size: 32px;

  color: var(--primary-color);

}



.tabs .imgsCol {

  position: relative;

}



.tabs .imgsCol img:first-of-type {

  position: relative;

  width: 302px;

  top: -18%;

  right: -100%;

  border-radius: 10px;

}



.tabs .imgsCol img:last-of-type {

  position: absolute;

  width: 580px;

  top: -12%;

  right: -10%;

}



.tabs .dsPayRollCoreModule {

  width: 380px;

  margin-bottom: 40px;

}



.tabs a.nav-link span.small {

  font-size: 18px;

  position: relative;

}



#v-pills-tabContent {

  padding-left: 8%;

}



/* Tabs Image Animation */

.fade-left-animation {

  opacity: 0;

  transform: translateX(50px);

  transition: opacity 0.8s ease, transform 0.8s ease;

}



.fade-left-animation.fade-in {

  opacity: 1;

  transform: translateX(0);

}



/* ESS */

.ESS .employeeSelfServiceImg {

  width: 360px;

  margin-bottom: 10px;

}



.ESS .wrapper {

  display: flex;

  align-items: center;

  flex-direction: column;

  border-radius: 15px;

  margin: 0 auto 20px;

  /* padding: 40px 20px; */

  background: #fff;

}



.upper-border {

  box-shadow: 0px -10px 25px 0px #a8c0ff26;

}



.lower-border {

  box-shadow: 0px 15px 20px 0px #a8c0ff26;

}



.ESS {

  position: relative;

  overflow-x: hidden;

}



.ESS h6,

.overview h6 {

  text-align: center;

  font-weight: 400;

  font-size: 20px;

  font-family: var(--gilroy-medium);

}



.ESS .wrapper p,

.overview .wrapper p {

  font-size: 16px !important;

  text-align: center;

  color: rgba(84, 84, 84, 1);

  font-family: var(--gilroy-regular);

}



.ESS span:first-of-type {

  position: absolute;

  top: 55%;

  left: -1%;

}



.ESS span:first-of-type img {

  width: 43%;

}



.ESS span:last-of-type {

  position: absolute;

  text-align: end;

  top: 13%;

  right: -36px;

  z-index: -1;

}



.ESS span:last-of-type img {

  width: 75%;

}



.ESS .row {

  padding: 50px 70px;

}



.wrapper img {

  width: 46px;

  margin-bottom: 12px;

}



.tabs .nav-pills .nav-link.active {

  font-family: var(--gilroy-semiBold);

}



.tabs .nav-pills .nav-link.active::after {

  display: none;

}



.tabs .nav-pills .nav-link {

  font-family: var(--gilroy-regular);

}



.tabs p {

  font-family: var(--plusJakartaSans);

}



/* Career Portal */

.careerPortal {

  padding: 70px 0;

  background: linear-gradient(to bottom, transparent 94%, #f9fdff 94%);

}



.careerPortal h3 {

  font-family: var(--gilroy-bold);

}



.careerPortal span img {

  position: relative;

  top: -3%;

  left: 23%;

  width: 20%;

}



.careerPortal p {

  font-size: 1rem;

}



.careerPortal .accordion-button::after {

  background-image: url(/assets/images/plusIcon.png);

  width: 0.8rem;

  height: 0.8rem;

  background-size: 0.6rem;

}



.careerPortal .accordion-button:not(.collapsed)::after {

  background-image: url(/assets/images/minus-sign.png);

}



.accordion-body {

  font-family: var(--gilroy-regular);

}



.careerPortal .careerPortalScreen {

  position: relative;

  min-height: 530px;

  right: -4%;

}



.careerPortal .careerPortalScreen img:first-of-type {

  position: absolute;

  width: 88%;

  top: -16%;

  right: -30%;

  z-index: -1;

}



.careerPortal .careerPortalScreen img:nth-child(2) {

  position: absolute;

  width: 37%;

  top: -3%;

  left: 34%;

  z-index: 999;

}



.careerPortal .careerPortalScreen img:nth-child(3) {

  position: relative;

  width: 108%;

  top: 6%;

  right: -15%;

}



.careerPortal .careerPortalScreen img:nth-child(4) {

  position: absolute;

  right: 0%;

  width: 19%;

  bottom: 14%;

}



.careerPortal .toogle-data {

  min-height: 680px;

}



/* Overview */

.overview {

  position: relative;

  background-color: #f9fdff;

  z-index: -2;

  overflow-x: hidden;

}



.overview .overviewHeadingimg {

  width: 43%;

  margin-top: 18px;

}



.overview .row {

  padding: 40px 70px;

  justify-content: center;

}



.overview .wrapper {

  display: flex;

  align-items: center;

  flex-direction: column;

  border-radius: 15px;

  margin: 0 auto 20px;

  padding: 40px 20px;

  background: linear-gradient(rgba(255, 255, 255, 1), rgba(249, 253, 255, 1));

}



.overview span:first-of-type {

  position: absolute;

  top: 26%;

  left: 0%;

  z-index: -1;

}



.overview span:first-of-type img {

  width: 54%;

}



.overview span:last-of-type {

  position: absolute;

  text-align: end;

  bottom: 6%;

  right: -34px;

  z-index: -1;

}



.overview span:last-of-type img {

  width: 75%;

}



/* Prestige */

.prestige {

  padding: 70px 0;

}



.prestige img {

  width: 100%;

}

.prestige h3 {

  margin-top: 15%;

  width: 80%;

  font-family: var(--gilroy-semiBold);

}

.prestige span img {

  position: relative;

  top: -3%;

  left: 40%;

  width: 18%;

}

.prestige p {

  font-size: 1rem;

  color: rgba(97, 97, 97, 1);

}

.prestige p > span {

  font-size: 1.15rem;

}

.prestige p > img {

  width: 15px;

}

.prestige p > img:first-of-type {

  margin-bottom: 22px;

}

.prestige p > img:last-of-type {

  margin-bottom: -11px;

}



/* Footer */

footer {

  background-color: rgba(232, 242, 255, 1);

  margin-top: 10%;

}



footer .popupCallRow {

  align-items: center;

  position: relative;

  top: -145px;

  left: 10%;

  background-image: url(assets/images/Give-us-call-background-img.png);

  background-position: center;

  background-size: cover;

  height: 246px;

  width: 82%;

}



footer .popupCallRow .btn {

  font-family: var(--gilroy-semiBold);

  padding: 5%;

  font-size: 20px;

}



footer .popupCallRow h2 {

  font-family: var(--gilroy-semiBold);

  font-size: 1.6rem;

  padding: 2%;

}



footer .popupCallRow span {

  font-family: var(--gilroy-bold);

  color: rgba(255, 220, 54, 1);

}



footer .formRow {

  padding: 3% 0;

  margin-top: -12%;

}



footer .dstLogo {

  width: 48%;

}



footer .goldPartnerLogo {

  width: 60%;

  margin-top: 3%;

}



footer p {

  font-size: 1rem;

}



footer .diamondIcon {

  width: 70px;

  margin: -2% 11%;

}



footer .connectWithUs h6 {

  margin-top: 10%;

  font-family: var(--gilroy-semiBold);

}



footer .connectWithUs img {

  margin-right: 10px;

}



footer .form {

  background: #ffffff;

  position: relative;

  width: 100%;

  padding: 30px 20px;

  border-radius: 20px;

}



footer .whiteFooter {

  background-color: white;

  padding: 30px 0;

}



footer a {

  text-decoration: none;

  color: rgba(42, 61, 76, 1);

}



.whiteFooter h5 {

  font-family: var(--gilroy-semiBold);

}



.whiteFooter h6 {

  color: rgba(94, 116, 132, 1);

  font-family: var(--gilroy-semiBold);

}



.whiteFooter p {

  font-size: 1rem;

  margin: 5px 0px;

}



footer .footerCopyRight {

  padding: 15px;

  font-family: var(--gilroy-regular);

  margin-bottom: 0;

}



.banner form p {

  font-size: 0.5rem;

}



@media (max-width: 992px) {

  /* .video-player-section .data { */

  /* background-color: rgba(234, 247, 255, 1); */

  /* } */



  .tabs .imgsCol {

    display: none;

  }



  .ESS .wrapper {

    min-height: 325px;

  }



  .careerPortal span img {

    left: 18%;

    width: 14%;

  }



  .careerPortal .careerPortalScreen img:first-of-type {

    width: 88%;

    top: -91px;

    right: -14%;

  }



  .careerPortal .careerPortalScreen img:nth-child(3) {

    top: 10px;

    right: -30%;

  }



  .careerPortal .careerPortalScreen img:nth-child(2) {

    width: 30%;

    top: -11px;

    left: 54%;

  }



  .careerPortal .careerPortalScreen img:nth-child(4) {

    top: 477px;

    right: 0%;

  }



  .careerPortal .careerPortalScreen {

    right: -18%;

  }



  .prestige span img {

    position: relative;

    top: -4%;

    left: 17%;

    width: 15%;

  }



  footer .popupCallRow {

    top: -99px;

    left: auto;

    height: 169px;

    width: 105%;

  }



  footer .popupCallRow h2 {

    font-size: 1.2rem;

    padding: 0%;

  }



  footer .popupCallRow .btn {

    font-size: 16px;

  }



  .tabs .dsPayRollCoreModule {

    max-width: 100%;

  }

}



@media (max-width: 767px) {

  h1 {

    font-size: 3rem;

  }



  h3 {

    font-size: 2rem;

  }





    .connectWithUs {

        display: none;

    }



  .tabs .dsPayRollCoreModule {

    margin: 0;

  }



  #v-pills-tabContent {

    padding-left: 0px;

  }



  .tabs .nav-pills .nav-link {

    letter-spacing: 1px;

  }



  .video-player-section {

    background: transparent;

  }



  .tabs {

    padding: 30px 0 0;

  }



  .nav-pills-custom {

    display: inline-block;

  }



  .tabs a.nav-link::after {

    display: none;

  }



  .content {

    margin-top: 0px;

  }



  .video-player-section h3 {

    margin: 15px 0;

  }



  .overview .overviewHeadingimg {

    width: 95%;

    margin-bottom: 15px;

  }



  footer .form {

    text-align: start;

  }



  .banner .banner-img img {

    width: 125%;

    right: -32px;

    top: 30px;

  }



  .banner .form {

    top: 16%;

    left: 7%;

    width: 85%;

    text-align: start;

    padding: 20px 20px;

  }



  iframe {

    width: 100%;

  }



  .trustedBy span img {

    display: none;

  }



  footer .form {

    margin-top: 30px;

  }



  footer .formRow .col-sm-12 {

    text-align: center;

  }



  .trustedBy .trustedByImage {

    width: 95%;

  }



  .trustedBy .mt-5 {

    margin-top: 0 !important;

  }



  .trustedBy .multiCompaniesImages {

    width: 102%;

  }



  .ESS {

    padding-top: 50px;

  }



  .careerPortal {

    padding: 0;

    margin: unset;

  }



  .careerPortal .careerPortalScreen {

    right: 0%;

  }



  .careerPortal .careerPortalScreen img:first-of-type,

  .careerPortal .careerPortalScreen img:nth-child(4) {

    display: none;

  }



  .careerPortal .careerPortalScreen img:nth-child(4) {

    top: 360px;

  }



  footer .dstLogo {

    width: 30%;

  }



  footer .goldPartnerLogo {

    width: 35%;

    margin-top: 0%;

  }



  footer .connectWithUs h6 {

    margin-top: 2%;

  }



  footer .connectWithUs {

    margin-bottom: 2%;

  }

  .banner,

  .video-player-section,

  .tabs,

  .careerPortal,

  .prestige {

    text-align: center;

  }

  .tab-content {

    margin: 20px 0 0 0;

  }

  .prestige span img {

    display: none;

  }



  footer .popupCallRow .btn {

    padding: 2%;

  }



  .ESS .row {

    padding: unset;

  }



  .accordion {

    text-align: start;

  }



  .ESS .wrapper {

    min-height: unset;

  }



  .card-front {

    z-index: 2;

  }



  .card-back {

    transform: rotateY(180deg);

    background-color: #007bff;

    color: white;

  }



  .card-wrapper.flipped .card-inner {

    transform: rotateY(180deg);

  }



  .careerPortal .careerPortalScreen img:nth-child(3) {

    top: 10px;

    right: 0%;

  }



  .careerPortal .careerPortalScreen {

    min-height: unset;

  }

  .nav-pills-custom .overview .overviewHeadingimg {

    width: 90%;

  }



  .prestige h3 {

    width: 100%;

    margin-top: 0;

  }



  footer .popupCallRow {

    position: static;

    padding: 33px 0;

    min-height: 230px;

    /* min-height: 200px; */

    text-align: center;

  }



  footer .formRow {

    margin: unset;

  }



  .banner .banner-img img {

    max-width: 100%;

    right: 0;

    top: 30px;

  }



  .ESS .employeeSelfServiceImg {

    width: 310px;

    max-width: 100%;

  }



  .contact-info {

    display: none !important;

  }



  .overview .row {

    padding: 0px;

  }



  .ESS .wrapper p,

  .overview .wrapper p {

    display: none;

  }

}



/* .ESS { */

/* padding: 50px 20px; */

/* text-align: center; */

/* } */

/*  */

/* .ESS .employeeSelfServiceImg { */

/* width: 360px; */

/* margin-bottom: 10px; */

/* } */

/*  */

/* .ESS .ess-description { */

/* font-size: 16px; */

/* color: #545454; */

/* margin-bottom: 30px; */

/* } */

/*  */

/* Card Styles */

/* .card-wrapper { */

/* width: 100%; */

/* max-width: 300px; */

/* margin: 10px auto; */

/* perspective: 1000px; */

/* } */



.card-inner {

  width: 100%;

  height: 250px;

  position: relative;

  transform-style: preserve-3d;

  transition: transform 0.6s;

}



.card-front,

.card-back {

  width: 100%;

  height: 100%;

  position: absolute;

  backface-visibility: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  padding: 20px;

  text-align: center;

}



.card-front {

  z-index: 2;

}



.card-back {

  display: none;

}



/* Responsive Adjustments */

@media (max-width: 768px) {

  .card-back p {

    display: block !important;

    color: white !important;

  }



  .card-back {

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 10px 0;

    transform: rotateY(180deg);

    background-color: #007bff;

  }



  .card-wrapper.flipped .card-inner {

    transform: rotateY(180deg);

  }



  .ESS .ess-description {

    display: none; /* Hide description on mobile */

  }



  /* .card-wrapper { */

  /* width: 90%; */

  /* } */



  .card-inner {

    height: 220px;

  }



  .card-front img {

    width: 50px;

    margin-bottom: 10px;

  }



  .card-back p {

    font-size: 14px;

    padding: 10px;

  }



  .prestige {

    padding: 50px 0 0;

  }



  .prestige img {

    display: none;

  }

}

.trustedBy .content{
  display: flex;
  align-items: center;
 }
 
 .marquee {
   position: relative;
   width: 100%;
   overflow: hidden;
   background: #fff;
 }
 
 .track {
   display: flex;
   width: fit-content;
   animation: marquee 10s linear infinite;
 }
 
 .marquee .track .content .imgs {
   margin: 0 10px;
 }
 
 .imgs img {
   width: 150px;
   margin: 0 15px;
 }
 
 @keyframes marquee {
   from {
     transform: translateX(0);
   }
   to {
     transform: translateX(-50%);
   }
 }
