#logo img {
    width: 90px; /* Ukuran default */
}

@media (max-width: 768px) { /* Untuk layar mobile */
    #logo img {
        width: 70px; /* Lebih kecil */
    }
}

@media (min-width: 1024px) { /* Untuk layar desktop besar */
    #logo img {
        width: 120px; /* Lebih besar jika perlu */
    }
}

/* Custom Animation Classes */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
/* Staggered delays for children */
.reveal-delay-100 { transition-delay: 0.1s; }
.reveal-delay-200 { transition-delay: 0.2s; }
.reveal-delay-300 { transition-delay: 0.3s; }
/* Smooth Pattern Background */
.islamic-pattern {
    background-image: radial-gradient(#D4AF37 0.5px, transparent 0.5px), radial-gradient(#D4AF37 0.5px, #fafafa 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    opacity: 0.1;
}

/* Glassmorphism */
.glass-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Styles untuk Step Form */
.step-locked {
    filter: grayscale(100%);
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}
.step-unlocked {
    filter: none;
    opacity: 1;
    pointer-events: auto;
}
/* Custom Scrollbar for sleek look */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 4px;
}
/* Radio Button Styling */
.vehicle-option input[type="radio"] { display: none; }
.vehicle-option label {
    cursor: pointer;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem;
    background-color: #fff;
    transition: all 0.2s;
}
.vehicle-option input[type="radio"]:checked + label {
    border-color: #1e293b; /* Slate 800 matching receipt header */
    background-color: #f8fafc;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.vehicle-image {
    width: 100%; height: 80px;
    background-size: cover; background-position: center;
    border-radius: 0.5rem; margin-bottom: 0.75rem;
    background-color: #e2e8f0;
    display: flex; align-items: center; justify-content: center; font-size: 2rem;
}
.is-per-pax .vehicle-image {
    background-size: contain; background-repeat: no-repeat;
    background-color: #eff6ff; background-image: none !important;
}
/* PRINT STYLES - Agar hasil cetak rapi seperti dokumen */
@media print {
    body {
        background-color: white;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
    /* Sembunyikan elemen yang tidak perlu saat print */
    #booking-app-container, #custom-message, .no-print {
        display: none !important;
    }
    /* Pastikan receipt terlihat saat print meskipun di layar tersembunyi */
    #receiptSection {
        display: block !important;
        box-shadow: none;
        max-width: 100%;
        margin: 0;
        border: none;
    }
    /* Paksa background color tercetak */
    .bg-slate-800 { background-color: #1e293b !important; color: white !important; }
    .bg-gray-50 { background-color: #f9fafb !important; }
    .bg-blue-50 { background-color: #eff6ff !important; }
}

body { font-family: 'Plus Jakarta Sans', sans-serif; scroll-behavior: smooth; }
.bg-teal-custom { background-color: #0d9488; }
.text-teal-custom { color: #0d9488; }
.text-yellow-custom { color: #fbbf24; }
.bg-yellow-custom { background-color: #fbbf24; }
.fade-in { animation: fadeIn 0.8s ease-out forwards; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hide-scroll::-webkit-scrollbar { display: none; }


.modal.active { display: flex; }

.card-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}
.btn-gradient {
    background-image: linear-gradient(to left, #deb004, #bd9602, #f2d566);
    transition: transform 0.2s ease-in-out;
}
.btn-gradient1 {
    background-image: linear-gradient(to left, #6adebf, #00b081, #017858);
    transition: transform 0.2s ease-in-out;
}

/* Custom class for background image and overlay */
.bg-umroh-hero {
    background-image: url('img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect option */
}

.btn-gradient:hover {
    transform: scale(1.05);
}

.message-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 90;
    display: none;
}
.hidden-card {
    display: none !important;
}

/* Modal specific styling */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; /* Higher z-index for the modal */
    display: none;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 900; /* Higher z-index for the backdrop */
    display: none;
}

/* Transisi smooth untuk perubahan warna navbar */
#navbar {
    transition: all 0.3s ease-in-out;
}

/* Gaya saat navbar dalam kondisi scroll (muncul blur) */
#navbar.nav-scrolled {
    background-color: rgba(255, 255, 255, 0.7); /* Background putih transparan */
    backdrop-filter: blur(10px); /* Efek blur kaca */
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Transisi untuk menu mobile */
.mobile-menu {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-120%); /* Sembunyi di atas */
    opacity: 0;
}

.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 767px) {
    #detailModal > div {
        margin: 0 1rem;
    }
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadeInUp {
  animation: fadeInUp 0.7s ease-out forwards;
}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.5s; }

/* Smooth Accordion */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.accordion-open .accordion-content {
  max-height: 200px;
}

/* WhatsApp Button Pulse */
.pulse-wa {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.hotel-option input[type="radio"] { display: none; }
.hotel-option label {
    cursor: pointer;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
    background-color: #fff;
    transition: all 0.2s;
}
.hotel-option input[type="radio"]:checked + label {
    border-color: #0d9488; /* teal-custom */
    background-color: #f0fdfa;
    box-shadow: 0 4px 6px -1px rgba(13, 148, 136, 0.1); /* shadow teal */
}