.carousel-inner .carousel-item {
    border-radius: 8px;
    overflow: hidden;
}

.carousel-inner {
    cursor: zoom-in;
}

.carousel-inner img {
    transition: transform 0.3s ease-in-out;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: block;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    color: white;
}

#imageModal .modal-dialog {
    max-width: 95vw;
    width: auto;
}

#imageModal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem;
}

#modalImage {
    max-height: 90vh;
    width: auto;
    object-fit: contain;
}

#imageModal .btn-close {
    z-index: 10;
}

#imageModal .modal-content {
    background-color: transparent;
    border: none;
}

.caption h5, .caption p {
    color: white;
}

#imageModal .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#imageModal .btn-close-white {
    filter: invert(1);
}
.equipament-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
}