
#header-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  transition: all 0.4s ease;
}
#header-7.scrolled {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}
#header-7 .navbar {
  padding: 0.75rem 1rem;
}
#header-7 .navbar-brand img {
  height: 40px;
}
#header-7 .navbar-nav .nav-link {
  color: #111211;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
#header-7.scrolled .nav-link {
  color: #222;
}
#header-7 .nav-link.active,
#header-7 .nav-link:hover {
  color: #00b4d8;
}
#header-7 .cta-button {
  background-color: #00b4d8;
  color: #fff;
  border-radius: 30px;
  padding: 0.4rem 1.2rem;
  font-weight: 600;
  transition: all 0.3s;
}
#header-7 .cta-button:hover {
  background-color: #0096c7;
}
#header-7.scrolled .cta-button {
  background-color: #0077b6;
}
@media (max-width: 767.98px) {
  #header-7 .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  #header-7 .nav-link {
    color: #222 !important;
  }
  #header-7 .cta-button {
    margin-top: 0.5rem;
    width: 100%;
  }
}



#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;
}


