#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    backdrop-filter: blur(3px);
}

#block-search.hotel {
    background: rgba(0, 0, 0, 0.66);
}

#block-search.hotel-inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

#block-search.block-search--residence {
    margin: 30px 0 0;
    background: rgba(0, 0, 0, 0.66);
}

@media screen and (min-width: 1240px) {
    #block-search.main {
        position: relative;
        z-index: 20;
        margin-top: -90px;
        background: rgba(0, 0, 0, 0.66);
    }
}

.news2-sidebar .engine-widget{
    background-color: var(--bs-primary) !important;
}
.news2-sidebar h6.widget-title.text-white{
    border-color: #fff;
}

.news2-sidebar .engine-widget .be-container{
    padding: 0;
}

.be-container {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

.be-prevention-message {
    position: absolute;
    top: 65px;
    left: 35px;
    z-index: 1;
    padding: 5px 10px;
    font-size: 12px;
    line-height: normal;
    background-color: #ffffff;
    box-shadow: 0 10px 20px -4px rgba(0, 0, 0, .36);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease;
}

.be-search-form .be-prevention-message.be-prevention-message--active {
    visibility: visible;
    opacity: 1;
}

.be-prevention-message:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: 30px;
    z-index: -1;
    transform: rotate(45deg);
    background-color: #ffffff;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.section-booking {
    padding: 45px 0;
}

.section-booking .sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.section-booking .sub-title:after,
.section-booking .sub-title:before {
    position: initial;
    width: auto;
    flex-grow: 1;
}

.be-booking-btn {
    display: inline-block;
    padding: 10px 30px;
    margin: 15px 12px;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #ee328a;
}

.be-booking-btn:hover {
    color: #ffffff;
    background: #e43386;
}

@media screen and (max-width: 768px) {
    #block-search {
        background-color: var(--bs-primary);
        backdrop-filter: blur(5px);
    }
}