/* Nida Random Ads Keen Slider Styles */

.nas-vyx41d-container {
	position: relative;
	margin: 30px 0;
	padding: 0 15px;
}

.nas-vyx41d-wrapper {
	position: relative;
	padding: 20px 0 60px;
}

.nas-vyx41d-slider {
	position: relative;
	overflow: visible;
}

.nas-vyx41d-slider .keen-slider__slide {
	min-width: 250px !important;
	max-width: 250px !important;
	width: 250px !important;
	flex: 0 0 250px !important;
}

.nas-vyx41d-slide {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 250px;
	max-width: 250px;
	flex: 0 0 250px;
}

.nas-vyx41d-slide>div {
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nas-vyx41d-slide:hover>div {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.white.category-grid-box-1 h2 a {
	font-size: 16px !important;
}

.rtl .white.category-grid-box-1 .ad-price {
	font-size: 14px !important;
}

/* Navigation */
.nas-vyx41d-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 5;
}

.nas-vyx41d-nav {
	pointer-events: all;
	width: 48px;
	height: 48px;
	border: 2px solid #e1e1e1;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #333;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}

.nas-vyx41d-nav:hover,
.nas-vyx41d-nav:focus-visible {
	background: #b81d37;
	border-color: #b81d37;
	color: #fff;
	box-shadow: 0 4px 16px rgba(184, 29, 55, 0.35);
	outline: none;
}

.nas-vyx41d-nav:focus-visible {
	box-shadow: 0 0 0 3px rgba(184, 29, 55, 0.25);
}

.nas-vyx41d-nav:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

/* Pagination dots */
.nas-vyx41d-dots {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
}

.nas-vyx41d-dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: #d6d6d6;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0;
}

.nas-vyx41d-dot.is-active {
	background: #b81d37;
	width: 30px;
}

.nas-vyx41d-dot:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(184, 29, 55, 0.25);
}

/* Responsive adjustments */
@media (max-width: 1199px) {
	.nas-vyx41d-controls {
		left: -5px;
		right: -5px;
	}
}

@media (max-width: 991px) {
	.nas-vyx41d-nav {
		width: 44px;
		height: 44px;
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.nas-vyx41d-container {
		padding: 0 10px;
		margin: 20px 0;
	}

	.nas-vyx41d-wrapper {
		padding: 10px 0 50px;
	}

	.nas-vyx41d-controls {
		display: none;
	}

	.nas-vyx41d-dots {
		position: static;
		transform: none;
		gap: 8px;
		margin-top: 18px;
	}

	.nas-vyx41d-dot {
		width: 10px;
		height: 10px;
	}

	.nas-vyx41d-dot.is-active {
		width: 22px;
	}
}

.rtl .nas-vyx41d-controls {
	direction: ltr;
}

.rtl .nas-vyx41d-dots {
	direction: ltr;
}

.nas-vyx41d-container .heading-panel {
	margin-bottom: 25px;
}

.nas-vyx41d-container .heading-panel h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

@media (max-width: 767px) {
	.nas-vyx41d-container .heading-panel h3 {
		font-size: 20px;
	}
}

.white.category-grid-box-1.ad-grid-1 {
	border-radius: 12px;
}