.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: -1;
    pointer-events: none;
}


.body-background {
    background: url('/images/Logo-Ambrac-frontpage.png') no-repeat fixed center;
    background-size: 50%;
}

@media (max-width: 768px) {
    .body-background {
        background: white;
    }
}

.carousel-indicators [data-bs-target] {
    background-color: rgb(50, 116, 240) !important;
    opacity: 0.5;
}

.carousel-indicators .active {
    background-color: rgb(50, 116, 240) !important;
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233274f0'%3e%3cpath d='m11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233274f0'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.carousel-item > div {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 12.5rem;
    background-color: rgba(50, 116, 240, 0.1);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-logo {
    height: 2.5rem;
    width: auto;
}

.btn-ambrac {
    background-color: #266df0 !important;
    border: 1px solid #266df0 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

.btn-ambrac:hover, .btn-ambrac:focus, .btn-ambrac:active, .btn-ambrac.active, .btn-ambrac.focus {
    background-color: #1e273e !important;
    border-color: #1e273e !important;
    color: #ffffff !important;
}

.ambrac-menu-item:active, .ambrac-menu-item.ambrac-active {
    color: #266df0 !important;
}