.service-banner{
  background: url(/assets/img/images/service/implementation/implementation-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.other-services-card {
  background: url('/assets/img/images/service/implementation/other-services-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.other-services-card h5 {
  position: relative;
  z-index: 2;
  color: #000;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) { 
  .service_card,.Custom_image{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  .service_card::before{
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #7779DC 0%, #3794ED 100%);
    width: 30%;
    height: 44%;
    left: -4%;
    border-radius: 12px;
    z-index: -1;
    bottom: -65px;
  }
  .service_card::after{
    content: "";
    position: absolute;
    /* background: #1e40a2; */
    width: 4%;
    height: 42%;
    bottom: 30%;
    right: -4%;
    border-radius: 4px;
    z-index: -1;
    background: linear-gradient(92.06deg, #072E49 -13.04%, #184585 93.76%);
  }
  .service_card{
    z-index: 2;
  }
  .custom-card{
    border-radius: 12px !important;
    border: 1px solid #91CBFF !important;
    backdrop-filter: blur(105px) !important;
    width: 75% !important;
    height: 400px !important;
    background: linear-gradient(180deg, #EFF8FF 0%, #EDF1F5 100%);
  }
}
@media (min-width: 992px) { 
  .service_card::before{
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #7779DC 0%, #3794ED 100%);
    width: 37%;
    height: 68%;
    left: -6%;
    border-radius: 12px;
    z-index: -1;
    bottom: -65px;
  }
  .service_card::after{
    content: "";
    position: absolute;
    /* background: #1e40a2; */
    width: 10%;
    height: 42%;
    bottom: 30%;
    right: -10%;
    border-radius: 4px;
    z-index: -1;
    background: linear-gradient(92.06deg, #072E49 -13.04%, #184585 93.76%);
  }
  .service_card{
    z-index: 2;
  }
}

@media (max-width: 768.98px) { 
  .service_card,.Custom_image{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .custom-card{
    width: auto !important;
    height: 450px !important;
  }
}

@media(max-width: 376px){
  .custom-card {
    height: 500px !important;
  }
}


  /* Change background and hide text on hover */
.other-services-card:hover {
  background-color: #090F20;
  background-image: none; /* Remove the background image */
}
  
.other-services-card:hover h5 {
  opacity: 0; /* Hide the existing text */
}
  
/* Add the hover content using ::after */
.other-services-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-family: "DM Sans";
  font-size: 19.24px;
  font-weight: 600;
  line-height: 26.45px;
  text-align: center;
}
  
.other-services-card:hover::after {
  content: 'View More'; /* Replace the text on hover */
  opacity: 1;
}

.service-card{
  border: 2px solid #BCBCBC !important;
  /* background: #EDF1F5; */
  border-radius: 0 !important;
  height: 100px !important;
}

.serv-img{
  position: absolute;
  top: -19px;
  background: #EDF1F5;
  height: 118px;
}

/* .serv-img img{
    width: 80%;
  } */
.pf .serv-img{
  left: 12px;
}

.blue-banner-card{
  background: url(/assets/img/images/blue-banner-card.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}

/* .service-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  border-color: #0078d7;
  color: #0056b3;
} */
  