.elementor-7 .elementor-element.elementor-element-6b49690{--display:flex;}.elementor-7 .elementor-element.elementor-element-b5f8743{--display:flex;}body:not(.rtl) .elementor-7 .elementor-element.elementor-element-b9bfea2{left:0px;}body.rtl .elementor-7 .elementor-element.elementor-element-b9bfea2{right:0px;}.elementor-7 .elementor-element.elementor-element-b9bfea2{top:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b9bfea2 *//* Container for all floating action buttons */
.floating-action-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px; /* Space between buttons */
}

/* Common styles for all buttons inside the container */
.floating-action-buttons .fab,
.floating-action-buttons .ak-scrollup {
  width: 55px;
  height: 55px;
  background-color: #252525;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover effect for all buttons */
.floating-action-buttons .fab:hover,
.floating-action-buttons .ak-scrollup:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Specific background colors for each button */
.floating-action-buttons .fab-whatsapp {
  background-color: #25D366; /* WhatsApp Green */
}

.floating-action-buttons .fab-call {
  background-color: #34B7F1; /* A common color for call buttons */
}

/* Your original scroll-up button */
.floating-action-buttons .ak-scrollup {
  background-color: #555555; /* A neutral dark grey */
}

/* SVG Icon styling */
.floating-action-buttons svg {
  fill: currentColor;
}
@media (max-width: 600px) {
  .floating-action-buttons {
    bottom: 16px;
    right: 16px;
    gap: 13px;
  }
  .floating-action-buttons .fab,
  .floating-action-buttons .ak-scrollup {
    width: 37px;
    height: 37px;
    font-size: 15px;
  }
}/* End custom CSS */