.fixed-back-navigation {
	background-color: #fff;
	top: 80px;
	position: sticky;
	width: 100%;
	z-index: 100;
	transition: border-bottom 0.3s ease;
	margin-bottom: 20px;
}

.fixed-back-navigation.scrolled {
	border-bottom: 1px solid #d2d6db;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
span {
	font-family: 'Poppins', system-ui !important;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 16px;
	margin-bottom: 8px;
}
.blog-content h2 {
	font-size: 24px !important;
	margin-top: 16px;
	margin-bottom: 8px !important;
}

/* single blog css */

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 16px;
	margin-bottom: 16px;
}

h3,
h3 b,
h4,
h4 strong {
	font-size: 16px;
	color: #2b2c2d;
}

a span {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500 !important;
	color: #e66d70;
}
h4 span {
	font-size: 16px;
	color: #5c5c5c;
}

li b,
li strong {
	font-weight: 600;
	color: #5c5c5c;
}

p span,
p span b {
	font-size: 16px;
	color: #5c5c5c;
}

.blog-header {
	display: flex;
	flex-direction: column;
	gap: 12px;
	/* margin-top: 20px; */
}

.blog-publish-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}

.blog-sub {
	font-size: 16px;
	font-weight: 400;
	color: #5c5c5c;
}

.blog-date {
	gap: 8px;
}

.blog-date svg {
	width: 20px;
	height: 20px;
	stroke: #5f6368;
}
.blog-publish-wrapper {
	margin-bottom: 32px;
}
.blog-publish-wrapper p {
	font-size: 16px;
	font-weight: 400;
	color: #5c5c5c;
}

.date-br {
	border-left: 1px solid #5c5c5c;
	width: 1px;
	height: 22px;
	margin: 0;
	padding: 0;
}

.feature-image-desktop {
	width: 100%;
	object-fit: contain;
}

/* similar blogs */

.similar-section {
	position: sticky;
	top: 160px;
}

.similar-section .main-heading {
	font-size: 20px;
}

.similar-blogs {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.blog-card-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.blog-image {
	border-radius: 4px;
	box-shadow: 0px 4px 30.4px 0px #2c2d5e26;
	overflow: hidden;
}

.blog-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.similar-blog-date {
	gap: 12px;
}

.similar-blog-date svg {
	stroke: #5f6368;
	width: 20px;
	height: auto;
}
.similar-blog-date p {
	font-size: 14px;
	color: #5c5c5c;
}

.similar-blog-title {
	font-size: 16px;
	font-weight: 600;
	color: #2b2c2d;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.similar-blog-desc {
	font-size: 14px;
	font-weight: 400;
	color: #5c5c5c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* content */

.blog-content {
	margin-top: 32px;
}
.blog-content p {
	font-size: 16px;
	font-weight: 400;
}
.blog-content p a {
	text-decoration: none;
}
.blog-content p a span {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500 !important;
	color: #e66d70;
}
.blog-content p a span:hover {
	font-weight: 600;
	color: #018f83;
	text-decoration: underline;
}
.blog-content p a {
	text-decoration: none;
	font-size: 16px;
	/* font-weight: 500 !important; */
	color: #e66d70;
}
.blog-content p a:hover {
	/* font-weight: 600; */
	color: #018f83;
	text-decoration: underline;
}

.feature-image-desktop {
	/* max-height: 500px; */
	width: 100%;
	height: auto;
}

.size-full {
	max-height: 400px;
}

#menu-item-252 a {
	color: #018f83 !important;
	font-weight: 600;
	border-bottom: 2px solid #018f83 !important;
}

img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 1200px) {
	.portfolio-sections .gx-lg-5 {
		--bs-gutter-x: 72px;
	}
}

@media (max-width: 991px) {
	/* navbar */
	.fixed-back-navigation {
		top: 70px;
	}
}
