.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.774);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 5000000;
}



.popup {
    width: 80%;
    height: auto;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: rgba(255, 255, 255, 0) 0px 50px 100px -20px, rgba(252, 252, 252, 0) 0px 30px 60px -30px, rgba(87, 87, 87, 0.678) 0px -2px 6px 0px inset;
}


.popup img {
    width: 230px;
    height: auto;
    margin: auto;
    display: block;
    border-radius: 10px;
}


.keluarpop-upku {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
.tomboldownload {
    display: block;
    margin-top: 15px;
    padding: 10px;
    background-color: #dfdfff;
    color: #3332CB;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: rgba(255, 255, 255, 0) 0px 50px 100px -20px, rgba(252, 252, 252, 0) 0px 30px 60px -30px, rgba(87, 87, 87, 0.678) 0px -2px 6px 0px inset;
}



/* RESPONSIVE PONSEL MINI */
@media screen and (min-width: 600px){

    .popup img {
        width: 350px;
        height: auto;
        margin: auto;
        display: block;
        border-radius: 10px;
    }


    .popup {
        width: 450px;
        height: auto;
        margin: auto;
        background: white;
        padding: 20px;
        border-radius: 10px;
        position: relative;
        text-align: center;
        box-shadow: rgba(255, 255, 255, 0) 0px 50px 100px -20px, rgba(252, 252, 252, 0) 0px 30px 60px -30px, rgba(87, 87, 87, 0.678) 0px -2px 6px 0px inset;
    }
    

} 	









.floating-container {
    width: 250px;
    height: auto;
    position: fixed;
    z-index: 30000;
    top: 35%;
    right: -250px; /* Mulai tersembunyi */
    background-color: #ffffff;
    padding: 20px;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.3);
    border-radius: 15px 0 0 15px;
    transition: right 0.3s ease-in-out;
    text-align: center;
    box-shadow: rgba(255, 255, 255, 0) 0px 50px 100px -20px, rgba(252, 252, 252, 0) 0px 30px 60px -30px, rgba(87, 87, 87, 0.678) 0px -2px 6px 0px inset;
}


.floating-container.active {
    right: 0;
}
.toggle-btn {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #3332CB;
    border: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    box-shadow: rgba(255, 255, 255, 0) 0px 50px 100px -20px, rgba(252, 252, 252, 0) 0px 30px 60px -30px, rgba(87, 87, 87, 0.678) 0px -2px 6px 0px inset;
}



.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.whatsapp-btn {
    display: inline-block;
    padding: 0.5em 2em 0.5em;
    box-sizing: border-box;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    border: 2px solid rgb(21, 255, 0);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.floating-container h3 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #3332CB;
    margin-bottom: 5px;
}


.floating-container a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 5px;
}

