/*
Theme Name: BrandingNews
Author: BrandingKaro.com
Version: 1.0
*/
.redbtn{background:red; padding:5px; color:#fff;font-weight:bold;}
.bluebtn{background:blue; padding:5px; color:#fff;font-weight:bold;}
a.redbtn:hover, a.bluebtn:hover{color:#fff!important;}
/* CARD STRUCTURE */
.blog-style3 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* IMAGE WRAPPER */
.blog-img {
    position: relative;
    overflow: hidden;
}

/* BIG LEFT IMAGE */
.big-img {
    height: 450px;
}

/* RIGHT SMALL IMAGES */
.small-img {
    height: 220px;
}

/* IMAGE FIX */
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT ALIGNMENT */
.blog-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* EQUAL HEIGHT FIX */
.col-md-6.d-flex {
    display: flex;
}

/* OPTIONAL OVERLAY */
.blog-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}
.blog-content .category {
    display: inline-block !important;
    width: auto !important;
}

/** main sidebar widget***/
@media screen and (max-width: 768px) {
.header-logo img {
    max-height: 60px;   /* adjust as needed */
    width: auto;
    display: block;
}
.menu-area .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-menu ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.th-mobile-menu{padding-left:10px;}
}