
#header-20 {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #343a40;
  color: #f8f9fa;
  padding: 0.6rem 0;
}
#header-20 .navbar-brand img {
  max-height: 38px;
  /* filter: brightness(0) invert(1); */
}
#header-20 .navbar-brand .site-name-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
#header-20 .navbar-nav .nav-item {
  margin: 0 0.2rem;
}
#header-20 .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 0.9rem;
  color: #adb5bd;
  padding: 0.4rem 0.7rem;
  border-radius: 3px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#header-20 .navbar-nav .nav-link:hover,
#header-20 .navbar-nav .nav-link.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
#header-20 .header-contact-utility {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#header-20 .quick-contact-info {
  font-size: 0.85rem;
  color: #ced4da;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}
#header-20 .quick-contact-info a {
  color: #e9ecef;
  text-decoration: none;
  transition: color 0.2s ease;
}
#header-20 .quick-contact-info a:hover {
  color: #fff;
  text-decoration: underline;
}
#header-20 .quick-contact-info .contact-divider {
  margin: 0 0.75rem;
  color: #6c757d;
}
#header-20 .quick-contact-info i {
  margin-right: 0.3rem;
  font-size: 0.9em;
}
#header-20 .utility-actions .btn-utility {
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.4rem 0.8rem;
  margin-left: 0.5rem;
  border-radius: 4px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
#header-20 .utility-actions .btn-utility:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.3);
}
#header-20 .utility-actions .btn-utility i {
  margin-right: 0.4rem;
}
#header-20 .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
#header-20 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#header-20 .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
@media (max-width: 1199.98px) {
  #header-20 .quick-contact-info {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #header-20 .navbar-collapse {
    margin-top: 0.6rem;
    background-color: #495057;
    padding: 0.5rem 0;
    border-radius: 0 0 4px 4px;
  }
  #header-20 .navbar-nav {
    margin-bottom: 0.5rem;
  }
  #header-20 .navbar-nav .nav-item {
    width: 100%;
    margin: 0;
  }
  #header-20 .navbar-nav .nav-link {
    padding: 0.7rem 1rem;
    border-bottom: 1px solid #5a6268;
  }
  #header-20 .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  #header-20 .header-contact-utility {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding: 0.5rem 1rem;
  }
  #header-20 .quick-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 0.75rem;
    width: 100%;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #5a6268;
  }
  #header-20 .quick-contact-info .contact-divider {
    display: none;
  }
  #header-20 .quick-contact-info a {
    margin-bottom: 0.3rem;
  }
  #header-20 .utility-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #header-20 .utility-actions .btn-utility {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  #header-20 .utility-actions .btn-utility:last-child {
    margin-bottom: 0;
  }
}



#useful-link-20 {
  background-color: #f8f9fa;
}
#useful-link-20 .section-title {
  font-weight: 700;
}
#useful-link-20 .section-subtitle {
  font-size: 1.15rem;
}
#useful-link-20 .link-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-width: 1px !important;
}
#useful-link-20 .link-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1) !important;
}
#useful-link-20 .link-icon {
}
#useful-link-20 .link-title {
  color: #212529;
}
#useful-link-20 .link-description {
  line-height: 1.6;
}
#useful-link-20 .link-tags-area {
  border-color: #e9ecef !important;
}
#useful-link-20 .tag-item {
  font-size: 0.7rem;
  padding: 0.3em 0.6em;
  font-weight: 500;
  border-color: #dee2e6 !important;
}
#useful-link-20 .cta-link-area {
}
#useful-link-20 .cta-link {
  font-size: 0.85rem;
}
#useful-link-20 .cta-link i {
  transition: transform 0.2s ease-in-out;
}
#useful-link-20 .cta-link:hover i {
  transform: translateX(3px);
}
#useful-link-20 .card-body {
  padding: 1.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 */
  }
}


