.elementor-popup-modal .dialog-message:has(.kutus-booking) {
    overflow: visible;
}

.kutus-booking {
    width: 100%;
    padding: 32px 24px 24px;
    margin: 50px auto;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
}

.kutus-booking .form-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    gap: 32px 24px;
}

.kutus-booking .field-group {
    position: relative;
    flex: 1;
}

.kutus-booking label {
    position: absolute;
    top: 32px;
    left: 0;
    transform: translate3d(0, 0px, 0) scale(1);
    transform-origin: left top;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6E7881;
    opacity: 1;
    pointer-events: none;
    transition: 240ms;
}

.kutus-booking .field-group.focused label {
    transform: translate3d(0, -28px, 0) scale(1);
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
}

.kutus-booking input[type=date],
.kutus-booking input[type=email],
.kutus-booking input[type=number],
.kutus-booking input[type=password],
.kutus-booking input[type=search],
.kutus-booking input[type=tel],
.kutus-booking input[type=text],
.kutus-booking input[type=url],
.kutus-booking select,
.kutus-booking textarea {
    width: 100%;
    padding: 32px 20px 12px 0;
    border: none;
    border-bottom: 1px solid #6E7881;
    border-radius: 0;
    outline: none;
    color: #373E44;
}

.kutus-booking input {
    background: url(../images/icon-arrow-down.svg) right 35px/18px no-repeat;
}

.kutus-booking input:hover,
.kutus-booking input:focus {
    outline: none;
}

.kutus-booking .field-destination input:hover,
.kutus-booking .destination-wrapper:hover,
.kutus-booking .destination-wrapper .select-destination li:hover {
    cursor: pointer;
}

.kutus-booking .destination-wrapper .select-destination {
    position: absolute;
    z-index: 9999;
    left: 0;
    display: none;
    width: 334px;
    max-height: 470px;
    padding: 24px 24px 24px 32px;
    margin: 0;
    list-style: none;
    background-color: #F2F2F2;
    overflow-y: auto;
    overflow: hidden;
}

.kutus-booking .destination-wrapper .select-destination li:not(:last-child) {
    margin-bottom: 12px;
}

.kutus-booking .destination-wrapper .select-destination li {
    display: flex;
    align-items: center;
    color: #515A63;
}

.kutus-booking .destination-wrapper .select-destination li:hover {
    font-weight: 500;
    color: #AF8E1E;
}

.kutus-booking .destination-wrapper .select-destination li:before {
    content: "";
    display: none;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url(../images/icon-arrow-up-right.svg) center/contain no-repeat;
}

.kutus-booking .destination-wrapper .select-destination li:hover:before {
    display: inline-block;
}

.kutus-booking .destination-wrapper .select-destination li.title {
    color: #222222;
    pointer-events: none;
}

.kutus-booking .destination-wrapper .select-destination li.title:hover {
    cursor: default;
}

.kutus-booking .field-promocode {
    flex: 0 0 160px;
}

.kutus-booking .field-promocode input {
    background-image: url(../images/icon-add.svg);
}

.field-promocode .clear-text {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 18px;
    height: 18px;
    font-size: 0;
    background: url(../images/icon-remove.svg) center/contain no-repeat;
}

.field-promocode input.valid-text {
    background-image: none;
}

.field-promocode input.valid-text:focus+.clear-text {
    display: inline-block;
}

.field-promocode input:not(.valid-text)+.clear-text {
    display: none;
}

.kutus-booking .field-group.field-action {
    flex: 0 0 146px;
}

.kutus-booking .field-action .btn-submit {
    width: 100%;
    height: 40px;
    padding: 8px 24px;
    border: none;
    border-radius: 0;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #C5A846;
}


/* GUEST MODAL */
.kutus-booking .guest-modal {
    position: absolute;
    z-index: 9999;
    left: 0;
    display: none;
    width: 472px;
    padding: 32px 24px 24px 24px;
    margin: 0;
    background-color: #F2F2F2;
}

.kutus-booking .guest-modal-wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 32px 24px;
}

.guest-modal .guest-adults,
.guest-modal .guest-children {
    width: calc(50% - 12px);
}

.guest-msg {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #515A63;
}

.guest-modal .guest-quantity {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #6E7881;
}

.guest-quantity .quantity-label {
    text-transform: uppercase;
    color: #6E7881;
}

.guest-quantity .btn-quantity-group {
    display: flex;
    gap: 8px;
}

.guest-modal .guest-quantity .qty {
    padding: 0;
    border: none;
    font-size: 18px;
    text-align: center;
    color: #373E44;
}

.guest-quantity .qty::-webkit-outer-spin-button,
.guest-quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.guest-quantity .qty[type=number] {
    -moz-appearance: textfield;
}

.guest-quantity .btn-qty {
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    outline: none;
    font-size: 0;
    background: transparent center / contain no-repeat;
}

.guest-quantity .btn-qty:hover,
.guest-quantity .btn-qty:focus {
    background-color: transparent !important;
    outline: none !important;
}

.guest-quantity .btn-qty.qty-minus {
    background-image: url(../images/icon-circle-minus.svg);
}

.guest-quantity .btn-qty.qty-plus {
    background-image: url(../images/icon-circle-plus.svg);
}

.guest-modal .guest-action {
    width: 100%;
    text-align: right;
}

.guest-action .btn-qty-apply {
    padding: 6px 20px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #c5a750;
}

.guest-action .btn-qty-apply:hover {
    background-color: #c5a750;
}


/* DATARANGE */
.daterangepicker {
    z-index: 9999;
    padding: 16px 24px;
    margin-top: 1px;
    border: none;
    background-color: #F2F2F2;
}

.daterangepicker:before,
.daterangepicker:after {
    display: none !important;
}

.daterangepicker .calendar-table {
    border: none;
    background-color: #F2F2F2;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50px;
    border-block-start: none !important;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #515A63;
    background-color: #F2F2F2;
}

.daterangepicker .calendar-table thead th {
    color: #373E44;
}

.daterangepicker td.start-date.end-date,
.daterangepicker td.start-date,
.daterangepicker td.in-range.end-date,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    border-radius: 50px;
    background-color: #AF8E1E;
    color: #fff;
}

.daterangepicker td.in-range {
    background-color: #BCC2C7;
    color: #fff;
}

.daterangepicker .drp-selected {
    display: none;
}

.daterangepicker .drp-buttons .btn {
    padding: 6px 20px;
    border-color: #c5a750;
    border-radius: 0;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #c5a750;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
    background-color: transparent;
}

.daterangepicker .drp-buttons .btn.applyBtn,
.daterangepicker .drp-buttons .btn.cancelBtn:hover {
    color: #fff;
    background-color: #c5a750;
}

/* RESPONSIVE */
@media all and (max-width: 1200px) {
    .kutus-booking .field-group {
        flex: 0 0 calc(50% - 12px);
    }
}

@media all and (max-width: 600px) {
    .kutus-booking .field-group {
        flex: 100%;
    }

    /* GUEST MODAL */
    .kutus-booking .destination-wrapper .select-destination,
    .kutus-booking .guest-modal {
        width: 100%;
    }

    .guest-modal .guest-adults,
    .guest-modal .guest-children {
        width: 100%;
    }

    .daterangepicker {
        width: calc(100% - 48px);
    }
}