
#header-18-brand {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  padding: 0.9rem 0;
}
#header-18-brand .navbar-brand img {
  max-height: 42px;
}
#header-18-brand .navbar-brand .site-name-text {
  font-size: 1.65rem;
  font-weight: 600;
  color: #212529;
}
#header-18-brand .navbar-nav .nav-item {
  margin: 0 0.5rem;
}
#header-18-brand .navbar-nav .nav-link {
  font-weight: 500;
  color: #343a40;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#header-18-brand .navbar-nav .nav-link:hover,
#header-18-brand .navbar-nav .nav-link.active {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.07);
}
#header-18-brand .header-utility-area {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#header-18-brand .utility-icon-link,
#header-18-brand .social-icon-link {
  color: #495057;
  font-size: 1.15rem;
  padding: 0.6rem;
  margin-left: 0.25rem;
  border-radius: 50%;
  transition: color 0.2s ease, background-color 0.2s ease;
  line-height: 1;
}
#header-18-brand .utility-icon-link:hover,
#header-18-brand .social-icon-link:hover {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}
#header-18-brand .social-icons-group {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  padding-right: 0.5rem;
}
#header-18-brand .header-cta-button {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.55rem 1.1rem;
  border-radius: 20px;
  margin-left: 0.5rem;
  white-space: nowrap;
}
#header-18-brand .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}
#header-18-brand .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  #header-18-brand .navbar-collapse {
    margin-top: 0.9rem;
    border-top: 1px solid #e9ecef;
    padding-top: 0.9rem;
    background-color: #fff;
  }
  #header-18-brand .navbar-nav {
    align-items: flex-start;
    margin-bottom: 0.75rem;
  }
  #header-18-brand .navbar-nav .nav-item {
    width: 100%;
    margin: 0.1rem 0;
  }
  #header-18-brand .navbar-nav .nav-link {
    padding: 0.8rem 1rem;
    display: block;
  }
  #header-18-brand .header-utility-area {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    padding-top: 0.75rem;
    border-top: 1px solid #f0f0f0;
  }
  #header-18-brand .utility-icon-link {
    display: block;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    padding: 0.8rem 1rem;
  }
  #header-18-brand .utility-icon-link:hover {
    background-color: rgba(0, 123, 255, 0.07);
  }
  #header-18-brand .social-icons-group {
    justify-content: flex-start;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 0.75rem;
    padding-left: 0.5rem;
  }
  #header-18-brand .social-icon-link {
    padding: 0.6rem 0.5rem;
  }
  #header-18-brand .header-cta-button {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 0.75rem 1rem;
  }
}



#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-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;
  }
}


