.elementor-361 .elementor-element.elementor-element-5681596d{--display:flex;}.elementor-361 .elementor-element.elementor-element-7bd7aea5 .e-contact-buttons{--e-contact-buttons-horizontal-offset:0px;}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-7bd7aea5 */.e-contact-buttons__chat-button {
  background: linear-gradient(90deg, #FFD700 0%, #FEF08A 50%, #F59E0B 100%) !important;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6),
              0 0 30px rgba(245, 158, 11, 0.4) !important;
  transition: all 0.3s ease !important; /* Added for smooth hover animation */
}

.e-contact-buttons__chat-button:hover {
  background: linear-gradient(90deg, #FFD700 0%, #FEF08A 50%, #F59E0B 100%) !important;
  color: #1A1A1A !important;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.9),
              0 0 45px rgba(245, 158, 11, 0.7) !important;
  transform: translateY(-2px) !important;
}/* End custom CSS */