
#header-9 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
#header-9 .topbar {
  background-color: #f1f1f1;
  font-size: 0.875rem;
  padding: 0.4rem 1rem;
  color: #333;
}
#header-9 .topbar a {
  color: #333;
  margin-right: 1rem;
}
#header-9 .topbar .social-icons a {
  margin-left: 0.5rem;
  color: #333;
  transition: color 0.3s;
}
#header-9 .topbar .social-icons a:hover {
  color: #007bff;
}
#header-9 .navbar {
  padding: 0.75rem 1rem;
}
#header-9 .navbar-brand img {
  height: 45px;
}
#header-9 .navbar-nav .nav-link {
  color: #222;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
#header-9 .nav-link.active,
#header-9 .nav-link:hover {
  color: #007bff;
}
#header-9 .cta-button {
  background-color: #007bff;
  color: #fff;
  padding: 0.4rem 1.3rem;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}
#header-9 .cta-button:hover {
  background-color: #0056b3;
}
@media (max-width: 767.98px) {
  #header-9 .topbar {
    text-align: center;
    font-size: 0.75rem;
  }
  #header-9 .navbar-collapse {
    text-align: center;
  }
  #header-9 .cta-button {
    margin-top: 0.5rem;
    width: 100%;
  }
}



#customer-support-2 {
  text-align: center;
  background: #ffffff;
  padding: 80px 0;
}
#customer-support-2 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-2 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#customer-support-2 .faq-container {
  max-width: 700px;
  margin: auto;
  text-align: left;
}
#customer-support-2 .faq-item {
  background: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#customer-support-2 .faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  background: #007bff;
  color: white;
  transition: background 0.3s ease-in-out;
}
#customer-support-2 .faq-header:hover {
  background: #0056b3;
}
#customer-support-2 .faq-header i {
  font-size: 1.5rem;
}
#customer-support-2 .faq-content {
  display: none;
  padding: 15px 20px;
  background: white;
  color: #444;
  font-size: 1rem;
  border-top: 1px solid #ddd;
}
#customer-support-2 .faq-item.active .faq-content {
  display: block;
}



#useful-link-1 {
  background-color: #f8f9fa;
}
#useful-link-1 .section-title {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#useful-link-1 .section-subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.useful-link-card {
  border: none;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.useful-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.useful-link-anchor {
  color: #495057;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  transition: color 0.2s ease;
}
.useful-link-card:hover .useful-link-anchor {
  color: #0d6efd;
}
.useful-link-icon {
  font-size: 1.2rem;
  color: #6c757d;
  transition: color 0.2s ease;
}
.useful-link-card:hover .useful-link-icon {
  color: #0d6efd;
}
@media (max-width: 767.98px) {
  #useful-link-1 .row.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.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;
  }
}


