.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}


.scroll-to-top {
    width: 70px;
    height: 70px;
    background: #25d366;
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 99;
    text-align: center;
    display: block !important;
    justify-content: center;
    cursor: pointer;
    border-radius: 100px;
    opacity: 1 !important;
    cursor: pointer;
  }

  .scroll-to-top i {
    color: white !important;
    font-size: 40px ;
    line-height: 70px;
    opacity: 1 ;
    position: relative;
    display: inline-block;
  }


  .scroll-to-gojek {
    width: 70px;
    height: 70px;
    background: transparent; /* Warna hijau khas Gojek */
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    text-align: center;
    display: block !important;
    justify-content: center;
    cursor: pointer;
    border-radius: 100px;
    opacity: 1 !important;
}

.scroll-to-gojek img {
    width: 60px;
    height: auto;
    position: relative;
}

@media (max-width: 769px) {
    .whatsapp-button {
        bottom: 10px;
        right: 10px;
    }

    .scroll-to-top {
        width: 50px;
        height: 50px;
        bottom: 70px;
        right: 20px;
    }

    .scroll-to-top i {
        font-size: 30px;
        line-height: 50px;
    }

    .scroll-to-gojek {
        width: 50px; /* Disamakan dengan WhatsApp button */
        height: 50px; /* Disamakan dengan WhatsApp button */
        bottom: 10px; /* Sama dengan WhatsApp */
        right: 30px; /* Sama dengan WhatsApp */
    }

    .scroll-to-gojek img {
        width: 100%; /* Agar gambar mengisi seluruh area tombol */
        height: 100%; /* Menjaga proporsi gambar */
        object-fit: contain; /* Menjaga aspek rasio gambar */
    }

    @media screen and (min-width: 769px) and (max-width: 960px) {

        .whatsapp-button {
            bottom: 15px;
            right: 15px;
            width: 60px;
            height: 60px;
        }
    
        .scroll-to-top {
            width: 60px;
            height: 60px;
            bottom: 80px;
            right: 30px;
        }
    
        .scroll-to-top i {
            font-size: 30px;
            line-height: 60px;
        }
    
        .scroll-to-gojek {
            width: 60px;
            height: 60px;
            bottom: 15px;
            right: 30px;
        }
    
        .scroll-to-gojek img {
            width: 50px;
        }
    }
    
}
