/* -------------------------------------------------
   COMPONENTS – intro, cards, catalog button, etc.
   ------------------------------------------------- */

#servicesIntro h1 { margin-top:4rem; }
#servicesIntro .row > div { padding:1rem; }
#servicesIntro img { max-height:180px; object-fit:cover; }

.border-red { 
  border-top:.15rem solid #de4e3f; 
  max-width:96%; margin:2rem auto; 
  border-radius:20%; 
}

/* Dark mode (optional) */
.dark-mode { 
  background:#222; color:#ddd; 
}
.dark-mode .navbar { background:#333 !important; }
.dark-mode .card, .dark-mode .bg-clear { background:#444; }