/* _content/AzoodPanorama/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-pyjycfkh57] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-pyjycfkh57] {
  color: #0077cc;
}

.btn-primary[b-pyjycfkh57] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-pyjycfkh57], .nav-pills .show > .nav-link[b-pyjycfkh57] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-pyjycfkh57] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-pyjycfkh57] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-pyjycfkh57] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-pyjycfkh57] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-pyjycfkh57] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.product-item[b-pyjycfkh57]{
  background-color:white ;
}

.fullscreen-background[b-pyjycfkh57] {
    position: fixed;
    top: 70px; /* Height of the header */
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    overflow: hidden;
    z-index: -1;
    opacity: .3;
}

.fullscreen-image[b-pyjycfkh57] {
    width: 100vw;
    max-height: calc(100vh - 70px);
    object-fit: cover;
    display: block;
}

/* Fullscreen layout styles */
.fullscreen-body[b-pyjycfkh57] {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
    background-color: #000;
}

.fullscreen-container[b-pyjycfkh57] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
}

.fullscreen-main[b-pyjycfkh57] {
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

/* Header styles */
header[b-pyjycfkh57] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
}

.navbar[b-pyjycfkh57] {
    padding: 0.5rem 1rem;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-brand img[b-pyjycfkh57] {
        height: 40px;
    }
}

/* Animation for navbar */
.navbar[b-pyjycfkh57] {
    transition: background-color 0.3s ease;
}

.navbar:hover[b-pyjycfkh57] {
    background-color: rgba(255, 255, 255, 1);
}
