/**
 * KTheme Carousel styles.
 *
 * These presets map the old Owl carousel snippets to editable Elementor controls.
 */

.ktheme-carousel {
	--k-carousel-radius: 0;
	--k-carousel-text: #111827;
	--k-carousel-muted: #6b7280;
	--k-carousel-line: rgba(17, 24, 39, 0.14);
	--k-carousel-accent: #0074ad;
	position: relative;
	width: 100%;
	padding: 0 0 20px;
	color: var(--k-carousel-text);
}

.ktheme-carousel-swiper {
	overflow: hidden;
	width: 100%;
}

.ktheme-carousel .swiper-wrapper {
	align-items: stretch;
}

.ktheme-carousel-slide {
	height: auto;
}

.ktheme-carousel.ktheme-carousel-image-only .ktheme-carousel-swiper,
.ktheme-carousel.ktheme-carousel-image-only .swiper-wrapper {
	height: auto !important;
}

.ktheme-carousel.ktheme-carousel-image-only .swiper-wrapper {
	align-items: flex-start;
}

.ktheme-carousel.ktheme-carousel-preset-hidden-dots:not(.nav-bottom) {
	padding-bottom: 0;
}

.ktheme-carousel-card,
.ktheme-carousel-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.ktheme-carousel-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: var(--k-carousel-radius);
}

.ktheme-carousel-card-image-only,
.ktheme-carousel-card-image-only .ktheme-carousel-card-link {
	height: auto;
	min-height: 0;
}

.ktheme-carousel-card-image-only .ktheme-carousel-media {
	flex: 0 0 auto;
}

.ktheme-carousel-media {
	position: relative;
	overflow: hidden;
	background: #f3f4f6;
	aspect-ratio: var(--k-carousel-image-ratio, var(--k-carousel-preset-ratio, 1 / 1));
}

.ktheme-carousel-ratio-4-3 {
	--k-carousel-preset-ratio: 4 / 3;
}

.ktheme-carousel-ratio-16-9 {
	--k-carousel-preset-ratio: 16 / 9;
}

.ktheme-carousel-ratio-3-4 {
	--k-carousel-preset-ratio: 3 / 4;
}

.ktheme-carousel-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.ktheme-carousel-image-fit-contain .ktheme-carousel-image {
	object-fit: contain;
}

.ktheme-carousel-card:hover .ktheme-carousel-image {
	transform: none;
}

.ktheme-carousel.ktheme-carousel-effect-image-zoom .thumb-info:hover .ktheme-carousel-image {
	transform: scale(1.1, 1.1);
}

.ktheme-carousel.ktheme-carousel-effect-image-zoom .thumb-info.thumb-info-no-zoom:hover .ktheme-carousel-image {
	transform: none;
}

.ktheme-carousel.ktheme-carousel-effect-push-horizontal .ktheme-carousel-image {
	width: calc(100% + 20px);
	max-width: none;
	transform: translateX(-18px);
}

.ktheme-carousel.ktheme-carousel-effect-push-horizontal .thumb-info:hover .ktheme-carousel-image {
	transform: translateX(0);
}

.ktheme-carousel.ktheme-carousel-effect-push-horizontal.owl-rtl .ktheme-carousel-image {
	transform: translateX(18px);
}

.ktheme-carousel.ktheme-carousel-effect-push-horizontal.owl-rtl .thumb-info:hover .ktheme-carousel-image {
	transform: translateX(0);
}

.ktheme-carousel.ktheme-carousel-effect-slide-info .ktheme-carousel-media::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(17, 24, 39, 0.58);
	opacity: 1;
	pointer-events: none;
}

.ktheme-carousel.ktheme-carousel-effect-slide-info .ktheme-carousel-slide-info.thumb-info-title {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: transparent;
	color: #fff;
	text-align: center;
	transform: none !important;
}

.ktheme-carousel.ktheme-carousel-effect-slide-info .thumb-info-slide-info-hover-1,
.ktheme-carousel.ktheme-carousel-effect-slide-info .thumb-info-slide-info-hover-2 {
	position: absolute;
	left: 0;
	top: 50%;
	display: flex;
	width: 100%;
	padding: 0 18px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
	transform: translateY(-50%);
	transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.ktheme-carousel.ktheme-carousel-effect-slide-info .thumb-info-slide-info-hover-2 {
	top: 150%;
	opacity: 0;
}

.ktheme-carousel.ktheme-carousel-effect-slide-info .thumb-info:hover .thumb-info-slide-info-hover-1 {
	top: -50%;
	opacity: 0;
}

.ktheme-carousel.ktheme-carousel-effect-slide-info .thumb-info:hover .thumb-info-slide-info-hover-2 {
	top: 50%;
	opacity: 1;
}

.ktheme-carousel.ktheme-carousel-effect-slide-info .ktheme-carousel-slide-info .thumb-info-inner {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.ktheme-carousel.ktheme-carousel-effect-slide-info .ktheme-carousel-slide-info .thumb-info-type {
	display: inline-flex;
	padding: 5px 9px;
	background: rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.88);
	font-size: 12px;
	line-height: 1;
}

.ktheme-carousel.ktheme-carousel-effect-swap-content .ktheme-carousel-swap-content {
	position: relative;
	min-height: 104px;
	padding: 16px 0 0;
	overflow: hidden;
}

.ktheme-carousel.ktheme-carousel-effect-swap-content .thumb-info-swap-content-wrapper {
	position: relative;
	display: flex;
	min-height: 88px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ktheme-carousel.ktheme-carousel-effect-swap-content .ktheme-carousel-swap-primary,
.ktheme-carousel.ktheme-carousel-effect-swap-content .ktheme-carousel-swap-secondary {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.ktheme-carousel.ktheme-carousel-effect-swap-content .ktheme-carousel-swap-secondary {
	transform: translateY(120%);
	opacity: 0;
}

.ktheme-carousel.ktheme-carousel-effect-swap-content .thumb-info:hover .ktheme-carousel-swap-primary {
	transform: translateY(-120%);
	opacity: 0;
}

.ktheme-carousel.ktheme-carousel-effect-swap-content .thumb-info:hover .ktheme-carousel-swap-secondary {
	transform: translateY(0);
	opacity: 1;
}

.ktheme-carousel.ktheme-carousel-effect-flip .ktheme-carousel-card-link {
	perspective: 1000px;
}

.ktheme-carousel.ktheme-carousel-effect-flip .ktheme-carousel-media {
	transform-style: preserve-3d;
	transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.ktheme-carousel.ktheme-carousel-effect-flip .thumb-info:hover .ktheme-carousel-media {
	transform: rotateY(180deg);
}

.ktheme-carousel.ktheme-carousel-effect-flip .ktheme-carousel-image {
	backface-visibility: hidden;
	transform: translateZ(1px);
}

.ktheme-carousel.ktheme-carousel-effect-flip .thumb-info:hover .ktheme-carousel-image {
	transform: translateZ(1px);
}

.ktheme-carousel.ktheme-carousel-effect-flip .ktheme-carousel-flip-back {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	padding: 22px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #111827;
	color: #fff;
	text-align: center;
	backface-visibility: hidden;
	transform: rotateY(180deg) translateZ(1px);
}

.ktheme-carousel.ktheme-carousel-effect-flip .ktheme-carousel-flip-kicker {
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.ktheme-carousel.ktheme-carousel-effect-flip .ktheme-carousel-flip-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.ktheme-carousel.ktheme-carousel-effect-flip .ktheme-carousel-flip-text {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.78);
}

.ktheme-carousel-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	padding: 16px 0 0;
}

.ktheme-carousel-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	color: inherit;
}

.ktheme-carousel-meta,
.ktheme-carousel-description {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: var(--k-carousel-muted);
}

.ktheme-carousel-category {
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	background: rgba(17, 24, 39, 0.72);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.ktheme-carousel-preset-image .ktheme-carousel-category {
	display: none;
}

.ktheme-carousel-preset-overlay .ktheme-carousel-card {
	background: #111827;
}

.ktheme-carousel-preset-category .ktheme-carousel-card {
	background: #fff;
}

.ktheme-carousel-preset-overlay .ktheme-carousel-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 56px 18px 18px;
	color: #fff;
	background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(17, 24, 39, 0.82));
}

.ktheme-carousel-preset-overlay .ktheme-carousel-meta,
.ktheme-carousel-preset-overlay .ktheme-carousel-description {
	color: rgba(255, 255, 255, 0.82);
}

.ktheme-carousel-preset-category .ktheme-carousel-content {
	padding: 14px 0 0;
}

.ktheme-carousel-preset-centered-icons .ktheme-carousel-content {
	text-align: center;
}

.ktheme-carousel-actions {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: rgba(17, 24, 39, 0.22);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.ktheme-carousel .thumb-info.thumb-info-centered-icons .ktheme-carousel-actions.thumb-info-action,
.ktheme-carousel .thumb-info.thumb-info-centered-icons:hover .ktheme-carousel-actions.thumb-info-action,
.ktheme-carousel .ktheme-carousel-actions.thumb-info-action,
.ktheme-carousel .ktheme-carousel-actions.thumb-info-action:hover {
	inset: 0 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: rgba(17, 24, 39, 0.22) !important;
	transform: none !important;
}

.ktheme-carousel-card:hover .ktheme-carousel-actions {
	opacity: 1;
}

.ktheme-carousel-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.92);
	color: #111827;
}

.ktheme-carousel-preset-center-active .swiper-slide {
	transform: scale(0.92);
	opacity: 0.55;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.ktheme-carousel-preset-center-active .swiper-slide-active {
	transform: scale(1);
	opacity: 1;
}

.ktheme-carousel-button {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 26px rgba(17, 24, 39, 0.16), 0 2px 6px rgba(17, 24, 39, 0.08);
	color: #111827;
	cursor: pointer;
	transform: translate3d(0, -50%, 0);
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.ktheme-carousel-button::before {
	display: block;
	font-family: bootstrap-icons !important;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

.ktheme-carousel-button-prev {
	left: 10px;
}

.ktheme-carousel-button-prev::before {
	content: "\F284";
	position: relative;
	left: -1px;
}

.ktheme-carousel-button-next {
	right: 10px;
}

.ktheme-carousel-button-next::before {
	content: "\F285";
	position: relative;
	left: 1px;
}

.ktheme-carousel-button:hover {
	border-color: #0088cc;
	background: #0088cc;
	box-shadow: 0 12px 30px rgba(0, 136, 204, 0.26), 0 3px 8px rgba(17, 24, 39, 0.12);
	color: #fff;
	transform: translate3d(0, -50%, 0) scale(1.04);
}

.ktheme-carousel-button:active {
	transform: translate3d(0, -50%, 0) scale(0.98);
}

.ktheme-carousel-button:focus-visible {
	outline: 3px solid rgba(0, 136, 204, 0.28);
	outline-offset: 3px;
}

.ktheme-carousel-button.swiper-button-disabled,
.ktheme-carousel-button:disabled {
	opacity: 0.38;
	cursor: default;
	pointer-events: none;
}

.ktheme-carousel-nav-inside {
	padding-left: 0;
	padding-right: 0;
}

.ktheme-carousel-nav-inside .ktheme-carousel-button-prev {
	left: 14px;
}

.ktheme-carousel-nav-inside .ktheme-carousel-button-next {
	right: 14px;
}

.ktheme-carousel-preset-hover .ktheme-carousel-button {
	opacity: 0;
}

.ktheme-carousel-preset-hover:hover .ktheme-carousel-button,
.ktheme-carousel-preset-hover .ktheme-carousel-button:focus-visible {
	opacity: 1;
}

.ktheme-carousel-preset-rounded .ktheme-carousel-button,
.ktheme-carousel-preset-light .ktheme-carousel-button,
.ktheme-carousel-preset-dark .ktheme-carousel-button,
.ktheme-carousel-preset-rounded .ktheme-carousel-action {
	border-radius: 999px;
}

.ktheme-carousel-preset-light .ktheme-carousel-button,
.ktheme-carousel.nav-light .ktheme-carousel-button {
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.92);
	color: #111827;
}

.ktheme-carousel-preset-dark .ktheme-carousel-button,
.ktheme-carousel.nav-dark .ktheme-carousel-button {
	border-color: rgba(17, 24, 39, 0.72);
	background: rgba(17, 24, 39, 0.82);
	color: #fff;
}

.ktheme-carousel-preset-dark .ktheme-carousel-button:hover,
.ktheme-carousel.nav-dark .ktheme-carousel-button:hover,
.ktheme-carousel-preset-light .ktheme-carousel-button:hover,
.ktheme-carousel.nav-light .ktheme-carousel-button:hover {
	border-color: #0088cc;
	background: #0088cc;
	color: #fff;
}

.ktheme-carousel-pagination {
	position: static;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 18px;
	margin-top: 10px;
}

.ktheme-carousel-pagination .swiper-pagination-bullet {
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 4px !important;
	background: #d6d6d6;
	border-radius: 999px;
	opacity: 1;
	transition: width 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.ktheme-carousel-pagination .swiper-pagination-bullet-active {
	background: var(--k-carousel-accent);
}

.ktheme-carousel-dots-inside .ktheme-carousel-pagination {
	position: absolute;
	right: 10px;
	bottom: 2px;
	left: auto;
	margin-top: 0;
}

/* Legacy Owl class bridge: old class names, Swiper DOM targets. */
.ktheme-carousel .thumb-info.ktheme-carousel-card-link {
	background: transparent;
	overflow: visible;
}

.ktheme-carousel .thumb-info-wrapper.ktheme-carousel-media {
	display: block;
	border-radius: var(--k-carousel-radius);
}

.ktheme-carousel .thumb-info-wrapper.ktheme-carousel-media::after {
	pointer-events: none;
}

.ktheme-carousel .ktheme-carousel-category.thumb-info-category {
	position: absolute;
	left: 14px;
	top: 14px;
	margin: 0;
	background: rgba(17, 24, 39, 0.72) !important;
	color: #fff;
}

.ktheme-carousel .ktheme-carousel-legacy-title.thumb-info-title {
	letter-spacing: 0;
}

.ktheme-carousel.show-nav-hover .ktheme-carousel-button {
	opacity: 0;
}

.ktheme-carousel.show-nav-hover:hover .ktheme-carousel-button,
.ktheme-carousel.show-nav-hover .ktheme-carousel-button:focus-visible {
	opacity: 1;
}

.ktheme-carousel.show-nav-title {
	padding-top: 0;
}

.ktheme-carousel.show-nav-title .ktheme-carousel-button {
	top: 0;
	width: 24px;
	height: 40px;
	border: 0;
	background: transparent !important;
	box-shadow: none;
	color: #0088cc;
	transform: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.ktheme-carousel.show-nav-title .ktheme-carousel-button:hover {
	color: #00a1f2;
	transform: translate3d(0, -1px, 0);
}

.ktheme-carousel.show-nav-title .ktheme-carousel-button:active {
	transform: translate3d(0, 0, 0);
}

.ktheme-carousel.show-nav-title .ktheme-carousel-button-prev {
	left: auto;
	right: 44px;
}

.ktheme-carousel.show-nav-title .ktheme-carousel-button-next {
	right: 10px;
}

.ktheme-carousel.show-nav-title.show-nav-title-both-sides .ktheme-carousel-button-prev {
	left: 0;
	right: auto;
}

.ktheme-carousel.show-nav-title.show-nav-title-both-sides .ktheme-carousel-button-next {
	right: 0;
}

.ktheme-carousel.nav-inside,
.ktheme-carousel.ktheme-carousel-nav-inside {
	padding-right: 0;
	padding-left: 0;
}

.ktheme-carousel.nav-inside .ktheme-carousel-button-prev {
	left: 14px;
}

.ktheme-carousel.nav-inside .ktheme-carousel-button-next {
	right: 14px;
}

.ktheme-carousel.nav-inside.nav-inside-edge .ktheme-carousel-button-prev {
	left: 0;
	border-radius: 0 999px 999px 0;
}

.ktheme-carousel.nav-inside.nav-inside-edge .ktheme-carousel-button-next {
	right: 0;
	border-radius: 999px 0 0 999px;
}

.ktheme-carousel.nav-inside.nav-inside-plus .ktheme-carousel-button-prev {
	left: 30px;
}

.ktheme-carousel.nav-inside.nav-inside-plus .ktheme-carousel-button-next {
	right: 30px;
}

.ktheme-carousel.rounded-nav .ktheme-carousel-button {
	border-radius: 999px;
}

.ktheme-carousel.nav-squared .ktheme-carousel-button {
	border-radius: 6px;
}

.ktheme-carousel.nav-style-1 .ktheme-carousel-button {
	border-color: rgba(0, 136, 204, 0.18);
	background: rgba(255, 255, 255, 0.88);
	color: #0088cc;
}

.ktheme-carousel.nav-style-1 .ktheme-carousel-button:hover {
	border-color: #0088cc;
	background: #0088cc;
	color: #fff;
}

.ktheme-carousel.nav-light .ktheme-carousel-button {
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.92);
	color: #111827;
}

.ktheme-carousel.nav-dark .ktheme-carousel-button {
	border-color: rgba(17, 24, 39, 0.72);
	background: rgba(17, 24, 39, 0.82);
	color: #fff;
}

.ktheme-carousel.nav-with-transparency .ktheme-carousel-button {
	background: rgba(255, 255, 255, 0.28);
	border-color: rgba(255, 255, 255, 0.46);
	color: #fff;
}

.ktheme-carousel.nav-with-transparency .ktheme-carousel-button:hover {
	background: #0088cc;
	border-color: #0088cc;
}

.ktheme-carousel.nav-bottom {
	padding-bottom: 72px;
}

.ktheme-carousel.nav-bottom .ktheme-carousel-button {
	top: auto;
	bottom: 18px;
	transform: none;
}

.ktheme-carousel.nav-bottom .ktheme-carousel-button:hover {
	transform: translate3d(0, -2px, 0) scale(1.04);
}

.ktheme-carousel.nav-bottom .ktheme-carousel-button:active {
	transform: translate3d(0, 0, 0) scale(0.98);
}

.ktheme-carousel.nav-bottom .ktheme-carousel-button-prev {
	left: calc(50% - 48px);
}

.ktheme-carousel.nav-bottom .ktheme-carousel-button-next {
	right: auto;
	left: calc(50% + 6px);
}

.ktheme-carousel.nav-bottom.nav-bottom-align-left .ktheme-carousel-button-prev {
	left: 0;
}

.ktheme-carousel.nav-bottom.nav-bottom-align-left .ktheme-carousel-button-next {
	left: 54px;
}

.ktheme-carousel.nav-bottom.nav-bottom-align-right .ktheme-carousel-button-prev {
	left: auto;
	right: 54px;
}

.ktheme-carousel.nav-bottom.nav-bottom-align-right .ktheme-carousel-button-next {
	left: auto;
	right: 0;
}

.ktheme-carousel.show-dots-hover .ktheme-carousel-pagination {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ktheme-carousel.show-dots-hover:hover .ktheme-carousel-pagination {
	opacity: 1;
	visibility: visible;
}

.ktheme-carousel.dots-morphing .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
}

.ktheme-carousel.dots-morphing .swiper-pagination-bullet-active,
.ktheme-carousel.dots-morphing .swiper-pagination-bullet:hover {
	width: 40px;
}

.ktheme-carousel.dots-modern .ktheme-carousel-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ktheme-carousel.dots-modern .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	transition: transform 0.3s ease, background 0.3s ease;
}

.ktheme-carousel.dots-modern .swiper-pagination-bullet-active {
	transform: scale(2);
}

.ktheme-carousel.dots-light .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.6);
}

.ktheme-carousel.dots-light .swiper-pagination-bullet-active,
.ktheme-carousel.dots-light .swiper-pagination-bullet:hover {
	background: #fff !important;
}

.ktheme-carousel.dots-dark .swiper-pagination-bullet {
	background: rgba(33, 33, 33, 0.6);
}

.ktheme-carousel.dots-dark .swiper-pagination-bullet-active,
.ktheme-carousel.dots-dark .swiper-pagination-bullet:hover {
	background: #212121 !important;
}

.ktheme-carousel.dots-align-left .ktheme-carousel-pagination {
	justify-content: flex-start;
}

.ktheme-carousel.dots-align-right .ktheme-carousel-pagination {
	justify-content: flex-end;
}

.ktheme-carousel.carousel-center-active-item .swiper-slide {
	opacity: 0.2;
	transition: opacity 0.3s ease, transform 0.35s ease;
}

.ktheme-carousel.carousel-center-active-item .swiper-slide-active,
.ktheme-carousel.carousel-center-active-item .swiper-slide-duplicate-active {
	opacity: 1 !important;
}

.ktheme-carousel.carousel-center-active-item.carousel-center-active-item-style-2 .swiper-slide {
	opacity: 0.7;
}

.ktheme-carousel.carousel-center-active-item-2 .ktheme-carousel-swiper,
.ktheme-carousel.carousel-center-active-item-3 .ktheme-carousel-swiper {
	overflow: visible;
}

.ktheme-carousel.carousel-shadow-1::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 65%;
	height: 0;
	box-shadow: 0 0 110px 180px rgba(0, 0, 0, 0.04);
	transform: translate3d(-50%, -50%, 0);
}

.carousel-half-full-width-wrapper > .ktheme-carousel {
	width: 100%;
}

.ktheme-carousel.owl-rtl .ktheme-carousel-swiper,
.carousel-half-full-width-wrapper.carousel-half-full-width-left > .ktheme-carousel .ktheme-carousel-swiper {
	direction: rtl;
}

.ktheme-carousel.owl-rtl .ktheme-carousel-button-prev {
	left: auto;
	right: 0;
}

.ktheme-carousel.owl-rtl .ktheme-carousel-button-next {
	left: 0;
	right: auto;
}

@media (min-width: 576px) {
	.carousel-half-full-width-wrapper > .ktheme-carousel {
		width: calc(100vw - ((100vw - 540px) / 2));
	}
}

@media (min-width: 768px) {
	.carousel-half-full-width-wrapper > .ktheme-carousel {
		width: calc(100vw - ((100vw - 720px) / 2));
	}
}

@media (min-width: 992px) {
	.carousel-half-full-width-wrapper > .ktheme-carousel {
		width: calc(100vw - ((100vw - 960px) / 2));
	}
}

@media (min-width: 1200px) {
	.carousel-half-full-width-wrapper > .ktheme-carousel {
		width: calc(100vw - ((100vw - 1320px) / 2));
	}
}
@media (max-width: 767px) {
	.ktheme-carousel {
		padding-right: 0;
		padding-left: 0;
	}

	.ktheme-carousel-button {
		display: none;
	}

	.ktheme-carousel-title {
		font-size: 16px;
	}
}

