/* _content/AWG.Blazor.Web/Controls/GoogleLogin.razor.rz.scp.css */
/* _content/AWG.Blazor.Web/Controls/LeftNav.razor.rz.scp.css */
.nav-menu-image-container[b-er03icim7g] {
  display: flex;
  justify-content: center;
  /* Horizontally centers the image */
  align-items: center;
  /* Vertically centers the image */
  height: 150px;
  /* Adjust based on desired height */
  margin-bottom: 16px;
  /* Add spacing below the image */
  width: 100%;
  /* Ensures the container spans the entire width */
}
.current-listing-image[b-er03icim7g] {
  max-height: 100%;
  /* Ensures the image fits within the container */
  max-width: 100%;
  /* Prevents overflow */
  object-fit: contain;
  /* Maintains aspect ratio */
  border-radius: 8px;
  /* Optional: adds rounded corners */
  border: 1px white solid;
}
/* _content/AWG.Blazor.Web/Pages/archive/Index.razor.rz.scp.css */
.hero-wrapper[b-e01hx4hix4] {
  position: relative;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
}
/* Background layer */
.hero-bg-layer[b-e01hx4hix4] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
/* The gradient overlay */
.hero-top-fade[b-e01hx4hix4] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.25) 60%, transparent 80%);
  pointer-events: none;
}
/* Background image */
.hero-background[b-e01hx4hix4] {
  height: 100%;
  width: 100%;
  background-image: url('/images/awg-hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
/* Foreground content */
.hero-foreground[b-e01hx4hix4] {
  position: relative;
  z-index: 1;
  height: 100%;
}
/* Text container */
.hero-content[b-e01hx4hix4] {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  /* Adjust this value as needed */
}
/* _content/AWG.Blazor.Web/Pages/Index.razor.rz.scp.css */
