/*
Theme Name: Violet College Fee Theme
Theme URI: https://violetcollege.in/
Author: Webware IT
Author URI: https://webwareit.com
Description: Minimal theme for Violet College fee collection portal (exam fee, etc.).
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: violet-fee-theme
*/
:root{
  --vc-blue:#1b4ea3;
  --vc-text:#1f2937;
  --vc-muted:#6b7280;
}
html,body{margin:0;padding:0;font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Noto Sans', 'Liberation Sans', sans-serif; color: var(--vc-text); background:#f8fafc;}
a{color:var(--vc-blue); text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:0 16px}
.header{background:#fff;border-bottom:1px solid #e5e7eb}
.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:12px 0}
.header .logo{display:flex;align-items:center;gap:10px}
.header .logo img{height:52px}
.header .center-link{justify-self:center;font-weight:600}
.header .contact{justify-self:end;text-align:right;font-size:14px;color:var(--vc-muted)}
.footer{padding:20px 0;text-align:center;color:#6b7280;border-top:1px solid #e5e7eb;background:#fff}
.hero{padding:40px 0}
.grid{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:16px}
.btn-card{display:flex;align-items:center;justify-content:center;padding:22px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;font-weight:600;min-height:84px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.btn-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08); transform: translateY(-1px); transition:.2s}
.badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:6px 12px;border:1px solid #e5e7eb;background:#fff}
@media (max-width:900px){.grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.header-inner{grid-template-columns:1fr; text-align:center}.header .contact{justify-self:center}.grid{grid-template-columns:1fr}}