:root
{
	--main-height: 400px; /* ارتفاع کلی اسلایدر */
}

body
{
	
}

.panel61
{
	direction: initial;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	background: white;
	overflow-x: hidden;
}

.panel61 img
{
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}

.panel61 .container
{
	display: flex;
	flex-direction: row-reverse;
	gap: 15px;
	height: var(--main-height);
	flex-wrap: wrap;
}

.panel61 .right-side
{
	flex: 1.8;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background: #eee;
	height: 100%;
}

.panel61 .swiper-container,
.panel61 .swiper-wrapper,
.panel61 .swiper-slide
{
	height: 100%;
}

.panel61 .swiper-slide
{
	transform: translateZ(0); /* فعال‌سازی GPU */
	will-change: transform;
	backface-visibility: hidden;
	display: flex;
}

.panel61 .slide-img,
.panel61 .image-box img
{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
	background-color: #ffffff;
	user-select: none;
	-webkit-user-drag: none;
}


.panel61 .nav-arrow
{
	position: absolute;
	top: 50%;
	/* transform: translateY(-50%); */
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 10;
}

.panel61 .nav-arrow i
{
	font-size: 24px;
	color: #eee;
}

.panel61 .nav-arrow.left
{
	left: 10px;
}

.panel61 .nav-arrow.right
{
	right: 10px;
}


.panel61 .swiper-button-next::after,
.panel61 .swiper-button-prev::after
{
	display: none !important;
	content: none !important;
}


.panel61 .dots
{
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.panel61 .dots .swiper-pagination-bullet
{
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	opacity: 1;
	transition: all 0.3s ease;
}

.panel61 .dots .swiper-pagination-bullet-active
{
	width: 26px;
	height: 12px;
	border-radius: 6px;
	background-color: #facc15;
}

/* نوار سمت چپ */
.panel61 .left-side
{
	flex: 0.8;
	display: flex;
	flex-direction: column;
	gap: 8px;
	
	height: 100%;
}

.panel61 .image-box
{
	flex: 1;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	/* min-height: 200px; */
	background-color: #333;
}

.panel61 .image-box img
{
	object-fit: cover;
	object-position: center center;
}


@media (max-width: 1024px)
{
	.panel61 .container
	{
		flex-direction: column;
		height: auto;
	}

	.panel61 .right-side
	{
		width: 100%;
		height: 380px;
	}

	.panel61 .left-side
	{
		justify-content: center;
		gap: 12px;
	}

	.panel61 .image-box
	{
		flex: 1 1 48%;
		min-height: 380px;
		height: 380px;
	}

	.panel61 .slide-img
	{
		height: 380px;
	}
}

@media (max-width: 600px)
{
	.panel61 .right-side
	{
		height: 300px;
	}

	.panel61 .image-box
	{
		flex: 1 1 100%;
		min-height: 300px;
		height: 300px;
	}

	.panel61 .slide-img
	{
		height: 300px;
	}
}
