.sec-blog-post {
	padding: 180px 0;
}

.sec-blog-post .sec-title {
	color: var(--color-tertiary);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
}

.sec-blog-post .body-c {
	display: flex;
	gap: 50px;
	margin-top: 50px;
	justify-content: space-between;
}

.sec-blog-post .blog-c {
	width: 100%;
	margin: 0 0 0 auto !important;
}

.sec-blog-post .blog-img {
	width: 100%;
	margin: 20px auto 0;
	border-radius: 16px;
	max-width: 1000px;
	display: block;
}

.sec-blog-post .blog-info {
	color: #545454;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: 20px;
}

.sec-blog-post .blog-c h1,
.sec-blog-post .blog-c h2,
.sec-blog-post .blog-c h3 {
	color: #495883;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 10px;
}

.sec-blog-post .blog-c h4,
.sec-blog-post .blog-c h5,
.sec-blog-post .blog-c h6 {
	color: var(--color-tertiary);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 20px;
}

.sec-blog-post .blog-c,
.sec-blog-post .blog-c p {
	color: #545454;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0;
}

.sec-blog-post .blog-c a:not(.hs-button),
.sec-blog-post .blog-c a:not(.hs-button) * {
	color: var(--color-link) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.sec-blog-post .blog-c ul,
.sec-blog-post .blog-c ol {
	padding-left: 20px;
	list-style: auto;
	margin-bottom: 20px;
}

.sec-blog-post .blog-c ul img {
	max-width: 100%;
	border-radius: var(--bs-border-radius);
}

.sec-blog-post .nav-label {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.sec-blog-post .slick-nav {
	gap: 50px;
	justify-content: center;
	margin-top: 55px;
}

@media (max-width: 991px) {
	.sec-blog-post {
		padding-top: 140px;
	}
}


.sec-blog-post .img-circle {
	position: absolute;
	z-index: -1;
}

.sec-blog-post .img-circle.right {
	top: 0;
	right: 0;
}

.sec-blog-post .img-circle.left {
	top: 250px;
	left: 0;
}

.sec-blog-post .left-c {
	height: fit-content;
	position: sticky;
	top: 100px;
	width: 100%;
	max-width: 320px;
	box-shadow: -5px 9px 22px rgba(0, 0, 0, 0.06), -19px 35px 40px rgba(0, 0, 0, 0.05), -44px 78px 54px rgba(0, 0, 0, 0.03), -78px 138px 64px rgba(0, 0, 0, 0.01), -122px 216px 69px rgba(0, 0, 0, 0.00);
	border-radius: 8px;
	border: 1px solid #FFF;
	background: var(--color-background);
	padding: 15px;
	margin-top: 20px;
}

.sec-blog-post .index-c {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 30px;
}

.sec-blog-post .index-c a {
	color: #292929;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.sec-blog-post .mw-1000 {
	max-width: 1000px;
	margin: auto;
}


@media (max-width: 991px) {
	.sec-blog-post .img-circle {
		position: absolute;
		z-index: -1;
	}
	
	.sec-blog-post .img-circle.left {
		bottom: -150px;
	}
	
	.sec-blog-post .body-c {
		flex-direction: column-reverse;
	}
	
	.sec-blog-post .left-c {
		position: sticky;
		bottom: 0;
		width: calc(100% + 30px);
		max-width: none;
		margin: -15px;
	}
	
	.sec-blog-post .left-c .index-c,
	.sec-blog-post .left-c .social-icons {
		display: none !important;
	}
}


/* Top Banner UI */
.top-banner {
	display: none !important;
}

body:has(.top-banner) {
	padding-top: 0 !important;
}

@media (max-width: 991px) {
	body:has(.top-banner) header .hamburger-menu {
		top: 40px;
	}
}


.slick-nav .button, .slick-nav button {
	z-index: 80;
}

}
