/*
Theme Name: GST Refund Samadhan Blog Theme
Author: GST Refund Samadhan
Description: Blog theme for gstrefundsamadhan.in connected to main site gstrefundsamadhan.com
Version: 1.0
*/

body{
    font-family: Arial, sans-serif;
    margin:0;
    background:#F5F8FC;
    color:#333;
}

header{
    background:#FFFFFF;
    padding:18px 40px;
}

header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}


nav a{
    color:white;
    margin-left:20px;
    text-decoration:none;
    font-weight:500;
}

.hero{
    background:linear-gradient(120deg,#0B3C6D,#1C6ED5);
    color:white;
    text-align:center;
    padding:50px 20px;
}

.hero h1{
    font-size:42px;
}

.container{
    width:1200px;
    max-width:95%;
    margin:auto;
}

.section{
    padding:80px 20px;
}

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

.post-card{
    background:white;
    padding:25px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.post-card h2{
    font-size:20px;
}

.btn{
    display:inline-block;
    margin-top:10px;
    padding:10px 20px;
    background:#F5A623;
    color:white;
    border-radius:5px;
    text-decoration:none;
}

.cta{
    background:#0B3C6D;
    color:white;
    text-align:center;
    padding:80px 20px;
}

footer{
    background:#0B3C6D;
    color:white;
    text-align:center;
    padding:40px 20px;
}
