body.author {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    position: relative
}
body:before {
    content: '';
    position: absolute;
    background: url(https://w3speedup.trackme.blog/wp-content/uploads/2026/06/author-bg.webp);
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
}
body.author main#main:focus-visible {
    outline: 0;
}
body.author div#page {
    position: relative
}
body.author div#author-wrapper {
    padding: 140px 0 100px;
}
body.author div#page div#wrapper-navbar nav#navbar-div .custom-logo-link img.img-fluid {
    filter: unset;
}
body.author div#page div#wrapper-navbar nav#navbar-div div#navbarNavDropdown ul#main-menu > li.menu-item > a {
    color: #000;
}
body.author div#page div#wrapper-navbar nav#navbar-div .search_fun .header_search_icon i.fa {
    color: #000;
}
body.author div#author-wrapper div#content {
    max-width: 1440px;
}
body.author div#author-wrapper div#content .author-header {
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 21px;
    border-radius: 6px;
    background-image: linear-gradient(0deg, #f3e7e9 0%, #e3eeff 91%, #e3eeff 100%);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 3px 0px;
}
body.author div#author-wrapper div#content .author-header h1.author-head {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}
body.author div#author-wrapper div#content .author-header .author-details {
    display: flex;
    gap: 20px;
}
body.author div#author-wrapper div#content .author-header .author-details .author-image img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    object-fit: contain;
}
body.author div#author-wrapper div#content .author-header .author-details dl dt {
    font-size: 20px;
    font-weight: 600;
}
body.author div#author-wrapper div#content .author-header .author-details .author-social a {
    font-size: 24px;
    display: flex;
    margin-top: 15px;
    color: #27a6bc;
}
body.author div#author-wrapper div#content main#main .author-posts-grid{
    display:grid;
    grid-template-columns: repeat(auto-fill,minmax(330px,1fr));
    gap: 26px;
    padding: 30px 0;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card{
    background:#fff;
    overflow:hidden;
    transition:.3s;
    border: 1px solid #e0e0db;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card:hover{
    transform:translateY(-5px);
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-thumbnail{
    display: flex;
    border-radius: 10px;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-thumbnail img{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.3s;
    max-height: 172px;
    min-height: 172px;
    height: 172px;
    width: 100%;
    object-fit: cover;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-meta-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin: 10px 0 0;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-meta-top .post-category{
    padding: 3px 10px;
    border: 1px solid #1058cc;
    color: #1058cc;
    border-radius: 5px;
    font-size: 14px;
    line-height: 15px;
    transition: 0.5s;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-meta-top .post-read-time{
    font-weight: 400;
    color: #5f5f69;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-title{
    color: #1058cc;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
    letter-spacing: 0px;
    min-height: 53px;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-excerpt{
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
    letter-spacing: 0px;
    min-height: 52px;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-date{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #5f5f69;
}
/*-----Pagination-----*/
.pagination {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    padding: 12px;
    border-radius: 12px;
    justify-content: center;
}
.pagination .page-numbers {
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    color: #6b7280;
    background: white;
}
.pagination .page-numbers:hover {
    background-color: #f3f4f6;
    color: #374151;
}
.pagination .page-numbers.current {
    background-color: #1ba7b9;
    color: white;
    border-color: #1ba7b9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.pagination .page-numbers.current:hover {
    background-color: #26b5c8;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 16px;
    font-weight: 600;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
    background-color: #f3f4f6;
    color: #374151;
}
.pagination .page-numbers.dots {
    cursor: default;
    color: #9ca3af;
    pointer-events: none;
}
.pagination .page-numbers.dots:hover {
    background: white;
    color: #9ca3af;
}
/* Responsive design */
@media (max-width: 640px) {
    .pagination {
        gap: 4px;
        padding: 8px;
    }
    .pagination .page-numbers {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}
.review_popup_mainsec {
    display: none;
}
div#cst-w3pop-popup13 {
    display: none;
}
.copyright-section {
    display: none;
}
div#wrapper-footer-full {
    padding-top: 0;
}
body.author div#author-wrapper div#content main#main .author-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
body.author div#author-wrapper div#content main#main .author-categories a {
    border: 1px solid #bababa;
    padding: 4px 10px;
    border-radius: 4px;
    background: #ffffffcc;
}
body.author div#author-wrapper div#content main#main .author-categories a.active {
    background: #1ba7b9;
    color: #fff;
    border-color: #1ba7b9;
}
body.author div#author-wrapper div#content main#main .author-categories a:hover {
    background: #1ba7b9;
    color: #fff;
    border-color: #1ba7b9;
}
@media(max-width:480px){
    body.author div#author-wrapper div#content .author-header .author-details {
        flex-direction: column;
    } 
}
@media(max-width:767px){
    body.author div#author-wrapper {
        padding: 80px 0 80px;
    }
}
@media(max-width:1299px){
    body.author div#author-wrapper {
        padding: 100px 0 10px;
    }
    div#wrapper-navbar {
        height: unset !important;
    }
    .navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
        background: #22a8bc;
    }
}
@media (min-width: 1024px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        flex-direction: column;
        display: flex;
        opacity: 1;
        transition: all var(--transition-standard);
        transform: translateY(0px);
    }
}

