/**
 * HS Forsa WhatsApp Ordering
 * Author: Hesham Saad — https://heshamsaad.com
 */

.hs-forsa-wa-btn-wrap {
	margin: 1rem 0;
}

.hs-forsa-wa-btn-wrap--loop {
	margin: 0.75rem 0 0;
	text-align: center;
}

.hs-forsa-wa-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
	text-decoration: none !important;
	padding: 1.05rem 1.85rem !important;
	min-height: 3.25rem;
	border-radius: 999px;
	font-size: 1.125rem !important;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
	transition: background 0.2s ease, transform 0.2s ease;
}

.hs-forsa-wa-btn:hover,
.hs-forsa-wa-btn:focus {
	background: #1ebe57 !important;
	border-color: #1ebe57 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.hs-forsa-wa-btn::before {
	content: "";
	display: inline-block;
	width: 1.35em;
	height: 1.35em;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.5A11.9 11.9 0 0 0 12.05 0C5.5 0 .2 5.3.2 11.85c0 2.1.55 4.1 1.6 5.9L0 24l6.4-1.67a11.8 11.8 0 0 0 5.65 1.44h.01c6.55 0 11.85-5.3 11.85-11.85 0-3.17-1.23-6.15-3.41-8.42zM12.05 21.5h-.01a9.8 9.8 0 0 1-5-1.37l-.36-.21-3.8 1 1.01-3.7-.23-.38a9.8 9.8 0 0 1-1.5-5.24c0-5.42 4.41-9.82 9.84-9.82 2.63 0 5.1 1.02 6.96 2.88a9.76 9.76 0 0 1 2.88 6.95c0 5.42-4.41 9.89-9.79 9.89zm5.4-7.37c-.3-.15-1.76-.87-2.03-.96-.27-.1-.47-.15-.67.15-.2.3-.77.96-.94 1.16-.17.2-.35.22-.64.07-.3-.15-1.25-.46-2.38-1.47-.88-.78-1.47-1.75-1.64-2.04-.17-.3-.02-.46.13-.61.13-.13.3-.35.44-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.08-.15-.67-1.61-.92-2.2-.24-.58-.49-.5-.67-.5h-.57c-.2 0-.52.07-.8.37-.27.3-1.04 1.02-1.04 2.48s1.07 2.88 1.22 3.08c.15.2 2.1 3.2 5.08 4.49.71.31 1.26.49 1.69.63.71.23 1.36.2 1.87.12.57-.09 1.76-.72 2.01-1.41.25-.7.25-1.29.17-1.41-.07-.13-.27-.2-.57-.35z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.5A11.9 11.9 0 0 0 12.05 0C5.5 0 .2 5.3.2 11.85c0 2.1.55 4.1 1.6 5.9L0 24l6.4-1.67a11.8 11.8 0 0 0 5.65 1.44h.01c6.55 0 11.85-5.3 11.85-11.85 0-3.17-1.23-6.15-3.41-8.42zM12.05 21.5h-.01a9.8 9.8 0 0 1-5-1.37l-.36-.21-3.8 1 1.01-3.7-.23-.38a9.8 9.8 0 0 1-1.5-5.24c0-5.42 4.41-9.82 9.84-9.82 2.63 0 5.1 1.02 6.96 2.88a9.76 9.76 0 0 1 2.88 6.95c0 5.42-4.41 9.89-9.79 9.89zm5.4-7.37c-.3-.15-1.76-.87-2.03-.96-.27-.1-.47-.15-.67.15-.2.3-.77.96-.94 1.16-.17.2-.35.22-.64.07-.3-.15-1.25-.46-2.38-1.47-.88-.78-1.47-1.75-1.64-2.04-.17-.3-.02-.46.13-.61.13-.13.3-.35.44-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.08-.15-.67-1.61-.92-2.2-.24-.58-.49-.5-.67-.5h-.57c-.2 0-.52.07-.8.37-.27.3-1.04 1.02-1.04 2.48s1.07 2.88 1.22 3.08c.15.2 2.1 3.2 5.08 4.49.71.31 1.26.49 1.69.63.71.23 1.36.2 1.87.12.57-.09 1.76-.72 2.01-1.41.25-.7.25-1.29.17-1.41-.07-.13-.27-.2-.57-.35z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hs-forsa-wa-btn-wrap--single .hs-forsa-wa-btn {
	min-width: 16rem;
	padding: 1.15rem 2.25rem !important;
	font-size: 1.2rem !important;
}

.hs-forsa-wa-btn-wrap--loop .hs-forsa-wa-btn {
	width: 100%;
	padding: 0.9rem 1.25rem !important;
	min-height: 2.85rem;
	font-size: 1rem !important;
}

@media (max-width: 544px) {
	.hs-forsa-wa-btn-wrap--single .hs-forsa-wa-btn {
		width: 100%;
		min-width: 0;
		font-size: 1.1rem !important;
		padding: 1.05rem 1.5rem !important;
	}
}

/* Floating WhatsApp FAB — bottom right */
.hs-forsa-wa-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
	text-decoration: none !important;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hs-forsa-wa-float:hover,
.hs-forsa-wa-float:focus {
	background: #1ebe57;
	color: #fff;
	transform: scale(1.06);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.hs-forsa-wa-float__icon {
	display: block;
	width: 32px;
	height: 32px;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.5A11.9 11.9 0 0 0 12.05 0C5.5 0 .2 5.3.2 11.85c0 2.1.55 4.1 1.6 5.9L0 24l6.4-1.67a11.8 11.8 0 0 0 5.65 1.44h.01c6.55 0 11.85-5.3 11.85-11.85 0-3.17-1.23-6.15-3.41-8.42zM12.05 21.5h-.01a9.8 9.8 0 0 1-5-1.37l-.36-.21-3.8 1 1.01-3.7-.23-.38a9.8 9.8 0 0 1-1.5-5.24c0-5.42 4.41-9.82 9.84-9.82 2.63 0 5.1 1.02 6.96 2.88a9.76 9.76 0 0 1 2.88 6.95c0 5.42-4.41 9.89-9.79 9.89zm5.4-7.37c-.3-.15-1.76-.87-2.03-.96-.27-.1-.47-.15-.67.15-.2.3-.77.96-.94 1.16-.17.2-.35.22-.64.07-.3-.15-1.25-.46-2.38-1.47-.88-.78-1.47-1.75-1.64-2.04-.17-.3-.02-.46.13-.61.13-.13.3-.35.44-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.08-.15-.67-1.61-.92-2.2-.24-.58-.49-.5-.67-.5h-.57c-.2 0-.52.07-.8.37-.27.3-1.04 1.02-1.04 2.48s1.07 2.88 1.22 3.08c.15.2 2.1 3.2 5.08 4.49.71.31 1.26.49 1.69.63.71.23 1.36.2 1.87.12.57-.09 1.76-.72 2.01-1.41.25-.7.25-1.29.17-1.41-.07-.13-.27-.2-.57-.35z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.5A11.9 11.9 0 0 0 12.05 0C5.5 0 .2 5.3.2 11.85c0 2.1.55 4.1 1.6 5.9L0 24l6.4-1.67a11.8 11.8 0 0 0 5.65 1.44h.01c6.55 0 11.85-5.3 11.85-11.85 0-3.17-1.23-6.15-3.41-8.42zM12.05 21.5h-.01a9.8 9.8 0 0 1-5-1.37l-.36-.21-3.8 1 1.01-3.7-.23-.38a9.8 9.8 0 0 1-1.5-5.24c0-5.42 4.41-9.82 9.84-9.82 2.63 0 5.1 1.02 6.96 2.88a9.76 9.76 0 0 1 2.88 6.95c0 5.42-4.41 9.89-9.79 9.89zm5.4-7.37c-.3-.15-1.76-.87-2.03-.96-.27-.1-.47-.15-.67.15-.2.3-.77.96-.94 1.16-.17.2-.35.22-.64.07-.3-.15-1.25-.46-2.38-1.47-.88-.78-1.47-1.75-1.64-2.04-.17-.3-.02-.46.13-.61.13-.13.3-.35.44-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.08-.15-.67-1.61-.92-2.2-.24-.58-.49-.5-.67-.5h-.57c-.2 0-.52.07-.8.37-.27.3-1.04 1.02-1.04 2.48s1.07 2.88 1.22 3.08c.15.2 2.1 3.2 5.08 4.49.71.31 1.26.49 1.69.63.71.23 1.36.2 1.87.12.57-.09 1.76-.72 2.01-1.41.25-.7.25-1.29.17-1.41-.07-.13-.27-.2-.57-.35z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 544px) {
	.hs-forsa-wa-float {
		right: 16px;
		bottom: 16px;
		width: 56px;
		height: 56px;
	}

	.hs-forsa-wa-float__icon {
		width: 28px;
		height: 28px;
	}
}

