.elementor-3073 .elementor-element.elementor-element-89b7fa6{--display:flex;}.elementor-3073 .elementor-element.elementor-element-cb6eaf4{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;top:-74.99px;}body:not(.rtl) .elementor-3073 .elementor-element.elementor-element-cb6eaf4{left:0px;}body.rtl .elementor-3073 .elementor-element.elementor-element-cb6eaf4{right:0px;}/* Start custom CSS for html, class: .elementor-element-cb6eaf4 *//* ==========================
   GOOGLE FONT
========================== */
@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;
    }

}





/* ==========================================
   CSS MODERN 3D - KURIKULUM SECTION
   ========================================== */
.kurikulum {
    width: min(1200px, 92%);
    margin: auto;
    padding: 100px 0;
    /* Mengaktifkan ruang kamera 3D */
    perspective: 1500px; 
}

/* ==========================================
   TITLE AREA
   ========================================== */
.title-area {
    text-align: center;
    margin-bottom: 60px;
    transform: translateZ(30px);
}

.title-area .subtitle {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(234, 251, 241, 0.8);
    color: #18a957;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border: 1px solid rgba(24, 169, 87, 0.15);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 15px rgba(24, 169, 87, 0.05);
}

.title-area h1 {
    margin-top: 20px;
    font-size: 54px;
    font-weight: 900;
    color: #123524;
    letter-spacing: -1px;
    line-height: 1.1;
}

.title-area p {
    margin-top: 18px;
    color: #6b7280;
    font-size: 24px;
    font-weight: 500;
}

.title-area h2 {
    margin-top: 12px;
    color: #18a957;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* ==========================================
   THE FLOATING 3D SEMESTER BADGE
   ========================================== */
.semester-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 18px 40px;
    border-radius: 60px;
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, #00c853, #26d07c, #0ca678);
    margin-bottom: 40px;
    position: relative;
    
    /* Efek Pop-out 3D Masif */
    transform: translateZ(50px) rotateX(4deg);
    transform-style: preserve-3d;
    
    /* Bayangan ganda super tebal agar melayangnya kerasa nyata */
    box-shadow: 
        0 15px 30px rgba(0, 180, 80, 0.25),
        0 30px 60px rgba(0, 180, 80, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.4);
        
    /* Animasi mengambang halus */
    animation: floatBadge 4s ease-in-out infinite;
}

/* Refleksi Border Glossmorphism Premium */
.semester-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 60px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@keyframes floatBadge {
    0%, 100% { transform: translateZ(50px) rotateX(4deg) translateY(0); }
    50% { transform: translateZ(65px) rotateX(2deg) translateY(-6px); }
}

/* ==========================================
   3D TABLE CARD CONTAINER
   ========================================== */
.table-card {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: #ffffff;
    
    /* Efek kemiringan 3D halus */
    transform: rotateX(2deg);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s ease;
    
    box-shadow: 
        0 15px 35px rgba(10, 70, 30, 0.05),
        0 40px 90px rgba(10, 70, 30, 0.12);
    border: 1px solid rgba(22, 163, 74, 0.08);
}

.table-card:hover {
    transform: rotateX(0deg) translateY(-6px) translateZ(10px);
    box-shadow: 
        0 30px 60px rgba(10, 70, 30, 0.12),
        0 60px 120px rgba(10, 70, 30, 0.18);
}

/* ==========================================
   PREMIUM TABLE STYLING
   ========================================== */
table {
    width: 100%;
    border-collapse: separate; /* separate wajib untuk transform 3D row */
    border-spacing: 0;
}

thead {
    background: linear-gradient(135deg, #123524, #16a34a, #22c55e);
}

thead th {
    color: #ffffff;
    padding: 26px 30px;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.5px;
    border-bottom: 4px solid #22c55e;
}

tbody tr {
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

tbody tr:nth-child(even) {
    background: #f8fdfa;
}

tbody tr:nth-child(odd) {
    background: #ffffff;
}

/* Efek Hover 3D Baris Kurikulum */
tbody tr:hover {
    background: #dcfce7 !important;
}

tbody tr:hover td {
    transform: scale(1.01) translateZ(20px);
    color: #123524;
}

tbody td {
    padding: 24px 30px;
    font-size: 19px;
    color: #475569;
    border-bottom: 1px solid #edf4f0;
    transition: all 0.35s ease;
}

/* Penyesuaian Warna Teks Kolom Pertama & Terakhir */
tbody td:first-child {
    font-weight: 700;
    color: #166534;
}

tbody td:last-child {
    text-align: center;
    font-weight: 800;
    color: #16a34a;
}

/* Modifikasi baris hover khusus kolom terakhir agar melompat lebih tinggi */
tbody tr:hover td:last-child {
    transform: scale(1.08) translateZ(30px);
    color: #15803d;
}

/* ==========================================
   TOTAL SKS BARIS (FOOTER TABEL MODERN)
   ========================================== */
.total-sks {
    background: linear-gradient(135deg, #123524, #16a34a);
}

.total-sks td {
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 700;
    border: none;
    padding: 26px 30px;
}

.total-sks td:first-child {
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.total-sks td:last-child {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    color: #ffffff !important;
}

/* Matikan efek scale berlebih pada total SKS saat di-hover */
.total-sks:hover td {
    transform: none !important;
    background: transparent;
}

/* ==========================================
   LUXURY 3D DIVIDER
   ========================================== */
.lux-divider {
    position: relative;
    width: 100%;
    height: 90px;
    margin: 90px 0;
    transform-style: preserve-3d;
}

.lux-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #22c55e, #10b981, #22c55e, transparent);
}

/* Ikon Berlian dibuat Melayang dan berputar lambat secara 3D */
.lux-divider span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #34d399, #16a34a);
    border: 5px solid #ffffff;
    border-radius: 8px;
    
    /* Menggabungkan translasi tengah, rotasi dasar 45deg, efek melayang 3D */
    transform: translate(-50%, -50%) rotate(45deg) translateZ(30px);
    box-shadow: 
        0 0 0 8px rgba(34, 197, 94, 0.15),
        0 12px 35px rgba(22, 163, 74, 0.35);
        
    animation: floatDivider 3s ease-in-out infinite;
}

@keyframes floatDivider {
    0%, 100% {
        transform: translate(-50%, -50%) rotate(45deg) translateZ(30px);
    }
    50% {
        transform: translate(-50%, -50%) rotate(45deg) translateZ(45px) scale(1.08);
        box-shadow: 
            0 0 0 12px rgba(34, 197, 94, 0.2),
            0 20px 45px rgba(22, 163, 74, 0.45);
    }
}

/* PREMIUM ZIGZAG DIVIDER COOLDOWN */
.premium-divider {
    width: 100%;
    height: 24px;
    margin: 80px 0;
    background:
        linear-gradient(-45deg, #123524 8px, transparent 0),
        linear-gradient(45deg, #123524 8px, transparent 0);
    background-size: 24px 24px;
    background-repeat: repeat-x;
    background-position: left top, left bottom;
    opacity: 0.15; /* Dibuat halus agar tidak merusak harmoni 3D */
}

/* ==========================================
   MEDIA QUERIES (RESPONSIVE FIX)
   ========================================== */
@media(max-width: 900px) {
    .title-area h1 { font-size: 40px; }
    .title-area h2 { font-size: 28px; }
    .title-area p { font-size: 18px; }
    .semester-badge { font-size: 24px; padding: 14px 28px; }
    thead th { font-size: 18px; padding: 20px; }
    tbody td { font-size: 16px; padding: 18px; }
    .total-sks td { font-size: 18px; padding: 20px; }
    .total-sks td:last-child { font-size: 22px; }
}

@media(max-width: 600px) {
    .kurikulum {
        perspective: none; /* Matikan perspektif di layar kecil */
    }
    .table-card {
        transform: none !important;
        overflow-x: auto;
        border-radius: 20px;
    }
    table {
        min-width: 750px; /* Ditambah sedikit agar text berjarak longgar */
    }
    .semester-badge {
        transform: none !important;
        animation: none !important;
    }
    .lux-divider span {
        transform: translate(-50%, -50%) rotate(45deg) !important;
        animation: none !important;
    }
}






/* Container Utama Sidebar */
.preview-sidebar {
    width: 360px;
    background: #ffffff;
    border: 1px solid #e2ebd9;
    border-radius: 28px;
    padding: 32px 28px;
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    position: sticky;
    top: 100px; /* Jarak aman di bawah Sticky Header Elementor */
    box-shadow: 0 20px 40px rgba(0, 117, 58, 0.03);
    transition: transform 0.3s ease;
}

/* Header Text */
.preview-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #111111;
    letter-spacing: -0.5px;
}

.preview-header p {
    margin: 4px 0 0 0;
    color: #718096;
    font-size: 13px;
}

/* Social Media Badges */
.preview-social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 32px;
    margin-top: 20px;
}

.preview-social-icons .social-badge {
    background: #eef7f2;
    color: #00753a;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.25s ease;
}

.preview-social-icons .social-badge:hover {
    background: #00753a;
    color: #ffffff;
    transform: translateY(-2px);
}

/* List Item Informasi */
.preview-info-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.info-item {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f0f4f1;
}

.info-item.no-border {
    border-bottom: none;
}

/* Tempat Icon Hijau */
.info-icon-wrapper {
    background: linear-gradient(135deg, #eef7f2 0%, #e1f0e7 100%);
    color: #00753a;
    font-size: 16px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Teks Detail */
.info-text {
    display: flex;
    flex-direction: column;
}

.info-label {
    font-weight: 600;
    color: #a0aec0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.info-value {
    color: #2d3748;
    font-weight: 700;
    font-size: 14px;
    margin-top: 3px;
}

.info-value small {
    font-weight: 400;
    color: #718096;
    font-size: 13px;
}

/* Banner Hijau Bawah */
.preview-cta-banner {
    background: linear-gradient(135deg, #00753a 0%, #005228 100%);
    border-radius: 20px;
    padding: 24px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0,117,58,0.12);
}

.bg-pattern-circle {
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.preview-cta-banner h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.preview-cta-banner h4 i {
    color: #5ce69e;
}

.preview-cta-banner p {
    margin: 0 0 20px 0;
    color: #e2f5ec;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 300;
}

/* Tombol Putih Cara Mendaftar */
.cta-button {
    background: #ffffff;
    color: #00753a;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.25s;
}

.cta-button i {
    font-size: 10px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}








.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 */