.book-services .row .card:hover {
  overflow: visible !important;
}

.book-services .row .card:hover img {
  -webkit-transform: scale(1.1) rotate(2deg) translateY(-10px);
  transform: scale(1.1) rotate(2deg) translateY(-10px);
  transition: 0.5s ease-in-out;
}

.book-services .row .card:hover .position-absolute {
  bottom: -7%;
  opacity: 1;
  /* transform: scale(1); */
  transition: 0.5s ease-in-out;
}

.book-services .row .card .position-absolute {
  border: 2px solid #fc540450;
  background-color: white;
  bottom: -15%;
  height: 2.8rem;
  opacity: 0;
  /* transform: scale(0); */
}

.book-services .row .card .position-absolute a:first-child {
  /* border-color:#fc540450; */
  border-right: 2px solid #fc540450;
}
.book-services .row .card .position-absolute a:hover {
  transition: 0.5s ease-in-out;
  background-color: var(--mainColor);
  color: white !important;
}
.book-services .row .card .position-absolute a:hover svg path {
  fill: white;
}
