/ March 5, 2024
Superior Four Poster

Step into a world of timeless elegance with our Four Poster Suites, where traditional period style meets modern luxury. Each suite features an en-suite bathroom, complete with either a classic shower and bath combination or a lavish whirlpool bath...

/ March 4, 2024
Standard Four Poster

Indulge in the timeless charm and lavish comfort of our exquisite four poster rooms, each boasting en-suite shower and bath facilities for your ultimate relaxation. Stepping into these elegantly adorned spaces, you’ll be transported to a bygone era with...

/ March 3, 2024
Twin Room

Welcome to our Superior Twin Rooms, where comfort and style meet to ensure a delightful stay. Each room comes with en-suite facilities, offering the convenience and privacy you deserve. Whether you prefer contemporary or traditional decor, our rooms cater...

/ March 2, 2024
Double Room

Each of our double rooms, whether adorned in contemporary elegance or traditional charm, comes complete with en-suite facilities. Designed for your comfort and convenience, these rooms feature a host of amenities including direct dial telephones, a hairdryer, trouser press,...

/ March 1, 2024
Small Double

Welcome to our cozy small double room, perfect for 1-2 persons seeking comfort and convenience during their stay. Measuring at 50 square feet, this compact yet functional space offers all the essential amenities for a comfortable stay. As you...

document.addEventListener("DOMContentLoaded", function () { const blocks = document.querySelectorAll('.policy-toggle-block'); blocks.forEach(function (block) { const btn = block.querySelector('.policy-toggle-btn'); const shortList = block.querySelector('.policy-list--short'); const fullList = block.querySelector('.policy-list--full'); if (!btn || !shortList || !fullList) return; btn.addEventListener('click', function () { const isOpen = fullList.style.display === 'block'; if (isOpen) { fullList.style.display = 'none'; shortList.style.display = 'block'; btn.textContent = '…view more'; } else { fullList.style.display = 'block'; shortList.style.display = 'none'; btn.textContent = 'view less'; } }); }); });