.post-hero{
	position: relative;
	overflow: hidden;
}

.post-content h2{
	padding-top: 155px;
    margin-top: -155px;
}

.post-hero::after{
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
	right: -280px;
	top: -280px;
	background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(239, 45, 50, 0.2) 0%, rgba(239, 45, 50, 0) 65%);
}

.post-hero::before{
	content: "";position: absolute;
	width: 500px;
	height: 500px;
	left: -280px;
	bottom: -280px;
	background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(239, 45, 50, 0.2) 0%, rgba(239, 45, 50, 0) 65%);
}

.hashtag{
	color: #07BD74;
}

.category-badge a{
	text-decoration: none;
	color: #fff;
}

.sidebar-details{
	position: sticky;
	top: 120px;
}

.ai-summery ul{
	list-style-type: none;
	display: flex;
	gap: 15px;
	padding-left: 0;
	margin-top: 15px;
	margin-bottom: 0;
}

.ai-summery ul li a{
	background-color: #ffffff;
	border: 1px solid #0000001A;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ai-summery ul li svg{
/* 	height: 25px; */
	width: 25px;
}

.blog-toc .bd_toc_header .bd_toc_header_title{
	font-weight: 400 !important;
}

h2{
	font-weight: 600 !important;
}

.note-section{
	border: 1px solid #0000001A;
	border-left: 3px solid #E42A2C;
	background-color: #F6F7FB;
	border-radius: 0 20px 20px 0;
	margin: 20px 0;
}

.latest-post-img{
	height: 210px;
	object-fit: cover;
}

.pre-footer-section{
	padding: 60px;
	overflow: hidden;
}

.pre-footer-img{
	position: absolute;
    bottom: 0;
    right: 0;
}

.pre-footer-section .sm-font{
	font-size: 16px;
}

.solution-wrapper .slick-dots li button{
	display: none;
}

.solution-wrapper .slick-dots li button::before{
	content: none;
}

.solution-wrapper .slick-dots{
	bottom: -40px;
}

.solution-wrapper .slick-dots li{
	height: 10px;
	width: 10px;
	background: #939393;
	border-radius: 10px;
}

.solution-wrapper .slick-dots li.slick-active{
	width: 20px;
	background: #262A37;
}

.letest-post-category{
	font-size: 14px;
}


@media (max-width: 1024px){
	.pre-footer-section{
		padding: 30px 30px 470px 30px;
	}
}

@media (max-width: 768px){
	.pre-footer-section{
		padding: 36px 12px 380px 12px;
	}
	
	.pre-footer-section .pre-footer-img img{
		height: 350px;
	}
	.ai-summery ul li svg{
		height: unset !important;
	}
	
	.sidebar-details{
		position: unset !important;
	}
	
	.pre-footer-section{
		border-radius: 16px !important;
		
	}
}