html,
body {
  height: 100%;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

.hero-section {
  background: linear-gradient(rgba(0, 150, 150, 0.8), rgba(0, 150, 150, 0.8));
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

/* ======================= */
/* FOOTER LOGO SECTION */
/* ======================= */

/* Footer Logo Section */

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: left; /* logo center */
  text-align: left;
}

/* Footer Logo */

.footer-logo {
  width: 150px;
  height: auto;
  margin-bottom: 8px;
  display: block;
  /*   margin-left: auto;
  margin-right: auto; */
}

/* Footer Title */

.footer-title {
  line-height: 1.3;
  text-align: left;
}

/* Footer Paragraph */

.footer-description {
  text-align: left;
  max-width: 260px;
  margin: auto;
}

/* Footer Tagline */

.footer-tagline {
  font-size: 12px;
  color: #ccc;
}

/* ======================= */
/* FOOTER SECTION */
/* ======================= */

.footer-section {
  background: linear-gradient(90deg, #1c2b36);
}

.footer-section h5 {
  font-size: 18px;
}

.footer-section ul li {
  margin-bottom: 6px;
}

.unit {
  font-weight: 500;
}

/* Quick Links CSS */

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

/* ============================= */
/* Social Media Buttons */

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
  background: #ffffff20;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #2c8f8f;
  transform: translateY(-3px);
}
