/* start case study (blog) page  css */
article.custom-case-study-post {
	width: 33.33%;
	margin-bottom: 50px;
	padding: 0 10px;
}
.custom-case-study-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.custom-case-study-post .post-thumbnail img {
	width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.case-view-pagination {
    display: flex;
	gap: 20px;
    justify-content: space-between;
	padding: 0 10px;
	flex-wrap: wrap;
}
.case-study-pagination .page-numbers  {
    color: #828282;
    border-bottom: 2px solid #828282;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
	font-family: "Open Sans";
}
.case-study-pagination .page-numbers.current {
    color: #4698CB;
    border-bottom: 2px solid #4698CB;
}
.case-study-pagination .page-numbers.current:hover {
    color: #4698CB;
    border-bottom: 2px solid #4698CB;
}
.case-study-pagination .page-numbers:hover {
    color: #485CC7;
    border-bottom: 2px solid #485CC7;
}
.case-study-meta p {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
	font-weight: 400;
	font-family: "Open Sans";
}
.custom-case-study-post .post-thumbnail {
	margin-bottom: 15px;
}
.case-post-content .post-title{
	font-size: 21px;
    font-weight: 700;
    line-height: 24px;
	font-family: "Open Sans";
	color: #333333;
	margin-bottom: 5px !important;
	transition: 0.2s linear; 
}
.case-post-content .post-title a{
	color: #333333;
}
.case-post-content .post-excerpt p{
	font-size: 18px;
    font-weight: 400;
    line-height: 25px;
	font-family: "Open Sans";
	color: #333333;
	margin-bottom: 40px !important;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 75px; 
}
.custom-case-study-post:hover .case-post-content .post-title a{
	color: #485CC7;
}
.case-post-read-btn .read-more-link {
	display: flex;
	gap: 10px;
	color: #4698CB;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
	font-family: "Open Sans";
	transition: 0.2s linear; 
}
.case-post-read-btn .read-more-link:hover {
	color: #485CC7;
}
.case-study-meta {
	padding-top: 10px;
}
/* End case study (blog) page css */

/* Start case study (blog) single page css */
.case-study-single {
    max-width: 1420px;
    width: 100%;
    margin: auto;
    padding: 100px 10px;
}
.case-study-single h1 {
    color: #485CC7;
    font-size: 48px;
	font-weight: 700;
    line-height: 54px;
	font-family: "Open Sans";
	margin-bottom: 30px !important;
}
.case-study-thumbnail img {
	aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover; 
	margin-bottom: 20px;
}
.case-study-content p{
	font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Open Sans";
    color: #333333;
}
.case-study-single-content {
	padding: 0 40px;
}
.single-blog-pagination .elementor-post-navigation__link a {
	padding: 10px 16px;
	border-bottom: 2px solid #828282;
}
/* End case study (blog) single page css */
