/* _content/Kabsa/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-36rnifbqqv] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-36rnifbqqv] {
    color: #0077cc;
    background-color: #0b0c10
}

.btn-primary[b-36rnifbqqv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-36rnifbqqv], .nav-pills .show > .nav-link[b-36rnifbqqv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-36rnifbqqv] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-36rnifbqqv] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-36rnifbqqv] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-36rnifbqqv] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-36rnifbqqv] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
.main-header[b-36rnifbqqv] {
    background-color: #0d0d0d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand[b-36rnifbqqv] {
    letter-spacing: 1px;
    transition: 0.3s ease;
}

    .navbar-brand:hover[b-36rnifbqqv] {
        opacity: 0.8;
    }

.nav-link-custom[b-36rnifbqqv] {
    color: #fff !important;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
}

    .nav-link-custom[b-36rnifbqqv]::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 0%;
        height: 2px;
        background-color: #e53935;
        transition: 0.3s ease;
        transform: translateX(-50%);
    }

    .nav-link-custom:hover[b-36rnifbqqv] {
        color: #e53935 !important;
    }

        .nav-link-custom:hover[b-36rnifbqqv]::after {
            width: 60%;
        }

.contact-btn[b-36rnifbqqv] {
    background: #e12f2f;
    color: #fff;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

    .contact-btn:hover[b-36rnifbqqv] {
        transform: translateY(-2px);
    }

.kabsa-footer[b-36rnifbqqv] {
    background: linear-gradient(135deg, #0a0a0a, #111, #1a1a1a);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.95rem;
}

.footer-link[b-36rnifbqqv] {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s ease;
}

    .footer-link:hover[b-36rnifbqqv] {
        color: #e53935;
        padding-right: 5px;
    }

.text-light-50[b-36rnifbqqv] {
    color: rgba(255, 255, 255, 0.6);
}

.social-link[b-36rnifbqqv] {
    color: #ddd;
    font-size: 1.25rem;
    transition: 0.3s ease;
}

    .social-link:hover[b-36rnifbqqv] {
        color: #e53935;
        transform: translateY(-3px);
    }

.kabsa-footer hr[b-36rnifbqqv] {
    border-color: rgba(255, 255, 255, 0.1);
}
