Refund Policy

Refund Policy

  • An advance amount of Rs 700/- is collected for the confirmation of bookings.
    • Of this amount, Rs 500/- is considered as a partial advance, and the remaining Rs 200/- is presumably non-refundable.
    • The partial advance amount of Rs 500/- is refundable if you cancel your slot 72 hours prior to your booking.
  • No refunds are offered for cancellations made after the 72-hour window, no-shows, or late arrivals.
  • If you need to cancel your booking, please contact us as soon as possible through WhatsApp at +918143678222.
  • Upon receiving your cancellation request, we will make arrangements for your refund.
  • Refunds will be processed within 7 business days of receiving your cancellation request.
  • Thank you for emphasizing your willingness to assist with any questions or concerns regarding the refund policy.
jQuery(document).ready(function($) { $('#save-pay-later-btn').click(function(e) { e.preventDefault(); let userEmail = $('#user_email').val(); let bookingDetails = $('#booking_details').val(); $.ajax({ type: 'POST', url: ajaxurl, // WordPress AJAX URL data: { action: 'send_booking_email', user_email: userEmail, booking_details: bookingDetails }, success: function(response) { alert(response.message); } }); }); });