/* Baraat Video Section — dark block with 2 YouTube videos per row */

.dm-baraat-video-section {
	background: radial-gradient(900px 500px at 50% 0%, rgba(92, 0, 206, 0.14) 0%, transparent 60%), #0a0412;
	color: #f4f0ff;
	padding: 5.5rem 0 4.5rem;
}

.dm-baraat-video-section .dm-baraat-section-head {
	max-width: 720px;
	margin: 0 auto 2.5rem;
	padding-top: 0.5rem;
}

.dm-baraat-video-section__grid {
	justify-content: center;
	padding-top: 1.5rem;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	row-gap: 2.75rem;
	--bs-gutter-y: 2.75rem;
}

.dm-baraat-video-section__grid > [class*="col-"] {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.dm-baraat-video-section__grid > [class*="col-"]:nth-child(n + 3) {
		margin-top: 0.75rem;
	}
}

@media screen and (max-width: 767px) {
	.dm-baraat-video-section__grid > [class*="col-"]:not(:first-child) {
		margin-top: 0.5rem;
	}
}

.dm-baraat-video-section__item {
	height: 100%;
}

.dm-baraat-video-section__player {
	width: 100%;
}

.dm-baraat-video-section__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(140, 80, 255, 0.35);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
	background: #140828;
}

.dm-baraat-video-section__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.dm-baraat-video-section__frame--thumb {
	background-size: cover;
	background-position: center;
}

.dm-baraat-video-section__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #5c00ce 0%, #7c2ae8 100%);
	color: #fff;
	font-size: 1.35rem;
	text-decoration: none;
	box-shadow: 0 8px 28px rgba(92, 0, 206, 0.5);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dm-baraat-video-section__play:hover,
.dm-baraat-video-section__play:focus {
	color: #fff;
	text-decoration: none;
	transform: translate(-50%, -50%) scale(1.06);
	box-shadow: 0 12px 36px rgba(92, 0, 206, 0.6);
}

.dm-baraat-video-section__play .fa {
	margin-left: 4px;
}

.dm-baraat-video-section__item-title {
	font-family: "Rajdhani", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	margin: 0.85rem 0 0;
	line-height: 1.3;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.dm-baraat-video-section__grid > .col-lg-6:last-child:nth-child(odd) {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 767px) {
	.dm-baraat-video-section {
		padding: 4rem 0 3.5rem;
	}

	.dm-baraat-video-section__grid {
		padding-top: 1rem;
		row-gap: 2rem;
		--bs-gutter-y: 2rem;
	}

	.dm-baraat-video-section__frame {
		border-radius: 12px;
	}

	.dm-baraat-video-section__play {
		width: 60px;
		height: 60px;
		font-size: 1.15rem;
	}
}
