.elementor-1031 .elementor-element.elementor-element-816ba87{--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-1031 .elementor-element.elementor-element-290793e{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-1031 .elementor-element.elementor-element-f2af95d{width:var( --container-widget-width, 40% );max-width:40%;--container-widget-width:40%;--container-widget-flex-grow:0;}.elementor-1031 .elementor-element.elementor-element-f2af95d img{border-radius:33px 33px 33px 33px;}.elementor-1031 .elementor-element.elementor-element-aab1d4e{--display:flex;}.elementor-1031 .elementor-element.elementor-element-98043c9{text-align:justify;}: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-1031 .elementor-element.elementor-element-290793e{width:100%;max-width:100%;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-1031 .elementor-element.elementor-element-f2af95d{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-102ee4c */<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
    <title>نوار اجتماعی تحقیق کار</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        /* ========== بارگذاری فونت 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: #8B5CF6;
            --background-color: rgba(139, 92, 246, 0.85);
            --text-color: #1a1a2e;
            --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(139, 92, 246, 0.7);
            --gradient-end: rgba(167, 139, 250, 0.55);
            --glass-glow: 0 0 40px rgba(139, 92, 246, 0.2);
            
            /* مقادیر دسکتاپ - کوچک‌تر شده */
            --icon-size: 42px;
            --icon-img-size: 20px;
            --font-size-text: 10px;
            --font-size-button: 12px;
            --font-size-handwritten: 13px;
            --bar-height: 100px;
            --bar-padding: 12px 25px;
            --button-padding: 10px 22px;
            --border-radius-icon: 14px;
            --border-radius-bar: 40px;
            --border-radius-button: 38px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* ========== نوار اصلی بنفش ========== */
        .social-bar {
            position: fixed;
            bottom: 20px;
            right: 50%;
            transform: translateX(50%);
            background: linear-gradient(
                135deg, 
                rgba(139, 92, 246, 0.1) 0%,
                rgba(255, 255, 255, 0.12) 30%,
                rgba(255, 255, 255, 0.08) 70%,
                rgba(139, 92, 246, 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;
            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(139, 92, 246, 0.03) 0%,
                rgba(255, 255, 255, 0.06) 30%,
                rgba(139, 92, 246, 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(139, 92, 246, 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(139, 92, 246, 0.25);
            }
        }

        .social-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin: 0 auto;
            padding: 0 15px;
            gap: 20px;
            position: relative;
            z-index: 2;
            font-family: 'Vazir', Tahoma, sans-serif;
        }

        /* ========== آیکون‌های اجتماعی ========== */
        .social-icons {
            display: flex;
            gap: 15px;
            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;
            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(139, 92, 246, 0.15);
            position: relative;
            overflow: hidden;
            margin-bottom: 5px;
        }

        .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(139, 92, 246, 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;
            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;
            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;
        }

        .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;
            background: linear-gradient(
                135deg,
                rgba(139, 92, 246, 0.2) 0%,
                rgba(167, 139, 250, 0.12) 100%
            );
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-radius: 30px;
            border: 1px solid rgba(139, 92, 246, 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;
        }

        .order-text:hover {
            background: linear-gradient(
                135deg,
                rgba(139, 92, 246, 0.3) 0%,
                rgba(167, 139, 250, 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(139, 92, 246, 0.12) 0%,
                rgba(167, 139, 250, 0.06) 100%
            );
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            padding: 8px 20px;
            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(139, 92, 246, 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(139, 92, 246, 0.2);
            height: 42px;
            min-width: 130px;
            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(139, 92, 246, 0.15),
                    0 0 10px rgba(139, 92, 246, 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(139, 92, 246, 0.15),
                    0 0 25px rgba(167, 139, 250, 0.6),
                    0 0 40px rgba(139, 92, 246, 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(139, 92, 246, 0.2) 0%,
                rgba(167, 139, 250, 0.15) 100%
            );
            transform: translateY(-3px);
            animation: glow-pulse-hover 1.5s infinite alternate;
            border-color: rgba(139, 92, 246, 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(139, 92, 246, 0.2),
                    0 0 15px rgba(139, 92, 246, 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(139, 92, 246, 0.2),
                    0 0 30px rgba(167, 139, 250, 0.8),
                    0 0 50px rgba(139, 92, 246, 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;
            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;
            }
        }

        @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;
            }
        }

        @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(139, 92, 246, 0.08) 0%,
                rgba(255, 255, 255, 0.1) 30%,
                rgba(255, 255, 255, 0.06) 70%,
                rgba(139, 92, 246, 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;
        }
    </style>
</head>
<body style="margin:0; background: linear-gradient(135deg, #f3f4ff, #e9eafe); height: 200vh; font-family: 'Vazir', Tahoma, sans-serif;">
    <!-- محتوای فرضی برای اسکرول -->
    <div style="text-align: center; padding: 100px 20px; color: #1a1a2e;">
        <h1>سایت تحقیق کار</h1>
        <p>پایین صفحه نوار اجتماعی بنفش شیشه‌ای قرار دارد.</p>
    </div>

    <!-- ========== نوار اجتماعی تحقیق کار (تم بنفش) ========== -->
    <div class="social-bar">
        <div class="social-container">
            <!-- آیکون‌های شبکه‌های اجتماعی -->
            <div class="social-icons">
                <a href="#" class="social-item" target="_blank">
                    <div class="social-icon">
                        <img src="https://cdn-icons-png.flaticon.com/512/1384/1384023.png" alt="واتساپ">
                    </div>
                    <span class="social-text">واتساپ</span>
                </a>
                <a href="#" class="social-item" target="_blank">
                    <div class="social-icon">
                        <img src="https://cdn-icons-png.flaticon.com/512/2111/2111646.png" alt="تلگرام">
                    </div>
                    <span class="social-text">تلگرام</span>
                </a>
                <a href="#" class="social-item" target="_blank">
                    <div class="social-icon">
                        <img src="https://cdn-icons-png.flaticon.com/512/2111/2111463.png" alt="اینستاگرام">
                    </div>
                    <span class="social-text">اینستاگرام</span>
                </a>
                <a href="#" class="social-item" target="_blank">
                    <div class="social-icon">
                        <img src="https://cdn-icons-png.flaticon.com/512/732/732200.png" alt="ایمیل">
                    </div>
                    <span class="social-text">ایمیل</span>
                </a>
            </div>

            <!-- دکمه سفارش تحقیق -->
            <a href="#" class="order-section">
                <div class="order-text">✨ سفارش تحقیق</div>
            </a>

            <!-- دکمه تماس مستقیم -->
            <a href="tel:09123456789" class="contact-section">
                <div class="contact-text">📞 تماس با ما</div>
            </a>
        </div>

        <!-- متن دست‌نویس اختصاصی تحقیق کار -->
        <div class="handwritten-text">تحقیق کار | انجام پروژه‌های دانشجویی</div>
    </div>
    <!-- ================================= -->

    <script>
        // افکت اسکرول برای تغییر کلاس scrolled
        window.addEventListener('scroll', function() {
            const bar = document.querySelector('.social-bar');
            if (window.scrollY > 50) {
                bar.classList.add('scrolled');
            } else {
                bar.classList.remove('scrolled');
            }
        });
    </script>
</body>
</html>/* End custom CSS */