.single-blog-container{
    max-width:1400px;
    margin:0 auto;
    padding:80px 20px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 380px;
    gap:50px;
}
.single-blog-main{
    min-width:0;
}
.single-blog-sidebar{
    width:100%;
}
@media (max-width:1024px){

    .single-blog-container{
        grid-template-columns:1fr;
    }

}
.single-breadcrumb{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:8px;
	margin-bottom:24px;
	font-family:"DM Sans", sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.5;
	color:#666666;
}
.single-breadcrumb a{
	color:#666666;
	text-decoration:none;
	transition:color .25s ease;
}
.single-breadcrumb a:hover{
	color:#6520B3;
}
.breadcrumb-separator{
	color:#B5B5B5;
}
.breadcrumb-current{
	color:#6520B3;
	font-weight:500;
}
.single-post-header{
	margin-bottom:40px;
}
.single-post-title{
    margin: 0 0 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #4E1A8A;
}
.single-post-meta{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:16px;
	font-family:"DM Sans",sans-serif;
	font-size:15px;
	color:#666666;
	margin-bottom: 20px;
}
.single-post-author,
.single-post-date{
	display:flex;
	align-items:center;
	gap:5px;
}
.meta-label{
	font-weight:500;
	color:#555555;
}
.meta-value{
	font-weight:600;
	color:#000;
}
.single-post-categories{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.single-post-category{
	display:inline-flex;
	align-items:center;
	padding:6px 14px;
	border-radius:20px;
	background:#F4EEFF;
	color:#6520B3;
	text-decoration:none;
	font-size:13px;
	font-weight:600;
	transition:all .25s ease;
}
.single-toc{
	margin-bottom:40px;
	border-radius:12px;
	background:#F9F5FF;
	overflow: hidden;
}
.single-toc-title{
	margin:0 0 20px;
	font-size:24px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    background: #4E1A8A;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
}
.single-toc-list{
	list-style:none;
    padding: 0 20px 20px;
    margin: 0;
}
.single-toc-list li{
	margin:15px 0;
}
span.toc-text {
    text-decoration: underline;
}
.single-toc-list a{
	display:flex;
	gap:10px;
	text-decoration:none;
	color:#3D3D3D;
}
.toc-number{
	font-weight:700;
	color:#6520B3;
}
.toc-h3{
	padding-left:35px;
}
.single-post-thumbnail{
	margin-bottom:35px;
	border-radius:16px;
	overflow:hidden;
}
.single-post-image{
	display:block;
	width:100%;
	height:auto;
}
.single-post-body p{
	margin:0 0 24px;
	font-family:"DM Sans",sans-serif;
	font-size:16px;
	line-height:24px;
	color:#424242;
}
.single-post-body ul, .single-post-body ol{
	font-family:"DM Sans",sans-serif;
	font-size:16px;
	line-height:24px;
	color:#424242;
}
.single-post-body h2{
	margin:50px 0 20px;
	font-size:36px;
	font-weight:600;
	line-height:1.3;
	color:#4E1A8A;
	font-family: "Montserrat", Sans-serif
}
.single-post-body h3{
	margin:40px 0 18px;
	font-size:28px;
	font-weight:600;
	line-height:1.35;
	color:#4E1A8A;
	font-family: "Montserrat", Sans-serif
}
.single-post-body h4{
	margin:30px 0 16px;
	font-size:24px;
	font-weight:600;
	line-height:1.4;
	color:#4E1A8A;
	font-family: "Montserrat", Sans-serif
}
.single-post-body ul,
.single-post-body ol{
	margin:0 0 24px 24px;
}
.single-post-body li{
	margin-bottom:10px;
}
.single-post-body img{
	width:100%;
	height:auto;
	border-radius:15px!important;
}
.single-post-body table{
	width:100%;
	border-collapse:collapse;
	margin:30px 0;
}
.single-post-body table th,
.single-post-body table td{
	padding:14px;
	border:1px solid #E5E5E5;
}
.single-post-body a{
	color:#6520B3;
	text-decoration:underline;
}
.single-post-body a:hover{
	text-decoration:none;
}
.sng-ai-shr {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.single-ai-summarize-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.single-ai-summarize-links a{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.single-ai-summarize-links a::after{
	content:attr(data-tooltip);
	position:absolute;
	bottom:calc(100% + 10px);
	left:50%;
	transform:translateX(-50%) translateY(5px);
	padding:6px 10px;
	background:#4E1A8A;
	color:#fff;
	font-size:12px;
	font-weight:500;
	line-height:1;
	border-radius:6px;
	white-space:nowrap;
	opacity:0;
	visibility:hidden;
	transition:.25s ease;
	pointer-events:none;
	z-index:999;
}
.single-ai-summarize-links a::before{
	content:"";
	position:absolute;
	bottom:calc(100% + 4px);
	left:50%;
	transform:translateX(-50%);
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #4E1A8A;
	opacity:0;
	visibility:hidden;
	transition:.25s ease;
	pointer-events:none;
}
.single-ai-summarize-links a:hover::after,
.single-ai-summarize-links a:hover::before{
	opacity:1;
	visibility:visible;
}
.single-ai-summarize-links a:hover::after{
	transform:translateX(-50%) translateY(0);
}
.single-ai-summarize svg path {
    fill: #4E1A8A;
}
.shr-txt p, .single-ai-summarize-label {
	display: block;
    margin-bottom: 20px;
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 600;
}
.single-blog-social-share {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.single-blog-social-share svg {
    width: 20px;
    fill: #4E1A8A;
	position: relative;
	top: 5px;
}
.single-post-navigation{
	display:flex;
	justify-content:space-between;
	gap:30px;
	margin:60px 0;
	padding:30px 0;
}
.post-nav-item{
	flex:1;
	text-decoration:none;
	color:#222;
	transition:.3s;
}
.post-nav-prev{
	text-align:left;
}
.post-nav-next{
	text-align:right;
}
.post-nav-label{
	display:flex;
	align-items:center;
	gap:8px;
	font-size:20px;
	font-weight:600;
	color:#6520B3;
	margin-bottom:12px;
}
.post-nav-next .post-nav-label{
	justify-content:flex-end;
}
.post-nav-prev .post-nav-title{
	margin-block:0;
	font-size:14px;
	font-weight:600;
	line-height:1.5;
	color:#424242;
	transition:.3s;
	margin-left: 27px;
}
.post-nav-next .post-nav-title{
	margin-block:0;
	font-size:14px;
	font-weight:600;
	line-height:1.5;
	color:#424242;
	transition:.3s;
	margin-right: 27px;
}
.post-nav-item:hover .post-nav-title{
	color:#6520B3;
}
.single-related-posts{
	margin-top:80px;
}
.related-posts-grid .blog-card {
    overflow: hidden;
    border-radius: 15px;
    background: #F9F5FF;
}
.related-posts-grid .blog-card-content {
    padding: 20px;
}
.related-posts-grid .blog-card-meta, .related-posts-grid .blog-share {
    display: none;
}
.related-posts-title {
	font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
	color: #424242;
}
.related-posts-grid h2.blog-card-title{
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 3);
    word-break: break-word;
    margin: 0;
}
.related-posts-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
}
.related-posts-grid img {
    height: 200px;
    object-position: top center;
}
.related-posts-grid a {
    color: #4E1A8A;
}
.related-posts-grid a.blog-read-more {
    display: inline-block;
    margin-top: 15px;
	margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
	position: relative;
}
.related-posts-grid a.blog-read-more:before {
    content: '';
    width: 0;
    position: absolute;
    height: 2px;
    background: #4E1A8A;
    bottom: -5px;
    transition: 0.3s;
}
.related-posts-grid a.blog-read-more:after {
    content: '>';
    margin-left: 5px;
    font-weight: 600;
    position: relative;
	transition: 0.3s;
}
.related-posts-grid a.blog-read-more:hover:after {
	margin-left: 10px;
}
.related-posts-grid a.blog-read-more:hover:before {
	width: 100%;
}
@media (max-width:1024px){
	.related-posts-grid{
		grid-template-columns:repeat(2,1fr);
	}
}
@media (max-width:767px){
	.related-posts-grid{
		grid-template-columns:1fr;
	}
}
h4.ath-mnhd {
    margin: 60px 0 20px;
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.single-author-box{
	display:flex;
	align-items:center;
	gap:40px;
	padding:20px;
	background:#F9F5FF;
	border-radius:20px;
}
.single-author-photo{
	flex:0 0 180px;
}
.author-image{
	display:block;
	width:180px;
	height: 250px;	
	object-fit:cover;
	border-radius:10px;
}
.single-author-content{
	flex:1;
}
.author-name{
	margin:0 0 10px;
	font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.author-designation{
	margin-bottom: 18px;
    color: #6520B3;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}
.author-bio{
	margin-bottom: 25px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 70px;
}
.author-footer{
	display:flex;
	justify-content:start;
	align-items:center;
	gap:18px;
}
.author-profile-button{
    display: inline-flex;
    align-items: center;
    color: #6520B3;
    text-decoration: none;
    border-radius: 8px;
    transition: .3s;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
    background: #fff;
    padding: 5px 5px 5px 15px;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    gap: 10px;
}
.author-profile-button:after {
    content: '↗';
    background: #6520B3;
    color: #fff;
    padding: 1px 6px;
    border-radius: 5px;
}
.author-social{
	display:flex;
	gap:18px;
	flex-wrap:wrap;
}
.author-social svg {
    width: 30px;
    height: 30px;
    fill: #6520B3;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}
.sidebar-latest-posts {
    margin-top: 50px;
    background: #F9F5FF;
    border: 1px solid #EAECF0;
    border-radius: 15px;
    padding: 20px;
}
h3.sidebar-title {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
	color: #4E1A8A;
}
.sidebar-latest-posts ul {
    padding-left: 20px;
    margin-top: 20px;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	list-style: none;
}
.sidebar-latest-posts ul li:last-child {
    margin-bottom: 0;
}
.sidebar-latest-posts ul li {
    margin-bottom: 10px;
	position: relative;
}
.sidebar-latest-posts ul li ::before {
    content: "›";
    position: absolute;
    left: -12px;
    font-size: 25px;
    font-weight: 400;
    color: #555;
}
.sidebar-latest-posts ul li a {
    color: #515151;
    transition: 0.3s;
}
.sidebar-latest-posts ul li a:hover {
    color: #4E1A8A;
}
.sidebar-categories {
	border: 1px solid #DEDEDE;
    border-radius: 15px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 10px #0001;
}
h3.sidebar-widget-title {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
	color: #4E1A8A;
}
.sidebar-categories ul {
	padding-left: 20px;
    margin-top: 20px;
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    list-style: none;
}
.sidebar-categories ul li:last-child {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
.sidebar-categories ul li {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
}
.sidebar-categories ul li ::before {
    content: "›";
    position: absolute;
    left: -12px;
    font-size: 25px;
    font-weight: 400;
    color: #555;
}
.sidebar-categories ul li a {
    color: #515151;
    transition: 0.3s;
}
.sidebar-categories ul li a:hover {
    color: #4E1A8A;
}
.single-blog-sidebar{
    position: sticky;
    top: -1000px;
    align-self: flex-start;
}
.author-page{
	max-width:1400px;
    margin:0 auto;
    padding:80px 20px;
}
.author-header {
    display: flex;
    align-items: center;
    gap: 40px;
	margin-bottom: 40px;
}
.author-header-image, .author-header-content {
    width: 50%;
}
.author-header-image {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background: #f5f5f5;
}
.author-header-image::before {
	content: "";
	position: absolute;
	inset: -30px;
	background-image: var(--author-bg-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(25px);
	transform: scale(1.08);
	opacity: 0.45;
}
.author-page-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 500px;
	object-fit: contain;
	object-position: center;
}
.author-title {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #0F0F0F;
    margin: 0 0 15px;
    line-height: 50px;
}
.author-page-designation {
    font-family: "DM Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #6520B3;
    margin-bottom: 35px;
	text-transform: capitalize;
}
.author-excerpt, .author-content {
    line-height: 24px;
    color: #424242;
}
.author-page-social {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.author-page-social-mb {
	display: none;
}
.author-page-social svg, .author-page-social-mb svg {
    width: 40px;
    height: 40px;
    background: #ffffff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0px #00000012;
    fill: #6520B3;
	border: 1px solid #EAECF0;
}
.author-hover-wrapper{
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:5px;
}
.author-trigger{
	cursor:pointer;
	text-decoration: underline;
}
.author-hover-card{
	position:absolute;
	display:flex;
    flex-direction:column;
    align-items:center;
	top:calc(100% + 10px);
	left:0;
	width:280px;
	padding:20px;
	background:#ffffff;
	border-radius:16px;
	box-shadow:0 10px 40px rgba(0,0,0,.12);
	opacity:0;
	visibility:hidden;
	transform:translateY(10px);
	transition:.25s ease;
	z-index:999;
}
.author-hover-wrapper:hover .author-hover-card{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}
.author-hover-avatar{
	width: 100%;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}
.author-hover-name{
	text-align: center;
	font-size:18px;
	font-weight:700;
	margin-bottom:6px;
	color: #6520B3;
    font-family: 'Montserrat', sans-serif;
}
.author-hover-designation{
	font-size:14px;
	color:#424242;
	margin-bottom:15px;
}
.author-hover-social{
	display:flex;
	align-items:center;
	gap:15px;
}
.author-hover-social a{
	display:flex;
	align-items:center;
	justify-content:center;
}
.author-hover-social svg {
    width: 35px;
    height: 35px;
    fill: #6520B3;
    background: #fff;
    padding: 5px;
    border: 1px solid #EAECF0;
    border-radius: 5px;
    box-shadow: 0 4px 5px #e9e9e9;
}
.author-hover-image {
    position: relative;
}
.author-hover-image:before {
    content: '';
    position: absolute;
    top: -17%;
    left: 50%;
    width: 15px;
    height: 15px;
    background: #fff;
    rotate: 45deg;
}
.sidebar-cta {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
}
.sidebar-bk-card {
    background: #fff;
    border: 1px solid #eceaf0;
    border-radius: 20px;
	overflow: hidden;
}
.sidebar-cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 40px;
	font-weight: 600;
    margin: 0 0 15px;
}
.sidebar-bk-card .sidebar-cta-title {
	padding: 15px;
    background: #F9F5FF;
	color: #4E1A8A;
    border-bottom: 1px solid #eaecf0;
}
.sidebar-cta-text {
    padding-inline: 20px;
    color: #424242;
}
.sidebar-cta-bk {
    background: #6520B3;
    color: #fff;
    font-family: 'Inter', sans-serif;
    padding: 10px 24px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 8px;
    width: 90%;
	border: 1px solid #6520b3;
    transition: 0.3s;
	font-size: 14px;
    font-weight: 500;
}
.sidebar-cta-bk:hover {
    color: #6520b3;
    background: transparent;
}
.sidebar-asmt-card {
    background: linear-gradient(0deg, #dac4f4 0%, #5d1da6 100%);
    padding: 20px;
    border-radius: 15px;
	display: none;/*temporarily hiding*/
}
.sidebar-asmt-card .sidebar-cta-title {
    color: #fff;
}
.sidebar-cta-asmt {
    background: #fff;
	width: 100%;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    color: #6520B3;
    font-family: 'Inter', sans-serif;
	box-shadow: 0 4px 10px #0002;
	font-size: 14px;
    font-weight: 500;
}
.sidebar-cta-asmt:hover{
	color: #6520b3;
}
@media screen and (max-width: 767px){
	.single-blog-container{
		padding: 40px 20px 80px;
	}
	.single-breadcrumb{
		font-size: 12px;
	}
	.single-post-title{
		margin: 0 0 27px;
		font-size: 30px;
		line-height: 1.4;
	}
	.single-post-meta{
		font-size: 14px;
	}
	.single-toc-title{
		font-size: 20px;
		padding: 10px;
	}
	.single-toc-list span {
		font-size: 14px;
	}
	.single-post-body p, .single-post-body h2, .single-post-body h3, .single-post-body h4, .single-post-body h5, .single-post-body h6{
		text-align: left;
	}
	.single-post-body h2{
		margin: 50px 0 10px;
    	font-size: 30px;
	}
	.single-post-body h3{
		font-size: 20px;
	}
	.sng-ai-shr{
		padding-top: 10px;
    	padding-bottom: 30px;
	}
	.shr-txt p, .single-ai-summarize-label{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.single-ai-summarize-links{
		gap: 12px;
	}
	.single-blog-social-share{
		align-items: center;
		gap: 12px;
		margin-top: 11px;
	}
	.single-blog-social-share svg, .single-ai-summarize-links svg{
		width: 18px;
		top: 0px;
	}
	.author-hover-card{
		width: 220px;
		padding: 15px 15px 20px;
	}
	.author-hover-image:before{
		top: -15%;
	}
	.author-hover-name{
		font-size: 16px;
	}
	h4.ath-mnhd{
		font-size: 16px;
		margin: 40px 0 20px;
	}
	.single-author-photo{
		margin-right: auto;
	}
	.author-image{
		width: 400px;
		height: 240px;
		object-position: top;
	}
	.author-name{
		font-size: 25px;
	}
	.single-author-box{
		flex-direction: column;
		gap: 25px;
		padding: 15px 15px 20px;
		border-radius: 10px;
	}
	.post-nav-next .post-nav-label{
		justify-content:flex-end;
	}
	.post-nav-prev .post-nav-title, .post-nav-next .post-nav-title{
		font-size: 12px;
		display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	.post-nav-sprt{
		width: 1px;
		height: auto;
		background: #ddd;
	}
	.post-nav-label svg{
		top: 2px;
		position: relative;
	}
	.single-related-posts{
		margin-top: 50px;
	}
	.related-posts-title{
		font-size: 1.75rem;
	}
	.single-sidebar {
		display: flex;
		flex-direction: column;
	}
	.sidebar-categories{
		order: 2;
    	margin-top: 30px;
	}
	.single-blog-sidebar{
		width: auto;
		position: relative;
		top: 0;
	}
	.sidebar-latest-posts{
		margin-top: 30px;
		order: 1;
	}
	.sidebar-cta{
		gap: 30px;
    	margin-top: 0;
        order: 0;
	}
	.author-page{
		padding: 40px 20px 80px;
	}
	.author-header{
		flex-direction: column;
		margin-bottom: 0;
		gap: 25px;
	}
	.author-page-image{
		height: 350px;
	}
	.author-title{
		font-size: 30px;
		line-height: 45px;
	}
	.author-page-designation{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.author-page-social{
		display: none;
	}
	.author-page-social-mb{
		display: flex;
		gap: 20px;
		margin-top: 40px;
	}
	.author-header-image, .author-header-content{
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.single-sidebar {
		display: flex;
		flex-direction: column;
	}
	.sidebar-categories {
		order: 2;
		margin-top: 50px;
	}
	.sidebar-latest-posts {
		order: 1;
	}
	.sidebar-cta {
		flex-direction: row;
		gap: 30px;
	}
	.sidebar-asmt-card {
		display: none;/*temporarily hiding*/
		flex-direction: column;
		justify-content: space-between;
	}
}