/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 01 2025 | 05:47:24 */
/* Universal AI Telegram Button Style for Themify */
.custom-telegram-btn {
  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: 25px !important;
  outline: none !important;
  overflow: hidden !important;
  color: #471111!important;
  transition: color 0.3s 0.1s ease-out!important;
  justify-content: center !important;
}

.custom-telegram-btn span {
  margin-left: 10px;
}

.custom-telegram-btn::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;
  transition: box-shadow 0.5s ease-out!important;
  z-index: -1;
}

.custom-telegram-btn:hover {
  color: #471111!important;
  border: 1px solid #faaf42!important;
}

.custom-telegram-btn:hover::before {
  box-shadow: inset 0 0 0 10em #faaf42!important;
}

/* Optional: adjust SVG size inside Themify button */
.custom-telegram-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
