section.blog-banner {
    background: #f5f5f2;
    margin-top: 138px;
/*     padding: 50px 0; */
    max-width: 1500px;
    margin: auto;
    border-radius: 50px;
    margin-top: 150px;
}
.blog-banner-img img {
    width: 100%;
}
section.blog-banner .row-flex {
    align-items: center;
}
.blog-banner-text img {
    width: 240px;
}
.post-box-content {
    text-align: left;
}
.ctm-container {
	max-width: 1224px;
	padding: 0 15px;
	margin: 0 auto;
}
.blog-banner-text h1 {
	font-size: 50px;
	color: #244464;
	font-weight: 600;
}
.blog-banner-text p {
	margin: 0px;
	color: #52595F;
	font-size: 20px;
}

.featured-image img {
	width: 100%;
	height: fit-content;
	border-radius: 10px;
}
.featured-image {
	padding-right: 30px;
}
.featured-content {
	padding-left: 30px;
}
section.featured-blog .row-flex {
	align-items: center;
}
.featured-content h4 {
	color: #000B14;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	margin: 0px;
}
span.date {
	display: block;
	color: #52595F;
	font-size: 18px;
	margin: 10px 0px;
}
.featured-content h2 {
	font-size: 46px;
	color: #000B14;
	line-height: 60px;
	font-weight: 700;
}
.featured-content p {
	color: #52595F;
	font-size: 16px;
	line-height: 30px;
}
a.blog-primary-btn {
	background: #244464;
	color: #fff;
	font-size: 16px;
	padding: 6px 25px;
	display: inline-block;
	border-radius: 10px;
	margin-top: 20px;
	border:solid 2px #244464;
}
section.pd-top {
	padding: 50px 0px 30px;
}
a.blog-primary-btn:hover {
	background: none;
	color: #244464;
}
a {
	text-decoration: none !important;
	transition: 0.5s;
}

h2.sec-title {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
}
.post-img img {
	width: 100%;
}
.post-img {
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
}
.post-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	object-position: top;
}
.blog-box {
	padding: 12px;
	border-radius: 15px;
	box-shadow: 0px 0px 16px -10px #c7c7da;
	height: 100%;
	background-color:#fff;
}
div#home_blogs .button_align.align_center {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.blog-box:hover .post-img img {
	transform: scale(1.2);
}
.blog-box h4 {
	font-size: 20px;
}

.post-box-content p {
	color: #52595F;
	font-size: 15px;
}

.post-box-content a {
	color: #1DA483;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	align-items: center;
	column-gap: 15px;
	margin-top: 22px;
}
.post-box-content span.date {
	margin-top: 20px;
	margin-bottom: 5px;
}
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	align-items: center;
}
.pagination .current, .pagination a:not(.pagination .next) {
	box-shadow: 0px 0px 16px -10px #535364;
	display: block;
	padding: 4px 14px;
	margin: 0px 7px;
	border-radius: 5px;
	font-size: 16px;
	color: #636363;
}
span.page-numbers.current, a.ajax-page-link.active {
	background: #1DA483;
	color: #fff !important;
}
.prev-button, .next {
	margin: 0px 10px;
	font-size: 16px;
	color: #636363;
}
.prev-button, .next-button {
	box-shadow: unset !important;
}
.resources-box .post-img {
	height: 490px;
}
.heading-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.heading-flex a {
	color: #1da483;
	text-transform: uppercase;
	font-weight: 600;
	align-items: center;
}
.resources-box {
	margin-top: 20px;
}

.news-img img {
	width: 100%;
	border-radius: 15px;
	height: 100%;
	object-fit: cover;
}
.news-img {
	height: 200px;
	overflow: hidden;
	border-radius: 15px;
}
.news-item {
	padding: 12px;
	border-radius: 15px;
	box-shadow: 0px 0px 16px -10px #c7c7da;
	position: relative;
}
.news-content h3 {
	color: #191919;
	font-size: 22px;
	line-height: 30px;
}
.cols-8.left-news .news-item {
	display: flex;
	align-items: center;
	column-gap: 30px;
	margin-bottom: 25px;
}
.cols-8.left-news .news-img {
	width: 30%;
}
.cols-8.left-news .news-content {
	width: 70%;
}
.news-item p {
	color: #616161;
	line-height: 30px;
	font-size: 15px;
}
a.news-read-btn {
	background-color: #149B7B;
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.cols-4.right-news h3 {
	margin-top: 20px;
}
a.news-read-btn img {
	width: 22px;
}
.cols-4.right-news .news-meta {
	margin-top: 35px;
}
.news-meta {
	margin-top: 32px;
}
section#all_blogs .blog-box {
	min-height: 482px;
	position: relative;
}
section#all_blogs .blog-box a {
	position: absolute;
	bottom: 14px;
}

/* single page css */
.single-blog-container {
	max-width: 1120px;
	margin: auto;
	padding: 0px 20px;
}
.single-content h1 {
	font-size: 45px;
	color: #000B14;
	font-weight: 700;
}
.single-content {
	background: #FCFCFA;
	padding: 60px;
	position:relative;
	border-radius: 30px;
}
section.single-blog p, section.single-blog li {
	color: #52595F;
	line-height: 30px;
}
section.sign-up-sec .signup-container {
	max-width: 100%;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
.single section.single-blog ul li, .single section.single-blog ol li {
    list-style: disc;
    margin: 6px 0px;
    line-height: 30px;
    margin-left: 20px;
}
.single ol li {
    list-style: unset;
}
.blog-banner-text .blog-links {
    text-align: left;
    padding-top: 30px;
}
.blog-banner-text .blog-links a {
    padding: 0px 30px 0px 0px;
}
html {
  scroll-behavior: smooth;
}
.ctm-icon-box {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.ctm-icon-box h5 {
	margin: 0px;
	font-size: 17px;
	text-transform: capitalize;
	color: #000000;
	font-weight: 600;
}
.ctm-icon-box i {
	display: flex;
	width: 40px;
	height: 40px;
	background-color: #ececec;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #00000063;
	font-size: 20px;
}
span.date {
	font-size: 16px;
	color: #6D6D6D;
}
.single-meta {
	border-top: solid 1px #00000012;
	border-bottom: solid 1px #00000012;
	margin-top: 30px;
}
.single-content img {
	width: 100% !important;
	border-radius: 20px;
	height: fit-content !important;
	margin: 40px 0px;
}
div#home_blogs .ctm-container, div#home_blogs .column.mcb-column.mcb-item-wa0x2nwir.one.column_fancy_heading {
    padding: 0px;
}
.blog-socials {
	display: flex;
	column-gap: 20px;
	justify-content: end;
}
.blog-socials a {
	color: #000000a1;
}
.single-full-content h1, .single-full-content h2, .single-full-content h3, .single-full-content h4, .single-full-content h6 {
    font-size: 25px;
    margin: 20px 0;
    color: #06284d;
	font-weight: 600;
}
h3#reply-title, .related-post h2.sec-title {
	font-size: 30px !important;
	color: #244464 !important;
	font-weight: 600;
	text-transform: unset;
}
.related-post {
    padding: 50px 0px;
}
.blog-comment {
	padding-top: 50px;
}
div#respond {
	border: none !important;
}
form#commentform input:not(form#commentform input[type="submit"]), form#commentform textarea {
	border: none;
	background: #fcfcfa;
	box-shadow: unset;
	padding: 15px 10px;
	border: solid 1px #00000033;
}
form#commentform textarea {
	height: 150px !important;
}
#respond .form-submit input[type=submit] {
	float: none !important;
	padding: 15px 30px;
	font-size: 18px;
	margin-top: 15px !important;
}
.align-center{
	align-items:center;
}
.blog-links {
    text-align: right;
}
.blog-links a {
    color: #1DA483;
    padding-left: 20px;
    font-size: 16px;
}
.single-meta.meta-bottom {
    border-bottom: none;
    padding-top: 20px;
    margin-top: 50px;
}
.pld-dislike-wrap.pld-common-wrap {
    display: none !important;
}
.pld-like-wrap.pld-common-wrap {
    display: flex;
    align-items: center;
    height: 40px;
}
.pld-like-wrap.pld-common-wrap img {
    width: 21px;
    margin: 0px;
}
.pld-like-wrap.pld-common-wrap a {
    height: fit-content !important;
}
.pld-like-dislike-wrap.pld-custom {
    position: absolute;
    bottom: 57px;
}
.post-comment-like {
    padding-left: 70px;
}
section#media .post-img img {
    object-position: left !important;
}
section#media .post-img {
    height: 440px !important;
}
.blog-links-new {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
.blog-links-new a {
    color: #244464;
    display: block;
    border: solid 1px #244464;
    padding: 3px 20px;
    border-radius: 50px;
    width: 80px;
    text-align: center;
}
.blog-links-new a:hover {
    color: #fff;
    background-color: #244464;
}

/* Row Flex Container */
.row-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px; /* Negative margin to compensate padding */
	column-gap: 5px;
}

/* Column Base */
[class*="cols-"] {
	box-sizing: border-box;
	padding: 8px; /* Acts like gutter */
}

/* Adjusted Widths to account for 16px gap (8px left + 8px right) */
.cols-1 { width: 8%; }
.cols-2 { width: 16%; }
.cols-3 { width: 24%; }
.cols-4 { width: 33%; }
.cols-5 { width: 40%; }
.cols-6 { width: 48%; }
.cols-7 { width: 56%; }
.cols-8 { width: 66.5%; }
.cols-9 { width: 72%; }
.cols-10 { width: 80%; }
.cols-11 { width: 88%; }
.cols-12 { width: 96%; }

/* Stack Columns on Small Screens */
@media (max-width: 768px) {
	.cols-1,
	.cols-2,
	.cols-3,
	.cols-4,
	.cols-5,
	.cols-6,
	.cols-7,
	.cols-8,
	.cols-9,
	.cols-10,
	.cols-11,
	.cols-12 {
		width: 100%;
	}



	.blog-banner-text h1 {
		font-size: 35px;
	}
	.featured-content {
		padding-left: 0px;
	}
	h2 {
		font-size: 25px !important;
		line-height: normal !important;
	}
	.featured-content h4 {
		font-size: 18px;
		margin: 0px 0px 18px;
	}
	h2.sec-title {
		width: 60%;
		font-size: 22px !important;
	}
	.news-item {
		display: block !important;
	}
	.news-img, .news-content {
		width: 100% !important;
	}
	.news-content h3 {
		margin: 10px 0px;
	}
	section#all_blogs .post-img {
		height: 300px;
	}
	.single-content {
		padding: 20px;
	}
	.single-top-content h1 {
		font-size: 25px;
	}
	.ctm-icon-box, .blog-socials {
		justify-content: start;
	}
	.single-full-content h2, .single-full-content h3, .single-full-content h4 {
		font-size: 20px;
	}
	.pld-like-dislike-wrap.pld-custom {
		margin: 0px;
		bottom: 72px;
	}
	.blog-links {
		text-align: left;
	}
	.blog-links a {
		padding-left: 0px;
		padding-right: 10px;
		font-size: 12px;
	}
	section#all_blogs .blog-box {
		height: unset !important;
	}
	section#all_blogs .blog-box a {
		position: unset;
	}
	section.blog-banner {
		margin-top: 80px;
		border-radius: 0px;
	}
	.blog-banner-img img {
        padding: 20px;
        height: auto;
        width: 100% !important;
    }
	.blog-links-new a {
		padding: 5px 10px;
		width: unset;
	}
	.blog-links-new {
		column-gap: 12px;
		padding: 10px;
	}
}

@media (min-width: 767px) and (max-width: 1000px) {
	section#all_blogs .cols-4 {
		width: 48%;
	}
	section#media .cols-4, section#resources .cols-4{
		width:32%;
	}
	section#news .cols-8.left-news {
		width:66%
	}
	.ctm-icon-box, .blog-socials {
		justify-content: start;
	}
}

@media (min-width: 767px) and (max-width: 1200px) {
	.featured-content h2 {
		font-size: 30px !important;
		line-height: normal;
	}
}