Custom Code

<style>
#sunnyChatBtn {
position: fixed;
bottom: 30px;
right: 30px;
background: #B89B5E; /* Century 21 gold */
color: white;
border: none;
border-radius: 50px;
padding: 15px 20px;
font-size: 16px;
font-family: “Arial”, sans-serif;
cursor: pointer;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
z-index: 1000;
}
#sunnyChatBtn:hover {
background: #A78E4D;
}
</style>

<button id=”sunnyChatBtn” onclick=”window.open(‘https://docs.google.com/forms/d/e/1FAIpQLSfKi5wybWyB3jOYNE4l-JBBt5arY6XuucVb49uWO1Hftu-6kg/viewform?usp=header’, ‘_blank’)”>
💬 Chat with Sunny – English / ਪੰਜਾਬੀ
</button>