
#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-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-6 Styles */
#footer-6 .footer-section-1 {
  background-color: var(--footer-s1-bg-color, #2c3e50);
  color: var(--footer-s1-text-color, #ecf0f1);
  padding: 2.5rem 0;
}
#footer-6 .footer-section-1 .footer-logo-s1 {
  max-height: 50px;
  margin-bottom: 1rem;
  /* filter: brightness(0) invert(1); */ /* Assuming dark bg, light logo */
}
#footer-6 .footer-section-1 .company-bio-s1 {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}
#footer-6 .footer-section-1 .newsletter-title-s1 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#footer-6 .footer-section-1 .newsletter-form-s1 .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--footer-s1-text-color, #ecf0f1);
  font-size: 0.9rem;
}
#footer-6 .footer-section-1 .newsletter-form-s1 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer-6 .footer-section-1 .newsletter-form-s1 .btn-newsletter {
  background-color: var(--footer-newsletter-btn-bg, #3498db);
  color: var(--footer-newsletter-btn-text, #ffffff);
  border-color: var(--footer-newsletter-btn-bg, #3498db);
  font-size: 0.9rem;
}
#footer-6 .footer-section-1 .newsletter-response-s1 {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}
#footer-6 .footer-section-1 .newsletter-response-s1 .text-success a {
  color: var(--footer-s1-link-color, #3498db);
}
#footer-6 .footer-section-2 {
  background-color: var(--footer-s2-bg-color, #343a40);
  color: var(--footer-s2-text-color, #f8f9fa);
  padding: 3rem 0;
  font-size: 0.9rem;
}
#footer-6 .footer-section-2 .s2-column-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--footer-s2-title-color, #ffffff);
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--footer-s2-link-color, #17a2b8);
  display: inline-block;
}
#footer-6 .footer-section-2 .s2-links-list {
  list-style: none;
  padding-left: 0;
}
#footer-6 .footer-section-2 .s2-links-list li {
  margin-bottom: 0.5rem;
}
#footer-6 .footer-section-2 .s2-links-list a {
  color: var(--footer-s2-link-color, #17a2b8);
  text-decoration: none;
  transition: color 0.2s ease;
}
#footer-6 .footer-section-2 .s2-links-list a:hover,
#footer-6 .footer-section-2 .s2-links-list a.active {
  color: var(--footer-s2-link-hover-color, #138496);
  text-decoration: underline;
}
#footer-6 .footer-section-2 .s2-contact-details p,
#footer-6 .footer-section-2 .s2-contact-details a {
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
  color: var(--footer-s2-text-color);
  opacity: 0.9;
  text-decoration: none;
}
#footer-6 .footer-section-2 .s2-contact-details i {
  width: 16px;
  margin-right: 0.5rem;
  color: var(--footer-s2-link-color, #17a2b8);
}
#footer-6 .footer-section-2 .s2-contact-details a:hover {
  color: var(--footer-s2-link-hover-color, #138496);
  opacity: 1;
}
#footer-6 .footer-section-3 {
  background-color: var(--footer-s3-bg-color, #212529);
  color: var(--footer-s3-text-color, #adb5bd);
  padding: 1.5rem 0;
  font-size: 0.8rem;
}
#footer-6 .footer-section-3 .copyright-text-s3 {
  margin-bottom: 0;
  text-align: center;
}
#footer-6 .footer-section-3 .social-icons-s3 {
  text-align: center;
}
#footer-6 .footer-section-3 .social-icons-s3 a {
  color: var(--footer-s3-social-icon-color, #adb5bd);
  margin: 0 0.6rem;
  font-size: 1.1rem;
  transition: color 0.2s ease;
}
#footer-6 .footer-section-3 .social-icons-s3 a:hover {
  color: var(--footer-s3-social-icon-hover-color, #ffffff);
}
@media (min-width: 768px) {
  #footer-6 .footer-section-1 .row > div {
    /* Align items vertically in section 1 */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer-6 .footer-section-3 .copyright-text-s3 {
    text-align: left;
  }
  #footer-6 .footer-section-3 .social-icons-s3 {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  /* lg breakpoint */
  #footer-6 .footer-section-1 .text-lg-start {
    text-align: center !important;
  }
  #footer-6 .footer-section-1 .align-items-lg-center {
    align-items: stretch !important; /* Let content determine height */
  }
}
@media (max-width: 767.98px) {
  #footer-6 .footer-column-s2 {
    /* For columns in section 2 */
    margin-bottom: 2rem;
  }
  #footer-6 .footer-section-3 .col-md-6 {
    /* Stack copyright and social */
    text-align: center !important;
    margin-bottom: 0.75rem;
  }
  #footer-6 .footer-section-3 .col-md-6:last-child {
    margin-bottom: 0;
  }
}


