.elementor-20614 .elementor-element.elementor-element-88ef77{--display:flex;}.elementor-20614 .elementor-element.elementor-element-5751f54f .e-contact-buttons{--e-contact-buttons-button-icon:#3B75D0;--e-contact-buttons-button-bg:#FFFFFF;--e-contact-buttons-button-bg-hover:#5876EC;--e-contact-buttons-contact-button-icon:#3B75D0;--e-contact-buttons-contact-button-bg:#FFFFFF;--e-contact-buttons-tooltip-bg:#FFFFFF;--e-contact-buttons-vertical-offset:90px;}.elementor-20614 .elementor-element.elementor-element-5751f54f .e-contact-buttons__chat-button-shadow{box-shadow:0px 0px 10px 0px rgba(255, 255, 255, 0.65);}.elementor-20614 .elementor-element.elementor-element-5751f54f .e-contact-buttons__contact-box-shadow{box-shadow:1px 1px 8px 1px rgba(255, 255, 255, 0.12);}/* Start custom CSS for contact-buttons-var-4, class: .elementor-element-5751f54f *//* --- 1. DEFAULT LTR (Left-to-Right) STYLES (Keep your class simple) --- */
.floating-box {
    position: fixed !important;
    bottom: 40px !important; 
    
    /* Aesthetics */
    background: #3b75d0;
    padding: 17px 17px !important;
    border-radius: 40px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 15px;
    align-items: center;
    z-index: 9999;
}

/* --- 2. RTL (Right-to-Left) ULTIMATE FIX --- */
/* Target the SPECIFIC Elementor widget ID when the site is in RTL. */
/* This overrides the stubborn inline/Elementor-set 'right' property. */
[dir="rtl"] #elementor-element-575f154f,
[dir="rtl"] #elementor-element-575f154f .floating-box {
    
    /* CRITICAL RESET: Override the conflicting 'right: 30px;' inline style */
    right: auto !important; 
    
    /* NEW RTL POSITION */
    left: 40px !important;  /* Position 40px from the LEFT edge in RTL */
}


/* --- 3. ICONS AND HOVER --- */
.floating-box a {
    color: white;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.floating-box a:hover {
    transform: scale(1.15);
    color: #fff5e6;
}/* End custom CSS */