/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
ul.glide__slides {
    padding: 0px 0px 0px 1px;
}
.pcw-card {
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 2.22px;
    background: #fff;
}
.pcw-card h3
.pcw-card p,
.pcw-card a {
    font-family: "Roboto", sans-serif !important;    
}
.pcw-card-body h3 {
    margin: 0 0px 5px 0;
}
.pcw-card-body h3, .pcw-card-body h3 a {
    color: rgba(67, 67, 67, 1.00);
    font-size: 15px;
    font-style: normal;
    line-height: 16px;
    text-decoration: none !important;
    padding: 0;
    font-weight: bold;
}
.pcw-card-body {
    padding: 15px 15px 15px 15px;
}
.pcw-card p {
    margin: 0;
}
.pcw-card-head {
    position: relative;
}
.pcw-card-head a {
    display: flex;
}
.pcw-card-head a img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 130px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
span.pcw-loc img {
    width: 14px;
    vertical-align: text-top;
    margin-right: 2px;
    margin-left: -3px;
}
.pcw-star img {
    width: 13px;
}
span.pcw-loc {
    background-color: rgba(2, 100, 200, 1.00);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    top: 0;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
span.pcw-disc {
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    right: 0;
    bottom: 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pcw-rate {
    margin-bottom: 5px;
}
.pcw-rate img {
    width: 20px;
    margin-right: -2px;
    vertical-align: sub;
}
span.pcw-rating {
    color: rgba(1, 148, 243, 1.00);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
span.pcw-total_rating {
    color: rgba(3, 18, 26, 1.00);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
p.pcw-harga_coret {
    color: rgba(143, 143, 143, 1.00);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
p.pcw-harga_real {
    color: rgba(249, 109, 1, 1.00);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.pcw-booking_link {
    text-align: right;
    margin-top: 5px !important;
}
.pcw-booking_link a,
.pcw-booking_link a:hover {
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none !important;
    border-radius: 6px;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 65px !important;
}
.swiper-pagination-bullet {
    background: #fff !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    opacity: 0.8 !important;
}
.rt-img-holder a img {
    display: inline-block !important;
}
.e-client-logo .owl-carousel .owl-item .rt-holder img.rt-img-responsive {
    border-radius: 50% !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.e-el-fixed-bottom {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 9;
}

.posts-carousel-wpk-2 span.pcw-loc {
    display: none;
}
.posts-carousel-wpk-2 p.pcw-booking_link {
    display: none;
}
.posts-carousel-wpk-2 span.pcw-disc {
    left: 0;
    right: unset;
    top: 37px;
    bottom: unset;
    border-radius: 0px 10px 10px 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.posts-carousel-wpk-2 .pcw-card {
    border-radius: 40px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.posts-carousel-wpk-2 .pcw-card-head a img {
    border-radius: 40px;
    height: 400px;
}
.posts-carousel-wpk-2 .pcw-card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
}
.posts-carousel-wpk-2 .pcw-card-body-content {
    background: #fff;
    padding: 14px;
    border-radius: 30px;
}
.posts-carousel-wpk-2 .pcw-star-rate {
    display: flex;
    gap: 5px;
}
.posts-carousel-wpk-2 .pcw-harga-wrap {
    display: flex;
    gap: 5px;
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    .pcw-star img {
        width: 10px;
    }
    .pcw-booking_link {
        margin-top: 15px !important;
    }
    span.pcw-rating {
        font-size: 12px;
        line-height: 16px;
    }
    span.pcw-total_rating {
        font-size: 12px;
        line-height: 16px;
    }
    span.pcw-loc img {
        width: 12px;
        margin-left: -6px;
    }
    span.pcw-loc {
        font-size: 12px;
        line-height: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    span.pcw-disc {
        font-size: 12px;
        line-height: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .pcw-card-body {
        padding: 12px;
    }
    .pcw-card-body h3, .pcw-card-body h3 a {
        font-size: 14px;
    }
    .pcw-booking_link a, .pcw-booking_link a:hover {
        font-size: 13px;
        line-height: 20px;
    }
}