Raheja Solaris: Luxurious 2/3/4 BHK Apartments in Navi Mumbai
Raheja Solaris: Luxurious 2/3/4 BHK Apartments in Navi Mumbai
Navi Mumbai is a popular region that is rapidly developing in Maharashtra. The Raheja Solaris project located in Juinagar and Sanpada is an excellent option for those seeking a modern lifestyle with easy connectivity to Mumbai and other parts of Maharashtra. The project offers spacious 2/3/4 BHK apartments designed to cater to the needs of modern-day living. Its world-class amenities such as a swimming pool, gymnasium, multipurpose hall, landscaped gardens, etc., ensure residents have a comfortable and luxurious lifestyle. With its prime location and high-quality construction, the project offers excellent potential for capital appreciation and rental income. If you're interested in learning more about this exciting opportunity, visit the Raheja Solaris website today at https://rb.gy/jlnwl1
Floating WhatsApp Icon
.floating-whatsapp {
position: fixed;
bottom: 20px;
left: 20px;
background-color: #25D366;
color: white;
border-radius: 50px;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
text-decoration: none;
z-index: 1000;
display: none; /* Initially hidden */
}
.floating-whatsapp img {
width: 30px;
height: 30px;
}
// Get the WhatsApp icon element
var whatsappIcon = document.getElementById('whatsappIcon');
// Show the WhatsApp icon when the page is scrolled
window.addEventListener('scroll', function() {
// Show the WhatsApp icon
whatsappIcon.style.display = 'flex';
// Update the WhatsApp icon position based on the scroll position
whatsappIcon.style.left = '20px'; // Adjust this value as needed
whatsappIcon.style.bottom = '20px'; // Adjust this value as needed
});