.elementor-2328 .elementor-element.elementor-element-dff0937{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e678471 *//* ==========================
   ساختار هدر شیشه‌ای بنفش
========================== */
.mega-header {
    width: 100%;
    max-width: 1250px;
    margin: 20px auto;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 22px;
    position: relative;
    z-index: 9999;
}

/* افکت گلس بنفش */
.header-glass {
    background: rgba(75, 35, 92, 0.15); /* شفافیت نرم بنفش */
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(75,35,92,0.25);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    color: #4B235C;
}

/* لوگو */
.header-right {
    height: 48px;
    filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.1));
    transition: 0.3s ease;
}
.header-right:hover {
    transform: scale(1.05);
}

.header-logo {
    height: 48px;
}

/* دکمه‌ها */
.header-center {
    display: flex;
    gap: 18px;
}

.header-btn {
    padding: 8px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #6B3FA0, #4B235C);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(75,35,92,0.25);
}
.header-btn:hover {
    background: linear-gradient(135deg, #4B235C, #6B3FA0);
    transform: translateY(-2px);
    color: #6B3FA0;
    box-shadow: 0 6px 18px rgba(75,35,92,0.35);
}

/* آیکون‌ها */
.header-left,
.header-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(75,35,92,0.15);
    color: #4B235C;
    border: 1px solid rgba(75,35,92,0.2);
    backdrop-filter: blur(10px);
    transition: 0.25s ease;
}
.header-icon:hover {
    background: rgba(75,35,92,0.25);
    border-color: rgba(75,35,92,0.35);
    transform: translateY(-2px);
}

/* ==========================
   منوی موبایل شیشه‌ای بنفش
========================== */

/* دکمه شناور پایین راست */
.mobile-floating-btn {
    position: fixed;
    bottom: 22px;
    left: 22px;
    width: 58px;
    height: 58px;
    background: rgba(75,35,92,0.2);
    backdrop-filter: blur(14px) saturate(160%);
    border: 1px solid rgba(75,35,92,0.25);
    color: #4B235C;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 24px;
    z-index: 999999;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: 0.25s ease;
}

.mobile-floating-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* منوی باز شونده */
.mobile-slide-menu {
    position: fixed;
    bottom: -260px;
    right: 0;
    width: 100%;
    background: rgba(75,35,92,0.2);
    backdrop-filter: blur(18px) saturate(160%);
    border-radius: 22px 22px 0 0;
    padding: 25px 30px;
    box-shadow: 0 -10px 28px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 99999;
    transition: all 0.45s ease;
}

.mobile-slide-menu .m-item {
    padding: 14px 18px;
    background: rgba(75,35,92,0.1);
    border: 1px solid rgba(75,35,92,0.2);
    border-radius: 14px;
    color: #4B235C;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    backdrop-filter: blur(10px);
    transition: 0.25s ease;
}

.mobile-slide-menu .m-item:hover {
    background: rgba(75,35,92,0.25);
    transform: translateX(-6px);
}

/* فعال شدن */
.mobile-slide-menu.active {
    bottom: 0;
}

/* فقط موبایل */
@media (max-width: 768px) {
    .header-center {
        display: none;
    }
    .mobile-floating-btn {
        display: flex;
    }
}

/* مخفی کردن هدر موبایل روی دسکتاپ */
@media (min-width: 769px) {
    .mobile-floating-btn,
    .mobile-slide-menu {
        display: none !important;
    }
}/* End custom CSS */