.b2b-hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;

}

.b2b-hover-lift:hover {
  transform: scale(1.01);
  box-shadow: var(--bs-box-shadow-lg);
  cursor: pointer;
  background-color: #f8f9fa;

}

.card-title a {
  transition: color 0.3s ease;
}

.card-title a:hover {
  color: #0099FF !important;
}

#top-link{
  display:none;
}