/** history-timeline styles for Bargheto Widgets */

/* ── Timeline Section ── */
.elementor-widget-bargheto_history_timeline .timeline-section {
	padding-right: 1rem;
	padding-left: 1rem;
}

/*@media (min-width: 768px) {*/
/*	.elementor-widget-bargheto_history_timeline .timeline-section {*/
/*		padding-top: 4rem;*/
/*		padding-bottom: 4rem;*/
/*	}*/
/*}*/

/* ── Container ── */
.elementor-widget-bargheto_history_timeline .container {
	max-width: 80rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_history_timeline .container {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

/* ── Timeline ── */
.elementor-widget-bargheto_history_timeline .timeline {
	position: relative;
	max-width: 48rem;
	margin-right: auto;
	margin-left: auto;
}

/* خط عمودی */
.elementor-widget-bargheto_history_timeline .timeline::before {
	content: "";
	position: absolute;
	bottom: 0.5rem;
	right: 7px;
	top: 0.5rem;
	width: 1px;
	background-color: #a0aec0;
}

/* ── آیتم ── */
.elementor-widget-bargheto_history_timeline .timeline-item {
	position: relative;
	padding-bottom: 2rem;
	padding-right: 2.5rem;
}

.elementor-widget-bargheto_history_timeline .timeline-item:last-child {
	padding-bottom: 0;
}

/* ── نقطه ── */
.elementor-widget-bargheto_history_timeline .timeline-item__dot {
	position: absolute;
	right: 0;
	top: 0.25rem;
	display: flex;
	height: 1rem;
	width: 1rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--ht-accent, var(--bargheto-primary-light));
	background-color: #fff;
}

/* نقطه داخلی */
.elementor-widget-bargheto_history_timeline .timeline-item__dot::after {
	content: "";
	display: block;
	height: 0.375rem;
	width: 0.375rem;
	border-radius: 9999px;
	background-color: var(--ht-accent, var(--bargheto-primary-light));
}

/* ── سال ── */
.elementor-widget-bargheto_history_timeline .timeline-item__year {
	display: inline-block;
	margin-bottom: 0.375rem;
	border-radius: 9999px;
	background-color: rgba(var(--ht-accent-rgb, 0,67,203), 0.1);
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--ht-accent-dark, var(--bargheto-primary-light));
}

/* ── عنوان ── */
.elementor-widget-bargheto_history_timeline .timeline-item__title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #1a202c;
}

/* ── توضیحات ── */
.elementor-widget-bargheto_history_timeline .timeline-item__desc {
	margin-top: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: #4a5568;
}
