/* Cybe T&T — Front-end plugin CSS */
.cybe-sticky {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cybe-sticky__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-decoration: none;
	transition: transform .25s ease;
}

.cybe-sticky__btn:hover { transform: translateY(-4px); }
.cybe-sticky__wa    { background: #25D366; color: #fff; box-shadow: 0 6px 20px rgba(37,211,102,.35); }
.cybe-sticky__phone { background: #0000FF; color: #fff; box-shadow: 0 6px 20px rgba(0,0,255,.35); }
