/* Floating WhatsApp CTA — Motorcycle Tours Asia */
.mta-whatsapp-float {
	position: fixed;
	right: 2.5em;
	bottom: 1em;
	z-index: 9998;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 50px;
	background-color: #25d366;
	color: #fff !important;
	font-family: "Fira Sans", system-ui, -apple-system, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.mta-whatsapp-float:hover,
.mta-whatsapp-float:focus {
	background-color: #075e54;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
	outline: none;
}

.mta-whatsapp-float:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.mta-whatsapp-float__icon {
	display: block;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.mta-whatsapp-float__label {
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.mta-whatsapp-float {
		right: 2em;
	}
}

@media (max-width: 767px) {
	.mta-whatsapp-float {
		right: 1em;
		bottom: 1em;
		font-size: 16px;
		padding: 10px 14px;
	}
}
