.elementor-460 .elementor-element.elementor-element-42bdc174{--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-460 .elementor-element.elementor-element-1d7721de .e-contact-buttons{--e-contact-buttons-contact-button-icon:#FFFFFF;--e-contact-buttons-contact-button-bg:#CF204A;--e-contact-buttons-contact-gap:6px;--e-contact-buttons-contact-padding-block-end:12px;--e-contact-buttons-contact-padding-block-start:12px;--e-contact-buttons-contact-padding-inline-end:12px;--e-contact-buttons-contact-padding-inline-start:12px;}.elementor-460 .elementor-element.elementor-element-1d7721de .e-contact-buttons__contact-icon-link{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:500;}/* Start custom CSS for contact-buttons-var-10, class: .elementor-element-1d7721de */.floating-contact-style a,
.floating-contact-style .elementor-button,
.floating-contact-style .elementor-icon,
.floating-contact-style .chat-button,
.floating-contact-style .phone-button {
    background: linear-gradient(135deg, #D24BFF 0%, #9C1DFF 45%, #FF33E2 100%) !important; /* צבעים לפי הכפתור */
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 22px rgba(211, 75, 255, 0.38),
                0 0 22px rgba(255, 51, 226, 0.22) !important;
    transition: all 0.35s ease !important;
    position: relative;
    overflow: hidden;
}

/* אפקט מראה במעבר עכבר */
.floating-contact-style a::after,
.floating-contact-style .elementor-button::after,
.floating-contact-style .elementor-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.65),
        transparent
    );
    transform: skewX(-25deg);
    opacity: 0;
    transition: left 0.65s ease, opacity 0.25s ease;
    pointer-events: none;
}

/* מעבר עכבר */
.floating-contact-style a:hover,
.floating-contact-style .elementor-button:hover,
.floating-contact-style .elementor-icon:hover {
    transform: scale(1.07);
    box-shadow: 0 12px 28px rgba(211, 75, 255, 0.5),
                0 0 30px rgba(255, 51, 226, 0.35) !important;
}

/* הפעלת הברק */
.floating-contact-style a:hover::after,
.floating-contact-style .elementor-button:hover::after,
.floating-contact-style .elementor-icon:hover::after {
    left: 135%;
    opacity: 1;
}

/* צבע אייקונים וטקסט */
.floating-contact-style i,
.floating-contact-style svg,
.floating-contact-style span,
.floating-contact-style .elementor-button-text {
    color: white !important;
    fill: white !important;
    position: relative;
    z-index: 2;
}

/* לכפתור עגול כמו הטלפון */
.floating-contact-style .elementor-icon,
.floating-contact-style .phone-button,
.floating-contact-style a.phone {
    width: 58px;
    height: 58px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

/* לכפתור הרחב כמו Chat */
.floating-contact-style .elementor-button,
.floating-contact-style .chat-button,
.floating-contact-style a.chat {
    min-height: 52px;
    padding: 0 22px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
}/* End custom CSS */