/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 14:23:54 */
/* Universal AI Book Appointment Button Style for Themify */
.custom-book{
  background: transparent!important;
  position: relative!important;
  padding: 5px 15px!important;
  display: flex!important;
  align-items: center !important;
  font-size: 17px!important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer!important;
  border: 1px solid #faaf42 !important;
  border-radius: 50px!important; /* Updated to 50px */
  outline: none !important;
  overflow: hidden !important;
  color: #471111 !important;
  transition: color 0.3s 0.1s ease-out !important;
  justify-content: center !important;
}

.custom-book span {
  margin-left: 10px!important;
}

.custom-book::before {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "Book Appointment";
  border-radius: 50%!important;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center!important;
}
.custom-book:hover {
  color: #000!important; /* Change text color to white */
  border: 1px solid #faaf42!important;
}
