    .img-zoom-wrapper {
        overflow: hidden;
    }

    .img-zoom {

        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .img-zoom-wrapper:hover .img-zoom {
        transform: scale(1.1);
    }

    .lazy-img {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity .4s ease, transform .4s ease;
    }

    .lazy-img.loaded {
        opacity: 1;
        transform: translateY(0);
    }

    .show-mobile {
        display: none !important;
    }

    @media (max-width: 767px) {
        .show-mobile {
            display: block !important;
        }
    }

    .show-desktop {
        display: block !important;
    }

    /* Mobile */
    @media (max-width: 767px) {
        .show-desktop {
            display: none;
        }
    }

    .flatpickr-calendar {
        z-index: 99999 !important;
    }

    .is-invalid {
        border-color: #dc3545;
    }

    .pax-card {
        cursor: pointer;
        transition: all 0.2s ease;
        border-radius: 10px;
    }

    .pax-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .pax-radio:checked+.pax-card {
        border: 2px solid #198754;
        background: #f6fffa;
    }

    .wa-float {
        position: fixed;
        width: 60px;
        height: 35px;
        bottom: 8px;
        right: 20px;
        background-color: #25D366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 22px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .wa-float:hover {
        background-color: #1ebe5d;
        transform: scale(1.1);
    }

    .my-wa-icon {
        color: #fff;
    }

    .wa-with-text {
        width: auto;
        padding: 0 15px;
        gap: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .wa-text {
        color: #fff;
        white-space: nowrap;
    }

    .booking-card {
        max-width: 650px;
        margin: 40px auto;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        background: #fff;
        font-family: 'Jost', sans-serif;
        border: 1px solid #e3e6f0;
    }

    .booking-header {
        background: linear-gradient(135deg, #90afed, #445db1);
        padding: 30px 35px;
        color: white;
    }

    .booking-header h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 600;
    }

    .booking-code {
        margin-top: 8px;
        background: rgba(255, 255, 255, 0.15);
        display: inline-block;
        padding: 6px 12px;
        border-radius: 4px;
        font-weight: 600;
        font-size: 30px;
    }

    .booking-body {
        padding: 30px 35px;
        margin: 13px;
    }

    .booking-body p {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .booking-body span {
        font-weight: 600;
    }

    .booking-footer {
        padding: 22px 35px;
        background: #f6f8ff;
        border-top: 1px solid #e3e7ff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .qr-box {
        background: white;
        padding: 15px;
        /* border-radius: 12px; */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .qr-label {
        font-size: 13px;
        margin-top: 5px;
        opacity: .7;
    }

    .btn-wa {
        background: #25D366;
        color: white;
        padding: 12px 22px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
    }

    .btn-wa i {
        margin-right: 8px;
    }

    /* --- Upgrade Tampilan Booking Body --- */
    .booking-body {
        padding: 35px 40px !important;
        background: #ffffff;
        position: relative;
    }

    .booking-body p {
        font-size: 16px;
        margin-bottom: 12px;
        padding: 12px 15px;
        border-radius: 10px;
        background: #f7faff;
        border-left: 5px solid #13357B;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .booking-body p span:first-child {
        width: 160px;
        color: #13357B;
        font-weight: 600;
    }

    .booking-body p span:last-child {
        font-weight: 600;
        color: #2c2c2c;
    }

    .booking-package {
        margin-top: 30px;
    }

    .package-title {
        font-weight: 600;
        font-size: 20px;
        color: #13357B;
        margin-bottom: 15px;
    }

    .package-box {
        background: #ffffff;
        padding: 20px 25px;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
        border-left: 4px solid #13357B;
    }

    .package-box p {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .package-list {
        margin-left: 15px;
        list-style: none;
        padding-left: 0;
    }

    .package-list li {
        padding: 6px 0;
        font-size: 15px;
        display: flex;
        align-items: center;
    }

    .package-list li::before {
        content: "✔";
        color: #0d6efd;
        font-weight: bold;
        margin-right: 8px;
    }

    .package-note {
        background: #e9f3ff;
        padding: 10px 12px;
        border-radius: 10px;
        font-size: 14px;
        border-left: 4px solid #0d6efd;
    }

    .booking-body .text-primary {
        font-size: 17px;
        font-weight: 700;
    }

    /* Alert yang jauh lebih elegan */
    .booking-body .alert-info {
        margin-top: 25px;
        padding: 15px 18px;
        font-size: 15px !important;
        border-radius: 12px;
        background: #e9f3ff;
        border-left: 4px solid #0d6efd;
        color: #0d3c79;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    }

    .booking-body .alert-info i {
        color: #0d6efd;
        margin-right: 6px;
    }

    /* Glowing border aesthetic */
    .booking-body::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 5px;
        padding: 2px;
        background: linear-gradient(135deg, #2356bc, #5a8dff, #1443a0);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .hover-b:hover {
        font-weight: bold !important;
    }

    .blink-soft {
        animation: blinkSoft 1.8s ease-in-out infinite;
    }

    @keyframes blinkSoft {

        0%,
        100% {
            opacity: 1;
        }

        50% {
            opacity: 0.5;
        }
    }

    .blink-2color-bg {
        animation: blinkBg 1.6s ease-in-out infinite;
    }

    @keyframes blinkBg {

        0%,
        100% {
            color: #cc6a00 !important;
            /* Bootstrap primary */
        }

        50% {
            color: #198754 !important;
        }
    }

    .color-swap {
        animation: colorSwap 1.6s ease-in-out infinite;
    }

    @keyframes colorSwap {

        0%,
        100% {
            background-color: #0d6efd;
            /* Bootstrap primary */
            color: #fff;
        }

        50% {
            background-color: #198754;
            /* Bootstrap success */
            color: #fff;
        }
    }

    .sidebar-sticky {
        top: 90px;
        /* sesuaikan dengan tinggi navbar */
        z-index: 10;
    }

    .pax-card {
        border: 1px solid #dee2e6;
        border-radius: 12px;
        cursor: pointer;
        transition: all .2s ease;
        background: #fff;
    }

    .pax-card:hover {
        border-color: #198754;
        box-shadow: 0 4px 12px rgba(25, 135, 84, .15);
    }

    .pax-card.active {
        border-color: #198754;
        background: rgba(25, 135, 84, .08);
        box-shadow: 0 4px 12px rgba(25, 135, 84, .2);
    }

    .pax-card {
        background: linear-gradient(180deg, #ffe066, #ffc107);
        color: #000;
        border: none;
    }

    .pax-card.active {
        outline: 3px solid #198754;
        transform: translateY(-2px);
    }