@media (max-width: 768px) {
    :root {
        --red: #c00000;
        --maroon: #962e37;
        --yellow: #ffd600;
        --darkblue: #003d6f;
        --font: #4e4e4e;
        --fontresult: #ff7a00;
        --hoverblue: #28abd3;
        /** assset mobile meriah */
    }

    *,
    body,
    html {
        font-family: "Poppins", sans-serif;
        font-size: 11px;

        color: var(--font);

        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
        position: relative;
    }

    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0px;

        background-color: #f7f7f7;
        color: var(--font);
        height: 100%;
    }

    header {
        display: none;
        flex-direction: column;
        width: 100vw;
    }

    /* Popup Styles */
    .popup-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none; /* Hidden by default */
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .popup-content {
        background: white;
        padding: 10px;
        border-radius: 10px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        position: fixed;
        bottom: 0px;
        z-index: 1000000000000000;
    }

    .popup-content h3 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .popup-content button.close-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        position: absolute;
        top: 10px;
        right: 30px;
        color: #333;
        border: none;
        font-size: 12px;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        cursor: pointer;
    }

    .popup-content ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        list-style: none;
        padding: 0;
        margin: 20px;
        margin-bottom: 5px;
    }

    .popup-content ul li {
        margin: 5px 0;
    }

    .popup-content ul li {
        text-decoration: none;
        color: #333;
        font-size: 12px;
    }

    .popup-content ul li button {
        border: var(--red) solid 1px;
        padding: 5px 20px;
        border-radius: 5px;
        background-color: white;
        color: var(--red);
        letter-spacing: 1px;
        font-size: 12px;
    }

    .popup-content ul li button:active {
        background-color: var(--red);
        color: white;
    }

    .popup-content ul li a:hover {
        color: var(--red);
    }

    .header-mobile {
        background-color: var(--red);
        width: 100vw;
        height: 5%;
        z-index: 1;
        padding: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .header-mobile > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0px 10px;
    }

    .header-mobile > div img {
        width: 100px;
        height: auto;
        object-fit: contain;
        object-position: center center;
    }

    .header-mobile > div i {
        color: white;
        font-size: 20px;
        cursor: pointer;
    }

    /* HERO */

    .konten-utama {
        /* display:flex; */
        /* flex-direction: column; */
        /* cek perubahann by Kecuk */

        overflow-y: scroll;
        height: 95% !important;
        margin-bottom: 15% !important;
    }

    footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: white;
        width: 100vw;
        height: 7%;
        z-index: 10;

        position: fixed;
        bottom: 0px;
    }

    footer .navbar {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;

        width: 25%;
        cursor: pointer;
        border: transparent;
        background: transparent;
    }

    footer .navbar i {
        font-size: 15px;
    }

    footer .navbar p {
        font-size: 8px;
    }

    .navbar.aktif i {
        color: var(--red);
    }

    .navbar.aktif p {
        color: var(--red);
    }

    #veepn-breach-alert {
        display: none !important;
    }
}
