/* ==================================================
   TABLET (max 1024px)
================================================== */
@media (max-width: 1024px){

.container{
max-width:960px;
padding:0 15px;
}

.featured-news{
grid-template-columns:1.5fr 1fr;
}

.news-grid{
grid-template-columns:repeat(2,1fr);
}

}


/* ==================================================
   MOBİL (max 768px)
================================================== */
@media (max-width:768px){

.container{
width:100%;
max-width:100%;
padding:0 15px;
}

/* HEADER */
.header-content{
flex-direction:column;
padding:15px 0;
}

.logo{
margin-bottom:15px;
text-align:center;
}

.header-search{
width:100%;
margin-top:15px;
}

.header-search form,
.header-search input{
width:100%;
}


/* ESKİ SLIDER (kullanan varsa bozulmaz) */
.featured-slide{
height:300px;
}

.slide-content h2{
font-size:1.2rem;
}


/* LAYOUT */
.content-wrapper{
grid-template-columns:1fr;
}

.sidebar{
margin-top:40px;
}


/* KARTLAR */
.news-card{
margin-bottom:20px;
}

.post-meta{
flex-wrap:wrap;
}

.post-meta span{
font-size:12px;
}

.section-title{
font-size:1.5rem;
}


/* PAGINATION */
.pagination{
justify-content:center;
}

.pagination a,
.pagination span{
padding:8px 12px;
margin:0 3px;
}


/* FOOTER */
.footer-widgets{
grid-template-columns:1fr;
}

.footer-bottom{
flex-direction:column;
text-align:center;
gap:15px;
}

.social-links{
justify-content:center;
}


/* ==================================================
   ✅ MODERN SLIDER MOBİL FIX
================================================== */

.modern-featured{
margin:20px 0;
}

.modern-featured .modern-featured-wrapper{
flex-direction:column;
gap:15px;
}

/* SLIDER */
.modern-featured .featured-content{
width:100%;
height:auto !important;
min-height:240px;
aspect-ratio:16/9;
position:relative;
}

.modern-featured .featured-post{
position:absolute;
inset:0;
width:100%;
height:100% !important;
display:flex;
align-items:flex-end;
background-size:cover !important;
background-position:center !important;
}

/* YAZI */
.modern-featured .content{
position:relative;
width:100%;
padding:15px;
background:linear-gradient(to top,rgba(0,0,0,.80),transparent);
}

.modern-featured h2{
font-size:20px !important;
line-height:1.3;
margin:8px 0;
}

/* NUMARALAR */
.modern-featured .featured-numbers{
width:100%;
flex-direction:row;
justify-content:center;
gap:10px;
margin-top:10px;
}

.modern-featured .num-item{
width:44px;
height:44px;
font-size:14px;
border-radius:10px;
transform:none;
}

.modern-featured .num-item.active{
transform:none;
}

}


/* ==================================================
   KÜÇÜK MOBİL (max 480px)
================================================== */
@media (max-width:480px){

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

.card-image img{
height:180px;
}

.post-title{
font-size:1.1rem;
}

.post-excerpt{
font-size:0.9rem;
}

.widget-title{
font-size:1.2rem;
}

.popular-item{
flex-direction:column;
text-align:center;
}

.item-image{
width:100%;
margin-bottom:10px;
}

.item-image img{
width:100%;
height:auto;
}


/* MODERN SLIDER KÜÇÜK MOBİL */

.modern-featured .featured-content{
aspect-ratio:4/3;
min-height:220px;
}

.modern-featured h2{
font-size:18px !important;
}

}