/* Responsive Styles */
@media (max-width: 1199.98px) {
    .hero-banner h1 {
        font-size: 2.5rem;
    }
    
    .hero-banner p.lead {
        font-size: 1.1rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding: 20px 0;
    }
    
    .navbar-nav {
        margin-bottom: 15px;
    }
    
    .hero-banner {
        padding: 120px 0 80px;
    }
    
    .hero-banner h1 {
        font-size: 2.2rem;
    }
    
    .hero-banner .btn {
        padding: 8px 20px;
    }
    
    .feature-item {
        margin-bottom: 20px;
    }
    
    .team-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .hero-banner {
        padding: 100px 0 60px;
        text-align: center;
    }
    
    .hero-banner h1 {
        font-size: 2rem;
    }
    
    .hero-banner .d-flex {
        justify-content: center;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .service-card, .mission-card, .process-card {
        margin-bottom: 30px;
    }
    
    .service-detail {
        padding: 20px 0;
    }
    
    .service-icon-lg {
        margin: 0 auto 20px;
    }
    
    .ndis-badge {
        margin-bottom: 30px;
    }
    
    .footer .col-lg-3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner {
        padding: 80px 0 50px;
    }
    
    .hero-banner h1 {
        font-size: 1.8rem;
    }
    
    .page-banner h1 {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .testimonial-author img {
        width: 50px;
        height: 50px;
    }
    
    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 16px;
        bottom: 20px;
        right: 20px;
    }
    
    .footer .text-md-end {
        text-align: left !important;
        margin-top: 15px;
    }
}