/* Index of insights */
.insights-list {
    margin: 0 auto;
    background-color: #fff;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
.insights-list h3 {
    text-align: center;
    padding: 30px 0 10px;
    font-size: 22px;
    font-weight: 800;
    margin-top: 15px;
}
.insights-list ul {
    padding: 10px 15px 30px;
}
.insights-list ul li {
    line-height: 50px;
    border-top: 1px solid #ddd;
    list-style: circle;
    margin-left: 20px;
}
.insights-list ul li:first-child {
    border: none;
}
.insights-list ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.insights-list ul li p {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 5px;
    color: #333;
    /* font-weight: 600; */
    margin-top: -5px;
} 
/* Insights Page */
.insights-page {
    max-width: 500px;
    margin: 15px auto 80px;
    background-color: #fff;
    padding: 0 15px 30px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.insights-page .page-heading h1 {
    font-size: 24px;
    font-weight: 800;
    padding: 30px 0 15px;
    text-align: center;
    margin-bottom: 0;
}
.page-meta {
    text-align: center;
    margin-bottom: 10px;
}
.page-meta span {
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 13px;
    border: 1px solid #ddd;
    color: #666;
}
.insights-page .page-heading p {
    text-align: justify;
    font-weight: 600;
    line-height: 34px;
    font-size: 16px;
} 
.page-navigation button {
    border-radius: 5px;
    padding: 9px 15px;
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}
@media (max-width: 500px) {
    .insights-list {
        margin: 0 15px;
    }
    .insights-page {
        margin: 15px 15px 80px;
    } 
}
/* Business Idea */
.business-idea {
    margin: 30px 0 0;
}
.business-idea .category-name h3 {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 5px;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 20px;
}
.idea-nong {
    margin-bottom: 30px;
}
.idea-nong .business-name {
    font-size: 20px;
    font-weight: 800;
}
.idea-nong img {
    margin-bottom: 15px;
    border-radius: 10px
}  
.ideas-list .wh-info {
    /* padding-left: 10px; */
    /* border-left: 3px solid #ddd; */
    margin-bottom: 10px;
}
.idea-nong .wh-info strong {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}
.idea-nong p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.download-link button {
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    letter-spacing: 1px;
}
/* eCommerce Guide */

.ecom-guide-area {
    text-align: center;
    padding: 10px 30px;
}

.title-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 9px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

/* <=======================>>>
<=== Ads Strategy CSS ===========> */ 
.ads-strategy { 
    text-align: center;
    background-color: #fff;
    background-image: url(../images/page/page-bg.jpg);
    background-position: unset;
    background-size: unset;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.lang-bn {
    font-family: "Noto Sans Bengali", sans-serif !important;
}
.ads-wrapper {
    padding-top: 6rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-bottom: 3rem;
    background-color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}
.ads-strategy h1 {
    border: 1px dashed #999;
    padding: 10px 5px;
    border-radius: 5px;
    line-height: 30px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    color: #333;
    font-weight: 800;
    font-size: 26px;
}
.ads-strategy ul li {
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 3px 0;
    font-family: Sansita;
}
.ads-strategy h6 {
    font-weight: 800;
    margin-top: 30px;
    text-decoration: underline;
    font-size: 18px;
}
/* <=======================>>>
<=== BUSINESS IDEA CSS =============> */
.business-idea .p-box {
    padding: 0 10px;
}

.business-idea .p-box h4 {
    font-weight: 800;
    margin-top: 5px;
}