
/* style.css - custom styles */
:root{
  --primary: #0d6efd;
  --dark: #212529;
  --muted: #6c757d;
}
body{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; line-height:1.6;}
.navbar-brand{font-weight:700;}
.hero{background: url('../images/hero.jpg') center/cover no-repeat; color:white; padding:120px 0;}
.section-title{font-weight:700; margin-bottom:1.5rem;}
.product-card img{height:180px; object-fit:cover;}
footer{background:#0b1221; color:#cfd8e3; padding:40px 0;}
footer a{color:#9fb3d7; text-decoration:none;}
.feature-box{padding:20px; border-radius:8px; background:white; box-shadow:0 6px 18px rgba(13,110,253,0.06);}
.map-responsive{overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}
.map-responsive iframe{left:0; top:0; height:100%; width:100%; position:absolute;}
@media(max-width:767px){ .hero{padding:80px 0;} .product-card img{height:150px;} }
