.header-type2 {
    background: #000000a3;
}
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.gallery-img:hover {
    transform: scale(1.03);
}
.modal-dialog {
    max-width: 90%;
}
.modal-content {
    background: transparent;
    border: none;
}
.modal-body {
    padding: 0;
    text-align: center;
}
.modal-body img {
    max-height: 80vh;
    width: auto;
    max-width: 100%;
    border-radius: 8px;
}
.modal_des .icon:hover {
    background: #fff;
    transform: scale(1.1);
}
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    opacity: 0.8;
    font-size: 30px;
    z-index: 1050;
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    border: none;
}
.close:hover {
    opacity: 1;
}
#imageModal .modal-dialog {
    /*display: flex;*/
    /*align-items: center;*/
    /*min-height: 100vh;*/
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    max-width: stretch;
}