.halfslider-hotel-container {
    margin: 0 auto;
    position: relative;
}

.halfslider-slide-inner {
    display: flex;
    width: 100%;
    height: 88vh;
}

.halfslider-image, 
.halfslider-content {
    width: 50%;
    max-width: 50vw;
    flex: 1;
}

.halfslider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.halfslider-content {
    background: #2b2b2b;
    color: #fff;
    padding: 40px;
    display: flex;
    width: 50%;
    max-width: 720px;
    flex-direction: column;
    justify-content: center;
}

.halfslider-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.halfslider-description1,
.halfslider-description2 {
    margin-bottom: 15px;
    font-size: 1rem;
}

.halfslider-link a {
    display: inline-block;
    background: #01677b;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.33);
}

.swiper-button-next-halfslider-nav {
    background: url(/wp-content/themes/Opensmjle/assets/icons/arrow-slider.svg) no-repeat center center;
    background-size: contain;
    width: 54px;
    height: 14px;
    position: absolute;
    top: 95%;
    left: 90%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev-halfslider-nav {
    background: url(/wp-content/themes/Opensmjle/assets/icons/arrow-slider.svg) no-repeat center center;
    background-size: contain;
    width: 54px;
    height: 14px;
    position: absolute;
    top: 95%;
    left: 85%;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%) rotate(180deg);
}

.swiper-button-next.halfslider-nav {
    right: 10px;
}

@media screen and (max-width: 768px) {
    .halfslider-slide-inner {
        flex-direction: column;
        height: auto;
    }
    .halfslider-image, .halfslider-content {
        width: 100%;
        height: auto;
    }
    .halfslider-image, .halfslider-content {
        display: flex;
        width: 100%;
        max-width: 100vw;
        min-height: 300px;
        flex: 1;
        align-items: center;
        justify-content: center;
    }
    .halfslider-content {
        padding: 20px;
        max-width: 90vw;
    }
    .swiper-button-prev-halfslider-nav {
            top: 232px;
    left: 60%;
}
.swiper-button-next-halfslider-nav {
        top: 232px;
    left: 80%;
}
}