
/*
Theme Name: BiztechSoft SaaS v2
Author: BiztechSoft
Version: 2.0
Description: Multipage SaaS theme with sections for ERP website
*/
body{font-family:Arial;margin:0;background:#f6f8fb;color:#333}
header{background:#0e2a47;color:#fff;padding:18px 30px;display:flex;justify-content:space-between;align-items:center}
header a{color:#fff;margin-right:15px;text-decoration:none;font-size:15px}
.container{max-width:1150px;margin:auto;padding:70px 20px}
.hero{display:flex;align-items:center;justify-content:space-between;gap:40px}
.hero img{width:520px;border-radius:10px}
.btn{background:#25d366;color:#fff;padding:12px 24px;border-radius:6px;text-decoration:none}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-top:40px}
.card{background:#fff;padding:25px;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center}
.card img{width:100%;border-radius:8px}
.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;margin-top:40px}
.price-box{background:#fff;padding:30px;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center}
footer{background:#0e2a47;color:#fff;text-align:center;padding:35px;margin-top:80px}
