.atm-whatsapp-float {
	position: fixed;
	left: 18px;
	bottom: 22px;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.atm-whatsapp-float:hover,
.atm-whatsapp-float:focus {
	color: #fff;
	background: #1ebe57;
	transform: translateY(-2px) scale(1.04);
	box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
}

.atm-whatsapp-float__icon {
	width: 30px;
	height: 30px;
	display: block;
}

@media (max-width: 991px) {
	.atm-whatsapp-float {
		left: 14px;
		bottom: 18px;
		width: 52px;
		height: 52px;
	}

	body.myAirtrip .atm-whatsapp-float {
		bottom: 88px;
	}
}
