/* ================= GLOBAL ================= */

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

body{
font-family:'Segoe UI', Arial, sans-serif;
background:#f5f7fb;
color:#222;
overflow-x:hidden;
}

/* ================= HEADER ================= */

.top-header{
width:100%;
background:linear-gradient(135deg,#141e30,#243b55);
padding:12px 20px;
display:flex;
justify-content:space-between;
align-items:center;
position:sticky;
top:0;
z-index:1000;
}

.header-left{
display:flex;
align-items:center;
gap:12px;
}

.header-left img{
width:45px;
height:45px;
border-radius:50%;
object-fit:cover;
}

.logo-text{
color:#fff;
font-size:22px;
font-weight:bold;
white-space:nowrap;
}

.menu-icon{
font-size:28px;
color:#fff;
cursor:pointer;
}

.dropdown{
display:none;
position:absolute;
top:65px;
left:20px;
background:#fff;
width:220px;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
z-index:1000;
}

.dropdown a{
display:block;
padding:14px;
text-decoration:none;
color:#222;
border-bottom:1px solid #eee;
font-weight:500;
}

.dropdown a:hover{
background:#f1f1f1;
}

.header-right{
display:flex;
align-items:center;
gap:10px;
}

.search-box{
border-redius:14px;
border:none;
border-radius:30px;
outline:none;
width:220px;
}

.icon-btn{
width:35px;
height:35px;
cursor:pointer;
border-radius:50%;
background:#fff;
padding:5px;
}
/* ================= H1 ================= */

header h1{
font-size:23px;
font-weight:700;
color:#1a202c;
line-height:1;
max-width:620px;
margin:auto;
padding:1px 0;   /* SPACE KAM */
}

/* ================= MOBILE ================= */

@media(max-width:768px){

header{
padding:2px 5px;   /* HEADER HEIGHT KAM */
}

header h1{
font-size:18px;
line-height:1.2;
padding:1px 0;   /* MOBILE SPACE BHI KAM */
max-width:95%;
}

}
/* ================= BLOG HEADER ================= */
header{
    padding:30px 20px;
    text-align:center;
    background:#e2e8f0;

    /* DOT PATTERN */
    background-image: radial-gradient(#b8c2cc 1.5px, transparent 1.5px);
    background-size:16px 16px;

    border-bottom:4px solid;
    border-image: linear-gradient(135deg,#141e30,#243b55);
    border-image-slice:1;
}

h1{
    font-size:28px;
    color:#1a202c;
}



/* ================= BLOG CONTENT ================= */

.blog-content{
width:100%;
background:#fff;
padding:40px 20px;
}

.blog-content p{
font-size:18px;
line-height:1.8;
margin-bottom:25px;
}

.blog-content h2{
font-size:30px;
margin:35px 0 18px;
color:#0b3d91;
}
.container{
width:100%;
max-width:1200px;
margin:auto;
background:#fff;
padding:40px 25px;
border-radius:12px;
}

.container p,
.container h2,
.container ol,
.container table{
margin-left:5px;
}

.table{
width:100%;
border-collapse:collapse;
margin:25px 0;
}

.table th,
table td{
border:1px solid #ddd;
padding:14px;
text-align:left;
}

table th{
background:#0b3d91;
color:#fff;
}

ol{
padding-left:25px;
margin-bottom:30px;
}

ol li{
margin-bottom:14px;
font-size:17px;
}

.btn{
display:inline-block;
background:#0b3d91;
color:#fff;
padding:14px 30px;
border-radius:40px;
text-decoration:none;
font-weight:bold;
margin-top:10px;
transition:0.3s;
}

.btn:hover{
background:#062d6b;
}

/* ================= BOTTOM STRIP ================= */

.bottom-strip{
width:100%;
background:#ffcc00;
padding:18px;
margin-top:40px;
text-align:center;
font-size:18px;
font-weight:bold;
}

/* ================= WHATSAPP ================= */

.whatsapp{
position:fixed;
right:20px;
bottom:20px;
width:60px;
height:60px;
z-index:1000;
}

/* ================= FOOTER ================= */

#footer{
width:100%;
margin:0;
padding:0;
}

/* ================= MOBILE FIX ================= */

@media(max-width:768px){

.top-header{
padding:8px 10px;
gap:6px;
}

.header-left{
gap:6px;
}

.header-left img{
width:34px;
height:34px;
}

.logo-text{
font-size:15px;
}

.menu-icon{
font-size:22px;
}

.header-right{
gap:5px;
}

.search-box{
width:100px;
padding:7px 1px;
font-size:13px;
}

.icon-btn{
width:28px;
height:28px;
padding:3px;
}

.dropdown{
top:55px;
left:10px;
width:180px;
}

/* MOBILE HERO */

header{
padding:3px 8px;
}

header h1{
font-size:20px;
padding:10px 10px;
max-width:95%;
border-radius:16px;
line-height:1.;
}

.container{
width:100%;
background:#fff;
padding:40px 20px;
}

.blog-content{
padding:25px 15px;
}

.blog-content p{
font-size:16px;
}

.blog-content h2{
font-size:24px;
}

table th,
table td{
padding:10px;
font-size:14px;
}

.bottom-strip{
font-size:15px;
padding:14px;
}

.whatsapp{
width:52px;
height:52px;
}

}

/* ================= FOOTER FIX ================= */

.site-footer{
    width:100%;
    background: linear-gradient(135deg,#141e30,#243b55);
    color:#fff;
    padding-top:50px;
    margin-top:50px;
    overflow:hidden;
}

/* MAIN CONTAINER FIX */
.footer-container{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0 20px;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:35px;
    padding-bottom:40px;
}

/* TEXT */
.footer-box h2,
.footer-box h3{
    color:#ffcc00;
}

.footer-box p,
.footer-box ul li a{
    color:#ddd;
    font-size:15px;
    line-height:1.8;
    text-decoration:none;
}

.footer-box ul{
    list-style:none;
    padding:0;
}

.footer-box ul li{
    margin:10px 0;
}

.footer-box ul li a:hover{
    color:#ffcc00;
    padding-left:5px;
}

/* BOTTOM */
.footer-bottom{
    width:100%;
    text-align:center;
    background:#101820;
    padding:18px 10px;
    border-top:1px solid rgba(255,255,255,0.1);
}

/* FORCE FULL WIDTH (IMPORTANT FIX) */
.site-footer,
.footer-bottom{
    width:100vw;
    position:relative;
    left:50%;
    transform:translateX(-50%);
}

/* MOBILE */
@media(max-width:768px){
    .footer-container{
        grid-template-columns:1fr;
        padding:0 15px;
    }
}