.cursor-pointer {
    cursor: pointer;
}

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

.thumbnail-gallery .img-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    transition: all 0.2s ease;
    opacity: 0.7;
}

.thumbnail-gallery .img-thumbnail:hover,
.thumbnail-gallery .img-thumbnail.active {
    opacity: 1;
    border-color: #007bff;
    transform: scale(1.05);
}

.main-image-container img {
    transition: transform 0.3s ease;
}

.main-image-container img:hover {
    transform: scale(1.01);
}

#imageModal .modal-content {
    background: transparent;
    box-shadow: none;
}

#imageModal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.section-bg{
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%)
}
