/* Header & Navigation */ /* Hero Section */ /* Section Styling */ /* About Section */ /* Rooms Section */ /* Facilities Section */ /* Testimonials */ /* Booking Form */ /* Footer */ /* Floating Contact Icons */ /* Offers Sidebar - Updated to be icon-based and responsive */ /* Responsive Design - Fixed for offers sidebar */ /* Ensure the offers panel doesn't overlap with navbar on mobile */ // Navbar background change on scroll // Smooth scrolling for anchor links // WhatsApp integration for booking const whatsappNumber = "+919991489742"; // The WhatsApp number provided const callNumber = "+919991489742"; // The call number // Function to send booking details to WhatsApp // Handle main booking form submission // Handle room-specific booking buttons // Handle hero section booking button // Floating contact icons functionality // Offers sidebar toggle functionality // Close offers panel when clicking outside // Location selector functionality // In a real implementation, you would fetch offers for the selected location // For this demo, we'll just show an alert // Handle window resize for responsive behavior // Force reflow to ensure proper positioning // Get form values // Create WhatsApp message // WhatsApp API link // Open WhatsApp