section.blog-details-section ul {
    padding-left: 0px;
}

section.blog-details-section h3 {
    margin-bottom: 1rem;
}

section.blog-details-section h4 {
    margin-bottom: 1rem;
}

section.blog-details-section p {
    margin-bottom: 1rem;
}

.recent-posts h3 {
    font-size: 15px !important;
    font-weight: 500;
    line-height: auto;
    line-height: 1.4;
    padding: 0px;
    margin-bottom: 6px !important;
    /* font-style: italic; */
}
.recent-post-container {
    padding: 1rem;
    background-color: var(--bg-secondary-color);
    border-radius: 10px;
    border: 1px solid #3b3b3b;
}
.recent-posts h3 a {
    text-decoration: none;
    transition: all 0.3s ease;
}
.recent-posts h3 a:hover {
    text-decoration: underline;
}
.recent-posts img {
    height: 65px;
    width: 94px;
    border-radius: 10px;
    object-fit: cover;
}

.recent-posts .date {
    font-size: 13px;
    font-style: italic;
    line-height: 1;
}

.recent-posts .recent-title {
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font-familly-libre-baskerville);
    color: var(--primary-color);
}
#toc {
    position: sticky;
    top: 5.3rem;
    padding: 1rem;
    background-color: var(--bg-secondary-color);
    border-radius: 10px;
    border: 1px solid #3b3b3b;
}
#toc ul {
    margin-left: 20px;
}

#toc a.toc-link {
    text-decoration: none;
    transition: all 0.3s ease;
}

#toc a.toc-link:hover,
#toc a.toc-link.active {
    color: var(--primary-color);
    font-weight: 500;
}

.author-box {
    background-color: var(--bg-secondary-color);
    padding: 1.5rem;
    border: 1px solid #3b3b3b;
    border-radius: 15px;
}

.author-box .primary-btn {
    text-decoration: none;
    color: #000;
    padding: 2px 10px;
}

.author-box small {
    color: #e5e2e2;
    font-family: var(--font-familly-poppins);
    display: block;
    margin-bottom: 0.5rem;
    font-size: 11px !important;
}

.author-box .icons a {
    color: #d9d9d9 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}
.author-box .icons a:hover {
    color: var(--primary-color) !important;
}

/* author page css start here */
.social-icons a {
    color: #d9d9d9 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 20px;
}
.social-icons a:hover {
    color: var(--primary-color) !important;
}
#portfolio .item {
    padding: 1.5rem;
    border: 1px solid #3b3b3b;
    background-color: var(--bg-secondary-color);
    border-radius: 10px;
    transition: all 0.3s ease;
}

#portfolio .item:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
}

#portfolio .item span {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0.5rem;
    border-radius: 5px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3rem;
}
#portfolio .item span i {
    color: #fff;
}
#portfolio .item h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 500;
    font-family: var(--font-familly-libre-baskerville);
}
#portfolio .item p {
}
/* author page css end here */
