@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{
            
            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;
  }

  th, td {
  border-bottom: 1px solid #ffffff40;
}



th:nth-child(3),
td:nth-child(3) {
  border-left: 1px solid #253B8D40;
  border-right: 1px solid #253B8D40;
  border-bottom: 1px solid #253B8D40;
  
}

tr:first-child th:first-child {
  background-color: #ffffff40;
  color: #D1EF86;
}

tr:first-child th:nth-child(3) {
  background-color: #253B8D15;
  color: #253B8D;
}


tbody tr:last-child td {
  border-bottom: none;
}
tbody tr:last-child td:nth-child(3) {
  border-bottom: 1px solid #253B8D40; /* Reapply if needed */
}
  /* Column background gradients */
  col.col-need {
    background: #253B8D;
  }

  col.col-signdesk {
    background: transparent linear-gradient(158deg, #FD027D 0%, #101160 100%) !important;
  }

  col.col-zoho {
    background: #EFF2FF;
  }

  /* Table Cells */
  th, td {
    padding: 16px;
    color: white;
    vertical-align: top;
    border-radius: 0; /* reset default */
    width: 30%;
  }

  /* Header Colors */
  th.col-zoho,
  td.col-zoho {
    color: #000;
  }

  /* Rounded corners for column groups */
  /* First row - top rounded corners */
  th:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

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

  th:last-child {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }

  /* Last row - bottom rounded corners */
  tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    
  }

  tbody tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    
  }

  tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    
  }
  .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);
    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 {
    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;
}