/* THEME: GEOMETRIC */
body.theme-geometric {
    background: #111827;
    position: relative;
    overflow-x: hidden;
}

body.theme-geometric::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, #1f2937 12%, transparent 12.5%, transparent 87%, #1f2937 87.5%, #1f2937),
        linear-gradient(150deg, #1f2937 12%, transparent 12.5%, transparent 87%, #1f2937 87.5%, #1f2937),
        linear-gradient(30deg, #1f2937 12%, transparent 12.5%, transparent 87%, #1f2937 87.5%, #1f2937),
        linear-gradient(150deg, #1f2937 12%, transparent 12.5%, transparent 87%, #1f2937 87.5%, #1f2937),
        linear-gradient(60deg, #374151 25%, transparent 25.5%, transparent 75%, #374151 75%, #374151),
        linear-gradient(60deg, #374151 25%, transparent 25.5%, transparent 75%, #374151 75%, #374151);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

body.theme-geometric .navbar {
    background: #1f2937 !important;
    border-bottom: 4px solid #374151;
}

body.theme-geometric .navbar-brand,
body.theme-geometric .nav-link {
    color: var(--menu-color) !important;
}

body.theme-geometric .nav-link:hover {
    color: var(--menu-hover-color) !important;
}


body.theme-geometric .modern-card {
    background: rgba(31, 41, 55, 0.9);
    border: 1px solid #374151;
    color: #f3f4f6;
}