.blog-detail-section {
    padding: 50px 0px 50px 0px;
}
.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width:1199px) {
	.container {
		max-width: 960px;
	}
}
.row {
    display: grid;
    grid-template-columns: 70% 30%;
}
.blog-left-wrap, .blog-right-wrap {
    width: 100%;
    /* max-width: 66.66666667%; */
}
.recent-wrap {
    padding: 20px;
    background: #EF7C00;
    margin: 0 0 0 20px;
    color: #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    width: calc(100% - 20px);
    position: sticky;
    top: 50px;
}
.recent-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}
ul.recent-blogs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.recent-blogs-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffba6f;
    padding: 0 0 10px 20px;
    position: relative;
}
ul.recent-blogs-list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    left: 0px;
    top: 9px;
}
ul.recent-blogs-list li a {
    font-size: 1rem;
    color: #FFFFFF;
    transition: 300ms;
    display: inline-block;
    cursor: pointer;
}
.blog-featured-img {
    margin: 0px 0px 25px 0;
}
.blog-featured-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-meta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d5d5d5;
    font-size: 16px;
}
.blog-meta svg {
    width: 16px;
    fill: #EF7C00;
}
section.top-banner.blog {
    background-image: url(/blog/wp-content/uploads/2025/07/blog-thumb.jpg);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner h1 {
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0;
    color: #121521;
	text-transform: capitalize;
}
.bread-crumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.bread-crumb a {
    color: #545a73;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    margin: 0 8px;
	text-transform: capitalize;
}
.blog-list-rb .rt-img-holder img {
    height: 200px;
    object-fit: cover;
}
.blog-list-rb h3.entry-title {
    min-height: 88px;
}
.blog-list-rb .tpg-excerpt-inner {
    min-height: 130px;
    margin-bottom: 8px;
}
.blog-description-wrap h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #EF7C00;
    font-weight: 700;
}
@media only screen and (max-width: 580px) {
	.top-banner h1 {
		font-size: 24px;
	}
	.row {
		grid-template-columns: 100%;
	}
	section.top-banner.blog {
		padding: 0 15px;
	}
	.container {
		padding: 0 15px;
	}
	.blog-description-wrap h3 {
		font-size: 20px;
	}
	.recent-wrap {
		margin: 0 0 0 0px;
		width: 100%;
	}
	.header-contact .elementor-icon-box-icon {
		display: none!important;
	}
	.header-contact {
		justify-content: center;
	}
	.bread-crumb {
		align-items: flex-start;
	}
	.blog-right-wrap {
    order: 1;
    padding-bottom: 20px;
}
.blog-left-wrap {
    order: 2;
}
}
span.ez-toc-widget-sticky-title-toggle {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
}
ul.ez-toc-widget-sticky-list.ez-toc-widget-sticky-list-level-1 li a {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}
a.ez-toc-widget-sticky-pull-right.ez-toc-widget-sticky-btn.ez-toc-widget-sticky-btn-xs.ez-toc-widget-sticky-btn-default.ez-toc-widget-sticky-toggle {
    display: none;
}
.ez-toc-widget-sticky-container nav {
    overflow: hidden !important;
}