
/* Custom styles for AptMart Bootstrap demo */
:root{--accent:#2b7a78}
body {font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;}
.hero-overlay{background: rgba(0,0,0,0.45); color: #fff; padding: 80px 0;}
.hero-cta input{max-width:520px;}
.feature-icon{font-size:28px;color:var(--accent);}
.card-img-top{height:200px;object-fit:cover;}
.team-img{width:120px;height:120px;object-fit:cover;border-radius:8px;}
footer{background:#f8f9fa;padding:30px 0;}
