.bg-green{
    background-color:#04aa6d !important;
}
.navbar{
    padding: 0px 0px !important;
}
.navbar-nav .nav-link{
    color:#fff !important;
    font-weight: 600;
    border-right: 1px solid;
    padding:8px 18px !important;
}

.card-shadow{
    box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.category-heading{
    padding:10px 12px;
    border-left: 6px solid #000;
    background-color: #ddd;
}
.post-heading{
    font-size:26px;
    color:#000;
}

.owl-nav button.owl-next, 
 .owl-nav button.owl-prev{
    color: #fff !important;
    margin-left: 10px;
    background-color: orange !important;
    border:none!important;
    outline: none;
    font-size: 20px !important;
    height: 28px;
    width: 38px !important;
}
.category-image {
    width: 100%;
    height: 200px; /* Ensure images are the same size */
    object-fit: cover; /* Crop image to fit */
}
.underline{
    height: 3px;
    width: 60px;
    background-color: #e71212 !important;
    margin-bottom: 10px;
}

.bg-grey{
    background-color: #ddd;
}

.post-description{
    overflow-y:scroll;
    scrollbar-width:none;
}

.post-code-bg{
    width:fit-content;
    min-width:100%;
    background-color: #212121  !important;
    width: 100% !important;
    overflow-x:scroll !important;
    position:relative;
    padding:1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25em;

}

.bg-gradient-dark {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}
.category-image {
    height: 200px;
    object-fit: cover;
}
