.image-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.image-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.image-slider::-webkit-scrollbar {
    display: none;
}

.image-slider img {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;

    height: 320px;
    /* adjust */
    object-fit: cover;

    scroll-snap-align: start;
}

.fav-filled {
    height: 30px;
    width: 30px;
    top: 3px;
    left: -2px;
    position: relative;
}

.post-title svg {
    cursor: pointer;
}

.post-title svg path {
    fill: var(--e-global-color-primary);
}

.cs-rooms .item-header{
    box-shadow: none !important;
}

header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header .primary-menu > li > a,
header .elementor-widget-cs_text-editor p a {
    color: #0c0d0e !important;
}

header .button.cs-btn-color-white.cs-btn-outline {
    background-color: #5CA4AB;
}

body .elementor-54 .elementor-element.elementor-element-78f1d11 .button svg path {
    fill: #5CA4AB !important;
}

body .elementor-54 .elementor-element.elementor-element-78f1d11 .button {
    background-color: #ffffff;
}

.elementor-background-overlay {
    display: none !important;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #5ca4ab;
    color: #fff;

    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
}

.slider-arrow.prev {
    left: 15px;
}

.slider-arrow.next {
    right: 15px;
}