@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    outline: 0;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: "Inter", sans-serif;
  }
  .ff-barlow{
    font-family: "Barlow", sans-serif;
  }
  .only-for-small-screen {
    display: none !important;
  }
  .mobile-only {
    display: none;
  }
  .home-banner-section {
    background: #560ac8
      url(/wp-content/uploads/sites/2/2024/08/home-page-banner-bg.webp) no-repeat
      top center;
    background-size: cover;
    padding-top: 86px;
  }
  .home-banner-section::before {
    content: "";
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8.17%, #000),
      to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(top, #000 8.17%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 8.17%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    width: 100%;
    height: 86px;
    top: 0;
  }
  .home-banner-section .title {
    color: #fff;
    padding-bottom: 12px;
    font-size: 69px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 82.8px */
  }
  .home-banner-section .sub-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 200% */
    max-width: 556px;
    padding-bottom: 40px;
    font-family: "Barlow", sans-serif;
  }
  .group-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    position: relative;
  }
  
  .group-cta a {
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 24px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }
  .group-cta a.black {
    background: #000;
    color: #fff;
  }
  .group-cta a.black:hover {
    background: darkblue;
  }
  .group-cta a.white {
    background: #fff;
    color: #000;
  }
  .group-cta a.white:hover {
    background: aquamarine;
  }
  .column-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 78px;
  }
  .column-grid-right,
  .column-grid-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .harness-flow__section{
    background-color:#02040F; 
  }
  .harness-title {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    max-width: 988px;
    margin: auto;
    padding-bottom: 16px;
    padding-top: 174px;
  }
  .harness-sub-title {
    color: #f2f2f2;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    padding-bottom: 32px;
  }
  .hidden {
    overflow: hidden;
  }
  .auto {
    margin: auto;
  }
  .harness-image {
    margin-bottom: 68px;
    max-width: 100%;
    height: auto;
  }
  .metrix-box {
    width: 100%;
    max-width: 1282px;
    /* height: 692px; */
    background-color: #02040f;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: 119px;
    overflow: hidden;
    /* margin-bottom: -241px; */
    -webkit-box-shadow: 0 150px #02040f, 0 300px #02040f, 0 500px #02040f;
    box-shadow: 0 150px #02040f, 0 300px #02040f, 0 500px #02040f;
  }
  .metrix-label {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 125% */
    padding: 83px 20px 108px;
  }
  .metrix-box ul {
    list-style: none;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .metrix-box ul li:not(:last-of-type) {
    background: -o-linear-gradient(226deg, #fff 11.15%, #a761ff 103.36%);
    background: linear-gradient(224deg, #fff 11.15%, #a761ff 103.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-left: 43px;
    padding-right: 43px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .metrix-box ul li:nth-of-type(1),
  .metrix-box ul li:nth-of-type(2) {
    border-right: 1px solid rgb(255 255 255 / 91%);
  }
  .metrix-box ul li:not(:last-of-type) span {
    text-align: center;
    font-size: 44.538px;
    font-weight: 700;
    line-height: 55.673px; /* 125% */
  }
  .metrix-box ul li:not(:last-of-type) small {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; /* 309.292% */
  }
  .metrix-box ul li:last-of-type {
    background: white;
    padding: 33px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    border-bottom-left-radius: 60px;
    color: #232c5f;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    max-width: 552px;
  }
  .metrix-box ul li:last-of-type span {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
  }
  .metrix-box ul li:last-of-type small {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px; /* 160% */
    letter-spacing: 1px;
  }
  .metrix-bg-box {
    background: url(/wp-content/uploads/sites/2/2024/07/metrix-bg.svg) no-repeat
      bottom left;
    height: 100%;
  }
  .overlay-bg {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(67.8%, #02040f),
      to(rgba(2, 4, 15, 0))
    );
    background: -o-linear-gradient(bottom, #02040f 67.8%, rgba(2, 4, 15, 0) 100%);
    background: linear-gradient(0deg, #02040f 67.8%, rgba(2, 4, 15, 0) 100%);
  }
  
  .testimonials::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Webkit browsers (Chrome, Safari) */
  }
  
  .testimonials {
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
  }
  
  .testimonials {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: scroll;
    width: 100%;
    padding-left: 46px;
    padding-right: 46px;
    gap: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
  }
  
  .testimonials li {
    width: 400px;
    min-width: 400px;
    height: 200px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #1d1f2a;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonials .heading {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    padding-bottom: 8px;
  }
  .testimonials .message {
    color: #fff;
    /* Paragraph 3 */
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
  .testimonials .feedback {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .testimonials .feedback .logo img {
    height: auto;
    vertical-align: middle;
  }
  .spot-overlay-bg {
    background: url("/wp-content/uploads/sites/3/2024/08/graph-shapes-bottom-illustration-scaled.webp")
      no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
  .sim-product__block{
    padding: 120px 0;
  }
  .testimonials-custom__style li{
    width: 230px;
    min-width: 230px;
    height: 292px;
    border-radius: 0px;
    border: 0px solid rgba(255, 255, 255, 0.2);
    background:transparent;
    padding:0px;
  }
  .testimonials-custom__style li img{
    width: 100%;
    height: auto;
  }
  /* banking tech section */
  .banking-tech-section {
    background: url(/wp-content/uploads/sites/2/2024/07/banking-tech-bg.svg)
      no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 125px;
  }
  .banking-tech-section li {
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 244px 68px 0px rgba(34, 18, 109, 0),
      0px 156px 62px 0px rgba(34, 18, 109, 0.01),
      0px 88px 53px 0px rgba(34, 18, 109, 0.03),
      0px 39px 39px 0px rgba(34, 18, 109, 0.05),
      0px 10px 21px 0px rgba(34, 18, 109, 0.05);
    box-shadow: 0px 244px 68px 0px rgba(34, 18, 109, 0),
      0px 156px 62px 0px rgba(34, 18, 109, 0.01),
      0px 88px 53px 0px rgba(34, 18, 109, 0.03),
      0px 39px 39px 0px rgba(34, 18, 109, 0.05),
      0px 10px 21px 0px rgba(34, 18, 109, 0.05);
    width: calc(50% - 28px);
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banking-tech-section .title {
    color: #272735;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 85px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
  }
  .banking-tech-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 95px 56px;
    max-width: 1032px;
    margin: auto;
  }
  .banking-tech-list-content {
    padding: 44px 32px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banking-tech-title {
    color: #000;
    padding-bottom: 12px;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .banking-tech-label {
    color: #6B63FE;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .banking-tech-sub-title {
    color: #000;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding-top: 16px;
    padding-bottom: 28px;
  }
  .banking-tech-cta {
    color: #7334ff;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background: rgba(115, 52, 255, 0.10);
    border-radius: 40px;
    width: 150px;
    gap: 4px;
    margin-top: auto;
    transition: all 0.3s;
  }
  .banking-tech-cta:hover{
    background: rgba(115, 52, 255, 0.30); 
  }
  
  .banking-tech-section li img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .banking-tech-section li:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
  .banking-tech-section li:last-of-type img {
    width: 50%;
  }
  .banking-tech-section li:last-of-type .banking-tech-list-content {
    padding: 70px 46px 60px 32px;
  }
  /* card programme section */
  .card-programe-section {
    padding: 101px 0 30px;
    background: #02040f;
  }
  .card-programe-section .title {
    color: #fff;
    text-align: center;
    padding-top: 72px;
    padding-bottom: 24px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    max-width: 589px;
    margin: auto;
  }
  .card-programe-bg {
    border-radius: 10px;
    border-top: 2px solid #5f818e;
    background: -o-linear-gradient(271deg, #55e0ff -93.44%, #02040f 50.35%);
    background: linear-gradient(179deg, #55e0ff -93.44%, #02040f 50.35%);
    max-width: 1128px;
    margin: auto;
  }
  /* cards container */
  .card-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -25px;
  }
  .card-list-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 33px;
    list-style: none;
  }
  .card-list-container ul li {
    width: 178.592px;
    height: 255.693px;
    border-radius: 3.934px;
    background: rgba(255, 255, 255, 0.1)
      url(/wp-content/uploads/sites/2/2024/07/card-list-bg.webp) no-repeat top
      center;
    color: #ddd;
    font-size: 19.226px;
    font-style: normal;
    font-weight: 300;
    line-height: 32.043px;
    padding: 84px 17px 17px 17px;
    background-size: cover;
  }
  .card-list-one li:last-of-type,
  .card-list-five li:last-of-type {
    height: 165px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.1)),
        color-stop(87.29%, rgba(255, 255, 255, 0))
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-one.webp) no-repeat top
        center;
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 87.29%
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-one.webp) no-repeat top
        center;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 87.29%
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-one.webp) no-repeat top
        center;
    background-size: cover;
  }
  .card-list-one li:first-of-type,
  .card-list-five li:first-of-type {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.1)),
        to(rgba(153, 153, 153, 0.1))
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-bg.webp) no-repeat top
        center;
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0.1) 100%
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-bg.webp) no-repeat top
        center;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0.1) 100%
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-bg.webp) no-repeat top
        center;
    background-size: cover;
  }
  .card-list-two,
  .card-list-four {
    padding-top: 88px;
  }
  .card-list-three {
    padding-top: 160px;
  }
  .card-list-three li:last-of-type {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.1)),
        color-stop(87.29%, rgba(255, 255, 255, 0))
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-three.webp) no-repeat top
        center;
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 87.29%
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-three.webp) no-repeat top
        center;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 87.29%
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-three.webp) no-repeat top
        center;
    background-size: cover;
  }
  .card-list-two li:last-of-type,
  .card-list-four li:last-of-type {
    height: 110px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.1)),
        color-stop(87.29%, rgba(255, 255, 255, 0))
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-two.webp) no-repeat top
        center;
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 87.29%
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-two.webp) no-repeat top
        center;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 87.29%
      ),
      url(/wp-content/uploads/sites/2/2024/07/card-list-two.webp) no-repeat top
        center;
    background-size: cover;
  }
  .card-list-two li:first-of-type,
  .card-list-four li:first-of-type {
    background: rgba(255, 255, 255, 0.1)
      url(/wp-content/uploads/sites/2/2024/07/card-list-bg.webp) no-repeat top
      center;
    background-size: cover;
  }
  /* trust and security section */
  .trust-and-security-section {
    padding-top: 92px;
    background: #eed7fe
      url(/wp-content/uploads/sites/2/2024/07/security-bg-scaled.webp) no-repeat;
    text-align: center;
    background-position: center;
    background-size: cover;
  }
  .trust-and-security-section .title {
    color: #272735;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    padding-bottom: 40px;
  }
  .trust-and-security-section .trusted-wrapper {
    border-radius: 20px 20px 0px 0px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.6)),
      to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-backdrop-filter: blur(42px);
    backdrop-filter: blur(42px);
    padding: 50px 30px 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 53px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .trust-and-security-section img {
    max-width: 100%;
    height: auto;
  }
  /* news and publications */
  .news-and-publications-section {
    background: #f6f9fc;
    padding-top: 84px;
    padding-bottom: 52px;
  }
  .news-and-publications-section .heading {
    color: #272735;
    text-align: center;
    padding-bottom: 43px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
  }
  /* card view */
  .card-view-layout {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    max-width: 1036px;
    margin: auto;
  }
  .card-view-layout li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5.338px;
    background: #fff;
    -webkit-box-shadow: 0px 162.807px 45.372px 0px rgba(34, 18, 109, 0),
      0px 104.09px 41.369px 0px rgba(34, 18, 109, 0.01),
      0px 58.717px 35.364px 0px rgba(34, 18, 109, 0.03),
      0px 26.022px 26.022px 0px rgba(34, 18, 109, 0.05),
      0px 6.672px 14.012px 0px rgba(34, 18, 109, 0.05);
    box-shadow: 0px 162.807px 45.372px 0px rgba(34, 18, 109, 0),
      0px 104.09px 41.369px 0px rgba(34, 18, 109, 0.01),
      0px 58.717px 35.364px 0px rgba(34, 18, 109, 0.03),
      0px 26.022px 26.022px 0px rgba(34, 18, 109, 0.05),
      0px 6.672px 14.012px 0px rgba(34, 18, 109, 0.05);
    padding: 3px;
  }
  .card-view-layout li > a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-view-layout .thumbnail {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
  .card-view-layout .content {
    padding: 24px 24px 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-view-layout .content .label {
    padding: 0px 8px;
    border-radius: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 130px;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .card-label__blue {
    background: rgba(180, 227, 255, 0.44);
    color: #047bc0;
  }
  .card-label__pink {
    color: var(--Pink-600, #c08);
    background: #fff6fe;
  }
  .card-label__green {
    background: rgba(213, 249, 217, 0.44);
    color: #07590e;
  }
  .card-view-layout .content .title {
    color: #0a2440;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    padding: 9px 0;
  }
  .card-view-layout .content .sub-title {
    color: #435565;
    font-family: "Barlow", sans-serif;
    font-size: 14.741px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.483px; /* 200% */
  }
  .card-view-layout .content .cta {
    color: #7334ff;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 14.741px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.483px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    height: 30.967px;
    margin-top: auto;
  }
  /* contact sales */
  .contact-sales {
    background: #42268c
      url(/wp-content/uploads/sites/2/2024/08/home-page-contact-bg-scaled.webp)
      no-repeat;
    padding-top: 212px;
    padding-bottom: 263px;
    background-size: cover;
    background-position: center;
  }
  .contact-sales .title {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 143.333%;
    padding-bottom: 43px;
    max-width: 1000px;
    margin:0 auto; 
  }
  /* card by zeta */
  .card-by-zeta {
  }
  .card-by-zeta .heading {
    color: #272735;
    text-align: center;
    max-width: 878px;
    margin: auto;
    padding-top: 113px;
    padding-bottom: 74px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
  }
  .zeta-slider-wrapper {
    max-width: 1128px;
    margin: auto;
  }
  .zeta-slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 53px;
  }
  .zeta-slider-content-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .zeta-slider-content-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .zeta-slider-content-left img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .zeta-slider-content-right .label {
    color: #8d71ff;
    padding-bottom: 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    text-transform: uppercase;
  }
  .zeta-slider-content-right .title {
    color: #272735;
    padding-bottom: 16px;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 126.316% */
    max-width: 466px;
  }
  .zeta-slider-content-right .list {
    list-style: none;
    padding-bottom: 35px;
    max-width: 424px;
  }
  .zeta-slider-content-right .list li {
    color: #272735;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    padding-left: 26px;
  }
  .zeta-slider-content-right .list li::before {
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    background: url(/wp-content/uploads/sites/2/2024/07/blue-check-mark.svg)
      no-repeat center;
    background-size: contain;
    top: 10px;
    left: 0;
  }
  .zeta-slider-content-right .list li strong {
    color: #8d71ff;
    font-weight: 600;
  }
  .zeta-slider-content-right .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 134px;
    height: 34px;
    padding: 10px 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    border-radius: 40px;
    background: #9967fe;
    color: #fff;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .zeta-slider-content-right .application-platform {
    padding-top: 22px;
    gap: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .zeta-slider-content-right .application-platform img {
    width: auto;
  }
  /* slider styles */
  .zeta-slider {
    position: relative;
    overflow: hidden;
  }
  
  .zeta-slider .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  
  .zeta-slider .slide {
    min-width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    position: absolute;
    visibility: hidden;
  }
  
  .zeta-slider .slide.active {
    opacity: 1;
    position: relative;
    visibility: visible;
  }
  
  .zeta-slider .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  
  .zeta-slider .arrow {
    padding: 10px;
    cursor: pointer;
    height: 41px;
    width: 41px;
    border: 1px solid #272735;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .zeta-slider .arrow.left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: white;
  }
  .zeta-slider .arrow.right {
    background: #f0e9ff;
    border-color: #f0e9ff;
  }
  
  .zeta-slider .bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .zeta-slider .bullet {
    margin: 0 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .zeta-slider .bullet:nth-of-type(1).active svg path {
    fill: #211B03;
  }
  .zeta-slider .bullet:nth-of-type(2).active svg path:first-of-type {
    fill: #ff0000;  
  }
 .zeta-slider .bullet:nth-of-type(2).active svg path:last-of-type {
    fill: #053681;   
  }
  .zeta-slider .bullet:nth-of-type(3).active svg path {
    fill: #221c46;  
  }
  .zeta-slider .bullet:nth-of-type(4).active svg path {
    fill: #053681;
  }
  .footer-zeta-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding-top: 23px;
    padding-bottom: 95px;
  }

  /** IN Style **/
  .mobile-appstore__section{
    background-color:#02040f;
  }
  .mobile-appstore__block{
    padding:200px 0 0; 
  }
  .mobile-appstore__flexbox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-appstore__flexboxleft{
    width:50%;
  }
  .mobile-appstore__flexboxright{
    width:42%;
  }
  .mobile-appstore__content h2{
    color:#FFFFFF; 
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height:125%;
    padding-bottom: 20px; 
  }
  .mobile-appstore__content h2 span{
    background: linear-gradient(90deg, #90A6E0 0%, #D8C5FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mobile-appstore__content p{
    color: #F2F2F2;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height:166.667%; 
  }
  .mobile-appstore__content p small{
    font-size: 16px; 
  }
  .mobile-appstore__content ul{
    margin: 0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    align-items: self-start; 
    justify-content: space-between; 
    padding: 40px 0 59px 0; 
  }
  .mobile-appstore__content ul li{
    position: relative;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    list-style-type: none;
    padding: 10px 0 10px 24px;
    color:#FFFFFF;
    width: 47%; 
  }
  .mobile-appstore__content ul li::before{
    position: absolute;
    content: '';
    background:url("/wp-content/uploads/sites/3/2024/08/bgwhite-tick-block.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    top:17px;
    left: 0;
    width: 14px;
    height: 14px; 
  }
  .appstore-cta{
    display: inline-block;
    border-radius: 40px;
    background-color:#FFFFFF;
    color: #030510;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 12px 40px;
    transition: all 0.3s; 
    margin: 10px;
  }
  .appstore-cta img{
    position: relative;
    display: inline-block;
    top:1px; 
    left: -3px;
  }
  .appstore-cta.mgl--0{
    margin-left: 0;
  }
  .appstore-cta:hover{
    transform: scale(1.035); 
  }

  
/** Play Store Slider **/
.playstore-slider__container {
  width: 100%;
  height: 587px; 
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.playstore-slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}
.playstore-slider__slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  background-size: cover;
  background-position: center;
}
/* .playstore-slide1 { background-color: #ff6b6b; }
.playstore-slide2 { background-color: #54a0ff; }
.playstore-slide3 { background-color: #1dd1a1; } */
.playstore-slider__dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.playstore-slider__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #2c2e37;
  border-radius: 50%;
  cursor: pointer;
}
.playstore-slider__dot.active {
  background-color: #7F57FF;
  width: 40px;
  border-radius: 4px;
}

/** End Play Store Slider **/




  @media (max-width: 1282px) {
    .metrix-box ul li:not(:last-of-type) {
      padding-left: 26px;
      padding-right: 26px;
      margin-top: 35px;
      margin-bottom: 35px;
    }
    .metrix-box ul li:not(:last-of-type) span {
      font-size: 38px;
    }
    .metrix-box ul li:last-of-type {
      padding: 24px 35px 27px 47px;
      max-width: 477px;
    }
    .metrix-box {
      max-width: calc(100% - 40px);
    }
    .home-banner-section .title {
      font-size: 63px;
    }
    .home-banner-section .sub-title {
      font-size: 18px;
      max-width: 500px;
      line-height: 34px;
    }
  }
  @media (max-width: 1128px) {
    .home-banner-section .sub-title {
      font-size: 16px;
      max-width: 440px;
      line-height: 28px;
    }
    .column-grid {
      gap: 47px;
    }
    .home-banner-section .column-grid-right img {
      max-width: 444px;
    }
    .home-banner-section .title {
      font-size: 56px;
    }
    .card-programe-bg {
      max-width: 992px;
    }
    .card-list-container ul li {
      width: 158.592px;
      height: 226.693px;
      font-size: 16px;
      line-height: 23px;
    }
    .metrix-box ul li:last-of-type span {
      font-size: 20px;
      line-height: 30px;
    }
    .metrix-box ul li:last-of-type small {
      font-size: 13px;
    }
    .metrix-box ul li:last-of-type {
      padding: 21px 18px 17px 40px;
      max-width: 408px;
      gap: 10px;
    }
    .metrix-box ul li:not(:last-of-type) span {
      font-size: 32px;
      line-height: 42px;
    }
    .metrix-box ul li:not(:last-of-type) small {
      font-size: 14px;
    }
    .metrix-label {
      font-size: 38px;
      padding: 58px 20px 84px;
    }
    .harness-title {
      padding-top: 110px;
      font-size: 42px;
      max-width: 885px;
      line-height: 48px;
    }
    .harness-sub-title {
      font-size: 17px;
    }
    .testimonials li {
      width: 374px;
      min-width: 374px;
      height: 180px;
      border-radius: 8px;
      padding: 20px 23px;
    }
    .testimonials-custom__style li{
      width: 230px;
      min-width: 230px;
      height: 292px;
      border-radius: 0px;
    }
    .testimonials .heading {
      font-size: 17px;
      padding-bottom: 6px;
    }
    .testimonials .feedback .logo img {
      max-width: 118px;
    }
    .testimonials .feedback .rating img {
      max-width: 100px;
    }
    .testimonials .message {
      font-size: 13px;
      line-height: 20px;
    }
    .banking-tech-section .title {
      padding-bottom: 58px;
      padding-top: 85px;
      font-size: 42px;
    }
    .banking-tech-list {
      gap: 65px 45px;
      max-width: 820px;
    }
    .banking-tech-section li {
      width: calc(50% - 22.5px);
    }
    .banking-tech-title {
      padding-bottom: 6px;
      font-size: 22px;
    }
    .banking-tech-label {
      font-size: 16px;
    }
    .banking-tech-sub-title {
      font-size: 15px;
      line-height: 24px;
      padding-top: 10px;
      padding-bottom: 18px;
    }
    .banking-tech-section {
      padding-bottom: 98px;
    }
    .card-by-zeta .heading {
      padding-bottom: 58px;
      padding-top: 85px;
      font-size: 42px;
      max-width: 790px;
    }
    .zeta-slider-content {
      gap: 45px;
    }
    .zeta-slider-content-right .label {
      font-size: 18px;
    }
    .zeta-slider-content-right .title {
      padding-bottom: 10px;
      font-size: 28px;
      line-height: 38px;
      max-width: 345px;
    }
    .zeta-slider-content-right .list li {
      font-size: 15px;
      line-height: 26px;
      padding-bottom: 8px;
    }
    .zeta-slider-content-right .list li::before {
      height: 14px;
      width: 14px;
      top: 7px;
    }
    .zeta-slider-content-left img {
      height: 345px;
    }
    .card-programe-section .title {
      font-size: 42px;
      line-height: 52px;
      max-width: 540px;
      padding-top: 64px;
    }
    .trust-and-security-section .title {
      font-size: 42px;
      line-height: 52px;
      padding-bottom: 27px;
    }
    .news-and-publications-section .heading {
      font-size: 42px;
      line-height: 52px;
    }
    .card-view-layout .content {
      padding: 22px 20px 20px;
    }
    .card-view-layout .content .title {
      font-size: 18px;
      line-height: 28px;
      padding: 8px 0;
    }
    .card-view-layout .content .label {
      padding: 0px 6px;
      border-radius: 3px;
      font-size: 11px;
    }
    .card-view-layout .content .sub-title {
      font-size: 14px;
      line-height: 23px;
      padding-bottom: 8px;
    }
    .contact-sales {
      padding-top: 176px;
      padding-bottom: 189px;
    }
    .contact-sales .title {
      font-size: 52px;
      line-height: 62px;
      padding-bottom: 36px;
    }
    .zeta-slider .arrow {
      height: 38px;
      width: 38px;
    }
  }
  @media (max-width: 992px) {
    .zeta-slider-content-right .application-platform img {
      max-width: 142px;
      height: auto;
    }
    .card-list-container {
      max-width: 767px;
      margin: auto;
      gap: 24px;
    }
    .card-list-container ul li {
      width: 132.592px;
      height: 189.693px;
      font-size: 13px;
      line-height: 19px;
      padding: 65px 17px 17px 17px;
    }
    .card-list-container ul {
      gap: 24px;
    }
    .zeta-slider-content {
      gap: 53px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .zeta-slider-wrapper {
      max-width: 500px;
      border: 0;
      padding: 0;
      border-radius: 8px;
      margin-bottom: 79px;
    }
    .zeta-slider-content-right {
      min-height: 368px;
      display: flex;
      flex-direction: column;
    }
    .zeta-slider-content-right .cta {
      margin-top: auto;
    }
    .footer-zeta-slider {
      padding-top: 40px;
    }
    .footer-zeta-slider {
      padding-bottom: 0;
    }
    .zeta-slider .bullet svg {
      max-width: 100%;
    }
    .zeta-slider-content-left img {
      height: auto;
      width: 100%;
    }
    .home-banner-section .title {
      font-size: 48px;
    }
    .home-banner-section .column-grid-right img {
      max-width: 380px;
    }
    .metrix-box ul li:not(:last-of-type) span {
      font-size: 26px;
      line-height: 36px;
    }
    .metrix-box ul li:not(:last-of-type) {
      padding-left: 18px;
      padding-right: 18px;
      margin-top: 26px;
      margin-bottom: 26px;
    }
    .metrix-box ul li:not(:last-of-type) small {
      font-size: 12px;
      line-height: 14px;
    }
    .metrix-box ul li:last-of-type span {
      font-size: 18px;
      line-height: 28px;
    }
    .metrix-box ul li:last-of-type {
      padding: 20px 15px 17px 35px;
      max-width: 380px;
      gap: 7px;
      border-bottom-left-radius: 45px;
    }
    .contact-sales .title {
      font-size: 48px;
      line-height: 47px;
      padding-bottom: 41px;
    }
    .contact-sales {
      padding-top: 166px;
      padding-bottom: 170px;
    }
  }
  @media (max-width: 850px) {
    .contact-sales .title {
      font-size: 42px;
      line-height: 33px;
      padding-bottom: 39px;
    }
    .home-banner-section::before {
      height: 52px;
    }
    .card-view-layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .card-view-layout li > a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .card-view-layout .thumbnail {
      width: 50%;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .column-grid {
      gap: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      max-width: 500px;
      margin: auto;
    }
    .home-banner-section .column-grid-right img {
      max-width: 100%;
    }
    .home-banner-section .sub-title {
      margin: auto;
    }
    .group-cta {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .banking-tech-section li {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      min-height: 310px;
    }
    .banking-tech-section li:last-of-type .banking-tech-list-content {
      padding: 44px 32px 20px;
    }
    .banking-tech-section li img {
      width: 50%;
    }
  }
  @media (max-width: 840px) {
    .only-for-large-screen {
      display: none;
    }
    .only-for-small-screen {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .card-list-container {
      padding-top: 24px;
    }
    .card-list-two,
    .card-list-four {
      padding-top: 39px;
    }
    .appstore-cta{
      padding: 12px 20px; 
    }
  }
  @media (max-width: 767px) {
    .v5-body.snackbar .home-banner-section {
      padding-top: 36px;
    }
    .zeta-slider-content-right .application-platform img {
      max-width: 120px;
    }
    .home-banner-section .title {
      font-size: 42px;
      line-height: 120%;
    }
    .home-banner-section .sub-title {
      font-size: 18px;
      line-height: 30px;
      padding-bottom: 32px;
    }
    .group-cta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 25px;
    }
    .metrix-box ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .metrix-box ul li:not(:last-of-type) span {
      font-size: 44.538px;
      line-height: 55.673px;
    }
    .metrix-box ul li:not(:last-of-type) small {
      font-size: 18px;
      line-height: 55.673px;
    }
    .metrix-box ul li:nth-of-type(1),
    .metrix-box ul li:nth-of-type(2) {
      border-right: 0;
      border-bottom: 1px solid rgb(255 255 255 / 91%);
    }
    .metrix-box ul li:not(:last-of-type) {
      padding-left: 8px;
      padding-right: 8px;
      margin-top: 35px;
      margin-bottom: 0;
      padding-bottom: 20px;
      width: 170px;
    }
    .metrix-box ul li:last-of-type {
      padding: 26px 31px;
      max-width: 301px;
      gap: 15px;
      border-radius: 14px;
    }
    .metrix-box ul li:last-of-type span {
      font-size: 18px;
      line-height: 24px;
    }
    .metrix-box ul li:last-of-type small {
      font-size: 14px;
      line-height: 24px;
    }
    .overlay-bg {
      background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(85%, #02040f),
        color-stop(0%, rgba(2, 4, 15, 0))
      );
      background: -o-linear-gradient(bottom, #02040f 85%, rgba(2, 4, 15, 0) 0%);
      background: linear-gradient(0deg, #02040f 85%, rgba(2, 4, 15, 0) 0%);
    }
    .metrix-bg-box {
      background: none;
    }
    .metrix-label {
      padding: 47px 0;
      font-size: 32px;
      line-height: 40px;
    }
    .testimonials li {
      width: 273px;
      border-radius: 8px;
      padding: 24px;
      min-width: 273px;
      height: auto;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .testimonials-custom__style li{
      width: 230px;
      min-width: 230px;
      height: 292px;
      border-radius: 0px; 
      padding: 15px 10px; 
    }
    .testimonials .heading {
      padding-bottom: 18px;
      font-size: 18px;
      line-height: 24px;
    }
    .testimonials .message {
      font-size: 14px;
      line-height: 24px;
      padding-bottom: 30px;
    }
    .web-only {
      display: none;
    }
    .testimonials .feedback {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 25px;
    }
    .testimonials .feedback .logo img {
      max-width: none;
    }
    .harness-title {
      padding-top: 56px;
      max-width: 885px;
      padding-bottom: 26px;
      font-size: 32px;
      line-height: 40px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .mobile-only {
      display: block;
    }
    .harness-image {
      margin-top: 29px;
      max-width: 100%;
      width: 100%;
      margin-bottom: 0;
    }
    .spot-overlay-bg {
      padding-left: 0;
      padding-right: 0;
    }
    .harness-sub-title {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 14px;
      line-height: 24px;
    }
    .banking-tech-section .title {
      padding-bottom: 58px;
      padding-top: 48px;
      font-size: 32px;
      line-height: 40px;
    }
    .banking-tech-section li {
      width: calc((100% / 2) - 24px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: auto;
    }
    .banking-tech-section li img {
      width: 100%;
    }
    .banking-tech-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .banking-tech-title {
      padding-bottom: 4px;
      font-size: 18px;
      line-height: 140%;
      text-align: center;
      line-height: 15.611px;
    }
    .banking-tech-label {
      font-size: 14px;
      line-height: 24px;
      min-width: 197px;
      color:#6B63FE; 
      font-weight: 500;
    }
    .banking-tech-sub-title {
      padding-top: 8px;
      padding-bottom: 20px;
      font-size: 12px;
      line-height: 24px;
      text-align: center;
    }
    .banking-tech-cta {
      font-size: 12px;
      line-height: 18.012px;
    }
    .banking-tech-cta > svg {
      width: auto;
      height: 12px;
      margin-top: 2px;
    }
    .banking-tech-list-content {
      padding: 27px 10px 15px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
    }
    .banking-tech-label.text-left {
      text-align: left;
    }
    .banking-tech-section {
      padding-bottom: 40px;
    }
    .card-by-zeta .heading {
      padding-bottom: 37px;
      padding-top: 36px;
      font-size: 32px;
      line-height: 40px;
    }
    .card-programe-section {
      padding: 54px 0 0;
    }
    .card-programe-section .title {
      font-size: 32px;
      line-height: 40px;
      padding-top: 38px;
      padding-bottom: 39px;
    }
    .trust-and-security-section .title {
      padding-bottom: 36px;
      font-size: 32px;
      line-height: 40px;
    }
    .trust-and-security-section img {
      margin: auto;
    }
    .trust-and-security-section {
      padding-top: 56px;
    }
    .news-and-publications-section .heading {
      font-size: 32px;
      line-height: 40px;
    }
    .card-view-layout li > a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .card-view-layout {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .card-view-layout li {
      max-width: 326px;
    }
    .card-view-layout .thumbnail {
      width: 100%;
    }
    .card-view-layout .content {
      padding: 21px 10px 24px 26px;
    }
    .card-view-layout .content .label {
      font-size: 12px;
      line-height: 20px;
    }
    .card-view-layout .content .title {
      padding: 9px 0;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
    }
    .card-view-layout .content .sub-title {
      padding-bottom: 29px;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }
    .contact-sales .title {
      padding-bottom: 48px;
      font-size: 46px;
      line-height: 120%;
      max-width: 300px;
      margin: auto;
    }
    .trust-and-security-section .trusted-wrapper {
      max-width: 400px;
      margin: auto;
    }
    .contact-sales {
      background-image: url(/wp-content/uploads/sites/2/2024/08/home-page-contact-bg-scaled-mobile.webp);
    }
    .home-banner-section {
      background-image: url(/wp-content/uploads/sites/2/2024/08/home-page-banner-bg-mobile-scaled.webp);
    }

    .mobile-appstore__flexboxleft{
      width:100%;
    }
    .mobile-appstore__flexboxright{
      width:100%;
    }
    .mobile-appstore__content{
      padding-bottom: 40px; 
    }
    .mobile-appstore__content h2{
      font-size: 32px;
    }
    .mobile-appstore__block{
      padding: 60px 0 0; 
    }
    .playstore-slider__container{
      max-width: 503px;
      margin: 0 auto; 
    }
    .zeta-slider-content-right .cta{
        margin-left: auto;
        margin-right: auto;
    }

  }
  @media (max-width: 600px) {
    .trust-and-security-section .title {
      max-width: 291px;
      margin: auto;
    }
    .banking-tech-section li {
      width: 100%;
    }
    .banking-tech-list {
      max-width: 293px;
      gap: 20px;
    }
    .banking-tech-label svg {
      height: auto;
      width: 12px;
    }
    .banking-tech-section li:last-of-type {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .banking-tech-section li:last-of-type img {
      width: 100%;
    }
    .zeta-slider-wrapper {
      max-width: 293px;
      border-radius: 8px;
      margin-bottom: 51px;
      padding: 0;
      border: 0;
    }
    .zeta-slider-content {
      gap: 29px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .zeta-slider-content-right .label {
      font-size: 14px;
      line-height: 28px;
    }
    .zeta-slider-content-right .title {
      padding-bottom: 14px;
      font-size: 22px;
      line-height: 32px;
    }
    .zeta-slider-content-right .list li {
      padding-bottom: 0;
      font-size: 12px;
    }
    .zeta-slider .arrow {
      height: 32px;
      width: 32px;
    }
    .zeta-slider .arrow img {
      width: 12px;
      height: auto;
    }
    .zeta-slider .bullet {
      margin: 0 14px 0 0;
    }
    .footer-zeta-slider {
      gap: 17px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .card-programe-section .title {
      max-width: 300px;
    }
    .card-list-container ul li {
      padding: 44px 9px 17px 9px;
      width: 93.335px;
      height: 133.629px;
      font-size: 11.082px;
      font-weight: 300;
      line-height: 16.746px;
      border-radius: 2.056px;
    }
    .card-programe-bg {
      max-width: 338px;
    }
    .card-list-container ul {
      gap: 13px;
    }
    .card-list-container {
      gap: 13px;
    }
    .metrix-box {
      margin-top: 0;
    }
    .home-banner-section .column-grid-right img {
      height: auto;
      width: 100%;
    }
    .zeta-slider-content-right {
      min-height: 345px;
    }
    .mobile-appstore__content ul li{
      width:100%; 
    }
    .mobile-appstore__content ul{
      padding: 40px 0 20px 0;
    }
    .appstore-cta{
      padding:10px 20px; 
    }
    .playstore-slider__container{
      height: auto; 
    }
  }
  @media (max-width: 355px) {
    .card-list-container ul li {
      padding: 36px 8px 14px 7px;
      width: 78.335px;
      height: 111.629px;
      font-size: 10px;
      font-weight: 300;
      line-height: 16.746px;
      border-radius: 1px;
    }
  }
  

  /* linkedin-dubai-chat */