/* ========================================
   CLUJET 2026 - Main Stylesheet
   Cluster University of Jammu Entrance Test
   Bold & Professional Theme
   ======================================== */

/* --- Base Resets & Defaults --- */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #333;
    background-color: var(--clj-light);
    line-height: 1.6;
}

/* --- Typography --- */
h1, h2, h3, h4, h5, h6,
.heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    color: var(--clj-dark);
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

/* --- Sticky Navbar + Ticker Wrapper --- */
.sticky-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

/* --- Navbar --- */
.clj-navbar {
    background: linear-gradient(135deg, var(--clj-primary) 0%, var(--clj-secondary) 100%);
    padding: 0.5rem 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--clj-accent);
}

.clj-navbar .navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo .navbar-logo {
    height: 55px;
    width: auto;
    object-fit: contain;
    border-radius: 4px;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.2;
}

.brand-subtitle {
    font-size: 0.75rem;
    color: var(--clj-accent);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.clj-navbar .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0 2px;
    font-size: 0.9rem;
}

.clj-navbar .nav-link:hover,
.clj-navbar .nav-link.active {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.clj-navbar .nav-link.active {
    border-bottom: 2px solid var(--clj-accent);
}

/* --- Navbar Dropdown --- */
.clj-navbar .dropdown-menu {
    background: var(--clj-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.25rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    min-width: 220px;
}

.clj-navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.clj-navbar .dropdown-item:hover,
.clj-navbar .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.clj-navbar .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--clj-accent);
}

.clj-navbar .dropdown-divider {
    border-top-color: rgba(255, 255, 255, 0.1);
    margin: 0.3rem 0;
}

/* --- Preloader --- */
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/load.gif) center no-repeat #fcfefc;
}

/* --- Main Wrapper --- */
.wm-main-wrapper {
    width: 100%;
    overflow-x: hidden;
}

/* --- Mini Header (replaces Hero Banner) --- */
.wm-mini-header {
    background-image: url(../images/header1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 55px 0 50px;
    position: relative;
}

body.admin-report-page .wm-mini-header {
    display: none;
}

body.admin-report-page section.py-4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.wm-blue-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(74, 16, 96, 0.23);
}

.wm-mini-title {
    position: relative;
    z-index: 1;
}

.wm-mini-title h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: #56156a;
    margin-bottom: 0.3rem;
}

.wm-mini-subtitle {
    font-size: 1.05rem;
    color: #212529;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
}

.wm-mini-desc {
    font-size: 0.9rem;
    color: #56156a;
    margin-bottom: 0;
}

.wm-schedule-badges {
    margin-top: 1rem;
    position: relative;
    z-index: 1;
}

.wm-schedule-badges .badge {
    background: rgb(155 120 174);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 20px;
    color: #56156a;
}

.wm-schedule-badges .badge i {
    color: #691e78;
    margin-right: 5px;
}

/* --- Home / Category Selection --- */
.category-gate {
    min-height: calc(100vh - 140px);
    padding: 2.75rem 0 3.25rem;
    background:
        radial-gradient(circle at top left, rgba(var(--clj-secondary-rgb), 0.12), transparent 32%),
        linear-gradient(180deg, rgba(86, 21, 106, 0.07), rgba(255, 255, 255, 0.88)),
        var(--clj-light);
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
    padding: 1.1rem;
    border: 1px solid rgba(86, 21, 106, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 38px rgba(30, 24, 44, 0.1);
    backdrop-filter: blur(8px);
}

.category-choice-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.2rem;
    border-radius: 8px;
    border: 1px solid rgba(86, 21, 106, 0.12);
    background: linear-gradient(180deg, #fff 0%, #fbf9fd 100%);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(25, 30, 45, 0.07);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.category-choice-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--clj-primary), var(--clj-secondary), var(--clj-accent));
}

.category-choice-card::after {
    content: '';
    position: absolute;
    right: -42px;
    top: -42px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: rgba(var(--clj-secondary-rgb), 0.06);
    pointer-events: none;
}

.category-choice-card:hover,
.category-choice-card:focus {
    transform: translateY(-4px);
    border-color: rgba(86, 21, 106, 0.34);
    box-shadow: 0 16px 34px rgba(25, 30, 45, 0.16);
    background: #fff;
    color: inherit;
}

.category-choice-card:focus-visible {
    outline: 3px solid rgba(var(--clj-secondary-rgb), 0.24);
    outline-offset: 3px;
}

.category-choice-top,
.category-choice-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.category-choice-icon,
.overview-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--clj-secondary-rgb), 0.12);
    color: var(--clj-secondary);
    font-size: 1.05rem;
}

.category-choice-status {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 26px;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.category-choice-status::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.category-choice-status.is-open {
    background: #e8f5e9;
    color: var(--clj-success);
}

.category-choice-status.is-closed {
    background: #f1f3f5;
    color: #6c757d;
}

.category-choice-card h2 {
    min-height: 2.9rem;
    font-size: 1.14rem;
    line-height: 1.28;
    margin: 1.05rem 0 1rem;
    color: var(--clj-primary);
}

.category-choice-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.category-choice-meta div {
    min-height: 76px;
    padding: 0.7rem;
    border-radius: 8px;
    background: #f8f6fa;
    border: 1px solid #eee7f2;
}

.category-choice-meta span,
.category-overview-card small {
    display: block;
    color: #6f6f78;
    font-size: 0.73rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.15rem;
}

.category-choice-meta strong,
.category-overview-card strong {
    display: block;
    color: #2e2933;
    font-size: 0.88rem;
    line-height: 1.3;
}

.category-choice-footer {
    margin-top: auto;
    padding-top: 0.9rem;
    border-top: 1px solid #eee9f2;
    color: var(--clj-primary);
    font-size: 0.86rem;
    font-weight: 700;
}

.category-choice-footer i {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--clj-primary);
    color: #fff;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

.category-choice-card:hover .category-choice-footer i,
.category-choice-card:focus .category-choice-footer i {
    transform: translateX(3px);
}

.home-selected-header {
    padding-bottom: 42px;
}

.selected-category-chip {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.selected-category-chip span,
.selected-category-chip a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
}

.selected-category-chip span {
    background: rgba(255, 255, 255, 0.82);
    color: var(--clj-primary);
}

.selected-category-chip a {
    background: var(--clj-primary);
    color: #fff;
    text-decoration: none;
}

.category-overview-band {
    margin-top: -24px;
    position: relative;
    z-index: 2;
}

.category-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.category-overview-card {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 92px;
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(86, 21, 106, 0.12);
    box-shadow: 0 8px 24px rgba(25, 30, 45, 0.1);
    text-decoration: none;
}

.category-overview-card:hover,
.category-overview-card:focus {
    text-decoration: none;
}

.home-panel .card-header {
    border-bottom: 1px solid #f0edf3;
}

.panel-helper {
    color: #62656d;
    font-size: 0.88rem;
    margin-bottom: 1rem;
}

.wm-breadcrumb {
    position: relative;
    z-index: 1;
    margin-top: 0.8rem;
}

.wm-breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wm-breadcrumb ul li {
    display: inline;
    color: #212529;
    font-size: 0.85rem;
}

.wm-breadcrumb ul li + li::before {
    content: ' / ';
    color: #212529;
    margin: 0 6px;
}

.wm-breadcrumb ul li a {
    color: black;
    text-decoration: none;
    transition: color 0.2s;
}

.wm-breadcrumb ul li a:hover {
    color: #fff;
}

/* --- Card Styles --- */
.clj-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.clj-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.clj-card .card-header {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    border-bottom: none;
}

.clj-card .card-body {
    padding: 1.5rem;
}

.card-primary-border {
    border-top: 4px solid var(--clj-primary);
}

.card-secondary-border {
    border-top: 4px solid var(--clj-secondary);
}

.card-accent-border {
    border-top: 4px solid var(--clj-accent);
}

/* --- Form Styles --- */
.clj-form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background-color: #fafafa;
}

.clj-form-control:focus {
    border-color: var(--clj-secondary);
    box-shadow: 0 0 0 3px rgba(var(--clj-secondary-rgb), 0.15);
    background-color: #fff;
}

.clj-form-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #444;
    margin-bottom: 0.35rem;
}

.clj-form-label .required {
    color: var(--clj-danger);
    margin-left: 2px;
}

.form-select.clj-form-control {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--clj-secondary);
    border-color: var(--clj-secondary);
}

/* Fieldset styling */
.clj-fieldset {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: #fafafa;
}

.clj-fieldset legend,
.clj-fieldset-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--clj-primary);
    padding: 0 0.5rem;
    display: inline-block;
    background: #fafafa;
    margin-bottom: 0.75rem;
}

/* --- Button Variants --- */
.btn-clj-primary {
    background: linear-gradient(135deg, var(--clj-primary), var(--clj-secondary));
    color: #fff;
    border: none;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.btn-clj-primary:hover {
    background: linear-gradient(135deg, var(--clj-secondary), var(--clj-primary));
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--clj-primary-rgb), 0.4);
}

.btn-clj-secondary {
    background: linear-gradient(135deg, #9c27b0, var(--clj-primary));
    color: #fff;
    border: none;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.btn-clj-secondary:hover {
    background: linear-gradient(135deg, var(--clj-primary), #9c27b0);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--clj-secondary-rgb), 0.4);
}

.btn-clj-accent {
    background: transparent;
    color: var(--clj-accent);
    border: 2px solid var(--clj-accent);
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.btn-clj-accent:hover {
    background: var(--clj-accent);
    color: var(--clj-dark);
    transform: translateY(-1px);
}

.btn-clj-primary:disabled,
.btn-clj-secondary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* --- Status Badges --- */
.badge-clj-success {
    background-color: var(--clj-success);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.4em 0.8em;
    border-radius: 20px;
}

.badge-clj-warning {
    background-color: var(--clj-warning);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.4em 0.8em;
    border-radius: 20px;
}

.badge-clj-danger {
    background-color: var(--clj-danger);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.4em 0.8em;
    border-radius: 20px;
}

.badge-clj-info {
    background-color: var(--clj-primary);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.4em 0.8em;
    border-radius: 20px;
}

/* --- Fee Alert Box --- */
.fee-alert {
    background: linear-gradient(135deg, #fff9e6, #fff3cd);
    border: 1px solid var(--clj-accent);
    border-left: 4px solid var(--clj-accent);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.fee-alert .fee-amount {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--clj-secondary);
}

.admission-fee-alert {
    background:
        radial-gradient(circle at 0 0, rgba(var(--clj-primary-rgb), 0.12), transparent 32%),
        linear-gradient(135deg, #fffaf0, #fff4cf);
    border-color: #e4c16f;
    border-left-color: var(--clj-primary);
    box-shadow: 0 8px 24px rgba(74, 16, 96, 0.1);
}

.fee-alert-main {
    min-width: 0;
    flex: 1 1 360px;
}

.fee-alert-title {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--clj-secondary);
    font-weight: 800;
    margin-bottom: 0.7rem;
    line-height: 1.15;
}

.fee-alert-title small {
    display: block;
    color: #746879;
    font-size: 0.72rem;
    font-weight: 600;
    margin-top: 0.16rem;
}

.fee-title-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
    background: linear-gradient(135deg, var(--clj-primary), var(--clj-secondary));
    box-shadow: 0 6px 14px rgba(var(--clj-primary-rgb), 0.25);
}

.simple-fee-list {
    display: grid;
    gap: 0.45rem;
}

.simple-fee-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.25rem 0.7rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(119, 32, 131, 0.12);
    border-radius: 8px;
    padding: 0.55rem 0.65rem;
}

.admission-eligibility-box {
    border-color: rgba(19, 105, 167, 0.22);
    background: linear-gradient(135deg, rgba(19, 105, 167, 0.08), rgba(255, 255, 255, 0.96));
}

.eligibility-status {
    min-height: 22px;
    padding: 0.35rem 0.55rem;
    border-radius: 6px;
    font-size: 0.86rem;
    font-weight: 600;
}

.eligibility-status:empty {
    display: none;
}

.eligibility-status.success {
    color: #146c43;
    background: rgba(25, 135, 84, 0.11);
}

.eligibility-status.danger {
    color: #b42318;
    background: rgba(220, 53, 69, 0.11);
}

.eligibility-status.info {
    color: #055160;
    background: rgba(13, 202, 240, 0.12);
}

.fetched-locked-field {
    background-color: #eef5f9 !important;
    cursor: not-allowed;
}

.simple-fee-row span {
    color: #504856;
    font-size: 0.84rem;
    font-weight: 800;
}

.simple-fee-row span i {
    color: var(--clj-primary);
    width: 18px;
}

.simple-fee-row strong {
    color: var(--clj-secondary);
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
}

.simple-fee-row small {
    grid-column: 1 / -1;
    color: #706778;
    font-size: 0.72rem;
    font-weight: 600;
}

.simple-fee-row.fee-free strong,
.simple-fee-row.fee-free span i {
    color: var(--clj-success);
}

.payment-mode-pill {
    align-self: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(119, 32, 131, 0.16);
    border-radius: 8px;
    padding: 0.7rem 0.8rem;
    color: #5d5463;
    font-size: 0.78rem;
    min-width: 170px;
    box-shadow: 0 2px 10px rgba(74, 16, 96, 0.08);
    position: relative;
    overflow: hidden;
}

.payment-mode-pill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--clj-primary);
}

.payment-mode-pill span,
.payment-mode-pill strong {
    display: block;
}

.payment-mode-pill strong {
    color: var(--clj-dark);
    font-size: 0.86rem;
}

@media (max-width: 767.98px) {
    .payment-mode-pill {
        width: 100%;
    }

    .simple-fee-row {
        grid-template-columns: 1fr;
    }
}

/* --- Section Divider --- */
.section-divider {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, var(--clj-primary), var(--clj-accent), var(--clj-secondary));
    margin: 1.5rem 0;
    border-radius: 2px;
}

/* --- Toast / Alert --- */
.clj-alert {
    border-radius: 10px;
    border: none;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
}

.clj-alert-success {
    background-color: #e8f5e9;
    color: var(--clj-success);
    border-left: 4px solid var(--clj-success);
}

.clj-alert-danger {
    background-color: #ffebee;
    color: var(--clj-danger);
    border-left: 4px solid var(--clj-danger);
}

.clj-alert-info {
    background-color: #f3e5f5;
    color: var(--clj-primary);
    border-left: 4px solid var(--clj-primary);
}

/* --- Captcha --- */
.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-box {
    background: linear-gradient(135deg, #f3e5f5, #e1bee7);
    padding: 8px 20px;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 5px;
    color: var(--clj-primary);
    user-select: none;
    border: 1px solid #ce93d8;
    position: relative;
    min-width: 140px;
    text-align: center;
}

.captcha-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: rgba(0,0,0,0.2);
    transform: rotate(-5deg);
}

.captcha-refresh {
    cursor: pointer;
    color: var(--clj-primary);
    font-size: 1.1rem;
    transition: transform 0.3s;
}

.captcha-refresh:hover {
    transform: rotate(180deg);
}

/* --- Footer --- */
.clj-footer {
    background: linear-gradient(135deg, var(--clj-primary) 0%, var(--clj-secondary) 100%);
    color: rgba(255,255,255,0.8);
    padding-top: 2rem;
    position: relative;
    overflow: hidden;
}

/* Floating Circles Animation */
.footer-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.footer-circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.06);
    animation: footerFloat 25s linear infinite;
    bottom: -150px;
}

.footer-circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.footer-circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.footer-circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.footer-circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.footer-circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.footer-circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.footer-circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.footer-circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.footer-circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.footer-circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes footerFloat {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-800px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.footer-heading {
    font-family: 'Playfair Display', serif;
    color: var(--clj-accent);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--clj-accent);
}

.footer-text {
    font-size: 0.85rem;
    line-height: 1.7;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--clj-accent);
    margin-right: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social a:hover {
    background: var(--clj-accent);
    color: var(--clj-dark);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--clj-accent);
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 0.6rem;
    font-size: 0.85rem;
}

.footer-contact a {
    color: var(--clj-accent);
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.75);
}

/* --- Scrolling Notification Ticker --- */
.clj-ticker-wrap {
    display: flex;
    align-items: stretch;
    background: var(--clj-dark);
    border-top: 2px solid var(--clj-accent);
    border-bottom: 2px solid var(--clj-accent);
    overflow: hidden;
}

.clj-ticker-label {
    background: var(--clj-accent);
    color: var(--clj-dark);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 1;
}

.clj-ticker-content {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.clj-ticker-track {
    display: flex;
    white-space: nowrap;
    animation: tickerScroll 30s linear infinite;
}

.clj-ticker-item {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    padding: 0.6rem 2rem;
    display: inline-block;
}

.clj-ticker-link {
    color: #fff;
    font-weight: 600;
    margin-left: 0.5rem;
    text-decoration: underline;
}

.clj-ticker-link:hover {
    color: var(--clj-accent);
}

.notification-scroll-list,
.notification-admin-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notification-scroll-list {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.notification-scroll-item,
.notification-admin-item {
    border: 1px solid rgba(var(--clj-primary-rgb), 0.12);
    border-radius: 10px;
    padding: 1rem;
    background: linear-gradient(180deg, #fff 0%, #faf7fc 100%);
}

.notification-scroll-item + .notification-scroll-item,
.notification-admin-item + .notification-admin-item {
    margin-top: 0.25rem;
}

.notification-page-shell {
    display: grid;
    gap: 1rem;
}

.notification-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(var(--clj-primary-rgb), 0.12);
    border-left: 4px solid var(--clj-primary);
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.notification-filter-title {
    font-weight: 800;
    color: var(--clj-dark);
}

.notification-filter-meta {
    margin-top: 0.15rem;
    font-size: 0.82rem;
    color: #6c6470;
}

.notification-filter-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: min(100%, 430px);
}

.notification-filter-form .form-select {
    min-width: 0;
}

.notification-list {
    display: grid;
    gap: 0.85rem;
}

.notification-list-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: start;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(var(--clj-primary-rgb), 0.12);
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.notification-item-icon {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--clj-primary);
    background: rgba(var(--clj-primary-rgb), 0.1);
}

.notification-item-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.75rem;
}

.notification-item-head h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--clj-dark);
    line-height: 1.35;
}

.notification-date {
    flex: 0 0 auto;
    font-size: 0.78rem;
    color: #6c6470;
}

.notification-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.35rem;
}

.notification-description {
    margin-top: 0.55rem;
    color: #3f3a43;
    font-size: 0.9rem;
    line-height: 1.55;
}

.notification-item-action {
    display: flex;
    justify-content: flex-end;
}

.notification-empty-state {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.25rem;
    background: #fff;
    border: 1px dashed rgba(var(--clj-primary-rgb), 0.3);
    border-radius: 8px;
}

.notification-empty-state > i {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(var(--clj-primary-rgb), 0.1);
    color: var(--clj-primary);
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.clj-ticker-wrap:hover .clj-ticker-track {
    animation-play-state: paused;
}

/* --- Modal Enhancements --- */
.modal-header.clj-modal-header {
    background: linear-gradient(135deg, var(--clj-primary), var(--clj-secondary));
    color: #fff;
    border-radius: 0;
}

.modal-header.clj-modal-header .btn-close {
    filter: invert(1);
}

/* --- Utility Classes --- */
.text-clj-primary { color: var(--clj-primary) !important; }
.text-clj-secondary { color: var(--clj-secondary) !important; }
.text-clj-accent { color: var(--clj-accent) !important; }
.text-clj-success { color: var(--clj-success) !important; }
.text-clj-danger { color: var(--clj-danger) !important; }

.bg-clj-primary { background-color: var(--clj-primary) !important; }
.bg-clj-secondary { background-color: var(--clj-secondary) !important; }
.bg-clj-accent { background-color: var(--clj-accent) !important; }

.border-clj-accent { border-color: var(--clj-accent) !important; }

/* --- Responsive --- */
@media (max-width: 991.98px) {
    .category-grid,
    .category-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-mini-title h1 {
        font-size: 1.8rem;
    }

    .wm-mini-header {
        padding: 40px 0 35px;
    }

    .brand-title {
        font-size: 0.9rem;
    }

    .brand-subtitle {
        font-size: 0.65rem;
    }

    .brand-logo .navbar-logo {
        height: 45px;
    }
}

@media (max-width: 767.98px) {
    .category-gate {
        padding: 1.4rem 0 2rem;
    }

    .category-grid,
    .category-overview-grid,
    .category-choice-meta {
        grid-template-columns: 1fr;
    }

    .category-choice-card {
        padding: 1rem;
    }

    .category-overview-band {
        margin-top: 0;
        padding-top: 1rem;
    }

    .category-overview-card {
        min-height: auto;
    }

    .wm-mini-header {
        padding: 30px 0 25px;
        background-size: cover;
        background-image: none;
    }

    .wm-mini-title h1 {
        font-size: 1.4rem;
    }

    .wm-schedule-badges .badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }

    .wm-mini-subtitle {
        font-size: 0.85rem;
    }

    .clj-card .card-body {
        padding: 1rem;
    }

    .notification-filter-bar,
    .notification-filter-form,
    .notification-item-head {
        align-items: stretch;
        flex-direction: column;
    }

    .notification-list-item {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .notification-item-action {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    .notification-item-action .btn {
        width: 100%;
    }

}

/* --- Portal Choice Overlay --- */
.portal-choice-overlay {
    position: fixed;
    inset: 0;
    z-index: 11000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(18, 22, 41, 0.72);
    backdrop-filter: blur(8px);
}

.portal-choice-overlay.is-hidden {
    display: none;
}

.portal-choice-dialog {
    width: min(640px, 100%);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    padding: 1.5rem;
}

.portal-choice-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ece8ef;
}

.portal-choice-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex: 0 0 auto;
}

.portal-choice-kicker {
    color: var(--clj-primary);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.portal-choice-header h2 {
    margin: 0.1rem 0 0;
    color: var(--clj-dark);
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0;
}

.portal-choice-text {
    margin: 1rem 0 1.25rem;
    color: #566070;
    line-height: 1.6;
}

.portal-choice-actions {
    display: grid;
    gap: 0.85rem;
}

.portal-choice-option {
    width: 100%;
    min-height: 86px;
    display: grid;
    grid-template-columns: 48px 1fr 24px;
    align-items: center;
    gap: 1rem;
    border: 1px solid #e4dce9;
    border-radius: 8px;
    padding: 1rem;
    background: #fff;
    color: var(--clj-dark);
    text-align: left;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.portal-choice-option:hover,
.portal-choice-option:focus {
    border-color: var(--clj-primary);
    box-shadow: 0 12px 28px rgba(var(--clj-primary-rgb), 0.16);
    color: var(--clj-dark);
    transform: translateY(-1px);
    outline: none;
}

.portal-choice-option strong {
    display: block;
    font-size: 1rem;
}

.portal-choice-option small {
    display: block;
    margin-top: 0.2rem;
    color: #667085;
}

.portal-choice-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--clj-primary);
    font-size: 1.15rem;
}

.portal-choice-arrow {
    color: var(--clj-primary);
}

@media (max-width: 575.98px) {
    .portal-choice-dialog {
        padding: 1rem;
    }

    .portal-choice-header {
        align-items: flex-start;
    }

    .portal-choice-logo {
        width: 54px;
        height: 54px;
    }

    .portal-choice-header h2 {
        font-size: 1.25rem;
    }

    .portal-choice-option {
        grid-template-columns: 42px 1fr;
        min-height: 82px;
        gap: 0.8rem;
    }

    .portal-choice-icon {
        width: 42px;
        height: 42px;
    }

    .portal-choice-arrow {
        display: none;
    }
}

/* --- Loading Spinner --- */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}

.loading-overlay.active {
    display: flex;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--clj-accent);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* --- Scroll to top --- */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--clj-primary);
    color: #fff;
    border: 2px solid var(--clj-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    font-size: 1.1rem;
}

.scroll-top-btn.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top-btn:hover {
    background: var(--clj-secondary);
    transform: translateY(-3px);
}
