
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
#header-3 .navbar {
  padding: 0.8rem 1rem;
}
#header-3 .navbar-brand img {
  height: 50px;
}
#header-3 .nav-link {
  color: #343a40 !important;
  transition: color 0.3s;
  font-size: 1.1rem;
}
#header-3 .nav-link:hover {
  color: #007bff !important;
}
#header-3 .navbar-toggler {
  border: none;
}
#header-3 .btn-contact {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: bold;
  transition: all 0.3s;
}
#header-3 .btn-contact:hover {
  background-color: #007bff;
  color: #fff;
}
#header-3 .btn-cta {
  background-color: #ffc107;
  color: #000;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  margin-left: 10px;
  transition: background-color 0.3s;
}
#header-3 .btn-cta:hover {
  background-color: #e0a800;
}



#link-section-1 {
  position: relative;
  padding: 5rem 0 5rem;
  background: var(--background-gradient);
  color: #fff;
  overflow: hidden;
  text-align: center;
}

#link-section-1 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

#link-section-1 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.85;
}

#link-section-1 .link-container {
  max-width: 1200px;
  margin: 0 auto;
}

#link-section-1 .link-item {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  transition: background 0.3s, transform 0.3s;
  text-decoration: none;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

#link-section-1 .link-item:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

#link-section-1 .link-item i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

#link-section-1 .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#link-section-1 .wave svg {
  display: block;
  width: calc(100% + 1px);
  height: 60px;
}

#link-section-1 .wave path {
  fill: var(--wave-color);
}




/* Footer-15 Styles - Creative Separator */
#footer-15 {
  background-color: #1a1a2e; /* Dark blue/purple base */
  color: #e0e0e0; /* Light grey text */
  padding-top: 4rem; /* Padding for the top section */
  position: relative; /* For pseudo-elements if used for separator */
  font-size: 0.9rem;
}
#footer-15 .footer-upper-content-f15 {
  padding-bottom: 4rem; /* Space before the separator visual */
  position: relative;
  z-index: 2; /* Ensure content is above any background pseudo-elements */
}
#footer-15 .footer-logo-f15 {
  max-height: 50px;
  margin-bottom: 1rem;
  /* filter: brightness(0) invert(1) opacity(0.9);*/ /* Light logo on dark bg */
}
#footer-15 .site-name-text-f15 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
}
#footer-15 .site-name-text-f15:hover {
  color: #c7ecee; /* Lighter teal for hover */
}
#footer-15 .creative-statement-f15 {
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
  color: #b3b3cc; /* Lighter shade for statement */
  margin-bottom: 0;
}
#footer-15 .section-title-f15 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff; /* White titles */
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#footer-15 .nav-menu-list-f15 {
  list-style: none;
  padding-left: 0;
}
#footer-15 .nav-menu-list-f15 li {
  margin-bottom: 0.7rem;
}
#footer-15 .nav-menu-list-f15 a {
  color: #9a9aff; /* Light purple/blue links */
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
#footer-15 .nav-menu-list-f15 a:hover,
#footer-15 .nav-menu-list-f15 a.active {
  color: #ffffff;
  padding-left: 8px;
  text-decoration: none;
}
/* Creative Separator - Example using ::after on upper content */
#footer-15 .footer-upper-content-f15::after {
  content: "";
  position: absolute;
  bottom: -2px; /* Adjust to sit on the edge or slightly overlap */
  left: 0;
  width: 100%;
  height: 60px; /* Height of the wave/angle */
  /* Example: Angled separator using linear gradient */
  background: linear-gradient(to right bottom, transparent 49.5%, #0f0f1a 50%),
    linear-gradient(to left bottom, transparent 49.5%, #0f0f1a 50%);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 50.1% 100%, 50.1% 100%; /* 50.1% to avoid thin line at center */
  /* Example: SVG Wave - more complex, requires an SVG */
  /* background-image: url('data:image/svg+xml,...'); replace with actual SVG */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: bottom center; */
  z-index: 1;
}
#footer-15 .footer-lower-content-f15 {
  background-color: #0f0f1a; /* Darker section below separator */
  color: #a0a0c0; /* Text color for lower section */
  padding: 3rem 0 2rem 0;
  position: relative;
  z-index: 2; /* Ensure content is above any background pseudo-elements */
}
#footer-15 .lower-content-title-f15 {
  font-size: 0.95rem;
  font-weight: 500;
  color: #d0d0e0; /* Lighter titles for lower section */
  margin-bottom: 0.75rem;
}
#footer-15 .contact-essentials-f15 p,
#footer-15 .contact-essentials-f15 a {
  margin-bottom: 0.3rem;
  color: #a0a0c0;
  text-decoration: none;
  font-size: 0.9rem;
}
#footer-15 .contact-essentials-f15 i {
  margin-right: 0.5rem;
  color: #9a9aff; /* Link color for icons */
}
#footer-15 .contact-essentials-f15 a:hover {
  color: #c7ecee;
}
#footer-15 .partner-links-list-f15 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem; /* Space before copyright */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Or center if preferred */
  gap: 0.5rem 1rem;
}
#footer-15 .partner-links-list-f15 a {
  color: #9a9aff;
  text-decoration: none;
  font-size: 0.85rem;
}
#footer-15 .partner-links-list-f15 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#footer-15 .copyright-text-f15 {
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.7;
  padding-top: 1.5rem;
  border-top: 1px solid #30304a; /* Subtle border for copyright */
}
#footer-15 .copyright-text-f15 p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #footer-15 .footer-upper-content-f15 .text-lg-start {
    text-align: center !important;
  }
  #footer-15 .footer-upper-content-f15::after {
    /* Simplify or remove complex separator on mobile */
    /* background: none;
        height: 2px;
        background-color: #0f0f1a;
        bottom: 0; */
    /* The angled one still looks ok on mobile */
  }
}
@media (max-width: 767.98px) {
  #footer-15 .footer-column-f15 {
    margin-bottom: 2.5rem;
  }
  #footer-15 .partner-links-list-f15,
  #footer-15 .contact-essentials-f15 {
    text-align: center;
    justify-content: center;
  }
}


