/**
 * برش لیزری غیرفلزات — Custom styles.
 * Used when page template is page-boresh-laser-gheir-felez.php.
 *
 * @package LaserPro
 */

.lp-boresh-laser-gheir-felez body,
.lp-boresh-laser-gheir-felez {
	background-color: #050505;
	background-image: radial-gradient(circle at 50% 50%, rgba(20, 20, 20, 0.8) 0%, #050505 100%);
}

.lp-boresh-laser-gheir-felez .blueprint-grid {
	background-size: 40px 40px;
	background-image:
		linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}

.lp-boresh-laser-gheir-felez .tech-border {
	position: relative;
}

.lp-boresh-laser-gheir-felez .tech-border::before,
.lp-boresh-laser-gheir-felez .tech-border::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 1px solid rgba(255, 31, 31, 0.5);
	transition: all 0.3s ease;
}

.lp-boresh-laser-gheir-felez .tech-border::before {
	top: -1px;
	left: -1px;
	border-right: none;
	border-bottom: none;
}

.lp-boresh-laser-gheir-felez .tech-border::after {
	bottom: -1px;
	right: -1px;
	border-left: none;
	border-top: none;
}

.lp-boresh-laser-gheir-felez .timeline-line {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(to bottom, transparent, #FF1F1F, transparent);
}

.lp-boresh-laser-gheir-felez .timeline-dot-v2 {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 0 4px #050505;
}

.lp-boresh-laser-gheir-felez .scanner-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FF1F1F;
	box-shadow: 0 0 10px #FF1F1F;
	animation: lp-boresh-gheir-scan 3s linear infinite;
	opacity: 0.7;
}

@keyframes lp-boresh-gheir-scan {
	0% { top: 0; opacity: 0; }
	10% { opacity: 1; }
	90% { opacity: 1; }
	100% { top: 100%; opacity: 0; }
}

.lp-boresh-laser-gheir-felez .material-card-gradient {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(20, 20, 20, 0.7) 40%, rgba(255, 255, 255, 0.05) 100%);
}

.lp-boresh-laser-gheir-felez textarea::-webkit-scrollbar {
	width: 8px;
}

.lp-boresh-laser-gheir-felez textarea::-webkit-scrollbar-track {
	background: #1a1a1a;
}

.lp-boresh-laser-gheir-felez textarea::-webkit-scrollbar-thumb {
	background: #333;
	border-radius: 4px;
}

.lp-boresh-laser-gheir-felez textarea::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.lp-boresh-laser-gheir-felez .snap-x::-webkit-scrollbar {
	height: 4px;
}

.lp-boresh-laser-gheir-felez .snap-x::-webkit-scrollbar-track {
	background: #1a1a1a;
}

.lp-boresh-laser-gheir-felez .snap-x::-webkit-scrollbar-thumb {
	background: #FF1F1F;
	border-radius: 2px;
}
