#elementor-popup-modal-23383 .dialog-message{width:60px;height:auto;}#elementor-popup-modal-23383{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-23383 .dialog-widget-content{animation-duration:1.2s;background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-37fe8a1 */#whatsappForm {
            display: none;
            position: fixed;
            bottom: 180px;
            right: 20px;
            text-align: left;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            background: #25d366;
            z-index: 1001;
        }
        input, select {
            display: block;
            width: 100%;
            margin: 10px 0;
            padding: 10px;
        }
        .suggestions {
            border: 1px solid #ccc;
            max-height: 150px;
            overflow-y: auto;
            background: white;
            position: absolute;
            width: calc(100% - 22px);
            display: none;
            z-index: 1000;
        }
        .suggestions div {
            padding: 8px;
            cursor: pointer;
            color: black;
        }
        .suggestions div:hover {
            background: #f0f0f0;
        }
        .floating-button {
            position: fixed;
            bottom: 120px;
            right: 50px;
            background: white;
            color: white;
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1002;
        }/* End custom CSS */