/* Baraat Why Choose — split image + icon benefit list */

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

.dm-baraat-why__media {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(140, 80, 255, 0.25);
}

.dm-baraat-why__img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 280px;
	object-fit: cover;
}

.dm-baraat-why .dm-baraat-section-head {
	margin-bottom: 1.75rem;
}

.dm-baraat-why .dm-baraat-section-desc {
	max-width: 540px;
}

.dm-baraat-why__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.dm-baraat-why__item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.dm-baraat-why__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #5c00ce 0%, #7c2ae8 100%);
	color: #fff;
	font-size: 1.2rem;
	box-shadow: 0 8px 24px rgba(92, 0, 206, 0.4);
}

.dm-baraat-why__item-title {
	font-family: "Rajdhani", sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.35rem;
	line-height: 1.2;
}

.dm-baraat-why__item-desc {
	font-size: 0.98rem;
	line-height: 1.6;
	color: rgba(244, 240, 255, 0.78);
	margin: 0;
}

.dm-baraat-why__actions {
	margin-top: 2rem;
}

.dm-baraat-why__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	font-family: "Rajdhani", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none;
	border-radius: 10px;
	background: linear-gradient(135deg, #5c00ce 0%, #7c2ae8 100%);
	color: #fff;
	box-shadow: 0 8px 32px rgba(92, 0, 206, 0.45);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.dm-baraat-why__btn:hover,
.dm-baraat-why__btn:focus {
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 12px 40px rgba(92, 0, 206, 0.55);
}

@media screen and (max-width: 991px) {
	.dm-baraat-why {
		padding: 3.5rem 0;
	}

	.dm-baraat-why__media {
		margin-top: 0.5rem;
	}
}

@media screen and (max-width: 767px) {
	.dm-baraat-why__item-title {
		font-size: 1.15rem;
	}

	.dm-baraat-why__icon {
		width: 44px;
		height: 44px;
		font-size: 1.05rem;
	}
}
