@charset "UTF-8";

/*
Theme Name: Aseman
Theme URI: https://www.rtl-theme.com//
Author: weesign
Author URI: https://www.rtl-theme.com/author/msohrabi/products/
Description: قالب شرکتی و شخصی
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 8.1
Version: 1.3.9
*/


@media (max-width: 768px) {
    .lang-item:before{
        content: "\eaa6";
        font-family: tabler-icons !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

}


body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    height: 100%;
}

/* سطح 1 */
.nav-xl ul > li {
    position: relative;
}

.nav-xl ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    background-color: var(--color-box);
    border-radius: 0.25rem; /* معادل rounded */
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    z-index: 10;
}

.nav-xl ul > li:hover > ul {
    display: flex;
}

/* سطح 2 */
.nav-xl ul > li > ul li {
    position: relative;
}

.nav-xl ul li ul li ul {
    display: none !important;
    position: absolute;
    top: 0;
    right: 100%;
    flex-direction: column;
    background-color: #fff6ee;
    border-radius: 0.25rem; /* معادل rounded */
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    z-index: 10;
}

.nav-xl ul > li > ul > li:hover > ul {
    display: flex !important;
}


