a{
    color: #BC37DF;
    word-break:keep-all;
}
.inner-container-single-blog {
    /* max-width: 740px; */
    width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
    padding-left: 20px;
    padding-right: 20px;
}

.single-blog-heading {
    text-align: center;
}

.single-blog-heading h1 {

    font-size: 28px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    margin: 0px 0px 20px 0;
    color: #242424;
}
.single-blog-img img{
    width: 100%;
    border-radius: 24px;
}
.single-blog-about{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.single-blog-about .single-blog-date span{
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;

}


.single-blog-about .single-blog-date .posted-date{
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #9C9C9C;
}
.single-blog-content{
    margin: 30px 0px;
}
.single-blog-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #242424;
    margin-bottom: 15px;
    
}
.single-blog-content p strong{
    /* font-size: 18px; */
    font-style: italic;
    /* font-weight: 500; */
    line-height: 32px;
    text-align: left;
    color: #242424;
    /* background: #F7F5FF; */
    border-radius: 10px;
    /* display: inline-block; */
    /* padding: 10px 5px; */
}
.share-options{
    display: flex;
    gap: 10px;
}
.share-options a{
    border: 1.5px solid #ebe9f6;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: background-color .3s, border-color .3s;
}
    .share-options a:hover{
        border: 1.5px solid #242424;
        background: var(--font-text-color);
    }
.share-options a:hover>img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(290deg) brightness(101%) contrast(102%);
    transition: filter 1s;
}
 .sing-blog-thumb-nail-container .blog-thumbnail{
    box-shadow: 0px 25px 65px 0px #9803A90F;
 border-radius: 20px;
 max-width: 100%;
 padding: unset;
 margin-left: unset;
 margin-right: unset;
 margin-bottom: 10px !important;  
}

ul{
    list-style: number;
}
ul li{
    line-height: 32px;
}
h3{
font-size: 22px;
margin-top: 10px;
margin-bottom: 10px;
}
h4{

margin-top: 10px;
margin-bottom: 10px;
}
h2{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
table{
    border-collapse:collapse;
}
thead tr th, tbody tr td {
    border: 1px solid;
    padding: 2px;
    font-size: 15px;
    border-collapse: collapse;
}
tbody tr td p {
margin-bottom: unset;
}
@media only screen and (max-width:500px) {
    .table-parent{
        max-width: 450px;
        width: 100%;
        overflow: auto;
    }
}
@media only screen and (max-width:450px) {
    .single-blog-heading h1{
        font-size: 30px;
        line-height: 30px;
    }
    .inner-container-single-blog{
        padding-left: 0px;
        padding-right: 0px;
    }
    .single-blog-about{
        display: block;
    }
    .share-options{
     text-align: right;
     margin-top: 5px;
    }
}
.single-blog-section-container{
    display: flex;
    margin-top: 40px;
}
.table-content-container,.sing-blog-thumb-nail-container .blog-thumbnail{
    width: 100%;
    max-width: 250px;
    min-width: 250px;
}
.blog-section-container .blog-section-description{
    padding: unset;
}
.table-content-container a{ 
    line-height: 1;
    text-decoration: none;
    color: #242424;
    font-size: 14px !important;
    
}
.table-content-container a:hover{
    font-weight: 600;
} 
.table-content-container p a{
    font-size: 16px;
    /* font-weight: 600; */
} 
.table-content-container ul li{
    background: var(--tick) no-repeat left 3px top 8px;
    line-height: 25px;
    /* margin-bottom: 15px; */
    /* margin-top: 10px; */
    /* margin-left: 20px; */
    list-style: none;
    padding-left: 30px;
    margin-bottom: 5px;
    background-size: 14px;
    text-align: left;

}
.table-content{
    position: sticky;
    top: 0;
}
.table-content .h2{
font-size: 20px;
font-weight: 500;
line-height: 32px;
}
.table-content .h3{
font-size: 16px;
}
.mobile-table-of-content{
    display: none;
}
@media only screen and (max-width:990px) {
    .single-blog-section-container{
        flex-wrap: wrap;
    }
    .table-content-container{
        display: none;
        }
    .single-blog-section-container div{
        flex: 1 1 50%;
    }
    .mobile-table-of-content{
        display: flex;
    }
    .mobile-table-of-content .h1{
        line-height: 32px !important;
        font-size: 24px;
        margin-bottom: 15px;
    

    }
    .mobile-table-of-content p{
        font-size: 18px;
        color: #242424;;
        /* font-weight: 500; */
    }
    .mobile-table-of-content a{
        text-decoration: none;
        font-size: 18px;
        color: #242424;;
        font-weight: 500;
    }
    .mobile-table-of-content ul li a{
        line-height: 32px;
        text-decoration: none;
        color: #242424;
        font-size: 14px;
    }
    .mobile-table-of-content ul li{
        background: var(--tick) no-repeat left 3px top 8px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 10px;
        /* margin-left: 20px; */
        list-style: none;
        padding-left: 30px;
        margin-bottom: 20px;
        background-size: 18px;
        text-align: left;
    
    }
    .mobile-table-of-content .accordion-container.active .panel{
        overflow: auto;
    }
}
@media only screen and (max-width:770px) {
    .single-blog-section-container{
        flex-direction: column;
    }
    .single-blog-section-container div{
        flex: 1 1 100%;
    }
.table-content-container{
    display: none;
    }

    .sing-blog-thumb-nail-container{
        max-width: unset !important;
    }
    .table-content-container, .sing-blog-thumb-nail-container .blog-thumbnail{
        max-width: unset;
    }
}
.table-content p{
    margin-bottom: 10px;
    margin-top: 10px;
}

.table-content .h1{
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 24px;
}
.table-content p .scroll_to_content{
    margin-bottom: 5px;
}
.scroll_to_content {
    cursor: pointer;
    /* Define initial state for animation */
    transition: transform 0.3s ease;
}

/* Define animation when clicked */
.scroll_to_content.clicked {
    transform: translateY(20px); /* Adjust as needed */
}
/* .sing-blog-thumb-nail-container{
    flex-direction: column;
    justify-content: flex-start;
    margin-top: unset;
    max-width: 250px;
} */
.sing-blog-thumb-nail-container .h1{
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 24px;
    margin-bottom: 8px;
    /* text-align: center; */
    margin-left: 20px;

}
.single-blog-content ol,.single-blog-content li {
    list-style:disc;
    
    margin-left:20px ;
}
.single-blog-content ol::marker,.single-blog-content li::marker {
    font-size: 30px;
}
.sction-heading-background{
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 24px;
    margin-bottom: 8px;
    margin-left: unset !important;
    color: #fff;
    background-color: #242424;
    /* text-align: center ; */
    border-radius: 12px;
    padding: 8px 16px;
}
.position-sticky{
    position: sticky;
    top: 0;
}
.blog-thumbnail-description{
    padding: 10px 5px;
}
