.elementor-8394 .elementor-element.elementor-element-209e80e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;--z-index:2;}.elementor-8394 .elementor-element.elementor-element-398651f > .elementor-container{max-width:1200px;}.elementor-8394 .elementor-element.elementor-element-398651f{margin-top:-50px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:99;}.elementor-8394 .elementor-element.elementor-element-f65bd9d > .elementor-widget-container{margin:-4px 0px 0px 0px;}.elementor-8394 .elementor-element.elementor-element-f65bd9d{z-index:9;}.elementor-8394 .elementor-element.elementor-element-828269a > .elementor-container{max-width:1400px;}.elementor-8394 .elementor-element.elementor-element-828269a{margin-top:20px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8394 .elementor-element.elementor-element-6feb46d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-8394 .elementor-element.elementor-element-90e2350{--divider-border-style:solid;--divider-color:#E5E5E5;--divider-border-width:1px;}.elementor-8394 .elementor-element.elementor-element-90e2350 .elementor-divider-separator{width:80%;margin:0 auto;margin-center:0;}.elementor-8394 .elementor-element.elementor-element-90e2350 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-8394 .elementor-element.elementor-element-22e252a > .elementor-widget-container{margin:0px 0px 50px 0px;}@media(max-width:1024px){.elementor-8394 .elementor-element.elementor-element-398651f > .elementor-container{max-width:900px;}.elementor-8394 .elementor-element.elementor-element-398651f{padding:0px 50px 0px 50px;}.elementor-8394 .elementor-element.elementor-element-6feb46d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-8394 .elementor-element.elementor-element-90e2350 .elementor-divider-separator{width:100%;}}@media(max-width:767px){.elementor-8394 .elementor-element.elementor-element-209e80e{--padding-top:30px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-8394 .elementor-element.elementor-element-398651f{margin-top:-60px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8394 .elementor-element.elementor-element-6feb46d > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-8394 .elementor-element.elementor-element-9dfc43c{width:68.968%;}.elementor-8394 .elementor-element.elementor-element-55bf526{width:30.994%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8394 .elementor-element.elementor-element-9dfc43c{width:100%;}.elementor-8394 .elementor-element.elementor-element-55bf526{width:100%;}}/* Start custom CSS for html, class: .elementor-element-a72bf3d */.text-content {
    text-align: center;
    color: #ffffff;
    /* Prevents the container from breaking on very small screens */
    overflow-x: auto; 
}

.text-content p {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 500;
    /* Ensures text stays on one line */
    white-space: nowrap; 
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .text-content p {
        font-size: 1.1rem; /* Smaller size for mobile */
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-209e80e */.aq4u-overlay-bg {
    position: relative;
    padding: 60px 20px;
    /* Increase 0.85 to make it even darker, decrease to make it more transparent */
    background: 
        linear-gradient(rgba(0, 10, 100, 0.85), rgba(0, 10, 100, 0.85)), 
        url('https://aqiqah4uwebsite.s3.ap-southeast-1.amazonaws.com/2026/03/overlay-aqiqah4u.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: fadeInDown 1s ease;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f65bd9d *//* --- MODERN RESET & BASE --- */
* { box-sizing: border-box; }

:root {
    --arovis-blue: #000a64;
    --apple-grey: #86868b;
    --apple-border: #d2d2d7;
}

.a4u-search-component-wrapper { 
    max-width: 850px; 
    margin: 0 auto; 
    padding: 0 20px; 
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif; 
}

.a4u-search-box-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid var(--apple-border);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.search-inner { display: flex; align-items: center; padding: 12px 20px; gap: 20px; }

/* --- LAYOUT SPLIT (70/30) --- */
.input-wrapper-70 { display: flex; flex: 0 0 70%; align-items: center; }
.button-wrapper-30 { flex: 0 0 30%; display: flex; justify-content: flex-end; }

/* Desktop-only breathing room for button */
@media (min-width: 769px) {
    .button-wrapper-30 { padding-right: 10px; }
}

.input-group { display: flex; flex-direction: column; flex: 1; }
.input-group label { font-size: 10px; font-weight: 600; color: var(--apple-grey); margin-bottom: 1px; text-transform: uppercase; }
.input-group input { border: none; outline: none !important; font-size: 15px; color: #1d1d1f; background: transparent; width: 100%; font-weight: 500; }

.v-divider { width: 1px; height: 28px; background: var(--apple-border); margin: 0 15px; opacity: 0.6; }

/* --- REFINED BUTTON --- */
.apple-btn {
    background: var(--arovis-blue); color: #ffffff;
    padding: 10px 24px; border-radius: 10px; font-weight: 600; font-size: 14px;
    cursor: pointer; border: none;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    white-space: nowrap; transition: background 0.2s;
    max-width: 160px;
}
.apple-btn:hover { background: #0015a3; }
.search-icon { width: 14px; height: 14px; }

/* --- SPINNER --- */
.apple-spinner { display: none; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,0.3); border-radius: 50%; border-top-color: #fff; animation: appleSpin 0.8s linear infinite; }
.is-loading .apple-spinner { display: inline-block; }
.is-loading .search-icon { display: none; }
@keyframes appleSpin { to { transform: rotate(360deg); } }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .search-inner { flex-direction: column; padding: 20px; gap: 15px; }
    .input-wrapper-70 { flex: 1; width: 100%; flex-direction: column; gap: 10px; }
    .button-wrapper-30 { flex: 1; width: 100%; justify-content: center; padding-right: 0; }
    .v-divider { display: none; }
    .apple-btn { max-width: 100%; width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e65ca29 *//* --- A4U DASHBOARD CORE --- */
.a4u-dashboard-wrapper { 
    max-width: 1200px; 
    margin: 40px auto; 
    font-family: 'Inter', sans-serif; 
    color: #1e293b; 
}

/* Header Section */
.a4u-dashboard-header { 
    background: #000a64; 
    color: white; 
    padding: 40px; 
    border-radius: 30px 30px 0 0; 
    text-align: left;
}
.order-badge { 
    background: rgba(255,255,255,0.15); 
    padding: 6px 18px; 
    border-radius: 50px; 
    font-size: 13px; 
    font-weight: 700; 
    display: inline-block;
}
.a4u-dashboard-header h2 { 
    font-size: 36px; 
    font-weight: 900; 
    margin: 15px 0 5px; 
    letter-spacing: -1px;
}
.a4u-dashboard-header p { 
    opacity: 0.8; 
    font-size: 15px; 
}

/* Layout Grid */
.a4u-dashboard-body { 
    display: grid; 
    grid-template-columns: 1fr 340px; 
    gap: 25px; 
    margin-top: -30px; 
    padding: 0 30px 40px; 
}

/* --- MAIN CARD (LEFT COLUMN) --- */
.a4u-main-card { 
    background: white; 
    border-radius: 25px; 
    box-shadow: 0 25px 60px rgba(0,0,0,0.08); 
    overflow: hidden; 
}

.card-hero { 
    padding: 40px; 
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%); 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start;
}

.tag-jenis { 
    background: #e0e7ff; 
    color: #3730a3; 
    padding: 6px 14px; 
    border-radius: 10px; 
    font-weight: 800; 
    font-size: 12px; 
    text-transform: uppercase;
}

.card-hero h3 { 
    font-size: 42px; 
    font-weight: 900; 
    margin: 15px 0; 
    color: #000a64; 
    letter-spacing: -1.5px;
}

.status-pill { 
    display: inline-flex; 
    align-items: center; 
    gap: 10px; 
    padding: 10px 22px; 
    border-radius: 50px; 
    font-weight: 800; 
    font-size: 15px; 
}
.status-pill.selesai { background: #dcfce7; color: #15803d; }
.status-pill.proses { background: #fef3c7; color: #b45309; }

/* Premium Buttons */
.btn-sijil-premium { 
    background: #d4af37; 
    color: white !important; 
    padding: 18px 30px; 
    border-radius: 15px; 
    font-weight: 800; 
    text-decoration: none; 
    box-shadow: 0 10px 20px rgba(212,175,55,0.3); 
    transition: 0.3s; 
    font-size: 13px;
}
.btn-sijil-premium:hover { 
    transform: translateY(-3px) scale(1.02); 
    box-shadow: 0 15px 30px rgba(212,175,55,0.4); 
}

/* Info Details Grid */
.card-details { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    border-top: 1px solid #f1f5f9; 
    background: #fafafa; 
}
.detail-item { 
    padding: 30px 40px; 
    border-right: 1px solid #f1f5f9; 
    text-align: left;
}
.detail-item label { 
    display: block; 
    font-size: 11px; 
    font-weight: 800; 
    text-transform: uppercase; 
    color: #94a3b8; 
    margin-bottom: 8px; 
    letter-spacing: 1px;
}
.detail-item span { 
    font-size: 20px; 
    font-weight: 800; 
    color: #1e293b; 
}

/* Media Gallery */
.card-media-grid { 
    padding: 40px; 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 25px; 
}
.media-box video, .media-box .img-wrapper { 
    width: 100%; 
    border-radius: 20px; 
    aspect-ratio: 16/9; 
    background: #000; 
    cursor: pointer; 
    position: relative; 
    overflow: hidden; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.media-box img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: 0.5s;
}
.img-wrapper:hover img { transform: scale(1.08); }

.img-wrapper .overlay { 
    position: absolute; 
    inset: 0; 
    background: rgba(0,10,100,0.5); 
    opacity: 0; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: white; 
    font-size: 28px; 
    transition: 0.3s; 
}
.img-wrapper:hover .overlay { opacity: 1; }

.btn-dl { 
    width: 100%; 
    margin-top: 15px; 
    border: 1px solid #e2e8f0; 
    background: white; 
    padding: 12px; 
    border-radius: 12px; 
    font-weight: 800; 
    font-size: 13px;
    cursor: pointer; 
    transition: 0.2s; 
}
.btn-dl:hover { background: #000a64; color: white; border-color: #000a64; }

/* --- SIDEBAR & TIMELINE (RIGHT COLUMN) --- */
.side-card { 
    background: white; 
    border-radius: 25px; 
    padding: 30px; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.04); 
    margin-bottom: 25px; 
    text-align: left;
}
.side-card h3 { 
    font-size: 15px; 
    font-weight: 900; 
    margin-bottom: 25px; 
    text-transform: uppercase; 
    color: #64748b; 
    letter-spacing: 1px;
}

/* Sidebar List */
.penama-sidebar-list { display: flex; flex-direction: column; gap: 12px; }
.side-item { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
    padding: 15px; 
    border-radius: 15px; 
    cursor: pointer; 
    transition: all 0.2s; 
    border: 2px solid transparent; 
}
.side-item:hover { background: #f8fafc; transform: translateX(5px); }
.side-item.active { 
    background: #f0f4ff; 
    border-color: #000a64; 
}
.side-idx { 
    width: 28px; 
    height: 28px; 
    background: #e2e8f0; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 11px; 
    font-weight: 800; 
}
.active .side-idx { background: #000a64; color: white; }
.side-name { flex: 1; font-weight: 700; font-size: 14px; }

/* Timeline Compact */
.a4u-timeline-compact { padding-left: 20px; border-left: 2px solid #e2e8f0; margin-left: 10px; }
.t-item { position: relative; padding-bottom: 30px; }
.t-item:last-child { padding-bottom: 0; }
.t-dot { 
    position: absolute; 
    left: -27px; 
    top: 5px; 
    width: 12px; 
    height: 12px; 
    border-radius: 50%; 
    background: #cbd5e1; 
    border: 2px solid white; 
}
.t-item.done .t-dot { background: #22c55e; }
.t-item.active .t-dot { background: #000a64; box-shadow: 0 0 0 4px rgba(0,10,100,0.2); }
.t-info strong { font-size: 14px; display: block; color: #1e293b; }
.t-info p { font-size: 12px; color: #94a3b8; margin: 2px 0 0; }

/* --- PAGINATION & LIGHTBOX --- */
.a4u-pagination { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-top: 30px; 
    background: white; 
    padding: 20px 40px; 
    border-radius: 100px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
}
.btn-pag { 
    border: none; 
    background: none; 
    font-weight: 900; 
    font-size: 13px; 
    cursor: pointer; 
    color: #000a64; 
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-pag:disabled { color: #cbd5e1; cursor: not-allowed; }

.a4u-lightbox { 
    position: fixed; 
    inset: 0; 
    background: rgba(0,5,30,0.95); 
    z-index: 99999; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: zoom-out;
}
.lightbox-content img { 
    max-width: 90%; 
    max-height: 85vh; 
    border-radius: 15px; 
    border: 5px solid white;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 1024px) {
    .a4u-dashboard-body { grid-template-columns: 1fr; padding: 0 20px 40px; }
    .a4u-col-side { order: 2; }
    .card-hero h3 { font-size: 32px; }
}

@media (max-width: 640px) {
    .card-media-grid { grid-template-columns: 1fr; }
    .card-details { grid-template-columns: 1fr; }
    .detail-item { border-right: none; border-bottom: 1px solid #f1f5f9; }
    .card-hero { flex-direction: column; gap: 20px; }
    .btn-sijil-premium { width: 100%; text-align: center; }
}



/* --- 1. GALLERY SYSTEM (Premium Apple Style) --- */
.a4u-gallery-container { 
    width: 100%; 
    margin-bottom: 25px; 
}

.a4u-main-viewer { 
    width: 100%; 
    aspect-ratio: 16/9; 
    background: #000; 
    border-radius: 20px; 
    overflow: hidden; 
    position: relative; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border: 1px solid rgba(0,0,0,0.1);
}

.a4u-main-viewer video, 
.a4u-main-viewer img { 
    width: 100%; 
    height: 100%; 
    object-fit: contain; 
}

.a4u-gallery-thumbs { 
    display: flex; 
    gap: 10px; 
    margin-top: 15px; 
    overflow-x: auto; 
    padding-bottom: 8px; 
    -webkit-overflow-scrolling: touch;
}

/* Sembunyikan scrollbar dkt thumbnails tapi tetap boleh scroll */
.a4u-gallery-thumbs::-webkit-scrollbar { display: none; }
.a4u-gallery-thumbs { -ms-overflow-style: none; scrollbar-width: none; }

.thumb-item { 
    width: 85px; 
    height: 60px; 
    border-radius: 12px; 
    overflow: hidden; 
    cursor: pointer; 
    flex-shrink: 0; 
    border: 2.5px solid transparent; 
    background: #f5f5f7; 
    position: relative; 
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); 
}

.thumb-item.active { 
    border-color: #000a64; 
    transform: scale(0.95); 
}

.thumb-item img, 
.thumb-item video { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.thumb-vid-overlay { 
    position: absolute; 
    top: 0; left: 0; width: 100%; height: 100%; 
    background: rgba(0,0,0,0.3); 
    display: flex; align-items: center; justify-content: center; 
    color: #fff; font-size: 10px; 
    z-index: 1; 
}

/* --- 2. FLOATING DOWNLOAD BUTTONS (Atas-Kanan) --- */
.a4u-btn-download { 
    position: absolute; 
    top: 15px !important; 
    right: 15px !important; 
    bottom: auto !important; 
    background: rgba(255, 255, 255, 0.9) !important; 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 10, 100, 0.1); 
    padding: 10px 18px; 
    border-radius: 14px; 
    font-size: 11px; 
    font-weight: 700; 
    color: #1d1d1f !important; 
    cursor: pointer; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    z-index: 20; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

/* Warna Biru Emas Spesifik untuk Gambar Rasmi */
.a4u-btn-download.gold { 
    color: #000a64 !important; 
}

.a4u-btn-download:hover { 
    background: #000a64 !important; 
    color: #ffffff !important; 
    transform: translateY(2px); 
}

/* --- 3. SIJIL ACTION CARD --- */
.sijil-action-card { 
    display: flex; 
    align-items: center; 
    background: #f8faff; 
    border: 1px solid #e1e8f5; 
    padding: 20px; 
    border-radius: 18px; 
    margin-top: 25px; 
    gap: 20px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.02); 
}

.sijil-icon-wrap { 
    background: #ffffff; 
    color: #FFBF00; 
    width: 52px; 
    height: 52px; 
    border-radius: 14px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border: 1px solid #eee; 
    flex-shrink: 0; 
}

.sijil-icon-wrap .material-symbols-outlined { 
    font-size: 32px; 
    font-variation-settings: 'FILL' 1; 
}

.sijil-text { flex: 1; }
.sijil-text h4 { margin: 0; font-size: 16px; color: #1d1d1f; font-weight: 700; }
.sijil-text p { margin: 4px 0 0; font-size: 13px; color: #86868b; line-height: 1.4; }

.a4u-btn-sijil { 
    background: #000a64; 
    color: #ffffff !important; 
    padding: 12px 20px; 
    border-radius: 12px; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 600; 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    transition: all 0.3s ease; 
    white-space: nowrap; 
    border: 2px solid #000a64; 
}

.a4u-btn-sijil:hover { 
    background: #000850 !important; 
    transform: translateY(-2px); 
    box-shadow: 0 4px 12px rgba(0, 10, 100, 0.2);
}

/* --- 4. GOOGLE REVIEW BUTTON --- */
.review-card .btn-review { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    background: #ffffff !important; 
    color: #1d1d1f !important; 
    border: 1px solid #e5e5e7; 
    padding: 12px 20px; 
    border-radius: 12px; 
    text-decoration: none !important; 
    font-size: 14px; 
    font-weight: 600; 
    margin-top: 15px; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
    box-shadow: 0 2px 8px rgba(0,0,0,0.04); 
}

.review-card .btn-review:hover { 
    background: #f5f5f7 !important; 
    border-color: #d2d2d7; 
    transform: translateY(-2px); 
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
}

.review-card .btn-review i { 
    font-size: 12px; 
    color: #000a64; 
}

/* --- 5. RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 600px) {
    .sijil-action-card { 
        flex-direction: column; 
        text-align: center; 
        padding: 25px 20px;
    }
    
    .a4u-main-viewer { 
        aspect-ratio: 1/1; 
    }
    
    .a4u-btn-download { 
        top: 10px !important;
        right: 10px !important;
        padding: 8px 14px; 
        font-size: 10px; 
    }

    .thumb-item {
        width: 75px;
        height: 55px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6feb46d *//* --- GOOGLE REVIEW CARD (SIDEBAR) --- */
.review-card {
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    border: 1px solid #e2e8f0;
}

.review-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 20px;
}

.btn-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #000a64; /* Biru Arovis */
    color: white !important;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    border: 3px solid #000a64;
    transition: 0.3s;
}

.btn-review:hover {
    background: white !important;
    color: #000a64 !important;
    border-color: #000a64 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 10, 100, 0.1);
}

.btn-review i {
    font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-24bf547 */:root {
    --arovis-blue: #000a64;
    --text-main: #222222;
    --text-light: #717171;
    --border-grey: #DDDDDD;
    --bg-soft: #F7F7F7;
    --bg-slate: #f1f5f9; /* Color Slate untuk Review Card */
    --success: #10b981;
}

/* --- MAIN DASHBOARD AREA --- */
.a4u-clean-dashboard {
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    text-align: left;
}

.a4u-customer-info {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-grey);
}

.order-id { font-size: 11px; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; }
.a4u-customer-info h2 { font-size: 24px !important; font-weight: 600 !important; margin: 5px 0 !important; color: var(--text-main) !important; line-height: 1.2 !important; }
.customer-meta { font-size: 13px; color: var(--text-light); margin: 0 0 10px 0; }

/* Context Description (New) */
.a4u-context-desc {
    font-size: 14px;
    color: var(--text-main);
    line-height: 1.5;
    margin: 10px 0 0 0;
}

/* CONTENT CARD */
.a4u-content-card {
    background: #fff;
    border: 1px solid var(--border-grey);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}

.badge-row { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
.p-jenis { font-size: 10px; font-weight: 700; color: var(--arovis-blue); background: #f0f4ff; padding: 4px 8px; border-radius: 4px; text-transform: uppercase; }

/* Status with Checkmark (New) */
.p-status { font-size: 11px; font-weight: 700; color: #f59e0b; text-transform: uppercase; display: flex; align-items: center; gap: 5px; }
.p-status.done { color: var(--success); }
.p-status i { font-size: 13px; }

.p-name { font-size: 22px !important; font-weight: 600 !important; margin: 0 0 20px 0 !important; color: var(--text-main) !important; }

/* ITEM ROWS & CATATAN */
.p-items-list { border-top: 1px solid #f1f1f1; margin-bottom: 25px; }
.p-item-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #f1f1f1; align-items: flex-start; }
.p-item-row .label { font-size: 13px; color: var(--text-light); flex-shrink: 0; width: 40%; }
.p-item-row .value { font-size: 13px; font-weight: 600; color: var(--text-main); text-align: right; }

/* Catatan Styling (New) */
.catatan-row { flex-direction: column; }
.catatan-row .label { width: 100%; margin-bottom: 8px; }
.catatan-row .value { text-align: left; width: 100%; font-weight: 400; color: var(--text-light); line-height: 1.6; }
.no-catatan { font-style: italic; color: #ccc; }

/* MEDIA SECTION & DOWNLOAD BUTTONS */
.p-media-section { display: flex; flex-direction: column; gap: 20px; }
.media-box { position: relative; width: 100%; }
.media-box video, .media-box img { width: 100%; border-radius: 8px; border: 1px solid var(--border-grey); background: #000; display: block; }
.img-zoom { cursor: zoom-in; }

.a4u-btn-download {
    background: #fff;
    border: 1px solid var(--border-grey);
    color: var(--text-main);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
}
.a4u-btn-download:hover { background: var(--bg-soft); border-color: var(--text-light); }

.a4u-btn-outline {
    display: block;
    text-align: center;
    border: 1px solid var(--arovis-blue);
    color: var(--arovis-blue) !important;
    text-decoration: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    transition: 0.2s;
}
.a4u-btn-outline:hover { background: var(--arovis-blue); color: #fff !important; }

/* Placeholder if no media */
.no-media-placeholder {
    padding: 30px;
    text-align: center;
    background: var(--bg-soft);
    border: 1px dashed var(--border-grey);
    border-radius: 8px;
    font-size: 13px;
    color: var(--text-light);
}

/* --- SIDEBAR AREA --- */
.a4u-sidebar-wrap { text-align: left; }
.a4u-side-card {
    background: #fff;
    border: 1px solid var(--border-grey);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
.a4u-side-card h4 { font-size: 14px !important; font-weight: 600 !important; margin: 0 0 20px 0 !important; color: var(--text-main) !important; border-bottom: none !important; }

/* REVIEW CARD (New - Slate Style) */
.a4u-side-card.review-card {
    background: var(--bg-slate);
    border: 1px solid #e2e8f0;
}
.review-card p { font-size: 13px; color: var(--text-light); line-height: 1.5; margin-bottom: 15px; }
.btn-review {
    display: flex; /* Ganti dari inline-flex */
    align-items: center;
    justify-content: center; /* Center teks/icon */
    gap: 8px;
    background: var(--arovis-blue);
    color: #fff !important;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid var(--arovis-blue); /* Sediakan border siap-siap */
    margin: 10px auto 0; /* Centerkan butang itu sendiri */
    width: 100%; /* Buat dia penuh card atau buang kalau nak auto width */
}

.btn-review:hover {
    background: #ffffff !important; /* Bg jadi putih */
    color: var(--arovis-blue) !important; /* Teks jadi biru */
    border-color: var(--arovis-blue); /* Border kekal biru */
    transform: none !important; /* Matikan kesan melompat naik */
}

/* NAVIGATION LIST */
.penama-nav { margin-top: 10px; }
.nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 13px;
    transition: 0.2s;
    border: 1px solid transparent;
}
.nav-item:hover { background: var(--bg-soft); }
.nav-item.active { background: #f0f4ff; border: 1px solid var(--arovis-blue); color: var(--arovis-blue); font-weight: 700; }
.text-success { color: var(--success); }
.text-light { color: var(--border-grey); }

/* --- TIMELINE AIRBNB STYLE --- */
.airbnb-steps .step-row { display: flex; gap: 15px; }
.airbnb-steps .icon-wrap { display: flex; flex-direction: column; align-items: center; width: 24px; }
.airbnb-steps .material-symbols-outlined { font-size: 22px; color: var(--border-grey); }
.airbnb-steps .step-row.active .material-symbols-outlined { color: var(--arovis-blue); }
.airbnb-steps .line { width: 1px; background: var(--border-grey); flex-grow: 1; margin: 4px 0; }
.airbnb-steps .step-row.active .line { background: var(--arovis-blue); }
.airbnb-steps .text-wrap { padding-bottom: 20px; }
.airbnb-steps h5 { font-size: 13px !important; font-weight: 600 !important; margin: 0 !important; color: var(--text-main) !important; }
.airbnb-steps p { font-size: 11px; color: var(--text-light); margin: 3px 0 0 0; }

/* PAGINATION */
.a4u-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding: 10px;
}
.btn-pag {
    background: #fff;
    border: 1px solid var(--border-grey);
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}
.btn-pag:hover:not(:disabled) { border-color: var(--text-light); background: var(--bg-soft); }
.btn-pag:disabled { opacity: 0.4; cursor: not-allowed; }
.pag-info { font-size: 12px; font-weight: 700; color: var(--text-light); }

/* LIGHTBOX */
.a4u-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.lightbox-content img { max-width: 100%; max-height: 90vh; border-radius: 8px; box-shadow: 0 0 30px rgba(0,0,0,0.5); }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .p-item-row .label { width: 50%; }
    .a4u-customer-info h2 { font-size: 20px !important; }
    .a4u-content-card { padding: 15px; }
}/* End custom CSS */