body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.welcome-screen > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 85px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1356px;
}

.welcome-screen__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 85px;
    text-align: center;
    min-height: 100vh;
    padding: 50px 0;
    justify-content: center;
}
.welcome-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
}
.home-header {
    padding: 24px 0;
    display: flex;
    align-items: end;
    gap: 10px;
}

.home-header a,
.home-header button {
    border-radius: 30px;
    background: #fff;
    display: flex;
    height: 42px;
    padding: 5px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #111827;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.home-header button {
    font-family: inherit;
}
.home-logo-box {
    background: #ffffff;
    padding: 10px;
    border-radius: 0 0 16px 16px;
    z-index: 10;
}
.home-logo-image {
    height: 60px;
    width: auto;
    object-fit: contain;
}
.welcome-hero__title {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #3F1394;
    white-space: pre-line;
    margin-bottom: 0;
    max-width: 700px;
}

.welcome-hero__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375em;
    text-align: center;
    color: #3F1394;
    white-space: pre-line;
    max-width: 700px;
}

.welcome-feature-grid {
    gap: 30px;
}

.welcome-feature-card {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    padding: 48px 16px;
    background-image: linear-gradient(270deg, rgba(212, 58, 212, 1) 0%, rgba(91, 33, 182, 1) 81%);
    z-index: 0;
    transition: all 0.3s
}
.welcome-feature-card:hover {
    box-shadow: 0px 6px 24px #00000040;
}
.welcome-feature-card__body {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.welcome-feature-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: -1;
}

.welcome-feature-card:nth-child(1) .welcome-feature-card__bg {
    background-image: url('/portal/images/card-bg-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.welcome-feature-card:nth-child(2) .welcome-feature-card__bg {
    background-image: url('/portal/images/card-bg-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.welcome-feature-card:nth-child(3) .welcome-feature-card__bg {
    background-image: url('/portal/images/card-bg-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.welcome-feature-card__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, rgba(212, 58, 212, 0.5) 0%, rgba(91, 33, 182, 1) 81%);
    border-radius: 16px;
}


.welcome-feature-card__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

.welcome-feature-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.welcome-feature-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.welcome-feature-card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3em;
    text-align: left;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(18, 26, 43, 0.2);
    white-space: pre-line;
    margin-bottom: 0;
}

.welcome-feature-card__text {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(18, 26, 43, 0.2);
    white-space: pre-line;
    margin-bottom: 0;
}


.welcome-screen__bot {
    position: absolute;
    right: 24px;
    bottom: 60px;
    width: 80px;
    height: 80px;
    z-index: 10;
    transition: all 0.3s;
    border-radius: 200px;
}
.welcome-screen__bot:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 32px #5b21b680;
}

.welcome-screen__bot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
    width: 1920px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: transparent;
}

.header-logo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 16px 16px;
}

.header-logo {
    width: 105px;
    height: 60px;
}

.header-controls-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 30px;
    height: 42px;
}

.language-flag {
    width: 25px;
    height: 25px;
    background-image: url('../portal/images/flag-vn.png');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.login-button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    height: 42px;
}

.login-icon {
    width: 20px;
    height: 20px;
    color: #FFFFFF;
}

.login-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375em;
    text-align: left;
    color: #FFFFFF;
}

@media(max-width: 767px) {
    .welcome-feature-grid {
        gap: 20px
    }
    .home-logo-image {
    height: 50px;
    }
    .welcome-header {
        align-items: start;
    }
    .home-header {
        padding: 8px 0 0 0
    }
    .welcome-screen {
        padding-top: 80px;
    }
    .welcome-screen__content {
        gap: 36px;
    }
    .welcome-hero__title {
        font-size: 24px;
    }
}
.modal-dialog{
    color: #000000;
}
.login-option-modal {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 45px rgba(17, 24, 39, 0.25);
}
.login-option-modal .modal-header {
    border-bottom: none;
}
.login-option-modal .modal-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.login-option-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 16px 20px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background-color: #F9FAFB;
}
.login-option-item h6 {
    margin: 0 0 4px 0;
    font-weight: 600;
    color: #111827;
}
.login-option-item p {
    margin: 0;
    color: #4B5563;
    font-size: 14px;
}
.login-option-item .btn {
    min-width: 140px;
}