.femink-content-carousel {
	position: relative;
	min-height: 100vh;
	overscroll-behavior: none;
}

html.femink-carousel-scroll-lock {
	overflow: hidden;
	overscroll-behavior: none;
}

html.femink-carousel-scroll-lock body {
	overflow: hidden;
	overscroll-behavior: none;
}

.femink-content-carousel > .e-con-inner {
	position: relative;
}

.femink-content-carousel__slide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.femink-content-carousel__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: none;
	z-index: 2;
}

.femink-content-carousel__slide.is-active > :not(.elementor-background-video-container) {
	pointer-events: auto;
}

.femink-content-carousel__slide.is-active > :not(.elementor-background-video-container) * {
	pointer-events: auto;
}

.femink-content-carousel__slide.is-active .elementor-background-video-container,
.femink-content-carousel__slide.is-active .elementor-background-video-container * {
	pointer-events: none;
}

.femink-content-carousel__slide:not(.is-active) .elementor-background-video-container {
	display: none;
}

.femink-content-carousel__ui {
	position: absolute;
	inset: 0;
	z-index: 20;
	pointer-events: none;
}

.femink-content-carousel__counter {
	position: absolute;
	left: 15px;
	top: 50%;
	/* transform: translateY(-50%); */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	font-family: "Commissioner", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 10px;
	font-weight: 300;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.08em;
	color: #F7EFE738;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
	transform: rotate(-90deg); /* Use -90deg to rotate the other way */
  transform-origin: center; /* Adjusts the pivot point */
}

.femink-content-carousel__counter span {
	display: inline-block;
	line-height: 1;
}

.femink-content-carousel__separator {
	opacity: 0.7;
}

.femink-content-carousel__dots {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	pointer-events: auto;
}

.femink-content-carousel__dot {
	display: block;
	width: 4px;
	height: 4px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #faf6ee;
	cursor: pointer;
	transition: width 0.25s ease, height 0.25s ease, background 0.25s ease;
}

.femink-content-carousel button.femink-content-carousel__dot:hover,
.femink-content-carousel button.femink-content-carousel__dot:focus,
.femink-content-carousel button.femink-content-carousel__dot:focus-visible {
	background: #faf6ee;
	background-color: #faf6ee;
	color: inherit;
	text-decoration: none;
}

.femink-content-carousel__dot.is-active {
	width: 8px;
	height: 8px;
	background: #c9a874;
}

.femink-content-carousel button.femink-content-carousel__dot.is-active:hover,
.femink-content-carousel button.femink-content-carousel__dot.is-active:focus,
.femink-content-carousel button.femink-content-carousel__dot.is-active:focus-visible {
	background: #c9a874;
	background-color: #c9a874;
	color: inherit;
	text-decoration: none;
}

.femink-content-carousel__dot:focus-visible {
	outline: 1px solid #c9a874;
	outline-offset: 4px;
}

/* -------------------------------------------------------------------------
   Elementor editor — stack all slides for easy editing
   ------------------------------------------------------------------------- */

.elementor-editor-active .femink-content-carousel > .e-con-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.elementor-editor-active .femink-content-carousel__slide {
	position: relative !important;
	inset: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	z-index: auto !important;
	min-height: 120px;
	outline: 1px dashed rgba(0, 0, 0, 0.12);
	outline-offset: 4px;
}

.elementor-editor-active .femink-content-carousel__slide .elementor-background-video-container {
	display: block !important;
}

.elementor-editor-active .femink-content-carousel__ui {
	display: none !important;
}
