/*
Theme Name: NK Computers Advanced
Author: NK Computers
Version: 1.0
Description: Advanced Cyber Style Theme for NK Computers Kishtwar
*/

body{
margin:0;
font-family:Arial;
color:#fff;
background: linear-gradient(270deg,#0f2027,#203a43,#2c5364,#00c6ff);
background-size:800% 800%;
animation: cyberbg 20s ease infinite;
}

@keyframes cyberbg{
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

header{
background:#FFFFFF;
text-align:center;
padding:15px;
}

.logo{height:80px}

.tagline{
font-size:18px;
color:#0000FF,
}

nav{
margin-top:10px;
}

nav a{
color:white;
margin:10px;
text-decoration:none;
font-weight:bold;
}

.updates{
background:111;
padding:8px;
font-size:18px;
color:#0f0;
}

.container{
padding:40px;
}

.posts-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}

.post-box{
background:#111;
padding:15px;
border-radius:10px;
box-shadow:0 0 10px #00eaff;
}

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

.services li{
padding:8px;
border-bottom:1px solid #333;
}

footer{
background:#000;
text-align:center;
padding:20px;
margin-top:40px;
}

.social i{
margin:10px;
font-size:20px;
}

.whatsapp{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
padding:12px 18px;
border-radius:30px;
color:white;
text-decoration:none;
font-weight:bold;
}
