/* Blogs Hero Section */
#blogs-hero-section {
	margin-top: -105px;
}

#blogs-hero-section .banner-content {
	margin-top: 147px;
}

#blogs-hero-section .banner-content .banner-content-inner {
	max-width: 333px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#blogs-hero-section .banner-content .banner-content-inner h1 {
	margin-bottom: 20px;
}

#blogs-hero-section .banner-content .mobile-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	margin-top: 30px;
}

/* Search */
#blogs-hero-section .banner-content .mobile-filter .search-box {
	position: relative;
	flex: 1;
	max-width: 138px;
	width: 100%;
}

#blogs-hero-section .banner-content .mobile-filter .search-box input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #aaa;
	padding: 6px 25px 6px 10px;
	font-size: 12px;
	outline: none;
	background: #f8f8f8;
}

#blogs-hero-section .banner-content .mobile-filter .search-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

/* Sort */
#blogs-hero-section .banner-content .mobile-filter .sort-box {
	display: flex;
	align-items: center;
	gap: 6px;
	max-width: 150px;
	width: 100%;
}

#blogs-hero-section .banner-content .mobile-filter .sort-label {
	font-size: 14px;
	color: #2c3e50;
	white-space: nowrap;
}

#blogs-hero-section .banner-content .mobile-filter .sort-box select {
	border: none;
	max-width: 100px;
	width: 100%;
	background: #f3f3f3;
	padding: 6px 26px 6px 10px;
	font-size: 14px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23666' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 10px;
}

/* Blogs Box Section-section */
#blogs-box-section {
	margin-top: 50px;
}

#blogs-box-section .blog-list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#blogs-box-section .blogs-list .blogs-box {
	margin: auto;
	width: 100%;
}

#blogs-box-section .blogs-list .blogs-box .blogs-author p a,
#blogs-box-section .blogs-list .blogs-box .blogs-date p a {
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 0px;
	color: rgba(2, 36, 37, .43);
}

#blogs-box-section .blogs-list .blogs-box .blogs-img {
	max-width: 170px;
	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#blogs-box-section .blogs-list .blogs-box .blogs-img .blogs-arrow {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 16px;
}

#blogs-box-section .blogs-list .blogs-box .blogs-title h5 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 35px;
	min-height: 101px;
}

/* Common button style (reuse your existing styles) */
#blogs-box-section .custom-nav {
	background: #BED9F3;
	border-radius: 2px;
	width: 36px;
	height: 34px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
}

#blogs-box-section .custom-nav img {
	width: 8px;
}

/* Hover & active */
#blogs-box-section .custom-nav:hover,
#blogs-box-section .custom-nav:active,
#blogs-box-section .custom-nav.active {
	background-color: #022425;
}

#blogs-box-section .button-prev.custom-nav {
	margin-left: 10px;
}

#blogs-box-section .button-next.custom-nav {
	margin-left: 0px;
}

@media (min-width: 768px) {

	/* Blogs Hero Section */
	#blogs-hero-section .banner-content {
		margin-top: 177px;
	}

	#blogs-hero-section .banner-content .banner-content-inner {
		max-width: 791px;
	}

	#blogs-hero-section .banner-content .banner-content-inner h1 {
		margin-bottom: 20px;
	}

	#blogs-hero-section .banner-content .banner-content-inner p {
		max-width: 563px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		margin-top: 0px;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop {
		max-width: 927px;
		width: 100%;
		margin: auto;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop .alphabet-section {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop .sort-by {
		color: #2c3e50;
		font-size: 14px;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop .alphabet-list {
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
		gap: 18px;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop .alphabet-list li {
		font-size: 16px;
		color: #2c3e50;
		cursor: pointer;
		width: 36px;
		height: 25px;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop .alphabet-list li:hover {
		text-decoration: underline;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop .nav-arrow {
		background: #BED9F3;
		border-radius: 2px;
		width: 36px;
		height: 34px;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 9999;
	}

	/* Hover & active */
	#blogs-hero-section .banner-content .blogs-search-desktop .nav-arrow:hover,
	#blogs-hero-section .banner-content .blogs-search-desktop .nav-arrow:active,
	#blogs-hero-section .banner-content .blogs-search-desktop .nav-arrow.active {
		background-color: #022425;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop .nav-arrow img {
		width: 8px;
		height: 8px;
	}

	/* Search */
	#blogs-hero-section .banner-content .blogs-search-desktop .search-wrap {
		position: relative;
		width: 260px;
		margin: auto;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop .search-wrap input {
		width: 100%;
		border: none;
		border-bottom: 1px solid #aaa;
		padding: 6px 24px 6px 0;
		outline: none;
		font-size: 14px;
	}

	#blogs-hero-section .banner-content .blogs-search-desktop .search-icon {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	/* blogs-box-section */
	#blogs-box-section {
		margin-top: 120px;
	}

	#blogs-box-section .blog-list {
		max-width: 1336px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#blogs-box-section .blogs-list .blogs-box {
		margin: auto;
	}

	#blogs-box-section .blogs-list .blogs-box .blogs-author p a,
	#blogs-box-section .blogs-list .blogs-box .blogs-date p a {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
		color: rgba(2, 36, 37, 0.43);
	}

	#blogs-box-section .blogs-list .blogs-box .blogs-img {
		max-width: 313px;
		width: 100%;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#blogs-box-section .blogs-list .blogs-box .blogs-img .blogs-arrow {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
	}

	#blogs-box-section .blogs-list .blogs-box .blogs-title h5 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 70px;
		min-height: 160px;
	}

}