.elementor-1056 .elementor-element.elementor-element-946b566{--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-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-26999c6 */#chat-icon {
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 60px;
        height: 60px;
       
        border-radius: 50%;
        cursor: pointer;
    
        display: flex;
        align-items: center;
        justify-content: center;
        animation: shake 20s infinite;
        z-index: 9999;
    }

    #chat-icon img {
        width: 140px;
        height: 100px;
    }

    /* انیمیشن تکان خوردن */
    @keyframes shake {
        0%, 90%, 100% { transform: translateX(0); }
        92% { transform: translateX(-5px); }
        94% { transform: translateX(5px); }
        96% { transform: translateX(-5px); }
        98% { transform: translateX(5px); }
    }

    /* پنجره پاپ‌آپ */
    #chat-popup {
        position: fixed;
        bottom: 90px;
        right: 20px;
        width: 350px;
        height: 450px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        display: none;
        overflow: hidden;
        z-index: 9999;
    }

    #chat-popup iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    #close-btn {
        position: absolute;
        top: 5px;
        left: 5px;
        background: red;
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        cursor: pointer;
        z-index: 10;
    }/* End custom CSS */