Thank you.

Location

Harefield House
Alderley Road,
Wilmslow,
Cheshire,
SK9 1PF

Call us

01625 900 745

Office hours

Mon- Fri: 9am- 6pm

Your submission has been sent to the Reflections team who will be in touch as soon as possible.

If you have any additional queries or follow ups, please don’t hesitate in contacting us via email using info@reflectionsmanchester.com

We look forward to assisting you.

Download Directions to Reflections

Download info about FREE easy Parking at Reflections

Download information about hotels near Reflections

Facility
Location
Services
Catering
Tech
Parking

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (!target) return; const targetPosition = target.getBoundingClientRect().top + window.pageYOffset; const startPosition = window.pageYOffset; const distance = targetPosition - startPosition; const duration = 3000; // <<< SCROLL DURATION set to 3000 milliseconds (1 second) let start = null; function step(timestamp) { if (!start) start = timestamp; const progress = timestamp - start; const ease = progress / duration; const eased = ease < 1 ? ease : 1; window.scrollTo(0, startPosition + distance * eased); if (progress < duration) { window.requestAnimationFrame(step); } } window.requestAnimationFrame(step); }); });