.elementor-4388 .elementor-element.elementor-element-61da38f{--display:flex;}.elementor-4388 .elementor-element.elementor-element-d5c5be1{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;top:-80px;}body:not(.rtl) .elementor-4388 .elementor-element.elementor-element-d5c5be1{left:0px;}body.rtl .elementor-4388 .elementor-element.elementor-element-d5c5be1{right:0px;}/* Start custom CSS for html, class: .elementor-element-d5c5be1 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ==========================
   RESET
========================== */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
    max-width:100%;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#f8fafc;
     overflow-x:hidden !important;
    width:100%;
    max-width:100%;
}

/* ==========================
   CONTAINER
========================== */
.container{
    width:95%;
    max-width:1400px;
    margin:auto;
}

/* ==========================
   HEADER
========================== */
.main-header{
    position:sticky;
    top:0;
    z-index:99999;
    width:100%;
}

/* ==========================
   TOPBAR
========================== */
.topbar{

    background:linear-gradient(
        135deg,
        #052e16 0%,
        #064e3b 25%,
        #065f46 45%,
        #0f766e 70%,
        #0ea5e9 100%
    );

    padding:12px 0;

    position:relative;
    overflow:hidden;

    box-shadow:
    0 5px 10px rgba(255,255,255,.08) inset,
    0 -5px 10px rgba(0,0,0,.15) inset,
    0 15px 35px rgba(0,0,0,.25),
    0 30px 60px rgba(0,0,0,.15);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    padding: 12px 0;

    /* ✨ efek modern */
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    position: relative;
    overflow: hidden;
}

.topbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* ==========================
   SOCIAL ICON
========================== */
.social-links{
    display:flex;
    gap:12px;
}

.social-links a{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    transition:.4s;
}

.social-links a:hover{

    /* ✏️ DIUBAH (green glow) */
    background:linear-gradient(135deg,#10b981,#34d399);
    box-shadow:0 15px 35px rgba(16,185,129,.35);

    transform:translateY(-5px);
}

.social-links i{
    font-size:18px;
}

/* ==========================
   BUTTON DAFTAR
========================== */
.btn-daftar{
    text-decoration:none;
    color:#fff;
    font-weight:700;
    padding:14px 32px;
    border-radius:50px;

    background:
    linear-gradient(
        180deg,
        #34d399,
        #10b981,
        #047857
    );

    box-shadow:
    0 4px 0 #065f46,
    0 12px 25px rgba(16,185,129,.35);

    transition:.4s;
}

.btn-daftar:hover{
     transform:translateY(-4px);

    box-shadow:
    0 8px 0 #065f46,
    0 20px 40px rgba(16,185,129,.40);
}

/* ==========================
   NAVBAR
========================== */
.navbar{
    background:rgba(255,255,255,.95);

    backdrop-filter:blur(25px);
    -webkit-backdrop-filter:blur(25px);

    border-bottom:1px solid rgba(255,255,255,.4);

    box-shadow:
    0 3px 0 rgba(255,255,255,.9) inset,
    0 -2px 0 rgba(0,0,0,.05) inset,
    0 20px 50px rgba(0,0,0,.08),
    0 40px 80px rgba(0,0,0,.05);

    position:relative;
    z-index:9999;
}

.navbar::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.9),
        transparent
    );
}

.navbar-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:95px;
}

/* ==========================
   LOGO
========================== */
.logo h1{
     font-size:40px;
    font-weight:800;
    line-height:1.1;
    color:#0f172a;

    text-shadow:
    0 1px 0 #ffffff,
    0 2px 0 #e2e8f0,
    0 3px 0 #cbd5e1,
    0 8px 20px rgba(0,0,0,.15);
}

.logo span{

    /* ✏️ DIUBAH (green accent) */
    color:#10b981;

    display:block;
    margin-top:5px;
    font-size:14px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
}

/* ==========================
   MENU
========================== */
.nav-menu{
    list-style:none;
    display:flex;
    align-items:center;
    gap:6px;
}

.nav-menu li{
    position:relative;
}

.nav-menu > li > a{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;

    color:#0f172a;
    font-weight:600;

    padding:15px 18px;
    border-radius:15px;

    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.95),
        rgba(243,244,246,.95)
    );

    box-shadow:
    0 2px 0 rgba(255,255,255,.9) inset,
    0 -2px 0 rgba(0,0,0,.04) inset,
    0 8px 18px rgba(0,0,0,.06);

    transition:.35s;
    transition:.3s;
}

/* ✏️ DIUBAH (green hover premium) */
.nav-menu > li > a:hover{
     background:
    linear-gradient(
        135deg,
        #ecfdf5,
        #d1fae5
    );

    color:#059669;

    transform:
    translateY(-4px)
    scale(1.02);

    box-shadow:
    0 15px 30px rgba(16,185,129,.25),
    0 5px 15px rgba(0,0,0,.10);
}

/* ==========================
   DROPDOWN
========================== */
.dropdown{
    position:relative;
}

.dropdown-menu{
    position:absolute;
    top:calc(100% + 10px);
    left:0;

    min-width:280px;

    background:rgba(255,255,255,.98);

    border-radius:20px;

    backdrop-filter:blur(20px);

    box-shadow:
    0 5px 0 rgba(255,255,255,.7) inset,
    0 25px 60px rgba(0,0,0,.12);

    opacity:0;
    visibility:hidden;
    transform:translateY(15px);

    transition:.3s ease;
    z-index:99999;
    padding:10px 0;
}

.dropdown:hover > .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.dropdown-menu li{
    list-style:none;
}

.dropdown-menu li a{
    display:block;
    padding:14px 20px;
    text-decoration:none;
    color:#0f172a;
    transition:.3s;
    white-space:nowrap;
}

/* ✏️ DIUBAH (dropdown hover green) */
.dropdown-menu li a:hover{
    background:#ecfdf5;
    color:#059669;
    padding-left:28px;
}

/* ==========================
   SUB MENU
========================== */
.dropdown-sub{
    position:relative;
}

.dropdown-submenu{
    position:absolute;
    top:0;
    right:100%;
    left:auto;

   min-width:420px;
    max-width:420px;

    background:#fff;
    border-radius:18px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.15);

    opacity:0;
    visibility:hidden;

    transform:translateX(-15px);
    transition:.3s ease;

    z-index:999999;
}

.dropdown-sub:hover > .dropdown-submenu{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}



/* ==========================
   RESPONSIVE
========================== */

/* ==========================
   RESPONSIVE MOBILE
========================== */
.menu-toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
    color:#0f172a;
}


/* TABLET & HP */
@media (max-width:992px){

    *{
        max-width:100%;
    }

    .container{
        width:100%;
        padding:0 15px;
    }

    /* TOPBAR */
    .topbar .container{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

    .topbar{
        padding:10px 0;
    }

    /* NAVBAR */
    .navbar{
        transition:.4s;
        padding:12px 0;
        position:relative;
    }
    

    .navbar-flex{
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-wrap:wrap;
        gap:10px;
    }

    /* LOGO */
    .logo{
        flex:1;
        min-width:0;
    }

    .logo h1{
        font-size:24px;
        line-height:1.3;
        word-break:break-word;
    }

    .logo span{
        display:block;
        font-size:11px;
        line-height:1.4;
    }

    /* HAMBURGER */
    .menu-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
        width:45px;
        height:45px;
        flex-shrink:0;
    }

    /* MENU MOBILE */
    .nav-menu{
       width:100%;
    display:none;
    flex-direction:column;
    margin-top:20px;

    background:
    linear-gradient(
        145deg,
        #0f172a,
        #14532d,
        #059669
    );

    border-radius:30px;

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(20px);

    box-shadow:
    0 5px 0 rgba(255,255,255,.08) inset,
    0 -5px 0 rgba(0,0,0,.20) inset,
    0 25px 50px rgba(0,0,0,.30),
    0 50px 80px rgba(0,0,0,.20);

    overflow-y:auto;
    

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #14532d 40%,
        #059669 100%
    );

    border-radius:25px;

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.15);

    box-shadow:
    0 20px 50px rgba(0,0,0,.25),
    0 10px 25px rgba(5,150,105,.25);

    overflow-y:auto;
    
    color: #fff;
    }

    .nav-menu.active{
        display:flex;
    }

    .nav-menu li{
        width:100%;
    }

    .nav-menu li a{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:15px 18px;
        border-bottom:1px solid #eee;
        font-size:15px;
        white-space:normal;
        word-break:break-word;
    }

    /* DROPDOWN */
    .dropdown-menu,
    .dropdown-submenu{
        position:static !important;
        width:100%;
        display:none;
        opacity:1 !important;
        visibility:visible !important;
        transform:none !important;
        box-shadow:none !important;
        border:none !important;
        background:#f8fafc;
        padding-left:10px;
    }

    .dropdown.active > .dropdown-menu,
    .dropdown-sub.active > .dropdown-submenu{
        display:block;
    }

    .dropdown-menu li a,
    .dropdown-submenu li a{
        padding:12px 18px;
        font-size:14px;
        line-height:1.5;
    }

    .dropdown-submenu{
        background:#eef2ff;
        padding-left:15px;
    }

    /* TOMBOL */
    .btn-daftar{
        width:100%;
        display:flex;
        justify-content:center;
        text-align:center;
    }

    img{
        max-width:100%;
        height:auto;
    }
}


/* HP KECIL */
@media (max-width:576px){

    .container{
        padding:0 12px;
    }

    .logo h1{
        font-size:18px;
        line-height:1.4;
    }

    .logo span{
        font-size:9px;
        letter-spacing:1px;
        line-height:1.4;
    }

    .menu-toggle{
        width:40px;
        height:40px;
    }

    .nav-menu li a{
        padding:13px 15px;
        font-size:14px;
    }

    .dropdown-menu li a,
    .dropdown-submenu li a{
        font-size:13px;
        padding:11px 15px;
    }
}


/* HP SANGAT KECIL */
@media (max-width:360px){

    .logo h1{
        font-size:16px;
    }

    .logo span{
        font-size:8px;
    }

    .nav-menu li a{
        font-size:13px;
        padding:12px;
    }

}


@media (max-width:992px){

    .nav-menu.active{
        display:flex;
        flex-direction:column;
        max-height:85vh;
        overflow-y:auto;
        padding-bottom:50px;
    }

    .dropdown-menu{
        max-height:300px;
        overflow-y:auto;
    }
    
    .nav-menu::after{
    content:"";
    display:block;
    height:80px;
}

}

/* ==========================
   LAPTOP KECIL
========================== */
@media (max-width:1366px){

    .container{
        width:95%;
        max-width:1200px;
        margin:auto;
    }

    .hero-content h1{
        font-size:55px;
    }

    .hero-content p{
        font-size:18px;
    }

}

@media (max-width:360px){

    body{
        overflow-y:auto;
    }

    .nav-menu{
        max-height:75vh;
        overflow-y:auto;
    }

}

/* ==========================
   LAPTOP STANDAR
========================== */
@media (min-width:1367px) and (max-width:1600px){

    .container{
        width:90%;
        max-width:1400px;
        margin:auto;
        font-size: 14px;
    }
    
    .dropdown-menu{
        max-height:200px;
        font-size: 14px;
    }
    
    .dropdown-menu li a,
    .dropdown-submenu li a{
        padding:12px 18px;
        font-size:14px;
        line-height:1;
    }
    
    
    
    
    

}

/* ==========================
   MONITOR BESAR
========================== */
@media (min-width:1601px){

    .container{
        max-width:1500px;
        margin:auto;
    }

    .hero-content h1{
        font-size:70px;
    }

    .hero-content p{
        font-size:22px;
    }

}







/* --- Pembungkus Utama (3D Radial Background) --- */
.pembayaran-spp {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem 1.5rem;
    color: #f1f5f9;
    /* Efek kedalaman ruang 3D menggunakan radial gradient */
    background: radial-gradient(circle at 50% 0%, #1e1b4b 0%, #0f172a 50%, #020617 100%);
    border-radius: 24px;
    box-shadow: 
        inset 0 0 80px rgba(0, 0, 0, 0.6),
        0 20px 50px rgba(0, 0, 0, 0.3);
}

/* --- Judul Utama (Glowing 3D Gradient Text) --- */
.main-title {
    font-size: 2.2rem;
    background: linear-gradient(135deg, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2.5rem;
    font-weight: 800;
    position: relative;
    padding-bottom: 0.75rem;
    letter-spacing: -0.025em;
    filter: drop-shadow(0 4px 12px rgba(56, 189, 248, 0.3));
}

.main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #38bdf8, #818cf8);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.6);
}

/* --- Desain Kartu (3D Glassmorphism dengan Tilt Effect) --- */
.card {
    background: rgba(30, 41, 59, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    /* Double-border halus untuk efek kaca berdimensi */
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem;
    margin-bottom: 2.5rem;
    
    /* Mempersiapkan ruang perspektif 3D */
    perspective: 1000px; 
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1),
                border-color 0.4s ease;
                
    /* Multi-layered shadow untuk kedalaman 3D nyata */
    box-shadow: 
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -8px 16px rgba(0, 0, 0, 0.3);
}

/* Efek Hover 3D Pop-Up & Glow */
.card:hover {
    transform: translateY(-10px) rotateX(3deg); /* Efek mendongak 3D */
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 
        0 30px 50px -15px rgba(99, 102, 241, 0.35),
        0 0 25px rgba(99, 102, 241, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -4px 10px rgba(99, 102, 241, 0.15);
}

.card h3 {
    font-size: 1.4rem;
    color: #f8fafc;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* --- Pembungkus Tabel Responsive (Sleek Neon Scrollbar) --- */
.table-container {
    width: 100%;
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(15, 23, 42, 0.6);
    box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Custom Scrollbar Futuristik */
.table-container::-webkit-scrollbar {
    height: 6px;
}
.table-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
}
.table-container::-webkit-scrollbar-thumb {
    background: rgba(99, 102, 241, 0.4);
    border-radius: 10px;
}
.table-container::-webkit-scrollbar-thumb:hover {
    background: rgba(99, 102, 241, 0.7);
    box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
}

/* --- Desain Tabel --- */
table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.95rem;
}

th {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
    color: #94a3b8;
    font-weight: 600;
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

td {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    transition: all 0.2s ease;
}

/* Modifikasi Baris Selang-Seling */
tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.01);
}

tbody tr:last-child td {
    border-bottom: none;
}

/* Highlight saat baris di-hover (Neon Glow Effect) */
tbody tr:hover td {
    background-color: rgba(99, 102, 241, 0.12);
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

/* --- Utility Class untuk Angka/Duit --- */
.amount {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    color: #f8fafc;
}

.text-muted {
    color: #64748b;
}

/* Angka Total Berwarna Emerald Glow */
.total {
    background: linear-gradient(135deg, #34d399, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 1.15rem;
    filter: drop-shadow(0 2px 8px rgba(52, 211, 153, 0.4));
}








/* ==================================
   FOOTER
================================== */

.footer{

    background:
    linear-gradient(
        135deg,
        #021024,
        #0f172a,
        #1e293b
    );

    color:#fff;

    position:relative;
}

/* ==========================
   TOP
========================== */

.footer-top{
    padding:90px 0 50px;
}

.footer-grid{

    display:grid;

    grid-template-columns:
    1.2fr 1fr 1fr 1.4fr;

    gap:40px;
}

/* ==========================
   TITLE
========================== */

.footer h3,
.footer h4{

    margin-bottom:25px;

    font-weight:700;
}

.footer h3{

    font-size:34px;

    color:#60a5fa;
}

/* ==========================
   ABOUT
========================== */

.footer-about p{

    color:#cbd5e1;

    line-height:1.8;

    margin-bottom:25px;
}

/* ==========================
   SOCIAL
========================== */

.footer-social{

    display:flex;
    gap:12px;
}

.footer-social a{

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    text-decoration:none;

    color:#fff;

    background:
    rgba(255,255,255,.08);

    transition:.4s;
}

.footer-social a:hover{

    transform:
    translateY(-5px);

    background:#2563eb;
}

/* ==========================
   LINKS
========================== */

.footer-links ul{
    list-style:none;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{

    color:#cbd5e1;

    text-decoration:none;

    transition:.3s;
}

.footer-links a:hover{

    color:#60a5fa;

    padding-left:8px;
}

/* ==========================
   CONTACT
========================== */

.footer-contact ul{
    list-style:none;
}

.footer-contact li{

    margin-bottom:18px;

    display:flex;

    gap:12px;

    color:#cbd5e1;
}

.footer-contact i{
    color:#60a5fa;
    min-width:20px;
}

/* ==========================
   MAP
========================== */

.footer-map iframe{

    width:100%;

    height:240px;

    border:none;

    border-radius:20px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.3);
}

/* ==========================
   COPYRIGHT
========================== */

.footer-bottom{

    border-top:
    1px solid rgba(255,255,255,.08);

    text-align:center;

    padding:25px 0;
}

.footer-bottom p{

    color:#94a3b8;
}

/* ==========================
   RESPONSIVE
========================== */


/* ==========================
   TABLET FIX
========================== */
@media (max-width:1200px){

    .footer-grid{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
    }

}

/* ==========================
   MOBILE PREMIUM FIX
========================== */
@media (max-width:768px){

    .footer-top{
        padding:70px 0 40px;
    }

    .footer-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .footer h3{
        font-size:28px;
    }

    .footer h4{
        font-size:18px;
    }

    .footer-about p{
        font-size:14px;
        line-height:1.7;
    }

    .footer-social{
        justify-content:flex-start;
        flex-wrap:wrap;
        gap:10px;
    }

    .footer-social a{
        width:42px;
        height:42px;
    }

    .footer-links a{
        font-size:14px;
    }

    .footer-contact li{
        font-size:14px;
        line-height:1.6;
    }

    .footer-map iframe{
        height:200px;
        border-radius:15px;
    }

    .footer-bottom{
        padding:20px 10px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */
@media (max-width:480px){

    .footer h3{
        font-size:24px;
    }

    .footer h4{
        font-size:16px;
    }

    .footer-social a{
        width:38px;
        height:38px;
    }

    .footer-map iframe{
        height:180px;
    }

}/* End custom CSS */