body {
    overflow-y: scroll;   /* SCROLL TETAP BISA */
    overflow-x: hidden;   /* HILANGKAN SCROLL HORIZONTAL */

    -ms-overflow-style: none;  /* IE */
    scrollbar-width: none;     /* Firefox */
}

body::-webkit-scrollbar {
    display: none;             /* Chrome, Safari */
}

/* Fullscreen hero background */


.hero-section {
    /* position: fixed; */
    height: 100vh;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.step-section {
    display: none;
}

.step-section.active {
    display: block;
}


/* Glass card modern */
.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 40px;
    /* max-width: 1000px; */
    width: 90%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

/* Modern Title */
.hero-title {
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    /* text-shadow: 0 2px 6px rgba(0,0,0,0.4); */
}

/* Subtitle */
.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.9;
}

/* Modern Button */
.btn-modern {
    padding: 12px 50px;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 162, 255, 0.4);
}

.btn-modernmulai {
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s;
    width: 70%;
}

.btn-modernmulai:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 162, 255, 0.4);
}
.text-justify {
    text-align: justify !important;
    text-justify: inter-word;
}

/* tambahan */

.card {
    border-radius: 14px !important;
    /* background: rgba(255, 255, 255, 0); */
    /* backdrop-filter: blur(2px); */
}

.card-header {
    font-size: 1.1rem;
    border-radius: 14px 14px 0 0 !important;
}

.form-control, .form-select {
    border-radius: 10px;
    padding: 10px 14px;
}

.form-control:focus, .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}

/* Glass card */
    .modern-glass {
        background: rgba(255, 255, 255, 0.75);
        border-radius: 18px;
        backdrop-filter: blur(12px);
    }

    /* Modern table look */
    .modern-table-wrapper {
        border-radius: 15px;
        overflow: hidden;
    }

    .modern-table thead {
        background: #f8fafc;
        font-weight: bold;
    }

    .modern-table tbody tr:hover {
        background-color: #eef6ff !important;
        transition: 0.2s;
    }

    /* Sticky header */
    .sticky-header {
        position: sticky;
        top: 0;
        background: rgba(248, 250, 252, 0.9) !important;
        backdrop-filter: blur(6px);
        z-index: 10;
    }

    /* Section title */
    .section-header {
        background: #e3efff !important;
        font-weight: bold;
        font-size: 1rem;
    }

    /* Modern radio buttons */
    .radio-modern input {
        display: none;
    }

    .radio-modern span {
        width: 22px;
        height: 22px;
        display: inline-block;
        border-radius: 50%;
        border: 2px solid #6c8cff;
        transition: 0.2s;
        cursor: pointer;
        position: relative;
    }

    .radio-modern input:checked + span {
        background: #6c8cff;
        box-shadow: 0 0 0 4px rgba(108, 140, 255, 0.2);
    }

    .modern-btn {
        border-radius: 10px;
        font-size: 1.1rem;
    }

.keterangan-textarea {
  resize: vertical;
  border-radius: 0.5rem;
  border: 1px solid #dee2e6;
  background-color: #f8f9fa;
  transition: all 0.2s ease-in-out;
  font-size: 0.85rem;
}

.keterangan-textarea:focus {
  background-color: #ffffff;
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15);
}

/* --- Styling Khusus Dashboard --- */

/* Membuat link menu terlihat seperti tombol modern */
.nav-link.modern-btn {
    padding: 10px 15px;
    border-radius: 10px;
    transition: background-color 0.2s, color 0.2s;
    font-size: 1rem;
}

/* Hover effect */
.nav-link.modern-btn:hover {
    background-color: #f0f4ff; /* Light blue background saat hover */
    color: #0d6efd !important;
}

/* Status aktif untuk menu saat ini */
.nav-link.modern-btn.active-menu {
    background-color: #0d6efd; /* Primary color */
    /* color: white !important; */
    color: blue !important; */
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}

/* Widget Card Styling */
.card {
    border-radius: 14px !important;
    border: none !important; /* Hilangkan border default Bootstrap */
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Sedikit efek zoom/shadow saat hover pada widget */
.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

/* Penggunaan border-start untuk indikator warna */
.border-start {
    border-width: 6px !important;
}

.bg-lightblue{
    background: lightblue;
}

/* STEP SYSTEM */
.step-section {
    display: none;
    animation: fadeSlide 0.4s ease;
}

.step-section.active {
    display: block;
}

/* Animasi halus */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.modal {
    z-index: 2000 !important;
}

.modal-backdrop {
    z-index: 1999 !important;
}

.is-invalid {
    border-color: #dc3545;
}

.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
}
.table-danger {
    background-color: #ffe5e5 !important;
}

.highlight-border {
    border-left: 6px solid #f08383 !important; /* hijau bootstrap */
    font-weight: bold;
    background-color: #f08383;
}
.custom-numbered {
    list-style-type: decimal !important;
    padding-left: 1.5rem;
  }
