
#header-8 {
  /* position: sticky; */
  top: 0;
  width: 100%;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#header-8 .navbar {
  padding: 0.75rem 1rem;
}
#header-8 .navbar-brand img {
  height: 42px;
}
#header-8 .navbar-nav .nav-link {
  color: #222;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
#header-8 .nav-link.active,
#header-8 .nav-link:hover {
  color: #007bff;
}
#header-8 .hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4rem 1rem;
  background-color: #f8f9fa;
}
#header-8 .hero-text {
  max-width: 540px;
}
#header-8 .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#header-8 .hero-subtitle {
  font-size: 1.125rem;
  color: #555;
  margin-bottom: 2rem;
}
#header-8 .cta-button {
  background-color: #007bff;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}
#header-8 .cta-button:hover {
  background-color: #0056b3;
}
#header-8 .hero-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  #header-8 .hero {
    flex-direction: column;
    text-align: center;
  }
  #header-8 .hero-text {
    margin-bottom: 2rem;
  }
}



#link-section-4 {
  background-color: var(--background_color);
  color: var(--text_color);
  padding: 5rem 0;
  text-align: center;
}
#link-section-4 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#link-section-4 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.75;
}
#link-section-4 .row {
  max-width: 1000px;
  margin: 0 auto;
}
#link-section-4 .circle-link {
  width: 4rem;
  height: 4rem;
  background: var(--circle_bg_gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
#link-section-4 .link-item {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
}
#link-section-4 .link-item:hover .circle-link {
  transform: scale(1.1);
}
#link-section-4 .link-label {
  font-size: 0.95rem;
}





/* Footer-7 Styles */
#footer-7 {
  background-color: var(--footer-bg-color, #222529);
  color: var(--footer-text-color, #ced4da);
  padding-top: 3rem;
  font-size: 0.9rem;
  line-height: 1.7;
}
#footer-7 .footer-top-row {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--footer-separator-color, #444950);
  margin-bottom: 2rem;
}
#footer-7 .footer-logo-f7 {
  max-height: 50px; /* Adjust as needed */
  filter: brightness(0) invert(1) opacity(0.85); /* For light logo on dark bg */
}
#footer-7 .footer-tagline-f7 {
  font-size: 1.1rem;
  font-style: italic;
  opacity: 0.9;
  color: var(--footer-text-color, #ced4da);
}
#footer-7 .footer-section-title-f7 {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--footer-title-color, #e0e0e0);
  margin-bottom: 1.25rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px dotted var(--footer-separator-color, #444950);
  display: inline-block;
}
#footer-7 .contact-block-f7 .contact-item-f7 {
  margin-bottom: 0.7rem;
  display: flex;
  align-items: flex-start;
}
#footer-7 .contact-block-f7 .contact-item-f7 i {
  width: 20px;
  margin-right: 0.75rem;
  color: var(--footer-link-color, #00acc1);
  margin-top: 0.15em;
}
#footer-7 .contact-block-f7 .contact-item-f7 span,
#footer-7 .contact-block-f7 .contact-item-f7 a {
  color: var(--footer-text-color, #ced4da);
  text-decoration: none;
}
#footer-7 .contact-block-f7 .contact-item-f7 a:hover {
  color: var(--footer-link-color, #00acc1);
}
#footer-7 .contact-block-f7 .contact-item-f7 .contact-type {
  font-weight: 500;
  display: block;
  font-size: 0.8rem;
  opacity: 0.8;
}
#footer-7 .menu-links-list-f7 {
  list-style: none;
  padding-left: 0;
}
#footer-7 .menu-links-list-f7 li {
  margin-bottom: 0.6rem;
}
#footer-7 .menu-links-list-f7 a {
  color: var(--footer-link-color, #00acc1);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
#footer-7 .menu-links-list-f7 a:hover,
#footer-7 .menu-links-list-f7 a.active {
  color: var(--footer-link-hover-color, #007c8c);
  padding-left: 5px;
}
#footer-7 .social-media-list-f7 {
  list-style: none;
  padding-left: 0;
}
#footer-7 .social-media-list-f7 li {
  margin-bottom: 0.75rem;
}
#footer-7 .social-media-list-f7 a {
  color: var(--footer-text-color, #ced4da);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}
#footer-7 .social-media-list-f7 a i {
  font-size: 1.4rem; /* Larger icons */
  margin-right: 0.75rem;
  width: 25px;
  text-align: center;
  color: var(--footer-link-color, #00acc1);
  transition: color 0.2s ease;
}
#footer-7 .social-media-list-f7 a:hover {
  color: var(--footer-link-color, #00acc1);
}
#footer-7 .social-media-list-f7 a:hover i {
  color: var(--footer-link-hover-color, #007c8c);
}
#footer-7 .social-media-list-f7 .social-label {
  font-size: 0.9rem;
}
#footer-7 .partner-links-row-f7 {
  padding: 1.5rem 0;
  margin-top: 1rem;
  border-top: 1px solid var(--footer-separator-color, #444950);
  border-bottom: 1px solid var(--footer-separator-color, #444950);
}
#footer-7 .partner-links-list-f7 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem; /* row-gap column-gap */
}
#footer-7 .partner-links-list-f7 a {
  color: var(--footer-link-color, #00acc1);
  text-decoration: none;
  font-size: 0.85rem;
}
#footer-7 .partner-links-list-f7 a:hover {
  color: var(--footer-link-hover-color, #007c8c);
  text-decoration: underline;
}
#footer-7 .footer-bottom-bar-f7 {
  background-color: var(--footer-bottom-bar-bg-color, #1c1e22);
  color: var(--footer-bottom-bar-text-color, #9ea7ad);
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0.8rem;
}
#footer-7 .footer-bottom-bar-f7 p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  /* lg breakpoint */
  #footer-7 .footer-top-row .col-lg-4,
  #footer-7 .footer-top-row .col-lg-8 {
    text-align: center;
  }
  #footer-7 .footer-logo-f7 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  /* md breakpoint */
  #footer-7 .footer-column-f7 {
    margin-bottom: 2rem;
  }
  #footer-7 .partner-links-row-f7 {
    text-align: center;
  }
}


