
#header-12 .top-bar {
  background: #f8f9fa;
  font-size: 0.875rem;
}
#header-12 .top-bar a {
  color: #6c757d;
  text-decoration: none;
}
#header-12 .top-bar a:hover {
  color: #0d6efd;
}
#header-12 .navbar {
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#header-12 .navbar img {
  max-height: 45px;
}
#header-12 .btn {
  text-transform: uppercase;
}



#link-section-2 {
  position: relative;
  padding: 6rem 0;
  color: var(--text-color);
  overflow: hidden;
  text-align: center;
}
#link-section-2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--secondary-color);
  transform: rotate(-6deg);
}
#link-section-2 .container {
  position: relative;
  z-index: 1;
}
#link-section-2 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#link-section-2 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.85;
}
#link-section-2 .link-item {
  background: var(--primary-color);
  border: 2px solid var(--text-color);
  color: var(--text-color);
  border-radius: .5rem;
  padding: 1.25rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s, color .3s, transform .3s;
}
#link-section-2 .link-item:hover {
  background: var(--text-color);
  color: var(--primary-color);
  transform: translateY(-4px);
}
#link-section-2 .link-item i {
  margin-right: .5rem;
}





/* 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 */
  }
}


