.welcome-section {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.text-welcome{
    color: #fff;
}

.zi-1 {
    z-index: 1;
}
.zi-2 {
    z-index: 2;
}
.zi-3 {
    z-index: 3;
}

.typed-cursor {
    background: #fff;
    color: #fff;
    z-index: 2;
    margin-left: 5px;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.menu-icon img {
    width: 60px;
}

.menu-icon span {
    font-weight: 500;
    margin-top: 10px;
}

.menu-icon-title {
    text-align: center;
    margin-top: -80px;
}

.menu-icon-title span {
    background: var(--bs-blue);
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    padding: 5px 50px;
    border-radius: 1rem;
}

#impersonate-banner {
    top: 70px !important;
    z-index: 1061 !important;
}