:root{--brand:#198754;--ink:#0f172a}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink)}
.navbar-brand{letter-spacing:.2px}
.greenFont{color:var(--brand)!important}
.midWrap{max-width:1140px;margin:0 auto}
.imgWidth{max-width:100%;height:auto}
.who-are-img img{border-radius:1rem;box-shadow:0 6px 18px rgba(15,23,42,.12)}
.services-grid .card{transition:transform .15s ease, box-shadow .15s ease}
.services-grid .card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(15,23,42,.12)}
.carousel-inner img{max-height:520px;object-fit:cover}
.page-hero{padding:2rem 0 1rem}
.page-hero h1{font-weight:700}
.footer-note{opacity:.9}
