Terms & Conditions

Please read these terms carefully before making a booking. These conditions apply to all reservations made directly through the Klyra Hotels website. By using this site or completing a booking, you agree to be bound by the terms below.

Bookings & Reservations

All bookings are subject to availability and are confirmed only upon receipt of payment. As a condition of booking, proof of payment must be submitted to our reservations team within 48 hours, along with your confirmation number. Reservations may be cancelled if proof of payment is not received within this period.

Any banking fees incurred during the payment process are the responsibility of the guest. Booking and contact information provided must be accurate and valid for the hotel's verification purposes.

We reserve the right to cancel or modify reservations where an invalid payment method has been used, fraudulent activity is suspected, or the booking contains an error.

Early Check-In

Early check-in is available on request and subject to availability. Please contact the front desk in advance. Additional charges may apply.

Early Departure

If a guest departs before their original scheduled checkout date, the hotel reserves the right to apply an early departure fee for the remaining nights.

Cancellation Policy

Each rate booked at Klyra Hotels is subject to a cancellation policy. Failure to check in on the reserved arrival date will incur a penalty as outlined in the cancellation terms of the rate booked.

If a guest shortens their stay or checks out early, applicable penalty charges will apply. In the event of a cancellation, Klyra Hotels has no obligation to guarantee alternative bookings or best available rates — a new reservation will need to be made by the guest at the time of rebooking. For full details on refund timelines and charges, please refer to our Refund Policy.

Updates to These Terms

These terms may be revised from time to time. Any updates take effect as soon as they are posted on this page. Continued use of our website constitutes acceptance of the revised terms.

For any questions, reach us at
info@klyrahotels.in or call +91 80199 76633.

×

Check Availability

BEST RATE GUARANTEED WHEN YOU BOOK DIRECT.

×
KLYRA10
×

Kaya

World Cuisine Restaurant

Reserve Your Table

BEST EXPERIENCE GUARANTEED.

KAYA RESERVATION

Confirmed & Secured

Booking ID
Guest Name
Date
Time
Table For

Corporate Enquiry Form

Fill in the details below and our team will reach out with a tailored proposal within 24 hours.

Reserve Your Stay

Fill out the from below and we'll get back to you shorty.

Reserve Your Stay

Agent

Customer Support

Care Agent

Support

Hey, how can I help you today? Tap below to call us directly!

12:17 PM
.klyra-call-widget { position: fixed; bottom: 20px; right: 20px; z-index: 999999; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }/* Floating Button */ .klyra-fab { width: 60px; height: 60px; background-color: #0084ff; border: none; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,0.15); cursor: pointer; display: flex; align-items: center; justify-content: center; position: relative; float: right; transition: transform 0.3s ease; }.klyra-fab:hover { transform: scale(1.05); }.klyra-badge { position: absolute; top: -2px; right: -2px; background-color: #ff0000; color: white; font-size: 12px; font-weight: bold; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid white; }/* Popup Container */ .klyra-call-popup { width: 320px; background: #fff; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.2); margin-bottom: 20px; overflow: hidden; display: none; /* Hidden by default */ transform-origin: bottom right; animation: klyraPopUp 0.3s ease forwards; border: 1px solid #e5e5e5; }@keyframes klyraPopUp { 0% { opacity: 0; transform: scale(0.9) translateY(20px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }/* Header */ .klyra-popup-header { background-color: #1a8cff; color: white; padding: 20px; display: flex; align-items: center; position: relative; }.klyra-avatar-wrap { position: relative; margin-right: 15px; }.klyra-avatar-wrap img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid white; }.klyra-online-dot { position: absolute; bottom: 2px; right: 2px; width: 12px; height: 12px; background-color: #31a24c; border-radius: 50%; border: 2px solid white; }.klyra-agent-info h3 { margin: 0; font-size: 18px; font-weight: 600; }.klyra-agent-info p { margin: 2px 0 0; font-size: 13px; opacity: 0.9; }.klyra-close-btn { position: absolute; top: 15px; right: 15px; background: none; border: none; color: white; font-size: 24px; cursor: pointer; line-height: 1; opacity: 0.8; }.klyra-close-btn:hover { opacity: 1; }/* Body */ .klyra-popup-body { background-color: #f0f2f5; padding: 25px 20px; }.klyra-message-bubble { background: white; padding: 15px; border-radius: 0 12px 12px 12px; position: relative; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }.klyra-message-bubble::before { content: ''; position: absolute; top: 0; left: -8px; border-top: 10px solid white; border-left: 10px solid transparent; }.klyra-message-bubble strong { display: block; margin-bottom: 5px; font-size: 15px; color: #1c1c1c; }.klyra-message-bubble p { margin: 0; font-size: 15px; color: #1c1c1c; line-height: 1.4; }.klyra-time { text-align: right; font-size: 12px; color: #65676B; font-weight: bold; margin-top: 10px; }/* Footer */ .klyra-popup-footer { padding: 15px 20px 20px; background: white; }.klyra-call-btn { display: flex; align-items: center; justify-content: center; width: 100%; background-color: #1a8cff; color: white !important; text-decoration: none; padding: 12px 0; border-radius: 25px; font-size: 16px; font-weight: 600; transition: background-color 0.3s; gap: 8px; }.klyra-call-btn:hover { background-color: #0073e6; }/* Mobile Responsive */ @media (max-width: 480px) { .klyra-call-popup { width: calc(100vw - 40px); } }document.addEventListener("DOMContentLoaded", function() { const fab = document.getElementById("klyraFab"); const popup = document.getElementById("klyraCallPopup"); const closeBtn = document.getElementById("klyraClosePopup"); const timeDisplay = document.getElementById("klyraTime");// Set current time in the message bubble const now = new Date(); timeDisplay.innerText = now.toLocaleTimeString([], {hour: '2-digit', minute:'2-digit'});// Toggle popup on FAB click fab.addEventListener("click", function() { if (popup.style.display === "block") { popup.style.display = "none"; } else { popup.style.display = "block"; } });// Close popup on X click closeBtn.addEventListener("click", function() { popup.style.display = "none"; }); });

📞 Call Now