 {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
    --primary-color: #573f8e;
    --secondary-color: #7c3aed;
    --accent-color: #cebeff;
    --dark-bg: #000;
    --card-bg: #1a1a1a;
    --text-primary: #ffffff;
    --text-secondary: #dfdfdf;
    --border-color: #2a2a2a;
    --gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
}
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: var(--text-primary);
            background-color: var(--dark-bg);
            overflow-x: hidden;
            position: relative;
            margin: 0;
            min-width: 375px;


        }

        /* Matrix Rain Effect */
        #matrix-canvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            opacity: 0.8;
        }

        /* Dark overlay */
        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: -1;
        }

        /* Additional gradient overlay */
        body::after {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
                        radial-gradient(circle at 80% 80%, rgba(167, 139, 250, 0.05) 0%, transparent 50%),
                        radial-gradient(circle at 40% 20%, rgba(124, 58, 237, 0.05) 0%, transparent 50%);
            z-index: -1;
            animation: float 20s ease-in-out infinite;
            pointer-events: none;
        }
p {
    margin-left: 20px;
    list-style: none;
}

.yella {
    color: #000;
    background: #d6ff40;
    border-radius: 5px;
    border: 2px solid #000;
    font-size: 16px;
    max-height: 39px !important;
    display: inline-block;
    min-width: 128px;
    position: initial;
    margin: 0 6px 0 0;
    text-shadow: 1px 1px 6px #844f4f;
}

        @keyframes float {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            33% { transform: translate(-20px, -20px) rotate(1deg); }
            66% { transform: translate(20px, -10px) rotate(-1deg); }
        }
.header {
    background: none;
    backdrop-filter: blur(10px);
    /* padding: .5rem 0; */
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-left: auto;
}
        .header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.1); opacity: 0.3; }
        }

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.header-content-2 {
    /* height: auto; */
    /* margin-top: 14px; */
    /* float: right; */
    width: ;
    /* z-index: 1000; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: inherit;
}

.header h1 {
    font-size: 1.2em;
    font-weight: 600;
    /* margin-bottom: 1rem; */
    background: linear-gradient(45deg, #5d6388, #1c2031);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 20px rgba(139, 92, 246, 0.5);
}

.header p {
    font-size: 16px;
    opacity: 0.4;
    color: #ffc593;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 85%;
    margin-top: 1px;
}


.header-2 {
    display: none;
    background: #000;
    backdrop-filter: blur(10px);
    width: 300px;
    /* position: relative; */
    /* overflow: hidden; */
    /* margin-top: 0; */
    /* margin-left: auto; */
    height: ;
    /* right: 0; */
    border: 3px solid #000;
    border-radius: 13px 12px 0 0;
    margin: ;
}
        .header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.1); opacity: 0.3; }
        }

.header-2-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.header-2 h1 {
    font-size: 1.1em;
    background: linear-gradient(45deg, #090720, #192c6f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #91252500;
    text-shadow: 0 2px 20px rgba(139, 92, 246, 0.5);
    width: 383px;
    height: 25px !important;
    padding: 0 !important;
    margin: 3px 0 6px 0;

}
.header-2 p {
    font-size: 16px;
    opacity: 0.4;
    color: #ffc593;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 85%;
    margin-top: 1px;
}

        /* Show header-2 */
.header-2.show {
    display: table;
    animation: fadeInHeader 0.5s ease forwards;
    margin-left: auto;
    margin-right: auto;
}

        /* Header-2 H1 Pulsating Glow Effect */
.header-2.pulse-active h1 {
    animation: subtlePulse 4s ease-in-out infinite;
}

.desk{display: block;}
.mob{display: none;}

@keyframes subtlePulse {
    0%, 100% {
        text-shadow: 
            0 0 5px rgba(139, 92, 246, 0.5),
            0 0 10px rgba(139, 92, 246, 0.3),
            0 0 15px rgba(124, 58, 237, 0.2),
            0 0 20px rgba(167, 139, 250, 0.1);
        filter: brightness(1);
    }
    25% {
        text-shadow: 
            0 0 8px rgba(167, 139, 250, 0.6),
            0 0 15px rgba(139, 92, 246, 0.4),
            0 0 20px rgba(124, 58, 237, 0.3),
            0 0 30px rgba(206, 190, 255, 0.2);
        filter: brightness(1.05);
    }
    50% {
        text-shadow: 
            0 0 10px rgba(124, 58, 237, 0.7),
            0 0 20px rgba(167, 139, 250, 0.5),
            0 0 30px rgba(139, 92, 246, 0.3),
            0 0 40px rgba(206, 190, 255, 0.2);
        filter: brightness(1.1);
    }
    75% {
        text-shadow: 
            0 0 8px rgba(206, 190, 255, 0.6),
            0 0 15px rgba(124, 58, 237, 0.4),
            0 0 25px rgba(167, 139, 250, 0.3),
            0 0 35px rgba(139, 92, 246, 0.2);
        filter: brightness(1.05);
    }
}

/* Alternative color scheme - uncomment to use */
/*
@keyframes subtlePulse {
    0%, 100% {
        text-shadow: 
            0 0 5px rgba(0, 255, 255, 0.5),
            0 0 10px rgba(0, 150, 255, 0.3),
            0 0 15px rgba(150, 0, 255, 0.2),
            0 0 20px rgba(255, 0, 150, 0.1);
    }
    50% {
        text-shadow: 
            0 0 10px rgba(255, 0, 150, 0.6),
            0 0 20px rgba(150, 0, 255, 0.4),
            0 0 30px rgba(0, 150, 255, 0.3),
            0 0 40px rgba(0, 255, 255, 0.2);
    }
}
*/

/* Matrix green variant - uncomment to use */
/*
@keyframes subtlePulse {
    0%, 100% {
        text-shadow: 
            0 0 5px rgba(0, 255, 0, 0.5),
            0 0 10px rgba(0, 255, 0, 0.3),
            0 0 15px rgba(0, 200, 0, 0.2),
            0 0 20px rgba(0, 150, 0, 0.1);
    }
    50% {
        text-shadow: 
            0 0 10px rgba(0, 255, 0, 0.7),
            0 0 20px rgba(0, 255, 0, 0.5),
            0 0 30px rgba(0, 200, 0, 0.3),
            0 0 40px rgba(0, 150, 0, 0.2);
    }
}
*/

        @keyframes fadeInHeader {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Matrix glitch effect for header-2 */
        .header-2.matrix-active h1 {
            color: #0f0;
            text-shadow: 0 0 10px #0f0, 0 0 20px #0f0, 0 0 30px #0f0;
            position: relative;
        }

        .header-2.matrix-active h1::before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            animation: glitch 2s infinite;
            clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
            transform: translate(-2px, -2px);
            color: #0f0;
            text-shadow: 0 0 5px #0f0, 0 0 15px #0f0;
        }

        .header-2.matrix-active .rain {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: repeating-linear-gradient(
                0deg,
                rgba(0, 255, 0, 0.1) 0,
                rgba(0, 255, 0, 0.2) 2px,
                transparent 4px
            );
            animation: rain 10s linear infinite;
            z-index: 1;
        }

        @keyframes rain {
            0% { transform: translateY(-100%); }
            100% { transform: translateY(100%); }
        }

        @keyframes glitch {
            0%, 100% {
                clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
                transform: translate(0);
            }
            33% {
                clip-path: polygon(0 0, 100% 0, 100% 15%, 0 15%);
                transform: translate(-5px, -5px);
            }
            66% {
                clip-path: polygon(0 85%, 100% 85%, 100% 100%, 0 100%);
                transform: translate(5px, 5px);
            }
        }



/* Header-3 Styles */
.header-3 {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.89);
    padding: 4px;
    color: black;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(139, 92, 246, 0.2);
    z-index: 999;
    overflow: hidden;
    transition: height 0.3s ease;
}

.header-3.show {
    height: 36px;
    top: 80px;
    box-shadow: 0px 2px 12px 0px #000;
    border-bottom: .1em solid #140d35;
}
.header-3-content {
    height: 32PX;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.headwrapper {
    background-color: rgba(11, 1, 40, 0.29);
    padding: 0 35px 0 0;
    margin: 0 0 -1px 0;
    height: 47px;
    /* box-shadow: 0px 0px 20px 9px #221c3e; */
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.sticky-section-title {
    font-size: 1.4EM;
    background: linear-gradient(45deg, var(--primary-color), #c5b2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    text-align: center;
    transition: opacity 0.3s ease;
    font-weight: 900;
    margin-left: 42px;
    margin-top: 5px;
}

/* Adjust nav position when header-3 is shown */
.header-3.show ~ .nav {
    top: 79px; /* 39px (header-2) + 40px (header-3) */
}

/* Adjust container padding when headers are shown */
.header-2.show ~ .header-3.show ~ .nav ~ .container {
    padding-top: 120px;
}

        /* Navigation */
.nav {
    background: #00121a;
    background: linear-gradient(343deg,rgb(0, 0, 0) 0%, rgb(38, 36, 47) 50%, rgb(0, 0, 0) 100%)
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    /* padding: 1rem 0; */
    box-shadow: 0px 3px 20px #0e3e04;
    /* max-height: 40px !important; */
    margin-bottom: 0 !important;
    min-height: 39px;
    width: 100%;
    padding-top: 1px;
    font-family: "Hubot Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    border-top: 1px solid #131313;
}

.nav-content {
    margin-left: auto;
    padding: 0 2rem;
    display: block;
    max-width: 1100px;
    gap: 0.5rem;
    max-width: 1169px;
    margin-right: auto;
    /* height: 100px; */
    /* background: red; */
}

.nav-item {
    color: #a29f9f;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    border: 1px solid black;
    text-decoration: none;
    float: left;
    height: 37px;
    width: auto;
    padding: 0px 26px;
}
.nav-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
}
        .nav-item:hover {
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3);
        }

        .nav-item:hover::before {
            width: 100%;
            height: 100%;
        }
.nav-item span {
    position: relative;
    z-index: 1;
}

.nav-item.active {
    background: #17181f;
    background: linear-gradient(0deg,rgb(0, 29, 38) 0%, rgb(41, 39, 70) 5%, rgb(13, 39, 100) 100%);
    /* border-color: #453b5b; */
    color: white;
    text-decoration: ;
}

.nav-item-bottom {
    background-image: linear-gradient(to right, rgb(32, 27, 34), rgb(0, 0, 0));
    z-index: 10000;
    text-decoration: none;
    position: sticky;
    border-radius: 10px 10px 0px 0px;
    clear: both;
    padding-top: 8px !important;
    padding-left: 22px;
    padding-right: 21px;
    padding-bottom: 6px;
    border-top: 1px solid rgb(34, 72, 60);
    /* border-bottom: 1px solid rgb(117, 104, 0); */
    font-size: 1.3em;
    color: rgb(217, 217, 217);
    font-size: 1.3em;
    font-family: "Hubot Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    margin-bottom: ;
}

.nav-item-bottom:first-child {
    margin-left: 0;
}

        /* Main Content */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: .4rem 2rem;
        }


.nav-item-mobile {
    color: #a29f9f;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    border: 1px solid black;
    text-decoration: none;
    float: left;
    height: 37px;
    width: auto;
    padding: 0px 26px;
    display: none;
}
.nav-item-mobile::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
}
        .nav-item-mobile:hover {
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3);
        }

        .nav-item-mobile:hover::before {
            width: 100%;
            height: 100%;
        }
.nav-item-mobile span {
    position: relative;
    z-index: 1;
}

.nav-item-mobile.active {
    background: #17181f;
    background: linear-gradient(0deg,rgb(0, 29, 38) 0%, rgb(41, 39, 70) 5%, rgb(13, 39, 100) 100%);
    /* border-color: #453b5b; */
    color: white;
    text-decoration: ;
}

.nav-item-mobile-bottom {
    background-image: linear-gradient(to right, rgb(32, 27, 34), rgb(0, 0, 0));
    z-index: 10000;
    text-decoration: none;
    position: sticky;
    border-radius: 10px 10px 0px 0px;
    clear: both;
    padding-top: 8px !important;
    padding-left: 22px;
    padding-right: 21px;
    padding-bottom: 6px;
    border-top: 1px solid rgb(34, 72, 60);
    /* border-bottom: 1px solid rgb(117, 104, 0); */
    font-size: 1.3em;
    color: rgb(217, 217, 217);
    font-size: 1.3em;
    font-family: "Hubot Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    margin-bottom: ;
}

.nav-item-mobile-bottom:first-child {
    margin-left: 0;
}

        /* Main Content */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: .4rem 2rem;
        }


#overview {
  position: relative;
  overflow: hidden;
}

#overview video {
    position: absolute;
    top: 0;
    left: 2%;
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    z-index: -1;
}

#overview .to-the-left {
  position: relative;
  z-index: 1;
}

.section {
  background: #000;
  border-radius: 1rem;
  padding: 0 2.5rem 2.5rem 2.5rem;
  margin-bottom: 2rem;
  border: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0s;
}      
        .section:nth-child(1)::before {
            transform: scaleX(1);
            background: linear-gradient(90deg, var(--primary-color), #1a0a35);
        }

        .section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .section:hover::before {
            transform: scaleX(1);
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .section h2 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #905fff, #ce9191);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 15px 0 0 0;
    font-weight: 500;
    text-decoration: underline 1px solid #402f2f;
}
.section h3 {
    font-size: 1.1em;
    /* font-family: verdana; */
    color: #e5ffd4;
    background: #121515;
    padding: 0.5%;
    box-shadow: 2px 1px 19px #2f2f2f;
    text-decoration: 2px solid underline #47464a;
    /* height: 60px; */
    background-image: url("poop.png");
}



.header2-nav {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    display: none;
}

.section h4 {
    font-size: 1.2em;
    margin: 1em .6em 1em 1em;
    color: #13a83f;
    text-decoration: 1px solid underline #0f4223;
    line-height: 1em;
}

        /* Collapsible Sections */FV
        .collapsible {
            margin: 1.5rem 0;
            background: rgba(139, 92, 246, 0.05);
            border: 1px solid rgba(139, 92, 246, 0.2);
            border-radius: 0.75rem;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .collapsible:hover {
            border-color: rgba(139, 92, 246, 0.4);
            box-shadow: 0 4px 20px rgba(139, 92, 246, 0.1);
        }

        .collapsible-header {
    background: rgba(0, 0, 0, 0.1);
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 600;
    color: var(--text-primary);
    font-family: arial;
    font-size: 1.2em;
}

        .collapsible-header:hover {
            background: rgba(139, 92, 246, 0.15);
        }

        .collapsible-header::after {
            content: '▼';
            transition: transform 0.3s ease;
            font-size: 0.8rem;
            color: var(--primary-color);
        }

        .collapsible.active .collapsible-header::after {
            transform: rotate(180deg);
        }

        .collapsible-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease;
            background: rgba(0, 0, 0, 0.3);
        }

.collapsible.active .collapsible-content {
    max-height: 5000px;
    padding: 0 1em 3em 1em;
}

.collapsible-body {
    line-height: 0.8em;
}

.collapsible-body p {
    font-size: 18px;
    line-height: 1.5em;
}

.content-wrapper {
    background: #13111c;
    padding: 10px;
}

.content-wrapper ul strong {
    color: #2a1039 !important;
}

.onstang{
    width: 135px;
    display: inline-block;
}

.no_indent{
    margin-left: 0 !important;
}

.content-wrapper strong {
    color: #7ae89c;
    text-decoration: underline .1em solid #162b01;
    padding: .5em 0 .4em 0;
    min-width: 88px !important;
    display: inline-block;
    width: auto;
}

.tab-pane strong {
    /* color: red; */
    /* background: blue; */
    width: 220px;
    position: revert-layer;
    display: inline-block;
    /* padding: 3px; */
}


.dropper {
    position: absolute;
    right: 8px;
    top: 7px;
    display: none;
}




        /* Code Blocks */
.code-block {
    background: #f2f2f2;
    border: 1px solid var(--border-color);
    color: #000;
    /* padding: 1.5rem; */
    border-radius: 0.5rem;
    overflow-x: auto;
    /* margin: 2rem 0; */
    font-family: inherit;
    font-size: .9em;
    line-height: 1.6;
    position: relative;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    white-space: pre-wrap;
}
.code-block strong {
    width: 224px;
    display: inline-block;
}
        .code-block::before {
            content: attr(data-lang);
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            background: var(--primary-color);
            color: white;
            padding: 0.25rem 0.75rem;
            border-radius: 0.25rem;
            font-size: 0.75rem;
            text-transform: uppercase;
            font-weight: 600;
        }

        .inline-code {
    background: rgba(139, 92, 246, 0.2);
    /* color: #000; */
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-family: 'Fira Code', 'Courier New', monospace;
    font-size: 0.9em;
}
      .inline-code.white-txt {
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    font-family: inherit;
}
        /* Feature Cards */
        .feature-grid {
    display: grid;
    gap: 1.1rem;
    padding: 0;
    margin: 0;
}
    .feature-card-small {
    background: #000;
    border: 1px solid rgba(139, 92, 246, 0.2);
    padding: 27px;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    width: 365px;
}
.feature-card-small h4{

    color: rebeccapurple;
}

.to-the-left {
    display: grid;
    float: right;
    margin-right: 2%;
    margin-top: 9%;
}


.feature-grid-small {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0px;
}
       .feature-card {
            background: rgba(139, 92, 246, 0.05);
            border: 1px solid rgba(139, 92, 246, 0.2);
            padding: 1rem;
            border-radius: 0.75rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .feature-card:hover::before {
            opacity: 1;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary-color);
            box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
        }

        .feature-card h4 {
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        /* Alert Boxes */
        .alert {
    padding: 1.25rem 1.5rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
    border-left: 4px solid;
    position: relative;
    overflow: hidden;
    line-height: 1.5em;
}
        .alert-success strong {
    display: inline-block;
    width: 194px;
}

        .alert::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.1;
            z-index: -1;
        }

        .alert-info {
    background: rgba(139, 92, 246, 0.1);
    border-color: #5e5213;
    color: #dbd8cd;
    box-shadow: 3px 3px 11px #3e3711;
}

.alert-info {
    background: rgba(139, 92, 246, 0.1);
    /* border-color: #5e5213; */
    /* color: #ae9d5a; */
    box-shadow: 3px 3px 11px #3e3711;
}

        .alert-danger {
            background: rgba(239, 68, 68, 0.1);
            border-color: var(--danger-color);
            color: #f87171;
        }

        .alert-success {
            background: rgba(16, 185, 129, 0.1);
            border-color: var(--success-color);
            color: #34d399;
        }

        /* Tables */
        .table-wrapper {
            overflow-x: auto;
            margin: 1.5rem 0;
            border-radius: 0.5rem;
            border: 1px solid var(--border-color);
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        th, td {
            padding: 1rem 1.25rem;
            text-align: left;
            border-bottom: 1px solid var(--border-color);
        }

        th {
            background: rgba(139, 92, 246, 0.1);
            font-weight: 600;
            color: var(--primary-color);
        }

        tr:hover {
            background: rgba(139, 92, 246, 0.05);
        }

        /* Lists */
        ul, ol {
            background: linear-gradient(90deg, #fff 0%, #a9c9ff 100%);
            padding: 1em 1em 1em 1.3em;
            border-radius: 0.5rem;
            overflow-x: auto;
            margin: 1rem 0;
            position: relative;
            width: 93%;
            margin-left: auto;
            margin-right: auto;

            line-height: 1.1em;

                list-style: none;
            color: #000;
            font-size: 1em;
            font-family: inherit;
        }



        li {
            margin: 0.75rem 0;
        }
        li strong {
            width: 184px;
            display: inline-block;
        }

        /* Tabs */
        .tabs {
            margin: 2rem 0;
        }

        .tab-buttons {
            display: flex;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
            flex-wrap: wrap;
        }

        .tab-button {
            padding: 0.75rem 1.5rem;
            background: rgba(139, 92, 246, 0.1);
            border: 1px solid rgba(139, 92, 246, 0.2);
            border-radius: 0.5rem;
            cursor: pointer;
            font-weight: 500;
            color: var(--text-primary);
            transition: all 0.3s ease;
        }

        .tab-button:hover {
            background: rgba(139, 92, 246, 0.2);
            border-color: var(--primary-color);
        }

        .tab-button.active {
            background: var(--primary-color);
            border-color: var(--primary-color);
            color: white;
        }

        .tab-content {
            background: rgba(0, 0, 0, 0.3);
            padding: 2rem;
            border-radius: 0.5rem;
            border: 1px solid var(--border-color);
        }

        .tab-pane {
            display: none;
        }

        .tab-pane.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* Progress Steps */
        .steps {
            margin: 2rem 0;
        }

        .step {
            display: flex;
            align-items: flex-start;
            margin: 1.5rem 0;
            position: relative;
            padding-left: 3.5rem;
        }

        .step::before {
            content: attr(data-step);
            position: absolute;
            left: 0;
            top: 0;
            width: 2.5rem;
            height: 2.5rem;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
        }

        .step::after {
            content: '';
            position: absolute;
            left: 1.25rem;
            top: 3rem;
            width: 2px;
            height: calc(100% + 0.5rem);
            background: linear-gradient(to bottom, var(--primary-color), transparent);
        }

        .step:last-child::after {
            display: none;
        }

                /* Hide all steps by default */
        .step[data-step] {
            opacity: 0;
            transform: translateY(30px) scale(0.8);
            filter: blur(10px);
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        /* Loaded state with fancy animation */
        .step[data-step].loaded {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }

        /* Glowing pulse effect on load */
        @keyframes stepPulse {
            0% {
                box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.7);
            }
            70% {
                box-shadow: 0 0 0 20px rgba(139, 92, 246, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(139, 92, 246, 0);
            }
        }

        .step[data-step].loaded {
            animation: stepPulse 0.6s ease-out;
        }

        /* Number glow effect */
        .step[data-step].loaded::before {
            box-shadow: 0 0 20px rgba(139, 92, 246, 0.8),
                        0 0 40px rgba(124, 58, 237, 0.6);
            animation: numberGlow 0.5s ease-out;
        }

        @keyframes numberGlow {
            0% {
                transform: scale(1.5);
                opacity: 0.3;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        /* Footer */
        footer {
    text-align: center;
    padding: 3rem 0;
    color: var(--text-secondary);
    border-top: 1px solid #1c1818;
    margin-top: 4rem;
    background: rgba(43, 31, 31, 0.44);
    background-image: url("footerbg.png");
    opacity: 0.9;
}

        /* Responsive */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2rem;
            }

.nav-content {
    margin-left: auto;
    padding: 0 2rem;
    display: block;
    max-width: 1100px;
    gap: 0.5rem;
    max-width: 1169px;
    margin-right: auto;
    background: #17181f;
    background: linear-gradient(343deg,rgb(0, 0, 0) 0%, rgb(25, 18, 72) 50%, rgb(0, 0, 0) 100%);
    width: 100%;
}

            .nav-item {
                font-size: 0.8rem;
                padding: 0.4rem 1rem;
            }

            .section {
                padding: 1.5rem;
            }

            .feature-grid {
                grid-template-columns: 1fr;
            }

            .section h2 {
                font-size: 1.75rem;
            }
        }

        /* Scrollbar */
        ::-webkit-scrollbar {
            width: 10px;
        }

        ::-webkit-scrollbar-track {
            background: var(--dark-bg);
        }

        ::-webkit-scrollbar-thumb {
            background: var(--primary-color);
            border-radius: 5px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: var(--secondary-color);
        }

        /* Loading Animation */
        .loader {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid var(--border-color);
            border-top-color: var(--primary-color);
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

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


        /* scroll back to top */
#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 13%;
    z-index: 1000;
}

#back-top a {
    width: auto;
    display: contents;
    text-align: center;
    font: 13px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}

#back-top span {
    width: 50px;
    height: 43px;
    display: block;
    margin-bottom: 7px;
    background: #111c12 url(up-arrow.png) no-repeat center center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border-radius: 5;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    padding: 6px;
    margin: 0;
    opacity: 0.7;
    margin-left: -5px;
}
#back-top a:hover span {
    background-color: #777;
}

.gbutton{
    display: block;
}

.icons {
    position: absolute;
    top: 25px;
    right: 10px;
    opacity: .3;
    width: 77px;
}










/***** RESPONSIVE ******/

@media (max-width: 1250px) {

    .nav-item{
        padding: 0px 15px;
    }

}

/* Tablet - 2 columns */
@media (max-width: 1076px) {
  .to-the-left {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
      margin-top: 80%;
  }

  .dropper {
    display: block;
}
 
.feature-card-small{
    width: auto;
}

  .gbutton{
    display: none;
  }

.nav-item {
    font-size: 1.1em;
}

.nav-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    width: auto;
}

}

/* Mobile - 1 column */
@media (max-width: 978px) {
  .to-the-left {
    grid-template-columns: 1fr;
    gap: 1rem;
  
  }
  
  .section {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }

  .nav-item {
    font-weight: 500;
    padding: 0px 11px;
  }

  .nav-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
}

#overview video {
    height: 60%;
}

}


@media(max-width: 661px){

.code-block {
    min-width: 100%;
    overflow: auto;
}

p {margin-left: 0;}

.header-content-2 {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* z-index: 1; */
    position: inherit;
}

    .header-2 {
    width: 90%;
}

    .desk{display: none !important;}
    .mob{display: block;}

    .nav-item{
        display: none;
    }

    .nav-item-mobile {
        display: block;
        font-size: 1em;
        padding: 0px 11px;
    }


    .nav-content {
        /*margin-left: -33px;*/
        margin-right: auto;
        max-width: 100%;
        width: auto;
        background: ;
    }

.header-2 h1 {
  font-size: 1em;
  margin: 3px 0 6px 0;

}

.sticky-section-title {
    font-size: 1.3em;
    margin-top: 8px;
}

}







@media(max-width: 768px){
    .header2-nav{
        display: none;
    }

  .nav-item {
    font-weight: 500;
    padding: 1px 8px 0 7px;
    font-size: 1em;
}

}


/* Small mobile */
@media (max-width: 480px) {
  .section {
    padding: 0 1rem 1rem 1rem;
  }
  
  .to-the-left {
    gap: 0.75rem;
  }

  .steps p{
    line-height: 1.6;
    margin: 0em .6em 1em 1em;
  }

}

@media (min-width: 1265px) {
  .header2-nav {
    display: block;
  }
}