.flybook-book-now-button {
  border-radius: 40px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* permanent shadow */
  background-color: #ee5505 !important; /* base color */
  transition: all 0.3s ease; /* smooth animation for hover */
}

.flybook-book-now-button:hover {
  background-color: #ff7700 !important; /* lighter orange on hover */
  transform: scale(1.05); /* subtle zoom */