/* _content/MeLink.Web/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. */

a.navbar-brand[b-dw20rkhu9l] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-dw20rkhu9l] {
  color: #0077cc;
}

.btn-primary[b-dw20rkhu9l] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-dw20rkhu9l], .nav-pills .show > .nav-link[b-dw20rkhu9l] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-dw20rkhu9l] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-dw20rkhu9l] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-dw20rkhu9l] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-dw20rkhu9l] {
  font-size: 1rem;
  line-height: inherit;
}




/* === FOOTER STYLES - ENHANCED === */

/* Main footer container */
.footer-enhanced[b-dw20rkhu9l] {
    background-color: #1f2937; /* A standard dark color */
    color: rgba(255, 255, 255, 0.7);
}

/* Make sure your white logo is visible on the dark background */
.footer-logo[b-dw20rkhu9l] {
    filter: brightness(0) invert(1);
}

/* Styling for the footer headings */
.footer-enhanced h6[b-dw20rkhu9l] {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Styling for links */
.footer-enhanced .list-unstyled a[b-dw20rkhu9l] {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

    .footer-enhanced .list-unstyled a:hover[b-dw20rkhu9l] {
        color: #ffffff !important;
        padding-left: 5px; /* Adds a nice subtle movement on hover */
    }

/* Newsletter form styling */
.newsletter-form .form-control[b-dw20rkhu9l] {
    background-color: #343a40;
    border-color: #495057;
    color: #fff;
}

    .newsletter-form .form-control[b-dw20rkhu9l]::placeholder {
        color: #adb5bd;
    }

    .newsletter-form .form-control:focus[b-dw20rkhu9l] {
        background-color: #343a40;
        border-color: var(--bs-primary);
        box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
        color: #fff;
    }

/* Social Media Icons Styling */
.social-icons a[b-dw20rkhu9l] {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block; /* Allows transform to work */
}

    .social-icons a:hover[b-dw20rkhu9l] {
        color: var(--bs-primary) !important;
        transform: translateY(-3px); /* Lifts the icon on hover */
    }

/* Bottom copyright bar */
.footer-bottom[b-dw20rkhu9l] {
    background-color: #1c1f23; /* A slightly darker shade for contrast */
}
