.bv-sidebar-widget {
	background-color: #ffffff;
	border: 2px solid var(--color-main) !important;
	padding: 20px 15px;
	border-radius: 10px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
}

.bv-widget-title {
	font-size: 20px !important;
	font-weight: 700;
	color: #223148;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;
}

.bv-widget-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 2px;
	background-color: #e0e0e0;
}

.bv-post-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bv-post-list li {
	border-bottom: 1px solid #e1e4e8;
	margin-left: 0px !important;
}

.bv-post-list li:last-child {
	border-bottom: none;
}

.bv-post-list li a {
	display: block;
	padding: 8px 0;
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
	transition: color 0.3s ease;
}

.bv-post-list li a:hover {
	color: var(--color-chu);
}

.bv-select-css:focus {
	border-color: #111111;
}

.bv-box {
	background: var(--color-white);
	border-radius: 10px;
	border: 1px solid var(--color-chu);
	overflow: hidden;
}

.new_home .box-text-inner.blog-post-inner a.is-link {
	border: none;
	color: var(--color-chu);
	font-weight: bold;
	text-align: left;
	padding: 0;
	display: inline-flex;
	align-items: center;
	text-transform: none;
	font-size: 0.95rem;
	box-shadow: none;
	width: fit-content;
}

.new_home .post-item:hover .post-title a {
	color: var(--color-chu);
}

.new_home .post-item:hover {
	transform: translateY(-5px);
	transition: transform 0.4s ease;
}

.galary_img .gallery-col {
	padding: 0 10px 17px !important;
}

.galary_img h1 {
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: var(--color-chu);
	margin-bottom: 40px;
	font-size: 42px;
}

.new_home {
	margin-top: 20px;
}

.new_home .col:nth-child(1) .intro-header-wrapper {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-bottom: 10px;
}

.new_home .col:nth-child(1) {
	display: flex;
	width: 50%;
}

.new_home .intro-header-wrapper h3 {
	background: var(--color-main);
	height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px 0 20px;
	transform: skewX(-20deg);
	flex-grow: 1;
	max-width: 30%;
}

.new_home .post-item .col-inner {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border-radius: 10px !important;
	overflow: hidden;
}

.new_home .post-item {
	display: flex !important;
}

.new_home .box-blog-post .is-divider {
	display: none;
}

.new_home .box-blog-post .post-title {
	color: var(--color-black);
	margin-bottom: 20px !important;
}

.new_home .box-text.text-center {
	text-align: left;
	color: var(--color-black);
	padding: 12px;
}

.new_home .button.primary {
	background: var(--color-main);
}

.new_home h3 {
	color: var(--color-chu);
	font-size: 42px;
	text-align: center;
}

.new_home .ux-relay__button {
	font-size: 15px;
	border-radius: 13px;
	padding: 0px 30px;
	background: var(--color-main);
}

.bv-header {
	padding: 12px 16px;
	font-weight: 700;
	border-bottom: 1px solid var(--color-chu);
	font-size: 15px;
	color: var(--color-black);
}

.bv-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
	transition: background 0.25s;
}

.bv-row:last-child {
	border-bottom: none;
}

.bv-img {
	position: relative;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

.bv-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.bv-number {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 22px;
	height: 22px;
	background: var(--color-chu);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.bv-info {
	flex: 1;
}

.bv-title-post {
	font-size: 14px;
	font-weight: 600;
	color: var(--color-black);
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bv-row:hover .bv-title-post {
	color: var(--color-chu);
}

.bv-date {
	font-size: 12px;
	color: #888;
	margin-top: 4px;
}

.blog-wrapper.blog-single .entry-title {
	color: var(--color-chu);
}

.blog-wrapper.blog-single h3,
.blog-wrapper.blog-single h2,
.blog-wrapper.blog-single h1 {
	color: var(--color-chu);
}
.blog-single .badge.absolute{
	display:none;
}
#comments {
	display: none;
}


.page-wrapper, .blog-wrapper {
    overflow-x: clip !important;
}

.post-sidebar #secondary {
    position: -webkit-sticky !important;
    position: sticky;
    top: 120px;
    height: max-content;
    z-index: 10;
    transition: top 0.3s ease;
}