/* =========================================
   UJUNG KULON TRIPS - CUSTOM CSS
   ========================================= */


/* =========================================
   1. ARTICLE STYLE
   ========================================= */

/* H2 - Desktop */
.article-details div[itemprop="articleBody"] > h2 {
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    margin-top: 28px !important;
    margin-bottom: 10px !important;
}

/* Bullet List */
.article-details ul {
    list-style: none;
    padding-left: 0;
    margin: 12px 0 24px;
}

.article-details ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
}

.article-details ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -1px;
    color: #00acef;
    font-size: 26px;
    line-height: 1;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .article-details div[itemprop="articleBody"] > h2 {
        font-size: 21px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .article-details h1 {
        font-size: 28px !important;
        line-height: 1.25 !important;
    }

    .article-details div[itemprop="articleBody"] > h2 {
        font-size: 20px !important;
        line-height: 1.35 !important;
        margin-top: 24px !important;
        margin-bottom: 9px !important;
    }

    .article-details ul li {
        padding-left: 22px;
        margin-bottom: 7px;
    }

    .article-details ul li::before {
        font-size: 24px;
    }
}


/* =========================================
   UJUNG KULON PAGE BANNER - FULL WIDTH
   ========================================= */

.ukt-page-banner {
    position: relative;
    left: 50%;

    width: 100vw;
    max-width: 100vw;

    margin-left: -50vw;
    padding: 0;

    overflow: hidden;
}

.ukt-page-banner img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
}


/* =========================================
   3. FLOATING WHATSAPP BUTTON
   ========================================= */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 11px;

    background-color: #25d366;
    color: #ffffff !important;

    border-radius: 50%;
    text-align: center;
    font-size: 30px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);

    z-index: 99999999 !important;
}

.my-float {
    margin-top: 16px;
}


/* =========================================
   4. TOUR ICON MENU
   ========================================= */

.ukt-tour-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 12px 0 !important;

    box-sizing: border-box !important;
}

.ukt-tour-menu > .ukt-tour-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-width: 0 !important;
    height: 92px !important;
    min-height: 92px !important;

    margin: 0 !important;
    padding: 5px !important;

    background-color: #ffffff !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18) !important;

    text-align: center !important;
    text-decoration: none !important;

    box-sizing: border-box !important;
}

.ukt-tour-menu .tour-menu-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    margin: 0 auto 5px;

    font-size: 22px !important;
    line-height: 1 !important;
}

.tour-menu-icon .fa-stack-1x,
.tour-menu-icon .fa-stack-2x {
    line-height: 1 !important;
}

.ukt-tour-menu > .ukt-tour-card h6 {
    margin: 0 !important;
    padding: 0 !important;

    color: #333333 !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;

    text-align: center !important;
}

.ukt-tour-menu > .ukt-tour-card:hover {
    background-color: #ffffff !important;
    text-decoration: none !important;

    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.20) !important;
    transform: translateY(-1px);
}

.ukt-tour-menu > .ukt-tour-card:active {
    background-color: #f6f6f6 !important;
    transform: translateY(0);
}

/* Tablet */
@media (min-width: 768px) {
    .ukt-tour-menu {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
}

/* Desktop */
@media (min-width: 1200px) {
    .ukt-tour-menu {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .ukt-tour-menu > .ukt-tour-card {
        height: 108px !important;
        min-height: 108px !important;
    }
}


/* =========================================
   5. OFFCANVAS SUBMENU
   ========================================= */

.offcanvas-menu .offcanvas-inner ul.menu li ul.menu-child {
    padding-left: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu li ul.menu-child > li > a {
    display: block;

    padding: 5px 0;

    font-size: 14px;
    line-height: 1.4;
}

/* Active Submenu */
.offcanvas-menu .offcanvas-inner ul.menu li ul.menu-child > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li ul.menu-child > li.current > a {
    color: #0d6efd;
    font-weight: 600;
}


/* =========================================
   6. RELATED TOURS
   ========================================= */

/* Slider */
.related-tours-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Track */
.related-tours-track {
    display: flex;
    gap: 20px;

    padding: 5px 2px 18px;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;

    scrollbar-width: none;

    cursor: grab;

    user-select: none;
    -webkit-user-select: none;
    -webkit-overflow-scrolling: touch;
}

.related-tours-track::-webkit-scrollbar {
    display: none;
}

.related-tours-track.dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

/* Card */
.related-tour-card {
    display: block;

    flex: 0 0 420px;

    overflow: hidden;

    border-radius: 22px;

    scroll-snap-align: start;

    text-decoration: none;

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

    user-select: none;
    -webkit-user-select: none;
}

/* Image */
.related-tour-card img {
    display: block;
    width: 100%;

    pointer-events: none;

    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

/* Hover - Desktop */
@media (hover: hover) {
    .related-tour-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.13);
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    .related-tour-card {
        flex: 0 0 46%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .related-tours-track {
        gap: 14px;
        padding-bottom: 14px;
    }

    .related-tour-card {
        flex: 0 0 86%;
        border-radius: 18px;
    }
}


/* =========================================
   7. RELATED TOURS PAGINATION
   ========================================= */

.related-tour-pagination {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;
    margin-top: 2px;
}

.related-tour-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #c8c8c8;

    cursor: pointer;

    transition: all 0.25s ease;
}

.related-tour-dot.active {
    width: 30px;

    border-radius: 10px;

    background: #1c5b35;
}



/* =========================================
   UJUNG KULON TRIPS - BOOKING FORM
   ========================================= */

.ukt-booking-form {
    max-width: 900px;
    margin: 35px 0 60px;
    padding: 35px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}


/* =========================================
   SECTIONS
   ========================================= */

.ukt-booking-form .booking-section {
    margin-bottom: 35px;
}

.ukt-booking-form .booking-section:last-of-type {
    margin-bottom: 25px;
}

.ukt-booking-form .booking-section h3 {
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;

    font-size: 22px;
    font-weight: 600;
    color: #333333;
}


/* =========================================
   GRID
   ========================================= */

.ukt-booking-form .booking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ukt-booking-form .booking-full {
    grid-column: 1 / -1;
}


/* =========================================
   FIELDS & LABELS
   ========================================= */

.ukt-booking-form .booking-field {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ukt-booking-form label {
    display: block;
    margin-bottom: 7px;

    font-size: 14px;
    font-weight: 600;
    color: #333333;
}


/* =========================================
   INPUTS
   ========================================= */

.ukt-booking-form input,
.ukt-booking-form select,
.ukt-booking-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    padding: 12px 14px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;

    background: #ffffff;
    color: #333333;

    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;

    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.ukt-booking-form input,
.ukt-booking-form select {
    min-height: 48px;
}

.ukt-booking-form textarea {
    min-height: 150px;
    resize: vertical;
}

.ukt-booking-form input:focus,
.ukt-booking-form select:focus,
.ukt-booking-form textarea:focus {
    border-color: #4c5e30;
    box-shadow: 0 0 0 2px rgba(76, 94, 48, 0.10);
}


/* =========================================
   PLACEHOLDER
   ========================================= */

.ukt-booking-form input::placeholder,
.ukt-booking-form textarea::placeholder {
    color: #999999;
}


/* =========================================
   SUBMIT BUTTON
   ========================================= */

.ukt-booking-form .booking-submit {
    display: inline-block;
    min-height: 48px;

    padding: 12px 28px;
    border: 0;
    border-radius: 3px;

    background-color: #4c5e30;
    background-image: none;

    color: #ffffff;

    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.ukt-booking-form .booking-submit:hover {
    background-color: #3d4c27;
}

.ukt-booking-form .booking-submit:active {
    transform: translateY(1px);
}


/* =========================================
   HONEYPOT - ANTI SPAM
   ========================================= */

.ukt-booking-form .booking-honeypot {
    position: absolute !important;
    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .ukt-booking-form {
        display: block;

        width: 100%;
        max-width: 100%;

        margin: 25px 0 40px;
        padding: 20px 16px;
    }

    .ukt-booking-form .booking-section {
        width: 100%;
        margin-bottom: 30px;
    }

    .ukt-booking-form .booking-section h3 {
        font-size: 20px;
    }

    .ukt-booking-form .booking-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);

        width: 100%;
        gap: 16px;
    }

    .ukt-booking-form .booking-field,
    .ukt-booking-form .booking-full {
        width: 100%;
        min-width: 0;
        grid-column: 1;
    }

    .ukt-booking-form input,
    .ukt-booking-form select,
    .ukt-booking-form textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .ukt-booking-form textarea#message {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        min-height: 150px !important;
    }

    .ukt-booking-form button.booking-submit {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;
        min-height: 50px !important;

        margin-top: 10px !important;
        padding: 13px 20px !important;

        border: 0 !important;
        border-radius: 3px !important;

        background-color: #4c5e30 !important;
        background-image: none !important;

        color: #ffffff !important;

        font-family: inherit !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.5 !important;
        text-align: center !important;

        cursor: pointer !important;

        appearance: none !important;
        -webkit-appearance: none !important;
    }
}




/* =========================================
   BOOKING STATUS MESSAGE
   ========================================= */

.booking-status {
    max-width: 900px;
    margin: 25px 0 0;
    padding: 18px 20px;
    box-sizing: border-box;
    border-radius: 3px;
}

.booking-status strong,
.booking-status span {
    display: block;
}

.booking-status strong {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
}

.booking-status span {
    font-size: 15px;
    line-height: 1.6;
}

.booking-status-success {
    background: #f3f7ed;
    border: 1px solid #cdddb7;
    color: #3d4c27;
}

.booking-status-error {
    background: #fff4f4;
    border: 1px solid #e4bcbc;
    color: #8a2d2d;
}

@media (max-width: 767px) {
    .booking-status {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        padding: 16px;
    }
}



/* =========================================
   FLOATING BOOK NOW BUTTON
   ========================================= */

.floating-book-now {
    position: fixed;
    right: 22px;
    bottom: 105px;
    z-index: 9998;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 13px 24px;

    background: #98c739;
    color: #ffffff !important;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;

    border-radius: 30px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


/* HOVER DESKTOP */
.floating-book-now:hover {
    background: #4c5e30;
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}


/* TABLET */
@media (max-width: 991px) {

    .floating-book-now {
        right: 20px;
        bottom: 100px;

        padding: 13px 21px;

        font-size: 15px;
    }

}


/* MOBILE */
@media (max-width: 767px) {

    .floating-book-now {
        right: 16px;
        bottom: 92px;

        padding: 12px 19px;

        font-size: 14px;

        border-radius: 25px;
    }

}



/* Cloudflare Turnstile */
.ukt-booking-form .booking-turnstile {
    margin: 0 0 20px;
}






/* =========================================
   READY FOR YOUR NEXT ADVENTURE CTA
   ========================================= */

.ukt-custom-cta {
    width: 100%;
    padding: 46px 20px;
    background: #ffffff;
    text-align: center;
}

.ukt-custom-cta-inner {
    max-width: 1050px;
    margin: 0 auto;
}

.ukt-custom-cta h2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 600;
    color: #2d2d2d;
}

.ukt-custom-cta p {
    max-width: 900px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
}

.ukt-custom-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ukt-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 11px 22px;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;

    text-decoration: none !important;
    border-radius: 4px;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.ukt-cta-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.ukt-cta-book {
    background: #3568f5;
    color: #ffffff !important;
}

.ukt-cta-custom {
    background: #16b854;
    color: #ffffff !important;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {

    .ukt-custom-cta {
        padding: 40px 20px;
    }

    .ukt-custom-cta h2 {
        font-size: 30px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 575px) {

    .ukt-custom-cta {
        padding: 34px 18px;
    }

    .ukt-custom-cta h2 {
        font-size: 27px;
    }

    .ukt-custom-cta p {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .ukt-custom-cta-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .ukt-cta-btn {
        width: 100%;
        max-width: 280px;
    }

}

.ukt-custom-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding: 46px 20px;
    background: #ffffff;
    text-align: center;
}

.ukt-custom-cta-gray {
    background: #eef0f3;
}