@keyframes slideX {
  0%, 100% {
    transform: translateX(0);
    
  }
  50% {
    transform: translateX(10px); /* Adjust distance as needed */
  
  }
}
.img-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  background-color: #FFFFFF;
  height: 180px;
  width: 180px;

}
.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{
    
    height: 100vh !important;
    display: flex;
    align-items: 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;
  background-color: #F7F7F7;
  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;
  font-family: Arial, sans-serif;
}

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

/* Overlapping effect */
.sign-desk {
  background: transparent linear-gradient(100deg, #FD027D 0%, #101160 100%) !important;
  color: white;
  position: relative;
  z-index: 2;
  margin-right: -5px; /* Negative margin causes overlap */
  
}

.competitor-sign {
  background: #fff;
  color: #253B8D;
  position: relative;
  z-index: 1;
}

.digitalStamp-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.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: 400px;
}

.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 {
    font-size: 13px;
    color: #333;
    margin: 4px 0 0;
}

.digitalStamp-right {
    background: transparent linear-gradient(115deg, #002893 0%, #001021 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: transparent linear-gradient(128deg, #9B0255 0%, #005593 100%) !important;
}

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

th, td {
  padding: 16px;
  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;  
}


/* Center (active) card */
.comparison-carousel .owl-item.active-center .bg-blue-gradient {
  background: linear-gradient(127deg, #002893 0%, #001021 100%) !important;
  color: white !important;
  transform: scale(1);
  opacity: 1;
  z-index: 2;
  border-radius: 25px;
  transition: all 0.3s ease;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Side (inactive/partial) cards */
.comparison-carousel .owl-item.side-card .bg-blue-gradient {
  background: #fff !important;
  box-shadow: 2px 3px 4px #00000029;
  color: #333 !important;
  opacity:1;
  transform: scale(0.9);
  border-radius: 25px;
  z-index: 1;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  height:350px;
  align-items: center;
}

/* Ensure white text inside active card */
.comparison-carousel .owl-item.active-center .bg-blue-gradient .text-white {
  color: white !important;
}

/* Ensure dark text inside side cards */
.comparison-carousel .owl-item.side-card .bg-blue-gradient .text-white {
  color: #333 !important;
}

 .border-pink {
    border-color: #D52E7650 !important;
    border-width: 1px;
  }

  @media (min-width: 768px) {
    .no-bb-md {
      border-bottom: none !important;
    }    
  }

  @media (max-width: 768px){
    .comparison-carousel .owl-item.active-center .bg-blue-gradient{
      height: auto !important;
    }
  }