.service-banner{
  background: url(/assets/img/images/service/implementation/implementation-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#integration_orcale_banking_products {
  position: relative;
  height: 100vh;
  z-index: 99;
}

.integration_orcale_banking_products_bg {
  background-color: rgba(213, 235, 255, 1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#integration_orcale_banking_products {
  margin-top: 0;
  margin-bottom: 0;
}

#getStarted {
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 28px 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
}

.button-container {
  background-color: rgba(237, 241, 245, 1);
  color: rgba(16, 47, 78, 1);
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button-container:hover {
  background-color: rgba(16, 47, 78, 1) !important;
  color: #fff !important;
}

.integration {
  position: relative;
}

.integration img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  z-index: 1;
}

.integration-banking-card {
  position: absolute;
  top: 50%;
  left: 67%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 98.8px 0px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 1);
  padding: 2rem;
  max-width: 53%;
  width: 42%;
  border-radius: 8px;
  z-index: -2;
}

@media (max-width: 768px) {
  .integration img {
    display: none;
  }
  
  #integration_orcale_banking_products{
    height: 80vh!important;
  }

  .integration-banking-card {
    position: relative;
    left: 0;
    max-width: 100%;
    width: 100%;
    transform: none;
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .integration-banking-card {
    left: 68%;
  }
} 

@media (min-width: 1300px) and (max-width: 1369px){
  .integration-banking-card {
    /* background-color: #007bff; */
    left: 70%;
  }

}

#otherservices {
  background-color: rgba(213, 235, 255, 1);
  padding: 20px;
}

#orcale_banking_services {
  background: rgba(9, 15, 32, 1);
  padding: 30px 0;
}

.orcale_banking_services_card {
  background: linear-gradient(180deg, #1d2535 0%, #273a4d 100%);
  color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  height: 100%;
}

.orcale_banking_services_card h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: rgba(44, 126, 187, 1);
}

.orcale_banking_services_card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(177, 174, 174, 1);
}

.orcale_banking_services_card img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 80px;
  margin-bottom: 1rem;
}

.card-custom {
  border: 1px solid rgba(212, 219, 255, 1);
  background: rgba(248, 248, 248, 1);
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 0px 25.7px 0px #D8EFFFA1 inset;
}

.card-custom:hover{
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-custom .card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}

.card-custom h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
}

.card-custom p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1rem;
}

.card-custom .learn-more {
  font-size: 1rem;
  color: #007bff;
  text-decoration: none;
}

.card-custom .learn-more:hover {
  text-decoration: underline;
}

.card-custom .learn-more span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
}

.blue-banner-card{
  background: url(/assets/img/images/blue-banner-card.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}