.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-168 .elementor-element.elementor-element-f0bb1a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-168 .elementor-element.elementor-element-f0bb1a8{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-760e1fe *//* Style for the sticky back-to-home button */
#back-to-home {
  position: fixed;
  bottom: 20px; /* Adjust position from the bottom */
  right: 20px; /* Adjust position from the right */
  background-color: #006400; /* Dark Green background */
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  z-index: 9999; /* Ensures the button stays above other elements */
  display: none; /* Hide the button initially */
}

/* Add hover effect */
#back-to-home:hover {
  background-color: #f4a300; /* Change color on hover */
}

/* Show the button when the user scrolls down */
#back-to-home.show {
  display: block;
}/* End custom CSS */