.main-gif-container {
  background-image: url(../images/bgnew.gif);
  background-size: cover;
  background-attachment: fixed;
}

.service-card {
  transition: transform 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
}
.book-btn {
  background-color: #2490eb;
  transition: background-color 0.3s ease;
}
.book-btn:hover {
  background-color: #054e8a;
}
.book-button {
  color: #2490eb;
}
