html {
  /* font-size: 62.5%; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  /* font: normal 300 1.4rem/1 "Poppins", sans-serif; */
  font:
    normal 10pt "Poppins",
    sans-serif;
  /* color: #333; */
  /* background-color: #f7f7f5; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
}
b {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a,
.nav-link {
  text-decoration: none;
  color: var(--orange);
}
.nav a {
  font-size: 11pt;
}
.input-group-text {
  font-weight: bold;
}
.card-sm > div {
  padding: 0.25rem;
}
.text-justify {
  text-align: justify;
}
.bgif {
  background: transparent center no-repeat fixed;
  background-size: cover;
}
.s100 {
  min-height: 100vh;
}
.s75 {
  min-height: 75vh;
}
.s50 {
  min-height: 50vh;
}
.s25 {
  min-height: 25vh;
}

/* Header top bar */
#hdr1 {
  font-size: 9pt;
  padding: 4px 0;
}
#hdr1 a {
  color: #ffc107;
}

/* Navbar */
.navbar-brand {
  font-weight: bold;
  font-size: 14pt;
}

/* Jumbotron-like sections */
.jumbotron-fluid {
  padding: 2rem 1rem;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
}

/* Card styling */
.card-sm > div {
  padding: 0.25rem;
}

/* Cookie banner */
#cookies {
  z-index: 9999;
}

/* Footer */
footer a {
  color: #ffc107;
}
footer a:hover {
  color: #fff;
}

/* Product/service cards hover effect */
.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

/* Button styles */
.btn-outline-warning {
  border-width: 2px;
}

/* Fix for Bootstrap 5 jumbotron (removed in BS5) */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
}

/* Section spacing */
section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Map container */
#map {
  min-height: 300px;
}


