/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {
    --button-color: #FEAF18;
    --line-color: #FEAF18;
    --default-color: #444;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

.crs-hidden {
    display: none;
}

.bx {
    vertical-align: middle;
}

.form-control:focus {
    box-shadow: none;
}

.form-floating label {
    color: #ACACAC;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.btn {
    background-color: var(--button-color);
    color: #FFF;
    transition: all .5s ease;
}

    .btn:hover {
        letter-spacing: 1px;
        background-color: #FEB831;
    }

.no-scroll {
    overflow: hidden;
}

textarea {
    resize: none;
}

.btn-minus {
    background: #FEAF18;
    border-radius: 5px 0px 0px 5px;
}

.btn-plus {
    background: #FEAF18;
    border-radius: 0px 5px 5px 0px;
}

.btn-number {
    padding: 0.4rem 0.5rem;
}

    .btn-number:disabled {
        color: var(--bs-btn-disabled-color);
        pointer-events: none;
        background: #FEAF18;
        opacity: var(--bs-btn-disabled-opacity);
        border-color: #FEAF18;
        padding: 0.4rem 0.5rem;
    }

.form-floating > .select2-container--bootstrap-5 .select2-selection {
    height: calc(3.5rem + 2px) !important;
    line-height: 1.25 !important;
}

.form-floating > .select2-container--bootstrap-5 .select2-selection--single {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        color: var(--button-color);
    }

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(27, 27, 27, 0.8);
    min-width: 160px;
    overflow: auto;
    z-index: 1;
    top: 2.5rem;
    left: 0;
}

    .dropdown-content a {
        color: #FFF;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

@media (max-width: 991.98px) {
    .dropdown-content {
        position: static;
        margin: 10px 20px;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .dropdown-content a {
            color: var(--default-color);
            overflow: hidden;
        }

    .dropbtn {
        width: 100%;
        display: block;
    }
}

.show {
    display: block;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.imgSwiper {
    width: 100%;
    height: 50vh;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    align-items: center;
    display: inline-flex;
}

    .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

.swiper-wrapper {
    height: 100%;
    align-items: center;
}

.slide-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(33,33,33,.3);
}

.slide-overlay > h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255,255,255,.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(255,255,255,1);
}

.swiper-button-next, .swiper-button-prev {
    color: #FFF;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 28px;
    }


/*.title-w-line {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid var(--line-color);
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .title-w-line span {
        background: #fff;
        padding: 0 10px;
    }*/
.title-m-line {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    margin-bottom: 20px;
}

    .title-m-line:before {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid var(--line-color);
        line-height: 0.1em;
        margin: auto;
        margin-right: 50px;
    }

    .title-m-line:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid var(--line-color);
        line-height: 0.1em;
        margin: auto;
        margin-left: 50px;
    }


.title-l-line {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    margin-bottom: 20px;
}

    .title-l-line:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid var(--line-color);
        line-height: 0.1em;
        margin: auto;
        margin-left: 50px;
    }

.card-height {
    max-height: 400px;
    min-height: 400px;
}

.index-loc iframe {
    height: 400px;
    width: 100%;
}

.footer-loc iframe {
    height: auto;
    width: 100%;
}

.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 49%;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 99;
        pointer-events: none;
        user-select: none;
        transform: translate(-50%, -50%);
        height: 1600px;
    }

    .video-container span {
        z-index: 101;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-weight: 400;
        font-size: 28px;
        text-align: center;
    }

@media (min-width: 992px) {
    .video-container span {
        font-size: 52px;
    }

    .video-container {
        padding-bottom: 35%;
    }
}

.banner-image img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
}

@media (min-width: 992px) {
    .banner-image img {
        height: 50vh;
    }
}

.btn-cart-quantity, .btn-cart-quantity-zero, .btn-cart-quantity-limit {
    width: 29px;
    height: 37px;
    padding: 0;
}

.input-number {
    width: 50px !important;
    flex: unset !important;
}

@media (max-width: 575.98px) {
    .input-number {
        width: 40px !important;
    }
}

.input-number-zero {
    width: 50px !important;
    flex: unset !important;
}

@media (max-width: 575.98px) {
    .input-number-zero {
        width: 40px !important;
    }
}

.input-number-limit {
    width: 50px !important;
    flex: unset !important;
}

@media (max-width: 575.98px) {
    .input-number-limit {
        width: 40px !important;
    }
}

.input-number-infinite {
    width: 50px !important;
    flex: unset !important;
}

@media (max-width: 575.98px) {
    .input-number-infinite {
        width: 40px !important;
    }
}

#screen-dimmer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9995;
    display: none;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
#myModal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    min-height: 330px;
}

#myModal .modal-header {
    border-bottom: none;
}

#myModal h4 {
    font-weight: 700;
    margin-bottom: 2rem;
}

#myModal .content-text {
    font-size: 18px;
    width: 85%;
    margin: 0 auto 2rem;
    line-height: 2;
    word-break: break-word;
}

#myModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

#myModal .modal-footer {
    border-top: none;
    justify-content: center;
}

#cancelModal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    min-height: 330px;
}

#cancelModal .modal-header {
    border-bottom: none;
}

#cancelModal h4 {
    font-weight: 700;
    margin-bottom: 2rem;
}

#cancelModal .content-text {
    font-size: 18px;
    width: 85%;
    margin: 0 auto 2rem;
    line-height: 2;
    word-break: break-word;
}

#cancelModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

#cancelModal .modal-footer {
    border-top: none;
    justify-content: center;
}

#cancelModal .btn-modal {
    background-color: var(--button-color);
    width: 250px;
    height: 45px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    margin: 0 auto;
}

#changeDateModal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    min-height: 330px;
}

#changeDateModal .modal-header {
    border-bottom: none;
}

#changeDateModal h4 {
    font-weight: 700;
    margin-bottom: 2rem;
}

#changeDateModal .content-text {
    font-size: 18px;
    width: 85%;
    margin: 0 auto 2rem;
    line-height: 2;
    word-break: break-word;
}

#changeDateModal .modal-body {
    padding: 2rem;
}

.modal-header-sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
}

/*--------------------------------------------------------------
# Index Section
--------------------------------------------------------------*/
.about {
    padding: 60px 0 5px;
}

    .about .content h3 {
        font-weight: 700;
        font-size: 28px;
        padding: 2rem 0 1rem;
    }

    .about .abount-desc {
        padding-right: 3rem;
    }

    .about .about-img {
        width: 100%;
        min-height: 400px;
    }

        .about .about-img img {
            width: 100%;
            height: 100%;
            border: 6px solid #FFF;
            border-radius: 12px;
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        }

@media (max-width: 991px) {
    .about .content h3 {
        text-align: center;
        font-size: 22px;
    }

    .about .abount-desc {
        padding-right: 0;
    }
}

.accommodation {
    padding: 20px 0;
}

    .accommodation .card {
        background: #FFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .accommodation .card-body {
        display: flex;
        flex-direction: column;
    }

        .accommodation .card-body .item {
            height: 54px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: .5rem;
        }

    .accommodation .card-img {
        width: 100%;
        height: 280px;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }

        .accommodation .card-img img {
            width: 100%;
            height: 100%;
        }

    .accommodation .item h5 {
        display: -webkit-box;
        max-width: 400px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.gallery {
    padding: 20px 0 60px;
}

    .gallery .gallery-container {
        margin-bottom: 1.5rem;
    }

        .gallery .gallery-container img {
            width: 100%;
            border: 6px solid #FFF;
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            border-radius: 12px;
        }

#campsite .campsite-card {
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}


.campsite .btn-book,
.counts .btn-book {
    width: 250px;
    height: 45px;
    border-color: var(--button-color);
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    max-width: 100%;
}

.accommodation .btn-book {
    width: 250px;
    height: 45px;
    border-color: var(--button-color);
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.accommodation .desc-box {
    height: 195px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img {
    width: -webkit-fill-available;
    padding: 3rem 3rem 1rem 3rem;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login .wrapper {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}

.login .login-container {
    padding: 2rem 6rem;
}

.login .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: .15px;
}

.login .social-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.login .social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
}

    .login .social-button.btn-google {
        background-color: #4285F4;
    }

    .login .social-button.btn-facebook {
        background-color: #1877F2;
        height: 49px;
    }

.login .bxl-facebook-circle {
    margin-left: .4rem;
}

.login .social-text {
    font-size: 18px;
    margin: 0 auto;
}

.login .or-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1rem;
}

.login .form-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login .input-box {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 0 .5rem;
}

    .login .input-box input {
        border: none;
        background-color: transparent;
    }

    .login .input-box .password-toggle {
        position: absolute;
        right: 0;
        top: 1.05rem;
        cursor: pointer;
    }

.login .btn-login {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    border-radius: 12px;
    width: 80%;
    height: 45px;
    margin: 1rem auto 2.5rem;
    max-width: 100%;
}

.login .forgot-password-link {
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: .15px;
}

.login .signup-link {
    background-color: var(--button-color);
    padding: .5rem;
    border-radius: 0 0 12px 12px;
    text-align: center;
    color: #FFF;
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .login .login-container {
        padding: 2rem 1rem;
    }
}

/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
.register hr {
    border: 1px solid #CCC;
}

.register h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.register .btn-register {
    width: 250px;
    height: 45px;
    border-radius: 12px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

.register .password-toggle {
    position: absolute;
    right: .5rem;
    top: 1.05rem;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Bookings
--------------------------------------------------------------*/
.schedule .wrapper {
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    height: auto;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.btn-cancel {
    background-color: transparent;
    display: none;
}

.input-box {
    background: #F5F5F5;
    border-radius: 12px;
    padding: .3rem 1rem;
    position: relative;
    user-select: none;
}

.input-label {
    font-weight: 600;
    font-size: 14px;
    color: #ACACAC;
}

.btn-search {
    width: 200px;
    height: 45px;
    border: 2px solid var(--button-color);
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    max-width: 100%;
}

.select-pax-wrap .select-pax-ul {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    background: #FAFAFA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    display: none;
    list-style: none;
    z-index: 1080;
    padding-left: 0;
    margin-bottom: 0;
    max-height: 260px;
    overflow-y: scroll;
}

    .select-pax-wrap .select-pax-ul li {
        cursor: pointer;
    }

        .select-pax-wrap .select-pax-ul li .pax-option:hover {
            background: rgba(27, 27, 27, 0.8);
            color: #FFF;
        }

            .select-pax-wrap .select-pax-ul li .pax-option:hover:first-child {
                border-radius: 12px 12px 0 0;
            }

            .select-pax-wrap .select-pax-ul li .pax-option:hover:last-child {
                border-radius: 0 0 12px 12px;
            }

        .select-pax-wrap .select-pax-ul li .pax-option {
            padding: .5rem;
            text-align: center;
        }

.select-pax-wrap.active .select-pax-ul {
    display: block;
}

.select-pax-wrap .select-pax-ul::-webkit-scrollbar {
    width: 5px;
    display: none;
}

.select-pax-wrap .select-pax-ul::-webkit-scrollbar-track {
    border-radius: 6px;
}

.select-pax-wrap .select-pax-ul::-webkit-scrollbar-thumb {
    background-color: #CCC;
    border-radius: 6px;
    background-clip: padding-box;
}

.lenggeng {
    background: #F9F9F9;
    border: 1px solid #EEE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

    .lenggeng .btn-lenggeng {
        background: #FFF;
        border: 2px solid #FEB018;
        border-radius: 12px;
        color: var(--button-color);
        width: 200px;
        height: 45px;
        font-size: 18px;
        font-weight: 700;
    }

.bookings .wrapper {
    background: #FFF;
    border: 2px solid #CCC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin-bottom: 2rem;
}

.bookings .category-wrapper {
    background-color: #F9F9F9;
    border-radius: 12px 0px 0px 12px;
    padding: 2rem 3rem;
    border-right: 1px solid #CCC;
    height: 100%;
}

.bookings .item .portfolio-img {
    overflow: hidden;
}

.bookings .item .see-more {
    position: relative;
}

.bookings .main-img {
    width: 100%;
    height: 250px;
}

    .bookings .main-img img {
        height: 100%;
        width: 100%;
    }

.bookings .item .see-more .more {
    position: absolute;
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    font-size: 14px;
}

.bookings .item .portfolio-img {
    width: 100%;
    height: 71px;
    border-radius: 12px;
    margin-top: 1rem;
}

    .bookings .item .portfolio-img img {
        transition: all 0.6s;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bookings .item .portfolio-img .overlay {
        position: relative;
        filter: brightness(.5);
    }

.bookings .about-wrapper {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 12px;
    padding: 1rem;
}

    .bookings .about-wrapper .title {
        font-size: 18px;
        font-weight: 700;
        color: #777;
    }

    .bookings .about-wrapper p {
        font-size: 18px;
    }

.bookings .hl-wrapper {
    margin-top:15px;
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 12px;
    padding: 1rem;
}

    .bookings .hl-wrapper .title {
        font-size: 18px;
        font-weight: 700;
        color: #777;
    }

    .bookings .hl-wrapper p {
        font-size: 18px;
    }

.bookings .more-text {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.bookings .detail-wrapper {
    padding: 1.5rem;
}

.bookings .company-text {
    font-size: 32px;
    font-weight: 700;
}

.bookings .detail-wrapper .operation-wrapper {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
}

    .bookings .detail-wrapper .operation-wrapper .operation-text {
        font-size: 18px;
    }

.bookings .more-desc-full {
    display:none;
}

.bookings .more-desc-threeline-full {
    display: none;
}

.bookings .more-desc {
    max-height: 15em; /* Set the maximum height equivalent to 10 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: justify;
}

.bookings .more-desc-threeline {
    max-height: 6.3em; /* Set the maximum height equivalent to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: justify;
}

.bookings .read-more-text {
    font-size: 16px;
    color: #FEAF18;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bookings .read-more-text-mobile {
    font-size: 18px;
    color: #FEAF18;
    font-weight: 700;
    cursor: pointer;
    display: none;
}

.bookings .t-read-more-text {
    font-size: 16px;
    color: #FEAF18;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bookings .t-read-more-text-mobile {
    font-size: 18px;
    color: #FEAF18;
    font-weight: 700;
    cursor: pointer;
    display: none;
}

.bookings .hl-read-more-text {
    font-size: 16px;
    color: #FEAF18;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bookings .hl-read-more-text-mobile {
    font-size: 18px;
    color: #FEAF18;
    font-weight: 700;
    cursor: pointer;
    display: none;
}

@media (max-width: 991px) {
    .bookings .more-desc {
        max-height: 6.em; /* Set the maximum height equivalent to 3 lines */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 1.5;
        margin-bottom: 1rem;
        text-align: justify;
    }

    .bookings .read-more-text {
        display: none;
    }

    .bookings .read-more-text-mobile {
        display: block;
        text-align: center;
    }

    .bookings .t-read-more-text {
        display: none;
    }

    .bookings .t-read-more-text-mobile {
        display: block;
        text-align: center;
    }

    .bookings .hl-read-more-text {
        display: none;
    }

    .bookings .hl-read-more-text-mobile {
        display: block;
        text-align: center;
    }

    .bookings .more-text {
        border: none;
        cursor: pointer;
        display: block;
        margin: 1rem auto;
        width: 100%;
        text-align: center;
        background-color: transparent; /* Set the initial background color to transparent */
        appearance: none; /* Remove the default checkbox appearance */
    }

        .bookings .more-text::before {
            content: "Show more";
        }

        .bookings .more-text:checked::before {
            content: "Show less";
        }

    .bookings .more-desc:has(+ .more-text:checked) {
        max-height: none;
        background-color: transparent;
    }

    .bookings .read-more-text {
        display: none;
    }

    .bookings .category-wrapper {
        padding: 1rem 1.5rem;
    }

    .bookings .detail-wrapper .operation-wrapper .operation-text {
        font-size: 16px;
    }

    .bookings .more-desc-threeline {
        max-height: 6.3em; /* Set the maximum height equivalent to 3 lines */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 1.5;
        margin-bottom: 1rem;
        text-align: justify;
    }
}

.bookings .detail-wrapper .select-wrapper {
    background: #FFF9F1;
    border: 1px solid #AAA;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
}

    .bookings .detail-wrapper .select-wrapper .title {
        font-weight: 700;
        font-size: 18px;
    }

    .bookings .detail-wrapper .select-wrapper .option {
        background: #FFF;
        border-radius: 12px;
        padding: 1rem 1.5rem;
        margin-top: 1rem;
    }

        .bookings .detail-wrapper .select-wrapper .option .option-text {
            font-weight: 700;
            font-size: 18px;
        }

.bookings .btn-add-to-cart {
    border: 2px solid var(--button-color);
    border-radius: 12px;
    width: 250px;
    height: 45px;
    color: #FFF;
    font-size: 18px;
    max-width: 100%;
}

    .bookings .btn-add-to-cart:disabled {
        border: 3px solid #AAA;
        color: #AAA;
        background-color: #FFF;
    }

.bookings .btn-book:disabled {
    border-radius: 12px;
    width: 250px;
    height: 45px;
    color: #FFF;
    font-size: 18px;
    background-color: #AAA;
    max-width: 100%;
}

.bookings .btn-book {
    border-radius: 12px;
    width: 250px;
    height: 45px;
    color: #FFF;
    font-size: 18px;
    background-color: var(--button-color);
    max-width: 100%;
}

.bookings .cart-wrapper {
    background-color: #FFF;
    position: fixed;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    opacity: 0;
    transition: opacity .5s, transform .5s;
    transform-origin: 0 0;
    z-index: 9995;
}

    .bookings .cart-wrapper.show {
        transform: scaleX(1);
        opacity: 1;
    }

.bookings .item-wrapper {
    padding: 1rem;
    background: #F9FFF9;
    border: 2px solid #77BE70;
    border-radius: 12px;
    color: #77BE70;
}

    .bookings .item-wrapper .cart-text {
        font-size: 21px;
        font-weight: 700;
    }

    .bookings .item-wrapper .cart-item-text {
        color: #77BE71;
        font-size: 24px;
        font-weight: 700;
    }

.bookings .btn-add-more {
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    height: 45px;
    border-radius: 12px;
}

.bookings .btn-view-cart {
    color: var(--default-color);
    background-color: #FFF;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    height: 45px;
    border-color: var(--default-color);
    border-radius: 12px;
}

.bookings .acc-sel {
    font-weight: 700;
    font-size: 18px;
}

.bookings .settingopt {
    background: #FFF;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
}

.bookings .capacityopt {
    background: #FFF;
    border-radius: 12px;
    padding: 1rem 2.5rem;
    margin-top: 1rem;
}

.bookings .unitopt {
    background: #FFF;
    border-radius: 12px;
    padding: 1rem 2.5rem;
    margin-top: 1rem;
}

.bookings .lot-price {
    color: #808080;
    font-weight: 700;
    font-size: 14px;
    margin-top: .3rem;
}

.lot-Subtitle {
    margin-top: .3rem;
}


.bookings .accNote {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #6B6B6B;
}

.bookings .addon {
    background: #FFF;
    border-radius: 12px;
    padding: 1rem 2.5rem;
    margin-top: 2rem;
}

@media (max-width: 767.98px) {
    .bookings .capacityopt {
        padding: 1rem 1rem;
    }

    .bookings .addon {
        padding: 1rem 1rem;
    }

    .bookings .unitopt {
        padding: 1rem 1rem;
    }
}

.bookings .btn-lot-sel {
    width: 100%;
    font-weight: 700;
    line-height: 1.25rem;
    color: var(--default-color);
    padding: .5rem;
    background: #FFF;
    border: 1px solid #AAA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.bookings .btn-lot-sel-occ {
    width: 100%;
    line-height: 1.25rem;
    background: #F7F4F0;
    border: 1px solid #AAA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    font-weight: 700;
    color: #CCC;
    padding: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.bookings .unavailable {
    color: #CCC;
    font-size: 14px;
    font-weight: 700;
    margin-top: .3rem;
}

.bookings .selected {
    background: var(--button-color);
    color: #FFF;
    border: 1px solid #AAA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

    .bookings .selected > .lot-price {
        color: #FFF;
    }

.bookings .isvalid {
    background: #36d16d;
}

.bookings .img_trigger_modal {
    cursor: pointer;
}



.btn-sold-out {
    font-size: 18px;
    color: #FFF;
    text-align: center;
    background: #FF6262;
    border-radius: 6px;
    padding: .5rem;
    width: 105px;
    display: block;
    float: right;
    max-width: 100%;
}

.bookings #no-period-slot {
    text-align:center;
    font-size:24px;
    font-weight:700;
}

@media (max-width: 575.98px) {
    .btn-sold-out {
        width: 97px;
    }

    .lenggeng .btn-lenggeng {
        font-size: 14px;
    }

    .bookings .detail-wrapper {
        padding: 0.5rem;
    }

        .bookings .detail-wrapper .select-wrapper {
            padding: 1rem 0.5rem;
        }
}

.guest_type_unit:not(:first-child) {
    display: none;
}

.addon .btn:disabled {
    border-color: transparent;
}

.capacityopt .btn:disabled {
    border-color: transparent;
}

.guest_type_unit_item .btn:disabled {
    border-color: transparent;
}
/*----------------------------------------------------------------
# Activity Detail
------------------------------------------------------------------*/
.select-branch-wrap .select-branch-ul {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    background: #FAFAFA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    display: none;
    list-style: none;
    z-index: 1080;
    padding-left: 0;
    margin-bottom: 0;
    max-height: 260px;
    overflow-y: scroll;
}

    .select-branch-wrap .select-branch-ul li {
        cursor: pointer;
    }

        .select-branch-wrap .select-branch-ul li .campsite-option:hover {
            background: rgba(27, 27, 27, 0.8);
            color: #FFF;
        }

            .select-branch-wrap .select-branch-ul li .campsite-option:hover:first-child {
                border-radius: 12px 12px 0 0;
            }

            .select-branch-wrap .select-branch-ul li .campsite-option:hover:last-child {
                border-radius: 0 0 12px 12px;
            }

        .select-branch-wrap .select-branch-ul li .campsite-option {
            padding: .5rem;
            text-align: center;
        }

.select-branch-wrap.active .select-branch-ul {
    display: block;
}

.select-branch-wrap .select-branch-ul::-webkit-scrollbar {
    width: 5px;
    display: none;
}

.select-branch-wrap .select-branch-ul::-webkit-scrollbar-track {
    border-radius: 6px;
}

.select-branch-wrap .select-branch-ul::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 6px;
    background-clip: padding-box;
}

/*--------------------------------------------------------------
# Forgot Password
--------------------------------------------------------------*/
.forgot-password .wrapper {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 12px;
}

.forgot-password .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.forgot-password .content-text {
    text-align: center;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.forgot-password .input-box {
    background: #F5F5F5;
    border-radius: 6px;
    margin-bottom: 1rem;
    padding: 0 .5rem;
}

    .forgot-password .input-box input {
        border: none;
        background-color: transparent;
    }

.forgot-password .btn-submit {
    width: 250px;
    height: 45px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Activate
--------------------------------------------------------------*/
.activate .wrapper {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 12px;
}

.activate .title {
    font-size: 18px;
    font-weight: 700;
}

.activate .content-text {
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Reset Password
--------------------------------------------------------------*/
.reset-password h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.reset-password .password-toggle {
    position: absolute;
    right: .5rem;
    top: 1.05rem;
    cursor: pointer;
}

.reset-password .btn-submit {
    width: 250px;
    height: 45px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    max-width: 100%;
}

.reset-password .password-strength {
    background: #CFCAC3;
    border-radius: 12px;
}

.reset-password .progress-bar {
    background-color: #FEAF18;
    border-radius: 12px;
    padding: 1rem;
    color: #FFFFFF;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart .wrapper {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 6px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.cart .bx-x-circle {
    color: var(--button-color);
}

.cart .name-text {
    font-size: 18px;
    font-weight: 700;
}

.cart .add-on-wrapper {
    background-color: #F9F9F9;
    padding: .5rem 1rem 1rem;
}

.cart hr {
    border: 1px solid #5e5e5e;
    margin: 2rem 2rem 0;
}

.cart .total-text {
    font-size: 24px;
}

.cart .btn-checkout:disabled {
    font-size: 18px;
    border-radius: 12px;
    width: 250px;
    height: 45px;
    color: #FFF;
    background-color: #AAA;
}

.cart .btn-checkout {
    font-size: 18px;
    border-radius: 12px;
    width: 250px;
    height: 45px;
    color: #FFF;
    background-color: #FEAF18;
}

.cart .accom {
    padding: 20px 20px 10px 20px;
}

.cart .addonbox {
    padding: 10px 20px 5px 20px;
    background-color: #ebebeb;
}

.cart .itembox {
    background: #FFF;
    border: 1px solid #AAA;
    margin-top: 1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

@media (max-width: 575.98px) {
    .cart .padding-mobile {
        padding: 0;
    }

    .cart .wrapper {
        border-radius: 0;
    }
}

@media (max-width: 991px) {
    .cart .name-text {
        font-size: 16px;
        font-weight: 700;
    }

    .cart .detail-text {
        font-size: 14px;
    }

    .cart .total-text {
        font-size: 21px;
    }

    .cart .accom {
        padding: 20px 20px 10px 10px;
    }

    .cart .addonbox {
        padding: 10px 20px 5px 10px;
    }

    .cart .itembox {
        margin: 1rem 1rem 0;
    }

    .cart .wrapper {
        padding-top: 1rem;
    }

    .cart hr {
        margin: 2rem 0rem 0;
    }
}

/*--------------------------------------------------------------
# Contact Detail
--------------------------------------------------------------*/
.contact .title {
    font-size: 24px;
    margin-bottom: 1rem;
}

.contact .btn-payment {
    color: #FFF;
    width: 250px;
    height: 45px;
    border-radius: 12px;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Payment
--------------------------------------------------------------*/
.payment .ship-wrapper {
    border-radius: 6px;
    border: 1px solid #AAA;
    background: #FFF;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}


.payment .wrapper {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 6px;
    margin-bottom: 2rem;
    padding-top: 1rem;
}

.payment .name-text {
    font-size: 18px;
    font-weight: 700;
}

.payment .add-on-wrapper {
    background-color: #F9F9F9;
    padding: .5rem 1rem 1rem;
}

/*.payment hr {
    border: 1px solid #AAA;
    margin: 0 2rem 1rem;
}*/

.payment .payment-box {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    height: 91px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

img.payment-logo {
    width: 5rem;
    margin: 10px;
}

.payment .itembox {
    background: #FFF;
    border: 1px solid #AAA;
    margin: 1.5rem 2rem 1rem;
}

.payment .accom {
    padding: 20px 100px 10px 100px;
}

.payment .addonbox {
    padding: 10px 100px 5px 100px;
    background-color: #ebebeb;
}

.payment .total-text {
    margin-left: 25px;
    font-size: 24px;
}

.payment .total-amount {
    margin-right: 25px;
    font-size: 24px;
}

.payment .payment-type {
    font-size: 18px;
    font-weight: 700;
    margin: 1rem;
}

.payment .btn-change {
    width: 18%;
    height: 45px;
    border-radius: 12px;
    font-weight: 700;
}

    .payment .btn-change:hover {
        color: #FFF;
    }

@media (max-width: 575.98px) {
    .payment .padding-mobile {
        padding: 0;
    }

    .payment .wrapper {
        border-radius: 0;
    }

    .list-unstyled {
        padding: 0 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .payment h4 {
        text-align: center;
    }

    .payment .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .payment .ship-wrapper {
        border-radius: 0;
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 991px) {
    .payment .itembox {
        margin: 0.5rem 1rem 1rem;
    }

    .payment .accom {
        padding: 20px 25px 10px;
    }

    .payment .addonbox {
        padding: 10px 25px 5px;
    }

    .payment hr {
        margin: 0.5rem 0rem;
    }

    .payment .payment-label {
        text-align: center;
        margin: 2rem 0;
    }

    .payment .payment-type {
        margin: 0 1rem 0.5rem;
    }
}

#paymentPopup {
    background-color: rgba(127, 137, 161, 0.65)
}

/*--------------------------------------------------------------
# Addon Payment
--------------------------------------------------------------*/
.addon_payment {
    padding: 0px 0 60px 0;
    overflow: hidden;
}


    .addon_payment .timerbox {
        text-align: center;
        margin: auto;
        height: 60px;
        background: var(--button-color);
        color: #FFF;
        margin-bottom: 30px;
        display: flex;
        justify-content: center; /* Horizontal alignment: center */
        align-items: center; /* Vertical alignment: center */
    }

    .addon_payment .cont-timerbox {
        height: 60px;
        display: flex;
        justify-content: space-between; /* Add space between the middle section and the button */
        align-items: center;
        width: 100%; /* Occupy full width of the parent */
    }


    .addon_payment .center-content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: 200px;
    }

    .addon_payment .right-content {
        margin-left: auto;
    }

    .addon_payment #timer-set {
        margin-left: 5px;
    }

    .addon_payment .btn-canceladdonpay {
        background: #FFF;
        color: var(--button-color);
        width: 200px;
        font-weight: bold;
    }

    .addon_payment .wrapper {
        background: #FFF;
        border: 1px solid #AAA;
        border-radius: 6px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-top: 1rem;
    }

    .addon_payment .name-text {
        font-size: 18px;
        font-weight: 700;
    }

    .addon_payment .add-on-wrapper {
        background-color: #F9F9F9;
        padding: .5rem 1rem 1rem;
    }

    .addon_payment .payment-box {
        background: #FFF;
        border: 1px solid #DDD;
        border-radius: 6px;
        height: 91px;
        display: flex;
        align-items: center;
        padding: 0 1rem;
    }


    .addon_payment .itembox {
        background: #FFF;
        border: 1px solid #AAA;
        margin: 1.5rem 2rem 1rem;
    }

    .addon_payment .accom {
        padding: 20px 100px 10px 100px;
    }

    .addon_payment .addonbox {
        padding: 10px 100px 5px 100px;
        background-color: #ebebeb;
    }

    .addon_payment .addonboxnew {
        padding: 10px 100px 5px;
        background-color: #d9ffd2;
    }

    .addon_payment .total-text {
        margin-left: 25px;
        font-size: 24px;
    }

    .addon_payment .total-amount {
        margin-right: 25px;
        font-size: 24px;
    }

    .addon_payment .payment-type {
        font-size: 18px;
        font-weight: 700;
        margin: 1rem;
    }

    .addon_payment .info-text {
        font-size: 16px;
        margin-left: 25px;
    }

    .addon_payment .info-amount {
        font-size: 16px;
        margin-right: 25px;
    }

    .addon_payment .total-price {
        padding: 0 1rem;
    }

@media (max-width: 768px) {

    .addon_payment .timerbox {
        height: 80px;
    }

    .addon_payment .cont-timerbox {
        height: 80px;
        flex-direction: column;
    }

    .addon_payment .center-content {
        margin-left: 0px;
    }

    .addon_payment .center-content,
    .right-content {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 575.98px) {
    .addon_payment .padding-mobile {
        padding: 0;
    }

    .addon_payment .wrapper {
        border-radius: 0;
    }

    .list-unstyled {
        padding: 0 0.5rem;
    }
}

@media (max-width: 991px) {
    .addon_payment .itembox {
        margin: 0.5rem 1rem 1rem;
    }

    .addon_payment .accom {
        padding: 20px 25px 10px;
    }

    .addon_payment .addonbox {
        padding: 10px 25px 5px;
    }

    .addon_payment hr {
        margin: 0.5rem 0rem;
    }

    .addon_payment .payment-label {
        text-align: center;
        margin: 2rem 0;
    }

    .addon_payment .payment-type {
        margin: 0 1rem 0.5rem;
    }
}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
.profile h2 {
    font-weight: 700;
    font-family: Roboto, sans-serif;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--default-color);
    background-color: unset;
    border-bottom: 6px solid var(--button-color);
    border-radius: 0;
}

.nav-link:focus, .nav-link:hover {
    color: var(--default-color);
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--default-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.profile hr {
    margin: 0;
}

.profile .password-toggle {
    position: absolute;
    right: .5rem;
    top: 1.05rem;
    cursor: pointer;
}

.profile .btn-save {
    width: 250px;
    height: 45px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Change Password
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Bookin History
--------------------------------------------------------------*/
.booking-history .grey-label {
    color: #AAA;
    font-size: 18px;
}

.booking-history .content-text {
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.booking-history .card {
    padding: 1.5rem 2.5rem;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    border: 1px solid #AAA;
    background-color: #FFF;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

    .booking-history .card:hover {
        box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.1), 2px 0px 4px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

.booking-history .btn-book {
    width: 192.79px;
    height: 45px;
    border: 2px solid var(--button-color);
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    max-width: 100%;
}

.booking-history .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: 3px solid #FEAF18;
    color: #FEAF18;
    width: 120px;
    text-align: center;
}

.booking-history .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border: none;
    width: 120px;
    text-align: center;
}
/*--------------------------------------------------------------
# Bookin Details
--------------------------------------------------------------*/
.booking-details h2 {
    font-family: Roboto, sans-serif;
    margin-bottom: 3rem;
}

.booking-details h4 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
}

.booking-details .detail-wrapper {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 6px;
    margin-left: 3rem;
    margin-right: 3rem;
    padding: 2rem 1rem;
}

.booking-details .detail-label {
    color: #AAA;
}

.booking-details .sub-label {
    font-size: 18px;
}

.booking-details .name-text {
    font-weight: 700;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.booking-details .add-on-wrapper {
    background-color: #F9F9F9;
    padding: .5rem 1rem 1rem;
}

.booking-details hr {
    border: 1px solid #AAA;
    margin-top: 1rem;
}

.booking-details .info-title {
    font-weight: 700;
    font-size: 18px;
    color: #777;
}

.booking-details .wrapper {
    padding: 2rem;
}

.booking-details .itembox {
    background: #FFF;
    border: 1px solid #AAA;
    margin-bottom: 1rem;
}

.booking-details .accom {
    padding: 20px 0px 10px;
}

.booking-details .addonbox {
    padding: 10px 0px 5px;
}

.booking-details .sub-label {
    overflow-wrap: break-word;
}

.booking-details .total-price {
    padding: 0 1rem;
}

.booking-details .status {
    font-size: 18px;
}

.booking-details .btn-receipt {
    background: #FFF;
    border: 2px solid #FEB018;
    border-radius: 12px;
    color: var(--button-color);
    width: 200px;
    height: 45px;
    font-size: 18px;
    font-weight: 700;
}

.booking-details .packageNote {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #6B6B6B;
}

.booking-details .date-text {
    color: #777777;
}

.booking-details .category-image {
    height: 135px;
    width: 180px;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.booking-details .child-containter {
    display: flex;
    align-items: center;
}

.booking-details .dot-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px; 
}

.booking-details .addon-text {
    font-size: 14px;
    font-weight:700;
    color: #444444;
}

.booking-details .houserule-btn {
    float: right;
    margin-right: 20px;
    background: #FFF;
    border: 2px solid #FEB018;
    border-radius: 12px;
    color: var(--button-color);
    font-size: 16px;
    font-weight: 700;
}

.booking-details .houserule-desc {
    display: none;
}


@media (max-width: 991px) {

    .booking-details .accom {
        padding: 20px 0px 10px;
    }

    .booking-details .wrapper {
        padding: 1.5rem 0.8rem;
    }

    .booking-details .detail-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .booking-details .itembox {
        margin: 0 0 1rem;
    }

    .booking-details .addonbox {
        padding: 10px 0px 5px;
    }

    .booking-details hr {
        margin: 0;
    }

    .booking-details .total-price {
        padding: 1rem 1rem 0;
    }

    .booking-details .total-text {
        margin-bottom: 0;
    }

    .booking-details .btn-receipt {
        margin-right: 0;
    }

    .booking-details .category-image {
        height: 105px;
        width: 150px;
    }
}


@media (max-width: 575.98px) {
    .booking-details .detail-wrapper {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }

    .booking-details h2 {
        text-align: center;
        margin-bottom: 2rem;
    }

    .booking-details .title-label {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .booking-details .total-text {
        padding: 5px;
    }

    .booking-details .category-image {
        height: 65px;
        width: 90%;
        margin-left: 5%;
    }

    .booking-details .houserule-grp {
        display:inline-block;
        width:100%;
    }

    .booking-details .houserule-btn {
        font-size: 12px;
    }
}


#more {
    display: none;
}


/*--------------------------------------------------------------
# Manage Add-On
--------------------------------------------------------------*/

.booking-manageaddon .name-text {
    font-weight: 700;
    font-size: 18px;
}

.booking-manageaddon .detail-wrapper {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 6px;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.booking-manageaddon .wrapper {
    padding: 2rem;
}

    .booking-manageaddon .wrapper .select-wrapper {
        background: #FFF9F1;
        border: 1px solid #AAA;
        border-radius: 12px;
        padding: 1rem 1.5rem;
        margin-bottom: 2rem;
    }

.booking-manageaddon .manage_addon_details {
    background: #FFF;
    border-radius: 12px;
    padding: 1rem 2.5rem;
    margin-top: 2rem;
}

.booking-manageaddon #next_addon_btn {
    width: 200px;
}

#AddOnModal #modal_title {
    font-size: 30px;
    font-weight: bold;
    padding-left: 2rem;
    margin-top: 1rem;
}


#AddOnModal #addonsel_body {
    padding: 1rem 4rem 1rem 4rem;
}

#AddOnModal .addonsel_categorydate {
    margin-left: 1rem;
}

#AddOnModal .addonsel_categoryname {
    font-weight: bold;
}

#AddOnModal .addonsel_addoncategory {
    margin-left: 1rem;
    margin-top: 0.5rem;
    font-size: 12px;
}

#AddOnModal .addonsel_addon {
    margin-left: 1rem;
}

#AddOnModal .addonsel_date {
    margin-left: 1rem;
}


#AddOnModal #cancel_addon_btn {
    background-color: white;
    color: black;
    border-color: black;
}

.booking-details .total-price {
    padding: 0 1rem;
}


/*--------------------------------------------------------------
# Order Complete
--------------------------------------------------------------*/
.order-complete {
    padding: 0;
}

    .order-complete #hero {
        background-image: url(../img/completebg.png);
        width: 100%;
        height: 15vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 3.5rem;
        text-align: center;
    }

    .order-complete h2 {
        color: #FFF;
        font-weight: 400;
        font-family: Roboto, sans-serif;
    }

    .order-complete .wrapper {
        background-color: #F5F5F5;
        padding: 1.5rem 3rem 5rem;
    }

    .order-complete .content-text {
        color: #666;
        font-size: 18px;
    }

    .order-complete h4 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
    }

    .order-complete .detail-wrapper {
        background: #FFF;
        border: 1px solid #AAA;
        border-radius: 6px;
        margin: 0 3rem 2rem;
        padding: 2rem 1rem 1rem;
    }

    .order-complete .detail-label {
        color: #AAA;
    }

    .order-complete .sub-label {
        font-size: 18px;
        overflow-wrap: break-word;
    }

    .order-complete .name-text {
        font-weight: 700;
        font-size: 18px;
    }

    .order-complete .add-on-wrapper {
        background-color: #F9F9F9;
        padding: .5rem 1rem 1rem;
    }

    .order-complete hr {
        border: 1px solid #AAA;
        margin: 2rem 2rem 0;
    }

    .order-complete .itembox {
        background: #FFF;
        border: 1px solid #AAA;
        margin: 0 1rem 1rem;
    }

    .order-complete .accom {
        padding: 20px 100px 10px 100px;
    }

    .order-complete .addonbox {
        padding: 10px 0px 5px 100px;
        background-color: #ebebeb;
    }

    .order-complete .total-text {
        font-size: 24px;
    }

    .order-complete .total-amount {
        font-size: 24px;
    }

@media (max-width: 575.98px) {
    .order-complete .wrapper {
        padding: 0;
    }

    .order-complete .padding-mobile {
        padding: 0;
    }

    .order-complete .title-label {
        text-align: center;
        margin: 1.5rem 0;
    }
}

@media (max-width: 991px) {
    .order-complete .accom {
        padding: 20px 20px 10px;
    }

    .order-complete .addonbox {
        padding: 10px 20px 5px;
    }

    .order-complete .title-label {
        margin-left: 1rem;
    }

    .order-complete .itembox {
        margin: 0 0rem 1rem;
    }

    .order-complete .detail-wrapper {
        margin: 0 0 2rem;
        border-radius: 0;
    }

    .order-complete .container, .container-sm {
        max-width: 100%;
    }

    .order-complete hr {
        margin: 1.5rem 0 0;
    }
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

@media (min-width: 576px) {
    #paymentPopup .modal-dialog {
        max-width: 600px;
    }
}

#paymentPopup .popup-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #444444;
}

#paymentPopup .text-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #AAAAAA;
}

#paymentPopup .modal-header {
    border-bottom: none;
}

#paymentPopup .modal-footer {
    justify-content: center;
    border-top: 2px solid var(--bs-modal-footer-border-color);
}

#paymentPopup .checkInfo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FB8D20;
    text-decoration: underline;
}

#paymentPopup .btn-pay:disabled {
    border-radius: 12px;
    width: 250px;
    height: 45px;
    color: #FFF;
    font-size: 18px;
    background-color: #AAA;
    max-width: 100%;
    margin: 2rem 0;
}

#paymentPopup .btn-pay {
    border-radius: 12px;
    width: 250px;
    height: 45px;
    color: #FFF;
    font-size: 18px;
    max-width: 100%;
    margin: 2rem 0;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    border-color: #feaf18;
    border-width: 4px;
}

    .form-check-input:checked {
        background-color: #feaf18;
        border-color: #feaf18;
    }

/*--------------------------------------------------------------
# Booking History
--------------------------------------------------------------*/
#upcoming .wrapper {
    background: #F9F9F9;
    border: 1px solid #AAA;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
}

    #upcoming .wrapper:hover,
    #past-history .wrapper:hover {
        border: 1px solid #AAAAAA;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

#past-history .wrapper {
    background: #F9F9F9;
    border: 1px solid #AAA;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
}

#changeDateModal .btn-change {
    color: #FFF;
    font-weight: 700;
    border-radius: 12px;
    width: 200px;
    height: 45px;
    margin-bottom: 2rem;
    max-width: 100%;
}

    #changeDateModal .btn-change:hover {
        color: #FFF;
    }

#changeDateModal .btn-date-cancel {
    border: 3px solid var(--default-color);
    font-weight: 700;
    background-color: #FFF;
    border-radius: 12px;
    max-width: 100%;
    color: var(--default-color);
    display: block;
    width: 200px;
    height: 45px;
    margin-bottom: 2rem;
}

    #changeDateModal .btn-date-cancel:hover {
        background-color: #FFF;
        color: var(--default-color);
    }

/*--------------------------------------------------------------
# Accomodation
--------------------------------------------------------------*/
.entrance_fee {
    font-size: 12px;
    color: #858383;
}

/*--------------------------------------------------------------
# Expired Time
--------------------------------------------------------------*/
.expired-wrapper {
    background: var(--button-color);
    padding: .6rem;
}

    .expired-wrapper .btn-cancel-order {
        background: #FFF;
        border: 3px solid var(--button-color);
        border-radius: 12px;
        font-weight: 700;
        color: var(--button-color);
        width: 200px;
        max-width: 100%;
        height: 45px;
    }

    .expired-wrapper .expired-title {
        color: #FFF;
        margin: auto;
        font-size: 18px;
        font-weight: 700;
    }

/*--------------------------------------------------------------
# Change Date Receipt
--------------------------------------------------------------*/
.order-complete .btn-booking-details {
    display: block;
    background: #FFF;
    border: 3px solid var(--default-color);
    border-radius: 12px;
    width: 200px;
    max-width: 100%;
    height: 45px;
    color: var(--default-color);
    font-weight: 700;
    padding: .375rem .3rem;
    text-align: center;
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package .title {
    font-size: 40px;
    font-weight: 700;
    color: #007443;
}

.package h4 {
    color: #47B28C;
    font-weight: 700;
}

.hero-leaf .main-img {
    width: 100%;
    height: 417px;
}

    .hero-leaf .main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

.hero-leaf .sub-img {
    width: 100%;
    height: 204px;
    margin-bottom: .5rem;
    position: relative;
}

    .hero-leaf .sub-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

.hero-leaf .last-img {
    position: relative;
    filter: brightness(.8);
}

.hero-leaf .last-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
    color: #FFF;
    font-weight: 700;
}

#hero-leaf .cart-wrapper {
    background-color: #FFF;
    position: fixed;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    opacity: 0;
    transition: opacity .5s, transform .5s;
    transform-origin: 0 0;
    z-index: 9995;
}

    #hero-leaf .cart-wrapper.show {
        transform: scaleX(1);
        opacity: 1;
    }

#hero-leaf .item-wrapper {
    padding: 1rem;
    background: #F9FFF9;
    border: 2px solid #77BE70;
    border-radius: 12px;
    color: #77BE70;
}

    #hero-leaf .item-wrapper .cart-text {
        font-size: 21px;
        font-weight: 700;
    }

    #hero-leaf .item-wrapper .cart-item-text {
        color: #77BE71;
        font-size: 24px;
        font-weight: 700;
    }

#hero-leaf .btn-add-more {
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    height: 45px;
    border-radius: 12px;
}

#hero-leaf .btn-view-cart {
    color: var(--default-color);
    background-color: #FFF;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    height: 45px;
    border-color: var(--default-color);
    border-radius: 12px;
}

.option-title {
    font-size: 24px;
    font-weight: 700;
}

.hero-leaf .card-option {
    background: #FFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 18px;
    padding: 2rem 2.5rem;
    margin: 0 1rem 3rem;
    width: 97.5%;
}

.card-option .select-text {
    font-size: 18px;
    font-weight: 700;
}

.card-option hr {
    margin-bottom: 2rem;
}

.card-option .package-name {
    font-size: 18px;
    font-weight: 700;
}

.card-option .price {
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

.card-option .btn-add-to-cart:disabled {
    border: 3px solid #AAA;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    height: 54px;
    width: 246px;
    font-weight: 700;
    color: #AAA;
}

.card-option .btn-add-to-cart {
    background: var(--button-color);
    border-radius: 12px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    height: 54px;
    width: 246px;
    font-weight: 700;
    color: #FFF;
}

.desc-container {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.30);
    padding: 1.5rem;
    margin: 0 1rem 3rem;
    width: 97.5%;
}

    .desc-container > .content {
        line-height: 32px;
    }

    .desc-container .img-container {
        width: 100%;
        height: 300px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        overflow: hidden;
        object-fit: cover;
        background-position: center center;
    }

        .desc-container .img-container img {
            width: 100%;
            height: 100%;
            aspect-ratio: 4 / 3;
        }

    .desc-container ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        color: #333;
        font-size: 18px;
        margin-bottom: 0;
    }

        .desc-container ul > li {
            line-height: 45px;
        }

.package-img-container {
    margin-left: 1rem;
    margin-right: 1rem;
}

    .package-img-container .rectangle {
        width: 20.68px;
        height: 20.68px;
        transform: rotate(45deg);
        background: #FFAA04;
    }

    .package-img-container .expect-text {
        font-size: 18px;
        line-height: 29.776px;
    }

.radio-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 24px;
}

.radio-wrapper {
    margin-bottom: 20px;
}

.radio-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .radio-button:hover {
        transform: translateY(-2px);
    }

    .radio-button input[type="radio"] {
        display: none;
    }

.radio-checkmark {
    display: inline-block;
    position: relative;
    width: 23.07px;
    height: 23.07px;
    margin-right: 1rem;
    border: 1px solid #444;
    border-radius: 50%;
}

    .radio-checkmark:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        width: 10.797px;
        height: 10.797px;
        border-radius: 50%;
        background-color: var(--button-color);
        transition: all 0.2s ease-in-out;
    }

.radio-button input[type="radio"]:checked ~ .radio-checkmark:before {
    transform: translate(-50%, -50%) scale(1);
}

.radio-label {
    font-size: 18px;
}

.more-text {
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
}

.package-select.active {
    visibility: visible;
    opacity: 1;
}

.package-select {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 70px;
    z-index: 996;
    background: #ffc451;
    width: 80px;
    height: auto;
    padding: 10px;
    border-radius: 12px;
    transition: all 0.4s;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    cursor: pointer;
}


@media (max-width: 992px) {
    .package .title {
        font-size: 32px;
    }

    .package h4 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .package .title {
        padding: 0 1rem;
    }

    .package h4 {
        padding: 0 1rem;
    }

    .option-title {
        font-size: 18px;
    }

    .hero-leaf .card-option {
        width: 100%;
        margin: 0 0 3rem;
        padding: 1rem;
        border-radius: 0;
    }

    .desc-container {
        margin: 0 0 3rem;
        padding: 1rem;
        width: 100%;
    }

        .desc-container .img-container {
            border-radius: 0;
        }

        .desc-container ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }

        .desc-container > .content {
            display: -webkit-box;
            -webkit-line-clamp: 10;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .hero-leaf .main-img {
        height: 227px;
    }

    .hero-leaf .sub-img {
        width: 110px;
        height: 58px;
    }

    .hero-leaf .last-more {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .package .title {
        font-size: 16px;
    }

    .package h4 {
        font-size: 12px;
    }

    .option-title {
        font-size: 18px;
    }

    .hero-leaf .card-option {
        width: 100%;
        margin: 0 0 3rem;
        padding: 1rem;
        border-radius: 0;
    }

    .desc-container {
        margin: 0 0 3rem;
        padding: 1rem;
        width: 100%;
    }

        .desc-container .img-container {
            border-radius: 0;
        }

        .desc-container ul {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
            font-size: 16px;
        }

            .desc-container ul > li {
                line-height: 32px;
            }

    .radio-container {
        display: block;
    }

    .radio-label {
        font-size: 16px;
    }

    .hero-leaf .main-img {
        height: 227px;
    }

    .hero-leaf .sub-img {
        width: 110px;
        height: 58px;
    }

    .hero-leaf .last-more {
        font-size: 18px;
    }

    .package-img-container .expect-text {
        font-size: 12px;
        line-height: 25.7522px;
    }

    .package-img-container .rectangle {
        width: 11.276px;
        height: 11.276px;
    }

    .card-option .package-name {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contactus .help-box {
    border-radius: 16px;
    border: 2px solid #EEE;
    background: #FFF;
    padding: 21px 38px;
    height: 188px;
    margin-bottom: 30px;
}

    .contactus .help-box h5 {
        font-size: 16px;
        font-weight: 700;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .contactus .help-box p {
        font-size: 14px;
        line-height: 18px;
    }

.contactus .chat-box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .contactus .chat-box i {
        color: #FEAF18;
    }

.contactus .or-container {
    padding-top: 2rem;
}

    .contactus .or-container span {
        color: #AAA;
    }

.contactus .chat-box .btn-chat {
    width: 223px;
    height: 45px;
    border-radius: 12px;
    background: #FEAF18;
    color: #FCFCFC;
    font-size: 18px;
    font-weight: 700;
    transition: all .3s;
    text-align: center;
    padding: .6rem .75rem;
    cursor: pointer;
    margin-top: 1rem;
}

    .contactus .chat-box .btn-chat:hover {
        background: #FEAF18;
    }


@media (max-width: 768px) {
    .contactus .or-container {
        padding-bottom: 2rem;
    }

    .contactus .help-box {
        height: 100%;
    }

    .contactus .chat-box .btn-chat {
        width: 195px;
        margin-top: .5rem;
    }
}