/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 14:39:52 */
/* Universal AI Book Appointment Button Style for Themify */
.banner_but{
  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;
  outline: none !important;
  overflow: hidden !important;
  color: #ffffff !important;
  transition: color 0.3s 0.1s ease-out !important;
  justify-content: center !important;
  z-index: 1 !important;
}

.banner_but span {
  margin-left: 10px;
}

.banner_but::before {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50% !important;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out !important;
  z-index: -1;
}

.banner_but:hover {
  color: #fff !important; /* Change text color to white */
  border: 1px solid #FAAF42 !important;
}

.banner_but:hover::before {
  box-shadow: inset 0 0 0 10em #FAAF42!important; /* Fill background */
}
