.container {
    max-width: 1200px !important;
}

.navbar-brand {
    width: 80px;
    height: 80px;
}

.bg-primary {
    background-color: rgb(40 70 120) !important;
}

.btn-primary {
    background-color: rgb(40 70 120);
    border-color: rgb(40, 45, 120);
}

.btn-primary:hover {
    background-color: rgb(59, 88, 138);
    border-color: rgb(63, 90, 136);
}

.btn-primary:active {
    background-color: rgb(102, 131, 183) !important;
    border-color:  rgb(102, 131, 183) !important;
}

.btn-outline-primary {
    border-color: rgb(40, 45, 120);
    color: rgb(40, 45, 120);
}

.btn-outline-primary:hover {
    background-color: rgb(59, 88, 138);
    border-color: rgb(63, 90, 136);
}

.btn-outline-primary:active {
    background-color: rgb(102, 131, 183) !important;
    border-color:  rgb(102, 131, 183) !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #282d78;
}

.text-primary {
    color: #282d78 !important;
}

.btn, .card {
    border-radius: 0px;
}

.img-white {
    filter: brightness(0) saturate(100%) invert(100%);
}

.carousel-control-next, .carousel-control-prev {
    width: 40px;
    filter: none !important;
}

.form-control {
    border-radius: 0px;
}

.img-zoom {
    transition: transform 0.1s ease-in-out;
    display: inline-block;
  }
  
.img-zoom:hover {
transform: scale(1.01);
z-index: 10;
}

.carousel-indicators {
    color: red;
    flex: none !important;
}

.img-gallery {
    position: relative;
    overflow: hidden;
}

.img-gallery img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.img-gallery:hover img {
    transform: scale(1.02);
    transform-origin: center center;
}

.modal {
    z-index: 1050 !important; /* Domyślny poziom z-index modali w Bootstrap */
}
.modal-backdrop {
    z-index: 1040 !important; /* Warstwa tła */
}
