/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 12:30:41 */
.blog-detail-page #faqAccordion .accordion-item{
	    background-color: #fef7ef;
    border-radius: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px !important;
	border:none;
}
.blog-detail-page  .accordion-button:not(.collapsed){
	background-color: #ff7600 !important;
	color:#fff !important;
}
.blog-detail-page #faqAccordion .accordion-header{
	flex-direction: row-reverse;
    background-color: #EBF3E7;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.blog-detail-page .accordion-button{
	padding: 10px 20px 10px 20px;
	 font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    color:#323232;
	 background-color: #fff8f0;
}
.blog-detail-page .blog-hero-section
{
	background-image:url('https://new.avprf.com/wp-content/uploads/2026/07/blog-details.jpg');
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:250px;
	    align-items: center;
    align-content: center;
}
.blog-hero-content{
	    width: 700px;
}
.blog-detail-page .authors-section .author-info{
	background-color: #fef7f1;
    padding: 10px;
    border-radius: 10px;
    display: flex;
}
.blog-detail-page .authors-section .author-image{
	width: 30%;
	display:inline;
}
.blog-detail-page .authors-section .author-details{
	width: 70%;
	padding-left: 10px;
	margin-bottom: 8px;
}
.blog-detail-page .authors-section .author-details .label{
	color: #ff7600;
    font-size: 15px;
	margin-bottom:8px;
}
.blog-detail-page .authors-section .author-details h3{
	font-size: 18px;
    color: #000;
    font-weight: 500;
}
.blog-detail-page h1{
	 font-family: "Jost", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    color:#572e00;
}
.blog-detail-page .tags a{
	background-color:#ffebd8;
	color:#000;
	text-decoration:none;
	font-size:17px;
	font-weight:400;
	border: none;
    border-radius: 100px;
    margin-bottom: 6px;
    margin-right: 5px;
}
.blog-detail-page h2{
	 font-family: "Jost", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3em;
    color:#572e00;
}
.blog-detail-page p{
	font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
	color:#323232;
}


@media(max-width:1024px){
	.blog-hero-content {
    width: 100%;
}
	.blog-detail-page .blog-hero-section{
		background-position:left;
	}
	.blog-detail-page h1{
		    font-size: 25px;
text-align: center;
	}
}
