* {
    font-family: "itc_giovannibook", "kurious-looped" !important;
}

/* Header Wisdom Main Page */
.header.header-wisdom-main {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #490C14;
    backdrop-filter: blur(9px);
}

.header.header-wisdom-main .menu-hamberger .txt-menu {
    color: #FFFFFF;
}

.header.header-wisdom-main .menu-hamberger img {
    filter: unset;
}

.header.header-wisdom-main .header-contact {
    color: #FFFFFF;
}

header.header {
    position: absolute;
    width: 100%;
    padding-inline: 50px;
}

.header.header-wisdom-main.nav-fixed {
    position: sticky;
}

.header.nav-fixed {
    position: fixed;
    background: rgba(73, 12, 20, 0.50);
    backdrop-filter: blur(9px);
}
.header.header-wisdom-main .container {
    border-bottom: unset;
}

.header .container {
    padding: 24px 0 !important;
    border-bottom: 1px solid rgba(171, 134, 138, 0.50);
}

.header:has(.section-controller).nav-fixed .container {
    border-bottom: 1px solid #FFFFFF;
}

.header .header-inner {
    max-width: 1340px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-menu {
    display: flex;
    padding-inline: 13px;
}

.header .menu-hamberger {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .menu-hamberger img {
    width: 16px;
    height: 16px;
}

.logo-menu {
    display: flex;
    align-items: center;
    gap: 26px;
}

.logo-menu .middle-line {
    background-color: #FFFFFF;
    width: 2px;
    height: 48px;
}

.logo-menu img {
    height: 32px;
}

.header-contact {
    padding-inline: 13px;
}

.header .menu-hamberger .txt-menu {
    color: #490C14;
}
.header .menu-hamberger img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(36%) saturate(1194%) hue-rotate(331deg) brightness(91%) contrast(94%);
}

.header.nav-fixed .menu-hamberger .txt-menu {
    color: #FFFFFF;
}

.header.nav-fixed .menu-hamberger img {
    filter: unset;
}

.header .header-contact {
    color: #490C14;
}

.header.nav-fixed .header-contact {
    color: #FFFFFF;
}

.header.nav-fixed .section-controller .menu-scroll .menu-scroll-item {
    color: #FFFFFF;
}

.header .section-controller {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1340px) {
    .header .container {
        padding: 16px 0 !important;
        border-bottom: 0;
    }

    .header:has(.section-controller) .container {
        border-bottom: 1px solid rgba(171, 134, 138, 0.50);
    }

    .section-controller .menu-scroll {
        text-wrap: nowrap;
    }

    .section-controller .menu-wrapper {
        overflow-x: auto;
    }
}

/* Side Navigation */
/* Side Navigation */
.wisdom-nav-container .wisdom-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wisdom-nav-container .wisdom-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.wisdom-nav-container .wisdom-nav-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background-color: #490C14;
    z-index: 9999;
    transition: left 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    padding: 36px 48px;
    color: #fff;
}

.wisdom-nav-container .wisdom-nav-wrapper.active {
    left: 0;
}

.wisdom-nav-container .wisdom-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.wisdom-nav-container .wisdom-nav-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wisdom-nav-container .wisdom-nav-logo img {
    height: 32px;
    width: auto;
}

.wisdom-nav-container .wisdom-nav-logo .divider {
    width: 1px;
    height: 42px;
    background-color: #fff;
    opacity: 0.5;
}

.wisdom-nav-container .wisdom-nav-btn-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wisdom-nav-container .wisdom-nav-btn-close svg {
    width: 36px;
    height: 36px;
}

.wisdom-nav-container .wisdom-nav-content {
    flex-grow: 1;
}

.wisdom-nav-container .wisdom-nav-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wisdom-nav-container .wisdom-nav-menu-list>li {
    margin-bottom: 36px;
}

.wisdom-nav-container .wisdom-nav-menu-link {
    color: #F0E8DF;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

/* Submenu Styles */
.wisdom-nav-container .wisdom-nav-has-submenu .wisdom-nav-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.wisdom-nav-container .wisdom-nav-has-submenu .wisdom-nav-arrow {
    content: "";
    width: 9px;
    height: 18px;
    display: block;
    background-color: #f4f4f4;
    -webkit-mask: url(../../../../SiteCollectionDocuments/personal/the-wisdom/privileges/2025/landing/img/icon/icon-arrow-right.svg) no-repeat center / cover;
    mask: url(../../../../SiteCollectionDocuments/personal/the-wisdom/privileges/2025/landing/img/icon/icon-arrow-right.svg) no-repeat center / cover;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    margin-right: 5px;
}

.wisdom-nav-container .wisdom-nav-has-submenu.open .wisdom-nav-arrow {
    transform: rotate(270deg);
}

.wisdom-nav-container .wisdom-nav-submenu-list {
    list-style: none;
    padding: 0 0 0 24px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: padding  0.3s ease-in-out, max-height 0.4s ease-in-out;
}

.wisdom-nav-container .wisdom-nav-has-submenu.open .wisdom-nav-submenu-list {
    max-height: 200px;
    padding: 24px 0 0 24px;
}

.wisdom-nav-container .wisdom-nav-submenu-list li {
    margin-bottom: 16px;
}

.wisdom-nav-container .wisdom-nav-submenu-link {
    color: #F0E8DF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
}

/* K Wealth specific */
.wisdom-nav-container .wisdom-nav-k-wealth-link img {
    height: 20px;
}

/* Footer */
.wisdom-nav-container .wisdom-nav-footer .phone {
    color: #F0E8DF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.footer .legal .list-inline > li {
    color: #F0E8DF !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    border-right: 0 !important;
}

/* Responsive */
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
    .header .header-contact .phone {
        font-size: 14px ;
    }
}

@media screen and (max-width: 576px) {
    /* .header:not(:has(.menu-hamberger)) .header-inner {
        justify-content: center;
    } */
    .header.header-wisdom-main.nav-fixed {
        background: rgba(73, 12, 20, 0.50);
        backdrop-filter: blur(9px);
    }

     .header-inner:has(.menu-hamberger) .header-contact {
        display: none;
    }

    .header-contact:has(.menu-hamberger) {display: none;}
    .header-menu:not(:has(.menu-hamberger)) {display: none;}
    .header.header {
        padding-inline: 0;
    }

    .header.header .container {
        padding: 16px !important;
    }

    .header .menu-hamberger .txt-menu {
        font-size: 14px;
    }

    .logo-menu {gap: 13px;}
    .logo-menu img {
        height: 21px;
    }

    .logo-menu .middle-line {
        width: 1px;
        height: 24px;
    }
}

@media screen and (max-width: 375px) {
}
