.elementor-9100 .elementor-element.elementor-element-3259824{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-c1b582b */body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.floating-button {
  position: fixed;
  bottom: 30%;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #1877f2; /* Facebook blue */
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease; 
}

.floating-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.fb-icon {
  width: 30px;
  height: 30px;
  filter: invert(100%) sepia(1000%) saturate(0%) hue-rotate(180deg) brightness(150%) contrast(101%);
}/* End custom CSS */