*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#eef7fb;
}

.container,
.page{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

.banner-outter{
    padding:40px 0;
}

.banner-inner{
    position:relative;
    background-image:url(../img/card-article\ \(1\).png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:80px 30px 40px;
    border-radius:20px;
    overflow:hidden;
}

.banner-inner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.5);
}

.banner-inner h1,
.banner-inner .date{
    position:relative;
    z-index:2;
    color:#fff;
}

.banner-inner h1{
    font-size:32px;
    font-weight:700;
}

.banner-inner .date{
    display:flex;
    justify-content:space-between;
    margin-top:120px;
}

.date p{
    font-size:18px;
}

.profile-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.profile-tag img{
    width:36px;
    height:36px;
    border-radius:50%;
    object-fit:cover;
}

.profile-text h4{
    font-size:14px;
    font-weight:600;
}

.profile-text span{
    font-size:12px;
    opacity:0.85;
}

/* .Featured-innter{
    text-align:center;
    padding:60px 0;
}

.Featured-innter .cards-box{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
    margin-top:40px;
} */
 .featured-section{
    padding:80px 0;
    background:#f5f7fa;
}

.section-header{
    text-align:center;
    margin-bottom:50px;
}

.section-header h2{
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.section-header p{
    color:#666;
    font-size:15px;
}

.featured-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
}

.featured-left{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 6px 20px rgba(0,0,0,0.06);
}

.featured-left img{
    width:100%;
    height:300px;
    object-fit:cover;
}

.featured-content{
    padding:20px;
}

.featured-content h3{
    font-size:20px;
    margin-bottom:15px;
}

.featured-right{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.small-card{
    display:flex;
    gap:15px;
    background:#fff;
    padding:15px;
    border-radius:14px;
    box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.small-card img{
    width:130px;
    height:110px;
    border-radius:12px;
    object-fit:cover;
}

.small-content h4{
    font-size:16px;
    margin-bottom:12px;
}

.author{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    color:#777;
}

.author img{
    width:28px;
    height:28px;
    border-radius:50%;
}

.author span{
    font-weight:600;
    color:#222;
}

.author small{
    margin-left:auto;
    font-size:12px;
    color:#999;
}
.cards-box .left {
    width: 50%;
}
.Featured-innter .card-image{
    display:flex;
    gap:20px;
    margin:11px;
}

.Featured-innter img{
    border-radius:20px;
}

.Featured-innter .right img{
    width:80%;
}

.content-img{
    align-content:center;
}

.content-img img{
    width:50px;
    height:50px;
}

.Trending-outter{
    text-align:center;
    padding:80px 0;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin:40px 0;
}

.blog-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    transition:0.3s ease;
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-image{
    width:100%;
    height:200px;
    object-fit:cover;
}

.blog-content{
    padding:18px;
}

.blog-title{
    font-size:18px;
    margin-bottom:10px;
    color:#222;
}

.blog-meta{
    font-size:13px;
    color:#777;
}

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

.pagination span{
    display:inline-block;
    padding:8px 14px;
    margin:0 5px;
    background:#e0e6f0;
    border-radius:6px;
}

.pagination .active{
    background:#2d8cff;
    color:#fff;
}

.layout{
    display:flex;
    gap:30px;
    margin-top:40px;
}

.filter-card{
    width:300px;
    background:#fff;
    padding:30px 20px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
    height:fit-content;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 15px;
}

.filter-header h3{
    font-size:15px;
    font-weight:600;
}

.filter-header img{
    width:18px;
}

.browse{
    display:block;
    color:#0ea5e9;
    font-size:13px;
    font-weight:500;
    margin-bottom:12px;
}

.filter-card label{
    display:flex;
    align-items:center;
    font-size:13px;
    color:#334155;
    margin-bottom:10px;
    line-height:23px;
}

.filter-card input{
    margin-right:8px;
    accent-color:#0ea5e9;
}

.grid{
    flex:1;
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
    gap:25px;
}

.card{
    background:#fff;
    border-radius:14px;
    border:1px solid #e5e7eb;
    overflow:hidden;
    padding:20px;
}

.card-img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.card-body{
    padding:16px 0;
}

.category{
    font-size:12px;
    font-weight:600;
    color:#0ea5e9;
    display:block;
    margin-bottom:6px;
}

.title-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.title-row h3{
    font-size:18px;
    font-weight:600;
    line-height:1.3;
    color:#0f172a;
}

.desc{
    font-size:14px;
    line-height:1.5;
    color:#475569;
    margin:8px 0 16px;
}

.author{
    display:flex;
    align-items:center;
    gap:8px;
}

.author img{
    width:32px;
    height:32px;
    border-radius:50%;
}

.author strong{
    font-size:13px;
    font-weight:600;
    color:#0f172a;
}

.author span{
    font-size:12px;
    color:#64748b;
}

.footer{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    background:#000;
    color:#fff;
    margin-top:60px;
    padding:40px;
}

.footer a{
    display:block;
    color:#cbd5e1;
    text-decoration:none;
    margin-top:8px;
}

.socials i{
    margin:10px 9px;
    cursor:pointer;
}

.box-1{
    width:25%;
}

.box-1 p{
    margin:10px;
    font-size:15px;
}

.box-1 h5{
    font-size:20px;
}

.footer-bottom{
    text-align:center;
    font-size:13px;
    background:#000;
    color:#fff;
    border-top:1px solid #333;
    padding:10px 0;
}

.bth-box{
    text-align:center;
    margin-top:40px;
}

button.bth{
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:130px;
    margin:auto;
    padding:8px 15px;
    background:#d4e9e8;
    border:none;
}

