.elementor-5056 .elementor-element.elementor-element-4bf42d1b{--display:flex;}.elementor-5056 .elementor-element.elementor-element-83f6914{--display:flex;}.elementor-5056 .elementor-element.elementor-element-4b057406{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-584fa2ae */.floating-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #1e2a78 !important;   /* رنگ جدید */
  color: #fff !important;            /* متن سفید */
  padding: 12px 18px;
  border-radius: 15px 15px 15px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  direction: rtl;
  transition: all 0.25s ease;
}

.floating-btn:hover {
  background: #000 !important;       /* هاور مشکی */
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}/* End custom CSS */