/** video-section styles for Bargheto Widgets */

.elementor-widget-bargheto_video_section a {
	cursor: pointer;
}

.elementor-widget-bargheto_video_section .video-section {
	--vs-accent: 0, 67, 203;
	background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(var(--vs-accent), 0.20) 0%, transparent 70%),
		linear-gradient(180deg, #fff 0%, #f8fafc 50%, #fff 100%);
}

.elementor-widget-bargheto_video_section .video-section__grid {
	display: grid;
	align-items: center;
	gap: 2.5rem;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 1024px) {
	.elementor-widget-bargheto_video_section .video-section__grid {
		grid-template-columns: 1fr 1fr;
		padding: 0;
	}
}

.elementor-widget-bargheto_video_section .video-section__video-wrap {
	overflow: hidden;
	border-radius: 1rem;
	background-color: #121517;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.elementor-widget-bargheto_video_section .video-section__player {
	display: block;
	width: 100%;
	object-fit: cover;
}

/* ── ایفریم ریسپانسیو ── */
.elementor-widget-bargheto_video_section .video-section__iframe-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.elementor-widget-bargheto_video_section .video-section__iframe-wrap > div,
.elementor-widget-bargheto_video_section .video-section__iframe-wrap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.elementor-widget-bargheto_video_section .video-section__title {
	font-size: 1.5rem;
	font-weight: 800;
	color: #121517;
	line-height: 2.6rem;
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_video_section .video-section__title {
		font-size: 1.875rem;
	}
}

.elementor-widget-bargheto_video_section .video-section__desc {
	margin-top: 1rem;
	font-size: 0.875rem;
	line-height: 2;
	color: #70777e;
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_video_section .video-section__desc {
		font-size: 1rem;
	}
}

.elementor-widget-bargheto_video_section .video-section__actions {
	margin-top: 2rem;
}

.elementor-widget-bargheto_video_section .video-section__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border-radius: 0.75rem;
	padding: 0.875rem 1.75rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;
	background-color: rgb(var(--vs-accent));
}

.elementor-widget-bargheto_video_section .video-section__btn:hover {
	opacity: 0.9;
	box-shadow: 0 10px 25px -5px rgba(var(--vs-accent), 0.35);
}
