body>.wrapper:not(.et-fb-iframe-ancestor) {
    overflow: visible !important;
}
.inner-hero-section {
    background: url(/wp-content/uploads/2025/07/header-banner-scaled.webp) no-repeat center;
    background-size: cover;
}
.inner-hero-cont {
    max-width: 65%;
}
.blog-hero-section .blog-post-img img {
    border-radius: 20px;
    display: block;
    height: 500px;
    object-fit: cover;
}
.blog-hero-section {
    margin-bottom: 50px;
}


/*sidebar design*/
.blog-content-inner {display: flex; gap: 50px; align-items: flex-start; }
.leftSidebar.blog-sidebar {max-width: 170px; min-width: 170px; position: sticky; top: 68px; }
.share_tile {font-weight: 700; color: #0E2E57; margin-bottom: 10px; }
.social-links {
    display: flex;
    gap: 15px;
}
.left-sidebar-box ul li {
    font-size: 14px;
}
.left-sidebar-box {
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}
.social-links a img {
    display: block;
}
.left-sidebar-box:before {
    content: "";
    width: 8px;
    height: 100%;
    background: #E7EAEE;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
}
.left-sidebar-box ul li a {
    font-weight: 500;
    padding: 10px 0;
    display: block;
    position: relative;
}
.left-sidebar-box ul li a:after {
    content: "";
    background: #0E2E57;
    width: 8px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    border-radius: 20px;
    transition: 0.5s;
    opacity: 0;
}
.left-sidebar-box ul li a.active:After {
    opacity: 1;
}
.left-sidebar-box ul li a.active {
    color: #0E2E57;
}


/*Recommended Blogs*/
.blog-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.related-blog-section .articles__thumbnail img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: 0.5s;
}
article.articles-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.inner-hero-cont p.inner-punchline:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 1400px) {
.single-post #content .container {padding: 0 50px; }


}



@media screen and (max-width: 1100px) {
.single-post #content .container {padding: 0 30px; }



}


@media screen and (max-width: 767px) {
.blog-content-inner {flex-direction: column; gap: 30px; }
.leftSidebar.blog-sidebar {max-width: 100%; min-width: 100%; position: unset; }
.blog-list {grid-template-columns: 1fr; }
.blog-hero-section {margin-bottom: 30px; }

.blog-hero-section .blog-post-img img {height: auto;}


}


@media screen and (max-width: 480px) {
.single-post #content .container {padding: 0 25px; }



}