.contact-icon {
    color:grey; 
    font-size: 2rem;
}

.large-icon:hover {
    font-size: 2.5rem; /* Ukuran saat hover */
}

.large-icon {
    font-size: 2rem; /* Ukuran default */
    color: grey; /* Warna ikon */
    transition: font-size 0.3s, color 0.3s; /* Animasi transisi */
}

/* Menyembunyikan logo pada mode handphone */
@media (max-width: 767.98px) {
    .logo-sm {
      display: none;
    }
}

.tag-line {
    margin-left : 51px;
    margin-top : -19px;
}

.whatsapp-float {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 20px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #999;
    z-index: 999999;
}

.whatsapp-float i {
    margin-top: 8px;
}