
#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-2 {
  position: relative;
  padding: 6rem 0;
  color: var(--text-color);
  overflow: hidden;
  text-align: center;
}
#link-section-2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--secondary-color);
  transform: rotate(-6deg);
}
#link-section-2 .container {
  position: relative;
  z-index: 1;
}
#link-section-2 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#link-section-2 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.85;
}
#link-section-2 .link-item {
  background: var(--primary-color);
  border: 2px solid var(--text-color);
  color: var(--text-color);
  border-radius: .5rem;
  padding: 1.25rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s, color .3s, transform .3s;
}
#link-section-2 .link-item:hover {
  background: var(--text-color);
  color: var(--primary-color);
  transform: translateY(-4px);
}
#link-section-2 .link-item i {
  margin-right: .5rem;
}





/* Footer-10 Styles */
#footer-10 .footer-main-area {
  background-color: var(--footer-main-bg-color, #262c30);
  color: var(--footer-main-text-color, #b0bec5);
  padding: 3.5rem 0;
  font-size: 0.9rem;
  line-height: 1.7;
}
#footer-10 .footer-logo-f10 {
  max-height: 55px; /* Adjust as needed */
  margin-bottom: 1rem;
  /* filter: brightness(0) invert(1) opacity(0.9);*/ /* Assuming light logo on dark bg */
}
#footer-10 .footer-section-title-f10 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--footer-main-title-color, #eceff1);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#footer-10 .about-snippet-f10 p {
  font-size: 0.85rem;
  opacity: 0.9;
}
#footer-10 .fat-footer-links-list {
  list-style: none;
  padding-left: 0;
}
#footer-10 .fat-footer-links-list li {
  margin-bottom: 0.65rem;
}
#footer-10 .fat-footer-links-list a {
  color: var(--footer-main-link-color, #80cbc4);
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}
#footer-10 .fat-footer-links-list a:hover,
#footer-10 .fat-footer-links-list a.active {
  color: var(--footer-main-link-hover-color, #4db6ac);
  text-decoration: underline;
}
#footer-10 .contact-extended-f10 p,
#footer-10 .contact-extended-f10 a {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  color: var(--footer-main-text-color, #b0bec5);
  text-decoration: none;
}
#footer-10 .contact-extended-f10 i {
  width: 18px;
  margin-right: 0.6rem;
  color: var(--footer-main-link-color, #80cbc4);
}
#footer-10 .contact-extended-f10 a:hover {
  color: var(--footer-main-link-hover-color, #4db6ac);
}
#footer-10 .contact-extended-f10 .contact-label {
  font-weight: 500;
  opacity: 0.8;
}
#footer-10 .footer-bottom-bar-f10 {
  background-color: var(--footer-bottom-bar-bg-color, #1c2023);
  color: var(--footer-bottom-bar-text-color, #90a4ae);
  padding: 1.25rem 0;
  font-size: 0.8rem;
}
#footer-10 .footer-bottom-bar-f10 .copyright-text-f10 {
  margin-bottom: 0;
  text-align: center;
}
#footer-10 .footer-bottom-bar-f10 .social-icons-f10 a {
  color: var(--footer-bottom-bar-link-color, #80cbc4);
  margin: 0 0.6rem;
  font-size: 1.1rem;
  transition: color 0.2s ease;
}
#footer-10 .footer-bottom-bar-f10 .social-icons-f10 a:hover {
  color: var(--footer-main-link-hover-color, #4db6ac);
}
/* Responsive */
@media (max-width: 991.98px) {
  /* lg */
  #footer-10 .footer-column-f10 {
    margin-bottom: 2.5rem;
  }
  #footer-10 .footer-column-f10:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #footer-10 .footer-bottom-bar-f10 .copyright-text-f10 {
    text-align: left;
  }
  #footer-10 .footer-bottom-bar-f10 .social-icons-f10 {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  #footer-10 .footer-bottom-bar-f10 .social-icons-f10 {
    margin-top: 0.75rem;
    text-align: center;
  }
}


