/*
Theme Name: Vihir Shipping
Theme URI: http://localhost/vihir-shipping/
Author: Green Cubes
Author URI: http://localhost/vihir-shipping/
Description: Custom
Version: 1.0
Tags: bootstrap
*/

.nav-link{
    padding: 0 !important;
}
/* WhatsApp CSS */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.whatsapp-float img {
    width: 65px;
    height: 65px;
/*     border-radius: 50%; */
/*     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
}

.whatsapp-float:hover {
    transform: scale(1.1);
}