.top-navabar-logo {
    max-width: 4rem !important;
}

.footer-logo {
    max-width: 4rem !important;
}

.footer__three-widget-location-item-icon i {
    font-size: larger;
}

.whatsapp-btn {
	position: fixed;
	bottom: 6rem;
	right: 1rem;
	width: 3.4rem;
	height: 3.4rem;
	border: 2px solid #25D366; 
	background-color: #fff;
	color: #25D366;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	z-index: 1000;
	text-decoration: none;
}

.whatsapp-btn:hover {
	background-color: #1ebe57;
	color: #fff;
}

.whatsapp-btn i {
	font-size: 25px;
}