        * {
            box-sizing: border-box;
        }

        /* Bottom Navbar */
        #quickDock {
            position: fixed;
            bottom: 14px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 20px;
            padding: 12px 20px;
            z-index: 1000;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            background: transparent;
            -webkit-backdrop-filter: none;
            backdrop-filter: none;
            box-shadow: none;
            border: none;
            outline: none;
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
            box-sizing: border-box;
        }

        #quickDock.dock-hidden {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
            pointer-events: none !important;
            transform: translateX(-50%) translateY(150%) !important;
        }

        .dock-close {
            -webkit-appearance: none;
            appearance: none;
            align-items: center;
            background: #273b34;
            border: 1px solid rgba(255, 255, 255, .8);
            border-radius: 50%;
            color: #fff;
            display: flex;
            font-size: 17px;
            font-weight: bold;
            height: 25px;
            justify-content: center;
            line-height: 1;
            padding: 0;
            margin: 0;
            position: absolute;
            right: 6px;
            top: -13px;
            width: 25px;
            z-index: 10;
            cursor: pointer;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            box-sizing: border-box;
        }

        .dock-open {
            -webkit-appearance: none;
            appearance: none;
            background: #176b4d;
            border: 1px solid #fff;
            border-radius: 0;
            bottom: 14px;
            box-shadow: 0 5px 18px rgba(0, 0, 0, .25);
            color: #fff;
            display: none;
            font-size: 22px;
            height: 46px;
            left: 50%;
            position: fixed;
            right: auto;
            transform: translateX(-50%);
            width: 46px;
            z-index: 1001;
            align-items: center;
            justify-content: center;
            padding: 0;
            margin: 0;
            cursor: pointer;
            box-sizing: border-box;
        }

        .dock-open.show {
            display: flex !important;
            align-items: center;
            justify-content: center;
        }

        .digicourse-dock-link {
            align-items: center;
            background: #EA7237;
            border: 1px solid rgba(4, 63, 46, .32);
            border-radius: 0;
            bottom: auto;
            box-shadow: 0 5px 18px rgba(0, 0, 0, .25);
            color: #043f2e;
            display: none;
            font-size: 11px;
            font-weight: 700;
            gap: 6px;
            height: 54px;
            justify-content: center;
            letter-spacing: .04em;
            padding: 0;
            position: fixed;
            left: auto;
            right: 0;
            top: calc(42vh + 62px);
            transform: translateX(82%);
            transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
            width: 104px;
            z-index: 1001;
        }

        .digicourse-dock-link.show { display: flex; }

        .digicourse-dock-link i {
            color: #f1d85b;
            font-size: 20px;
        }

        .digicourse-dock-link:hover,
        .digicourse-dock-link:focus-visible {
            background: #EA7237;
            box-shadow: 0 8px 22px rgba(0, 0, 0, .3);
            color: #043f2e;
            filter: brightness(.94);
            transform: translateX(0);
        }

        .silat-dock-link {
            align-items: center;
            background: #7EBBFF;
            border: 1px solid rgba(4, 63, 46, .32);
            border-radius: 0;
            color: #043f2e;
            display: none;
            font-size: 11px;
            font-weight: 700;
            height: 54px;
            justify-content: center;
            letter-spacing: .04em;
            padding: 0;
            position: fixed;
            right: 0;
            top: calc(42vh + 124px);
            transform: translateX(82%);
            transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
            width: 104px;
            z-index: 1001;
        }

        .silat-dock-link.show { display: flex; }

        .silat-dock-link:hover,
        .silat-dock-link:focus-visible {
            background: #7EBBFF;
            box-shadow: 0 8px 22px rgba(0, 0, 0, .3);
            color: #043f2e;
            filter: brightness(.94);
            transform: translateX(0);
        }

        .pengumuman-dock-link {
            align-items: center;
            background: #E63946;
            border: 1px solid rgba(4, 63, 46, .32);
            border-radius: 0;
            bottom: auto;
            box-shadow: 0 5px 18px rgba(0, 0, 0, .25);
            color: #fff;
            display: none;
            font-size: 13px;
            font-weight: 800;
            gap: 6px;
            height: 54px;
            justify-content: center;
            left: auto;
            letter-spacing: .05em;
            padding: 0 12px;
            position: fixed;
            right: 0;
            text-transform: uppercase;
            top: calc(42vh - 62px);
            transform: translateX(82%);
            transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
            min-width: 116px;
            z-index: 1001;
            box-sizing: border-box;
        }

        .pengumuman-dock-link.show { display: flex; }

        .pengumuman-dock-link.toggled {
            transform: translateX(0);
        }

        .pengumuman-dock-link .pengumuman-dock-content {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            color: #fff;
            text-decoration: none;
            text-align: center;
            padding: 0 6px;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .pengumuman-dock-link span {
            line-height: 1.05;
            text-align: center;
            white-space: nowrap;
        }

        .pengumuman-dock-link:hover,
        .pengumuman-dock-link:focus-visible {
            background: #d62839;
            box-shadow: 0 8px 22px rgba(0, 0, 0, .3);
            color: #fff;
            filter: brightness(.95);
            transform: translateX(0);
        }

        .pengumuman-dock-close {
            -webkit-appearance: none;
            appearance: none;
            position: absolute;
            top: -8px;
            left: -8px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #273b34;
            border: 1px solid rgba(255, 255, 255, .8);
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            padding: 0;
            margin: 0;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            transition: transform 0.2s ease, background-color 0.2s ease;
        }

        .pengumuman-dock-close:hover {
            background: #043f2e;
            transform: scale(1.15);
        }

        .pengumuman-dock-link:not(.toggled) .pengumuman-dock-close {
            display: none;
        }

        .mikrotik-dock-link {
            align-items: center;
            background: #FED801;
            border: 1px solid rgba(4, 63, 46, .32);
            border-radius: 0;
            bottom: auto;
            box-shadow: 0 5px 18px rgba(0, 0, 0, .25);
            color: #043f2e;
            display: none;
            font-size: 11px;
            font-weight: 700;
            gap: 6px;
            height: 54px;
            justify-content: center;
            left: auto;
            letter-spacing: .04em;
            padding: 0;
            position: fixed;
            right: 0;
            top: 42vh;
            transform: translateX(82%);
            transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
            width: 104px;
            z-index: 1001;
        }

        .mikrotik-dock-link.show { display: flex; }

        .mikrotik-dock-link i {
            color: #f1d85b;
            font-size: 20px;
        }

        .mikrotik-dock-link span {
            line-height: 1.05;
            text-align: center;
        }

        .mikrotik-dock-link:hover,
        .mikrotik-dock-link:focus-visible {
            background: #FED801;
            box-shadow: 0 8px 22px rgba(0, 0, 0, .3);
            color: #043f2e;
            filter: brightness(.94);
            transform: translateX(0);
        }

        .navbar.expanded {
            padding: 12px 30px;
        }


        #quickDock.dock-scrolled .nav-item {
            background: linear-gradient(135deg, rgba(54, 82, 91, .94), rgba(52, 72, 62, .94));
            border-color: #174f3c !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .08);
            color: #e7eceb;
        }

        #quickDock.dock-scrolled .nav-footer {
            background: rgba(34, 57, 51, .72);
            border-top-color: #174f3c !important;
            color: #fff;
            text-shadow: 0 2px 3px rgba(0, 0, 0, .8);
        }

        #quickDock.dock-scrolled .nav-item:hover,
        #quickDock.dock-scrolled .nav-item.neighbor-hover-1,
        #quickDock.dock-scrolled #quickDock .nav-item.neighbor-hover-2 {
            background: linear-gradient(135deg, rgba(65, 95, 104, .97), rgba(59, 83, 71, .97));
        }

        .navbar-items {
            display: flex;
            flex-direction: row;
            gap: 8px;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
            white-space: nowrap;
            margin: 0;
            padding: 0;
        }

        .navbar.expanded .navbar-items {
            gap: 22px;
        }

        .nav-item {
            -webkit-appearance: none;
            appearance: none;
            position: relative;
            display: flex !important;
            flex-shrink: 0;
            align-items: stretch !important;
            flex-direction: column !important;
            justify-content: space-between !important;
            width: 93px;
            height: 87px;
            overflow: hidden;
            padding: 0;
            margin: 0;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.9);
            -webkit-backdrop-filter: blur(17px);
            backdrop-filter: blur(17px);
            text-decoration: none;
            font-size: 24px;
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
            cursor: pointer;
            border: 1px solid rgba(255, 255, 255, 0.8) !important;
            box-sizing: border-box;
            z-index: 1;
        }

        .nav-item:hover {
            transform: scale(1.12) translateY(-5px);
            background: rgba(255, 255, 255, 0.2);
            color: white;
            box-shadow: 
                0 12px 24px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.2);
            z-index: 2;
        }

        /* Nearby items hover effect */
        #quickDock .nav-item:hover + .nav-item {
            transform: scale(1.06) translateY(-2px);
            background: rgba(255, 255, 255, 0.15);
            z-index: 1;
        }

        #quickDock .nav-item:hover + .nav-item + .nav-item {
            transform: scale(1.03) translateY(-1px);
            background: rgba(255, 255, 255, 0.12);
        }

        /* Previous items hover effect using JavaScript */
        #quickDock .nav-item.neighbor-hover-1 {
            transform: scale(1.06) translateY(-2px);
            background: rgba(255, 255, 255, 0.15);
            z-index: 1;
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        #quickDock .nav-item.neighbor-hover-2 {
            transform: scale(1.03) translateY(-1px);
            background: rgba(255, 255, 255, 0.12);
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        .nav-item:active {
            transform: scale(1.04) translateY(-2px);
        }

        /* Active state */
        .nav-item.active {
            background: rgba(255, 255, 255, 0.25);
            color: white;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
        }

        /* Responsive design */
        @media (max-width: 768px) {
            #quickDock {
                bottom: 10px;
                padding: 10px 15px;
            }
            
            .nav-item {
                width: 84px;
                height: 81px;
                font-size: 20px;
            }
            
            .navbar-items {
                gap: 4px;
            }
        }

        .nav-item .nav-icon {
            align-items: center;
            display: flex;
            flex: 1 1 auto;
            width: 100%;
            font-size: 33px;
            justify-content: center;
            min-height: 0;
            line-height: 1;
            margin: 0;
            padding: 0;
            color: inherit;
            text-shadow: 0 2px 8px rgba(0, 0, 0, .18);
        }

        .nav-item .nav-footer {
            border-top: 1px solid rgba(255, 255, 255, 0.55);
            color: #fff;
            display: block;
            flex: 0 0 auto;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .035em;
            line-height: 20px;
            text-align: center;
            text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
            text-transform: uppercase;
            width: 100%;
            box-sizing: border-box;
            margin: 0;
            padding: 0 2px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        @media (max-width: 768px) {
            .nav-item .nav-icon { font-size: 28px; }
            .nav-item .nav-footer { font-size: 10px; line-height: 18px; }
        }

        

/* ── Disclaimer & Pojok Rektor Floating Buttons (Separated Containers) ── */
.disclaimer-dock-wrap {
  position: absolute;
  top: 10px;
  right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  left: auto;
  z-index: 90;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: max-content;
  max-width: calc(100vw - 30px);
  opacity: 1;
  visibility: visible;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  gap: 8px;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s ease, visibility 0.28s ease, gap 0.3s ease, top 0.3s ease;
  will-change: transform, opacity;
}

.disclaimer-dock-wrap::after {
  display: none !important;
}

/* Individual Separated Button Cards */
.disclaimer-dock-btn,
.disc-dock-btn,
.pojok-dock-btn {
  background: #FDFDFD !important;
  background-color: #FDFDFD !important;
  color: #022f22 !important;
  border: 1px solid rgba(2, 47, 34, 0.35) !important;
  border-radius: 3px !important;
  padding: 5px 12px 5px 12px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  position: relative !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease !important;
  will-change: transform, box-shadow;
}

.disclaimer-dock-btn::after,
.disc-dock-btn::after,
.pojok-dock-btn::after {
  display: none !important;
}

.disclaimer-dock-btn:hover,
.disc-dock-btn:hover,
.pojok-dock-btn:hover {
  transform: translateY(-2px) !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #015F55 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.disclaimer-dock-btn .nav-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #022f22 !important;
  text-shadow: none !important;
  filter: none !important;
  box-shadow: none !important;
}

.disclaimer-dock-btn .nav-footer {
  border: none !important;
  border-top: none !important;
  color: #022f22 !important;
  background: transparent !important;
  background-color: transparent !important;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  top: 1.5px;
  text-align: left;
  text-shadow: none !important;
  filter: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.disclaimer-dock-btn:hover .nav-icon,
.disclaimer-dock-btn:hover .nav-footer,
.disc-dock-btn:hover .nav-icon,
.disc-dock-btn:hover .nav-footer,
.pojok-dock-btn:hover .nav-icon,
.pojok-dock-btn:hover .nav-footer {
  color: #015F55 !important;
}

@media (min-width: 1200px) {
  .disclaimer-dock-wrap {
    transform: translateY(0);
  }
  .disclaimer-dock-wrap.is-scrolling {
    transform: translateY(-50px) scale(0.96) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 1199.98px) {
  .disclaimer-dock-wrap {
    top: 10px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    padding: 0 !important;
    gap: 8px;
  }
  .disclaimer-dock-wrap.is-scrolling {
    transform: translate(-50%, -50px) scale(0.96) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .disclaimer-dock-btn,
  .disc-dock-btn,
  .pojok-dock-btn {
    padding: 4px 9px 4px 9px !important;
    gap: 5px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12) !important;
  }
}

/* ── When Scrolled Exceeding Hero ── */
.disclaimer-dock-wrap.scrolled-past-hero {
  top: 10px !important;
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.disclaimer-dock-wrap.scrolled-past-hero .disclaimer-dock-btn,
.disclaimer-dock-wrap.scrolled-past-hero .disc-dock-btn,
.disclaimer-dock-wrap.scrolled-past-hero .pojok-dock-btn {
  background: #FDFDFD !important;
  background-color: #FDFDFD !important;
  color: #022f22 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}

.disclaimer-dock-wrap.scrolled-past-hero .disclaimer-dock-btn::after,
.disclaimer-dock-wrap.scrolled-past-hero .disc-dock-btn::after,
.disclaimer-dock-wrap.scrolled-past-hero .pojok-dock-btn::after {
  background-color: rgba(2, 47, 34, 0.45);
}

.disclaimer-dock-btn .nav-icon,
.disclaimer-dock-btn .nav-footer {
  transition: color 0.25s ease, text-shadow 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

/* Header Search Button (Left of Translator) */
.header-search-btn {
  font-size: 21px !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  padding: 2px 4px !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}
.header-search-btn:hover,
.header-search-btn:focus {
  opacity: 0.85 !important;
  transform: scale(1.08);
  color: #ffffff !important;
}
