.bg-main {
  background-color: #25507b !important;
}

.text-main {
  color: #25507b !important;
}

.btn-main {
  background-color: #25507b !important;
  color: #fff !important;
}

.btn-main-2 {
  background-color: #FFC107 !important;
  color: #000000 !important;
}

.bg-main-2 {
  background-color: #FFC107 !important;
}

.hero-section {
  height: 100vh;
  background-image: url("/images/hero2.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero-section .container {
  position: relative;
  z-index: 2;
}

.site-footer .widget h3 {
  margin-bottom: 1rem;
}
.site-footer .social a {
  font-size: 1.25rem;
  transition: color 0.3s ease;
}
.site-footer .social a:hover {
  color: #25507b;
}

.nav-link {
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: #25507b !important;
}

.image-stack__item--bottom {
  position: relative;
  z-index: 2;
  width: 50%;
}

.image-stack__item--top {
  position: absolute;
  top: 20%;
  left: 30%;
  z-index: 1;
}

.lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.5rem 1rem #FFC107;
}

.navbar {
  transition: background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.navbar-scrolled {
  background-color: rgba(0, 0, 0, 0.303);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.nav-link {
  transition: color 0.3s ease;
}

/* Apply blur only on mobile (below lg breakpoint) */
@media (max-width: 991px) {
  .mobile-nav-blur {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.6);
    /* semi-transparent for contrast */
  }
}/*# sourceMappingURL=style.css.map */