.cat2{
    padding-left: 20px !important;
}

.cat3{
    padding-left: 40px !important;
}

#scrollbar {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0%;
    height: 5px;
    z-index: 9999;
}

#scrollbar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E16036;
}

.blog-image img {
    max-width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.blog-item:hover .blog-image img {
    transform: scale(1.02);
}

.blog-item {
    background: var(--bs-card-bg-test);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-item:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.blog-inner-item {
    margin-top: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-inner-item h3 a {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 600;
}

.blog-inner-item h3 a:hover {
    color: #007bff;
}

.post-details-bottom {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 15px 0;
}

.BinshopsBlog_container {
    padding-top: 40px;
}
