.elementor-2105 .elementor-element.elementor-element-44e4179{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2105 .elementor-element.elementor-element-088f704{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;text-align:justify;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-2105 .elementor-element.elementor-element-a4b58cf{width:var( --container-widget-width, 40% );max-width:40%;--container-widget-width:40%;--container-widget-flex-grow:0;border-radius:33px 33px 33px 33px;}.elementor-2105 .elementor-element.elementor-element-a4b58cf img{border-radius:33px 33px 33px 33px;}.elementor-2105 .elementor-element.elementor-element-cd15311{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-2105 .elementor-element.elementor-element-088f704{width:100%;max-width:100%;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-2105 .elementor-element.elementor-element-a4b58cf{width:100%;max-width:100%;}.elementor-2105 .elementor-element.elementor-element-600ca7e{text-align:justify;}}/* Start custom CSS for html, class: .elementor-element-f6a625d *//* ========== بارگذاری فونت Vazir ========== */
@font-face {
    font-family: 'Vazir';
    src: url('https://pptkar.ir/wp-content/uploads/2025/10/pptkar-Font-Vazir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ========== متغیرهای دسکتاپ (آیکون‌ها کوچک‌تر شدند) ========== */
:root {
    --primary-color: #ff7b00;
    --background-color: rgba(255, 123, 0, 0.85);
    --text-color: #000000;
    --hover-color: rgba(255, 255, 255, 0.4);
    --glass-effect: blur(25px);
    --glass-border: rgba(255, 255, 255, 0.35);
    --glass-border-light: rgba(255, 255, 255, 0.5);
    --glass-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    --icon-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    --gradient-start: rgba(255, 123, 0, 0.7);
    --gradient-end: rgba(255, 140, 30, 0.55);
    --glass-glow: 0 0 40px rgba(255, 165, 0, 0.2);
    
    /* مقادیر دسکتاپ - کوچک‌تر شده */
    --icon-size: 42px;          /* قبلاً 50px */
    --icon-img-size: 20px;      /* قبلاً 24px */
    --font-size-text: 10px;     /* قبلاً 11px - کمی کوچک‌تر برای هماهنگی */
    --font-size-button: 12px;   /* قبلاً 13px */
    --font-size-handwritten: 13px; /* قبلاً 14px */
    --bar-height: 100px;         /* قبلاً 85px */
    --bar-padding: 12px 25px;   /* قبلاً 15px 30px */
    --button-padding: 10px 22px;
    --border-radius-icon: 14px;  /* قبلاً 16px */
    --border-radius-bar: 40px;   /* قبلاً 45px */
    --border-radius-button: 38px; /* قبلاً 40px */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== نوار اصلی ========== */
.social-bar {
    position: fixed;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(
        135deg, 
        rgba(255, 165, 0, 0.1) 0%,
        rgba(255, 255, 255, 0.12) 30%,
        rgba(255, 255, 255, 0.08) 70%,
        rgba(255, 165, 0, 0.05) 100%
    );
    backdrop-filter: var(--glass-effect);
    -webkit-backdrop-filter: var(--glass-effect);
    border: 1.5px solid var(--glass-border);
    border-top: 2px solid var(--glass-border-light);
    border-left: 2px solid var(--glass-border-light);
    box-shadow: 
        var(--glass-shadow),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1),
        inset 1px 0 0 rgba(255, 255, 255, 0.25),
        inset -1px 0 0 rgba(0, 0, 0, 0.05),
        var(--glass-glow);
    padding: var(--bar-padding);
    z-index: 999999;
    border-radius: var(--border-radius-bar);
    animation: fadeInUp 0.6s cubic-bezier(0.19, 1, 0.22, 1), glass-pulse 6s infinite alternate;
    max-width: 85%;
    min-width: 500px;  /* کاهش یافته از 550px */
    height: var(--bar-height);
    display: flex;
    align-items: center;
    font-family: 'Vazir', Tahoma, sans-serif;
    direction: rtl;
    overflow: hidden;
    will-change: transform;
    isolation: isolate;
    flex-direction: column;
}

/* افکت نور متحرک (بدون تغییر) */
.social-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 165, 0, 0.03) 0%,
        rgba(255, 255, 255, 0.06) 30%,
        rgba(255, 123, 0, 0.04) 60%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border-radius: var(--border-radius-bar);
    z-index: -1;
    animation: glass-shimmer 10s infinite linear;
    pointer-events: none;
}

@keyframes glass-shimmer {
    0% { background-position: 0% 0%; opacity: 0.5; }
    50% { background-position: 100% 100%; opacity: 0.7; }
    100% { background-position: 0% 0%; opacity: 0.5; }
}

@keyframes glass-pulse {
    0%, 100% {
        box-shadow: 
            var(--glass-shadow),
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            inset 0 -1px 0 rgba(0, 0, 0, 0.1),
            inset 1px 0 0 rgba(255, 255, 255, 0.25),
            inset -1px 0 0 rgba(0, 0, 0, 0.05),
            0 0 25px rgba(255, 165, 0, 0.15);
    }
    50% {
        box-shadow: 
            0 18px 40px rgba(0, 0, 0, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.4),
            inset 0 -1px 0 rgba(0, 0, 0, 0.15),
            inset 1px 0 0 rgba(255, 255, 255, 0.35),
            inset -1px 0 0 rgba(0, 0, 0, 0.1),
            0 0 35px rgba(255, 165, 0, 0.25);
    }
}

.social-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    gap: 20px;  /* کاهش از 25px */
    position: relative;
    z-index: 2;
    font-family: 'Vazir', Tahoma, sans-serif;
}

/* ========== آیکون‌های اجتماعی ========== */
.social-icons {
    display: flex;
    gap: 15px;  /* کاهش از 18px */
    flex: 1;
    justify-content: center;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 3px;  /* کاهش از 4px */
    font-family: 'Vazir', Tahoma, sans-serif;
}

.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: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        var(--icon-shadow),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -1px 0 rgba(0, 0, 0, 0.08),
        0 0 15px rgba(255, 165, 0, 0.15);
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;  /* کاهش از 6px */
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: 0.6s;
}

.social-icon:hover::before {
    left: 100%;
}

.social-icon:hover {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.15),
        0 0 25px rgba(255, 165, 0, 0.25);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0.15) 100%
    );
}

.social-icon img {
    width: var(--icon-img-size);
    height: var(--icon-img-size);
    object-fit: contain;
    filter: drop-shadow(0 3px 6px 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 2px rgba(255, 255, 255, 0.6),
        0 1px 3px rgba(255, 255, 255, 0.3);
    margin-top: 3px;  /* کاهش از 4px */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: 'Vazir', Tahoma, sans-serif;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.25) 100%
    );
    padding: 3px 10px;  /* کاهش از 4px 12px */
    border-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
    box-shadow: 
        0 3px 8px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    width: 100%;
    min-width: 55px;  /* کاهش از 60px */
}

.social-item:hover .social-text {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    transform: translateY(-2px);
    box-shadow: 
        0 5px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* ========== دکمه سفارش پاورپوینت ========== */
.order-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
    position: relative;
    height: auto;
    min-width: auto;
    cursor: pointer;
    border: none !important;
}

.order-section::before,
.order-section::after {
    display: none !important;
}

.order-text {
    color: var(--text-color);
    font-size: var(--font-size-button);
    font-weight: 700;
    text-shadow: 
        0 1px 2px rgba(255, 255, 255, 0.6),
        0 1px 3px rgba(255, 255, 255, 0.3);
    font-family: 'Vazir', Tahoma, sans-serif;
    position: relative;
    padding: 7px 18px;  /* کاهش از 8px 20px */
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.12) 100%
    );
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 110px;  /* کاهش از 120px */
}

.order-text:hover {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    transform: translateY(-2px);
    box-shadow: 
        0 6px 15px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* ========== دکمه تماس مستقیم ========== */
.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.06) 100%
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 8px 20px;  /* کاهش از 10px 22px */
    border-radius: var(--border-radius-button);
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -1px 0 rgba(0, 0, 0, 0.08),
        0 0 20px rgba(255, 165, 0, 0.15);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 42px;  /* کاهش از 45px */
    min-width: 130px;  /* کاهش از 140px */
    font-family: 'Vazir', Tahoma, sans-serif;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 250%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0.25),
        transparent
    );
    transition: 0.6s;
    z-index: 1;
}

.contact-section:hover::before {
    left: 150%;
}

@keyframes glow-pulse {
    0% {
        box-shadow: 
            0 5px 15px rgba(0, 0, 0, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.25),
            inset 0 -1px 0 rgba(0, 0, 0, 0.08),
            0 0 20px rgba(255, 165, 0, 0.15),
            0 0 10px rgba(255, 200, 0, 0.3);
    }
    100% {
        box-shadow: 
            0 5px 15px rgba(0, 0, 0, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.25),
            inset 0 -1px 0 rgba(0, 0, 0, 0.08),
            0 0 20px rgba(255, 165, 0, 0.15),
            0 0 25px rgba(255, 220, 50, 0.6),
            0 0 40px rgba(255, 165, 0, 0.4);
    }
}

.contact-section {
    animation: glow-pulse 2s infinite alternate;
}

.contact-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    animation: lightning-shine 3s infinite linear;
    z-index: 1;
    pointer-events: none;
}

@keyframes lightning-shine {
    0% { left: -60%; }
    20% { left: 140%; }
    100% { left: 140%; }
}

.contact-text {
    position: relative;
    z-index: 2;
    font-size: calc(var(--font-size-button) - 1px);
    font-weight: 700;
    color: var(--text-color);
    text-shadow: 
        0 1px 2px rgba(255, 255, 255, 0.6),
        0 1px 3px rgba(255, 255, 255, 0.3);
    font-family: 'Vazir', Tahoma, sans-serif;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact-section:hover {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.15) 100%
    );
    transform: translateY(-3px);
    animation: glow-pulse-hover 1.5s infinite alternate;
    border-color: rgba(255, 255, 255, 0.3);
}

@keyframes glow-pulse-hover {
    0% {
        box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.35),
            inset 0 -1px 0 rgba(0, 0, 0, 0.12),
            0 0 30px rgba(255, 165, 0, 0.2),
            0 0 15px rgba(255, 200, 0, 0.4);
    }
    100% {
        box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.35),
            inset 0 -1px 0 rgba(0, 0, 0, 0.12),
            0 0 30px rgba(255, 165, 0, 0.2),
            0 0 30px rgba(255, 220, 50, 0.8),
            0 0 50px rgba(255, 165, 0, 0.6);
    }
}

/* ========== متن دست‌نویس ========== */
.handwritten-text {
    font-weight: 700;
    font-size: var(--font-size-handwritten);
    color: var(--text-color);
    text-shadow: 
        0 1px 3px rgba(255, 255, 255, 0.7),
        0 2px 5px rgba(255, 255, 255, 0.4);
    position: relative;
    display: inline-block;
    font-family: 'Vazir', Tahoma, sans-serif;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.35) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    padding: 5px 12px;  /* کاهش از 6px 15px */
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    text-align: center;
    width: 100%;
}

.handwritten-text::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 10%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.8) 20%, 
        rgba(0, 0, 0, 1) 50%, 
        rgba(0, 0, 0, 0.8) 80%, 
        transparent 100%
    );
    animation: shimmer 2.5s 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: 40px;     /* کمی کوچک‌تر از دسکتاپ جدید */
        --icon-img-size: 18px;
        --font-size-text: 9px;
        --font-size-button: 11px;
        --font-size-handwritten: 12px;
        --bar-height: 72px;
        --bar-padding: 12px 22px;
        --border-radius-bar: 38px;
    }
    .social-bar {
        min-width: 450px;
        max-width: 90%;
    }
    .social-icons {
        gap: 14px;
    }
    .social-text {
        min-width: 50px;
        padding: 2px 8px;
    }
    .order-text {
        min-width: 100px;
        padding: 6px 16px;
    }
    .contact-section {
        min-width: 120px;
        height: 40px;
        padding: 8px 18px;
    }
}

/* ========== موبایل (جمع‌وجور بدون حذف - مثل قبل) ========== */
@media (max-width: 768px) {
    :root {
        --icon-size: 38px;
        --icon-img-size: 18px;
        --font-size-text: 8px;
        --font-size-button: 10px;
        --font-size-handwritten: 10px;
        --bar-height: auto;
        --bar-padding: 10px 12px;
        --border-radius-icon: 12px;
        --border-radius-bar: 28px;
        --border-radius-button: 28px;
    }
    
    .social-bar {
        position: fixed;
        bottom: 12px;
        left: 12px;
        right: 12px;
        transform: none;
        border-radius: var(--border-radius-bar);
        padding: var(--bar-padding);
        min-width: auto;
        max-width: 100%;
        height: auto;
        flex-direction: column;
    }
    
    .social-container {
        display: grid;
        grid-template-areas:
            "icons icons"
            "order contact";
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        align-items: center;
        padding: 0;
    }
    
    .social-icons {
        grid-area: icons;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 12px;
        width: 100%;
        flex-wrap: wrap;
        row-gap: 6px;
    }
    
    .social-item {
        flex: 0 0 auto;
        padding: 2px;
    }
    
    .social-icon {
        margin-bottom: 3px;
    }
    
    .social-text {
        padding: 2px 6px;
        min-width: 40px;
        font-size: 7px;
    }
    
    .order-section {
        grid-area: order;
        margin: 0;
    }
    
    .contact-section {
        grid-area: contact;
        height: 38px;
        padding: 0 12px;
        min-width: auto;
    }
    
    .order-text {
        padding: 6px 10px;
        font-size: var(--font-size-button);
        min-width: auto;
    }
    
    .contact-text {
        font-size: var(--font-size-button);
    }
    
    .handwritten-text {
        padding: 4px 10px;
        font-size: var(--font-size-handwritten);
        margin-top: 8px;
        width: auto;
        display: inline-block;
    }
}

/* ========== موبایل کوچک (تا 480px) ========== */
@media (max-width: 480px) {
    :root {
        --icon-size: 34px;
        --icon-img-size: 16px;
        --font-size-text: 7px;
        --font-size-button: 9px;
        --font-size-handwritten: 9px;
        --bar-padding: 8px 10px;
    }
    
    .social-icons {
        gap: 8px;
    }
    
    .social-text {
        font-size: 6px;
        padding: 1px 4px;
        min-width: 35px;
    }
    
    .order-text,
    .contact-text {
        font-size: 8px;
        padding: 5px 8px;
    }
    
    .contact-section {
        height: 34px;
    }
    
    .handwritten-text {
        font-size: 8px;
        padding: 3px 8px;
    }
}

/* ========== موبایل خیلی باریک (تا 360px) ========== */
@media (max-width: 360px) {
    :root {
        --icon-size: 32px;
        --icon-img-size: 14px;
        --font-size-text: 6px;
        --font-size-button: 8px;
        --font-size-handwritten: 8px;
    }
    
    .social-icons {
        gap: 6px;
    }
    
    .social-text {
        font-size: 5px;
        padding: 1px 3px;
        min-width: 30px;
    }
    
    .order-text {
        padding: 4px 6px;
    }
    
    .contact-section {
        height: 30px;
    }
    
    .handwritten-text {
        font-size: 7px;
    }
}

/* ========== وضعیت اسکرول ========== */
.social-bar.scrolled {
    background: linear-gradient(
        135deg, 
        rgba(255, 165, 0, 0.08) 0%,
        rgba(255, 255, 255, 0.1) 30%,
        rgba(255, 255, 255, 0.06) 70%,
        rgba(255, 165, 0, 0.04) 100%
    );
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

/* ========== تضمین نمایش ========== */
.social-bar,
.social-bar * {
    pointer-events: auto !important;
}

.social-bar {
    isolation: isolate;
}

/* ========== بهینه‌سازی متن ========== */
.social-text,
.order-text,
.contact-text,
.handwritten-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
}/* End custom CSS */