
#header-17 {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 0.9rem 0;
}
#header-17 .navbar-brand img {
  max-height: 45px;
}
#header-17 .navbar-brand .site-name-text {
  font-size: 1.7rem;
  font-weight: 600;
  color: #333a42;
}
#header-17 .navbar-nav .nav-item {
  margin: 0 0.3rem;
}
#header-17 .navbar-nav .nav-link {
  font-weight: 500;
  color: #495057;
  padding: 0.7rem 1rem;
  border-radius: 0.25rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#header-17 .navbar-nav .nav-link:hover,
#header-17 .navbar-nav .nav-link.active {
  color: #007bff;
  background-color: #f0f7ff;
}
#header-17 .header-utility-area {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
#header-17 .header-search-form .form-control {
  border-radius: 18px 0 0 18px;
  border-right: none;
  font-size: 0.85rem;
  padding-left: 0.9rem;
  max-width: 180px;
  transition: max-width 0.3s ease-in-out;
}
#header-17 .header-search-form .form-control:focus {
  max-width: 230px;
}
#header-17 .header-search-form .btn-search {
  border-radius: 0 18px 18px 0;
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
  font-size: 0.85rem;
}
#header-17 .header-search-form .btn-search:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
#header-17 .header-cta-button {
  margin-left: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#header-17 .header-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 123, 255, 0.2);
}
#header-17 .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}
#header-17 .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  #header-17 .navbar-collapse {
    margin-top: 0.9rem;
    border-top: 1px solid #e9ecef;
    padding-top: 0.9rem;
    background-color: #fff;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
    border-radius: 0 0 0.2rem 0.2rem;
  }
  #header-17 .navbar-nav .nav-item {
    margin: 0;
  }
  #header-17 .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f8f9fa;
  }
  #header-17 .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  #header-17 .header-utility-area {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
  }
  #header-17 .header-search-form {
    width: 100%;
    margin-bottom: 0.9rem;
  }
  #header-17 .header-search-form .form-control {
    max-width: 100%;
  }
  #header-17 .header-cta-button {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}



#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;
  }
}


