.elementor-1124 .elementor-element.elementor-element-wafloat1 .e-contact-buttons{--e-contact-buttons-horizontal-offset:24px;--e-contact-buttons-vertical-offset:24px;}/* Start custom CSS *//* Keep the floating WhatsApp button on the physical right in both languages.
   Elementor places it with logical properties (inset-inline-end on the fixed
   wrapper, flex-end inside it), so on the RTL Hebrew pages both resolve to the
   left. Forcing LTR resolution on the wrapper pins it right in both directions.
   The button is icon-only, so it carries no text that direction could affect. */
.e-contact-buttons.has-h-alignment-end {
	direction: ltr;
	inset-inline-start: auto;
	inset-inline-end: 24px;
	left: auto;
	right: 24px;
}/* End custom CSS */