
#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;
  }
}



#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-9 Styles */
#footer-9 {
  background-color: var(--footer-bg-color, #f9f9f9);
  color: var(--footer-text-color, #5a5a5a);
  padding: 1.25rem 0;
  font-size: 0.85rem;
  border-top: 1px solid var(--footer-border-top-color, #e1e1e1);
}
#footer-9 .footer-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem; /* Gap between items when they wrap */
}
#footer-9 .footer-block {
  margin-bottom: 0; /* No bottom margin for direct children of flex */
}
#footer-9 .copyright-block a {
  color: var(--footer-link-color, #3498db);
  text-decoration: none;
  font-weight: 500;
}
#footer-9 .copyright-block a:hover {
  color: var(--footer-link-hover-color, #2374a9);
  text-decoration: underline;
}
#footer-9 .quick-links-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem; /* row-gap column-gap */
}
#footer-9 .quick-links-block ul li a {
  color: var(--footer-link-color, #3498db);
  text-decoration: none;
}
#footer-9 .quick-links-block ul li a:hover {
  color: var(--footer-link-hover-color, #2374a9);
  text-decoration: underline;
}
#footer-9 .contact-short-block .contact-prefix {
  margin-right: 0.3rem;
  opacity: 0.8;
}
#footer-9 .contact-short-block a {
  color: var(--footer-link-color, #3498db);
  text-decoration: none;
}
#footer-9 .contact-short-block a:hover {
  color: var(--footer-link-hover-color, #2374a9);
  text-decoration: underline;
}
#footer-9 .social-minimal-block a {
  color: var(--footer-icon-color, #777777);
  margin-left: 0.75rem; /* Space between icons */
  font-size: 1.1rem; /* Slightly larger icons */
  transition: color 0.2s ease;
}
#footer-9 .social-minimal-block a:first-child {
  margin-left: 0;
}
#footer-9 .social-minimal-block a:hover {
  color: var(--footer-icon-hover-color, #3498db);
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
  /* Stack items below lg */
  #footer-9 .footer-content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  #footer-9 .footer-block {
    margin-bottom: 0.75rem; /* Add margin when stacked */
  }
  #footer-9 .footer-block:last-child {
    margin-bottom: 0;
  }
  #footer-9 .quick-links-block ul {
    justify-content: center;
  }
  #footer-9 .social-minimal-block a {
    margin: 0 0.5rem; /* Adjust spacing for centered icons */
  }
}


