
#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-4 {
  background-color: var(--background_color);
  color: var(--text_color);
  padding: 5rem 0;
  text-align: center;
}
#link-section-4 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#link-section-4 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.75;
}
#link-section-4 .row {
  max-width: 1000px;
  margin: 0 auto;
}
#link-section-4 .circle-link {
  width: 4rem;
  height: 4rem;
  background: var(--circle_bg_gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
#link-section-4 .link-item {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
}
#link-section-4 .link-item:hover .circle-link {
  transform: scale(1.1);
}
#link-section-4 .link-label {
  font-size: 0.95rem;
}





/* Footer-13 Styles - Minimalist, Text-Focused */
#footer-13 {
  background-color: #f8f9fa; /* Light grey background */
  color: #495057; /* Dark grey text */
  padding: 2.5rem 0;
  font-size: 0.875rem; /* Slightly smaller base font */
  border-top: 1px solid #dee2e6; /* Standard Bootstrap border color */
}
#footer-13 .footer-brand-info .site-name-link-f13 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529; /* Bootstrap's darker grey / almost black */
  text-decoration: none;
}
#footer-13 .footer-brand-info .site-name-link-f13:hover {
  color: #007bff; /* Standard Bootstrap primary color */
}
#footer-13 .footer-brand-info .site-logo-f13 {
  max-height: 40px;
  margin-right: 0.75rem; /* If logo and text name are side-by-side */
}
#footer-13 .footer-tagline-f13 {
  font-size: 0.9rem;
  color: #6c757d; /* Bootstrap's muted text color */
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
}
#footer-13 .footer-block-title-f13 {
  font-size: 0.95rem;
  font-weight: 500;
  color: #343a40; /* Darker grey for titles */
  margin-bottom: 0.75rem;
  margin-top: 1.5rem; /* Space between blocks */
}
#footer-13 .footer-block-title-f13:first-of-type {
  /* No top margin for the very first title */
  margin-top: 0;
}
#footer-13 .footer-link-list-f13 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; /* Reset default ul margin */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Align left by default */
  gap: 0.5rem 1.25rem; /* row-gap column-gap */
}
#footer-13 .footer-link-list-f13 a {
  color: #007bff; /* Standard Bootstrap primary color */
  text-decoration: none;
}
#footer-13 .footer-link-list-f13 a:hover {
  color: #0056b3; /* Darker primary color on hover */
  text-decoration: underline;
}
#footer-13 .footer-copyright-f13 {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef; /* Lighter border for copyright separation */
  text-align: center;
  font-size: 0.8rem;
  color: #6c757d;
}
#footer-13 .footer-copyright-f13 p {
  margin-bottom: 0;
}
/* Responsive: Stack elements and center text on smaller screens */
@media (max-width: 767.98px) {
  #footer-13 {
    text-align: center;
  }
  #footer-13 .footer-link-list-f13 {
    justify-content: center;
  }
  #footer-13 .footer-brand-info {
    margin-bottom: 1.5rem;
  }
}


