#be-booking-form {
    width: 100%;
    max-width: 1286px;
    margin: 0 auto 10px;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

.block-search-wrapper {
    position: relative;
}

#block-search {
    max-width: 1286px;
    margin: -30px auto 50px;
    background: #1e3132;
    box-shadow: 3px 3px 18px 0 rgba(0, 0, 0, 0.1);
}

#block-search.block-search--policy {
    margin-top: 0;
}

.be-container {
    padding: 0 30px;
}

#post-1356 .entry-title {
    margin-bottom: 35px;
}

.reach-us,
body:has(#be-booking-form) .social-medias {
    display: none !important;
}

.footer-sec {
    justify-content: flex-end;
}

.services {
    flex-direction: column;
}

@media screen and (min-width: 1280px) {
    #block-search.block-search-main {
        position: absolute;
        width: calc(100% - 30px);
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
}