
#header-12 .top-bar {
  background: #f8f9fa;
  font-size: 0.875rem;
}
#header-12 .top-bar a {
  color: #6c757d;
  text-decoration: none;
}
#header-12 .top-bar a:hover {
  color: #0d6efd;
}
#header-12 .navbar {
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#header-12 .navbar img {
  max-height: 45px;
}
#header-12 .btn {
  text-transform: uppercase;
}



#link-section-6 {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  color: #fff;
  text-align: center;
}

/* Animated gradient background */
#link-section-6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    var(--gc1),
    var(--gc2),
    var(--gc3),
    var(--gc4)
  );
  background-size: 600% 600%;
  animation: gradientBG var(--anim-duration) ease infinite;
  z-index: -1;
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

#link-section-6 .section-title {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}

#link-section-6 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.85;
}

#link-section-6 .link-item {
  background: rgba(255,255,255,0.2);
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}

#link-section-6 .link-item:hover {
  background: rgba(255,255,255,0.35);
  transform: translateY(-4px);
}

#link-section-6 .link-item i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}






/* Footer-14 Styles - Structured Boxed Look */
#footer-14 {
  background-color: #f0f2f5; /* Overall page background or a light footer bg */
  padding: 3rem 0 1.5rem 0;
  font-size: 0.9rem;
  color: #333; /* Default text color */
}
#footer-14 .footer-main-boxed-content {
  background-color: #ffffff; /* White background for the box */
  padding: 2.5rem;
  border: 1px solid #ced4da; /* Standard Bootstrap border */
  border-radius: 0.3rem; /* Subtle rounded corners */
  margin-bottom: 2rem; /* Space before the sub-footer content */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* Subtle shadow */
}
#footer-14 .footer-logo-f14 {
  max-height: 45px;
  margin-bottom: 1rem;
}
#footer-14 .site-name-text-f14 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block; /* If no logo, make it block */
}
#footer-14 .site-name-text-f14:hover {
  color: #0056b3;
}
#footer-14 .brand-description-f14 {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}
#footer-14 .footer-column-title-f14 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #2c3e50; /* A darker, professional title color */
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #007bff; /* Accent border for titles */
  display: inline-block;
}
#footer-14 .menu-list-f14 {
  list-style: none;
  padding-left: 0;
}
#footer-14 .menu-list-f14 li {
  margin-bottom: 0.5rem;
}
#footer-14 .menu-list-f14 a {
  color: #007bff; /* Bootstrap primary link color */
  text-decoration: none;
}
#footer-14 .menu-list-f14 a:hover {
  color: #0056b3;
  text-decoration: underline;
}
#footer-14 .contact-list-f14 p,
#footer-14 .contact-list-f14 a {
  margin-bottom: 0.4rem;
  color: #495057;
  text-decoration: none;
  font-size: 0.875rem;
}
#footer-14 .contact-list-f14 i {
  width: 18px;
  margin-right: 0.5rem;
  color: #007bff;
}
#footer-14 .contact-list-f14 a:hover {
  color: #0056b3;
}
#footer-14 .footer-sub-content {
  text-align: center;
  font-size: 0.85rem;
  color: #6c757d; /* Muted color for sub-content */
}
#footer-14 .partner-links-sub-f14 {
  margin-bottom: 1rem;
}
#footer-14 .partner-links-sub-f14 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
}
#footer-14 .partner-links-sub-f14 a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.8rem;
}
#footer-14 .partner-links-sub-f14 a:hover {
  color: #0056b3;
  text-decoration: underline;
}
#footer-14 .copyright-sub-f14 p {
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media (max-width: 991.98px) {
  #footer-14 .footer-column-f14 {
    /* Columns inside the boxed content */
    margin-bottom: 2rem;
  }
  #footer-14 .footer-column-f14:last-child {
    margin-bottom: 0;
  }
}


