/* CARD */
.tour-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px 24px;
    /* lebih kecil */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    max-width: 600px;
    height: 420px;
    margin-bottom: 24px;
    /* lebih rapat */
    font-family: "Inter", sans-serif;
}

/* BUTTON */
.btn-pdf {
    background: #FF9800;
    color: #fff;
    border: none;
    padding: 8px 14px;
    /* lebih kecil */
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 14px;
    /* lebih rapat */
    transition: 0.25s;
}

.btn-pdf:hover {
    background: #FFB74D;
    color: #fff;
}

/* TITLE */
.nama-tour {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    /* lebih kecil */
    font-weight: 700;
    margin-bottom: 8px;
    /* lebih rapat */
    color: #333;
    line-height: 1.25;
}

/* DATE */
.tanggal-tour {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /* lebih rapat */
    background: #eaf3ff;
    color: #2980ff;
    padding: 6px 12px;
    /* lebih kecil */
    border-left: 4px solid #2980ff;
    /* lebih tipis */
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 12px;
    /* lebih rapat */
    font-size: 14px;
}

/* PRICE */
.harga-tour {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;

    padding: 8px 12px;
    background: #fff9f0;
    /* kuning */
    border-radius: 10px;
    border-left: 4px solid #ff7a00;

    display: inline-flex;
    /* KUNCI UTAMA */
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.harga-label {
    flex-shrink: 0;
}

.harga-value {
    color: #ff7a00;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

/* DESCRIPTION */
.deskripsi-tour {
    font-size: 14px;
    /* lebih kecil */
    color: #444;
    line-height: 1.55;
    /* lebih rapat */
}

.deskripsi-tour {
    max-height: 150px;
    /* Atur tinggi sesuai kebutuhan */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

/* Scrollbar halus */
.deskripsi-tour::-webkit-scrollbar {
    width: 5px;
}

.deskripsi-tour::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
}
.mt-minus-htt-hst {
    margin-top: -50px;
}
.mt-minus-hst {
    margin-top: -10px;
}

.mt-minus-htt {
    margin-top: -10px;
}

.mt-minus-gambar {
    margin-top: -10px;
}

@media (max-width: 480px) {
    .mt-minus-htt-hst {
            margin-top: -20px;
        }
    .mt-minus-hst {
        margin-top: -50px;
    }

    .mt-minus-htt {
        margin-top: 10px;
    }

    .mt-minus-gambar {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .mt-minus-hst {
        margin-top: -50px;
    }

    .mt-minus-htt {
        margin-top: 10px;
    }

    .mt-minus-gambar {
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {
    .mt-minus-hst {
        margin-top: -50px;
    }

    .mt-minus-htt {
        margin-top: 15px;
    }

    .mt-minus-gambar {
        margin-top: 30px;
    }
}

/* BOX */
.compact-section {
    background: #ffffff;
    padding: 20px 22px;
    border-radius: 12px;
    border: 1px solid #e6e9ef;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

/* HEADER */
.compact-header {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.compact-header.success {
    color: #2b8a3e;
}

.compact-header.danger {
    color: #d62828;
}

.compact-header.itinerary {
    color: #ff8c00;
}

/* LIST ITEMS */
.compact-item {
    background: #fafafa;
    border: 1px solid #e9e9e9;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    min-height: 65px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.icon {
    font-size: 18px;
}

.icon.success {
    color: #2b8a3e;
}

.icon.danger {
    color: #d62828;
}

/* SWIPER WRAPPER */
.swiper-container-wrapper {
    position: relative;
    padding: 0 30px;
}

/* PANAH NAVIGASI BARU */
.swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    transition: all .25s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    z-index: 10;
}

.swiper-nav:hover {
    background: #f3f3f3;
    border-color: #c8c8c8;
}

/* Posisi panah */
.prev-hst,
.prev-htt {
    left: 0;
}

.next-hst,
.next-htt {
    right: 0;
}

/* ITINERARY */
.itinerary-content {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.itinerary-link {
    font-weight: 600;
    color: #ff8c00;
    text-decoration: underline;
}

.mt-30 {
    margin-top: 30px;
}

/* Samakan tinggi antar box */
.compact-section {
    min-height: auto;
    /* bisa disesuaikan */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Wrapper swiper seragam */
.swiper-container-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 40px;
    /* beri ruang panah lebih besar & simetris */
}

/* Slide lebih seragam */
.compact-item {
    min-width: 200px;
    max-width: 200px;
    min-height: 100px;
    max-height: 100px;
    display: flex;
    align-items: flex-start;
}

/* Panah seragam kiri & kanan */
.swiper-nav {
    top: 50%;
    transform: translateY(-50%);
}

.swiper-nav.prev-hst,
.swiper-nav.prev-htt {
    left: 10px;
    /* jarak konsisten */
}

.swiper-nav.next-hst,
.swiper-nav.next-htt {
    right: 10px;
    /* jarak konsisten */
}

/* Icon panah dirapikan */
.swiper-nav i {
    font-size: 15px;
    margin-top: 1px;
}

.icon.itinerary {
    color: #ff8c00;
}

/* lebar slide card syarat */
#swiperSyarat .swiper-slide {
    margin-right: 18px !important;
}

/* panah */
.prev-syr {
    left: -10px;
}

.next-syr {
    right: -10px;
}


:root {
    --orange: #ff6b1a;
    --orange-soft: #ffeadf;
    --dark: #1f1f1f;
    --text: #444;
    --bg: #f7f7f7;
    --radius: 14px;
    --shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

body {
    font-family: 'Poppins', sans-serif;
    /* background: var(--bg); */
    margin: 0;
    padding: 0;
    color: var(--text);
}

.container {
    max-width: 1250px;
    margin: 30px auto;
    padding: 20px;
}

.header-box {
    background: var(--orange);
    color: #fff;
    padding: 26px 30px;
    border-radius: var(--radius);
    font-size: 26px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow);
}

.subtext {
    font-size: 14px;
    opacity: 0.9;
}

.flex {
    display: flex;
    gap: 24px;
    margin-top: 25px;
}

.left-box,
.right-box {
    width: 50%;
    background: #fff;
    border-radius: var(--radius);
    padding: 0;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.section-title {
    background: var(--orange-soft);
    color: var(--dark);
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ffe1d0;
}

.option-header {
    background: #0d47a1;
    color: #fff;
    padding: 18px 22px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.option-item {
    padding: 20px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: 0.25s;
}

.option-item:hover {
    background: #fafafa;
}

.radio-custom {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--orange);
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.radio-custom.active::after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Right Box */
.right-box {
    padding: 30px;
}

.pay-buttons {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
}

.pay-btn {
    background: var(--orange);
    ;
    padding: 14px 26px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--orange);
    font-weight: 500;
    cursor: pointer;
    transition: 0.25s;
}

.pay-btn:hover {
    background: var(--orange-soft);
}

.counter-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 18px 0;
}

.counter-btn {
    width: 42px;
    height: 42px;
    background: var(--orange);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.2s;
}

.counter-btn:hover {
    background: #e85e0f;
}

.counter-input {
    width: 90px;
    height: 42px;
    text-align: center;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.textarea,
.input-field {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 18px;
    font-size: 15px;
}

.apply-row {
    display: flex;
    gap: 12px;
}

.apply-btn {
    padding: 14px 22px;
    background: var(--orange);
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.25s;
}

.apply-btn:hover {
    background: #e85e0f;
}

.price-box {
    margin-top: 25px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
}

.price-box span:last-child {
    color: var(--orange);
    font-size: 20px;
}

/* MOBILE RESPONSIVE FIX */
@media (max-width: 768px) {

    .container {
        padding: 10px;
    }

    .header-box {
        font-size: 20px;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .flex {
        flex-direction: column;
        gap: 18px;
    }

    .left-box,
    .right-box {
        width: 100% !important;
        padding: 0;
    }

    .section-title {
        font-size: 18px;
        padding: 18px;
    }

    .option-header {
        font-size: 16px;
        padding: 16px;
    }

    .option-item {
        padding: 16px;
        font-size: 15px;
    }

    .right-box {
        padding: 20px;
    }

    .pay-buttons {
        flex-wrap: wrap;
        gap: 12px;
    }

    .pay-btn {
        flex: 1;
        justify-content: center;
        padding: 12px;
        font-size: 14px;
    }

    .counter-box {
        gap: 10px;
    }

    .counter-btn {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .counter-input {
        width: 70px;
        height: 38px;
        font-size: 16px;
    }

    .apply-row {
        flex-direction: column;
    }

    .apply-btn {
        width: 100%;
    }

    .price-box {
        flex-direction: column;
        gap: 12px;
    }

    .price-box span:last-child {
        font-size: 18px;
    }
}


@media (max-width: 1366px) {
    .container {
        max-width: 1150px;
    }

    .header-box {
        padding: 22px 26px;
        font-size: 24px;
    }

    .flex {
        gap: 20px;
    }

    .left-box,
    .right-box {
        padding: 0;
    }

    .section-title {
        padding: 20px;
        font-size: 19px;
    }

    .option-header {
        padding: 16px 20px;
        font-size: 17px;
    }

    .option-item {
        padding: 18px 20px;
        font-size: 15px;
    }

    .right-box {
        padding: 26px;
    }

    .pay-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .counter-btn {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }

    .counter-input {
        width: 80px;
        height: 40px;
        font-size: 16px;
    }

    .textarea,
    .input-field {
        padding: 12px;
        font-size: 14px;
    }

    .apply-btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .price-box {
        font-size: 16px;
    }

    .price-box span:last-child {
        font-size: 18px;
    }
}

/* ===== BASE STYLE ===== */
.right-box {
    font-family: "Inter", sans-serif;
    color: #1a1a1a;
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    max-width: 450px;
    margin: 0 auto;
}

/* ===== PAYMENT METHODS ===== */
.pay-methods {
    display: flex;
    justify-content: center;
    /* tombol berada di tengah */
    gap: 10px;
    margin-bottom: 20px;
}

.pay-btn {
    flex: 1;
    padding: 12px 0;
    border-radius: 30px;
    border: 2px solid var(--orange);
    background: #fff;
    color: var(--orange);
    font-weight: 600;
    transition: 0.25s;

    display: flex;
    /* penting */
    justify-content: center;
    /* center horizontal */
    align-items: center;
    /* center vertical */
    text-align: center;
    /* pastikan teks benar2 tengah */
}



.pay-btn.active {
    background: var(--orange);
    color: #fff;
}

/* ===== LABEL ===== */
.label-small {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* ===== COUNTER ===== */
.counter-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.counter-btn {
    width: 42px;
    height: 42px;
    font-size: 22px;
    border-radius: 10px;
    border: none;
    background: var(--orange);
    color: #fff;
    font-weight: bold;
    transition: 0.25s;
}

.counter-btn:active {
    transform: scale(.95);
}

.counter-input {
    width: 60px;
    text-align: center;
    font-size: 18px;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #dedede;
    background: #fafafa;
}

/* ===== TEXTAREA ===== */
.textarea {
    width: 100%;
    min-height: 90px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 12px;
    resize: none;
    font-size: 14px;
    background: #fafafa;
    margin-bottom: 20px;
}

/* ===== PAYMENT BOX (Desktop Normal) ===== */
.payment-box {
    padding: 20px 0 0;
}

/* Promo Section */
.promo-box {
    margin-bottom: 20px;
}

.promo-input {
    display: flex;
    gap: 10px;
}

.promo-input input {
    flex: 1;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #ccc;
    background: #fafafa;
}

.btn-apply {
    padding: 12px 20px;
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

/* Extra Fee Box */
.extra-fee {
    margin-bottom: 20px;
}

.fee-row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.fee-desc {
    font-size: 14px;
    font-weight: 600;
}

.fee-value {
    font-size: 15px;
    font-weight: bold;
    color: #444;
}

/* Total */
.total-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}

.total-label {
    font-size: 18px;
    font-weight: 700;
}

.total-value {
    font-size: 18px;
    font-weight: 800;
    color: var(--orange);
}

/* Buttons */
.action-row {
    display: flex;
    gap: 12px;
}

.btn-whatsapp {
    width: 60px;
    height: 50px;
    border-radius: 14px;
    border: none;
    background: #25D366;
    font-size: 22px;
    color: #fff;
    align-items: center;
        justify-content: center;
        display: flex;
        gap: 8px;
        margin-right: 10px;
}

.btn-book {
    flex: 1;
    background: var(--orange);
    color: #fff;
    padding: 14px 0;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
}

/* =======================
   MOBILE & TABLET STYLES
   Bottom fixed sheet
======================= */

@media (max-width: 991px) {
    .right-box {
        padding-bottom: 140px;
        /* ruang untuk bottom box */
        box-shadow: none;
        border-radius: 0;
        max-width: 100%;
    }

    /* Payment box jadi fixed di bawah */
    .payment-box {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
        background: #fff;
        box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.15);
        border-radius: 20px 20px 0 0;
        z-index: 9999;
        animation: slideUp .35s ease;
    }

    @keyframes slideUp {
        from {
            transform: translateY(60px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .total-label,
    .total-value {
        font-size: 16px;
    }

    .btn-book {
        padding: 14px;
        font-size: 15px;
    }
}

/* =====================================
   PAYMENT SWITCH (DP / FULL)
===================================== */
.pay-methods {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
}

.pay-btn {
    flex: 1;
    padding: 10px 0;
    border-radius: 14px;
    border: 2px solid var(--orange);
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: var(--orange);
    transition: 0.25s;
}

.pay-btn.active {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 3px 12px rgba(255, 165, 90, 0.25);
}


/* =====================================
   LABEL & SECTION SPACING
===================================== */
.label-small {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* =====================================
   COUNTER BUTTON
===================================== */
.counter-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 18px;
}

.counter-input {
    width: 55px;
    border-radius: 10px;
    font-size: 16px;
}

/* =====================================
   TEXTAREA IMPROVED
===================================== */
.textarea {
    border-radius: 14px;
    background: #fafafa;
    padding: 12px 14px;
    border: 1px solid #ddd;
    font-size: 14px;
}

/* =====================================
   PROMO INPUT
===================================== */
.promo-input input {
    border-radius: 12px;
    font-size: 14px;
}

.btn-apply {
    border-radius: 12px;
    font-size: 14px;
    background: var(--orange);
}

/* =====================================
   EXTRA FEE & TOTAL DISPLAY
===================================== */
.extra-fee,
.total-row {
    margin-top: 12px;
}

.fee-desc {
    font-size: 14px;
}

.fee-value {
    font-size: 15px;
    font-weight: 700;
    color: var(--orange);
}

.total-row {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.total-label {
    font-size: 16px;
    font-weight: 700;
}

.total-value {
    font-size: 18px;
    font-weight: 800;
    color: var(--orange);
    /* Lebih tajam & tegas */
}

/* =====================================
   ACTION BUTTONS
===================================== */
.btn-whatsapp {
    width: 52px;
    height: 50px;
    border-radius: 14px;
    font-size: 20px;
}

.btn-book {
    border-radius: 14px;
    background: var(--orange);
    font-size: 15px;
    font-weight: 700;
}

/* =====================================
   MOBILE FIXED BOTTOM IMPROVED
===================================== */
@media (max-width: 991px) {

    .payment-box {
        padding: 18px 20px 24px;
        border-radius: 20px 20px 0 0;
    }

    .total-label,
    .total-value {
        font-size: 15px;
    }

    .btn-book {
        height: 48px;
        font-size: 15px;
    }
}

:root {
    --orange: #ff7a00;
    --radius: 20px;
}

/* Payment Method Buttons */
.pay-methods {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.pay-btn {
    flex: 1;
    padding: 12px 0;
    border-radius: 30px;
    border: 2px solid var(--orange);
    background: #fff;
    color: var(--orange);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.25s;
}

.pay-btn.active {
    background: var(--orange);
    color: #fff;
}

/* Payment Box */
.payment-box {
    background: #fff;
    border-radius: var(--radius);
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.promo-input {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.promo-input input {
    flex: 1;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.btn-apply {
    background: var(--orange);
    border: none;
    padding: 10px 14px;
    border-radius: 10px;
    color: white;
    font-weight: 600;
}

.extra-fee {
    margin-top: 20px;
    background: #fff8f0;
    padding: 12px;
    border-radius: 14px;
    border-left: 4px solid var(--orange);
}

.total-row {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 700;
    color: var(--orange);
}

.action-row {
    margin-top: 25px;
    display: flex;
    gap: 10px;
}

.btn-book {
    flex: 1;
    background: var(--orange);
    border: none;
    color: white;
    padding: 14px 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
}

.btn-whatsapp {
    width: 52px;
    background: #25d366;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
}

/* Mobile behavior */
@media (max-width: 768px) {

    .toggle-detail {
        display: block;
    }

    .hide-mobile {
        display: none !important;
    }

    .payment-box {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 20px 20px 0 0;
        padding: 25px;
        box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.12);
    }
}

/* Minimal toggle button */
.toggle-detail {
    display: none;
    justify-content: flex-end;
    /* posisi konten ke kanan */
    align-items: center;
    /* ikon & teks sejajar tengah */
    gap: 4px;

    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: none;

    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-align: right;

    cursor: pointer;
    transition: color .25s ease;

    margin-top: -20px;
    margin-bottom: -20px;
}


/* Hover halus */
.toggle-detail:hover {
    color: var(--orange);
}

/* Arrow minimalis */
.toggle-detail .arrow {
    font-size: 13px;
    transition: transform .25s ease;
}

/* Saat terbuka */
.toggle-detail.open {
    color: var(--orange);
}

.toggle-detail.open .arrow {
    transform: rotate(180deg);
}

/* Only show on mobile */
@media (max-width: 991px) {
    .toggle-detail {
        display: flex;
    }
}

.bank-transfer-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eee;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    margin: 25px auto;
    font-family: "Inter", sans-serif;
    color: #333;
}

.bank-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #ff6600;
    text-align: center;
}

.bank-info .bank-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.bank-info .label {
    font-size: 14px;
    color: #666;
}

.bank-info .value {
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

.bank-info .value.total {
    color: #ff6600;
    font-weight: 700;
}

.copy-btn {
    width: 100%;
    padding: 12px;
    background: #ff6600;
    border: none;
    color: white;
    border-radius: 10px;
    margin-top: 18px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.copy-btn:hover {
    background: #e85700;
}

.note {
    font-size: 13px;
    margin-top: 14px;
    text-align: center;
    color: #777;
}

/* MOBILE */
@media(max-width: 480px) {
    .bank-transfer-box {
        padding: 20px;
    }

    .bank-info .bank-row {
        flex-direction: column;
        gap: 3px;
    }

    .bank-info .value {
        text-align: right;
    }
}

.box {
     border: 1px solid #e5e5e5;
     border-radius: 6px;
     margin-bottom: 20px;
     background: #fff;
 }

 .header-kamar {
     padding: 12px 18px;
     font-weight: 600;
     color: #fff;
 }

 .header-kamar.jakarta {
     background: #0a4dbf;
 }

 .header-kamar.surabaya {
     background: #2fa54a;
 }

 .item {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 14px 18px;
     border-top: 1px solid #f0f0f0;
 }

 .item label {
     display: flex;
     align-items: center;
     gap: 10px;
     cursor: pointer;
 }

 .price {
     font-weight: 700;
     color: #ff7a00;
 }
