/* _content/SalonWebApp/Pages/Gallery.cshtml.rz.scp.css */
.gallery-page[b-29454wt6wy] {
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.08), rgba(5, 5, 5, 0.95));
  color: #f5f5f5;
}

.gallery-page .container[b-29454wt6wy] {
  max-width: 1200px;
}

.gallery-page .letter-spacing-1[b-29454wt6wy] {
  letter-spacing: 0.35em;
}

.gallery-card[b-29454wt6wy] {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(10, 10, 10, 0.85);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card img[b-29454wt6wy] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card-title[b-29454wt6wy] {
  color: #ffffff;
  font-size: 1.1rem;
}

.gallery-card-description[b-29454wt6wy] {
  color: #d0d0d0;
  font-size: 0.95rem;
}

.gallery-card:hover[b-29454wt6wy] {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.45);
}
/* _content/SalonWebApp/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-3886z5tyw0] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-3886z5tyw0] {
  color: #0077cc;
}

.btn-primary[b-3886z5tyw0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-3886z5tyw0], .nav-pills .show > .nav-link[b-3886z5tyw0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-3886z5tyw0] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-3886z5tyw0] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-3886z5tyw0] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-3886z5tyw0] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-3886z5tyw0] {
  position: relative;
  width: 100%;
  line-height: normal;
}

.footer-section[b-3886z5tyw0] {
  background: linear-gradient(180deg, #050505 0%, #0b0b16 65%, #101025 100%);
  color: #f5f5f5;
}

.footer-container[b-3886z5tyw0] {
  color: inherit;
}

.footer-container a.link-light[b-3886z5tyw0],
.footer-container a.link-light:focus-visible[b-3886z5tyw0] {
  color: #f8fafc;
  text-decoration: none;
}

.footer-container a.link-light:hover[b-3886z5tyw0] {
  color: #8be0ff;
  text-decoration: underline;
}

.footer-bottom[b-3886z5tyw0] {
  border-color: rgba(255, 255, 255, 0.2);
}

.map-container iframe[b-3886z5tyw0] {
  border: 0;
  width: 100%;
  height: 100%;
}

.footer-social[b-3886z5tyw0] {
  display: flex;
  gap: 0.75rem;
}

.footer-icon[b-3886z5tyw0] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8fafc;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.footer-icon svg[b-3886z5tyw0] {
  width: 20px;
  height: 20px;
}

.footer-icon:hover[b-3886z5tyw0],
.footer-icon:focus-visible[b-3886z5tyw0] {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #8be0ff;
  transform: translateY(-2px);
}
