
.gallery-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 150px;
    min-height: 1000px;
}

.gallery-section::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://img.houseui.com/watchdroid/generated_images/image_1749293529323.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.1;
    z-index: -1;
}



.gallery-section .section-title {
    display: inline-block !important;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 10px;
    position: relative;
}

.gallery-section .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.gallery-section .empty-gallery img{
    width: 400px;
}

.gallery-section .empty-gallery .empty-text{
    font-size: 36px;
    font-weight: 700;
    margin-top: 35px;
}