/* VV Hero Banner — base styles (Elementor controls egulo override kore) */

.vv-hero {
	--vv-bg: #1b4a3b;
	--vv-bg-dark: #123429;
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 150px; /* header/logo-er jonno jayga (control theke change hoy) */
	background: radial-gradient(ellipse at center, #22594a 0%, var(--vv-bg) 60%, var(--vv-bg-dark) 100%);
	overflow: hidden;
	box-sizing: border-box;
}

.vv-hero--flat-bg {
	background: var(--vv-bg);
}

.vv-hero__inner {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	line-height: 0;
}

.vv-hero__link {
	display: block;
	line-height: 0;
}

.vv-hero__img,
.vv-hero__inner img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}

/* Upor/nicher edge background-er sathe blend */
.vv-hero--fade .vv-hero__inner::before,
.vv-hero--fade .vv-hero__inner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	pointer-events: none;
	z-index: 1;
}
.vv-hero--fade .vv-hero__inner::before {
	top: 0;
	height: 60px;
	background: linear-gradient(to bottom, var(--vv-bg), transparent);
}
.vv-hero--fade .vv-hero__inner::after {
	bottom: 0;
	height: 80px;
	background: linear-gradient(to top, var(--vv-bg-dark), transparent);
}

/* CTA button */
.vv-hero__cta {
	position: absolute;
	left: 50%;
	bottom: 4%;
	transform: translateX(-50%);
	z-index: 2;
	display: inline-block;
	line-height: 1;
	padding: 14px 34px;
	background: #f07020;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
	white-space: nowrap;
}
.vv-hero__cta:hover,
.vv-hero__cta:focus {
	background: #d95f12;
	color: #fff;
	transform: translateX(-50%) translateY(-2px);
}

/* Mobile-e button banner-er niche (chhobir upor na) */
@media (max-width: 767px) {
	.vv-hero {
		padding-top: 90px;
	}
	.vv-hero--fade .vv-hero__inner::before { height: 30px; }
	.vv-hero--fade .vv-hero__inner::after  { height: 40px; }

	.vv-hero--cta-below-mobile .vv-hero__cta {
		position: static;
		display: block;
		width: max-content;
		margin: 18px auto 24px;
		transform: none;
	}
	.vv-hero--cta-below-mobile .vv-hero__cta:hover {
		transform: translateY(-2px);
	}
}

/* Mobile image (<picture>) support */
.vv-hero__picture {
	display: block;
	line-height: 0;
}
