main.detail-tour-container {
    max-width: 1280px;
    margin: auto;
    padding-top: 80px;
}

.tp-tour-gallery-thumb {
    border-radius: 12px;
}

.tp-breadcrumb-title {
    letter-spacing: 0;
}

.tp-tour-activity-excludes ul {
    grid-template-columns: 1fr;
}

.tp-tour-activity-excludes ul li {
    margin-bottom: 10px;
}

.accordion-item,
.accordion-button {
    background-color: #f9f9f9;
}

.tp-faq-btn {
    padding: 12px 8px;
}

.tp-faq-wrap .accordion-body {
    padding: 12px 0 12px 0;
}

.tp-tour-media-meta span,
.tp-tour-media-meta a {
    background: #fafafa80;
    backdrop-filter: blur(5px);
}

.tp-tour-details-init-title h4 {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.tp-tour-info {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    margin: 4px 0;
}

.tp-tour-info-date {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(7, 21, 22, 0.1);
    padding-bottom: 4px;
}

span.icon-card {
    display: flex !important;
    align-items: center;
}

.modal.show .modal-dialog {
    transform: none;
    display: flex;
    align-items: center;
    /* min-height: calc(100% - var(--bs-modal-margin) * 2); */
    /* width: 100%;
    max-width: calc(100% - var(--bs-modal-margin) * 2); */
}

img.img-fluid.tconnect-accommodation {
    border-radius: 12px;
}

.tp-tour-details-plan-list ul {
    position: relative;
    padding-left: 70px;
    padding-top: 22px;
}

.tp-tour-details-plan-list {
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 16px;
    box-shadow: 0 6px 28px 0 rgb(0 0 0 / 8%);
    padding: 25px 32px;
    background: transparent;
}

.card-price-list-phinisi {
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 16px;
    box-shadow: 0 6px 28px 0 rgb(0 0 0 / 8%) !important;
    background: #ffffff1f;
    padding: 12px 16px;
}

.owl-carousel .owl-stage-outer {
    border-radius: 16px;
    max-height: 195px;
}

input.form-control.datetimepicker.charter-date,
input[type=text] {
    height: 50px;
    padding: 4px 16px;
    border: 1px solid rgb(17 17 17 / 15%);
    border-radius: 9999px ! IMPORTANT;
}

.charter-options-shell,
.itinerary-options-shell {
    padding: 22px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.46);
    box-shadow: 0 14px 40px rgba(7, 21, 22, 0.05);
}

.charter-duration-tabs,
.itinerary-duration-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
}

.charter-duration-tabs::-webkit-scrollbar,
.itinerary-duration-tabs::-webkit-scrollbar {
    display: none;
}

.charter-duration-tab,
.itinerary-duration-tab {
    flex: 0 0 auto;
    min-width: 105px;
    padding: 11px 22px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    color: var(--tp-common-black);
    background: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.charter-duration-tab:hover,
.charter-duration-tab:focus-visible,
.itinerary-duration-tab:hover,
.itinerary-duration-tab:focus-visible {
    border-color: var(--tp-theme-1);
    color: var(--tp-theme-1);
    outline: none;
}

.charter-duration-tab.is-active,
.itinerary-duration-tab.is-active {
    border-color: var(--tp-theme-1);
    color: #fff;
    background: var(--tp-theme-1);
    box-shadow: 0 8px 18px rgba(255, 81, 36, 0.22);
}

.charter-duration-panel[hidden],
.itinerary-duration-panel[hidden] {
    display: none;
}

.itinerary-options-shell .tp-tour-details-plan-list {
    padding: 24px 28px;
    border-color: rgba(17, 17, 17, 0.09);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: none;
}

.itinerary-options-shell .tp-tour-details-plan-list ul {
    margin-bottom: 0;
}

.charter-date-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(7, 21, 22, 0.035);
}

.charter-date-row > div,
.charter-capacity-copy,
.charter-price-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.charter-date-row strong,
.charter-capacity-copy strong {
    color: var(--tp-common-black);
    font-size: 17px;
    font-weight: 600;
}

.charter-date-row .charter-date {
    width: min(100%, 260px);
    margin: 0;
    background-color: #fff;
}

.charter-field-label {
    color: #697071;
    font-size: 13px;
    line-height: 1.35;
}

.charter-capacity-list {
    display: grid;
    gap: 12px;
}

.charter-option-card {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(170px, 0.8fr) minmax(155px, 0.55fr);
    align-items: center;
    gap: 22px;
    padding: 18px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.86);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.charter-option-card:hover {
    border-color: rgba(255, 81, 36, 0.32);
    box-shadow: 0 12px 26px rgba(7, 21, 22, 0.07);
    transform: translateY(-1px);
}

.charter-option-meta {
    color: #697071;
    font-size: 13px;
    line-height: 1.45;
}

.charter-guest-field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.charter-guest-field .charter-field-label {
    flex: 1;
}

.charter-guest-count.form-control {
    width: 76px;
    height: 40px;
    margin: 0;
    padding: 6px 10px;
    border-radius: 10px;
    background: #fff;
    font-weight: 600;
}

.charter-price-copy strong {
    color: var(--tp-common-black);
    font-size: 19px;
    font-weight: 700;
    white-space: nowrap;
}

.charter-option-card .charter-book-btn {
    width: 100%;
    min-height: 48px;
    padding: 11px 18px;
    font-size: 14px;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .charter-options-shell,
    .itinerary-options-shell {
        padding: 16px;
        border-radius: 16px;
    }

    .charter-duration-tabs,
    .itinerary-duration-tabs {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .charter-duration-tab,
    .itinerary-duration-tab {
        min-width: 92px;
        padding: 10px 17px;
    }

    .itinerary-options-shell .tp-tour-details-plan-list {
        padding: 18px 16px;
    }

    .charter-date-row {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 14px;
    }

    .charter-date-row .charter-date {
        width: 100%;
    }

    .charter-option-card {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
        padding: 16px;
    }

    .charter-price-copy {
        align-items: flex-end;
        text-align: right;
    }

    .charter-option-card .charter-book-btn {
        grid-column: 1 / -1;
    }
}

@media only screen and (max-width: 420px) {
    .charter-option-card {
        grid-template-columns: 1fr;
    }

    .charter-price-copy {
        align-items: flex-start;
        text-align: left;
    }

    .charter-option-card .charter-book-btn {
        grid-column: auto;
    }
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 36px;
    font-size: 14px;
    font-family: var(--tp-ff-p);
}

.btn:hover {
    background: #10343f;
    color: #f7f2f2;
}

span.tp-tour-details-plan-icon svg {
    color: #f7f2f2;
}

ul.ula {
    grid-template-columns: 1fr 1fr !important;
}

.tp-menu-dropdown nav ul li.has-dropdown>a {
    color: var(--tp-common-black);
}

.tp-menu-dropdown nav ul li.active>a {
    background: #ffffff40;
    border-radius: 9999px;
    padding: 8px 22px 8px 12px;
}

.tp-menu-dropdown nav ul li.has-dropdown.active>a::after {
    right: 8px;
}

.tp-header-top-menu-item ul li a {
    color: #717171;
}

.tp-menu-dropdown nav ul li .sub-menu {
    backdrop-filter: blur(4px) !important;
    background: linear-gradient(142deg, rgb(0 0 0 / 13%) 0%, rgb(4 4 4 / 21%) 100%) !important;
}

.tp-main-menu nav ul li a {
    color: var(--tp-common-black);
}

.tp-megamenu-list-subtitle {
    color: #373737;
}

.tp-megamenu-list-title {
    color: var(--tp-common-black);
}

/* Fix mobile gallery layout issue (create full-bleed swipeable gallery) */
@media only screen and (max-width: 767px) {

    /* 1. Make header absolute and transparent so gallery is flush to the top (mentok atas) */
    header.tp-header-height {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        height: auto !important;
    }

    main.detail-tour-container {
        padding-top: 0px;
    }

    .place-content {
        padding: 12px 8px;
    }

    .phinisi-cabin-room-list .place-item .place-img .owl-dots {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 9;
    }

    .phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 4px;
        background: none;
        border: none;
        padding: 0;
    }

    .owl-carousel .owl-stage-outer {
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tp-header-area,
    .tp-header-blur {
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        backdrop-filter: none !important;
    }

    /* 2. Main wrapper becomes sticky so it stays in place when scrolling */
    .tp-tour-details-gallery-wrap {
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        position: sticky !important;
        top: 0;
        z-index: 1;
    }

    /* 3. Section below gallery must have higher z-index and white background to cover gallery on scroll */
    .tp-tour-details-area {
        position: relative;
        z-index: 10;
        background-color: #ffffff;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        margin-top: -30px;
    }

    /* Force all intermediate wrappers to be static so absolute buttons stay fixed */
    .tp-tour-details-gallery-wrap .row,
    .tp-tour-details-gallery-wrap [class*="col-"],
    .tp-tour-gallery-inner,
    .tp-tour-gallery-thumb,
    .tp-tour-details-gallery-wrap .p-relative,
    .tp-tour-details-gallery-wrap .fix {
        position: static !important;
    }

    /* Main scroll container */
    .tp-tour-details-gallery-wrap>.row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 0;
        width: 100vw;
    }

    .tp-tour-details-gallery-wrap>.row::-webkit-scrollbar {
        display: none;
    }

    /* Remove column paddings (gutters) for full-bleed */
    .tp-tour-details-gallery-wrap>.row>.col-lg-7,
    .tp-tour-gallery-inner .row>.col-sm-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }

    /* Main image wrapper */
    .tp-tour-details-gallery-wrap>.row>.col-lg-7 {
        flex: 0 0 100vw;
        max-width: 100vw;
        scroll-snap-align: center;
    }

    /* Second column wrapper */
    .tp-tour-details-gallery-wrap>.row>.col-lg-5 {
        flex: 0 0 auto;
        width: auto;
        padding: 0;
    }

    .tp-tour-gallery-inner {
        margin-left: 0 !important;
        height: 100%;
    }

    /* Inner row becomes a flex container to align with the main scroll */
    .tp-tour-gallery-inner .row {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 !important;
        width: auto;
    }

    /* Inner images */
    .tp-tour-gallery-inner .row>.col-sm-6 {
        flex: 0 0 100vw;
        max-width: 100vw;
        scroll-snap-align: center;
    }

    /* Make images uniform and full bleed */
    .tp-tour-gallery-thumb {
        display: block;
        margin-bottom: 0 !important;
        border-radius: 0 !important;
        /* Remove border radius for full bleed */
        aspect-ratio: 1 / 1;
        width: 100vw;
        overflow: hidden;
    }

    .tp-tour-gallery-thumb img {
        width: 100vw;
        height: 100%;
        display: block;
        object-fit: cover;
        min-height: 435px;
    }

    /* Ensure meta buttons (view all, video, maps) stay fixed when swiping */
    .tp-tour-gallery-thumb .tp-tour-media-meta {
        position: absolute !important;
        z-index: 99 !important;
        left: 20px !important;
        bottom: 40px !important;
        right: auto !important;
    }

    .tp-tour-gallery-thumb.gallery .tp-tour-media-meta {
        left: auto !important;
        right: 20px !important;
    }

    /* Mobile Top Actions (Back, Share, Wishlist) */
    .tp-mobile-gallery-top-actions {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 99;
    }

    .tp-mobile-gallery-top-actions .right-actions {
        display: flex;
        gap: 10px;
    }

    .tp-mobile-gallery-top-actions .mobile-action-btn {
        width: 44px;
        height: 44px;
        background: #fafafa80;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: #101010;
        cursor: pointer;
        text-decoration: none;
        backdrop-filter: blur(5px);
    }

    .tp-mobile-gallery-top-actions .mobile-action-btn.active {
        color: #ff4d4f;
    }

    .tp-mobile-gallery-top-actions .mobile-action-btn.active svg {
        fill: currentColor;
    }

    .tp-tour-details-plan-list ul {
        padding-left: 60px;
    }

    .tp-tour-details-plan-list ul::after {
        left: 14px;
    }

    span.new-price {
        color: #040404 !important;
    }

    .mobile-booking-bar-phinisi {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #e7eaea;
        padding: 15px 20px;
        z-index: 1030;
        /* Should be lower than modal backdrop 1040 */
        transition: transform 0.3s ease-in-out;
        background: rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0px -20px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
        transition: all 0.5s ease;
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    a.tp-btn.mbltpbtn {
        background: linear-gradient(135deg, rgb(0 0 0 / 20%), rgb(0 0 0 / 34%));
    }

    button.tp-btn.open-trip-book-btn.mbltpbtn {
        background: linear-gradient(135deg, rgb(0 0 0 / 20%), rgb(0 0 0 / 34%));
        padding: 18px !important;
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mobile-booking-bar-phinisi.mobile-booking-bar-hidden {
        transform: translateY(100%);
    }

    body.modal-open .mobile-booking-bar-phinisi {
        display: none !important;
    }

    .back-to-top-wrapper.lift-for-booking-bar {
        bottom: 100px !important;
        transition: bottom 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease, visibility 0.3s ease !important;
    }

    body {
        /* padding-bottom: 80px; */
        /* Space for the sticky bottom bar */
    }

    .modal.fade.bottom-sheet-modal .modal-dialog {
        position: fixed;
        display: block !important;
        margin: 0 !important;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(100%) !important;
        transition: transform 0.3s ease-out !important;
    }

    .modal.fade.bottom-sheet-modal.show .modal-dialog {
        transform: translateY(0) !important;
    }

    /* Fix mobile modal booking form layout */
    #mobileBookingModal .modal-content {
        background-color: #fff !important;
        box-shadow: none !important;
    }

    #mobileBookingModal .modal-body {
        overscroll-behavior: none;
    }

    #mobileBookingModal .tp-booking-form {
        box-shadow: none !important;
        padding: 0 !important;
        background: transparent !important;
    }

    #mobileBookingModal .tp-booking-wrap {
        display: flex !important;
        flex-direction: column !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    #mobileBookingModal .tp-booking-wrap>div {
        width: 100% !important;
    }

    #mobileBookingModal .tp-booking-quantity-wrap {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        left: 0 !important;
        box-shadow: none !important;
        border: none !important;
        padding: 4px 8px !important;
        visibility: visible !important;
        opacity: 1 !important;
        border-radius: 12px;
        background: #f7f7f7;
    }

    .tp-booking-quantity .tp-input[type=text] {
        font-size: 14px;
    }

    #mobileBookingModal hr {
        width: 100% !important;
        height: 1px !important;
        margin: 1.5rem 0 !important;
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #ffffff52;
    }

    .modal-dialog {
        display: flex;
        align-items: center;
        /* min-height: calc(100% - var(--bs-modal-margin) * 2); */
        margin: 0;
    }
}

/* ==========================================================================
   Desktop Booking Modal Styling Overrides (#bookingModal)
   ========================================================================== */

/* 1. Ensure modal background is clean white */
#bookingModal .modal-content {
    background-color: #fff !important;
}

/* 2. Fix the misplaced/hidden Details and Extra Facilities quantity selectors, 
      displaying them as clean inline blocks */
#bookingModal .tp-booking-quantity-wrap {
    position: relative !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
    border-radius: 12px;
    padding: 16px !important;
    background: #f9f9f9;
}

/* 3. Fix the daterangepicker calendar layout and positioning inside the desktop modal:
      - Restricts calendar width to fit cleanly within the modal columns without overflowing */
#bookingModal .daterangepicker {
    width: auto !important;
    left: auto !important;
    right: 24px !important;
}

.daterangepicker {
    border-radius: 16px;
}

/* ==========================================================================
   Mobile Horizontal Swipe Row
   ========================================================================== */
@media (max-width: 767.98px) {
    .mobile-swipe-row {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 15px;
        /* Space for scroll shadow/bar */

        /* Hide scrollbar for a clean look */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .mobile-swipe-row::-webkit-scrollbar {
        display: none;
    }

    /* Make each item take up 85% of the screen so the next item peeks out */
    .mobile-swipe-row>[class*="col-"] {
        scroll-snap-align: center;
        flex: 0 0 85%;
        max-width: 85%;
    }

    /* Add an empty padding element at the end so the last card doesn't stick to the screen edge */
    .mobile-swipe-row::after {
        content: "";
        flex: 0 0 15px;
        max-width: 15px;
    }

    /* Horizontal swipe for the Tour Details Info List (ul.ula) */
    ul.ula {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
        gap: 15px;

        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    ul.ula::-webkit-scrollbar {
        display: none;
    }

    ul.ula>li {
        scroll-snap-align: start;
        flex: 0 0 auto;
        white-space: nowrap;
        margin-bottom: 0 !important;
    }

    ul.ula::after {
        content: "";
        flex: 0 0 15px;
        max-width: 15px;
    }
}

h4.tp-tour-details-title {
    font-size: 24px;
}

.tp-tour-details-plan-list ul li h4 {
    font-size: 22px;
}


.cabin-list {
    /* border: 1px solid #eaeaea;
    border-radius: 16px;
    overflow: hidden;
    background-color: transparent;
    box-shadow: 0 6px 28px 0 rgb(0 0 0 / 8%); */

    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cabin-icons svg {
    color: #00000073;
    height: 18px;
    max-width: 18px;
}
.cabin-icons {
    font-size: 14px;
    margin-right: 12px;
    font-family: var(--tp-ff-p);
    color: #ababab !important;
}

/* Phinisi  */

/* Cabins Horizontal List */
@media (min-width: 768px) {
    .phinisi-cabin-room-list .place-item {
        display: flex;
        flex-direction: row;
        border: 1px solid #e3e3e3;
        border-radius: 16px;
        box-shadow: 0 2px 3px 0px rgb(0 0 0 / 5%);
    }

    .phinisi-cabin-room-list .place-item .place-img {
        flex: 0 0 275px;
        width: 275px;
        position: relative;
    }

    .phinisi-cabin-room-list .place-item .place-img .slide-images img {
        height: 255px;
        width: 100%;
        object-fit: cover;
    }

    .phinisi-cabin-room-list .place-item .place-content {
        flex: 1;
        padding: 8px 24px 4px 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Owl Carousel Dots Styling */
    .phinisi-cabin-room-list .place-item .place-img .owl-dots {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 9;
    }

    .phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 4px;
        background: none;
        border: none;
        padding: 0;
    }

    .phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.6);
        border: 2px solid transparent;
        border-radius: 50%;
        display: block;
        transition: all 0.3s ease;
    }

    .phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot.active span {
        background: transparent;
        border: 2px solid #fff;
        width: 10px;
        height: 10px;
    }

    /* Darker button for Pilih Kamar */
    .phinisi-cabin-room-list .btn-primary {
        background-color: var(--tp-theme-1);
        border-color: var(--tp-theme-1);
    }
}

.phinisi-cabin-room-list .place-item .place-content .badge {
    font-weight: 500;
    font-size: 12px;
    border-radius: 30px;
    display: inline-block;
    padding: 4px 8px;
    line-height: 1;
    background: #fd462100;
    color: var(--tp-theme-1);
    border: 1px solid rgba(253, 70, 33, 0.2);
}

.phinisi-cabin-room-list .place-item .fav-item {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.phinisi-cabin-room-list .place-item .fav-item i {
    font-size: 16px;
}

hr.tconnect-hr-24 {
    border-top: 2px dashed #eaeaea;
    margin: 24px 0;
}

/* Modal Carousel Nav */
.modal .room-slider .owl-nav button.owl-prev,
.modal .room-slider .owl-nav button.owl-next {
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}

.modal .room-slider .owl-nav button.owl-prev {
    left: 15px;
}

.modal .room-slider .owl-nav button.owl-next {
    right: 15px;
}

.modal .room-slider .owl-nav button i {
    font-size: 14px;
}

/* Custom Inline Daterangepicker Style */
.inline-calendar-wrapper .daterangepicker {
    position: static !important;
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

.inline-calendar-wrapper .daterangepicker:before,
.inline-calendar-wrapper .daterangepicker:after {
    display: none !important;
}

.inline-calendar-wrapper .daterangepicker .ranges {
    display: none !important;
}

.inline-calendar-wrapper .daterangepicker .drp-calendar {
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}

.inline-calendar-wrapper .daterangepicker .drp-calendar.left {
    border-right: none !important;
    border-bottom: 1px solid #eaeaea !important;
}

.inline-calendar-wrapper .daterangepicker .calendar-table {
    border: none !important;
    padding: 0 !important;
}

.inline-calendar-wrapper .daterangepicker .calendar-table table {
    width: 100% !important;
}

.inline-calendar-wrapper .daterangepicker .drp-buttons {
    width: 100%;
    text-align: center;
    border-top: none;
}

ul.ulab {
    grid-template-columns: 1fr 1fr !important;
}

@media only screen and (max-width: 767px) {
    .phinisi-cabin-room-list .cabin-list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 14px;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 16px 8px 0;
        margin-right: -16px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .cabin-icons svg {
        height: 14px;
        max-width: 14px;
        margin-right: 2px;
    }

    .phinisi-cabin-room-list .cabin-list::-webkit-scrollbar {
        display: none;
    }

    .cabin-facilities-scroll {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .phinisi-cabin-room-list .place-item {
        border: 1px solid #eaeaea;
        border-radius: 16px;
        box-shadow: 0 2px 3px 0px rgb(0 0 0 / 5%);
        flex: 0 0 calc(100% - 44px) !important;
        min-width: calc(100% - 44px) !important;
        max-width: calc(100% - 44px) !important;
        scroll-snap-align: start;
        background: #fff;
    }

    .phinisi-cabin-room-list .place-item .place-img {
        position: relative;
    }

    .phinisi-cabin-room-list .place-item .place-img .slide-images img {
        width: 100%;
        height: 255px;
        object-fit: cover;
    }

    .phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.6);
        border: 2px solid transparent;
        border-radius: 50%;
        display: block;
        transition: all 0.3s ease;
    }

    .phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot.active span {
        background: transparent;
        border: 2px solid #fff;
        width: 10px;
        height: 10px;
    }


    .cabin-facilities-scroll::-webkit-scrollbar {
        display: none;
    }

    .cabin-facilities-scroll {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    ul.ulab {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
        gap: 15px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-direction: column;
    }

    .tp-tour-details-plan-list {
        padding: 16px 16px;
    }
}

/* Cabin Rooms Scroll Behavior & Animation */
#cabin-rooms {
    scroll-margin-top: 120px;
}

@keyframes highlightCabinRoom {
    0% {
        box-shadow: 0 0 0 0 rgba(253, 70, 33, 0);
        transform: translateY(0);
        background-color: transparent;
    }

    30% {
        box-shadow: 0 0 20px 4px rgba(253, 70, 33, 0.4);
        transform: translateY(-5px);
        background-color: rgba(253, 70, 33, 0.05);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 70, 33, 0);
        transform: translateY(0);
        background-color: transparent;
    }
}

#cabin-rooms:target .cabin-list {
    animation: highlightCabinRoom 2.5s ease-out 0.5s forwards;
    border-radius: 12px;
}

/* Boat detail trust and third-party review link */
.boat-listing-trust {
    padding: 24px;
    border: 1px solid #e3e8e6;
    border-radius: 18px;
    background: #f7faf9;
}

.boat-listing-trust__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
    gap: 28px;
    align-items: center;
}

.boat-listing-trust__facts {
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
    gap: 8px 20px;
}

.boat-listing-trust__facts dt {
    color: #172121;
    font-weight: 600;
}

.boat-listing-trust__facts dd {
    color: #4f5e5c;
    margin: 0;
}

.tripadvisor-review-badge {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 82px;
    padding: 15px 16px;
    border: 1px solid #bcded1;
    border-radius: 16px;
    background: #fff;
    color: #002b11;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 43, 17, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tripadvisor-review-badge:hover,
.tripadvisor-review-badge:focus-visible {
    color: #002b11;
    border-color: #00aa6c;
    box-shadow: 0 12px 28px rgba(0, 43, 17, 0.12);
    transform: translateY(-2px);
}

.tripadvisor-review-badge:focus-visible {
    outline: 3px solid rgba(0, 170, 108, 0.24);
    outline-offset: 3px;
}

.tripadvisor-review-badge__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #00aa6c;
    color: #fff;
}

.tripadvisor-review-badge__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.15;
}

.tripadvisor-review-badge__copy small,
.tripadvisor-review-badge__copy span {
    color: #65716f;
    font-size: 12px;
}

.tripadvisor-review-badge__copy strong {
    color: #002b11;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.tripadvisor-review-badge__external {
    color: #00aa6c;
    font-size: 14px;
}

.booking-confirmation-note {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    color: #6f7b79;
    font-size: 12px;
    line-height: 1.45;
}

.booking-confirmation-note i {
    color: #00aa6c;
    margin-top: 2px;
}

/* Mobile Horizontal Scroll for Lists */
@media (max-width: 767px) {
    .boat-listing-trust {
        padding: 18px;
        border-radius: 14px;
    }

    .boat-listing-trust__layout,
    .boat-listing-trust__facts {
        grid-template-columns: 1fr;
    }

    .boat-listing-trust__layout {
        gap: 20px;
    }

    .boat-listing-trust__facts {
        gap: 3px;
    }

    .boat-listing-trust__facts dd {
        margin-bottom: 10px;
    }

    .tripadvisor-review-badge {
        width: 100%;
    }

    .mobile-scroll-container {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .mobile-scroll-container::-webkit-scrollbar {
        display: none;
    }

    .mobile-scroll-container>[class*="col-"] {
        flex: 0 0 85% !important;
        max-width: 85% !important;
    }
    span.m-destination {
        font-size: 13px;
    }
    .tp-booking-sidebar-warning {
        padding: 10px 6px 6px 6px;
    }
    h3.spotlight-title {
        font-size: 16px;
        color: #3b3b3b;
    }
    .spotlight-subtitle {
        font-size: 12px;
        color: #939393;
    }
    .tp-tour-details-info-content span {
        color: #939393;
        font-size: 14px !important;
    }
    .tp-transparent {
        display: none;
    }
    .tp-tour-details-highlight ul {
        gap: 8px;
    }
    .cablist {
        padding: 0 8px !important;
    }
    .tp-tour-new-price {
        font-size: 20px;
    }
    .tp-tour-suffix {
        font-size: 12px;
        color: #939393;
    }
    .cabin-icons {
        color: #a7a7a7 !important;
    }
}
