@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .stat-number {
        font-size: 2.5rem;
    }
    .slide-item {
        padding: 1rem;
        min-height: 200px;
    }
    .slide-icon {
        font-size: 2rem;
        height: 50px;
        width: 50px;
    }
    .slide-title {
        font-size: 1.2rem;
    }
    .slide-description {
        font-size: 0.9rem;
    }
    .particles-canvas {
        opacity: 0.7;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem !important;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .service-card {
        padding: 1.5rem;
    }
    .stat-number {
        font-size: 2rem;
    }
    .slide-item {
        padding: 0.75rem;
        min-height: 180px;
    }
    .slide-icon {
        font-size: 1.8rem;
        height: 40px;
        width: 40px;
    }
    .slide-title {
        font-size: 1.1rem;
    }
    .slide-description {
        font-size: 0.85rem;
    }
    .particles-canvas {
        opacity: 0.5;
    }
}