.product-banner{
  background: url(/assets/img/images/product/product-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.oraclebanking-service-card {
    background: var(--gradient6) !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 270px;
    height: 317px !important;
    border-radius: 7.63px 0 0 0 !important;
    margin: 0 auto;
  }
  
  .card-container .col:nth-child(even) .oraclebanking-service-card {
    position: relative;
    top: -30px;
  }
  
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  
  .card-body img {
    max-width: 100px;
    height: auto;
  }
  
  .card-body h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  
  .card-body p {
    font-size: 0.9rem;
    color: #555;
  }
  
  .card-footer {
    background: transparent;
    height: 10px;
  }
  
  .workflow-card{
    background: transparent!important;
    border-top: 1px solid #EBEBEB!important;
  }

  .workflow-card:hover{
    background: #2C7EBB!important;
  }

  /* Owl-carousel section */

  .oraclebanking-service-card {
    background: linear-gradient(180deg, #1D2535 0%, #273A4D 100%)!important;
    border-radius: 7.63px!important;
    padding: 24px;
    text-align: start;
    color: #fff!important;
  }
  
  .oraclebanking-service-card img {
    max-width: 80px;
    margin-bottom: 15px;
  }
  
  .oraclebanking-service-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .oraclebanking-service-card p {
    font-size: 14px;
    line-height: 1.5;
  }


  /* ........Carousel........ */
  
.owl-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
}
  
.owl-carousel .item {
  flex: 0 0 calc(33.333% - 20px);
  max-width: 100%;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
  width: 270px;
}

.owl-carousel .item-2 {
  margin-top: 200px !important;
  position: relative;
}

.owl-carousel .owl-stage{
  height: 500px!important;
  display: flex;
  align-items: center;
}
 
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
  border: 1px solid #ccc;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #ccc;
}

.owl-theme .owl-dots .owl-dot.active{
  padding: 5px 0px 0px 0px !important;
  border: 1px solid #fff;
  border-radius: 50%;
}

.home-banners {
  height: calc(90vh - 100px);
}

.home-banners .carousel-inner .carousel-item img {
  height: 100%;
  width: 100%;
}

.carousel-inner {
  height: calc(90vh - 100px);
}

.carousel-item {
  height: 100%;
}

.carousel-caption {
  top: 27%;
}

.carousel-indicators {
  bottom: 7%;
}

.carousel-indicators button {
  width: 9px;
  height: 7px;
  border-top: none !important;
  border-bottom: none !important;
}

.carousel-indicators button.active {
  height: 7px !important;
  width: 27px !important;
  border-radius: 35px !important;
  background-color: #0fa6fc;
  border-top: none !important;
  border-bottom: none !important;
}

.blue-banner-card{
  background: url(/assets/img/images/blue-banner-card.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}


/* .solution-img{
  height: 200px!important;
} */
/* .owl-dots .owl-dot.active span {
  background: #6a11cb;
  border-color: #6a11cb;
} */


  /* .carousel-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
  } */

  /* .owl-carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  
  .owl-carousel-controls button {
    background: #333;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.7;
    transition: opacity 0.3s;
  }
  
  .owl-carousel-controls button:hover {
    opacity: 1;
  } */

  /* @media (max-width: 768px) {
    .owl-carousel .item {
      flex: 0 0 calc(50% - 20px);
      max-width: calc(50% - 20px);
    }
  }
  
  @media (max-width: 576px) {
    .owl-carousel .item {
      flex: 0 0 calc(100% - 20px);
      max-width: calc(100% - 20px);
    }
  } */
