/* --- STYLE KHUSUS HALAMAN PAKET HAJI & UMRAH --- */

.mkr-paket-card {
    transition: transform 0.3s;
    background: #fff;
}

.mkr-paket-card:hover {
    transform: translateY(-5px);
}

.mkr-paket-card img {
    transition: transform 0.5s;
}

.mkr-paket-card:hover img {
    transform: scale(1.03);
}

/* --- TOMBOL 3D REALISTIS TAKTIL --- */
.btn-booking{
    border: 0px solid var(--mhu-magenta);
color: var(--mhu-magenta); background: transparent; padding: 10px 30px; border-radius: 4px; font-weight: 700; }

/* Efek Hover (sedikit naik saat didekati kursor) */
.btn-booking:hover {
    background: var(--mhu-magenta); color: white;
}

/* Penyelarasan untuk dekorasi header & section */
.mkr-section-divider {
    width: 80px;
    height: 4px;
    background-color: var(--mhu-magenta);
    margin: 15px auto 0;
}

.mkr-alert-box {
    background-color: #fff8fb;
    border-color: var(--mhu-magenta) !important;
}

.mkr-img-container {
    overflow: hidden;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mkr-full-img {
    max-height: 450px;
    object-fit: contain;
    width: 100%;
    transition: transform 0.5s;
}