/* Sabit WhatsApp / Tıkla Ara — Acil Yangın stili, sol alt */
.axo-float-contact{
	position:fixed;
	left:22px;
	right:auto;
	bottom:22px;
	z-index:999999;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:12px;
	pointer-events:none;
}
.axo-float-btn{
	pointer-events:auto;
	position:relative;
	display:flex;
	align-items:center;
	gap:12px;
	min-height:58px;
	padding:10px 16px 10px 10px;
	border-radius:999px;
	color:#fff!important;
	text-decoration:none!important;
	box-shadow:0 14px 35px rgba(0,0,0,.32);
	transition:transform .2s ease, box-shadow .2s ease;
	overflow:visible;
}
.axo-float-btn:hover{
	color:#fff!important;
	transform:translateY(-3px);
	box-shadow:0 18px 40px rgba(0,0,0,.4);
}
.axo-float-btn svg{
	width:38px;
	height:38px;
	flex:0 0 auto;
	fill:currentColor;
	background:rgba(255,255,255,.18);
	border-radius:50%;
	padding:8px;
	box-sizing:border-box;
}
.axo-float-label{
	display:flex;
	flex-direction:column;
	gap:3px;
	padding-right:6px;
}
.axo-float-label small{
	font-size:8px;
	letter-spacing:1.2px;
	opacity:.85;
	font-weight:700;
	line-height:1;
}
.axo-float-label b{
	font-size:12px;
	letter-spacing:.2px;
	white-space:nowrap;
	font-weight:700;
	line-height:1.2;
}
.axo-float-call{background:#17191b;}
.axo-float-whatsapp{background:#25d366;}
.axo-float-ripple{
	position:absolute;
	inset:-4px;
	border-radius:999px;
	border:2px solid currentColor;
	opacity:.35;
	animation:axoFloatPulse 2s infinite;
	pointer-events:none;
}
@keyframes axoFloatPulse{
	0%{transform:scale(.92);opacity:.45}
	70%{transform:scale(1.12);opacity:0}
	100%{opacity:0}
}

@media (max-width:560px){
	.axo-float-contact{
		left:14px;
		bottom:14px;
	}
	.axo-float-label{display:none;}
	.axo-float-btn{
		width:56px;
		height:56px;
		min-height:56px;
		padding:0;
		justify-content:center;
	}
	.axo-float-btn svg{
		width:56px;
		height:56px;
		padding:14px;
		background:transparent;
	}
}
