.blog-hero{

padding:10px 0;

background:#fff;

text-align:center;

}
.container {
    width: 1350px;
    margin: 0 auto;
}
.blog-hero .container {
    max-width: 1380px;
    margin: auto;
    padding: 0 20px;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 25px;
    color: #777;
    text-align: left;
}

.breadcrumb a{

text-decoration:none;

color:#444;

}
.section-header h2 {
    margin: 0;
}
.hero-badge{

display:inline-block;

padding:8px 18px;

background:#eef5ff;

color:#ff0000;

border-radius:30px;

font-size:13px;

font-weight:600;

margin-bottom:25px;

}

.hero-content h1 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 800;
    color: #111;
    margin-bottom: 25px;
    margin: 010px;
}

.hero-content h1 span{

color:#ff0000;

display:block;

}

.hero-content p{

max-width:760px;

margin:auto;

font-size:18px;

line-height:1.8;

color:#666;

margin-bottom:40px;

}

.hero-search{

max-width:700px;

margin:0 auto 40px;

}

.hero-search form{

display:flex;

border-radius:60px;

overflow:hidden;

box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.hero-search input{

flex:1;

height:60px;

border:none;

padding:0 25px;

font-size:16px;

outline:none;

}

.hero-search button{

width:160px;

background:#ff0000;

color:#fff;

border:none;

cursor:pointer;

font-size:16px;

font-weight:600;

}

.hero-categories{

display:flex;
align-items: center;
justify-content:center;

gap:14px;

flex-wrap:wrap;

}

.hero-categories a{

padding:10px 22px;

background:#f5f7fb;

border-radius:30px;

text-decoration:none;

color:#333;

transition:.3s;

font-size:15px;

}

.hero-categories a:hover{

background:#ff0000;

color:#fff;

}

/*------------------------------------
 Featured Post
------------------------------------*/

.featured-post-section{

padding:0px;

background:#fff;

}

.featured-card{

display:grid;

grid-template-columns:45% 55%;

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.featured-image img{

width:100%;

height:100%;

object-fit:contain;

display:block;

}

.featured-content{

padding:45px;

display:flex;

flex-direction:column;

justify-content:center;

}

.featured-category{

display:inline-block;

padding:8px 16px;

color:#ff0000;

font-size:13px;

font-weight:600;

border-radius:30px;

margin-bottom:20px;

}

.featured-content h2{

font-size:36px;

line-height:1.3;

margin-bottom:20px;

font-weight:700;

}

.featured-content h2 a{

text-decoration:none;

color:#111;

}

.featured-content p{

font-size:17px;

line-height:1.8;

color:#666;

margin-bottom:30px;

}

.featured-meta{

display:flex;

align-items:center;

gap:12px;

font-size:14px;

color:#888;

margin-bottom:35px;

flex-wrap:wrap;

}

.read-btn{

display:inline-flex;

align-items:center;

justify-content:center;

width:180px;

height:52px;

background:#ff0000;

color:#fff;

text-decoration:none;

border-radius:30px;

font-weight:600;

transition:.3s;

}

.read-btn:hover{

background:#003fa3;

}

@media(max-width:991px){

.featured-card{

grid-template-columns:1fr;

}

.featured-image img{

height:320px;

}

.featured-content{

padding:30px;

}

.featured-content h2{

font-size:30px;

}

}
/*=============================
 Featured Categories
==============================*/

.featured-categories{

padding:90px 0;

background:#f8f9fc;

}

.section-header{

text-align:left;

margin-bottom:55px;

}

.section-subtitle{

display:inline-block;

padding:8px 18px;

background:#eef5ff;

color:#ff0000;

border-radius:30px;

font-size:13px;

font-weight:600;

margin-bottom:18px;

}

.section-header h2{

font-size:42px;

margin-bottom:12px;

color:#111;

}

.section-header p{

font-size:18px;

color:#666;

}

.category-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.category-card{

background:#fff;

padding:35px 25px;

border-radius:18px;

text-align:center;

text-decoration:none;

transition:.35s;

box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.category-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.category-icon{

width:72px;

height:72px;

margin:0 auto 20px;

border-radius:50%;

background:#ff0000;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

font-weight:700;

color:#fff;

}

.category-card h3{

font-size:22px;

margin-bottom:10px;

color:#111;

}

.category-card span{

color:#777;

font-size:15px;

}
@media(max-width:1200px){

.category-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.category-grid{

grid-template-columns:repeat(2,1fr);

gap:18px;

}

}
/*=========================
POPULAR POSTS
==========================*/

.popular-posts{

padding:90px 0;

background:#ffffff;

}

.section-title{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:45px;

}

.section-title span{

color:#0f62fe;

font-size:14px;

font-weight:700;

text-transform:uppercase;

letter-spacing:1px;

}

.section-title h2{

font-size:42px;

margin-top:10px;

color:#111;

}

.view-all{

padding:14px 26px;

border:2px solid #0f62fe;

border-radius:50px;

text-decoration:none;

font-weight:600;

color:#0f62fe;

transition:.3s;

}

.view-all:hover{

background:#0f62fe;

color:#fff;

}

.popular-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.popular-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}

.popular-card:hover{

transform:translateY(-10px);

}

.popular-image{

display:block;

overflow:hidden;

}

.popular-image img{

width:100%;

height:auto;

object-fit:cover;

transition:.5s;

display:block;

}

.popular-card:hover img{

transform:scale(1.08);

}

.popular-content{

padding:28px;

}

.badge{

display:inline-block;

padding:8px 16px;

background:#eef5ff;

color:#0f62fe;

border-radius:30px;

font-size:13px;

font-weight:700;

margin-bottom:18px;

}

.popular-content h3{

font-size:24px;

line-height:1.4;

margin-bottom:18px;

}

.popular-content h3 a{

color:#111;

text-decoration:none;

}
@media(max-width:991px){

.popular-grid{

grid-template-columns:1fr;

}

.section-title{

flex-direction:column;

align-items:flex-start;

gap:20px;

}

}

@media(max-width:768px){

.section-title h2{

font-size:30px;

}

.popular-image img{

height:220px;

}

}
.popular-content p{

font-size:16px;

line-height:1.8;

color:#666;

margin-bottom:20px;

}

.meta{

display:flex;

gap:10px;

font-size:14px;

color:#888;

}
@media(max-width:480px){

.category-grid{

grid-template-columns:1fr;

}

.section-header h2{

font-size:30px;

}

.category-card{

padding:25px;

}

}
@media(max-width:768px){

.featured-content{

padding:25px;

}

.featured-content h2{

font-size:24px;

}

.read-btn{

width:100%;

}

}
.blog-layout{

display:grid;

grid-template-columns:2fr 360px;

gap:50px;

align-items:start;

}

.latest-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.post-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.post-card:hover{

transform:translateY(-8px);

}

.post-image img{

width:100%;

height:auto;

object-fit:cover;

display:block;

}

.post-content{

padding:25px;

}

.post-category{

display:inline-block;

padding:7px 15px;

background:#eef5ff;

border-radius:30px;

color:#0f62fe;

font-size:13px;

margin-bottom:15px;

}

.post-content h3{

font-size:24px;

margin-bottom:15px;

}

.post-content h3 a{

text-decoration:none;

color:#111;

}

.post-content p{

line-height:1.8;

color:#666;

margin-bottom:20px;

}

.post-meta{

display:flex;

gap:10px;

color:#888;

font-size:14px;

}

.blog-sidebar{

position:sticky;

top:100px;

}

.widget{

background:#fff;

padding:30px;

margin-bottom:30px;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.widget h3{

margin-bottom:20px;

font-size:22px;

}

.widget ul{

list-style:none;

padding:0;

margin:0;

}

.widget li{

padding:10px 0;

border-bottom:1px solid #eee;

}

.widget li:last-child{

border:none;

}

.widget a{

text-decoration:none;

color:#333;

}

.newsletter-box{

background:#0f62fe;

color:#fff;

}

.newsletter-box input{

width:100%;

height:50px;

padding:0 15px;

margin:15px 0;

border:none;

border-radius:8px;

}

.newsletter-box button{


height:50px;

border:none;

background:#fff;

color:#0f62fe;

font-weight:700;

border-radius:8px;

cursor:pointer;

}
@media(max-width:991px){

.blog-layout{

grid-template-columns:1fr;

}

.latest-grid{

grid-template-columns:1fr;

}

.blog-sidebar{

position:relative;

top:0;

}

}
.latest-layout{

display:grid;

grid-template-columns:minmax(0,1fr) 350px;

gap:40px;

align-items:start;

}


.latest-post-area{

min-width:0;

}


.blog-sidebar{

position:sticky;

top:100px;

}
/*================================
 Newsletter Section
================================*/


.newsletter-section{

padding:80px 0;

}


.newsletter-box{

background:linear-gradient(
120deg,
#0645c9,
#1593f5
);

border-radius:25px;

padding:55px;

display:flex;

justify-content:space-between;

align-items:center;

gap:40px;

color:#fff;

box-shadow:0 20px 50px rgba(0,80,200,.25);

}



.newsletter-content{

max-width:550px;

}



.newsletter-label{


display:inline-flex;

align-items:center;

gap:8px;

background:rgba(255,255,255,.18);

padding:7px 16px;

border-radius:30px;

font-size:13px;

font-weight:700;

margin-bottom:20px;


}



.newsletter-content h2{


font-size:42px;

line-height:1.15;

margin:0 0 20px;

font-weight:800;


}



.newsletter-content p{


font-size:18px;

line-height:1.6;

color:rgba(255,255,255,.9);

margin:0;


}



.newsletter-form{

width:520px;

}



.newsletter-form form{


display:flex;

background:rgba(255,255,255,.15);

padding:8px;

border-radius:18px;
align-items: center;

}



.newsletter-form input{


height:55px;

flex:1;

border:none;

border-radius:12px;

padding:0 20px;

font-size:16px;

outline:none;


}



.newsletter-form button{


margin-left:10px;

height:55px;

padding:0 30px;

border:none;

border-radius:12px;

background:#071a38;

color:#fff;

font-size:16px;

font-weight:700;

cursor:pointer;


}

/*=========================
 Sidebar CTA
==========================*/


.sidebar-cta{

background:linear-gradient(
135deg,
#0756d9,
#168ff4
);

border-radius:18px;

padding:25px;

color:#fff;

margin-bottom:25px;

}



.cta-icon{

font-size:22px;

margin-bottom:15px;

}



.sidebar-cta h3{

font-size:20px;

line-height:1.4;

margin-bottom:12px;

}



.sidebar-cta p{

font-size:14px;

line-height:1.6;

color:rgba(255,255,255,.85);

margin-bottom:20px;

}



.cta-button{

display:inline-block;

background:#fff;

color:#0057d8;

padding:10px 20px;

border-radius:30px;

font-size:14px;

font-weight:700;

text-decoration:none;

}





/*=========================
 Download Button
==========================*/


.download-box{

background:#fff;

border:1px solid #e5e7eb;

border-radius:14px;

padding:18px;

margin-bottom:25px;

}



.download-box a{

display:flex;

justify-content:space-between;

align-items:center;

text-decoration:none;

color:#333;

font-size:14px;

font-weight:600;

}





/*=========================
 Sidebar Newsletter
==========================*/


.side-newsletter{

background:#fff;

border:1px solid #e5e7eb;

border-radius:16px;

padding:20px;

}



.side-newsletter h4{

font-size:12px;

letter-spacing:1px;

margin-bottom:12px;

color:#555;

}



.side-newsletter p{

font-size:13px;

color:#777;

margin-bottom:15px;

}



.side-newsletter input{

width:100%;

height:42px;

border:1px solid #ddd;

border-radius:8px;

padding:0 12px;

margin-bottom:10px;

}



.side-newsletter button{

width:100%;

height:42px;

background:#0057d8;

color:#fff;

border:none;

border-radius:8px;

font-weight:600;

}

.newsletter-form button span{

font-size:20px;

margin-left:8px;

}



.newsletter-form small{


display:block;

margin-top:18px;

color:rgba(255,255,255,.75);

font-size:13px;


}

.stats-section{
    max-width:1200px;
    margin:60px auto;
    padding:0 20px;
}

/* Buttons */

.button-group{
    display:flex;
    justify-content:center;
    gap:16px;
    margin-bottom:45px;
}

.btn{
    text-decoration:none;
    padding:16px 28px;
    border-radius:50px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.primary{
    background:#ff0000;
    color:#fff !important;
    display:flex;
    align-items:center;
    gap:10px;
}

.primary:hover{
    background:#ff0000;
}

.secondary{
    background:#fff;
    color:#111;
    border:1px solid #ddd;
}

.secondary:hover{
    background:#f7f7f7;
}

/* Cards */

.stats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.stat-card{
    border:1px solid #e6e6e6;
    border-radius:20px;
    padding:12px 12px;
    background:#fff;
    transition:.3s;
}

.stat-card:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.stat-card p{
    color:#666;
    font-size:18px;
    margin-bottom:12px;
}

.stat-card h2{
    color:#ff0000;
    font-size:20px;
    font-weight:700;
}

/* Responsive */

@media(max-width:768px){

    .button-group{
        flex-direction:column;
        align-items:center;
    }

    .stats-grid{
        grid-template-columns:1fr;
    }

    .btn{
        width:250px;
        justify-content:center;
    }

    .stat-card h2{
        font-size:38px;
    }
}