AZ Supports – Professional Disability Support Services
Professional Disability Support Services
At AZ Supports, we provide compassionate, professional care tailored to individual needs. Our dedicated team is committed to enhancing quality of life through personalized support services.
Our Support Services
We offer a comprehensive range of disability support services designed to meet individual needs and promote independence.
Daily Living Support
We assist with everyday activities to help you maintain independence and quality of life in your own home.
Meal Preparation
Assistance with planning and preparing nutritious meals according to dietary requirements.
Household Tasks
Support with light cleaning, laundry, and maintaining a safe living environment.
Personal Care
Respectful assistance with personal hygiene, grooming, and dressing.
Community Access & Participation
We support your engagement with the community and participation in social activities.
Shopping Assistance
Support with grocery shopping and other retail needs in the community.
Appointment Support
Transportation and accompaniment to medical appointments and other commitments.
Social Activities
Participation in community events, hobbies, and social gatherings.
Therapeutic & Health Support
Specialized support for managing health conditions and therapeutic needs.
Medication Management
Assistance with medication reminders and administration as required.
Exercise Programs
Support with prescribed exercise routines and physical therapy activities.
Emotional Support
Companionship and encouragement to support mental and emotional wellbeing.
Specialized Care Services
Tailored support for specific conditions and complex care needs.
Mobility Support
Assistance with transfers, positioning, and use of mobility aids.
Cognitive Support
Strategies and assistance for memory, decision-making, and cognitive challenges.
Complex Health Needs
Specialized care for individuals with multiple or complex health conditions.
What Our Clients Say
Hear from individuals and families who have experienced our quality support services.
Ready to Get Started?
Contact us today to discuss your support needs and how we can help you or your loved one live a more independent and fulfilling life.
Contact Us
Get in touch to learn more about our services or to schedule a consultation.
Call Us
+61 490 866 626
Mon-Fri: 8am-6pm
Email Us
info@azsupports.com
We respond within 24 hours
Visit Us
Logan Central, QLD
By appointment only
// Tab Functionality
document.addEventListener(‘DOMContentLoaded’, function() {
const tabHeaders = document.querySelectorAll(‘.az-tab-header’);
const tabPanes = document.querySelectorAll(‘.az-tab-pane’);
tabHeaders.forEach(header => {
header.addEventListener(‘click’, function() {
// Remove active class from all headers and panes
tabHeaders.forEach(h => h.classList.remove(‘active’));
tabPanes.forEach(p => p.classList.remove(‘active’));
// Add active class to clicked header
this.classList.add(‘active’);
// Show corresponding tab pane
const tabId = this.getAttribute(‘data-tab’);
document.getElementById(tabId).classList.add(‘active’);
});
});
// Smooth scrolling for anchor links
document.querySelectorAll(‘a[href^=”#”]’).forEach(anchor => {
anchor.addEventListener(‘click’, function(e) {
e.preventDefault();
const targetId = this.getAttribute(‘href’);
if(targetId === ‘#’) return;
const targetElement = document.querySelector(targetId);
if(targetElement) {
window.scrollTo({
top: targetElement.offsetTop – 100,
behavior: ‘smooth’
});
}
});
});
// Navbar background on scroll
window.addEventListener(‘scroll’, function() {
const header = document.querySelector(‘.az-header’);
if(window.scrollY > 100) {
header.style.boxShadow = ‘0 5px 15px rgba(0, 0, 0, 0.1)’;
} else {
header.style.boxShadow = ‘0 2px 10px rgba(0, 0, 0, 0.1)’;
}
});
});
