/* ==========================================================================
   Hero Slider / Banner Section Styles — AstroJyot Vedic Astrology Design
   ========================================================================== */

.ust-hero-slider {
	position: relative;
	width: 100%;
	background: radial-gradient(circle at 75% 35%, rgba(254, 215, 170, 0.45) 0%, rgba(255, 247, 237, 0.2) 55%, transparent 85%), linear-gradient(135deg, #FFFDF9 0%, #FAF4E8 100%);
	overflow: hidden;
	user-select: none;
	margin: 0;
	padding: 0;
}

/* Slider Container */
.ust-slider-container {
	position: relative;
	width: 100%;
	min-height: 480px;
	overflow: hidden;
}

@media (min-width: 992px) {
	.ust-slider-container {
		min-height: 520px;
	}
}

/* Slider Track */
.ust-slider-track {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Slide Item */
.ust-slide {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;
}

.ust-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
	position: relative;
}

/* Astrology Layout in Slide */
.ust-hero-content-container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 4rem 20px 5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	z-index: 3;
	position: relative;
}

@media (min-width: 992px) {
	.ust-hero-content-container {
		padding: 6rem 24px 7rem;
	}
}

/* Content Column (Left) */
.ust-hero-content-col {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 3;
}

.ust-hero-eyebrow {
	display: inline-block;
	font-family: var(--astro-font-sans, 'Plus Jakarta Sans', sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--astro-primary, #E06D2C);
	margin-bottom: 1rem;
	position: relative;
}

.ust-hero-eyebrow::after {
	content: '';
	display: block;
	width: 32px;
	height: 2px;
	background-color: var(--astro-border-warm, #FED7AA);
	margin-top: 6px;
}

.ust-slide-eyebrow {
	margin: 0 0 0.75rem 0;
	color: var(--astro-primary, #B7791F);
	font-family: var(--astro-font-sans, 'Plus Jakarta Sans', sans-serif);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

@media (min-width: 768px) {
	.ust-slide-eyebrow {
		font-size: 15px;
	}
}

.ust-slide-title {
	margin: 0 0 1.25rem 0;
	color: var(--astro-heading, #1C1917);
	font-family: var(--astro-font-serif, 'Cinzel', serif);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.015em;
	text-shadow: none;
}

@media (min-width: 768px) {
	.ust-slide-title {
		font-size: 44px;
	}
}

@media (min-width: 1200px) {
	.ust-slide-title {
		font-size: 52px;
		line-height: 1.15;
	}
}

.ust-slide-subtitle {
	margin: 0 0 2rem 0;
	color: var(--astro-text, #574A43);
	font-family: var(--astro-font-sans, 'Plus Jakarta Sans', sans-serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	max-width: 520px;
	text-shadow: none;
}

@media (min-width: 768px) {
	.ust-slide-subtitle {
		font-size: 19px;
	}
}

/* Action Buttons */
.ust-slide-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.ust-hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--astro-font-sans, 'Plus Jakarta Sans', sans-serif);
	font-weight: 600;
	font-size: 15px;
	padding: 13px 28px;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
}

.ust-hero-btn-primary {
	background-color: var(--astro-primary, #E06D2C);
	color: #FFFFFF !important;
	border: 1.5px solid transparent;
	box-shadow: 0 4px 16px rgba(224, 109, 44, 0.32);
}

.ust-hero-btn-primary:hover {
	background-color: var(--astro-primary-hover, #C85718);
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(224, 109, 44, 0.42);
}

.ust-hero-btn-secondary {
	background-color: #FFFFFF;
	color: var(--astro-heading, #1C1917) !important;
	border: 1.5px solid var(--astro-border, #F3E8DC);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ust-hero-btn-secondary:hover {
	background-color: var(--astro-primary-light, #FFF7ED);
	border-color: var(--astro-primary, #E06D2C);
	color: var(--astro-primary, #E06D2C) !important;
	transform: translateY(-2px);
}

/* Graphic Column (Right) */
.ust-hero-graphic-col {
	flex: 1 1 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 520px;
}

.ust-hero-chart-glow {
	position: absolute;
	inset: -10%;
	background: radial-gradient(circle, rgba(251, 191, 36, 0.35) 0%, rgba(254, 215, 170, 0.2) 50%, transparent 75%);
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	filter: blur(20px);
}

.ust-hero-chart-img {
	width: 100%;
	max-width: 480px;
	height: auto;
	object-fit: contain;
	position: relative;
	z-index: 2;
	filter: drop-shadow(0 14px 28px rgba(180, 83, 9, 0.16));
	transition: transform 0.5s ease;
}

.ust-hero-chart-img:hover {
	transform: scale(1.02);
}

/* Full Image Slide Fallback (for repeater images) */
.ust-slide-image {
	width: 100%;
	height: 100%;
	min-height: 480px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.ust-hero-slider-fit .ust-slider-container {
	min-height: 230px;
	height: 230px;
}

@media (min-width: 768px) {
	.ust-hero-slider-fit .ust-slider-container {
		min-height: 300px;
		height: 300px;
	}
}

@media (min-width: 992px) {
	.ust-hero-slider-fit .ust-slider-container {
		min-height: 360px;
		height: 360px;
	}
}

.ust-hero-slider-fit .ust-slide-image {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Fixed Height Option */
.ust-hero-slider.ust-hero-slider-fixed-height .ust-slider-container {
	min-height: var(--ust-hero-height, 400px);
	height: var(--ust-hero-height, 400px);
}

.ust-hero-slider.ust-hero-slider-fixed-height .ust-slide-image {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center;
	display: block;
}

.ust-slide-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(255, 253, 249, 0.92) 0%, rgba(255, 253, 249, 0.75) 45%, rgba(255, 253, 249, 0.2) 100%);
	pointer-events: none;
	z-index: 2;
}

.ust-slide-caption-wrapper {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	max-width: 1200px;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.ust-slide-caption-wrapper {
		left: 60px;
		right: 60px;
	}
}

.ust-slide-caption {
	max-width: 600px;
}

/* Navigation Controls - Arrows */
.ust-slider-prev,
.ust-slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background-color: #FFFFFF;
	border: 1px solid var(--astro-border, #F3E8DC);
	color: var(--astro-heading, #1C1917);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: all 0.25s ease;
	outline: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ust-slider-prev {
	left: 20px;
}

.ust-slider-next {
	right: 20px;
}

.ust-slider-prev:hover,
.ust-slider-next:hover {
	background-color: var(--astro-primary, #E06D2C);
	color: #FFFFFF;
	border-color: var(--astro-primary, #E06D2C);
	transform: translateY(-50%) scale(1.08);
}

.ust-slider-prev svg,
.ust-slider-next svg {
	width: 20px;
	height: 20px;
}

/* Pagination Dots */
.ust-slider-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 10;
}

.ust-dot {
	width: 10px;
	height: 10px;
	border-radius: 9999px;
	background-color: var(--astro-border-warm, #FED7AA);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.ust-dot.active {
	width: 28px;
	background-color: var(--astro-primary, #E06D2C);
}

/* ==========================================================================
   Trust Badges Strip (Integrated)
   ========================================================================== */

.ust-hero-trust-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
	margin-top: 3rem;
}

.ust-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ust-trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.ust-trust-label {
	font-family: var(--astro-font-sans, 'Plus Jakarta Sans', sans-serif);
	font-weight: 600;
	font-size: 14px;
	color: var(--astro-heading, #1C1917);
	white-space: nowrap;
}