#cat_filter {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin: 0px;
    display: flex;
    width: 100%;
    max-width: 100%;
}

.category-filter {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.category-filter li {
    padding: 8px 18px;
    /* background: #eaeaea; */
    /* border-radius: 6px; */
    cursor: pointer;
    font-weight: 700;
}

.category-filter li.active {
    background: #41177a;
    color: #fff;
}

/* LAYOUT */
.blog-layout {
    display: flex;
    gap: 30px;
}

.blog-section,.latest-section{
    margin-top: 40px;
}

.blog-sidebar h3 {
    font-size: 22px;
    font-weight: 700;
}



/* FEATURED */
.featured-card {
    width: 100%;
    position: relative;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.featured-card img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.badge {
    position: absolute;
    top: 0px;
	left:0px;
    font-size: 16px;
    background: #ffc400;
    color: #000;
    padding: 10px;
    border-radius: 5px 0px;
}


/* BLOG GRID */
.section-title-blog {
    font-weight: 900;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.blog-card img {
    width: 100%;
    border-radius: 8px;
}

.blog-read-more-btn {
    font-size: 16px;
    font-weight: 700;
    background: #41177a;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 2px;
    border: 0px;
	text-decoration:none;
}

/* SIDEBAR */
.sidebar-box {
    background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.sidebar-box h3 {
    font-weight: 900;
	margin:6px 0px !important;
}

.sidebar-box ul {
    list-style: none;
    padding: 0;
	margin:0px !important;
}

.sidebar-box ul li {
    margin-bottom: 8px;
    padding: 10px;
    border: 1px solid #00000026;
    border-radius: 5px;
    font-size: 15px;
}



.card-trendings-news {
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin: 10px 0px;
    border-radius: 7px;
}

.card-trendings-news img {
    width: 35%;
    border-radius: 10px 0px 0px 10px;
    object-fit: cover;
    object-position: center center;
    flex-direction: column;
}

.content-trending {
    display: flex;
    width: 65%;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
}

.content-trending h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;

}

.content-trending a {
    color: #5242d8;
    font-size: 14px;
    font-weight: 700;
}

/* FILTER MODE */
.filtered-section {
    display: none;
}

/* BLOG HERO */
.blog-hero {
    position: relative;
    background-image: url('https://paruluniversity.ac.in/wp-content/uploads/2025/08/geometric-abstract-creative-blue-paperboard-background-flat-lay-scaled.jpg');
    background-size: cover;
    background-position: center;
    padding: 150px 20px;
    color: #fff;
}

.blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.blog-hero-content {
    position: relative;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.blog-hero-content h1 {
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
}

.blog-hero-content p {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.9;
    color: #fff;
}

/* SEARCH FORM */
.blog-search-form {
    display: flex;
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.blog-search-form input[type="search"] {
    flex: 1;
    padding: 14px 20px;
    border: none;
    outline: none;
    font-size: 15px;
}

.blog-search-form button {
    background: #ffc400;
    color: #000;
    border: none;
    padding: 0 28px;
    cursor: pointer;
    font-size: 15px;
}

.popular-post a {
    color: #000;
	text-decoration: none !important;
}

.featured-content {
    padding: 30px 20px 50px;
}

.featured-content h2 {
    font-weight: 900;
}

.featured-content p {
    margin-bottom: 20px;
}

.dividerblog {
    width: 100%;
    height: 1px;
    background: #03030330;
    margin-bottom: 10px;
}

.card-blogs {
    margin-top: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.card-blogs img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.card-blog-content {
    padding: 25px 15px;
}
.card-blog-content h2{
	display: -webkit-box;
	-webkit-line-clamp: 2;   /* number of lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.card-blogs h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.card-blogs p {
    margin-bottom: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.apply-area {
    background: linear-gradient(90deg, #362B8D -13.85%, #9360A2 24.7%, #F9C474 84.1%);
    padding: .75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.apply-area .apply-area-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.apply-area .apply-area-wrapper .apply-area-img {
    min-width: 40px;
    max-width: 40px;
    margin: 0 .4375rem;
}

.apply-area .admission {
    padding-right: 1rem;
    border-right: 2px solid var(--white);
}

.font-color-white {
    color: var(--white) !important;
}

.apply-area .apply-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    gap: .4375rem;
    transition: all .35s;
}

@media (max-width: 767px) {
    .bolg-main-content .blogs {
        padding: 30px 15px;
    }

    .blog-hero-content h1 {
        font-size: 32px;
    }

    .blog-layout {
        flex-direction: column;
    }

   

    .featured-content h2 {
        font-size: 22px;
    }

    #cat_filter {
        padding: 20px 15px;
    }

    .card-blogs h2 {
        font-size: 18px;
    }

    .category-filter li {
        font-size: 16px;
    }
}
.section-title-blog{
    overflow: hidden;
	margin:0px !important;
}
.section-title-blog span{
padding: 8px 30px;
}
.section-title-blog span,.sidebar-box h3 span{
    background: linear-gradient(90deg, #41177a -13.85%, #9360A2 24.7%, #F9C474 84.1%);
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    font-weight: 700;
    font-size: 20px;
}
.sidebar-box h3 span{
     padding: 5px 30px;
     margin:0px !important;
}
.sidebar-box.tags span {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.sidebar-box.tags span a {
    padding: 6px 12px;
    background: #f2f2f2;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
}

.sidebar-box.tags span a:hover {
    background: #000;
    color: #fff;
}

@media (min-width: 768px) {
    .bolg-main-content .blogs {
        padding: 50px 30px;
    }

    .blog-hero-content h1 {
        font-size: 60px;
    }

   

    .featured-content h2 {
        font-size: 28px;
    }

    #cat_filter {
        padding: 20px 50px;
    }

    .card-blogs h2 {
        font-size: 20px;
    }

    .category-filter li {
        font-size: 18px;
    }
	.card-blogs img{
		height: 300px;
		object-fit: cover;
		object-position: top center;
	}
}

.ajax-pagination {
    text-align: center;
    margin-top: 30px;
}

.ajax-pagination .page-link {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.ajax-pagination .page-link:hover {
    background: #5242d8;
    color: #fff;
}

.ajax-pagination .page-link.active {
    background: #5242d8;
    color: #fff;
    pointer-events: none;
}

.ajax-pagination .dots {
    margin: 0 6px;
    font-weight: bold;
    color: #666;
}
.single-date-content{
	display:flex;
	column-gap:10px;
	margin-bottom:10px;
}
.single-date-content span{
	font-size:12px;
}
.editorial-name,.single-blog-date{
	display:flex;
	align-items:center;
	column-gap:5px;
}