
#header-17 {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 0.9rem 0;
}
#header-17 .navbar-brand img {
  max-height: 45px;
}
#header-17 .navbar-brand .site-name-text {
  font-size: 1.7rem;
  font-weight: 600;
  color: #333a42;
}
#header-17 .navbar-nav .nav-item {
  margin: 0 0.3rem;
}
#header-17 .navbar-nav .nav-link {
  font-weight: 500;
  color: #495057;
  padding: 0.7rem 1rem;
  border-radius: 0.25rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#header-17 .navbar-nav .nav-link:hover,
#header-17 .navbar-nav .nav-link.active {
  color: #007bff;
  background-color: #f0f7ff;
}
#header-17 .header-utility-area {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
#header-17 .header-search-form .form-control {
  border-radius: 18px 0 0 18px;
  border-right: none;
  font-size: 0.85rem;
  padding-left: 0.9rem;
  max-width: 180px;
  transition: max-width 0.3s ease-in-out;
}
#header-17 .header-search-form .form-control:focus {
  max-width: 230px;
}
#header-17 .header-search-form .btn-search {
  border-radius: 0 18px 18px 0;
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
  font-size: 0.85rem;
}
#header-17 .header-search-form .btn-search:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
#header-17 .header-cta-button {
  margin-left: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#header-17 .header-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 123, 255, 0.2);
}
#header-17 .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}
#header-17 .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  #header-17 .navbar-collapse {
    margin-top: 0.9rem;
    border-top: 1px solid #e9ecef;
    padding-top: 0.9rem;
    background-color: #fff;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
    border-radius: 0 0 0.2rem 0.2rem;
  }
  #header-17 .navbar-nav .nav-item {
    margin: 0;
  }
  #header-17 .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f8f9fa;
  }
  #header-17 .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  #header-17 .header-utility-area {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
  }
  #header-17 .header-search-form {
    width: 100%;
    margin-bottom: 0.9rem;
  }
  #header-17 .header-search-form .form-control {
    max-width: 100%;
  }
  #header-17 .header-cta-button {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}



#useful-link-2 {
  background-color: #ffffff;
}
#useful-link-2 .section-title {
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.75rem;
}
#useful-link-2 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}
#useful-link-2 .link-feature-item {
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-color: #dee2e6 !important;
  display: flex;
  flex-direction: column;
}
#useful-link-2 .link-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#useful-link-2 .link-feature-icon-wrapper i {
  transition: color 0.3s ease;
  font-size: 2rem;
  line-height: 1;
}
#useful-link-2 .link-feature-item:hover .link-feature-icon-wrapper i {
}
#useful-link-2 .link-feature-title {
  color: #343a40;
  font-weight: 600;
  font-size: 1.15rem;
}
#useful-link-2 .link-feature-description {
  line-height: 1.6;
  font-size: 0.875rem;
  flex-grow: 1;
}
#useful-link-2 .link-feature-cta {
}
@media (max-width: 767.98px) {
  #useful-link-2 .row.g-4 {
    --bs-gutter-y: 2rem;
    --bs-gutter-x: 1rem;
  }
  #useful-link-2 .link-feature-title {
    font-size: 1.05rem;
  }
}
@media (min-width: 992px) {
  #useful-link-2 .row.g-lg-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}



#footer-1 {
  background-color: var(--footer-bg-color, #f8f9fa);
  color: var(--footer-text-color, #212529);
  padding-top: var(--footer-padding-top, 4rem);
  padding-bottom: var(--footer-padding-bottom, 2rem);
  font-size: 0.9rem;
}
#footer-1 .footer-logo {
  max-height: 45px;
  margin-bottom: 1rem;
}
#footer-1 .footer-section {
  margin-bottom: 1.5rem; /* Ensure spacing on mobile */
}
#footer-1 .footer-section-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--footer-text-color);
}
#footer-1 .footer-brand-description {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--footer-text-color);
  opacity: 0.9;
}
#footer-1 .footer-links-list {
  list-style: none;
  padding-left: 0;
}
#footer-1 .footer-links-list li {
  margin-bottom: 0.5rem;
}
#footer-1 .footer-links-list a {
  color: var(--footer-link-color, #0d6efd);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
#footer-1 .footer-links-list a:hover,
#footer-1 .footer-links-list a.active {
  color: var(--footer-link-hover-color, #0a58ca);
  text-decoration: underline;
}
#footer-1 .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
}
#footer-1 .contact-info-item i {
  width: 20px;
  margin-right: 0.5rem;
  color: var(--footer-link-color, #0d6efd);
  margin-top: 0.15em; /* Align icon slightly better */
}
#footer-1 .contact-info-item a {
  color: var(--footer-text-color);
  text-decoration: none;
}
#footer-1 .contact-info-item a:hover {
  color: var(--footer-link-color, #0d6efd);
}
#footer-1 .newsletter-form .form-control {
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
#footer-1 .newsletter-form .btn {
  font-size: 0.9rem;
}
#footer-1 .partner-links-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.85rem;
}
#footer-1 .partner-links-list li {
  margin-bottom: 0.3rem;
}
#footer-1 .partner-links-list a {
  color: var(--footer-link-color, #0d6efd);
  text-decoration: none;
}
#footer-1 .partner-links-list a:hover {
  color: var(--footer-link-hover-color, #0a58ca);
  text-decoration: underline;
}
#footer-1 .footer-bottom-bar {
  padding-top: 1.5rem;
  margin-top: 1.5rem; /* Space above the bar */
  border-top: 1px solid
    var(--footer-bottom-bar-border-color, rgba(0, 0, 0, 0.1));
  background-color: var(--footer-bottom-bar-bg-color, #e9ecef);
  color: var(--footer-bottom-bar-text-color, #212529);
}
#footer-1 .footer-copyright-text {
  font-size: 0.8rem;
  margin-bottom: 0;
  text-align: center;
}
#footer-1 .footer-social-icons {
  text-align: center;
}
#footer-1 .footer-social-icons a {
  color: var(--footer-bottom-bar-text-color, #212529);
  margin: 0 0.5rem;
  font-size: 1.1rem;
  transition: color 0.2s ease-in-out;
}
#footer-1 .footer-social-icons a:hover {
  color: var(--footer-link-color, #0d6efd);
}
@media (min-width: 768px) {
  #footer-1 .footer-copyright-text {
    text-align: left;
  }
  #footer-1 .footer-social-icons {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  #footer-1 .footer-section {
    margin-bottom: 2rem; /* Increase bottom margin for stacked columns */
  }
  #footer-1 .footer-bottom-bar .col-md-6 {
    /* Stack copyright and social on mobile */
    text-align: center !important;
    margin-bottom: 0.75rem;
  }
  #footer-1 .footer-bottom-bar .col-md-6:last-child {
    margin-bottom: 0;
  }
}


