html{
    scroll-behavior: smooth!important;
}

a{
    text-decoration: none;
}

main#content,main#main {
    max-width: 1300px;
    padding: 0 20px;
}
.related-posts {
    margin: 70px 0;
}
.wrap-post-full {
    margin: 30px 0;
}
.featured-image.featured-image-post-page {
    display: flex;
    justify-content: center;
    align-items: center;
    
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    border-radius: 30px;
}
.featured-image.featured-image-post-page img {
    object-fit: cover;
    width: 100%;
}
.wrap-author-and-share-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 25px 0;
    border-bottom: 1px solid #00000029;
}
.wrap-author-and-share-link .post-meta.post-meta-post-page {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.wrap-author-and-share-link .post-meta.post-meta-post-page span {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.wrap-author-and-share-link .post-meta.post-meta-post-page span.post-author {
    display: flex;
    gap: 8px;
}
.wrap-author-and-share-link .post-meta.post-meta-post-page span.post-author p {
font-weight:500;
margin:0;
}

.wrap-author-and-share-link .share-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.wrap-author-and-share-link .share-links a {
    width: 20px;
}



/*--archive-------*/
.category-wise-post-page {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.category-wise-post-page .category-wise-post {
    padding: 0;
    overflow: hidden;
    border-radius: 45.879px;
    background: #FFF;
    box-shadow: 0px 0px 89.31px 0px rgba(0, 0, 0, 0.07);
}

.category-wise-post-page .category-wise-post .tera-archive-thumbnail a {
    overflow: hidden;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.category-wise-post-page .category-wise-post .tera-archive-thumbnail a img {
    height: 250px;
    object-fit: cover;
        transition: 0.6s ease-in-out;
}
.category-wise-post-page .category-wise-post:hover .tera-archive-thumbnail a img {
    transform: scale(1.2);
    transition: 0.6s ease-in-out;
}
.category-wise-post-page .category-wise-post .tera-archive-card-header {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-wise-post-page .category-wise-post .tera-archive-card-header .entry-meta span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
color: #111827;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.category-wise-post-page .category-wise-post .tera-archive-card-header h2 {
    color: #111827;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px!important;
    margin: 0;
}
.category-wise-post-page .category-wise-post .tera-archive-card-header h2 a{
    color: #111827;
}
.category-wise-post-page .category-wise-post .excerpt-tera-archive p {
    color: #86898F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.category-wise-post-page .category-wise-post .tera-archive-card-header a.tera-archive-read-more {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #000;
    color: #111827;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
      transition: 0.3s ease all;
}

.category-wise-post-page .category-wise-post .tera-archive-card-header a.tera-archive-read-more:hover {
    color: #fff;
    background: #1188A8;
    transition: 0.3s ease all;
    border: 1px solid #1188A8;
}


.category-wise-post-page.on-teraconnect-archive > div.pagination:last-child {
    grid-column: 1/-1;
}
.category-wise-post-page.on-teraconnect-archive .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.category-wise-post-page.on-teraconnect-archive .pagination span.page-numbers.current {
    background: #1188A8;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}
.category-wise-post-page.on-teraconnect-archive .pagination .page-numbers {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 11px;
    text-transform: capitalize;
    color: #000;
}
.archive-page-display-block form#category-filter-form {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
    align-items: center;
}

.archive-page-display-block form#category-filter-form select#category-filter {
    width: 300px;
border-radius:25px;
}
.archive-page-display-block form#category-filter-form input[type="submit"] {
    color: #fff;
    background: #1188A8;
    border-radius: 25px;
    width: 100px;
    border: none;
    font-weight: 600;
transition:0.3s ease all;
}
.archive-page-display-block form#category-filter-form input:hover {
    background: #F1B207;
transition:0.3s ease all;

}

main#content .category-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 70px 0;
}
main#content .category-links a {
    padding: 8px 18px;
    border-radius: 25px;
    background: #1188a8;
    color: #fff;
    /* width: 125px; */
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
main#content .category-links a.active,
main#content .category-links a:hover {

    background: #FFA200;
transition:0.3s ease-in-out;
}
.wrap-post-full {
    width: 100%;
    margin: 50px auto;
    max-width: 900px;
}
.teraconnectblog-content {
    margin: 0 auto;
    max-width: 900px;
}