/*! CSS Used from: Embedded */
svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/*! CSS Used from: Embedded */
svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/*! CSS Used from: Embedded */
*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}

:after,
:before {
    --tw-content: "";
}

a {
    color: inherit;
    text-decoration: inherit;
}

button {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

svg {
    display: block;
    vertical-align: middle;
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap;
}

.relative {
    position: relative;
}

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

.block {
    display: block;
}

.flex {
    display: flex;
}

.w-full {
    width: 100%;
}

.flex-col {
    flex-direction: column;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-3 {
    gap: .75rem;
}

.gap-6 {
    gap: 1.5rem;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: #fff;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
}

.border-opacity-10 {
    --tw-border-opacity: .1;
}

.p-10 {
    padding: 2.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pt-20 {
    padding-top: 5rem;
}

.text-right {
    text-align: right;
}

.font-primary {
    font-family: Rajdhani, sans-serif;
}

.text-3xl {
    font-size: 1.75rem;
    line-height: 1;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-black {
    font-weight: 900;
}

.uppercase {
    text-transform: uppercase;
}

.text-primary {
    --tw-text-opacity: 1;
    color: #25aae1;
    color: rgb(37 170 225/var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.duration-200 {
    transition-duration: .2s;
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

a,
li,
p {
    font-family: Rajdhani, sans-serif;
}

.mobile-menu {
    background-color: #141414cc;
    background-color: rgb(20 20 20/var(--tw-bg-opacity));
    display: flex;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 50;
    --tw-bg-opacity: .8;
}

@media (min-width:1024px) {
    .mobile-menu {
        display: none;
    }
}

.mobile-menu {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}



.mobile-menu .close-btn .lines {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .375rem;
    justify-content: center;
}

.mobile-menu .close-btn .lines .line {
    display: block;
    overflow: hidden;
    position: absolute;
    transform-origin: center;
    width: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    height: 6px;
    top: 50%;
    will-change: transform;
}

.mobile-menu .close-btn .lines .line:first-child {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mobile-menu .close-btn .lines .line:nth-child(2) {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: #25aae1;
    color: rgb(37 170 225/var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

/*! CSS Used from: Embedded */
*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}

:after,
:before {
    --tw-content: "";
}

a {
    color: inherit;
    text-decoration: inherit;
}

button {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

svg {
    display: block;
    vertical-align: middle;
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap;
}

.relative {
    position: relative;
}

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

.block {
    display: block;
}

.flex {
    display: flex;
}

.w-full {
    width: 100%;
}

.flex-col {
    flex-direction: column;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-3 {
    gap: .75rem;
}

.gap-6 {
    gap: 1.5rem;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: #fff;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
}

.border-opacity-10 {
    --tw-border-opacity: .1;
}

.p-10 {
    padding: 2.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pt-20 {
    padding-top: 5rem;
}

.text-right {
    text-align: right;
}

.font-primary {
    font-family: Rajdhani, sans-serif;
}

.text-3xl {
    font-size: 1.75rem;
    line-height: 1;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-black {
    font-weight: 900;
}

.uppercase {
    text-transform: uppercase;
}

.text-primary {
    --tw-text-opacity: 1;
    color: #25aae1;
    color: rgb(37 170 225/var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.duration-200 {
    transition-duration: .2s;
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: #25aae1;
    color: rgb(37 170 225/var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

/*! CSS Used from: Embedded */
.menu-item[data-v-8bf9fb94] {
    position: relative;
}

.menu-item .active-indicator[data-v-8bf9fb94] {
    bottom: -.5rem;
    height: .25rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    transform-origin: left;
    width: 100%;
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(0) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: #25aae1;
    background-color: rgb(37 170 225/var(--tw-bg-opacity));
    transition-duration: .1s;
}

/*! CSS Used from: Embedded */
.social-account[data-v-046309ec] {
    transition-duration: .2s;
}

/*! CSS Used from: https://wayforward.com/_nuxt/SocialAccount.ngeBMDXo.css */
.social-account[data-v-046309ec] {
    transition-duration: .2s;
}

/*! CSS Used from: https://wayforward.com/_nuxt/MenuItem.89Ff4bri.css */
.menu-item[data-v-8bf9fb94] {
    position: relative;
}

.menu-item .active-indicator[data-v-8bf9fb94] {
    bottom: -.5rem;
    height: .25rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    transform-origin: left;
    width: 100%;
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(0) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: #25aae1;
    background-color: rgb(37 170 225/var(--tw-bg-opacity));
    transition-duration: .1s;
}

    /* Tổng thể Menu Mobile */
    #offcanvasmenu {
        background-color: #f7cc4b !important; /* Màu vàng chủ đạo của web */
        border-left: 5px solid #000;
        box-shadow: -10px 0 0 rgba(0,0,0,0.1);
        width: 320px !important;
    }

    /* Các mục Menu */
    .menu-item {
        font-family: 'Varela Round', sans-serif;
        font-weight: 900 !important;
        color: #000 !important;
        text-shadow: 2px 2px 0px #fff;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
        position: relative;
        display: inline-block;
    }

    /* Hiệu ứng Hover: Chữ sẽ nhảy lên và đổi màu */
    .menu-item:hover {
        color: #ff4757 !important;
        transform: translateX(-10px) scale(1.1);
        text-shadow: 3px 3px 0px #000;
    }

    /* Divider (Đường kẻ) kiểu nét đứt cho vui nhộn */
    .border-white.border-opacity-10 {
        border-bottom: 3px dashed rgba(0,0,0,0.15) !important;
    }

    /* Chữ "More" - Tiêu đề phụ */
    .text-primary.font-black {
        color: #ff4757 !important;
        background: #000;
        display: inline-block;
        padding: 2px 15px;
        border-radius: 50px;
        font-size: 14px !important;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    /* Social Icons 3D */
    .social-account {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #fff;
        border: 2px solid #000;
        border-radius: 10px;
        color: #000 !important;
        box-shadow: 3px 3px 0px #000;
        transition: all 0.2s;
    }

    .social-account:hover {
        background: #ff4757 !important;
        color: #fff !important;
        transform: translate(-2px, -2px);
        box-shadow: 5px 5px 0px #000;
    }

    /* Nút Close (X) tùy chỉnh */
    .close-btn.btn-close {
        background: #ff4757 !important;
        border: 3px solid #000 !important;
        opacity: 1 !important;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 20px;
        right: 20px; /* Chuyển sang trái vì menu căn phải */
        box-shadow: 3px 3px 0px #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-btn:hover {
        transform: rotate(90deg) scale(1.1);
    }
    
    /* Làm cho icon SVG trong nút đóng rõ hơn */
    .btn-close::before {
        filter: brightness(0) invert(1); /* Biến icon X thành màu trắng */
    }

    /* Animation khi mở menu */
    .offcanvas.show .menu-item {
        animation: slideInRight 0.4s ease forwards;
        opacity: 0;
    }

    @keyframes slideInRight {
        from { transform: translateX(50px); opacity: 0; }
        to { transform: translateX(0); opacity: 1; }
    }

    /* Delay từng mục menu để tạo hiệu ứng sóng */
    .main-menu li:nth-child(1) .menu-item { animation-delay: 0.1s; }
    .main-menu li:nth-child(2) .menu-item { animation-delay: 0.15s; }
    .main-menu li:nth-child(3) .menu-item { animation-delay: 0.2s; }
    .main-menu li:nth-child(4) .menu-item { animation-delay: 0.25s; }
    .main-menu li:nth-child(5) .menu-item { animation-delay: 0.3s; }