/* _content/nanny_agency/Pages/Index.cshtml.rz.scp.css */
:root[b-u24dxcesmt] {
  --brand: #2a7ae2;
  --brand-dark: #1f5fb3;
  --ink: #111827;
  --muted: #6b7280;
  --bg: #f8fafc;
  --card-bg: #ffffff;
  --shadow: 0 6px 16px rgba(17, 24, 39, 0.06);
}

body[b-u24dxcesmt] {
  color: var(--ink);
  background: var(--bg);
}

/* container is from Bootstrap; we just cap the width a bit */
.container[b-u24dxcesmt] {
  max-width: 1100px;
}

/* HERO */
header.text-center h1[b-u24dxcesmt] {
  color: var(--brand);
  letter-spacing: 0.2px;
}

header.text-center p.lead[b-u24dxcesmt] {
  color: var(--muted);
}

/* Buttons */
.btn-primary[b-u24dxcesmt] {
  background-color: var(--brand);
  border-color: var(--brand);
}
.btn-primary:hover[b-u24dxcesmt], .btn-primary:focus[b-u24dxcesmt] {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
}

/* Cards / value props */
.p-4.border.rounded-3[b-u24dxcesmt] {
  background: var(--card-bg);
  box-shadow: var(--shadow);
  border-color: #eef2f7;
  transition: transform .15s ease, box-shadow .15s ease;
}
.p-4.border.rounded-3:hover[b-u24dxcesmt] {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}
.p-4.border.rounded-3 h3[b-u24dxcesmt] {
  margin-bottom: .35rem;
}
.p-4.border.rounded-3 p[b-u24dxcesmt] {
  color: var(--muted);
}

/* Section headings */
section > h2[b-u24dxcesmt] {
  border-left: 4px solid var(--brand);
  padding-left: .6rem;
  margin-bottom: 1rem;
}

/* Trust & Safety two-up boxes */
section .row .col-md-6 .p-4.border.rounded-3 h3[b-u24dxcesmt] {
  color: var(--brand);
  font-weight: 600;
}

/* Footer spacing */
footer[b-u24dxcesmt] {
  margin-top: 2rem;
}
/* _content/nanny_agency/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-lajx05gzm3] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-lajx05gzm3] {
  color: #0077cc;
}

.btn-primary[b-lajx05gzm3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-lajx05gzm3], .nav-pills .show > .nav-link[b-lajx05gzm3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-lajx05gzm3] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lajx05gzm3] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lajx05gzm3] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lajx05gzm3] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-lajx05gzm3] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
