@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 2.75rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        background-attachment: scroll; /* Disable fixed background on mobile for better performance */
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        text-align: center;
    }
    .hero-illustration {
        margin-top: 3rem;
        height: 350px;
    }
    .hero-buttons {
        justify-content: center;
    }
    .timeline::before {
        left: 20px;
    }
    .timeline-dot {
        left: 20px;
    }
    .timeline-content {
        width: calc(100% - 50px);
        margin-left: 50px !important;
    }
    .counter-number {
        font-size: 2.75rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .page-section {
        padding-top: 160px !important;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2rem;
    }
    .hero-desc {
        font-size: 1rem;
    }
    section {
        padding: 60px 0;
    }
    .hero-illustration {
        height: auto;
        min-height: 280px;
    }
    .hero-icon {
        max-height: 250px; /* Ukuran icon hero di mobile */
    }
    /* Illustration wrapper responsive */
    .illustration-wrapper {
        height: 350px;
    }
    .illustration-card {
        width: 70px;
        height: 70px;
        font-size: 1.35rem;
    }
    /* Blob sizes for mobile */
    .blob-1 {
        width: 250px;
        height: 250px;
    }
    .blob-2 {
        width: 200px;
        height: 200px;
    }
    .blob-3 {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.75rem;
    }
    .page-section {
        padding-top: 150px !important;
    }
    .logo-img {
        height: 60px; /* Ukuran logo mobile */
    }
    .logo-img-admin {
        height: 80px;
    }
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
    .hero-icon {
        max-height: 220px; /* Ukuran icon hero di small mobile */
    }
    .illustration-wrapper {
        height: 300px;
    }
    .illustration-card {
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
    }
}
