
header {
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
#header-2.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
#header-2 .navbar {
  padding: 0.8rem 1rem;
}
#header-2 .navbar-brand img {
  height: 50px;
}
#header-2 .nav-link {
  color: #fff !important;
  transition: color 0.3s;
  font-size: 1.1rem;
}
#header-2 .active {
  color: #ffc107 !important;
  font-size: 1.1rem;
}

#header-2 .nav-link:hover {
  color: #ffc107 !important;
}
#header-2 .navbar-toggler {
  border: none;
}
#header-2 .btn {
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 20px;
}
#header-2 .btn-login {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#header-2 .btn-login:hover {
  background-color: #fff;
  color: #000;
}
#header-2 .btn-register {
  background-color: #ffc107;
  color: #000;
  border: none;
}
#header-2 .btn-register:hover {
  background-color: #e0a800;
}



#useful-link-10 {
  background-color: #f8f9fa;
}
#useful-link-10 .section-title {
  font-weight: 700;
}
#useful-link-10 .section-subtitle {
  font-size: 1.15rem;
}
#useful-link-10 .link-block {
  background-color: #ffffff;
  color: #495057;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease-in-out, transform 0.3s ease-out,
    box-shadow 0.3s ease-out;
  z-index: 1;
  border: 1px solid #dee2e6;
}
#useful-link-10 .link-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
  background-color: #0d6efd;
}
#useful-link-10 .link-block.hover-bg-blue::before {
  background-color: #0d6efd;
}
#useful-link-10 .link-block.hover-bg-green::before {
  background-color: #198754;
}
#useful-link-10 .link-block.hover-bg-purple::before {
  background-color: #6f42c1;
}
#useful-link-10 .link-block.hover-bg-orange::before {
  background-color: #fd7e14;
}
#useful-link-10 .link-block.hover-bg-teal::before {
  background-color: #20c997;
}
#useful-link-10 .link-block.hover-bg-gray::before {
  background-color: #6c757d;
}
#useful-link-10 .link-block.hover-bg-default::before {
  background-color: #0d6efd;
}
#useful-link-10 .link-block:hover {
  color: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
#useful-link-10 .link-block:hover::before {
  opacity: 1;
}
#useful-link-10 .link-icon {
  color: #adb5bd;
  transition: color 0.4s ease-in-out;
}
#useful-link-10 .link-block:hover .link-icon {
  color: #ffffff;
}
#useful-link-10 .link-title {
  font-size: 1.1rem;
  transition: color 0.4s ease-in-out;
}
#useful-link-10 .link-block:hover .link-title {
  color: #ffffff;
}



/* 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;
  }
}


