/*
Theme Name: SEO Duniya
Author: Ayush
Version: 1.0
*/

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f5f9ff;
color:#111827;
overflow-x:hidden;
}

a{
text-decoration:none;
}

.container{
width:92%;
max-width:1180px;
margin:auto;
}

.navbar{
background:#fff;
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
box-shadow:0 2px 20px rgba(0,0,0,.04);
}

.nav-inner{
display:flex;
align-items:center;
justify-content:space-between;
height:72px;
max-width:1200px;
margin:auto;
padding:0 20px;
}

.logo{
font-size:24px;
font-weight:700;
color:#2563eb;
}

.hero{
padding:160px 0 90px;
background:linear-gradient(135deg,#0f172a,#16213e);
text-align:center;
color:#fff;
}

.hero h1{
font-size:64px;
margin-bottom:20px;
}