*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#fff;
font-family:'Poppins',sans-serif;
overflow-x:hidden;
color:#333;
}

/* BLOG HEADER */

.blog-header{
background:linear-gradient(135deg,#0b2a4a,#003c8f);
padding:80px 20px;
text-align:center;
color:#fff;
margin-bottom:40px;
}

.blog-title{
font-size:48px;
font-weight:700;
margin-bottom:10px;
}

/* FEATURED BLOG */

.featured-blog{
background:linear-gradient(135deg,#0d6efd,#0b2a4a)!important;
color:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
margin-bottom:40px;
}

.featured-blog h2{
font-size:34px;
font-weight:700;
margin-bottom:15px;
}

.featured-blog img{
width:100%;
border-radius:15px;
}

/* SEARCH */

.search-box{
margin-bottom:40px;
}

.search-box input{
border-radius:50px;
padding:15px 25px;
border:1px solid #ddd;
box-shadow:0 5px 15px rgba(0,0,0,.05);
}

/* BLOG CARD */

.blog-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
height:100%;
}

.blog-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.blog-img{
width:100%;
height:auto;
object-fit:cover;
display:block;
}

.blog-body{
padding:20px;
}

.blog-body h4{
font-size:18px;
font-weight:600;
line-height:1.5;
margin-bottom:12px;
}

.post-date{
font-size:13px;
color:#777;
margin-bottom:15px;
}

/* BUTTONS */

.read-btn,
.btn-primary{
border-radius:50px;
padding:10px 22px;
font-weight:600;
border:none;
}

/* SIDEBAR */

.sidebar-box{
background:#fff;
padding:20px;
border-radius:18px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
margin-bottom:25px;
}

.sidebar-box h5{
font-weight:700;
margin-bottom:15px;
}

/* CATEGORIES */

.categories-box{
max-height:350px;
overflow-y:auto;
}

.categories-box::-webkit-scrollbar{
width:6px;
}

.categories-box::-webkit-scrollbar-thumb{
background:#0b2a4a;
border-radius:20px;
}

/* CATEGORY LIST */

.list-group-item{
border:none;
padding:10px 0;
}

.list-group-item a{
text-decoration:none;
color:#333;
font-size:14px;
}

.list-group-item a:hover

/* POPULAR BLOGS */

.sidebar-box a{
text-decoration:none;
color:#222;
font-weight:500;
}

.sidebar-box a:hover

/* CONTACT FORM */

.sidebar-box .form-control{
border-radius:10px;
padding:12px;
}

/* PAGINATION */

.pagination .page-link{
border-radius:10px;
margin:0 4px;
border:none;
padding:10px 15px;
}

.pagination .active .page-link{
background:#0b2a4a;
}

/* MOBILE */

@media(max-width:992px){

.featured-blog{
padding:25px;
}

.featured-blog h2{
font-size:26px;
}

.blog-header{
padding:60px 15px;
}

.blog-title{
font-size:36px;
}

}

@media(max-width:768px){

.blog-img{
height:200px;
}

.blog-title{
font-size:30px;
}

.featured-blog h2{
font-size:22px;
}

.search-box input{
padding:12px 20px;
}

.sidebar-box{
margin-top:20px;
}

}

@media(max-width:576px){

.blog-img{
height:180px;
}

.blog-body{
padding:15px;
}

.btn{
width:100%;
}

.blog-title{
font-size:26px;
}

}
