body {
    font-family: "Bitcount Single", system-ui !important;
    overflow-x: hidden;
    background-color: #000 !important;
    margin: 0;
    padding: 0;
    text-align: left !important;
}

::selection {
    background-color: #7d46ff;
    color: #1a1a2e;
}

.navbar {
    background-color: transparent !important;
    margin: 10px;
    box-shadow: transparent;
    z-index: 999999 !important;
}

.navbar-brand {
    background-color: #7d46ff;
    padding: 10px 15px;
    border-radius: 0px;
    position: relative;
    z-index: 999999;
}

.sidebar-offcanvas {
    background-color: #1a1a2e !important;
    color: #fff !important;
    z-index: 9999999 !important;
}

.sidebar-offcanvas .offcanvas-title {
    color: #7d46ff;
}

#offcanvasWithBothOptions {
    height: 100vh;
}

.hero {
    height: 100vh;
    width: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.hero video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
}

.hero-front {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 99;
    padding: 0 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hero-front .headline {
    color: #7f48ff;
    text-align: left;
}

.hero-front .headline h1,
.hero-front .headline p {
    padding: 1rem;
}

.hero-front .headline h1 {
    font-weight: 400;
    font-size: 10rem;
}

.hero-front .headline p {
    font-family: "Bitcount Single", system-ui;
    font-size: 2rem;
}

.hero-front .headline button {
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #7d46ff;
    border: none !important;
}

.hero-front .headline button + button {
    margin-left: 15px;
    background-color: transparent;
    border: 2px solid #7d46ff !important;
}

.hero-front .headline button + button a {
    color: #7d46ff !important;
}

.hero-front .headline button a {
    color: white !important;
    font-size: 1.25rem;
}

.btn,
.btn-primary {
    background-color: transparent !important;
    border: none !important;
    color: white !important;
    font-size: 4rem;
}

.skills-section {
    padding: 5rem 3rem;
    color: #fff;
    text-align: left;
}

.navbar .btn-primary {
    background-color: #7d46ff !important;
    border-radius: 0px;
}

.navbar .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.box {
    position: relative;
    height: auto;
}

.in-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    padding: 0.5rem, 0.4rem;
    height: 33.33%;
    border-bottom: 1px solid #6a3ae0;
}

.in-box>h1,
.in-box>h1>i {
    color: #7d46ff;
    font-weight: 400;
    padding: 10px;
    font-size: 3vw;
    position: relative;
    z-index: 999;
    transition: 0.5s ease-in-out;
}

.in-box>i {
    color: transparent;
    font-weight: 400;
    padding: 10px;
    font-size: 3vw;
    position: relative;
    z-index: 999;
    transition: 0.5s ease-in-out;
}

.line {
    height: 0%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all ease .5s;
    background-color: #7d46ff;
    background-image: url(../images/warrior.webp);
}

.in-box:hover .line {
    height: 100%;
}

.in-box:hover h1,
.in-box:hover i {
    color: #7d46ff !important;
}

.custom-context-menu {
    position: fixed;
    z-index: 99999999;
    min-width: 200px;
    padding: 6px 0;
    background: rgba(26, 26, 46, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(125, 70, 255, 0.3);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    font-family: "Bitcount Single", system-ui;
    opacity: 0;
    pointer-events: none;
}

.custom-context-menu.active {
    opacity: 1;
    pointer-events: auto;
}

.custom-context-menu-item {
    padding: 8px 24px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.custom-context-menu-divider {
    height: 1px;
    margin: 4px 12px;
    background: rgba(125, 70, 255, 0.2);
}

@media (max-width: 768px) {
    .hero video {
        object-position: right;
    }

    .hero-front .headline h1 {
        font-size: 6rem;
    }

    .hero-front .headline p {
        font-size: 1.5rem;
    }

    .hero-front .headline {
        padding-top: 15vh !important;
    }
}

@media (max-width: 480px) {
    .hero video {
        object-position: right;
    }

    .hero-front .headline h1 {
        font-size: 4.5rem;
    }

    .hero-front .headline p {
        font-size: 2rem;
    }

    .hero-front .headline {
        padding-top: 12vh !important;
    }
}

/* HOME PAGE SECTIONS & SEE MORE BUTTONS */
.home-section {
    position: relative;
    z-index: 10;
    padding: 4rem 1.5rem;
    border-bottom: 1px solid rgba(125, 70, 255, 0.2);
    text-align: left !important;
}

.home-section-title {
    color: #7d46ff;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: left !important;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.see-more-wrapper {
    text-align: left !important;
    margin-top: 2.5rem;
}

.btn-see-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background-color: transparent;
    border: 2px solid #7d46ff !important;
    color: #fff !important;
    font-size: 1.1rem !important;
    text-decoration: none;
    border-radius: 0px;
    letter-spacing: 1px;
    transition: all 0.3s ease !important;
}

.btn-see-more:hover {
    background-color: #7d46ff !important;
    color: #fff !important;
    box-shadow: 0 0 20px rgba(125, 70, 255, 0.4);
    transform: translateY(-2px);
}

.btn-see-more i {
    transition: transform 0.3s ease;
}

.btn-see-more:hover i {
    transform: translateX(4px);
}

.skill-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0.5rem;
    background-color: transparent !important;
    border: none !important;
    border-radius: 8px;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.3s ease;
}

.skill-item:hover {
    transform: translateY(-5px) scale(1.1);
    filter: drop-shadow(0 6px 15px rgba(125, 70, 255, 0.5));
}

.skill-item img {
    width: 100%;
    max-width: 75px;
    height: 55px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

@media (max-width: 576px) {
    .skills-section {
        padding: 3rem 1rem;
    }

    .skill-item {
        padding: 0.4rem 0.2rem;
    }

    .skill-item img {
        max-width: 55px;
        height: 42px;
    }
}

.about-preview-card,
.contact-preview-card,
.card,
.experience-container {
    background-color: #1a1a2e !important;
    border: 1px solid #3a2a6e !important;
    border-radius: 0;
    padding: 1.75rem;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.about-preview-card:hover,
.contact-preview-card:hover,
.card:hover,
.experience-container:hover {
    transform: translateY(-5px);
    border-color: #7d46ff !important;
    box-shadow: 0 8px 25px rgba(125, 70, 255, 0.2) !important;
}

.experience-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    height: 100%;
    padding: 0;
}

.experience-icon {
    width: 100px;
    height: 100px;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
    object-fit: contain;
    background-color: transparent;
}

.experience-content {
    padding: 1.25rem;
    flex-grow: 1;
    text-align: left !important;
}

@media (max-width: 576px) {
    .experience-icon {
        width: 70px;
        height: 70px;
    }
}

/* Projects & Blog nav items - red maroon font + red overlay on hover */
.in-box:has(> h1 > .bi-folder) h1,
.in-box:has(> h1 > .bi-folder) h1 > i,
.in-box:has(> h1 > .bi-newspaper) h1,
.in-box:has(> h1 > .bi-newspaper) h1 > i {
    color: #a03030;
}

.in-box:has(> h1 > .bi-folder):hover h1,
.in-box:has(> h1 > .bi-folder):hover h1 > i,
.in-box:has(> h1 > .bi-folder):hover > i,
.in-box:has(> h1 > .bi-newspaper):hover h1,
.in-box:has(> h1 > .bi-newspaper):hover h1 > i,
.in-box:has(> h1 > .bi-newspaper):hover > i {
    color: #a03030 !important;
}

.in-box:has(> h1 > .bi-folder) .line,
.in-box:has(> h1 > .bi-newspaper) .line {
    background-color: #a03030;
}