/* breadcrumn-section */
ul.breadcrumbs_list {
    list-style-type: none;
    position: relative;
    top: -70px;
    padding-left: 6px;
    display: flex;
    align-items: center;
    gap: 28px;
}
.breadcrumbs_list li{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FC7B00;
    position: relative;
}
.breadcrumbs_list li:before {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/wordpress/wp-content/uploads/2025/02/right-solid.svg) no-repeat center center;
    content: '';
    top: 50%;
    right: -22px;
    transform: translate(0px, -50%);
}
.breadcrumbs_list li:last-child:before{
    display: none;
}
.breadcrumbs_list li a{   
    font-weight: 600;
    color: #242E30;
    text-decoration: none;
}
.common-banner:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: 100%;
    background-image: url(../new-images/service-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.common-banner .content-wrapper{ width:600px;}
.common-banner a.get-started{
    padding: 8px 16px;
    border-radius: 34px;
    background: #FC7B00;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    height: 40px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* search- */
.blog-search{
    padding: 32px 0;
    background: #FCFCFC;
}
.blog-search h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #242E30;
}
.blog-search p{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    color: #242E30;
    text-wrap-style: balance;
    margin-bottom: 32px;
}
.blog_searchform {
    max-width: 800px;
    margin: 0 auto;
}
.blog_searchform .form_group {
    position: relative;
}
.blog_searchform input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid #DAD9D7;
    border-radius: 8px;
    padding: 15px 70px 15px 23px;
    font-size: 16px;
    color: #000;
    background: #FFF;
    font-family: "Open Sans", sans-serif;
}
.blog_searchform input[type="text"]::placeholder{
    color: #000;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.blog_searchform input[type="text"]:focus-visible{
    box-shadow: 0 0 0 .25rem rgba(255, 128, 0, .1);
    border-color: #f36805;
    outline: 0;
}
.serach_btn_blog {
    width: 24px;
    height: 24px;
    background: url(../images/search.svg) no-repeat;
    background-size: 100% 100%;
    border: 0px;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
}
div#datafetch {
    position: absolute;
}
/* post-sec */
.post-sec{
    padding: 0 0 32px;
    background: #FCFCFC;
}
.post-wrapper {
    margin-bottom: 24px;
}
.post-col {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #E8E8EA;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.post-col .blog_img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    margin-bottom: 16px;
    border-radius: 6px;
}
.post-col .blogpost_content h2{
    font-size: 24px;
    line-height: 36px;
}
.post-col .blogpost_content h2 a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #242E30;
    line-height: 36px;
    letter-spacing: 0%;
    text-decoration: none;
}
.post-col ul.date_signature {
    list-style-type: none;
    padding-left: 0;
}
.post-col .description p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #242E30;
    line-height: 28px;
    letter-spacing: 0%;
    min-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-col .view_deal_btn{
    background: #FC7B00;
    border-radius: 34px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    margin-top: auto;
    display: flex;
    justify-content: center;
    width: max-content;
    height: 48px;
    align-items: center;
    padding: 8px 20px;
}
button#loadMoreBtn {
    margin: 0 auto;
    display: table;
    border: 1px solid #242E30;
    height: 48px;
    border-radius: 34px;
    padding: 8px 16px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #242E30;
    display: flex;
    align-items: center;
    gap: 8px;
}
ul.date_signature {
    display: flex;
    gap: 20px;
    align-items: center;
}
ul.date_signature li{
   font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(36, 46, 48, 0.5);
    display: flex;
    gap: 12px;
}
ul.date_signature li.signature{
    display: flex;    
    align-items: center;
    gap: 12px;
}
.search_result{
    background: #fff;
    border-radius: 8px;
    min-height: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border: 1px solid #d9d9d9;
    margin-top: 4px;    
}
.search_result ul {
    list-style-type: none;
    padding-left: 0;
    border-radius: 8px;
    margin-bottom: 0;
}
.search_result ul li {
    display: flex;
    gap: 4px;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #dadbdc;
}
.search_result ul li a {
    color: #242e30;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
}
.search_result ul li:last-child{
    border-bottom: none;
}
@media (max-width: 991px) {
    ul.breadcrumbs_list{
        display: none;
    }
}