@media screen and (max-width: 1320px) {


    .gambar-kelompok-klasifikasi img {
        width: 60%;
        height: 60%;
    }
}

@media screen and (max-width: 1070px) {
    .lokasi-content {
        width: 900px;
    }
}

@media screen and (max-width: 1024px){
    .batensi {
        width: 100%;
    }

    .kelompok-hipertensi {
        display: flex;
        flex-direction: column-reverse;
    }

    .klasifikasi-hipertensi {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .lokasi-content {
        width: 800px;
    }

    /* .splide__slide img {
        width: 300px;
        height: 300px;
    }  */
}

@media screen and (max-width: 970px){
    .navbar {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .burger {
        display: block;
        font-size: 2rem;
    }

    .navbar-list {
        display: none;
    }

    .navbar-burger.active, .navbar-burger.active li {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        background-color: purple;
        color: white;
    }

    .navbar-burger.active {
        max-height: 285px;
        overflow-y: auto;
    }

    .navbar-burger li {
        list-style-type: none;
        margin: 10px 0;
        padding: 10px;
    }

    .navbar-burger a {
        text-decoration: none;
        color: white;
        font-weight: bold;
    }

    .navbar .navbar-list .dropdown .dropdown-content a:hover {
        border-radius: 0;
    }
      
      li.dropdown {
        display: inline-block;
      }
      
      .dropdown-content {
        display: none;
        top: 330px;
        position: absolute;
        background-color: purple;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10;
      }
      
      .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
      }
      
      .dropdown:hover .dropdown-content {
        display: block;
      }

    
    .hipertensi {
        margin-top: 50px
    }

    .gejala-ringan-hipertensi {
        grid-template-columns: repeat(3, 1fr);
    }

    .gejala-berat-hipertensi {
        grid-template-columns: repeat(3, 1fr);
    }

    .macam-komplikasi-hipertensi {
        grid-template-columns: repeat(3, 1fr);
    }

    .lokasi-content {
        width: 700px;
    }
}
@media screen and (max-width: 800px) {
    .lokasi-content {
        width: 600px;
    }
}
@media screen and (max-width: 768px) {
    .iframe-container {
        width: 100%;
        padding-bottom: 75%; /* 4:3 aspect ratio */
    }


    th, td {
        font-size: 12px; 
        padding: 6px; 
    }

    .pesan-langsung {
        min-width: 100%;
    }

    .hipertensi {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .tensi {
        width: 100%;
    }

    .orang-ditensi {
        width: 100%;
    }

    .gejala-ringan-hipertensi {
        grid-template-columns: repeat(2, 1fr);
    }

    .gejala-berat-hipertensi {
        grid-template-columns: repeat(2, 1fr);
    }

    .macam-komplikasi-hipertensi {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .lokasi-content {
        width: 500px;
    }  
}

@media screen and (max-width: 600px) {
    .petugas {
        width: 100%;
    }

    .lokasi-content {
        width: 400px;
    }

    .akun-sosmed a i {
        font-size: 40px;
    }

    /* .splide__slide img {
        width: 150px;
        height: 150px;
    } */
}

@media screen and (max-width: 480px) {
    .hero__title {
        font-size: 1.5rem;
        width: 75%;
    }

    .hero__tagline {
        font-size: 1rem;
        width: 75%;
    }
    main {
        padding-left: 0;
        padding-right: 0;
    }

    .puskesmas {
        width: 100%;
    }

    th, td {
        font-size: 9px; /* Kurangi ukuran font lebih kecil */
        padding: 3px; /* Kurangi padding lebih kecil */
    }

    .testes {
        width: 100%;
    }

    .iframe-container {
        width: 100%;
        padding-bottom: 100%; /* 1:1 aspect ratio */
        height: 300px;
    }

    .gambar-kelompok-klasifikasi img {
        width: 100%;
        height: 100%;
    }

    .gejala-ringan-hipertensi {
        grid-template-columns: repeat(1, 1fr);
    }

    .gejala-berat-hipertensi {
        grid-template-columns: repeat(1, 1fr);
    }

    .macam-komplikasi-hipertensi {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 450px) {
    .lokasi-content {
        width: 300px;
    }
}

@media screen and (max-width: 375px) {
    .akun-sosmed a i {
        font-size: 25px;
    }


}