/* Start custom CSS for html, class: .elementor-element-2b67d7c *//* --- MAINTENANCE MASTER STYLE --- */
.pasti-maintenance-wrapper {
    position: fixed; /* Paksa cover satu skrin terus */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff url('https://www.transparenttextures.com/patterns/islamic-art.png');
    z-index: 999999; /* Biar dia duduk paling atas */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.maintenance-inner {
    max-width: 800px; /* Kita buat dia compact and majestic dkt tengah */
    margin: 0 auto;
}

/* Logo */
.maint-logo img {
    max-width: 250px;
    height: auto;
    margin-bottom: 40px;
}

/* Visual Budak */
.maint-visual img {
    max-width: 350px; /* Kecikkan sikit bagi nampak ala-ala icon maintenance */
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
    margin-bottom: 30px;
    animation: floatMaint 4s ease-in-out infinite;
}



/* Content */
.maint-badge {
    color: #c5a059;
    font-weight: 800 !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.maint-title {
    font-size: clamp(32px, 5vw, 48px) !important;
    font-weight: 900 !important;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gold { color: #c5a059; }

.maint-desc {
    font-size: 18px !important;
    line-height: 1.6;
    color: #555;
    margin-bottom: 40px;
}

.maint-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    font-size: 15px;
    color: #888;
}

/* Animations */
.anim-up { opacity: 0; transform: translateY(20px); animation: maintUp 0.8s forwards; }
.anim-in { opacity: 0; transform: scale(0.9); animation: maintScale 0.8s forwards; }
.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }

@keyframes maintUp { to { opacity: 1; transform: translateY(0); } }
@keyframes maintScale { to { opacity: 1; transform: scale(1); } }

/* Mobile */
@media (max-width: 767px) {
    .maint-title { font-size: 28px !important; }
    .maint-logo img { max-width: 180px; }
    .maint-visual img { max-width: 250px; }
}


/* Style untuk Link Maintenance */
.maint-link {
    color: #c5a059 !important; /* Warna Gold Majestic */
    text-decoration: none !important;
    font-weight: 800 !important;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.maint-link:hover {
    color: #039803 !important; /* Tukar Hijau PASTI bila hover */
    border-bottom: 2px solid #039803;
}/* End custom CSS */