html,
body {
    max-width: 100%;
    padding-bottom: 40px;
    background-color: #f8f7f7;
    overflow-x: hidden !important;
}

#progressBar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background-image: linear-gradient(90deg, #3fffcf, #068cca, #003477);
    width: 0%;
    height: 8px;
    z-index: 9999;
}

.navbar {
    background-color: #000000cb !important;
    border-top: 1px solid #005753b9;
    font-size: larger;
    backdrop-filter: blur(2px);
    position: fixed;
    padding-top: 0%;
    padding-bottom: 0%;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.navbar .nav-link {
    color: #00ffc8;
    transition: all 0.2s ease;
}

.navbar .nav-link:hover {
    font-weight: bold;
}

.navbar .nav-link.active {
    font-weight: bold;
    text-decoration: underline;
    color: beige;
}

.navbar-toggler-icon {
    display: none;
}

.custom-toggler {
    border: none;
    padding: 0.25rem;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 28px;
    gap: 4px;
}

.custom-toggler .toggler-bar {
    width: 24px;
    height: 3px;
    background-color: #00ffc8;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.navbar-collapse.collapse {
    transition: height 0.3s ease;
}

@media (min-width: 768px) {
    .container {
        padding: 3rem 4rem;
    }
}

.container {
    background: #fff;
    padding: 60px;
    padding-left: 80px;
    border-radius: 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

    padding: 2rem 1rem;
    /* Responsive units */
}

h2 {
    margin-top: 40px;
    font-size: 1.75rem;
}

ul {
    padding-left: 20px;
}

#nav-a {
    background-color: #000000;
    border-top: 1px solid #005753b9;
    font-size: larger;
    backdrop-filter: blur(2px);
    position: fixed;
    padding-top: 0%;
    padding-bottom: 0%;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

#nav-a .nav-link {
    color: #00ffc8;
    transition: all 0.2s ease;
}

#nav-a .nav-link:hover {
    font-weight: bold;
}

#nav-a .nav-link.active {
    font-weight: bold;
    text-decoration: underline;
    color: beige;
}

.icon-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009b79ce;
    width: 34px;
    height: 34px;
    margin-bottom: 2px;
    color: whitesmoke;
    font-size: 26px;
    border-radius: 0px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.icon-bar a:hover {
    background-color: #003477;
    color: whitesmoke;
}