/* nav */
.fz-13{font-size: 13px;}
.fz-11{font-size: 11px;}
/* .navbar-nav .nav-item-1{width: 15%;}
.navbar-nav .nav-item-2{width: 25%;}
.navbar-nav .nav-item-3{width: 40%;} */
.nav-position{width: 745px;
left: -217px !important;
}
.w-15{width: 15px;}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown .dropdown-toggle::after {
    border-right: 0;
    border-left: 0;
    font-family: "FontAwesome";
    content: "\f078";
    font-weight: normal;
    margin-left: 5px;
    border-top : 0;
    position: relative;
    top: 2px;
}
.fz-13 { font-size: 13px; }
.fz-11 { font-size: 11px; }
.lh-2{line-height:2 !important;}

/* Navbar mobile */
@media (max-width: 991px) {
.navbar-nav {
    text-align: center;
}
.dropdown-menu {
    width: 100%;
}
.dropdown-menu .dropdown-item {
    padding: 10px;
}
.nav-position{
    width: auto;
    left: 0 !important;
    right: 0 !important;
}
}
@media (min-width: 991px) {
.navbar-nav .nav-item-1{width: 15%;}
.navbar-nav .nav-item-2{width: 25%;}
.navbar-nav .nav-item-3{width: 40%;}
.w-sm-75{width: 75%;}
}
.z-2000{z-index: 2000 !important;}

/* mobile style nav  */
        .mobile-nav, .submenu-panel {
        font-family: sans-serif;
        background: white;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        overflow-y: auto;
        transition: transform 0.4s ease;
        }

        .mobile-nav {
        padding: 1rem;
        }

        .nav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        }

        .main-menu li {
        list-style: none;
        padding: 1rem 0;
        }

        .submenu-trigger {
        width: 100%;
        text-align: left;
        background: none;
        border: none;
        font-size: 1rem;
        }

        .arrow {
        float: right;
        }

        .cta-button {
        margin-top: 2rem;
        }

        .btn-jadwal {
        display: block;
        text-align: center;
        background: darkgreen;
        color: white;
        padding: 1rem;
        border-radius: 5px;
        }

        .submenu-panel {
        transform: translateY(100%);
        background: white;
        }

        .submenu-panel.active {
        transform: translateY(0%);
        }

        .submenu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        }

        .submenu-list {
        padding: 1rem;
        }

        .submenu-list li {
        margin: 0.5rem 0;
        }

        .wa-icon {
        background: #b6f7c0;
        color: green;
        display: inline-block;
        width: 1rem;
        height: 1rem;
        margin-right: 0.5rem;
        }



        .mobile-nav-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.4);
            display: none;
            z-index: 1050;
            }

            .mobile-nav-container {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 70%;
            background: #fff;
            transform: translateY(100%);
            transition: transform 0.3s ease;
            z-index: 1051;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            }

            .mobile-nav-container.show {
            transform: translateY(0);
            }

            .menu-panel {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            }

            .menu-main {
            transform: translateX(0%);
            }

            .menu-sub {
            transform: translateX(100%);
            }

            .menu-panel.active.menu-sub {
            transform: translateX(0%);
            }

            .menu-panel.inactive.menu-main {
            transform: translateX(-100%);
            }

            .menu-list {
            flex: 1;
            overflow-y: auto;
            }

            .menu-list a {
            display: block;
            padding: 1rem;
            border-bottom: 1px solid #eee;
            color: #000;
            text-decoration: none;
            }

            .menu-header {
            padding: 1rem;
            font-weight: bold;
            border-bottom: 1px solid #ddd;
            background: #f8f9fa;
            }

            .back-button {
            background: none;
            border: none;
            color: #007bff;
            padding-left: 0;
            }

            .close-button {
            padding: 1rem;
            border-top: 1px solid #ddd;
            text-align: center;
            background-color: #f8f9fa;
            cursor: pointer;
            font-weight: bold;
            }

            .close-button:hover {
            background-color: #e9ecef;
            }
            .close-icon {
            position: absolute;
            top: 0rem;
            right: 1rem;
            font-size: 1.5rem;
            color: #000;
            background: none;
            border: none;
            z-index: 10;
            }

            .mobile-nav-container {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100vh; /* atau misal 90vh kalau mau ada sedikit ruang atas */
            background: #fff;
            z-index: 9999;
            transform: translateY(100%);
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            overflow-y: auto;
            box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
            }

            .mobile-nav-container.show {
            transform: translateY(0);
            }

            /* Header dengan tombol close di kanan atas */
            .menu-header {
            position: relative;
            padding: 1rem 3rem 1rem 1rem;
            border-bottom: 1px solid #ddd;
            font-weight: 600;
            }

            .close-icon {
            position: absolute;
            top: 0rem;
            right: 1rem;
            font-size: 1.8rem;
            color: #333;
            background: none;
            border: none;
            cursor: pointer;
            z-index: 10;
            }

            /* Panel menu isi */
            .menu-panel {
            flex: 1;
            overflow-y: auto;
            }

                .mobile-contact-info {
      padding: 1rem;
      border-bottom: 1px solid #eee;
    }
    .w-20px{width: 20px;}
    .mobile-nav-container .accordion-button:focus{border:none; box-shadow:none}
    .fz-9{font-size:9px;}
     .mobile-nav-container .accordion-button::after{transform: rotate(-90deg);}
     .mobile-nav-container .accordion-button:not(.collapsed)::after {transform: rotate(-180deg); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
     .mobile-nav-container .accordion-button:not(.collapsed) {background-color:#fff; box-shadow:0;}
     .fz-30{font-size: 30px;}
     .mobile-nav-container .menu-header .position-relative {top:4px}
     .mobile-nav-container  .menu-list a {border-bottom: 0;}