.elementor-3413 .elementor-element.elementor-element-47eba78{--display:flex;}.elementor-3413 .elementor-element.elementor-element-838551a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;top:-82.937px;}body:not(.rtl) .elementor-3413 .elementor-element.elementor-element-838551a{left:-1.988px;}body.rtl .elementor-3413 .elementor-element.elementor-element-838551a{right:-1.988px;}/* Start custom CSS for html, class: .elementor-element-838551a */@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:400px;
    max-width:400px;

    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;
    }

}





/*==============================

REKAP CPL

==============================*/

/* ==========================================
   CSS MODERN 3D - SECTION & TITLES
   ========================================== */
.cpl-section {
    padding: 100px 0;
    /* Background mesh gradient yang lebih modern & premium */
    background: radial-gradient(at top left, #f0fdf4 0%, #ffffff 50%, #f6fbf8 100%);
    /* Menyiapkan ruang 3D untuk elemen di dalamnya */
    perspective: 1000px; 
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    /* Memberikan sedikit efek 3D pop-out pada judul */
    transform: translateZ(20px); 
}

.subtitle {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(220, 252, 231, 0.7);
    color: #15803d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(21, 128, 61, 0.1);
    border: 1px solid rgba(21, 128, 61, 0.15);
}

.section-title h2 {
    font-size: 52px;
    font-weight: 900;
    color: #12372A;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.section-title h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 6px;
    margin: 20px auto;
    background: linear-gradient(90deg, #22c55e, #facc15);
    border-radius: 50px;
    box-shadow: 0 3px 10px rgba(34, 197, 94, 0.3);
}

.section-title p {
    color: #64748b;
    font-size: 19px;
    max-width: 600px;
    margin: 0 auto;
}

/* ==========================================
   3D CARD CONTAINER (Bintang Utamanya)
   ========================================== */
.table-card {
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    /* Transformasi 3D: Agak miring ke atas sedikit untuk efek kedalaman */
    transform: rotateX(2deg) rotateY(-0.5deg);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    
    /* 3D Layered Shadows (Bayangan berlapis agar efek melayangnya realistis) */
    box-shadow: 
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 20px 40px -10px rgba(18, 55, 42, 0.08),
        0 40px 80px -15px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(229, 231, 235, 0.7);
}

/* Hover pada seluruh card untuk mempertegas efek 3D */
.table-card:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-8px);
    box-shadow: 
        0 10px 15px -3px rgba(0, 0, 0, 0.05),
        0 30px 60px -10px rgba(18, 55, 42, 0.12),
        0 60px 100px -20px rgba(0, 0, 0, 0.1);
}

/* ==========================================
   MODERN 3D RESPONSIVE TABLE
   ========================================== */
.table-responsive {
    overflow-x: auto;
    border-radius: 32px;
}

.cpl-table {
    width: 100%;
    min-width: 1800px; /* Sesuai update terakhirmu */
    border-collapse: separate; /* Menggunakan separate agar border-radius & spacing bekerja lebih baik */
    border-spacing: 0;
}

/* THEAD / HEADER TABEL */
.cpl-table thead {
    background: linear-gradient(135deg, #12372A, #15803d);
}

.cpl-table thead th {
    padding: 24px 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    white-space:nowrap;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 3px solid #22c55e;
}

/* Kolom khusus (Lebar kolom tetap) */
.cpl-table th:first-child,
.cpl-table td:first-child {
    width: 80px;
}

.cpl-table th:nth-child(2),
.cpl-table td:nth-child(2) {
    width: 400px;
    text-align: left;
}

.cpl-table th:nth-child(n+3),
.cpl-table td:nth-child(n+3) {
    min-width: 100px;
}

/* TBODY / CELL STYLE */
.cpl-table tbody td {
    padding: 18px 16px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    /* Transisi smooth untuk efek hover */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); 
}

.cpl-table tbody td:nth-child(2) {
    text-align: left;
    font-weight: 700;
    color: #12372A;
}

.cpl-table td:not(:nth-child(2)) {
    font-weight: 600;
}

/* Warna belang-belang (Zebra) */
.cpl-table tbody tr:nth-child(even) {
    background: #fcfdfe;
}

.cpl-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

/* 3D HOVER EFFECT PADA BARIS (ROW) */
.cpl-table tbody tr {
    transition: transform 0.3s ease;
}

.cpl-table tbody tr:hover {
    background: rgba(220, 252, 231, 0.5) !important;
}

/* Saat baris di-hover, text di dalamnya memberikan efek pop-out */
.cpl-table tbody tr:hover td {
    color: #15803d;
    transform: scale(1.02) translateZ(10px);
    font-weight: 700;
}

/* Menonjolkan text pada kolom kedua saat di-hover */
.cpl-table tbody tr:hover td:nth-child(2) {
    color: #12372A;
}

/* ==========================================
   CUSTOM MODERN SCROLLBAR
   ========================================== */
/* Kita targetkan .table-responsive tempat scrollbar muncul */
.table-responsive::-webkit-scrollbar {
    height: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 20px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #15803d, #22c55e);
    border-radius: 20px;
    border: 2px solid #f1f5f9; /* Efek padding di dalam scrollbar */
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #12372A, #15803d);
}

/* ==========================================
   RESPONSIVE DESIGN (MOBILE OPTIMIZATION)
   ========================================== */
@media (max-width: 992px) {
    .section-title h2 {
        font-size: 40px;
    }
    .cpl-section {
        padding: 70px 0;
    }
}

@media (max-width: 768px) {
    .cpl-section {
        perspective: none; /* Matikan perspektif di mobile agar tidak pusing */
    }
    
    .table-card {
        transform: none !important; /* Matikan rotasi miring di mobile demi keterbacaan */
        border-radius: 20px;
    }
    
    .table-responsive {
        border-radius: 20px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .section-title p {
        font-size: 16px;
    }

    .cpl-table thead th {
        padding: 16px 12px;
        font-size: 14px;
    }

    .cpl-table tbody td {
        padding: 14px 12px;
        font-size: 14px;
    }
}







/* ==================================
   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 */