
/*
Theme Name: India MFG Authority Theme
Theme URI: https://india-mfg.com
Author: IndiaMFG
Description: Final lightweight SEO + Affiliate authority theme for India-MFG.com
Version: 1.0
*/

body {
    margin:0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    background:#ffffff;
    color:#222;
    line-height:1.6;
}

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

header {
    background:#0f2a44;
    color:#fff;
    padding:14px 0;
}

header .logo {
    font-size:22px;
    font-weight:600;
}

nav a {
    color:#fff;
    margin-left:22px;
    text-decoration:none;
    font-size:14px;
}

.hero {
    background:#f4f7fb;
    padding:80px 0;
    text-align:center;
}

.hero h1 {
    font-size:34px;
    margin-bottom:10px;
}

.hero p {
    font-size:16px;
    color:#555;
}

.categories {
    display:flex;
    gap:24px;
    margin:50px 0;
}

.category-box {
    flex:1;
    border:1px solid #eee;
    padding:24px;
    border-radius:8px;
    background:#fff;
    transition:0.2s ease;
}

.category-box:hover {
    box-shadow:0 4px 16px rgba(0,0,0,0.06);
}

.category-box h3 {
    margin-top:0;
}

.post-list h2 {
    margin-top:40px;
}

.post-card {
    border-bottom:1px solid #eee;
    padding:20px 0;
}

.affiliate-btn {
    display:inline-block;
    background:#ff7a00;
    color:#fff;
    padding:10px 18px;
    border-radius:4px;
    text-decoration:none;
    margin-top:10px;
}

.trust-box {
    background:#f9fbfd;
    border-top:1px solid #eee;
    padding:30px 0;
    text-align:center;
    font-size:14px;
    color:#555;
}

footer {
    background:#0f2a44;
    color:#fff;
    text-align:center;
    padding:20px 0;
    margin-top:50px;
}
