/******************************************************************
	
Theme Name: LMH Agency
Theme URI: https://lmh.agency
Description: A custom theme built by LMH Agency.
Author: LMH Agency
Author URI: https://lmh.agency
Version: 1.0

******************************************************************/


.single-post-hero .inner-hero-gradient{background: linear-gradient(89.89deg, #035A82 -75.26%, #035A82 -9%, #D52331 89.01%); min-height: 255px; border-radius: 16px;}

.related-posts-section {
    padding: 80px 0;
    background: #f3f6f8;
    position: relative;
}

.related-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.related-slide {
    padding: 0 15px;
}

.blog-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    height: 100%;
}

.blog-thumb img {
    width: 100%;
    display: block;
}

.blog-content {
    padding: 20px;
}

.blog-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.read-more {
    color: #e30613;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

/* Arrows */
.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    z-index: 2;
}

.custom-prev { left: -60px; }
.custom-next { right: -60px; }

/* Dots */
.slick-dots {bottom: -40px; }