/* ============================================
   আসল CSS (আপনার দেওয়া) - অপরিবর্তিত
   ============================================ */

.left-site-category {
	height: 100%;
}

.hero-section {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

@media (max-width: 991px) {
	.hero-section .left-site-category {
		display: none !important;
	}
}

@media (max-width: 1399px) {
	.hero-section {
		grid-template-columns: auto 1fr;
	}
}

@media (max-width: 1199px) {
	.hero-section {
		gap: 1rem;
	}
}

@media (max-width: 991px) {
	.hero-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.hero-section {
		gap: 0px;
		margin-top: 21px;
	}
}

@media (max-width: 767px) {
	.hero-section {
		grid-template-columns: 1fr;
	}
}

.single-banner .hero-section {
	display: grid;
	grid-template-columns: 1fr !important;
	gap: 20px;
}

.hero-slider {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	overflow: hidden;
	justify-content: space-between;
}

.single-banner .hero-slider {
	gap: 1.5rem;
}

@media (min-width: 768px) {
	.slider-wrapper {
		height: 374px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.slider-wrapper {
		height: 394px;
	}
}

@media (max-width: 767px) {
	.slider-wrapper {
		height: 276px;
	}
}

@media (max-width: 500px) {
	.slider-wrapper {
		height: 150px;
	}
}

.banner-slider.owl-theme.owl-carousel.owl-loaded.owl-drag {
	height: 100%;
}

.banner-slider.owl-carousel .owl-item,
.banner-slider.owl-carousel .owl-item a {
	height: 100%;
}

.banner-slider.owl-carousel .owl-item img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.banner-slider .slide-item {
	height: 100% !important;
}

.banner-slider.owl-carousel .owl-stage-outer {
	height: 100%;
}

.banner-slider.owl-carousel .owl-stage {
	height: 100%;
}

.hero-banner {
	height: 510px;
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 1399px) {
	.hero-banner {
		display: none;
	}
}

.hero-banner img {
	transform: scale(1);
	transition: 0.4s ease-in-out;
}

.hero-banner:hover img {
	transform: scale(1.1);
}

@media (max-width: 991px) {
	.hero-banner {
		display: none;
	}
}

.hero-slider .banner-categories img {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 0 14px;
	max-width: 100px;
	width: 100% !important;
}

@media (max-width: 424px) {
	.hero-slider .banner-categories img {
		max-width: 64px;
	}
}

.banner-categories {
	border-radius: 5px !important;
	margin: 0 auto;
	text-align: center;
	padding-top: 1px;
	border: 1px solid hsl(var(--border));
	transition: 0.3s;
}

.banner-categories img {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 0px 20px;
	transform: scale(1);
	transition: 0.4s ease-in-out;
}

.banner-categories:hover img {
	transform: scale(1.1);
}

@media (max-width: 425px) {
	.banner-categories img {
		padding: 0px 12px;
	}
}

.banner-categories .title {
	margin-top: 10px;
	font-size: 0.875rem;
}

.banner-categories:hover a .title {
	color: hsl(var(--base));
}

@media (max-width: 575px) {
	.banner-categories .title {
		font-size: 0.75rem;
	}
}

/* ============================================
   নতুন CSS - শুধু ডেস্কটপে পরিবর্তন
   ============================================ */

@media (min-width: 992px) {
	/* ক্যাটাগরি মেনু লুকাও */
	.left-site-category {
		display: none !important;
	}
	
	/* ফিক্সড ব্যানার (ডান পাশের ইমেজ) লুকাও */
	.hero-banner {
		display: none !important;
	}
	
	/* হিরো সেকশন ১ কলাম করো */
	.hero-section {
		display: block !important;
		max-width: 1320px;
		margin: 20px auto;
		padding: 0 15px;
	}
	
	/* স্লাইডার পুরো প্রস্থ নিবে */
	.hero-slider {
		width: 100%;
		max-width: 100%;
	}
	
	/* ব্যানার বড় করো */
	.slider-wrapper {
		height: 550px !important;
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
	}
	
	/* স্লাইডারের ছবি ঠিক করো */
	.banner-slider.owl-carousel .owl-item img {
		width: 100% !important;
		height: 100%;
		object-fit: cover;
		border-radius: 0;
	}
	
	/* সিঙ্গেল ব্যানার ক্লাস থাকলেও */
	.single-banner .hero-section {
		display: block !important;
		max-width: 1320px;
		margin: 20px auto;
	}
	
	.single-banner .slider-wrapper {
		height: 550px !important;
	}
	
	/* ব্যানারের নিচের ক্যাটাগরি কার্ডগুলো ঠিক রাখো */
	.banner-categories {
		margin: 10px auto;
	}
	
	.hero-slider .banner-categories img {
		max-width: 100px;
	}
}

/* ============================================
   (অপশনাল) স্লাইডার নেভিগেশন সুন্দর করা
   ============================================ */

.banner-slider.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	pointer-events: none;
}

.banner-slider.owl-theme .owl-nav button {
	pointer-events: auto;
	background: rgba(0, 0, 0, 0.5) !important;
	color: #fff !important;
	width: 45px;
	height: 45px;
	border-radius: 50% !important;
	font-size: 22px !important;
	transition: 0.3s ease;
}

.banner-slider.owl-theme .owl-nav button:hover {
	background: rgba(0, 0, 0, 0.8) !important;
	transform: scale(1.1);
}

.banner-slider.owl-theme .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.5) !important;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transition: 0.3s;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span {
	background: #fff !important;
	width: 35px;
	border-radius: 6px;
}