.modal-body h3 {
    font-weight: 600 !important;
    font-size: 20px !important;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    border-radius: 14px;
    border: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);

    background: linear-gradient(135deg,
            #fcf2f2 0%,
            #fae7e7 30%,
            #fce5e5 80%,
            #fce3e3 100%);
}


/* gallery design================================= */

.gallery-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    height: 100%;
}

.gallery-card:hover {
    transform: translateY(-6px);
}

.gallery-info {
    padding: 15px;
}

.gallery-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #960c0c;
    /* Your theme color */
    margin-bottom: 6px;
}

.gallery-info p {
    font-size: 14px;
    color: #960c0c;
    margin: 0;
    font-weight: 600;
}

.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em;
    color: #960c0c;
    margin: 0;
    font-weight: 600;
}