.x-blog-single-inner-01 {
    background-image: linear-gradient(180deg, #3891aa12 75%, #FFFFFF 75%), url(https://blogs.lincode.ai/wp-content/uploads/2025/06/blogbg-x1.png) !important;
}
.next-post-preview h2 {
    background: rgba(0,0,0,0.5);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}

.next-prev-post-preview h2 {
    font-family: "Helvetica", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    color: #FFFFFF;
}
.next-post-preview:hover {
    opacity: 0.9;
}

.next-article-x {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    font-family: "Helvetica", Sans-serif;
    color: #FFFFFF;
}
.next-article-x, .next-article-title-x {
    position: relative;
    z-index: 2;
}
.next-prev-post-preview {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.next-prev-post-preview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 0.4s ease;
    z-index: 0;
}
/* Hover zoom effect */
.next-prev-post-preview::before {
    filter: brightness(0.5);
    transform: scale(1);
    transition: transform 0.4s ease, filter 0.4s ease;
}

.next-prev-post-preview:hover::before {
    transform: scale(1.05);
    filter: brightness(1.1);
}
.x-blog-related-articles h4 {
    color: #425b76;
    font-size: 1.14285714286rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
	  font-family: helvetica, sans-serif;
	  margin-bottom:0px;
}
.x-blog-maybelikeyou-x h2 {
    font-family: helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 600;
	  margin-bottom:0px;
}
span.eael-posted-by a {
    color: #22222280;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
/***Footer****/
.x-footer-wrap {
    background: linear-gradient(to bottom right, rgba(16, 39, 152, 1), rgba(25, 69, 118, 1), rgba(0, 138, 168, 1));
}
.lc-footer-info-link a{
    border-right: 1px solid #fff;
    color: #fffefe;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding-right: 10px;
    text-decoration: none;
}
.lc-footer-info-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/************/
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: auto;
    width: 100%;
}
.x-hm-youmay-like .eael-grid-post .eael-entry-wrapper {
    min-height: 150px;
}
.x-blog-h-title h1.elementor-heading-title.elementor-size-default {
    /***** opacity: 0;*****/
}
.elementor-element.elementor-element-8af7a1f.x-blog-h-cat.elementor-align-center.elementor-widget.elementor-widget-post-info, .elementor-element.elementor-element-a75818e.elementor-align-center.elementor-widget.elementor-widget-post-info {
   /***** opacity: 0;*****/
}
.x-youmaylike h2.eael-entry-title {
    height: 70px;
}
.x-archive-00002 h5, .x-archive-00003 h5 {
    color: #222222cc;
    font-size: 24px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
}
.x-archive-00002 ul, .x-archive-00003 ul {
    padding-left: 20px;
}
.x-archive-00002 ul li, .x-archive-00003 ul li {
    font-size: 16px;
    line-height: 20px !important;       padding-bottom: 10px;
}
.x-archive-00002 ul li a, .x-archive-00003 ul li a {
    color: #000000;
    font-size: 16px;
    line-height: 20px !important;
}
.x-archive-00002 ul li span.post-date, .x-archive-00003 ul li span.post-date {
    font-size: 12px;
    color: #0857de;
}
@media only screen and (max-width: 1280px) {
.x-header-001, .x-footer-wrap {
    padding-left: 20px;
	  padding-right:20px;
}
}
@media only screen and (max-width: 1140px) {
.x-arch-sec-01, .x-arch-sec-03, .x-blog-single-section-02, .x-blog-single-section-03 {
    padding-left: 20px;
    padding-right: 20px;
}
	.x-arch-sec-img-00{
		padding-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
.x-arch-sec-box-00 article.elementor-post.post.type-post {
    display: flex;
    flex-direction: column;
}
.x-arch-sec-box-00 article.elementor-post.post.type-post .elementor-post__text {
    padding-top: 20px;
}
}
@media only screen and (max-width: 400px) {
.x-blog-single-inner-01 {
    background-image: linear-gradient(180deg, #3891aa12 85%, #FFFFFF 85%), url(https://blogs.lincode.ai/wp-content/uploads/2025/06/blogbg-x1.png) !important;
}
}