.elementor-kit-3887{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3887 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* developed by zhayyn™ */
/* ==========================
   📌 MASTER CONTROL CSS - PENGADILAN AGAMA SEMARANG
   Developed by Zhayyn™
   ==========================*/

/* ==========================
   📌 MENU NAVIGASI KEPANITERAAN NEON
   ========================== */
.kepaniteraan-wrapper {
    font-family: 'Inter', sans-serif;
    padding: 60px 20px;
    background: linear-gradient(135deg, #124e38 0%, #082618 100%); /* Gradien Hijau Gelap */
    border-radius: 20px;
    min-height: 600px;
}

.kepaniteraan-header {
    text-align: center;
    margin-bottom: 50px;
}

.kepaniteraan-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #39ff14; /* Hijau Stabilo Menyala */
    text-shadow: 0 0 12px rgba(57, 255, 20, 0.4);
    transition: color 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease;
}

.kepaniteraan-header h2:hover {
    opacity: 0.6;
    text-shadow: none;
}

.kepaniteraan-header .divider {
    width: 80px;
    height: 4px;
    background: #39ff14; 
    margin: 0 auto;
    border-radius: 2px;
}

.kepaniteraan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: scale(1.05) translateX(10px);
    border-left: 6px solid #d4ed1e; /* Aksen Kuning Lime */
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.nav-icon {
    font-size: 24px;
    background: #d4ed1e;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #124e38;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(212, 237, 30, 0.2);
}

.nav-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.nav-item:hover .nav-text {
    color: #d4ed1e; 
}

@media (max-width: 768px) {
    .kepaniteraan-header h2 { font-size: 24px; }
    .kepaniteraan-grid { grid-template-columns: 1fr; }
}

/* ==========================
   📌 KARTU PUTIH ELEGAN (UMUM)
   ========================== */
.elegan-title {
    position: relative;
    color: #2c3e50;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    display: block;
}

.elegan-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #006633, #39ff14);
    border-radius: 2px;
    transition: width 0.4s ease;
}

.elegan-card:hover .elegan-title::after {
    width: 150px; 
}

.elegan-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    padding: 35px;
    margin-bottom: 30px;
    border-top: 4px solid #006633;
    transition: all 0.3s ease-in-out;
}

/* developed by zhayyn™ */

.elegan-card:hover {
    transform: translateY(-6px);
    border-top-color: #39ff14; 
    box-shadow: 0 15px 30px rgba(57, 255, 20, 0.15), 0 5px 12px rgba(0, 102, 51, 0.1);
}

.elegan-text {
    color: #4a4a4a;
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
}

/* ==========================
   📌 GRID HUB PROFIL
   ========================== */
.profil-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.profil-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border-top: 4px solid #006633;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.profil-item:hover {
    transform: translateY(-8px);
    border-top-color: #39ff14;
    box-shadow: 0 15px 30px rgba(57, 255, 20, 0.15);
}

.profil-icon { font-size: 40px; margin-bottom: 15px; display: block; }
.profil-label { color: #2c3e50; font-weight: 700; font-size: 1rem; }

/* ==========================
   📌 NAVIGASI BREADCRUMBS & SIDEBAR
   ========================== */
.rank-math-breadcrumb { 
    font-size: 0.8rem; 
    color: #7f8c8d; 
    margin-bottom: 12px; 
}
.rank-math-breadcrumb a { color: #7f8c8d; text-decoration: none; }
.rank-math-breadcrumb .last { color: #006633; font-weight: bold; }

.sidebar-btn {
    display: flex; 
    align-items: center; 
    background: #ffffff; 
    border-left: 4px solid #006633;
    padding: 14px 18px; 
    margin-bottom: 12px; 
    border-radius: 6px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    text-decoration: none !important; 
    color: #333333; 
    font-weight: 600; 
    transition: all 0.3s ease;
}

.sidebar-btn:hover { 
    transform: translateX(6px); 
    border-left-color: #39ff14; 
    color: #006633; 
}

/* ==========================
   📌 SISTEM ANIMASI SCROLL
   ========================== */
.elegan-hide {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.elegan-show { opacity: 1; transform: translateY(0); }
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }

/* ==========================
   📌 FRAME STRUKTUR & LIGHTBOX
   ========================== */
.frame-struktur {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    overflow: hidden;
    cursor: zoom-in;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-top: 20px;
}

.frame-struktur:hover {
    border-color: #39ff14;
    transform: scale(1.01);
    box-shadow: 0 15px 35px rgba(57, 255, 20, 0.15);
}

.img-fluid-organisasi { width: 100%; height: auto; border-radius: 4px; display: block; }

.lightbox-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9); 
    -webkit-backdrop-filter: blur(5px); 
    backdrop-filter: blur(5px); 
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.lightbox-overlay img {
    max-width: 95%;
    max-height: 95%;
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(57, 255, 20, 0.3);
    transform: scale(0.8);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay.active img { transform: scale(1); }


/* ===========================
   🚀 CSS TAMBAHAN: MASTER KONTEN KEPANITERAAN
   Gunakan class ini untuk semua menu Kepaniteraan agar seragam
   ================== */

/* Card Utama Konten Kepaniteraan */
.kep-content-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(30, 86, 49, 0.06);
    border-left: 6px solid #1e5631;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.kep-content-card:hover {
    box-shadow: 0 10px 30px rgba(154, 205, 50, 0.25);
    border-left-color: #9acd32; /* Glow Hijau Mungkid */
    transform: translateY(-3px);
}

/* Sub-Judul Elegan Kepaniteraan */
.kep-sub-title {
    color: #1e5631;
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Grid Fitur Layanan (Gaya Pilar) */
.kep-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.kep-feature-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.kep-feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1e5631;
    transition: 0.3s;
}

.kep-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(154, 205, 50, 0.2);
    border-color: #9acd32;
}

.kep-feature-box:hover::before {
    background: #9acd32;
}

.kep-feature-icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
    display: inline-block;
}

/* Tombol Aksi Kepaniteraan */
.kep-btn-action {
    display: inline-block;
    background: linear-gradient(135deg, #1e5631, #2d824a);
    color: #ffffff;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 86, 49, 0.2);
    border: 2px solid transparent;
}

.kep-btn-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(154, 205, 50, 0.3);
    border-color: #9acd32;
    color: #ffffff;
}
/* developed by zhayyn™ *//* End custom CSS */