
/*
Theme Name: Bihari Thekua Clone
Version: 1.0
*/
body{margin:0;font-family:Arial,sans-serif;background:#f8f8f8}
header{background:#fff;padding:20px 40px;display:flex;justify-content:space-between}
.hero{background:#111;color:#fff;padding:80px 50px}
.hero h1{color:#f5c11a;font-size:64px;margin:0}
.btn{background:#f5c11a;padding:12px 24px;display:inline-block;color:#000;text-decoration:none}
.products{padding:40px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{background:#fff;padding:20px;border-radius:10px}
