/* CORE STRENGTH — dashboard widget slider (one widget at a time) */

body.home .home3-feature-section {
	padding-top: 8px !important;
	padding-bottom: 36px !important;
}

@media (min-width: 992px) {
	.home3-feature-section > .container > .row.align-items-center > .col-lg-6:first-child {
		flex: 0 0 38%;
		max-width: 38%;
	}

	.home3-feature-section > .container > .row.align-items-center > .col-lg-6:last-child {
		flex: 0 0 62%;
		max-width: 62%;
	}
}

.home3-feature-section .feature-content-wrap .section-title.mb-40 {
	margin-bottom: 12px !important;
}

.home3-feature-section .feature-content-wrap .section-title > span {
	margin-bottom: 4px !important;
	font-size: 0.78rem !important;
}

.home3-feature-section .feature-content-wrap .section-title h2 {
	font-size: clamp(1.55rem, 2.2vw, 2rem) !important;
	line-height: 1.15 !important;
}

.home3-feature-section .feature-content-wrap .section-title p {
	font-size: 0.88rem !important;
	line-height: 1.5 !important;
	padding-top: 8px !important;
}

.home3-feature-section .feature-content-wrap .feature-list-wrap {
	max-width: 100% !important;
}

.home3-feature-section .feature-content-wrap .feature-list-wrap .pt-25 {
	padding-top: 10px !important;
}

.home3-feature-section .feature-content-wrap .single-feature {
	gap: 10px !important;
	padding-bottom: 8px !important;
}

.home3-feature-section .feature-content-wrap .single-feature .icon {
	min-width: 44px !important;
	max-width: 44px !important;
	height: 44px !important;
}

.home3-feature-section .feature-content-wrap .single-feature .icon .e-font-icon-svg,
.home3-feature-section .feature-content-wrap .single-feature .icon i {
	width: 1.15rem !important;
	height: 1.15rem !important;
	font-size: 1.15rem !important;
}

.home3-feature-section .feature-content-wrap .single-feature .content h6 {
	margin-bottom: 4px !important;
	font-size: 0.96rem !important;
	line-height: 1.25 !important;
}

.home3-feature-section .feature-content-wrap .single-feature .content p {
	font-size: 0.84rem !important;
	line-height: 1.45 !important;
}

.home3-feature-section .feature-content-wrap .progressBarContainer span.progressBar {
	display: none !important;
}

.home3-feature-section .feature-content-wrap .single-feature {
	padding-bottom: 10px !important;
}

.home3-feature-section .autonemo-core-widget-slider-wrap {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.home3-feature-section .autonemo-core-widget-slider {
	width: 100%;
}

.home3-feature-section .autonemo-core-widget-slider__slide {
	outline: none;
}

.home3-feature-section .autonemo-core-widget-lightbox__trigger {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
	text-align: inherit;
}

.home3-feature-section .autonemo-core-widget-slider__card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e6ebf2;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home3-feature-section .autonemo-core-widget-lightbox__trigger:hover .autonemo-core-widget-slider__card,
.home3-feature-section .autonemo-core-widget-lightbox__trigger:focus-visible .autonemo-core-widget-slider__card {
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
	transform: translateY(-1px);
}

.home3-feature-section .autonemo-core-widget-lightbox__trigger:focus-visible {
	outline: none;
}

.home3-feature-section .autonemo-core-widget-lightbox__trigger:focus-visible .autonemo-core-widget-slider__card {
	outline: 2px solid var(--primary-color1, #359ff5);
	outline-offset: 2px;
}

.home3-feature-section .autonemo-core-widget-slider__card img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 380px;
	max-height: 460px;
	object-fit: cover;
	object-position: center top;
}

.home3-feature-section .autonemo-core-widget-lightbox__hint {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.72);
	color: #fff;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	pointer-events: none;
}

.home3-feature-section .autonemo-core-widget-lightbox__trigger:hover .autonemo-core-widget-lightbox__hint,
.home3-feature-section .autonemo-core-widget-lightbox__trigger:focus-visible .autonemo-core-widget-lightbox__hint {
	opacity: 1;
	transform: translateY(0);
}

body.dark .home3-feature-section .autonemo-core-widget-slider__card {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(148, 163, 184, 0.18);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.fancybox-container.autonemo-core-widget-fancybox .fancybox-caption {
	display: none !important;
}

@media (max-width: 991px) {
	body.home .home3-feature-section {
		padding-bottom: 32px !important;
	}

	.home3-feature-section .autonemo-core-widget-slider-wrap {
		margin-top: 20px;
	}

	.home3-feature-section .autonemo-core-widget-slider__card img {
		min-height: 320px;
		max-height: 400px;
	}
}

@media (max-width: 575px) {
	.home3-feature-section .autonemo-core-widget-slider__card {
		border-radius: 10px;
	}

	.home3-feature-section .autonemo-core-widget-slider__card img {
		min-height: 260px;
		max-height: 340px;
	}
}
