.elementor-3339 .elementor-element.elementor-element-379f623{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-3339 .elementor-element.elementor-element-87c7ccc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-3339 .elementor-element.elementor-element-426dc1e .wd-sub-accented > li > a{font-size:20px;text-transform:capitalize;color:#9673CD;}.elementor-3339 .elementor-element.elementor-element-426dc1e .wd-sub-accented > li > a:hover{color:#FF0073;}.elementor-3339 .elementor-element.elementor-element-426dc1e .sub-sub-menu > li > a{font-size:16px;font-weight:500;color:#242424;}.elementor-3339 .elementor-element.elementor-element-426dc1e .sub-sub-menu > li:hover > a{color:#613E7B;}@media(min-width:769px){.elementor-3339 .elementor-element.elementor-element-87c7ccc{--width:30%;}}/* Start custom CSS for container, class: .elementor-element-379f623 *//* استایل مگامنوی آرایشی - طراحی لوکس و مدرن */

.andrajstylemenu .wd-dropdown-menu.wd-dropdown.wd-design-full-width {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 40px 20px;
    backdrop-filter: blur(10px);
    animation: fadeInMenu 0.4s ease-in-out;
}

@keyframes fadeInMenu {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.andrajstylemenu .e-con-full.e-flex.e-con.e-child {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 182, 193, 0.1);
    position: relative;
    overflow: hidden;
}

.andrajstylemenu .e-con-full.e-flex.e-con.e-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b9d 0%, #ffa8c5 50%, #ff6b9d 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.andrajstylemenu .e-con-full.e-flex.e-con.e-child:hover::before {
    transform: scaleX(1);
}

.andrajstylemenu .e-con-full.e-flex.e-con.e-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(255, 107, 157, 0.15);
    border-color: rgba(255, 182, 193, 0.3);
}

/* عنوان اصلی هر ستون */
.andrajstylemenu .mega-menu-list > li.item-with-label > a {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffe4ec;
    display: block;
    position: relative;
    background: linear-gradient(90deg, #ff6b9d 0%, #ffa8c5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.andrajstylemenu .mega-menu-list > li.item-with-label > a::after {
    content: '✨';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s ease;
}

.andrajstylemenu .e-con-full:hover .mega-menu-list > li.item-with-label > a::after {
    opacity: 1;
    right: -25px;
}

/* لیست آیتم‌ها */
.andrajstylemenu .sub-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.andrajstylemenu .sub-sub-menu li {
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
}

.andrajstylemenu .sub-sub-menu li a {
    display: flex;
    align-items: center;
    padding: 12px 25px 12px 15px;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.andrajstylemenu .sub-sub-menu li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 168, 197, 0.1) 100%);
    transition: width 0.4s ease;
    border-radius: 10px;
    z-index: -1;
}

/* نقطه توپر با افکت گلو خفن - سمت راست و نزدیک به متن */
.andrajstylemenu .sub-sub-menu li a::after {
    content: '●';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    font-size: 10px;
    color: #ff3d7f;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    text-shadow: 
        0 0 8px rgba(255, 61, 127, 0.8),
        0 0 15px rgba(255, 61, 127, 0.6),
        0 0 25px rgba(255, 61, 127, 0.4),
        0 0 35px rgba(255, 107, 157, 0.3);
    filter: brightness(1.5);
}

.andrajstylemenu .sub-sub-menu li a:hover {
    color: #ff6b9d;
    padding-right: 30px;
    transform: translateX(5px);
}

.andrajstylemenu .sub-sub-menu li a:hover::before {
    width: 100%;
}

.andrajstylemenu .sub-sub-menu li a:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.5);
    animation: glowPulse 1.5s ease-in-out infinite;
}

/* انیمیشن نبض گلو برای نقطه */
@keyframes glowPulse {
    0%, 100% {
        text-shadow: 
            0 0 8px rgba(255, 61, 127, 0.8),
            0 0 15px rgba(255, 61, 127, 0.6),
            0 0 25px rgba(255, 61, 127, 0.4),
            0 0 35px rgba(255, 107, 157, 0.3);
        filter: brightness(1.5);
    }
    50% {
        text-shadow: 
            0 0 12px rgba(255, 61, 127, 1),
            0 0 20px rgba(255, 61, 127, 0.8),
            0 0 35px rgba(255, 61, 127, 0.6),
            0 0 50px rgba(255, 107, 157, 0.5);
        filter: brightness(2);
    }
}

/* افکت‌های اضافی برای لیبل primary */
.andrajstylemenu .item-label-primary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #ff6b9d 0%, #ffa8c5 100%);
    transition: height 0.3s ease;
    border-radius: 2px;
}

.andrajstylemenu .sub-sub-menu .item-label-primary:hover::before {
    height: 100%;
}

/* انیمیشن ورود آیتم‌ها */
.andrajstylemenu .sub-sub-menu li {
    animation: slideInItem 0.5s ease-out backwards;
}

.andrajstylemenu .sub-sub-menu li:nth-child(1) { animation-delay: 0.05s; }
.andrajstylemenu .sub-sub-menu li:nth-child(2) { animation-delay: 0.1s; }
.andrajstylemenu .sub-sub-menu li:nth-child(3) { animation-delay: 0.15s; }
.andrajstylemenu .sub-sub-menu li:nth-child(4) { animation-delay: 0.2s; }
.andrajstylemenu .sub-sub-menu li:nth-child(5) { animation-delay: 0.25s; }
.andrajstylemenu .sub-sub-menu li:nth-child(6) { animation-delay: 0.3s; }
.andrajstylemenu .sub-sub-menu li:nth-child(7) { animation-delay: 0.35s; }
.andrajstylemenu .sub-sub-menu li:nth-child(8) { animation-delay: 0.4s; }
.andrajstylemenu .sub-sub-menu li:nth-child(9) { animation-delay: 0.45s; }

@keyframes slideInItem {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* حالت تبلت */
@media (max-width: 1024px) and (min-width: 768px) {
    .andrajstylemenu .e-con-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .andrajstylemenu.wd-dropdown-menu.wd-dropdown.wd-design-full-width {
        padding: 30px 15px;
    }
}

/* حالت موبایل */
@media (max-width: 767px) {
    .andrajstylemenu .e-con-inner {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .andrajstylemenu.wd-dropdown-menu.wd-dropdown.wd-design-full-width {
        padding: 20px 10px;
        border-radius: 15px;
    }
    
    .andrajstylemenu .e-con-full.e-flex.e-con.e-child {
        padding: 20px 15px;
    }
}

/* افکت درخشش زمان هاور */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.andrajstylemenu .e-con-full.e-flex.e-con.e-child:hover {
    background: 
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0) 100%
        ),
        #ffffff;
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

/* اسکرول بار سفارشی */
.andrajstylemenu::-webkit-scrollbar {
    width: 8px;
}

.andrajstylemenu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.andrajstylemenu::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff6b9d 0%, #ffa8c5 100%);
    border-radius: 10px;
}

.andrajstylemenu::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff5a8c 0%, #ff97b4 100%);
}/* End custom CSS */