
:root{
  --accent:#2cc48a;
}
.hero .overlay{
  background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.55));
}
.text-accent{color:var(--accent);}
.object-fit-cover{object-fit:cover;}
.section{padding:60px 0}
.icon-wrap{
  width:52px;height:52px;border-radius:14px;background:#f1f5f9;
  display:inline-flex;align-items:center;justify-content:center;font-size:26px;
}
.card h5{font-weight:600}
.navbar .btn{border-radius:12px}
.btn-primary{--bs-btn-bg:var(--accent);--bs-btn-border-color:var(--accent);}
.btn-primary:hover{filter:brightness(0.9)}
header.hero{min-height:62vh}
@media (min-width:992px){header.hero{min-height:72vh}}
/* Gallery */
#gallery .item{position:relative;overflow:hidden;border-radius:14px}
#gallery img{width:100%;height:260px;object-fit:cover;display:block;transition:.3s transform ease}
#gallery .item:hover img{transform:scale(1.03)}
.badge-filter{position:absolute;top:10px;left:10px}
footer{background:#fff}
