.fl-contact-form textarea,
.fl-contact-form input[type="text"],
.fl-contact-form input[type="tel"],
.fl-contact-form input[type="email"] {
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 13px;
    color: #373737;
    border-radius: 3px;
}
.vdgallery-kolom .vdgallery-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}
.cursor-default {
  cursor: default !important;
}

@media only screen and (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }
}

.btn-sewa {
    background-color: var(--bs-primary) !important;
}

.uabb-testimonial {
    padding: 15px !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.uabb-testimonial:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
