.everise-post-by-category {
	padding-top: 132px;
	padding-bottom: 132px;
}
.everise-post-by-category.has-bg {
	background-color: #625d9c;
	position: relative;
}

.everise-post-by-category .content h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 80px;
	letter-spacing: -0.02em;
	color: #000000;
}
.everise-post-by-category.has-bg .content h2 {
	color: var(--wp--preset--color--white);
}
.everise-post-by-category.has-bg .scroll {
	z-index: 2;
}
.everise-post-by-category.has-bg .ellipse-7 {
	position: absolute;
	width: 50%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: linear-gradient(
		196.86deg,
		rgba(0, 190, 214, 0.75) 15.97%,
		rgba(0, 190, 214, 0) 104.22%
	);
	filter: blur(200px);
	z-index: 1;
}
.everise-post-by-category.has-bg .ellipse-8 {
	position: absolute;
	width: 50%;
	height: 50%;
	right: 20%;
	bottom: 0;
	background: linear-gradient(
		164.06deg,
		#7c9abf 3.56%,
		rgba(124, 154, 191, 0) 104.83%
	);
	filter: blur(200px);
	z-index: 1;
}

.everise-post-by-category .content .content-header {
	display: flex;
	align-items: center;
	gap: 174px;
	/* margin-top:132px; */
}

.everise-post-by-category .content .content-header-div-title {
	width: 701px;
	text-align: left;
}

.everise-post-by-category .content .content-header-div-desciption {
	width: 800px;
	text-align: left;
}

.everise-post-by-category
	.content
	.content-header-div-desciption
	.content-desciption {
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.81);
}

.everise-post-by-category .content .scroll {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: 80px;
	cursor: default;
	overflow: scroll hidden;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
	scroll-padding: 0px 1.25rem;
	scrollbar-width: none;
}

.everise-post-by-category .content .scroll::-webkit-scrollbar {
	display: none;
}
.everise-post-by-category .content .scroll .list-item .item {
	cursor: grab;
	cursor: -webkit-grab;
}

.everise-post-by-category .content .scroll .list-item .item .top {
	min-height: 350px;
}

/* .everise-post-by-category .content .scroll .list-item .item .bottom {
    margin-top:30px;
} */

.everise-post-by-category .content .scroll .list-item {
	display: flex;
	/*margin-left: 105%;*/
}

.list-item-post-by-categories-active-animation-left-to-right {
	/* animation: post-by-categories-animation-left-to-right 1s forwards; */

	animation-name: post-by-categories-animation-left-to-right;
	animation-duration: 0.6s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

@keyframes post-by-categories-animation-left-to-right {
	0% {
		margin-left: 105%;
	}
	70% {
		margin-left: -5%;
	}
	100% {
		margin-left: 0%;
	}
}

.everise-post-by-category .content .list-item .item {
	width: 325px;
	/* height: 400px; */
	padding: 30px;
	background: #f8f8f8;
	border-radius: 10px;
	margin-right: 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* height: fit-content; */
}
.everise-post-by-category .content .bottom > div {
	display: flex;
	gap: 10px;
	align-items: center;
}
.everise-post-by-category .content .bottom .award-st {
	padding: 8px;
	border: 1px solid #000;
	border-radius: 50%;
	width: 32px;
	text-align: center;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.everise-post-by-category .content .bottom .award-st label {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: var(--wp--custom--typography--font-weight--400);
	font-size: 12px;
	line-height: 16px;
	color: #646363;
	white-space: nowrap;
}

.everise-post-by-category .content .bottom .award-author {
	color: #231f20;
	font-family: var(--wp--preset--font-family--heading);
	font-weight: var(--wp--custom--typography--font-weight--400);
	font-size: 18px;
	font-style: normal;
	line-height: 23px;
}

.everise-post-by-category .content .top > img {
	margin-bottom: 20px;
	max-height: 158px;
	max-width: 100%;
	height: 100%;
	width: auto !important;
}
.everise-post-by-category .content .top > .award-title {
	margin-bottom: 20px;
}
.everise-post-by-category .content .top > .award-title p.subtitle {
	font-size: 16px;
	font-family: var(--wp--preset--font-family--heading);
	font-weight: var(--wp--custom--typography--font-weight--700);
	line-height: 21px;
	text-transform: uppercase;
	color: #231f20;
	letter-spacing: 0.1em;
	margin: 0;
}
.everise-post-by-category .content .top > .award-post-title h3 {
	font-size: 24px;
	font-family: var(--wp--preset--font-family--heading);
	font-weight: var(--wp--custom--typography--font-weight--700);
	line-height: 31px;
	color: #231f20;
	margin: 0;
}

.everise-post-by-category .slick-control {
	display: none;
}

.everise-post-by-category .btn-cta-awards {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 64px;
}

.everise-post-by-category .btn-cta-awards a {
	display: flex;
	justify-content: center;
	column-gap: 8px;
	align-items: center;
	height: 55px;
	padding: 16px 20px 16px 24px;
	background: #FF671D;
	border: 1px solid #FF671D;
	border-radius: 8px;
	color: #FFFFFF;
}

.everise-post-by-category .btn-cta-awards span {
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
}

.everise-post-by-category .btn-cta-awards i {
	font-size: clamp(0.5rem, 0.3216163793103448rem + 0.2877155172413793vw, 0.666875rem);
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
}

@media (max-width: 992px) {
	.everise-post-by-category .content .content-header {
		display: unset;
		align-items: unset;
		gap: 0px;
		/* margin-top:36px; */
	}

	.everise-post-by-category .content .content-header-div-title {
		width: 100%;
		text-align: left;
	}
	.everise-post-by-category .content .content-header-div-desciption {
		width: 100%;
		text-align: left;
	}

	.everise-post-by-category {
		/*padding: 36px 0px;*/
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.everise-post-by-category .slick-control {
		display: block;
		margin-top: 40px;
	}
	.everise-post-by-category .slick-control ul {
		list-style: none;
		display: flex;
		justify-content: center;
		gap: 20px;
		padding: 0;
	}

	.everise-post-by-category .slick-control ul li {
		cursor: pointer;
	}

	.everise-post-by-category.has-bg .ellipse-7 {
		width: 100%;
	}
	.everise-post-by-category.has-bg .ellipse-8 {
		width: 100%;
	}

	.everise-post-by-category .content .list-item .item {
		margin-right: 12px;
	}

	.everise-post-by-category .content .top > .award-title p {
		font-family: var(--wp--preset--font-family--heading);
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #231f20;
	}
	.everise-post-by-category .content .top > .award-post-title h3 {
		font-family: var(--wp--preset--font-family--heading);
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 23px;
		color: #231f20;
	}

	.everise-post-by-category .content .scroll {
		margin-top: 24px;
	}

	.everise-post-by-category .content h2 {
		font-style: normal;
		font-weight: 600;
		font-size: 36px;
		line-height: 45px;
		letter-spacing: -0.02em;
		color: #000000;
	}

	.everise-post-by-category
		.content
		.content-header-div-desciption
		.content-desciption {
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0.04em;
		color: rgba(0, 0, 0, 0.81);
	}

	.our-award-and-accomplishment-style-change
		.career-pathing-container
		.container-scroll-list-item {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.our-award-and-accomplishment-style-change
		.career-pathing-container
		.container-scroll-list-item
		.scroll {
		/* padding-left:15px !important; */
		padding-right: 0px !important;
	}
	.everise-post-by-category .btn-cta-awards {
		justify-content: flex-start;
		margin-top: 40px;
		padding-right: var(--bs-gutter-x, 1.1rem);
		padding-left: var(--bs-gutter-x, 1.1rem);
	}
	.everise-post-by-category .btn-cta-awards span {
		font-size: 12px;
		line-height: 16px;
	}

}

@media (min-width: 993px) {
	.everise-post-by-category .content .scroll {
		width: 118%;
		padding-right: 120px;
		padding-left: 145px;
		margin-left: -145px;
	}

	@media (min-width: 993px) and (max-width: 1199px) {
		.everise-post-by-category .content .scroll {
			width: 118%;
			padding-right: 30px;
			padding-left: 145px;
			margin-left: -145px;
		}
	}
}

.post-by-categories-button-pre {
	color: #231f20;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	padding: 14px 18px 14px 18px;
	font-size: 20px;
}
.post-by-categories-button-next {
	color: #231f20;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	padding: 14px 18px 14px 18px;
	font-size: 20px;
}
