
#header-18-brand {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  padding: 0.9rem 0;
}
#header-18-brand .navbar-brand img {
  max-height: 42px;
}
#header-18-brand .navbar-brand .site-name-text {
  font-size: 1.65rem;
  font-weight: 600;
  color: #212529;
}
#header-18-brand .navbar-nav .nav-item {
  margin: 0 0.5rem;
}
#header-18-brand .navbar-nav .nav-link {
  font-weight: 500;
  color: #343a40;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#header-18-brand .navbar-nav .nav-link:hover,
#header-18-brand .navbar-nav .nav-link.active {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.07);
}
#header-18-brand .header-utility-area {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#header-18-brand .utility-icon-link,
#header-18-brand .social-icon-link {
  color: #495057;
  font-size: 1.15rem;
  padding: 0.6rem;
  margin-left: 0.25rem;
  border-radius: 50%;
  transition: color 0.2s ease, background-color 0.2s ease;
  line-height: 1;
}
#header-18-brand .utility-icon-link:hover,
#header-18-brand .social-icon-link:hover {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}
#header-18-brand .social-icons-group {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  padding-right: 0.5rem;
}
#header-18-brand .header-cta-button {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.55rem 1.1rem;
  border-radius: 20px;
  margin-left: 0.5rem;
  white-space: nowrap;
}
#header-18-brand .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}
#header-18-brand .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  #header-18-brand .navbar-collapse {
    margin-top: 0.9rem;
    border-top: 1px solid #e9ecef;
    padding-top: 0.9rem;
    background-color: #fff;
  }
  #header-18-brand .navbar-nav {
    align-items: flex-start;
    margin-bottom: 0.75rem;
  }
  #header-18-brand .navbar-nav .nav-item {
    width: 100%;
    margin: 0.1rem 0;
  }
  #header-18-brand .navbar-nav .nav-link {
    padding: 0.8rem 1rem;
    display: block;
  }
  #header-18-brand .header-utility-area {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    padding-top: 0.75rem;
    border-top: 1px solid #f0f0f0;
  }
  #header-18-brand .utility-icon-link {
    display: block;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    padding: 0.8rem 1rem;
  }
  #header-18-brand .utility-icon-link:hover {
    background-color: rgba(0, 123, 255, 0.07);
  }
  #header-18-brand .social-icons-group {
    justify-content: flex-start;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 0.75rem;
    padding-left: 0.5rem;
  }
  #header-18-brand .social-icon-link {
    padding: 0.6rem 0.5rem;
  }
  #header-18-brand .header-cta-button {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 0.75rem 1rem;
  }
}



#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-5 Styles */
#footer-5 {
  background-color: var(--footer-bg-color, #ffffff);
  color: var(--footer-text-color, #6c757d);
  padding: 3rem 0 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  border-top: 1px solid var(--footer-separator-color, #dee2e6);
}
#footer-5 .footer-logo {
  max-height: 55px;
  margin-bottom: 0.75rem;
}
#footer-5 .footer-tagline {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: var(--footer-text-color);
  font-weight: 300;
}
#footer-5 .footer-block-heading {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--footer-text-color);
  opacity: 0.7;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem; /* Space if multiple blocks */
}
#footer-5 .footer-nav-list,
#footer-5 .footer-partners-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem; /* row-gap column-gap for links */
}
#footer-5 .footer-nav-list li a,
#footer-5 .footer-partners-list li a {
  color: var(--footer-link-color, #007bff);
  text-decoration: none;
  transition: color 0.2s ease;
}
#footer-5 .footer-nav-list li a:hover,
#footer-5 .footer-nav-list li a.active,
#footer-5 .footer-partners-list li a:hover {
  color: var(--footer-link-hover-color, #0056b3);
  text-decoration: underline;
}
#footer-5 .footer-bottom-content {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--footer-separator-color, #dee2e6);
}
#footer-5 .footer-social-icons a {
  color: var(--footer-social-icon-color, #6c757d);
  margin: 0 0.6rem;
  font-size: 1.2rem;
  transition: color 0.2s ease;
}
#footer-5 .footer-social-icons a:hover {
  color: var(--footer-social-icon-hover-color, #007bff);
}
#footer-5 .footer-copyright-text {
  font-size: 0.8rem;
  color: var(--footer-text-color);
  opacity: 0.8;
  margin-top: 1rem; /* Space above copyright if social icons are present */
}
#footer-5 .footer-copyright-text p {
  margin-bottom: 0;
}


