.elementor-11433 .elementor-element.elementor-element-50c6c398{--display:flex;}/* Start custom CSS for html, class: .elementor-element-152df46 */.popup-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ca1023; /* Red background */
    color: #ffffff; /* White text */
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    
}

.popup-button:hover {
    transform: scale(1.05);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* Icon styling */
.popup-button img {
    width: 18px; /* Adjust icon size */
    height: 18px;
}/* End custom CSS */