/* =========================
   BLOG CARD
========================= */

.blog-card{
border-radius:12px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.3s;
background:#fff;
height:100%;
display:flex;
flex-direction:column;
}

.blog-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 25px rgba(0,0,0,0.15);
}

.blog-img{
overflow:hidden;
}

.blog-img img{
height:200px;
width:100%;
object-fit:cover;
transition:0.3s;
}

.blog-img:hover img{
transform:scale(1.05);
}

.blog-text{
flex:1;
padding:15px;
}

.blog-title{
font-size:16px;
font-weight:600;
margin-bottom:8px;
}

.blog-title a{
text-decoration:none;
color:#111;
}

.blog-title a:hover{
color:#ff7a45;
}

.blog-desc{
font-size:14px;
color:#666;
}


/* =========================
   SIDEBAR
========================= */

.sidebar-sticky{
position:sticky;
top:90px;
}

.left-box{
background:#fff;
border-radius:10px;
padding:15px;
margin-bottom:20px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.menu-title{
font-size:16px;
font-weight:700;
margin-bottom:10px;
border-bottom:1px solid #eee;
padding-bottom:5px;
}


/* =========================
   MENU LIST
========================= */

.menu-list{
list-style:none;
padding:0;
margin:0;
}

.menu-list li{
margin-bottom:5px;
}

.menu-list a{
display:block;
padding:8px 10px;
border-radius:6px;
text-decoration:none;
color:#333;
transition:0.2s;
}

.menu-list a:hover{
background:#ff7a45;
color:#fff;
}

.menu-list .active a{
background:#ff7a45;
color:#fff;
}

.menu-list i{
margin-right:8px;
}

.scroll-menu{
max-height:calc(100vh - 200px);
overflow-y:auto;
}


/* =========================
   BLOG DETAIL
========================= */

.blog-detail{
background:#fff;
padding:15px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.detail-img{
width:100%;
border-radius:10px;
margin-bottom:15px;
}

.detail-meta{
color:#777;
margin-bottom:15px;
}

.blog-content{
font-size:16px;
line-height:1.7;
}

.blog-content h1{
font-size:26px;
margin-bottom:10px;
}

.blog-content h2{
margin-top:20px;
font-size:20px;
}

.blog-content p{
margin-bottom:10px;
}


/* =========================
   BANNER
========================= */

.page-banner{
background:url("/resimler/blog-banner7.jpg") center/cover no-repeat;
height:180px;
display:flex;
align-items:center;
margin-bottom:20px;
}

.banner-overlay{
width:100%;
height:100%;
display:flex;
align-items:center;
}

.page-banner h1{
color:#fff;
margin:0;
}

.breadcrumb{
color:#eee;
}

.breadcrumb a{
color:#ff7a45;
text-decoration:none;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

.sidebar-sticky{
position:relative;
top:0;
}

.blog-img img{
height:180px;
}

}












.menu-list li a{
    display:block;
    padding:8px 10px;
    border-radius:6px;
    transition:0.2s;
}

.menu-list li a:hover{
    background:#f3f3f3;
}

.menu-list li.active-cat a{
    background:#ff7a00;
    color:white;
}

.menu-list li.active-cat i{
    color:white;
}

.menu-list i{
    width:18px;
    color:#666;
}




.sub-menu{
    margin-left:15px;
    margin-top:5px;
}

.sub-menu li a{
    font-size:13px;
    padding:5px 10px;
}

.active-cat > a{
    background:#ff7a00;
    color:white;
    border-radius:6px;
}













.sub-menu i{
    color:#999;
    font-size:12px;
    margin-right:6px;
}

.menu-list > li > a i{
    width:18px;
}

.active-cat > a{
    background:#ff7a00;
    color:white;
    border-radius:6px;
}

.active-cat i{
    color:white;
}






.menu-list li a{
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px 10px;
    border-radius:6px;
    text-decoration:none;
}

.menu-list li a i{
    width:18px;
    text-align:center;
}

.menu-list li.sub a{
    padding-left:25px;
    font-size:14px;
}

.menu-list .text{
    flex:1;
    white-space:normal;
}

.active-cat a{
    background:#ff7a00;
    color:white;
}
























.menu-list li a{
    display:flex;
    align-items:center;
    gap:8px;
    padding:9px 12px;
    border-radius:6px;
    color:#333;
    transition:all .2s;
}


/* hover */

.menu-list li a:hover{
    background:#f3f3f3;
    color:#000;
}


/* sol çizgi hover */

.menu-list li a:hover{
    border-left:4px solid #ff7a00;
    padding-left:8px;
}


/* aktif kategori */

.active-cat a{
    background:#ff7a00;
    color:white !important;
    border-left:4px solid #ff7a00;
}


/* üst kategori */

.parent-title{
    padding:8px 12px;
    font-weight:600;
    color:#444;
}


/* alt kategori */

.sub a{
    padding-left:25px;
    font-size:14px;
}


/* icon hizalama */

.menu-list i{
    width:18px;
    text-align:center;
}











.airport-card{
background:#fff;
padding:20px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:.3s;
}

.airport-card:hover{
transform:translateY(-5px);
}

.airport-card.vip{
background:linear-gradient(135deg,#111,#333);
color:#fff;
}

.icon{
width:40px;
height:40px;
background:#ff7a00;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:8px;
margin-bottom:10px;
}


.airport-card{
height:100%;
display:flex;
flex-direction:column;
}

.airport-card a{
margin-top:auto;
}