/* _content/ReachThruReviewAgent/Views/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. */

/**
 * Author: Khalid Ali
 * Date: 5 September 2026
 * Calgary
 * Description: Styles the shared navigation shell and Nettech Systems Inc. product-branding footer.
 */

a.navbar-brand[b-pc7stmvyl6] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-pc7stmvyl6] {
  color: #0077cc;
}

.btn-primary[b-pc7stmvyl6] {
  color: #090909;
  background-color: #e0ae38;
  border-color: #e0ae38;
}

.nav-pills .nav-link.active[b-pc7stmvyl6], .nav-pills .show > .nav-link[b-pc7stmvyl6] {
  color: #090909;
  background-color: #e0ae38;
  border-color: #e0ae38;
}

.border-top[b-pc7stmvyl6] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-pc7stmvyl6] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-pc7stmvyl6] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-pc7stmvyl6] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-pc7stmvyl6] {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 2rem;
  padding: 1.25rem 0 1rem;
  border-top: 1px solid #d4a72c;
  background: #f4f6f8;
  color: #52606d;
}

.footer-content[b-pc7stmvyl6] {
  display: grid;
  grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 2rem;
  row-gap: .65rem;
}

.footer-company-brand[b-pc7stmvyl6] {
  display: block;
  width: min(24rem, 100%);
  height: auto;
}

.footer-product-brand[b-pc7stmvyl6] {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  width: min(24rem, 100%);
}

.footer-nav[b-pc7stmvyl6] {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-self: center;
  gap: .6rem 1.25rem;
}

.footer-product-label[b-pc7stmvyl6] {
  color: #263442;
  font-size: .85rem;
}

.footer-meta[b-pc7stmvyl6] {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  justify-content: center;
  text-align: center;
  font-size: .85rem;
  line-height: 1.4;
}

@media (max-width: 575.98px) {
  .footer-divider[b-pc7stmvyl6] { display: none; }
  .footer-content[b-pc7stmvyl6] { display: flex; flex-direction: column; align-items: flex-start; }
  .footer-nav[b-pc7stmvyl6] { justify-content: flex-start; }
  .footer-meta[b-pc7stmvyl6] { flex-direction: column; }
}
