.elementor-918 .elementor-element.elementor-element-f9a086a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6a46b63 *//* CSS Reset و فونت Vazir */
@import url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.css');
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Vazir', sans-serif; direction: rtl; text-align: right; }
body { background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%); color: #333; line-height: 1.8; padding: 20px; }

/* طراحی Glassmorphism */
.glass-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.glass-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* انیمیشن‌های روان */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fadeInUp { animation: fadeInUp 0.8s ease-out forwards; }

/* تایپوگرافی و سلسله مراتب بصری */
h1 { 
    font-size: 2.8rem; 
    color: #2c3e50; 
    margin-bottom: 1.5rem; 
    font-weight: 900; 
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1); 
    border-right: 6px solid #3498db; 
    padding-right: 15px; 
    /* استایل جدید برای居中 کردن */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    clear: both;
    float: none;
}

/* استایل مستقل برای居中 کردن h1 بدون تأثیر بر دیگر عناصر */
h1.center-title {
    display: block !important;
    text-align: center !important;
    margin: 0 auto 1.5rem auto !important;
    width: fit-content !important;
    max-width: 100% !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    float: none !important;
    clear: both !important;
    border-right: 6px solid #3498db !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    transform: none !important;
}

/* استایل برای h1 معمولی (غیر مرکزی) */
h1:not(.center-title) {
    text-align: right;
    margin-right: 0;
    margin-left: 0;
    justify-content: flex-start;
}

h2 { font-size: 2.2rem; color: #2980b9; margin: 2.5rem 0 1.5rem 0; padding-bottom: 10px; border-bottom: 2px solid #eee; }
h3 { font-size: 1.8rem; color: #16a085; margin: 2rem 0 1rem 0; }
h4 { font-size: 1.5rem; color: #8e44ad; margin: 1.5rem 0 0.8rem 0; }
h5 { font-size: 1.3rem; color: #d35400; margin: 1.2rem 0 0.6rem 0; }
h6 { font-size: 1.1rem; color: #7f8c8d; margin: 1rem 0 0.5rem 0; font-weight: 600; }

/* باکس نکات مهم */
.important-box {
    background: linear-gradient(145deg, rgba(52, 152, 219, 0.15), rgba(41, 128, 185, 0.1));
    border-right: 5px solid #3498db;
    padding: 20px;
    border-radius: 12px;
    margin: 25px 0;
    position: relative;
}
.important-box:before { content: "💡"; position: absolute; left: 15px; top: 15px; font-size: 1.5rem; }

/* بخش تبلیغات زیبا */
.promo-section {
    background: linear-gradient(90deg, rgba(155, 89, 182, 0.1), rgba(142, 68, 173, 0.15));
    border: 1px dashed #9b59b6;
    border-radius: 15px;
    padding: 25px;
    margin: 35px 0;
    text-align: center;
}
.promo-title { font-size: 1.8rem; color: #8e44ad; margin-bottom: 15px; font-weight: 700; }
.promo-btn {
    display: inline-block;
    background: linear-gradient(45deg, #9b59b6, #8e44ad);
    color: white;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(155, 89, 182, 0.3);
}
.promo-btn:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(155, 89, 182, 0.4); }

/* استایل پاراگراف */
p { margin-bottom: 1.2rem; text-align: justify; line-height: 1.9; font-size: 1.05rem; }

/* لیست‌ها */
ul, ol { margin-right: 25px; margin-bottom: 1.5rem; }
li { margin-bottom: 0.7rem; text-align: justify; }

/* واکنش‌گرایی */
@media (max-width: 768px) {
    h1 { font-size: 2.2rem; }
    h1.center-title {
        font-size: 2.2rem !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    h2 { font-size: 1.8rem; }
    .glass-card { padding: 20px; }
    body { padding: 15px; }
}

/* افکت‌های Hover برای کارت‌ها */
.hover-effect { transition: transform 0.3s; }
.hover-effect:hover { transform: scale(1.02); }

/* استایل جدید برای عکس مرکزی و بزرگ */
.header-img-container.centered-large {
    float: none !important;
    margin: 40px auto !important;
    width: 95% !important;
    max-width: 1000px !important;
    text-align: center !important;
    display: block !important;
    clear: both !important;
}

.header-img-container.centered-large img {
    width: 100% !important;
    height: auto !important;
    border-radius: 25px !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.2) !important;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 3px solid rgba(255, 255, 255, 0.8) !important;
}

.header-img-container.centered-large img:hover {
    transform: scale(1.03) !important;
    box-shadow: 0 35px 70px rgba(0,0,0,0.25) !important;
    border-color: rgba(52, 152, 219, 0.5) !important;
}

/* رسپانسیو برای موبایل */
@media (max-width: 768px) {
    .header-img-container.centered-large {
        width: 100% !important;
        margin: 25px auto !important;
    }
    .header-img-container.centered-large img {
        border-radius: 15px !important;
        box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important;
    }
}

/* کلیرفیکس برای جلوگیری از تأثیر float بر h1 */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c21ebac *//* بارگذاری فونت Vazir (به جای IRANSans) */
@font-face {
    font-family: 'Vazir';
    src: url('https://reskar.ir/wp-content/uploads/2025/11/RESkar-Font-Vazir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #9c27b0;
    --background-color: rgba(187, 0, 255, 0.85);
    --text-color: #ffffff;
    --hover-color: rgba(255, 255, 255, 0.4);
    --glass-effect: blur(25px);
    --glass-border: rgba(255, 255, 255, 0.25);
    --glass-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
    --icon-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    --gradient-start: rgba(156, 39, 176, 0.7);
    --gradient-end: rgba(186, 85, 211, 0.5);
    
    /* مقادیر استاندارد برای همه دستگاه‌ها */
    --icon-size: 55px;
    --icon-img-size: 24px;
    --font-size-text: 11px;
    --font-size-button: 13px;
    --font-size-handwritten: 14px;
    --bar-height: 90px;
    --bar-padding: 18px 35px;
    --button-padding: 12px 25px;
    --border-radius-icon: 16px;
    --border-radius-bar: 50px;
    --border-radius-button: 40px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.social-bar {
    position: fixed;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    backdrop-filter: var(--glass-effect);
    -webkit-backdrop-filter: var(--glass-effect);
    border: 1px solid var(--glass-border);
    box-shadow: 
        var(--glass-shadow),
        inset 0 0 25px rgba(255, 255, 255, 0.12),
        0 0 30px rgba(156, 39, 176, 0.25);
    padding: var(--bar-padding);
    z-index: 9999;
    border-radius: var(--border-radius-bar);
    animation: fadeInUp 0.6s ease-out, glass-pulse 5s infinite ease-in-out;
    max-width: 90%;
    min-width: 580px;
    height: var(--bar-height);
    display: flex;
    align-items: center;
    /* تغییر فونت: IRANSans به Vazir */
    font-family: 'Vazir', Tahoma, sans-serif;
    direction: rtl;
    overflow: hidden;
}

/* افکت نور متحرک در پس‌زمینه */
.social-bar::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(156, 39, 176, 0.08) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        rgba(255, 255, 255, 0.03) 100%
    );
    z-index: -1;
    animation: shimmer-flow 10s infinite linear;
}

@keyframes shimmer-flow {
    0% { transform: translateX(-25%) translateY(-25%) rotate(0deg); }
    100% { transform: translateX(-25%) translateY(-25%) rotate(360deg); }
}

@keyframes glass-pulse {
    0%, 100% { 
        box-shadow: 
            var(--glass-shadow),
            inset 0 0 25px rgba(255, 255, 255, 0.12),
            0 0 30px rgba(156, 39, 176, 0.25);
    }
    50% { 
        box-shadow: 
            0 12px 40px rgba(0, 0, 0, 0.25),
            inset 0 0 30px rgba(255, 255, 255, 0.18),
            0 0 40px rgba(156, 39, 176, 0.35);
    }
}

.social-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.social-icons {
    display: flex;
    gap: 20px;
    flex: 1;
    justify-content: center;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    padding: 4px;
}

.social-item:hover {
    transform: translateY(-6px);
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: var(--border-radius-icon);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        var(--icon-shadow),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
    transition: 0.6s;
}

.social-icon:hover::before {
    left: 100%;
}

.social-icon:hover {
    transform: translateY(-5px) scale(1.08);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        0 0 20px rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.15);
}

.social-icon img {
    width: var(--icon-img-size);
    height: var(--icon-img-size);
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.social-icon:hover img {
    transform: scale(1.1);
}

.social-text {
    font-size: var(--font-size-text);
    color: var(--text-color);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-top: 3px;
    text-align: center;
    font-weight: 600;
    /* تغییر فونت: IRANSans به Vazir */
    font-family: 'Vazir', Tahoma, sans-serif;
    background: rgba(0, 0, 0, 0.2);
    padding: 3px 10px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.social-item:hover .social-text {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.order-section,
.contact-section {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: var(--button-padding);
    border-radius: var(--border-radius-button);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    min-width: 160px;
    justify-content: center;
}

.order-section::before,
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: 0.6s;
}

.order-section:hover::before,
.contact-section:hover::before {
    left: 100%;
}

.order-section {
    cursor: default;
    background: rgba(156, 39, 176, 0.2);
    border: 1px solid rgba(156, 39, 176, 0.3);
    box-shadow: 
        0 4px 20px rgba(156, 39, 176, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.contact-section:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 
        0 6px 25px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.order-text,
.contact-text {
    color: var(--text-color);
    font-size: var(--font-size-button);
    font-weight: 700;
    margin-right: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    /* تغییر فونت: IRANSans به Vazir */
    font-family: 'Vazir', Tahoma, sans-serif;
    position: relative;
    z-index: 2;
}

.handwritten-text {
    font-weight: 700;
    font-size: var(--font-size-handwritten);
    color: var(--text-color);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    position: relative;
    display: inline-block;
    /* تغییر فونت: IRANSans به Vazir */
    font-family: 'Vazir', Tahoma, sans-serif;
    background: rgba(255, 255, 255, 0.12);
    padding: 6px 15px;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.handwritten-text::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 10%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.8) 20%, 
        rgba(255, 255, 255, 1) 50%, 
        rgba(255, 255, 255, 0.8) 80%, 
        transparent 100%
    );
    animation: shimmer 3s infinite ease-in-out;
    border-radius: 2px;
}

@keyframes shimmer {
    0%, 100% { 
        opacity: 0.3; 
        transform: scaleX(0.7); 
    }
    50% { 
        opacity: 1; 
        transform: scaleX(1); 
    }
}

/* انیمیشن ورود */
@keyframes fadeInUp {
    from { 
        opacity: 0; 
        transform: translateY(30px) translateX(50%); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0) translateX(50%); 
    }
}

/* رسپانسیو برای تبلت */
@media (max-width: 1024px) {
    :root {
        --icon-size: 50px;
        --icon-img-size: 22px;
        --font-size-text: 10px;
        --font-size-button: 12px;
        --font-size-handwritten: 13px;
        --bar-height: 85px;
        --bar-padding: 16px 30px;
        --button-padding: 11px 22px;
    }
    
    .social-bar {
        min-width: 520px;
    }
    
    .social-icons {
        gap: 18px;
    }
    
    .order-section,
    .contact-section {
        min-width: 150px;
        height: 48px;
    }
}

/* رسپانسیو برای موبایل */
@media (max-width: 768px) {
    :root {
        --icon-size: 45px;
        --icon-img-size: 20px;
        --font-size-text: 9px;
        --font-size-button: 11px;
        --font-size-handwritten: 12px;
        --bar-height: auto;
        --bar-padding: 15px 20px;
        --button-padding: 10px 20px;
        --border-radius-icon: 14px;
        --border-radius-bar: 40px;
        --border-radius-button: 35px;
    }
    
    .social-bar {
        position: fixed;
        bottom: 15px;
        left: 15px;
        right: 15px;
        transform: none;
        border-radius: var(--border-radius-bar);
        padding: var(--bar-padding);
        min-width: auto;
        max-width: 100%;
        min-height: 100px;
        flex-direction: column;
    }
    
    @keyframes fadeInUp {
        from { 
            opacity: 0; 
            transform: translateY(30px); 
        }
        to { 
            opacity: 1; 
            transform: translateY(0); 
        }
    }
    
    .social-container { 
        flex-direction: column;
        gap: 15px; 
        padding: 0;
    }
    
    .social-icons { 
        gap: 12px; 
        width: 100%;
        justify-content: center;
        order: 2;
        flex-wrap: wrap;
        row-gap: 8px;
    }
    
    .social-icon { 
        margin-bottom: 5px;
    }
    
    .social-text { 
        padding: 2px 8px;
    }
    
    .order-section, 
    .contact-section { 
        order: 1; 
        margin-bottom: 5px;
        min-width: 140px;
        height: 45px;
    }
    
    .handwritten-text {
        padding: 5px 12px;
    }
}

/* رسپانسیو برای موبایل‌های کوچک */
@media (max-width: 480px) {
    :root {
        --icon-size: 40px;
        --icon-img-size: 18px;
        --font-size-text: 8px;
        --font-size-button: 10px;
        --font-size-handwritten: 11px;
        --bar-padding: 12px 15px;
        --button-padding: 8px 16px;
        --border-radius-icon: 12px;
        --border-radius-bar: 35px;
        --border-radius-button: 30px;
    }
    
    .social-bar {
        padding: var(--bar-padding);
        min-height: 95px;
    }
    
    .social-icons {
        gap: 10px;
        row-gap: 6px;
    }
    
    .order-section, 
    .contact-section {
        min-width: 130px;
        height: 40px;
    }
}

/* رسپانسیو برای موبایل‌های خیلی کوچک */
@media (max-width: 360px) {
    :root {
        --icon-size: 38px;
        --icon-img-size: 16px;
        --font-size-text: 7px;
        --font-size-button: 9px;
        --bar-padding: 10px 12px;
    }
    
    .social-icons {
        gap: 8px;
        row-gap: 5px;
    }
    
    .social-text {
        padding: 1px 6px;
    }
    
    .order-section, 
    .contact-section {
        min-width: 120px;
        height: 38px;
    }
}

/* افکت هنگام اسکرول */
.social-bar.scrolled {
    background: rgba(156, 39, 176, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}/* End custom CSS */