.te-ba-slider {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	cursor: ew-resize;
	user-select: none;
        touch-action: pan-y;
        overscroll-behavior: contain;
        -webkit-user-drag: none;
}

.te-ba-image,
.te-ba-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.te-ba-overlay {
	width: 50%;
	overflow: hidden;
	z-index: 2;
}

.te-ba-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

.te-ba-divider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	z-index: 3;
	background: #ffffff;
}

.te-ba-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	display: block;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.te-ba-handle-circle {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.te-ba-handle-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	transform: translate(-50%, -50%);
	background:
		linear-gradient(
			to right,
			#111111 0,
			#111111 2px,
			transparent 2px,
			transparent 6px,
			#111111 6px,
			#111111 8px,
			transparent 8px,
			transparent 100%
		);
	z-index: 2;
}
.te-ba-handle::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	z-index: 1;
}

.te-ba-handle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	transform: translate(-50%, -50%);
	z-index: 3;
	background:
		linear-gradient(
			to right,
			#111111 0,
			#111111 2px,
			transparent 2px,
			transparent 6px,
			#111111 6px,
			#111111 8px,
			transparent 8px,
			transparent 100%
		);
}

.te-ba-label {
	position: absolute;
	top: 20px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.65);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.te-ba-label {
	position: absolute;
	top: 20px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.65);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.te-ba-label-before {
	left: 20px;
}

.te-ba-label-after {
	right: 20px;
}

.te-ba-missing {
	padding: 16px 18px;
	border-radius: 12px;
	background: #f5f5f5;
	color: #111111;
	font-size: 14px;
}

@media (max-width: 767px) {
	.te-ba-slider {
		height: 320px;
	}

	.te-ba-handle {
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
        }

	.te-ba-label {
		top: 14px;
		padding: 7px 12px;
		font-size: 11px;
	}

	.te-ba-label-before {
		left: 14px;
	}

	.te-ba-label-after {
		right: 14px;
	}
}

.te-ba-slider,
.te-ba-slider *,
.elementor-widget-te_before_after,
.elementor-widget-te_before_after .elementor-widget-container {
	box-sizing: border-box;
	max-width: 100%;
}

.elementor-widget-te_before_after {
	overflow: hidden;
}

.te-ba-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	display: block;
	transform: translate(-50%, -50%);
	z-index: 5;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.te-ba-handle::before,
.te-ba-handle::after {
	content: none !important;
	display: none !important;
}

.te-ba-handle-circle {
	position: absolute;
	inset: 0;
	display: block !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
	z-index: 1;
}

.te-ba-handle-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	display: block !important;
	transform: translate(-50%, -50%);
	background:
		linear-gradient(
			to right,
			#111111 0,
			#111111 2px,
			transparent 2px,
			transparent 6px,
			#111111 6px,
			#111111 8px,
			transparent 8px,
			transparent 100%
		) !important;
	z-index: 2;
}

@media (max-width: 767px) {
	.te-ba-handle {
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
	}
}