/* Main custom styles for JOFRED ENGINEERING CONCEPTS LTD */
:root {
  --primary: #153a5b;
  --accent: #ff7f2a;
  --light: #f8f9fa;
  --gray: #e9ecef;
  --dark: #222;
  --font-main: 'Segoe UI', 'Roboto', Arial, sans-serif;
}
body {
  font-family: var(--font-main);
  background: var(--light);
  color: var(--dark);
  scroll-behavior: smooth;
}
/* ...more styles for sections, navbar, hero, cards, gallery, footer, etc... */
.gallery-thumb {
  object-fit: cover;
  width: 100%;
  height: 220px;
  aspect-ratio: 1/1;
  background: #e9ecef;
}
