
#header-19 {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #f8f9fa;
  padding: 1rem 0;
  border-bottom: 2px solid #007bff;
}
#header-19 .navbar-brand img {
  max-height: 50px;
}
#header-19 .navbar-brand .site-name-text {
  font-size: 1.9rem;
  font-weight: 700;
  color: #343a40;
}
#header-19 .navbar-nav .nav-item {
  margin: 0 0.5rem;
}
#header-19 .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 1.05rem;
  color: #495057;
  padding: 0.6rem 1rem;
  transition: color 0.2s ease;
}
#header-19 .navbar-nav .nav-link:hover,
#header-19 .navbar-nav .nav-link.active {
  color: #0056b3;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
#header-19 .header-search-cta-area {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#header-19 .header-search-form {
  display: flex;
  min-width: 250px;
}
#header-19 .header-search-form .form-control {
  border: 1px solid #ced4da;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
}
#header-19 .header-search-form .btn-search-submit {
  background-color: #6c757d;
  color: white;
  border: 1px solid #6c757d;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0.5rem 0.75rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
#header-19 .header-search-form .btn-search-submit:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
#header-19 .header-cta-button {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
  font-weight: 500;
  padding: 0.55rem 1.2rem;
  margin-left: 1rem;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    transform 0.1s ease;
  white-space: nowrap;
}
#header-19 .header-cta-button:hover {
  background-color: #1e7e34;
  border-color: #1c7430;
  transform: scale(1.03);
}
#header-19 .navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0.6rem;
}
#header-19 .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
@media (max-width: 991.98px) {
  #header-19 .navbar-collapse {
    margin-top: 1rem;
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
  }
  #header-19 .navbar-nav {
    margin-bottom: 1rem;
  }
  #header-19 .header-search-cta-area {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
  }
  #header-19 .header-search-form {
    min-width: auto;
    width: 100%;
    margin-bottom: 0.75rem;
  }
  #header-19 .header-cta-button {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 0.75rem 1.2rem;
  }
}



#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-1 {
  background-color: var(--footer-bg-color, #f8f9fa);
  color: var(--footer-text-color, #212529);
  padding-top: var(--footer-padding-top, 4rem);
  padding-bottom: var(--footer-padding-bottom, 2rem);
  font-size: 0.9rem;
}
#footer-1 .footer-logo {
  max-height: 45px;
  margin-bottom: 1rem;
}
#footer-1 .footer-section {
  margin-bottom: 1.5rem; /* Ensure spacing on mobile */
}
#footer-1 .footer-section-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--footer-text-color);
}
#footer-1 .footer-brand-description {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--footer-text-color);
  opacity: 0.9;
}
#footer-1 .footer-links-list {
  list-style: none;
  padding-left: 0;
}
#footer-1 .footer-links-list li {
  margin-bottom: 0.5rem;
}
#footer-1 .footer-links-list a {
  color: var(--footer-link-color, #0d6efd);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
#footer-1 .footer-links-list a:hover,
#footer-1 .footer-links-list a.active {
  color: var(--footer-link-hover-color, #0a58ca);
  text-decoration: underline;
}
#footer-1 .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
}
#footer-1 .contact-info-item i {
  width: 20px;
  margin-right: 0.5rem;
  color: var(--footer-link-color, #0d6efd);
  margin-top: 0.15em; /* Align icon slightly better */
}
#footer-1 .contact-info-item a {
  color: var(--footer-text-color);
  text-decoration: none;
}
#footer-1 .contact-info-item a:hover {
  color: var(--footer-link-color, #0d6efd);
}
#footer-1 .newsletter-form .form-control {
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
#footer-1 .newsletter-form .btn {
  font-size: 0.9rem;
}
#footer-1 .partner-links-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.85rem;
}
#footer-1 .partner-links-list li {
  margin-bottom: 0.3rem;
}
#footer-1 .partner-links-list a {
  color: var(--footer-link-color, #0d6efd);
  text-decoration: none;
}
#footer-1 .partner-links-list a:hover {
  color: var(--footer-link-hover-color, #0a58ca);
  text-decoration: underline;
}
#footer-1 .footer-bottom-bar {
  padding-top: 1.5rem;
  margin-top: 1.5rem; /* Space above the bar */
  border-top: 1px solid
    var(--footer-bottom-bar-border-color, rgba(0, 0, 0, 0.1));
  background-color: var(--footer-bottom-bar-bg-color, #e9ecef);
  color: var(--footer-bottom-bar-text-color, #212529);
}
#footer-1 .footer-copyright-text {
  font-size: 0.8rem;
  margin-bottom: 0;
  text-align: center;
}
#footer-1 .footer-social-icons {
  text-align: center;
}
#footer-1 .footer-social-icons a {
  color: var(--footer-bottom-bar-text-color, #212529);
  margin: 0 0.5rem;
  font-size: 1.1rem;
  transition: color 0.2s ease-in-out;
}
#footer-1 .footer-social-icons a:hover {
  color: var(--footer-link-color, #0d6efd);
}
@media (min-width: 768px) {
  #footer-1 .footer-copyright-text {
    text-align: left;
  }
  #footer-1 .footer-social-icons {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  #footer-1 .footer-section {
    margin-bottom: 2rem; /* Increase bottom margin for stacked columns */
  }
  #footer-1 .footer-bottom-bar .col-md-6 {
    /* Stack copyright and social on mobile */
    text-align: center !important;
    margin-bottom: 0.75rem;
  }
  #footer-1 .footer-bottom-bar .col-md-6:last-child {
    margin-bottom: 0;
  }
}


