/* =============================================
   Current Solutions Inc. — Main Stylesheet
   ============================================= */

/* --- Navigation --- */
.nav-link.active {
  background-color: #fd7e14;
  border-radius: 0.375rem;
}

/* --- Typography Utilities --- */
.text-brand {
  color: rgb(59, 153, 224);
}

/* --- Layout Helpers --- */
hr {
  color: grey;
}

/* --- Services Grid --- */
div.service {
  margin-bottom: 40px;
}

.srv-img {
  padding-top: 50px;
}

/* --- Feature Boxes (Why Choose Us) --- */
.feature-box {
  margin-bottom: 30px;
}

/* --- Lists inside sections --- */
section ul li {
  text-align: left;
  margin-left: 100px;
}

/* --- Block heading paragraphs --- */
.clean-block .block-heading p {
  max-width: 80%;
  text-align: left;
}

/* --- About Hero Banner --- */
.about-hero {
  position: relative;
  background: url(../img/about-us.jpg) no-repeat center center;
  background-size: cover;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.about-hero h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  padding: 2rem 1rem;
}

/* --- Footer --- */
.locations {
  color: white;
  text-align: center;
}

.locations > h5 {
  text-align: center;
}

.designer,
.footer-copyright a {
  color: rgb(59, 153, 224);
}

/* --- Privacy Policy page --- */
.privacy-content h2 {
  color: rgb(59, 153, 224);
  margin-top: 2rem;
  font-size: 1.3rem;
}

.privacy-content p,
.privacy-content li {
  color: #ccc;
  line-height: 1.7;
}

.privacy-content ul li {
  margin-left: 1.5rem;
}