/* Font Family - Helvetica */
body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 30px;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

* {
    font-family: inherit;
}

/* Minimum font-size: 30px */
body,
p,
span,
a,
li,
td,
th,
label,
input,
textarea,
select,
button,
small {
    font-size: 30px;
    line-height: normal;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* Override for elements that should be larger */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}

.navbar {
    --bs-navbar-nav-link-padding-x: 10px;
    --bs-navbar-nav-link-padding-y: 10px;
}

.navbar-nav {
    --bs-nav-link-padding-x: 10px;
    --bs-nav-link-padding-y: 10px;
}

.logo-desktop {
    display: block;
}

.logo-mobile {
    display: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.bg-lopas-dark {
    background-color: #4d4d4d !important;
    opacity: 1 !important;
}

.banner-video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-overlay {
    position: relative;
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.banner-content {
    text-align: center;
    color: white;
    justify-content: center;
    max-width: 100%;
    padding: 0 15px;
}

.banner-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.banner-subtitle {
    font-size: 1.5rem;
    margin-top: 8px;
}

.banner-text {
    font-size: 1.25rem;
    line-height: normal;
}

.btn-header {
    border: 1px solid transparent;
    border-radius: 0;
    position: relative;
}

.btn-header:hover {
    border: 1px solid #ffffff;
    border-radius: 0;
}

.btn-header.active {
    border-bottom: 3px solid #ffffff !important;
    border-radius: 0;
}

.btn-header.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #ffffff;
}

.dropdown.nav-link {
    border: none;
}

.dropdown.nav-link:hover {
    background-color: #fff;
    border-radius: 0px;
}

.language-dropdown-btn {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.language-flag-current {
    width: 42px;
    height: 28px;
    overflow: hidden;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.language-flag-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.language-dropdown-menu {
    min-width: 80px;
    padding: 0.5rem;
    margin-top: 0.5rem;
}

.language-option {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.language-option:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.language-option .language-flag-img {
    width: 50px;
    height: 33px;
    border: 1px solid #6c757d;
    border-radius: 4px;
}

.section-white {
    background-color: white;
    position: relative;
    z-index: 2;
    background: #ffffff60;
}

.section-dark {
    background-color: #4d4d4dcc;
    /* color: white; */
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 2rem;
    color: white;
}

.section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}



@media (max-width: 768px) {
    .section-text {
        font-size: 30px !important;
        text-wrap: wrap;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

#contact .section-text {
    font-weight: 400;
}

#contact .font-18 {
    font-size: 30px !important;
}

#contact h2.section-title.font-24 {
    font-size: 30px ;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#contact .form-label.font-20 {
    font-size: 30px;
}

.section-text-justify {
    text-align: left;
}

.section-white .section-text {
    color: #333;
    line-height: normal;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.section-white .section-title {
    color: #333;
}

.section-icon {
    font-size: 8rem;
    color: white;
}

.mvv-card {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
}

.mvv-card-bg-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/about-mvv-1.svg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.8) contrast(0.9);
    pointer-events: none;
    background-repeat: no-repeat;
}

.mvv-card-bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/about-mvv-2.svg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.8) contrast(0.9);
    pointer-events: none;
    background-repeat: no-repeat;
}

.mvv-card-bg-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/about-mvv-3.svg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.8) contrast(0.9);
    pointer-events: none;
    background-repeat: no-repeat;
}

.mvv-icon {
    font-size: 4rem;
    color: white;
    margin-bottom: 1.5rem;
}

.mvv-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: white;
}

.mvv-text {
    color: rgba(255, 255, 255, 0.9);
    line-height: normal;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .mvv-text {
        font-size: 30px !important;
    }
}

.business-card {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    /* background:#4D4D4DCC; */
    border-radius: 4px;
    height: 100%;
    position: relative;
}

/* Business Card Background Utilities */
.business-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.6;
    filter: blur(2px);
    pointer-events: none;
    background-size: 50%;
}

.business-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.business-icon {
    font-size: 3rem;
    color: white;
    margin: 2rem 0 1rem 0;
}

.business-text {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    text-align: left;
    line-height: normal;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .business-text {
        font-size: 30px !important;
    }
}

.company-info-item {
    display: flex;
    gap: 1rem;
    /* margin-bottom: 2rem; */
}

.company-info-text {
    color: white;
}

.company-info-text p {
    margin-bottom: 0.5rem;
}

.company-address {
    color: white;
}

.company-address p {
    margin-bottom: 1rem;
}

.risk-list {
    color: white;
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.risk-list li {
    margin-bottom: 0.5rem;
}

.dashboard-preview {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 2rem;
    min-height: 300px;
}

.dashboard-placeholder {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 3rem;
    text-align: center;
    color: white;
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 2rem;
    margin-top: 12px;
    margin-bottom: 32px;
}

/* Contact Form Utilities */
.contact-form-row-start {
    align-items: flex-start;
}

/* Contact page introduction block */
.contact-intro-box {
    padding: 20px 32px 0px 32px;
}

.contact-intro-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.contact-intro-title {
    font-size: 30px;
    font-weight: 700;
    color: white;
}

.contact-intro-logo {
    flex: 0 0 220px;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.contact-intro-logo img {
    width: 200px;
    height: auto;
    max-width: 100%;
}

.contact-intro-text {
    flex: 1 1 auto;
    max-width: calc(100% - 244px);
    text-align: left;
    padding-top: 20px;
}

.contact-form .form-label {
    color: white;
    font-weight: 700;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* Contact form row - label và input cùng dòng */
.contact-form-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.contact-form-label {
    color: white;
    font-weight: 500;
    width: 200px;
    min-width: 230px;
    max-width: 20px;
    flex-shrink: 0;
    margin-bottom: 0;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    line-height: normal;
}

.contact-form-row .input-wrapper {
    flex: 1;
    min-width: 0;
    align-self: flex-start;
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}

.contact-form .form-control:focus {
    background: white;
    border-color: #0d6efd;
}

.contact-form .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 0.75rem 2rem;
    font-weight: 600;
}

/* Input wrapper for clear button */
.contact-form .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-form .input-wrapper .form-control {
    padding-right: 40px;
}

/* Clear button (X button) */
.contact-form .input-clear-btn {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    color: #666;
    font-size: 30px;
    line-height: normal;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: color 0.2s ease;
}

.contact-form .input-clear-btn:hover {
    color: #333;
}

.contact-form .input-clear-btn:focus {
    outline: none;
}

.textarea-input {
    height: 125px;
    resize: vertical;
    background-color: transparent !important;
    border: 2px solid #c0c0c0 !important;
}

.contact-form .form-control {
    background-color: transparent !important;
    border: 2px solid #c0c0c0 !important;
}

/* Review mode styles */
.contact-form.review-mode .contact-input {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.contact-form.review-mode .contact-input.review-disabled {
    opacity: 0.8;
}

/* Back to edit text */
.back-to-edit-text {
    color: #0d6efd;
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px;
    margin: 8px 0 0 0;
}

.back-to-edit-text:hover {
    color: #0a58ca;
}

/* Review button */
.btn-review {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: white;
    padding: 0.75rem 2rem;
    font-weight: 600;
    opacity: 0.5;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.btn-review.btn-enabled {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    opacity: 1;
    cursor: pointer;
}

.btn-review.btn-enabled:hover {
    background-color: #0a58ca !important;
    border-color: #0a58ca !important;
}

/* Submit button (pink) */
.btn-submit-pink {
    background-color: #e91e63;
    border-color: #e91e63;
    color: white;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-submit-pink:hover {
    background-color: #c2185b;
    border-color: #c2185b;
    color: white;
}

/* Submit button disabled state - keep visible and distinct */
.btn-submit-pink:disabled {
    background-color: #e91e63 !important;
    border-color: #e91e63 !important;
    color: white !important;
    opacity: 0.9 !important;
    cursor: wait !important;
    /* Ensure button is visible even when disabled */
    pointer-events: none;
}

/* Invalid input styles */
.contact-form .form-control.is-invalid,
.contact-form textarea.is-invalid {
    border-color: #dc3545 !important;
}

.contact-form .form-control.is-invalid:focus,
.contact-form textarea.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Form error message */
.form-error-message {
    padding: 12px;
    background-color: rgba(220, 53, 69, 0.1);
    border-left: 4px solid #dc3545;
    border-radius: 4px;
    width: 100%;
}

/* Textarea clear button positioning */
.contact-form-row .input-wrapper {
    position: relative;
}

.contact-form-row textarea + .input-clear-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.footer-main {
    background: rgba(26, 26, 26, 0.95);
    color: white;
    padding-top: 40px;
    padding-bottom: 16px;
}

.footer-content {
    margin-bottom: 32px;
}

.footer-logo {
    margin-bottom: 16px;
}

.footer-logo-box {
    width: 114px;
    height: 29px;
    background: white;
}

.footer-main-row {
    margin-top: 16px;
}

.footer-section {
    height: 100%;
}

.footer-section-title {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: white;
    margin-bottom: 16px;
    text-align: left;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}

.footer-contact-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: white;
    font-size: 30px;
    margin-top: -5px;
}

.footer-contact-text {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: white;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 8px;
}

.footer-link {
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: white;
    text-decoration: none;
    transition: opacity 0.2s ease;
    text-align: left;
}

.footer-link:hover {
    opacity: 0.8;
    color: white;
}

.footer-copyright {
    text-align: center;
    /* padding-top: 16px; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer-copyright p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: white;
}

.navbar-toggler-icon {
    background-image: url("/img/icons/menu.svg");
    width: 40px;
}

.item-language-dropdown {
    align-items: center;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.list-square-custom {
    padding-left: 12px;
}

.list-square-custom li {
    position: relative;
    padding-left: 1rem;
    line-height: normal;
    list-style: none;
}

.list-square-custom li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 5px;
    top: 11px;
    width: 14px;
    height: 14px;
    background-color: #000;
}
.contact-info-wrapper {
    text-align: left;
}

/* Checkbox */
.form-check-custom {
    cursor: pointer;
    user-select: none;
}

.form-check-custom-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-check-custom-label {
    position: relative;
    padding-left: 40px;
    line-height: normal;
    font-weight: 700 !important;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
}

.form-check-custom-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 2px solid #000;
    background: #fff;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.form-check-custom-label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg) scale(0);
    width: 9px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transition: all 0.25s ease;
}

/* Khi được check */
.form-check-custom-input:checked + .form-check-custom-label::before {
    background: #3913e0; /* đỏ Nhật */
    border-color: #3913e0;
    box-shadow: 0 4px 12px rgba(57, 19, 224, 0.3);
}

.form-check-custom-input:checked + .form-check-custom-label::after {
    transform: translateY(-50%) rotate(45deg) scale(1);
}

/* Hover & focus */
.form-check-custom:hover .form-check-custom-label::before {
    border-color: #3913e0;
    box-shadow: 0 4px 12px rgba(57, 19, 224, 0.3);
}

.form-check-custom-input:focus-visible + .form-check-custom-label::before {
    outline: 2px solid #3913e0;
    outline-offset: 2px;
}

/* Checkbox error state */
.checkbox-error .form-check-custom-label::before {
    border-color: #dc3545 !important;
    background: rgba(220, 53, 69, 0.1) !important;
}

.checkbox-label-error {
    color: #dc3545 !important;
}
.font-25 {
    font-size: 25px !important;
}

/* Values Page - Slide Titles */
.values-slide-title {
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
}

/* Scroll-triggered animations */
.scroll-animate {
    opacity: 0;
    visibility: hidden;
}

.animated {
    animation-fill-mode: both;
}

/* ===== CUSTOM UTILITY CLASSES ===== */

/* Video Styles */
.video-cover {
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.8);
}

.video-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Fixed Video Background */
.fixed-video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff50;
}

/* Position & Z-Index Utilities */
.pos-relative {
    position: relative;
}

.pos-relative-flex-center {
    position: relative;
    display: flex;
    align-items: center;
}

.pos-relative-overflow {
    position: relative;
    overflow: hidden;
}

.pos-relative {
    position: relative;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

/* Container Utilities */
.container-z2 {
    position: relative;
    z-index: 2;
}

/* Section Utilities */
.section-centered-container {
    max-width: 1414px;
    min-height: 837px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.section-dark-padded {
    padding: 80px 60px;
    min-height: 600px;
}

.section-full-flex {
    position: relative;
    display: flex;
    align-items: center;
    /* margin-top: 40px; */
    padding: 100px 0 60px 0;
    background: #ffffff05;
}

.section-business {
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: #ffffff05;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.section-company {
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0 120px 0;
    background: #ffffff05;
}

/* Text Utilities */
.text-relative {
    position: relative;
    z-index: 1;
}

.text-center-relative {
    position: relative;
    text-align: center;
    z-index: 1;
}

.text-fw-700 {
    font-weight: 700;
    margin-bottom: 24px;
    text-align: left !important;
}

.text-line-height-32 {
    line-height: normal;
}

/* Layout Utilities */
.flex-column-center {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.flex-0-auto {
    flex: 0 0 auto;
    text-align: center;
}

.flex-1-auto-wrap {
    flex: 1 1 auto;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-left: 10px;
}

.row-max-1400 {
    max-width: 1400px;
}

/* Padding Utilities */
.pr-40-pl-0 {
    padding-right: 40px;
    padding-left: 0px;
}

/* Animation Delay Classes */
.anim-delay-02s { animation-delay: 0.2s; }
.anim-delay-03s { animation-delay: 0.3s; }
.anim-delay-04s { animation-delay: 0.4s; }
.anim-delay-05s { animation-delay: 0.5s; }
.anim-delay-06s { animation-delay: 0.6s; }
.anim-delay-07s { animation-delay: 0.7s; }
.anim-delay-08s { animation-delay: 0.8s; }
.anim-delay-09s { animation-delay: 0.9s; }
.anim-delay-1s { animation-delay: 1s; }
.anim-delay-11s { animation-delay: 1.1s; }
.anim-delay-12s { animation-delay: 1.2s; }
.anim-delay-13s { animation-delay: 1.3s; }
.anim-delay-14s { animation-delay: 1.4s; }
.anim-delay-15s { animation-delay: 1.5s; }
.anim-delay-16s { animation-delay: 1.6s; }
.anim-delay-17s { animation-delay: 1.7s; }
.anim-delay-18s { animation-delay: 1.8s; }
.anim-delay-19s { animation-delay: 1.9s; }
