@keyframes slideX {

  0%,
  100% {
    transform: translateX(0);

  }

  50% {
    transform: translateX(10px);
    /* Adjust distance as needed */

  }
}

.arrow-icon svg,
.arrow-icon img {
  animation: slideX 2s ease-in-out infinite;
}

@keyframes slideY {

  0%,
  100% {
    transform: translateY(0);

  }

  50% {
    transform: translateY(10px);
    /* Adjust distance as needed */

  }
}

.arrow-icon-mbl svg,
.arrow-icon-mbl img {
  animation: slideY 2s ease-in-out infinite;
  width: 30px !important;
  height: auto;
}

.hero-header {
  padding-top: 20px !important;
}

.hero-bg {

  display: flex;
  align-items: center;
  justify-content: center;

}

.bg-industry-phrase {
  background-image: url();
}

.comparison-card {
  width: 300px;
  height: 300px;
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.comparison-card.left {
  background: #fff;
  border: 1px solid #ddd;
}

.comparison-card.right {
  background: linear-gradient(135deg, #002893, #001021);
  color: white;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.top-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
}


.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.owl-nav button {
  background: none;
  border: none;
  padding: 0;
}

.owl-nav button img {
  width: 50px;
  height: 50px;
  fill: #333;
  transition: fill 0.3s ease;
}

.owl-nav button:hover svg {
  fill: #007bff;
}

.owl-dots {
  display: none !important;
}

.testimonial-bg {
  background-image: url('/images/bg-patter.png');
  background-position: center;
  background-size: 105% 100%;
  background-repeat: no-repeat;
}


/* Animation keyframes */
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

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

.animate-on-scroll img {
  opacity: 0;
  transform: scale(0.8);
}

.animate .kotak-logo {
  z-index: 3;
  animation: fadeInScale 0.6s ease-out forwards;
  animation-delay: 0s;
}

.animate .ellipse2 {
  z-index: 2;
  animation: fadeInScale 0.6s ease-out forwards;
  animation-delay: 0.6s;
}

.animate .ellipse1 {
  z-index: 1;
  animation: fadeInScale 0.6s ease-out forwards;
  animation-delay: 1.2s;
}

.text-maroon {
  color: #932F59;
}

/* .bg-choose-sd{
    background-image: url('/images/bg-patter-2.png');
    background-position: center;
    background-color: #F7F7F7;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
  } */

.bg-choose-sd {
  position: relative;
  z-index: 1;
}

.bg-choose-sd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/images/bg-patter.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 0;
}

.bg-choose-sd>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .arrow-icon-mbl {
    width: 50px !important;
    justify-content: center;
    margin: 1rem auto;
    /* Optional: Center it */
  }

  .testimonial-bg {
    background-image: url('/images/bg-patter.png');
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
  }

  .arrow-icon-mbl img {
    width: 100%;
    /* Ensures the image fits the 50px container */
    height: auto;
  }

  .banner-h1 {
    font-size: 34px !important;
  }

  .hero-bg {
    height: auto !important;
  }
}

/* mobile comparison-card  */


.comparison-box {
  display: flex;
  position: relative;
}

.mbl-card {
  border-radius: 12px;
  padding: 20px;
  width: 250px;
  height: auto;
  min-height: 180px;
}

/* Overlapping effect */
.sign-desk {
  background: transparent linear-gradient(134deg, #e40078 0%, #6c3aef 49%, #1A53BC 100%) 0% 0% no-repeat padding-box;
  color: white;
  position: relative;
  z-index: 2;
  margin-right: -5px;
  /* Negative margin causes overlap */

}

.competitor-sign {
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 2px 3px 4px #00000029;
border-radius: 0px 10px 10px 0px;
  position: relative;
  z-index: 1;
}
.competitor-sign h4{
  color: #253B8D !important;
}
.competitor-sign p{
  color: #000 !important;
}
.digitalStamp-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  min-height: 450px;
}

.digitalStamp-left h3,
.digitalStamp-right h3 {
  font-weight: bold;
  border-radius: 15px 15px 0px 0px;
  padding: 20px 0px;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.digitalStamp-left h3 {
  background: #FFFFFF 0% 0% no-repeat padding-box;

  box-shadow: 0px 3px 6px #00000029;
}

.success-topDigital {
  background-image: url(../images/bg-patter.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #fff;
  padding: 80px 0px;
}

#successTopIn {
  background-size: contain !important;
  background-position: top !important;
}

@keyframes digitalStamp-scrollLoop {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.digitalStamp-scrollWrapper {
  overflow: hidden;
  position: relative;
  height: 365px;
}

.digitalStamp-scrollInner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  animation: digitalStamp-scrollLoop 10s linear infinite;
}

.digitalStamp-userComment {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 20px 0px 20px;
}

.digitalStamp-userComment img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.digitalStamp-userComment span {
  font-size: 14px;
  font-weight: 600;
}

.digitalStamp-userComment p {
  color: #272729;
  margin: 4px 0 0;
  font-size: 16px;
}

.digitalStamp-right {
  background: transparent linear-gradient(115deg, #1A53BC 0%, #071F84 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.digitalStamp-right ul {
  list-style: none;
  padding-left: 0;
  margin: 0px 0px;
}

.digitalStamp-right li {
  position: relative;
  padding: 10px 20px 0px 40px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
}

.digitalStamp-right li::before {
  content: "–";
  position: absolute;
  left: 26px;
}

tbody tr:last-child td {
  border-bottom: none;
}

col.col-signdesk {
  background: var(--Amethyst);
}

table {
  width: 100%;
  text-align: left;
}

th,
td {
  padding: 16px 25px;
  color: black;
  vertical-align: top;
  border-radius: 0;
  /* reset default */
  width: 33%;
  border-bottom: 1px solid #00000040;
}

th:nth-child(2),
td:nth-child(2) {
  color: white;
  border-bottom: 1px solid #ffffff50;
}

th:last-child,
td:last-child {
  padding-left: 50px;
  padding-right: 20px;
}

th:nth-child(2) {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

tbody tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.header-comparison{
  background: url(/images/comparision/comparison-hero.png) no-repeat;
  background-size: cover;
  min-height: 600px;
}
.img-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    background-color: #FFFFFF;
    height: 180px;
    width: 180px;
}