/* the trust section section */
@import url('https://fonts.googleapis.com/css?family=Inter');

.the-trust-section{
    background-color: #D6D6D6;
}

.trust-blog-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7%;
    padding: 12px 0;
}
.trust-blog-div span{
    color: #4C2A6E; 
}

/* featured section */

.featured-section h4{
    color: #4C2A6E;
}
.featured-section .questions{
    font-size: 2.5rem;
    color: #4C2A6E;
    font-weight: bold;
    font-family: 'Inter';
}
.Features-div{
    display: flex;
    align-items: center;
    gap: 2.5rem;
}
.read-now-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.read-now-div a{
    text-decoration: none;
    background-color: #4C2A6E;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.read-now-div img{
    width: 15rem;
}
.Featured-img{
    padding: 0 1rem;
}

/* trend in trust section */

.trend-section{
    background-color: #F2F0F5;
}
.trends-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trends-heading h4{
    color: #4C2A6E;
    font-weight: bold;
}
.Featured-grid-div h6{
    font-family: 'inter';
    
} 
.Featured-grid-div p{
    font-family: 'inter';
    color: #4C2A6E;
}
/* .Featured-grid-div:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Featured-grid-div:hover h6,p{
    padding: 0 2%;
} */
.trends-heading h6 a{
    text-decoration: none;
    color: #4C2A6E;
    font-family: 'inter';
}    
.Featured-grid-div img{
    width: 100%;
    height: 17rem;
    background-size: cover;
    background-position: initial;
}
.Features-div a{
    text-decoration: none;
    color: #4C2A6E;
}
.Featured-grid-div a{
    text-decoration: none;
}

/* trust blog details */

.the-trust-detail{
    background-color: #1A3E76;
}
.vl {
    border-left: 2px solid #fff;
    height: 40px;
  }
.trust-blog-back{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7%;
    padding: 12px 0;
}  
.trust-blog-back a {
    color: #fff;
}
.trust-blog-back span{
    color: #fff;
}

/* trust blog detail section */

.blog-detail-text{
    padding: 5% 5% 5% 0;
    text-align: start;
}
.blog-detail-text span{
    color: #4C2A6E;
    font-family: 'Inter';
}
.blog-detail-text p{
    color: #4C2A6E;
    font-family: 'Inter';
}
.blog-detail-text span{
    font-weight: bold;
    font-family: 'Inter';
}
.blog-detail-text h2{
    color: #4C2A6E;
    font-weight: bold;
    font-family: 'Inter';
}
.blog-detail-text span{
    font-size: 1.5rem;
    
}
.blog-detail-text p{
    font-size: 1rem;
    margin-top: 1.5rem;
}
.blog-detail-text h6{
    font-weight: bold;
}
.author-detail{
    display: flex;
    align-items: center;
    gap: 20px;
}
.author-detail h5{
    font-weight: bold;
    color: #4C2A6E;
}
.author-detail p{
    margin-top: 0;
    margin-bottom: 0;
}
.author-detail img{
    width: 4rem;
    background-size: cover;
    height: 4rem;
    border-radius: 50%;
}
.blog-social-icons{
    display: flex;
    width: 30%;
    gap: 5%;
    
}
.blog-social-icons a{
    text-decoration: none;
}
.blog-social-icons img{
    width: 100%;
}
.business-resources{
    display: flex;
    gap: 5rem;
}
.business-resources-section{
    background-color: #F2F0F5;
    padding-top: 10%;
}
.business-resources-section h3, hr{
    color: #4C2A6E;
    font-family: 'Inter';
}
.business-resources-section span{
    color: #4C2A6E;
    font-family: 'Inter';
}
.business-resources-section h3{
    font-weight: bold;
}
/* .site-jabber{
    padding-top: 10%;
} */
.read-now-div a span{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.Features-div span{
    color: #fff;
}
.Features-div i{
    color: #fff;
}
#for-desk{
    display: none;
}
#for-mobile{
    display: block;
}
@media screen and (max-width:768px) {
    .trust-blog-div{
      overflow-x: scroll;
      width: auto;
      margin-top: 20%;
      gap: 2rem;
    }
    .trust-blog-back{
        margin-top: 20%;
    }
    #for-desk{
        display: block;
    }
    #for-mobile{
        display: none;
    }
    .blog-detail-text{
        padding: 5%;
    }
  }
 
  @media screen and (max-width: 768px){
    .business-resources-section {
       
       padding-top: 10%;
    }
    .featured-section .questions{
        font-size: 1.5rem;
    }
    .read-now-div a img{
        width: 100%;
    }
}   