.vithai-carousel-wrap {
	position: relative;
	width: 100%;
}

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

.vithai-image-slide {
	margin: 0;
}

.vithai-image-slide img,
.vithai-media-slide img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.75rem;
}

.vithai-media-slide {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 0.75rem;
}

.vithai-media-slide__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-weight: 600;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.vithai-media-slide:hover .vithai-media-slide__overlay,
.vithai-media-slide:focus .vithai-media-slide__overlay {
	opacity: 1;
}

.vithai-carousel-wrap .swiper-pagination {
	position: static;
	margin-top: 1rem;
}

.vithai-carousel-wrap .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #c5d4e8;
	opacity: 1;
}

.vithai-carousel-wrap .swiper-pagination-bullet-active {
	background: var(--vithai-blue, #005ac6);
}

.vithai-carousel-wrap .swiper-button-prev,
.vithai-carousel-wrap .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: 0;
	transform: translateY(-50%);
	background: #000;
	border-radius: 50%;
	color: #fff;
}

.vithai-carousel-wrap .swiper-button-prev::after,
.vithai-carousel-wrap .swiper-button-next::after {
	content: none;
	display: none;
}

.vithai-carousel-wrap .swiper-button-prev i,
.vithai-carousel-wrap .swiper-button-next i {
	font-size: 14px;
	line-height: 1;
	color: #fff;
}

.vithai-carousel-wrap .swiper-button-prev {
	left: 0.5rem;
}

.vithai-carousel-wrap .swiper-button-next {
	right: 0.5rem;
}

.vithai-hero-carousel .swiper-pagination {
	position: absolute;
	bottom: 1.25rem;
	left: 0;
	right: 0;
	margin-top: 0;
	z-index: 2;
}

.vithai-hero-carousel .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.55);
}

.vithai-hero-carousel .swiper-pagination-bullet-active {
	background: #fff;
}

.vithai-hero-carousel .swiper-button-prev,
.vithai-hero-carousel .swiper-button-next {
	color: #fff;
	z-index: 2;
}

.vithai-hero-slide {
	position: relative;
	min-height: 650px;
}

.vithai-hero-slide__bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vithai-hero-slide__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.54);
}

.vithai-hero-slide__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 650px;
	padding: 20% 25% 20% 10%;
	color: #fff;
	text-decoration: none;
}

.vithai-hero-slide__content {
	max-width: 66%;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.vithai-hero-slide__heading {
	font-family: "Lexend", sans-serif;
	font-size: clamp(1.75rem, 4vw, 3rem);
	font-weight: 600;
	margin-bottom: 1rem;
	color: #fff;
}

.vithai-hero-slide__description {
	font-family: "Inter", sans-serif;
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 500;
	margin-bottom: 1.25rem;
	color: #fff;
}

.vithai-hero-slide__btn {
	display: inline-block;
	padding: 0.65rem 1.5rem;
	border: 1px solid #fff;
	border-radius: 0.25rem;
	font-weight: 600;
	color: #fff;
}

@media (max-width: 767.98px) {
	.vithai-hero-slide,
	.vithai-hero-slide__inner {
		min-height: 420px;
	}

	.vithai-hero-slide__inner {
		padding: 18% 8%;
	}

	.vithai-hero-slide__content {
		max-width: 100%;
	}
}
