
#header-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  transition: all 0.4s ease;
}
#header-7.scrolled {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}
#header-7 .navbar {
  padding: 0.75rem 1rem;
}
#header-7 .navbar-brand img {
  height: 40px;
}
#header-7 .navbar-nav .nav-link {
  color: #111211;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
#header-7.scrolled .nav-link {
  color: #222;
}
#header-7 .nav-link.active,
#header-7 .nav-link:hover {
  color: #00b4d8;
}
#header-7 .cta-button {
  background-color: #00b4d8;
  color: #fff;
  border-radius: 30px;
  padding: 0.4rem 1.2rem;
  font-weight: 600;
  transition: all 0.3s;
}
#header-7 .cta-button:hover {
  background-color: #0096c7;
}
#header-7.scrolled .cta-button {
  background-color: #0077b6;
}
@media (max-width: 767.98px) {
  #header-7 .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  #header-7 .nav-link {
    color: #222 !important;
  }
  #header-7 .cta-button {
    margin-top: 0.5rem;
    width: 100%;
  }
}



#link-section-5 {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Sóng phía trên */
#link-section-5 .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: translateY(-1px);
}
#link-section-5 .wave-top svg {
  display: block;
  width: 100%;
  height: 80px;
}

/* Sóng phía dưới */
#link-section-5 .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: translateY(1px) rotate(180deg);
}
#link-section-5 .wave-bottom svg {
  display: block;
  width: 100%;
  height: 80px;
}

#link-section-5 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#link-section-5 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* Container liên kết */
#link-section-5 .link-container {
  max-width: 1100px;
  margin: 0 auto;
}
#link-section-5 .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-5 .link-item:hover {
  background: rgba(255,255,255,0.35);
  transform: translateY(-4px);
}
#link-section-5 .link-item i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}





/* 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;
  }
}


