.permit-category{
    margin-top: 50px;
}

.permit-input{
    margin-top: 50px;
}

.permit-input .row-wizard{
    margin-top: 50px;
    margin-bottom: 20px;
}

.permit-kolom{
    min-width: 150px;
    text-align: center;
}

.navbar-main {
    position: fixed; /* Agar navbar tetap di atas saat di-scroll */
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: #ffffff; /* Pastikan warna latar belakang terlihat */
    z-index: 1050; /* Pastikan navbar berada di atas elemen lainnya */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
}

.navbar-permit{
    background-color: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    z-index: 1000; /* Agar navbar berada di atas konten lain */
}

.navbar-logo {
    position: absolute;
    top: 0px;
    left: 29px;
    border-radius: 8px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-screen-menu {
    background-color: white; /* Background putih */
    position: absolute; /* Membuat elemen ini "lepas" dari alur dokumen */
    top: 0; /* Posisi di atas */
    left: 0; /* Mulai dari kiri */
    width: 100%; /* Memenuhi lebar layar */
    height: 100%;
    z-index: 1500; /* Pastikan menu berada di atas konten lainnya */
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-main{
    background-color: #5931ba;
    border-radius: 40px;
    box-shadow: 0px 1px 5px rgba(3,3,3,0.1);
    color: white !important;
}

.nav-text {
    color: #10046d;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.nav-padding {
    padding-left: 10px;
    padding-right: 15px;
    justify-items: center;
    align-items: center;
    display: flex;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav-link i {
    margin-right: 10px;
    justify-content: flex-start;
}

.landing-welcome{
    min-height: 650px;
    padding-top: 150px;
    padding-bottom: 20px;
    background-image: url('../img/PermitLanding/bg-1.png');
    background-size: cover;
}

.landing-mainvisual{
    height: 400px;
}

.landing-footer-card{
    height: auto;
    margin-top: 100px;
    background-image: url('../img/PermitLanding/bg-1.png');
    background-size: cover;
}

.landing-footer{
    height: 100%;
}

.landing-footer2{
    height: 60px;
}

.landing-footer3{
    width: 100%;
}

.landing-welcome h1{
    font-family: "Poppins", sans-serif;
    color: #10046d;
    font-size: 50px;
    margin-top: 40px;
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
}

.landing-welcome p{
    color: #000000;
    font-size: 16px;
    font-family: "Lexend Deca";
    line-height: 23px;
}

.landing-check{
    background-image: url('../img/PermitLanding/bg-2.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.landing-check .card-check{
    background-image: url('../img/PermitLanding/check-card-bg.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.16);
}

.card-ikm{
    background-color: #ffffff;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 26px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.16);
    opacity: 0.8;
}

.landing-check h2{
    margin-top: 50px;
    color: #10046d;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 42px;
}

.landing-check h2.mt-10{
    all: unset;
    margin-top: 10px;
    color: #10046d;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 42px;
}

.landing-check h2{
    margin-top: 50px;
    color: #10046d;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 42px;
}

.landing-check h3{
    color: #10046d;
    font-size: 55px;
    font-family: "Lexend Deca";
    font-weight: 700;
    max-width: 100%; /* Batasi lebar kotak */
}

.landing-check h4.fs26{
    color: #10046d;
    font-size: 18px;
    font-family: "Lexend Deca";
    font-weight: 700;
}

.landing-check h4{
    color: #10046d;
    font-size: 16px;
    font-family: "Lexend Deca";
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    margin-top: 20px;
}

.modal-backdrop {
    z-index: 1040 !important; /* Pastikan backdrop di belakang modal */
}

.modal {
    z-index: 1050 !important; /* Pastikan modal berada di atas backdrop */
}

.modal-backdrop.show {
    opacity: 0.5; /* Atur opacity sesuai kebutuhan */
    z-index: 1040; /* Pastikan z-index lebih rendah dari modal */
}

.card-counter{
    background-image: url('../img/PermitLanding/main-bg3.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 30px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.16);
    height: 170px;
}

.card-counter-ikm{
    background-image: url('../img/PermitLanding/main-bg3.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.16);
    height: 170px;
}

.poppins{
    color: #1e1f26;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 26px;
    padding-top: 20px;
    padding-left: 20px;
  }

.chart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.chart-axis {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.axis-label {
    font-size: 14px;
    color: #1e1f26;
    font-family: "Poppins";
    line-height: 14px;
    text-align: center;
}

.chart-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.bar-label {
    width: 20%;
    text-align: left;
    font-weight: bold;
}

.bar {
    height: 30px;
    color: white;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    border-radius: 100px;
}

.purple {
    background-color: #947bd0;
}

.pink {
    background-color: #ea64d3;
}

.bar::before {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    pointer-events: none;
}

.landing-check .card-check .row-features{
    margin-top: 50px;
}

.landing-check .card-sub-check{
    background-image: url('../img/PermitLanding/check-sub-card-bg.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.16);
}

.landing-check .card-mudah{
    background-image: url('../img/PermitLanding/main-bg3.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    margin-top: 50px;
    border-radius: 30px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.16);
}

.content-side{
    min-height: 100vh;
}

.navbar-side{
    list-style: none;
    padding-inline-start: unset;
}

.navbar-side li a{
    color: #000000;
}

.navbar-side li a:hover{
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05) !important;
}

.permit-card{
  height: 56px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 2px 0px 10px rgba(3,3,3,0.1);
  overflow: hidden;
  word-wrap: break-word; /* Memastikan kata-kata yang terlalu panjang akan dipotong dan dibungkus */
  padding: 15px;
}

.profile-icon-container {
    display: flex;
    align-items: center;
}

.profile-icon-link {
    display: flex;
    text-decoration: none;
    color: inherit;
}

.profile-icon {
    margin-right: 10px;
}

.profile-icon-image {
    width: 40px; /* Atur sesuai kebutuhan */
    height: 40px;
    border-radius: 50%; /* Untuk membuat ikon menjadi lingkaran */
}

.profile-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-text b, .profile-text span {
    display: block;
}

@media (min-width: 992px) {
    .full-screen-menu {
        position: relative; /* Kembali ke posisi normal di layar besar */
        background-color: transparent; /* Transparan di layar besar */
    }
}

@media (max-width: 991px) {
    .landing-welcome {
        padding-top: 100px;
    }

    .landing-mainvisual {
        height: 300px;
    }

    .card-counter-ikm {
        height: 150px;
    }
    
    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        right: -250px; /* Hide by default */
        width: 250px;
        height: 100%;
        background-color: white;
        transition: right 0.3s ease;
        z-index: 1049; /* Ensure it's above other elements */
    }
    
    .sidebar.show {
        right: 0; /* When shown, move it into view */
    }
    
    body.sidebar-open {
        overflow: hidden; /* Prevent scrolling when sidebar is open */
    }

    .sidebar ul {
        padding: 0;
        margin: 0;
        list-style: none;
        background-color: white; /* Warna background */
        width: 100%; /* Agar full screen */
    }
    
    .sidebar ul li {
        padding: 10px 15px; /* Padding untuk setiap item */
        border-bottom: 1px solid #ddd; /* Pembatas antar item */
    }

    .img-responsive {
        margin-bottom: 0px; /* Adds space between image and text */
    }

    h4 {
        margin-bottom: 40px; /* Optional: Remove any extra margin at the top of h4 */
    }

    .landing-footer{
        height: 80%;
    }
    
    .landing-footer3{
        width: 80%;
    }
}

@media (max-width: 576px) {
    .landing-mainvisual {
        height: 250px;
    }

    .landing-welcome{
        min-height: 820px;
        padding-top: 150px;
        padding-bottom: 20px;
    }
    
    .card-counter-ikm {
        height: 150px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    .sidebar ul {
        padding: 0;
        margin: 0;
        list-style: none;
        background-color: white; /* Warna background */
        width: 100%; /* Full width */
    }
    
    .sidebar ul li {
        padding: 15px; /* Padding lebih besar untuk phone */
        border-bottom: 1px solid #ddd;
    }

    .chart-axis {
        display: none; /* Hide the chart axis in phone view */
    }
}

@media (max-width: 340px) {
    .landing-mainvisual {
        height: 250px;
    }

    .landing-welcome{
        min-height: 900px;
        padding-top: 150px;
        padding-bottom: 20px;
    }

    .landing-welcome h1{
        font-size: 42px;
    }
    
    .landing-welcome p{
        font-size: 16px;
    }
    
    .card-counter-ikm {
        height: 150px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    .sidebar ul {
        padding: 0;
        margin: 0;
        list-style: none;
        background-color: white; /* Warna background */
        width: 100%; /* Full width */
    }
    
    .sidebar ul li {
        padding: 15px; /* Padding lebih besar untuk phone */
        border-bottom: 1px solid #ddd;
    }

    .chart-axis {
        display: none; /* Hide the chart axis in phone view */
    }
}