.card-box img{
width:100%;
height:220px;
object-fit:cover;
border-radius:12px;
}.breaking{
background:#e63946;
color:#fff;
padding:10px;
border-radius:10px;
margin-bottom:15px;
}

.hero{
position:relative;
overflow:hidden;
border-radius:20px;
}

.hero-content{
position:absolute;
left:20px;
bottom:20px;
color:#fff;
}

.quick-box{
background:#fff;
padding:15px;
text-align:center;
border-radius:15px;
box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.card-box{
background:#fff;
padding:15px;
border-radius:15px;
margin-bottom:12px;
box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.section-title{
margin:20px 0 10px;
font-weight:700;
}

.whatsapp-btn{
position:fixed;
right:20px;
bottom:90px;
width:55px;
height:55px;
border-radius:50%;
background:#25D366;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
text-decoration:none;
z-index:999;
}body{
background:#f5f7fa;
font-family:Arial,sans-serif;
padding-bottom:80px;
}

.bottom-nav{
position:fixed;
left:0;
right:0;
bottom:0;
background:#fff;
display:flex;
justify-content:space-around;
align-items:center;
padding:10px 0;
box-shadow:0 -2px 10px rgba(0,0,0,.1);
z-index:9999;
}

.bottom-nav a{
display:flex;
flex-direction:column;
align-items:center;
text-decoration:none;
color:#333;
font-size:12px;
}

.bottom-nav i{
font-size:18px;
margin-bottom:4px;
}

.bottom-nav a:hover{
color:#0b2e59;
}.main-footer{
background:#0b2e59;
color:#fff;
padding:30px 15px 90px;
margin-top:30px;
}

.footer-content{
text-align:center;
}

.footer-links{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin:15px 0;
}

.footer-links a{
color:#fff;
text-decoration:none;
}

.copyright{
font-size:13px;
opacity:.8;
margin-top:15px;
}.main-header{
background:#0b2e59;
position:sticky;
top:0;
z-index:999;
box-shadow:0 2px 10px rgba(0,0,0,.1);
}

.header-inner{
height:65px;
display:flex;
align-items:center;
justify-content:space-between;
}

.logo{
display:flex;
align-items:center;
gap:10px;
text-decoration:none;
color:#fff;
font-size:22px;
font-weight:700;
}

.logo img{
width:38px;
height:38px;
object-fit:contain;
}

.header-actions a{
color:#fff;
font-size:20px;
}