
#header-8 {
  /* position: sticky; */
  top: 0;
  width: 100%;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#header-8 .navbar {
  padding: 0.75rem 1rem;
}
#header-8 .navbar-brand img {
  height: 42px;
}
#header-8 .navbar-nav .nav-link {
  color: #222;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
#header-8 .nav-link.active,
#header-8 .nav-link:hover {
  color: #007bff;
}
#header-8 .hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4rem 1rem;
  background-color: #f8f9fa;
}
#header-8 .hero-text {
  max-width: 540px;
}
#header-8 .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#header-8 .hero-subtitle {
  font-size: 1.125rem;
  color: #555;
  margin-bottom: 2rem;
}
#header-8 .cta-button {
  background-color: #007bff;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}
#header-8 .cta-button:hover {
  background-color: #0056b3;
}
#header-8 .hero-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  #header-8 .hero {
    flex-direction: column;
    text-align: center;
  }
  #header-8 .hero-text {
    margin-bottom: 2rem;
  }
}



#link-section-3 {
  background-color: var(--primary_color);
  color: var(--text_color);
  padding: 4rem 0;
  text-align: center;
}
#link-section-3 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#link-section-3 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.8;
}
#link-section-3 .row {
  max-width: 1100px;
  margin: 0 auto;
}
#link-section-3 .link-card {
  background-color: var(--card_color);
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
  padding: 2rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#link-section-3 .link-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
#link-section-3 .link-card i {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}





/* Footer-16 Styles - Split Column with Image/Icon Focus */
#footer-16 {
  background-color: #e9edf0; /* Light, slightly cool grey */
  color: #3d4852; /* Dark grey/blue text */
  padding: 3.5rem 0;
  font-size: 0.9rem;
  position: relative;
}
#footer-16 .dominant-column-f16 {
  background-color: #ffffff; /* White or slightly off-white for contrast */
  padding: 2rem;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content within this column */
  text-align: center;
  margin-bottom: 2rem; /* Space when stacked on mobile */
}
@media (min-width: 992px) {
  /* On lg and up, make it taller or distinct */
  #footer-16 .dominant-column-f16 {
    /* min-height: calc(100% + 2rem); Slightly taller effect */
    /* transform: translateY(-1rem); Pull it up slightly for an overlap */
    margin-bottom: 0; /* Reset margin if side-by-side */
  }
}
#footer-16 .decorative-icon-f16 {
  font-size: 3.5rem; /* Large icon */
  color: #3498db; /* Primary accent color */
  margin-bottom: 1.25rem;
  line-height: 1; /* Ensure icon is not pushed down by line height */
}
#footer-16 .decorative-image-f16 {
  max-width: 120px; /* Control image size */
  max-height: 120px;
  border-radius: 50%; /* Circular image example */
  object-fit: cover;
  margin-bottom: 1.25rem;
  border: 3px solid #3498db; /* Accent border */
}
#footer-16 .site-logo-f16 {
  max-height: 45px;
  margin-bottom: 0.75rem;
}
#footer-16 .site-name-text-f16 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50; /* Dark title color */
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
}
#footer-16 .site-name-text-f16:hover {
  color: #3498db;
}
#footer-16 .impactful-message-f16 {
  font-size: 0.95rem;
  color: #5a6872;
  line-height: 1.6;
  margin-top: 0.5rem;
}
#footer-16 .content-column-title-f16 {
  font-size: 1.05rem;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #bdc3c7; /* Lighter border */
  display: inline-block;
}
#footer-16 .links-list-f16 {
  list-style: none;
  padding-left: 0;
}
#footer-16 .links-list-f16 li {
  margin-bottom: 0.5rem;
}
#footer-16 .links-list-f16 a {
  color: #3498db; /* Primary link color */
  text-decoration: none;
  transition: color 0.2s ease;
}
#footer-16 .links-list-f16 a:hover,
#footer-16 .links-list-f16 a.active {
  color: #2980b9; /* Darker shade on hover */
  text-decoration: underline;
}
#footer-16 .contact-details-f16 p,
#footer-16 .contact-details-f16 a {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: #5a6872;
  text-decoration: none;
}
#footer-16 .contact-details-f16 i {
  width: 18px;
  margin-right: 0.5rem;
  color: #3498db;
}
#footer-16 .contact-details-f16 a:hover {
  color: #2980b9;
}
#footer-16 .bottom-section-f16 {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d1d8de; /* Separator */
  text-align: center;
  font-size: 0.8rem;
  color: #7f8c8d; /* Muted color */
}
#footer-16 .partner-links-bottom-f16 {
  margin-bottom: 1rem;
}
#footer-16 .partner-links-bottom-f16 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
}
#footer-16 .partner-links-bottom-f16 a {
  color: #3498db;
  font-size: 0.85rem;
  text-decoration: none;
}
#footer-16 .partner-links-bottom-f16 a:hover {
  color: #2980b9;
  text-decoration: underline;
}
#footer-16 .copyright-text-f16 p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  /* lg */
  #footer-16 .content-column-f16 {
    margin-bottom: 2rem; /* Space when columns stack */
    text-align: center; /* Center text in stacked content columns */
  }
  #footer-16 .content-column-title-f16 {
    display: block; /* Ensure border bottom spans width of text in center align */
    margin-left: auto;
    margin-right: auto;
  }
  #footer-16 .links-list-f16,
  #footer-16 .contact-details-f16 {
    /* For centered lists if needed */
  }
}


