header .main-menu > li > a {
    height: 65px;
    padding: 0 10px;
    line-height: 65px;
}

.Social-Sidebar {
    font-size: 0;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 9000;
    top: 25%;
    right: 0.3125rem;
}

.Social-Sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Social-Sidebar li {
    margin: 0.3125rem 0 0;
    width: 2.1875rem;
    display: block;
}

.Social-Sidebar li:first-child {
    margin-top: 0;
}

.Social-Sidebar li a {
    text-align: center;
    position: relative;
    display: block;
}

.Social-Sidebar-Icon {
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    border-radius: 100%;
    background: #d2d9e4;
    color: #0d0c0c;
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.Social-Sidebar-Label {
    margin-top: -1rem;
    padding: 0.25rem 0.5rem;
    min-width: 5rem;
    width: auto;
    line-height: 1.7em;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: rgb(173, 173, 173);
    color: #0d0c0c;
    border-radius: 0.1875rem;
    transition: opacity 0.3s, left 0.4s, right 0.4s, top 0.4s, bottom 0.4s,
        width 0.4s;
    white-space: nowrap;
    opacity: 0;
    position: absolute;
    z-index: -1;
    right: -37.5rem;
    top: 50%;
}

.Social-Sidebar-Label:before {
    margin-top: -0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    display: block;
    background: rgb(173, 173, 173);
    transform: rotate(45deg);
    position: absolute;
    z-index: -2;
    right: -0.25rem;
    top: 50%;
}

.Social-Sidebar li a:focus-visible .Social-Sidebar-Icon,
.Social-Sidebar li a:hover .Social-Sidebar-Icon {
    background: rgb(173, 173, 173);
    color: #0d0c0c;
}

.Social-Sidebar li a:focus-visible .Social-Sidebar-Label,
.Social-Sidebar li a:hover .Social-Sidebar-Label {
    opacity: 1;
    right: 130%;
}

@media all and (max-width: 75rem), all and (max-device-width: 75rem) {
    .Social-Sidebar {
        display: none;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    height: 40px;
    width: 40px;
    background: #d2d9e4;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    color: #0d0c0c;
    cursor: pointer;
    transition: 0.3s;
    display: none;
}

.author {
    position: relative;
    margin-top: revert;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px 20px;
    background: #d2d9e4;
    color: #0d0d0d;
}

.circle {
    --bgc: #d2d9e4;
    --w: 80%;
    align-items: center;
    background-color: var(--bgc);
    border-radius: 0%;
    color: #0d0d0d;
    /* display: flex; */
    height: var(--w);
    justify-content: center;
    margin-bottom: 1rem;
    width: var(--w);
}

.a-slide {
    --animdur: 3s;
    --animn: slide;
}

[data-animation] {
    animation: var(--animn, none) var(--animdur, 0s) var(--animtf, linear)
        var(--animdel, 0s) var(--animic, infinite) var(--animdir, alternate)
        var(--animfm, none) var(--animps, running);
}

/* STATE */
[data-animation-pause]:checked ~ [data-animation] {
    --animps: paused;
}

[data-animation-pause]:checked + label::before {
    background-color: cornflowerblue;
}

@keyframes slide {
    from {
        margin-left: 0%;
    }

    to {
        margin-left: calc(100% - var(--w, 150px));
    }
}

#background-container {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.blog-posts .single-post {
    margin-bottom: 0px;
}

.thought {
    color: #0d0c0c;
}

#logo {
    position: relative;
    /* height: 200px; */
    width: 100%;
    overflow: hidden;
}

#content_logo {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    #content_logo {
        position: relative;
        height: 250px;
        width: 100%;
        overflow: hidden;
    }
}

#latestPost_img {
    position: relative;
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.heading_button {
    padding: 6px 12px;
    display: inline-block;
    border: 1px solid #222;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 24px;
    background-color: #d2d9e4;
    color: #0d0d0d;
    transition: all 0.4s ease;
}

.cat-list a.active .cat_p {
    color: #cc7d0d;
}
hr.solid {
    border-top: 3px solid #bbb;
}

.pageLoader {
    background-image: url("loader2.gif");
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: #5c58588c;
    background-repeat: no-repeat;
    background-position: center;
    /* This will center the background image */
    background-size: contain;
    background-size: 260px auto;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    /* Default behavior for large screens */
    gap: 10px;
    width: 100%;
    /* Ensure it fits within the container */
}

.pagination {
    flex-wrap: wrap;
    /* Prevent wrapping on larger screens */
    justify-content: center;
    width: 100%;
}

.page-item {
    margin: 2px;
}

.page-link {
    padding: 0.6rem 1rem;
    font-size: 1rem;
}

/* Adjust for mobile screens */
@media (max-width: 768px) {
    .pagination-wrapper {
        flex-wrap: wrap;
        /* Allow wrapping on small screens */
    }

    .pagination {
        flex-wrap: wrap;
        /* Pagination links can wrap */
        gap: 5px;
        /* Reduce gap for smaller screens */
    }

    .page-link {
        padding: 0.5rem 0.75rem;
        /* Compact padding for mobile */
        font-size: 0.9rem;
        /* Smaller font size for better fit */
    }
}
