/* ========================================================================================================== */
/*                                                                                                            */
/*                                            ** NEW CSS STYLE **                                             */
/*                                   -- All New CSS Style after rebuild --                                    */
/*                                                                                                            */
/* ========================================================================================================== */

body {
    overflow-x: hidden !important;
    background-color: #fff !important;
    font-family: 'Poppins', sans-serif;
}

.bg-content {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

:root {
    --bs-disduk-primary: #003399;
    --bs-disduk-info: #00ccff;
}

.hr-disduk-info {
    width: 50%;
    height: 5px;
    margin: 15px auto 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #06b6d4, #0056b3, #06b6d4);
    background-size: 200% 100%;
    animation: slide 5s linear infinite;
    margin-bottom: 5px;
}

.shiny-outline-animate {
    font-size: 60px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    position: relative;
}

.shiny-outline-animate::before {
    content: attr(data-text); /* ambil isi teks */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    -webkit-text-stroke: 1px transparent;
    text-shadow: 0 0 10px #ffd700, 0 0 20px #ffae00;
    animation: shine-outline 3s linear infinite;
}

@keyframes shine-outline {
    0% { text-shadow: 0 0 5px #ffd700, 0 0 10px #ffae00; }
    50% { text-shadow: 0 0 15px #ffae00, 0 0 30px #ff8c00; }
    100% { text-shadow: 0 0 5px #ffd700, 0 0 10px #ffae00; }
}

/* ========================================================================================================== */
/*                                     ** SCROLL EFFECT STYLE - START **                                      */
/* ========================================================================================================== */
.scroll-animate {
    opacity: 0;
    transform: translateY(150px);
    transition: all 0.8s ease-out;
}

.scroll-animate.show {
    opacity: 1;
    transform: translateX(0);
}

/* ========================================================================================================== */
/*                                          ** HEADER STYLE - START **                                        */
/* ========================================================================================================== */
.main-header {
    position: relative;
    height: 56vh;   /* atau 100vh jika mau full */
    overflow: hidden;
}

.video-header {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    z-index: -1;
    background-color: #000; /* biar rapi kalau ada ruang kosong */
}

/* .header-brand:hover {
    background-color: white;
} */

.brand-logo {
    position: sticky;  /* menempel saat discroll */
    top: 0;            /* menempel di puncak layar */
    background-color: rgba(57, 56, 56, 0.6);
    max-width: 340px;
    border-bottom-right-radius: 30px;
}

.brand-title .title-1 {
    letter-spacing: 4px;
    line-height: 1;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 5px #00f6ff, 0 0 10px #00f6ff, 0 0 20px #00f6ff;
}

.brand-title .title-2 {
    letter-spacing: 2px;
    display: block;
    font-size: 18px;
    margin: 3px 0 0;
    font-weight: 500;
    color: #ffdd33;
    text-shadow: 0 0 3px #ffaa00;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.header .social-icons a {
    font-size: 20px;
    color: #eaeaea;
    transition: all 0.3s ease;
    margin-right: 7px;
}

.header .social-icons img {
    width: 20px; height: 20px;
}

.header .social-icons a:hover {
    color: #fff;
    transform: scale(1.2);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header .brand-logo {
        max-width: 230px; width: 100%;
    }

    .header .social-icons a {
        margin-right: 9px;
    }

    .header .social-icons img {
        width: 22px; height: 22px;
        margin-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .header .brand-logo {
        max-width: 250px; width: 100%;
    }

    .header .social-icons a {
        margin-right: 10px;
    }

    .header .social-icons img {
        width: 24px; height: 24px;
    }
}

@media (min-width: 1200px) {
    .header .brand-logo {
        max-width: 280px; width: 100%;
    }

    .header .social-icons a {
        margin-right: 12px;
    }

    .header .social-icons img {
        width: 26px; height: 26px;
    }
}

@keyframes noteAnimate {
    from {right: -735px;}
    to {right: 735px;}
}

.text-header {
    font-size: 0.45rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .text-header {
        font-size: 0.7rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .text-header {
        font-size: 0.7rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-header {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .text-header {
        font-size: 1rem;
    }
}
/* ========================================================================================================== */
/*                                         ** HEADER STYLE - END **                                           */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                        ** BRAND INFO STYLE - START **                                      */
/* ========================================================================================================== */
.brand-info {
    position: flex; 
    background-color: #f2bb07; 
    color: #000; 
    padding: 6px 15px; 
    /* display: flex;  */
    align-items: center; 
    max-width: 410px; 
    margin-top: 13%;
}

.brand-info:hover .brand-info-text {
    transform: translateX(5px);
    font-weight: bold;
}

.brand-info .social-icons a {
    font-size: 21px;
    transition: all 0.3s ease; /* pindahkan ke sini */
    display: inline-block; /* penting agar transform bisa berfungsi */
}

.brand-info .social-icons a:hover {
    color: #fff;
    transform: scale(1.2);
}

/* ========================================================================================================== */
/*                                          ** BRAND INFO STYLE - END **                                      */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                          ** NAVBAR STYLE - START **                                        */
/* ========================================================================================================== */
.navbar {
    background: #0058b5; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    min-height: 70px;

    position: sticky;  /* menempel saat discroll */
    top: 0;            /* menempel di puncak layar */
    z-index: 999;      /* mengatur agar posisi element tetap berada paling depan agar tidak tumpang tindih */
}

.navbar-brand:hover {
    /* font-size: 1rem; */
    /* transform: translateX(5px); */
    font-weight: bold;
}

.navbar-menu a:hover {
    background: rgba(255,255,255,0.15);
    border-radius: 2px;
}

.navbar-active {
    /* color: #ffffff !important;
    font-weight: 600;
    border-bottom: 3px solid #ffe066; */

    background: rgba(255, 255, 255, 0.255);
    border-radius: 2px;
}

.text-navbar-disduk {
    font-size: 0.4rem !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .text-navbar-disduk {
        font-size: 0.6rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .text-navbar-disduk {
        font-size: 0.6rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-navbar-disduk {
        font-size: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .text-navbar-disduk {
        font-size: 1rem !important;
    }
}

/* MARQUEE NAVBAR */
.marquee-wrapper {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Icon tetap di kiri */
.marquee-icon {
    flex: 0 0 auto;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.marquee-icon:hover {
    color: #fff;
    transform: scale(1.2);
}

.marquee-icon img {
    width: 28px;
    vertical-align: middle;
}

/* Teks berjalan */
.marquee-container {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0%   { transform: translateX(60%); }
    100% { transform: translateX(-100%); }
}

.marquee-item {
    display: inline-block;
    margin-right: 50px;
    font-size: 13px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .marquee-item {
        display: inline-block;
        margin-right: 50px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .marquee-item {
        display: inline-block;
        margin-right: 50px;
        font-size: 16px;
    }
}

/* ========================================================================================================== */
/*                                           ** NAVBAR STYLE - END **                                         */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                     ** GLOBAL SEARCH STYLE - START **                                      */
/* ========================================================================================================== */
.global-search {
    max-width: 300px;
}

.search-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    background: #fff;
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
    padding-left: 8px;
}

.search-icon {
    width: 22px; height: 22px;
}

@media (max-width: 768px) {
    .search-icon {
        width: 25px; height: 25px;
    }

    .global-search {
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .search-icon {
        width: 25px; height: 25px;
    }

    .global-search {
        max-width: 200px;
    }
}
/* ========================================================================================================== */
/*                                      ** GLOBAL SEARCH STYLE - END **                                       */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                           ** SLIDE STYLE - START **                                        */
/* ========================================================================================================== */
.slider {
    /* background: linear-gradient(90deg, #0056b3,#00aaff); */
    /* background: linear-gradient(135deg, #0F52BA, #00CFFF); */
    /* background: linear-gradient(135deg, #0F52BA, #FF7E5F); */
    background: linear-gradient(90deg, #0058b5, #0D1B2A);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.318);
}

.slider-content {
    min-height: 230px;
}

#slide-title {
    font-size: 0.8rem;
}

#slide-desc {
    font-size: 0.5rem;
}

#slide-image {
    height: 150px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .slider-content {
        min-height: 330px;
    }

    #slide-title {
        font-size: 1rem;
    }

    #slide-desc {
        font-size: 0.6rem;
    }

    #slide-image {
        height: 310px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .slider-content {
        min-height: 350px;
    }

    #slide-title {
        font-size: 1.7rem;
    }

    #slide-desc {
        font-size: 0.8rem;
    }

    #slide-image {
        height: 330px;
    }
}

@media (min-width: 1200px) {
    .slider-content {
        min-height: 390px;
    }

    #slide-title {
        font-size: 2rem;
    }

    #slide-desc {
        font-size: 1rem;
    }

    #slide-image {
        height: 330px;
    }
}
/* ========================================================================================================== */
/*                                            ** SLIDE STYLE - END **                                         */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                     ** SLIDE CAROUSEL STYLE - START **                                     */
/* ========================================================================================================== */
.slide-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    /* border: 3px solid #e5e5e5; */
    /* border-radius: 20px 20px 20px 20px; */
}

.slides-coursel {
    display: flex;
    transition: transform 1s ease;
}

.card-coursel {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    width: 13rem;
    height: 13rem;
    margin-right: 10px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .slide-carousel {
        height: 17rem;
    }

    .card-coursel {
        width: 13rem;
        height: 13rem;
        margin-right: 20px;
        margin-top: 20px;
        margin-right: 13px;
    }
}

@media (min-width: 1200px) {
    .slide-carousel {
        height: 17rem;
    }

    .card-coursel {
        width: 15rem;
        height: 15rem;
        margin-right: 20px;
        margin-top: 20px;
        margin-right: 15px;
    }
}

.card-coursel:hover {
    transform: translateY(-16px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.card-coursel:hover img {
    transform: scale(1.1);
}

.card-coursel:hover .card-footer {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4); /* hitam transparan */
}

.text-carousel {
    font-size: 0.4rem;
    font-weight: 500;
    color: #555; /* abu gelap, lebih soft dari hitam */
    line-height: 1.3; /* bikin teks nggak terlalu rapat */
    font-family: "Segoe UI", "Helvetica Neue", sans-serif; /* font modern */
    white-space: normal;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .text-carousel {
        font-size: 0.6rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .text-carousel {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-carousel {
        font-size: 0.94rem;
    }
}

@media (min-width: 1200px) {
    .text-carousel {
        font-size: 0.95rem;
    }
}
/* ========================================================================================================== */
/*                                       ** SLIDE CAROUSEL STYLE - END **                                     */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                      ** IMAGE-CONTENT STYLE - START **                                     */
/* ========================================================================================================== */
.image-content-list{
    max-height: 300px;
}

.img-bordered {
    border: 8px solid #e5e5e5; /* warna abu-abu muda */
    border-radius: 5px; /* sudut melengkung */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* efek bayangan */
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .image-content-list{
        max-height: 400px;
    }
}

@media (min-width: 1200px) {
    .image-content-list{
        max-height: 450px;
    }
}
/* ========================================================================================================== */
/*                                       ** IMAGE-CONTENT STYLE - END **                                      */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                   ** ANNOUNCEMENT-CONTENT STYLE - START **                                 */
/* ========================================================================================================== */
.announcement-section {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin: 0 auto;
    width: 100%;
    height: 300px;
    overflow: auto;
}

.announcement-header {
    background: linear-gradient(90deg, #0056b3,#0056b3);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.announcement-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.announcement-item {
    padding: 15px 40px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
    /* font-size: ; */
}

.announcement-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.announcement-item:last-child {
    border-bottom: none;
}

.announcement-item:hover {
    background: #fafafa;
}

.announcement-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
    display: flex;
    gap: 15px;
}

.announcement-item h4 {
    margin: 0 0 8px;
    font-size: 0.8rem;
    color: #222;
}

.announcement-item p {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.announcement-icon-card {
    font-size: 1rem;
}

.btn-detail {
    display: inline-block;
    padding: 6px 14px;
    background: #f0f0f0;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-detail:hover {
    background: #d60000;
    color: #fff;
}

.toa-icon {
    font-size: 24px;
    animation: blink 5s infinite; /* animasi kedap-kedip */
}

@keyframes blink {
        0%, 50%, 100% {
        opacity: 1;
    }
        25%, 75% {
        opacity: 0.1;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .announcement-item h4 {
        margin: 0 0 8px;
        font-size: 0.9rem;
        color: #222;
    }

    .announcement-icon-card {
        font-size: 0.9rem;
    }
}

@media (min-width: 1200px) {
    .announcement-item h4 {
        margin: 0 0 8px;
        font-size: 1rem;
        color: #222;
    }

    .announcement-icon-card {
        font-size: 1rem;
    }
}
/* ========================================================================================================== */
/*                                    ** ANNOUNCEMENT-CONTENT STYLE - END **                                  */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                       ** NEWS-CONTENT STYLE - START **                                     */
/* ========================================================================================================== */
.news-item .card-img-top {
  transition: transform 0.4s ease-in-out; /* bikin animasi smooth */
}

.news-item:hover .card-img-top {
  transform: scale(1.05); /* kecilin scale biar nggak terlalu agresif */
}

.news-btn {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    background: linear-gradient(90deg,var(--blue-600),var(--blue-400));
    color:white;
    box-shadow: 0 10px 24px rgba(3,37,76,0.12);
    transition: background 0.3s ease, transform 0.2s ease;
}

.news-btn:hover {
    transform: scale(1.1);
}

.news-icon-card {
    font-size: 0.8rem;
    margin-top: 5px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .news-btn {
        display: inline-block;
        font-size: 1rem;
        font-weight: 600;
        padding: 10px 24px;
        border-radius: 999px;
        text-decoration: none;
        background: linear-gradient(90deg,var(--blue-600),var(--blue-400));
        color:white;
        box-shadow: 0 10px 24px rgba(3,37,76,0.12);
        transition: background 0.3s ease, transform 0.2s ease;
    }

    .news-icon-card {
        font-size: 0.9rem;
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    .news-btn {
        display: inline-block;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 10px 150px;
        border-radius: 999px;
        text-decoration: none;
        background: linear-gradient(90deg,var(--blue-600),var(--blue-400));
        color:white;
        box-shadow: 0 10px 24px rgba(3,37,76,0.12);
        transition: background 0.3s ease, transform 0.2s ease;
    }

    .news-icon-card {
        font-size: 0.8rem;
    }
}
/* ========================================================================================================== */
/*                                       ** NEWS-CONTENT STYLE - END **                                       */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                       ** TABS-CONTENT STYLE - START **                                     */
/* ========================================================================================================== */

.nav-pills .nav-link {
    background-color: #f8f9fa !important;
    color: #333 !important;
    border-radius: 0.375rem !important;
}

.nav-pills .nav-link.active {
    background-color: #005bb5 !important;
    color: #fff !important;
}

/* ========================================================================================================== */
/*                                       ** TABS-CONTENT STYLE - START **                                     */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                          ** FOOTER STYLE - START **                                        */
/* ========================================================================================================== */
.footer {
    /* background: linear-gradient(90deg, #0052a5, #0093e9); */
    /* background: linear-gradient(135deg, #0F52BA, #0D1B2A); */
    background: linear-gradient(90deg, #0056b3,#00aaff);
    color: #fff;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
}

.footer .footer-logo {
    height:35px; 
    margin-right:10px;
}

.footer p {
    font-size: 0.9rem;
}

.footer h5 {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 0.9rem;
    position: relative;
}

/* Garis bawah heading */
.footer h5::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #00c6fb;
    margin-top: 6px;
    border-radius: 5px;
}

/* Link */
.footer a {
    color: #eaeaea;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 8px;
}

/* Hover link */
.footer a:hover {
    color: #ffffff;
    transform: translateX(5px);
    font-weight: bold;
}

/* Ikon sosial media */
.footer .social-icons a {
    font-size: 20px;
    /* margin-right: 35px; */
    color: #eaeaea;
    transition: all 0.3s ease;
}

.footer .social-icons a:hover {
    color: #fff;
    transform: scale(1.2);
}

/* Grid */
.footer .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer .col {
    flex: 1;
    min-width: 220px;
}

.footer .col-brand {
    flex: 1.8; /* default col = 1, ini jadi lebih besar */
    min-width: 280px; /* biar ga terlalu kecil saat layar kecil */
}

/* Garis pemisah antar kolom */
.footer .col-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 30px;
}

.footer .col-divider a {
    font-size: 0.9rem;
}

/* Copyright */
.footer-bottom {
    text-align: center;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    margin-top: 30px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .footer .footer-logo {
        height:50px; 
        margin-right:10px;
    }

    .footer h5 {
        font-size: 1.1rem;
    }

    .footer p {
        font-size: 0.9rem;
    }

    .footer .col-divider a {
        font-size: 0.9rem;
    }
}

@media (min-width: 1200px) {
    .footer .footer-logo {
        height:50px; 
        margin-right:10px;
    }

    .footer h5 {
        font-size: 1.1rem;
    }

    .footer p {
        font-size: 1rem;
    }

    .footer .col-divider a {
        font-size: 1rem;
    }
}
/* ========================================================================================================== */
/*                                          ** FOOTER STYLE - END **                                          */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                        ** FEEDBACKS STYLE - START **                                       */
/* ========================================================================================================== */
.svy-container {
    --svy-blue-700:#0056b3;
    --svy-blue-500:#00aaf0;
    --svy-accent:#00c6fb;
    --svy-bg:#f4f9ff;
    --svy-card:#ffffff;
    --svy-muted:#6b7280;
    --svy-radius:16px;
    --svy-shadow:0 8px 30px rgba(10,20,40,0.08);
    font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
    max-width:320px;
    margin:20px auto;
    padding:20px;
    background: linear-gradient(180deg, #c2e9ff 0%, #ffffff 40%);
    color:#0f172a;
    line-height:1.6;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .svy-container {
        max-width:1000px;
    }
}

@media (min-width: 1200px) {
    .svy-container {
        max-width:1080px;
    }
}

.svy-card {
    background:var(--svy-card);
    border-radius:var(--svy-radius);
    box-shadow:var(--svy-shadow);
    padding:28px;
    animation: svy-fadeIn .5s ease;
}

@keyframes svy-fadeIn {
    from {opacity:0;transform:translateY(10px);}
    to {opacity:1;transform:translateY(0);}
}

.svy-header {
    display:flex;
    gap:16px;
    align-items:center;
    margin-bottom:20px;
}
.svy-logo {
    width:70px;height:70px;
    border-radius:14px;
    background:linear-gradient(135deg,var(--svy-blue-700),var(--svy-blue-500));
    display:flex;align-items:center;justify-content:center;
    color:#fff;font-weight:700;font-size:22px;
    box-shadow:0 6px 20px rgba(3,37,76,0.18);
}
.svy-title h1{margin:0;font-size:22px;}
.svy-title p{margin:4px 0 0;color:var(--svy-muted);font-size:14px;}

.svy-lead{color:var(--svy-muted);margin:14px 0 22px;font-size:15px;}

.svy-rating{display:flex;gap:10px;align-items:center;font-size:0;}
.svy-star{
    width:50px;height:50px;border-radius:12px;
    background:linear-gradient(180deg,#f1f5f9,#fff);
    display:flex;align-items:center;justify-content:center;
    cursor:pointer;
    transition:transform .15s ease,box-shadow .15s;
    box-shadow:0 6px 18px rgba(10,20,40,0.06);
}
.svy-star svg{width:24px;height:24px;fill:#d1d5db;transition:fill .15s;}
.svy-star.svy-hover,.svy-star.svy-active{
    transform:translateY(-6px) scale(1.05);
    box-shadow:0 12px 28px rgba(3,37,76,0.16);
}
.svy-star.svy-active svg{fill:#facc15;}
.svy-rating-label{font-size:14px;color:var(--svy-muted);margin-left:12px;}

.svy-row{display:flex;gap:20px;flex-wrap:wrap;}
/* .svy-col{flex:1 1 320px;min-width:260px;} */

.svy-question{margin-bottom:20px;}
.svy-q-title{display:block;font-weight:600;margin-bottom:8px;font-size:15px;color:#0f172a;}

.svy-likert{display:flex;flex-direction: column;gap:8px;}
.svy-likert button{
    flex:1 1 auto;padding:10px 8px;border-radius:10px;border:1px solid #e2e8f0;
    background:#fff;cursor:pointer;transition:all .14s;
    color:#0f172a;font-weight:600;font-size:14px;
}
.svy-likert button:hover{background:#f0f9ff;border-color:var(--svy-blue-500);}
.svy-likert button.svy-selected{
    background:linear-gradient(90deg,var(--svy-blue-700),var(--svy-blue-500));
    color:white;box-shadow:0 10px 20px rgba(3,37,76,0.15);
}

.svy-checkbox-list{display:flex;gap:10px;flex-direction:column;}
.svy-checkbox-list label{display:flex;gap:10px;align-items:center;padding:8px;border-radius:8px;cursor:pointer;font-size:14px;}
.svy-checkbox-list input{accent-color:var(--svy-accent);width:18px;height:18px;}

.svy-container textarea,
.svy-container input[type="email"],
.svy-container input[type="text"]{
    width:100%;padding:12px;border-radius:10px;border:1px solid #e6eef7;resize:vertical;
    font-size:14px;background:white;transition:border .2s,box-shadow .2s;
}
.svy-container textarea:focus,
.svy-container input:focus{
    border-color:var(--svy-blue-500);
    outline:none;box-shadow:0 0 0 3px rgba(0,170,240,0.2);
}

.svy-actions{display:flex;gap:12px;align-items:center;margin-top:16px;flex-wrap:wrap;}
.svy-btn{padding:10px 18px;border-radius:10px;border:0;cursor:pointer;font-weight:600;transition:all .2s;}
.svy-btn-primary{
    background:linear-gradient(90deg,var(--svy-blue-700),var(--svy-blue-500));
    color:white;box-shadow:0 10px 24px rgba(3,37,76,0.15);
}
.svy-btn-primary:hover{filter:brightness(1.05);}
.svy-btn-ghost{
    background:transparent;border:1px solid #dbeafe;color:var(--svy-blue-700);
}
.svy-btn-ghost:hover{background:#f1f5f9;}
.svy-note{font-size:13px;color:var(--svy-muted);margin-top:8px;}

.svy-thankyou{display:none;text-align:center;padding:40px;}
.svy-thankyou.svy-show{display:block;}

@media (max-width:600px){
    .svy-rating{gap:6px;}
    .svy-star{width:44px;height:44px;}
    .svy-title h1{font-size:18px;}
}

.feedback-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* margin-bottom: px; */
    justify-content: center;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 12px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 120px;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stat-card .icon {
    font-size: 28px;
}

.stat-card .info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.count {
    font-size: 30px;
    font-weight: bold;
    color: #0058b5;
}

.label {
    font-size: 15px;
    color: #555;
}

.stat-card.complaint {
    background: linear-gradient(135deg, #fcce43e6, #ffffff);
}

.stat-card.suggestion {
    background: linear-gradient(135deg, #65f0ad, #ffffff);
}

.stat-card.review {
    background: linear-gradient(135deg, #3c9bf4, #ffffff);
}

.svy-type-btn.active {
    background:linear-gradient(90deg,var(--svy-blue-700),var(--svy-blue-500));
    color:white;box-shadow:0 10px 24px rgba(3,37,76,0.15);
}

.rating-summary-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(90deg, #ff758c, #6a11cb);
    border-radius: 15px;
    padding: 20px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rating-summary-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.rating-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.rating-value {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: baseline;
}

.rating-value small {
    font-size: 1rem;
    opacity: 0.8;
    margin-left: 2px;
}

/* ========== FEEDBACK SURVEY MODAL ========== */
.rating-link {
    text-decoration: none;       /* Hilangkan underline */
    color: inherit;              /* Warna teks mengikuti isi */
    display: block;              /* Buat anchor jadi block */
}

/* Tombol pemicu */
.feedbackModal-open-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.feedbackModal-open-btn:hover {
    background: #0056b3;
}

/* =========================
    FEEDBACK SUMMARY MODAL
========================== */
.feedbackModal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 27, 68, 0.1); /* biru transparan */
    backdrop-filter: blur(3px);
    transition: all 0.3s ease-in-out;
}

/* Isi modal */
.feedbackModal-content {
    background: #ffffff;
    margin: 7% auto;
    padding: 25px 30px;
    border-radius: 14px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.4s ease;
    border-top: 5px solid #0066cc; /* aksen biru */
}

/* Animasi masuk modal */
@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Tombol close */
.feedbackModal-close {
    float: right;
    font-size: 1.4rem;
    color: #666;
    cursor: pointer;
    transition: 0.2s;
}
.feedbackModal-close:hover {
    color: #e60023;
}

/* Judul */
.modal-title {
    text-align: center;
    font-weight: 600;
    color: #003366;
    margin-bottom: 20px;
}

/* Item survei */
.feedbackModal-item {
    margin-bottom: 15px;
}
.feedbackModal-item p {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #222;
    margin-bottom: 6px;
}

/* Progress bar */
.feedbackModal-bar {
    background: #e9eef6;
    border-radius: 10px;
    height: 12px;
    overflow: hidden;
}

.feedbackModal-fill {
    height: 12px;
    border-radius: 10px;
    transition: width 0.4s ease-in-out;
    background: linear-gradient(90deg, #0099ff, #0066cc);
}

/* ========================================================================================================== */
/*                                         ** FEEDBACKS STYLE - END **                                        */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                          ** SURVEY STYLE - START **                                        */
/* ========================================================================================================== */
:root{
    --blue-600:#0056b3;
    --blue-400:#00aaf0;
    --accent:#00c6fb;
    --bg:#f7fbff;
    --card:#ffffff;
    --muted:#6b7280;
    --radius:14px;
    --shadow: 0 8px 30px rgba(10,20,40,0.08);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

body{ margin:0; background:#f8fafc; }

/* Floating button */
.orlando-toggle {
    position:fixed;
    z-index: 999;
    bottom:24px;
    right:24px;
    width:56px;
    height:56px;
    border-radius:50%;
    background:#28a61b;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    cursor:pointer;
    box-shadow:0 6px 20px rgba(3,37,76,0.3);
    transition:transform .2s;
}
.orlando-toggle:hover { transform:scale(1.1); }


/* rating stars */
.rating { display:flex; gap:6px; }
.star { width:36px; height:36px; border-radius:8px; background:#f1f5f9; display:flex; align-items:center; justify-content:center; cursor:pointer; }
.star svg { width:20px; height:20px; fill:#d1d5db; }
.star.active svg { fill:#ffb020; }

textarea,input[type="email"]{
    width:100%;
    padding:10px;
    border-radius:8px;
    border:1px solid #e5e7eb;
    margin-top:6px;
    font-size:14px;
}

button.btn {
    padding:10px 14px;
    border-radius:8px;
    border:0;
    cursor:pointer;
    font-weight:600;
}
button.primary {
    background:linear-gradient(90deg,var(--blue-600),var(--blue-400));
    color:white;
}
button.ghost {
    background:transparent;
    border:1px solid #d1d5eb;
    color:var(--blue-600);
}
/* ========================================================================================================== */
/*                                           ** SURVEY STYLE - END **                                         */
/* ========================================================================================================== */

/* ========================================================================================================== */
/*                                                                                                            */
/*                                            ** OLD CSS STYLE **                                             */
/*                                  -- All Old CSS Style before rebuild --                                    */
/*                                                                                                            */
/* ========================================================================================================== */
.btn-disduk-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-disduk-primary);
    --bs-btn-border-color: var(--bs-disduk-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #002080;
    /* warna lebih gelap untuk hover */
    --bs-btn-hover-border-color: #001a66;
    --bs-btn-focus-shadow-rgb: 0, 51, 153;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001a66;
    --bs-btn-active-border-color: #001a66;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-disduk-primary);
    --bs-btn-disabled-border-color: var(--bs-disduk-primary);

    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bg-disduk-primary {
    background-color: var(--bs-disduk-primary);
}

.text-disduk-primary {
    color: var(--bs-disduk-primary);
}
.bg-gradient-disduk {
    background: linear-gradient(
        to bottom,
        #000d59 0%,
        #003399 40%,
        #005b7a 100%
    );
}

.bg-disduk-info {
    background-color: var(--bs-disduk-info);
}

.card-footer small {
    color: #1c68cb;
}

.card-footer i {
    color: #1c68cb;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.259));
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}

.card-overlay:hover .card-footer {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4); /* hitam transparan */
}

/* NAVIGATION BUTTON */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.533);
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    border-radius: 10%;
}

.nav-btn:hover {
    background-color: #555;
    /* transform: scale(1.2); */
}

.nav-btn.left { left: 10px; }
.nav-btn.right { right: 10px; }

.equal-height-card-disduk {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
}

@media (max-width: 992px) {
    .carousel-disduk-card {
        /* width: calc(100% / 3); */
        /* 3 per view on tablet */
        width: calc(100% / 6);
    }
}

@media (max-width: 576px) {
    .carousel-disduk-card {
        width: calc(100% / 6);
        /* width: 100%; */
        /* 1 per view on mobile */
    }
}

.shadow-inset {
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-weight: bold;
}

#content-box {
    height: 320px;
    overflow: hidden;
}

@media (max-width: 768px) {
    #content-box {
        height: 250px;
    }
}

@media (max-width: 480px) {
    #content-box {
        height: 200px;
    }
}

#slide-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* max 3 lines */
    -webkit-box-orient: vertical;
}

#slide-image {
    border-radius: 7px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Animation classes */
.fade-in {
    animation: fadeIn 1s ease-in-out forwards;
}

.slide-left {
    animation: slideLeft 1s ease-in-out forwards;
}

.slide-right {
    animation: slideRight 1s ease-in-out forwards;
}

.zoom-in {
    animation: zoomIn 1s ease-in-out forwards;
}

.flip {
    animation: flip 1s ease-in-out forwards;
}

.fade-out {
    animation: fadeOut 0.5s ease-in-out forwards;
}

/* Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes flip {
    from {
        transform: rotateY(90deg);
        opacity: 0;
    }

    to {
        transform: rotateY(0);
        opacity: 1;
    }
}

.icon-breadcrumb {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .icon-breadcrumb {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .icon-breadcrumb {
        font-size: 0.75rem;
    }
}

.icon-queue {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .icon-queue {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .icon-queue {
        font-size: 0.5rem;
    }
}
.icon-card {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .icon-card {
        font-size: 0.4rem;
    }
}

@media (max-width: 480px) {
    .icon-card {
        font-size: 0.4rem;
    }
}

.hr-disduk-info-carousel {
    background-color: var(--bs-disduk-info);
    width: 100%;
    height: 2px;
    border: none;
    opacity: 1;
    margin-top: 5px;
    margin-top: 0px;
}

.btn-disduk-primary-carousel {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-disduk-primary);
    --bs-btn-border-color: var(--bs-disduk-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #002080;
    --bs-btn-hover-border-color: #001a66;
    --bs-btn-focus-shadow-rgb: 0, 51, 153;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001a66;
    --bs-btn-active-border-color: #001a66;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-disduk-primary);
    --bs-btn-disabled-border-color: var(--bs-disduk-primary);

    display: inline-block;
    padding: 0.5rem 1rem;
    /* default for md and up */
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn-disduk-primary-carousel:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-disduk-primary-carousel:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn-disduk-primary-carousel:disabled {
    color: var(--bs-btn-disabled-color);
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    cursor: not-allowed;
    opacity: 0.65;
}

/* Mobile (0–480px) */
@media (max-width: 480px) {
    .btn-disduk-primary-carousel {
        padding: 0.2rem 0.4rem;
        font-size: 0.3rem;
    }
}

/* Tablet (481px–768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .btn-disduk-primary-carousel {
        padding: 0.3rem 0.6rem;
        font-size: 0.6rem;
    }
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.social-icon {
    width: 30px;
    height: 30px;
    object-fit: cover;
    flex-shrink: 0;
    /* Gambar tetap 35x35, tidak mengecil */
}

.social-text {
    max-width: calc(100% - 10px);
    white-space: normal;
    overflow-wrap: break-word;
}

/* Mobile (0–480px) */
@media (max-width: 480px) {
    .social-icon {
        width: 15px;
        height: 15px;
    }

    .social-text {
        max-width: calc(100% - 2px);
    }
}

/* Tablet (481px–768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .social-icon {
        width: 20px;
        height: 20px;
    }

    .social-text {
        max-width: calc(100% - 4px);
    }
}

.map-responsive {
    width: 100%;
    height: 350px;
}

/* Mobile (0–480px) */
@media (max-width: 480px) {
    .map-responsive {
        height: 100px;
    }
}

/* Tablet (481px–768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .map-responsive {
        height: 200px;
    }
}

/* SUB HEADLINE CSS STYLE */
.text-sub-headline {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 1px;
}

.text-page-headline {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .text-sub-headline {
        font-size: 1.6rem;
        font-weight: 800;
        margin-bottom: 1px;
    }

    .text-page-headline {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 1px;
    }
}

@media (min-width: 1200px) {
    .text-sub-headline {
        font-size: 1.8rem;
        font-weight: 1000;
        margin-bottom: 1px;
        letter-spacing: 2px;
    }

    .text-page-headline {
        font-size: 1.6rem;
        font-weight: 800;
        margin-bottom: 1px;
    }
}

/* SUB HEADLINE DESCRIPTION CSS STYLE */
.text-sub-headline-desc {
    font-size: 0.8rem;
    /* Mobile first (<576px) */
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .text-sub-headline-desc {
        font-size: 0.9rem;
    }
}

@media (min-width: 1200px) {
    .text-sub-headline-desc {
        font-size: 1rem;
    }
}

/* ========================================================================================================== */
/*                                         ** BREADCRUMB STYLE - START **                                     */
/* ========================================================================================================== */
.text-breadcrumb {
    font-size: 0.4rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .text-breadcrumb {
        font-size: 0.6rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .text-breadcrumb {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-breadcrumb {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .text-breadcrumb {
        font-size: 1rem;
    }
}
/* ========================================================================================================== */
/*                                         ** BREADCRUMB STYLE - END **                                       */
/* ========================================================================================================== */

.text-link-disduk {
    font-size: 0.4rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .text-link-disduk {
        font-size: 0.6rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .text-link-disduk {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-link-disduk {
        font-size: 0.93rem;
    }
}

@media (min-width: 1200px) {
    .text-link-disduk {
        font-size: 0.94rem;
    }
}

.text-tablink {
    font-size: 0.8rem;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .text-tablink {
        font-size: 0.9rem;
    }
}

@media (min-width: 1200px) {
    .text-tablink {
        font-size: 1rem;
    }
}

/* ================================= */
#loading-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

#loading-overlay.fade-out {
    opacity: 0;
    pointer-events: none;
}

#loading-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

#loading-overlay.fade-out {
    opacity: 0;
    pointer-events: none;
}
/* Dropdown submenu container posisi relative */
.dropdown-submenu {
    position: relative;
}

/* Submenu dropdown (anak) tampil di sebelah kanan */
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0;
    border-radius: 0.25rem;
    border: 1px solid var(--bs-disduk-info);
    /* box-shadow: 0 0.5rem 1rem rgba(0, 51, 153, 0.15); */
    min-width: 12rem;
}

/* Hover background dan warna tulisan untuk link */
.dropdown-item {
    color: #555;
    font-weight: 200;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgb(211, 211, 211);
    color: #246bce;
    font-weight: 550;
}

/* Dropdown menu utama styling */
.dropdown-menu {
    border-radius: 0.25rem;
    border: 1px solid var(--bs-disduk-info);
    /* box-shadow: 0 0.5rem 1rem rgba(0, 51, 153, 0.15); */
}

/* Dropdown toggle arrow warna sesuai primary */
.dropdown-toggle::after {
    color: var(--bs-disduk-info);
}

/* Agar dropdown tetap muncul saat toggle 'show' */
.dropdown-menu.show {
    display: block;
}

/* Submenu 'dropend' agar muncul ke kanan */
.dropend > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
}

/* Optional: padding dan margin untuk rapih */
.dropdown-menu li {
    list-style: none;
}

/* Cursor pointer untuk dropdown toggle */
.dropdown-toggle {
    cursor: pointer;
}
