.elementor-1815 .elementor-element.elementor-element-7ba3048f{--display:flex;}.elementor-1815 .elementor-element.elementor-element-4a902c3e .e-contact-buttons__chat-button svg{order:-1;}.elementor-1815 .elementor-element.elementor-element-4a902c3e .e-contact-buttons{--e-contact-buttons-chat-button-gap:10px;--e-contact-buttons-button-icon:var( --e-global-color-3a80888 );--e-contact-buttons-button-bg:var( --e-global-color-accent );--e-contact-buttons-button-icon-hover:var( --e-global-color-3a80888 );--e-contact-buttons-button-bg-hover:var( --e-global-color-accent );--e-contact-buttons-chat-button-padding-block-end:13px;--e-contact-buttons-chat-button-padding-block-start:13px;--e-contact-buttons-chat-button-padding-inline-end:40px;--e-contact-buttons-chat-button-padding-inline-start:40px;--e-contact-buttons-horizontal-offset:25px;--e-contact-buttons-vertical-offset:25px;}.elementor-1815 .elementor-element.elementor-element-4a902c3e .e-contact-buttons__chat-button{font-family:"Inter", Sans-serif;font-size:14px;font-weight:700;text-decoration:none;}@media(max-width:767px){.elementor-1815 .elementor-element.elementor-element-4a902c3e .e-contact-buttons__chat-button svg{order:-1;}.elementor-1815 .elementor-element.elementor-element-4a902c3e .e-contact-buttons__chat-button{font-size:14px;}.elementor-1815 .elementor-element.elementor-element-4a902c3e .e-contact-buttons{--e-contact-buttons-chat-button-padding-block-end:12px;--e-contact-buttons-chat-button-padding-block-start:12px;--e-contact-buttons-chat-button-padding-inline-end:20px;--e-contact-buttons-chat-button-padding-inline-start:20px;--e-contact-buttons-horizontal-offset:10px;--e-contact-buttons-vertical-offset:10px;}}/* Start custom CSS for contact-buttons-var-7, class: .elementor-element-4a902c3e *//* Floating "Book a Demo" button */
.elementor-location-floating_buttons a[aria-label="Book a Demo"] {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
  transition: box-shadow 0.3s ease, transform 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 20px !important;
}

/* Hide the globe icon */
.elementor-location-floating_buttons a[aria-label="Book a Demo"] svg {
  display: none !important;
}

/* Add Font Awesome arrow icon after text */
.elementor-location-floating_buttons a[aria-label="Book a Demo"]::after {
  content: "\f061"; /* fa-solid fa-arrow-right */
  font-family: "Font Awesome 7 Free"; /* or "Font Awesome 7 Pro" if you’re using Pro */
  font-weight: 900; /* solid style */
  font-size: 0.95em;
  display: inline-block;
  margin-left: 0px;
  transition: transform 0.25s ease;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/* Hover effect */
.elementor-location-floating_buttons a[aria-label="Book a Demo"]:hover::after {
  transform: translateX(4px);
}

/* Lift effect on hover */
.elementor-location-floating_buttons a[aria-label="Book a Demo"]:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35) !important;
  transform: translateY(-2px) !important;
}/* End custom CSS */