.scroll-to-top-btn-206d5893 {
	position: fixed !important;
	bottom: 20px !important;
	z-index: 99999 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: none !important;
	cursor: pointer !important;
	box-shadow: 0 4px 14px rgba(108, 149, 233, 0.35) !important; /* Soft matching shadow using brand secondary */
	transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.25s ease !important;
	opacity: 0;
	pointer-events: none;
	padding: 0 !important;
	background-color: var(--stt-bg) !important;
	color: var(--stt-color) !important;
	outline: none !important;
}

/* Positions */
.scroll-to-top-btn-206d5893.position-bottom-right {
	right: 20px !important;
}
.scroll-to-top-btn-206d5893.position-bottom-left {
	left: 20px !important;
}

/* Shapes */
.scroll-to-top-btn-206d5893.shape-circle {
	border-radius: 50% !important;
}
.scroll-to-top-btn-206d5893.shape-square {
	border-radius: 0 !important;
}
.scroll-to-top-btn-206d5893.shape-rounded {
	border-radius: 12px !important; /* Nicer modern radius */
}

/* Animations */
.scroll-to-top-btn-206d5893.anim-fade {
	transform: scale(0.85) !important;
}
.scroll-to-top-btn-206d5893.anim-fade.visible-206d5893 {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: scale(1) !important;
}

.scroll-to-top-btn-206d5893.anim-slide {
	transform: translateY(80px) !important;
}
.scroll-to-top-btn-206d5893.anim-slide.visible-206d5893 {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translateY(0) !important;
}

/* Icon */
.scroll-to-top-btn-206d5893 .stt-icon {
	width: 44% !important;
	height: 44% !important;
	transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	stroke: currentColor !important;
	fill: none;
}
.scroll-to-top-btn-206d5893 .stt-icon[fill="currentColor"] {
	fill: currentColor !important;
}

/* Hover Effect with brand colors */
.scroll-to-top-btn-206d5893:hover,
.scroll-to-top-btn-206d5893:focus,
.scroll-to-top-btn-206d5893:active {
	background-color: #EFABF8 !important; /* Smooth color shift to website's Accent brand color */
	color: #1A1A1A !important; /* Match text brand color on hover */
	transform: scale(1.1) !important;
	box-shadow: 0 6px 18px rgba(239, 171, 248, 0.45) !important; /* Matching accent shadow */
}
.scroll-to-top-btn-206d5893:hover .stt-icon,
.scroll-to-top-btn-206d5893:focus .stt-icon {
	transform: translateY(-2px) !important; /* Classy slight arrow shift up on hover */
}

.scroll-to-top-btn-206d5893.anim-slide:hover,
.scroll-to-top-btn-206d5893.anim-slide:focus,
.scroll-to-top-btn-206d5893.anim-slide:active {
	transform: translateY(0) scale(1.1) !important;
}

/* Mobile responsive */
@media (max-width: 767px) {
	.scroll-to-top-btn-206d5893.hide-on-mobile {
		display: none !important;
	}
}
