/* Fixed WhatsApp contact */
.khabshop-whatsapp-float {
	position: fixed;
	left: 20px;
	bottom: 24px;
	z-index: 1200;
	display: inline-flex;
	align-items: center;
	direction: ltr;
	text-decoration: none;
	filter: drop-shadow(0 10px 24px rgba(15, 23, 42, 0.18));
	transition: transform 0.2s ease, filter 0.2s ease;
}

.khabshop-whatsapp-float:hover {
	transform: translateY(-2px);
	filter: drop-shadow(0 14px 28px rgba(15, 23, 42, 0.22));
}

.khabshop-whatsapp-float__icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #25d366;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 1.65rem;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.khabshop-whatsapp-float__icon .fab {
	font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome" !important;
}

.khabshop-whatsapp-float__label {
	background: #fff;
	color: #1e293b;
	height: 42px;
	display: flex;
	align-items: center;
	padding: 0 18px 0 28px;
	margin-left: -18px;
	border-radius: 0 999px 999px 0;
	font-weight: 700;
	font-size: 0.95rem;
	white-space: nowrap;
	box-shadow: none;
	font-family: "Dana", Tahoma, "Segoe UI", sans-serif;
}

@media (max-width: 900px) {
	.khabshop-whatsapp-float {
		left: 14px;
		bottom: 16px;
	}

	.khabshop-whatsapp-float__icon {
		width: 48px;
		height: 48px;
		font-size: 1.45rem;
	}

	.khabshop-whatsapp-float__label {
		font-size: 0.88rem;
		height: 38px;
		padding: 0 16px 0 24px;
		margin-left: -16px;
	}
}
