.elementor-159 .elementor-element.elementor-element-7d4cbc9{--display:flex;--margin-top:0px;--margin-bottom:50px;--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 *//* ===== ريست و تنظيمات پايه ===== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
            direction: rtl;
            background-color: #f5f5f5;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        ul {
            list-style: none;
        }

        /* ===== نوار بالايي (Top Bar) ===== */
        .top-bar {
            background: linear-gradient(135deg, #1a5276 0%, #2980b9 100%);
            color: #fff;
            padding: 8px 0;
            font-size: 13px;
        }

        .top-bar .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }

        .top-bar-right {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .top-bar-right a {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #fff;
            transition: all 0.3s ease;
        }

        .top-bar-right a:hover {
            color: #85c1e9;
        }

        .top-bar-right i {
            font-size: 14px;
        }

        .top-bar-left {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .social-icon {
            width: 28px;
            height: 28px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background: #2980b9;
            color: #fff;
            transform: translateY(-2px);
        }

        /* ===== هدر اصلي ===== */
        .main-header {
            background: #fff;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 80px;
        }

        /* ===== لوگو ===== */
        .logo {
            display: flex;
            align-items: center;
        }

        .logo img {
            height: 70px;
            width: auto;
            transition: transform 0.3s ease;
        }

        .logo:hover img {
            transform: scale(1.35);
        }

        /* ===== منوي اصلي ===== */
        .main-nav {
            display: flex;
            align-items: center;
        }

        .nav-menu {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .nav-item {
            position: relative;
        }

        .nav-link {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 12px 18px;
            color: #2c3e50;
            font-size: 15px;
            font-weight: 500;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .nav-link:hover {
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: #fff;
        }

        .nav-link i {
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        .nav-item:hover .nav-link i {
            transform: rotate(180deg);
        }

        /* ===== زيرمنو (Dropdown) ===== */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            right: 0;
            background: #fff;
            min-width: 220px;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            padding: 10px 0;
            z-index: 100;
        }

        .nav-item:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-menu::before {
            content: '';
            position: absolute;
            top: -8px;
            right: 25px;
            width: 16px;
            height: 16px;
            background: #fff;
            transform: rotate(45deg);
            box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
        }

        .dropdown-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 20px;
            color: #fff;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .dropdown-item:hover {
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: #2c3e50;
            padding-right: 25px;
        }

        .dropdown-item i {
            width: 20px;
            text-align: center;
            font-size: 16px;
        }

        .dropdown-divider {
            height: 1px;
            background: #eee;
            margin: 8px 15px;
        }

        /* ===== دکمه تماس (CTA) ===== */
        .header-cta {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .cta-phone {
            display: flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
            color: #fff;
            padding: 12px 20px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
        }

        .cta-phone:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(39, 174, 96, 0.4);
        }

        .cta-phone i {
            font-size: 18px;
            animation: phoneRing 1.5s ease-in-out infinite;
        }

        @keyframes phoneRing {
            0%, 100% { transform: rotate(0deg); }
            10%, 30% { transform: rotate(-10deg); }
            20%, 40% { transform: rotate(10deg); }
            50% { transform: rotate(0deg); }
        }

        /* ===== دکمه همبرگر (موبايل) ===== */
        .mobile-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            padding: 10px;
            z-index: 1001;
        }

        .mobile-toggle span {
            display: block;
            width: 28px;
            height: 3px;
            background: #2c3e50;
            border-radius: 3px;
            transition: all 0.3s ease;
        }

        .mobile-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 6px);
        }

        .mobile-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -6px);
        }

        /* ===== اورلي موبايل ===== */
        .mobile-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .mobile-overlay.active {
            display: block;
            opacity: 1;
        }

        /* ===== ريسپانسيو - تبلت و موبايل ===== */
        @media (max-width: 992px) {
            .header-container {
                height: 70px;
            }

            .logo img {
                height: 45px;
            }

            .mobile-toggle {
                display: flex;
            }

            .main-nav {
                position: fixed;
                top: 0;
                right: -300px;
                width: 300px;
                height: 100%;
                background: #fff;
                flex-direction: column;
                align-items: flex-start;
                padding: 80px 0 30px;
                box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
                transition: right 0.3s ease;
                z-index: 1000;
                overflow-y: auto;
            }

            .main-nav.active {
                right: 0;
            }

            .nav-menu {
                flex-direction: column;
                align-items: flex-start;
                width: 100%;
                gap: 0;
            }

            .nav-item {
                width: 100%;
                border-bottom: 1px solid #eee;
            }

            .nav-link {
                width: 100%;
                padding: 15px 25px;
                border-radius: 0;
                justify-content: space-between;
            }

            .nav-link:hover {
                background: #f8f9fa;
                color: #3498db;
            }

            .dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                border-radius: 0;
                background: #f8f9fa;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
                padding: 0;
            }

            .dropdown-menu::before {
                display: none;
            }

            .nav-item.active .dropdown-menu {
                max-height: 500px;
                padding: 10px 0;
            }

            .dropdown-item {
                padding-right: 45px;
            }

            .dropdown-item:hover {
                padding-right: 50px;
            }

            .header-cta {
                display: none;
            }

            /* دکمه تماس موبايل */
            .mobile-cta {
                display: flex;
                width: calc(100% - 50px);
                margin: 20px 25px;
                justify-content: center;
            }

            .mobile-cta .cta-phone {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 576px) {
            .top-bar {
                font-size: 12px;
                padding: 6px 0;
            }

            .top-bar .container {
                justify-content: center;
                text-align: center;
            }

            .top-bar-left {
                display: none;
            }

            .top-bar-right {
                gap: 15px;
            }

            .main-nav {
                width: 280px;
            }
        }

        /* ===== انيميشن‌هاي اضافي ===== */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .main-header {
            animation: fadeInDown 0.5s ease;
        }

        /* ===== حالت اسکرول هدر ===== */
        .main-header.scrolled {
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
        }

        .main-header.scrolled .header-container {
            height: 65px;
        }

        .main-header.scrolled .logo img {
            height: 45px;
        }

        /* ===== آيتم فعال منو ===== */
        .nav-link.active {
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: #fff;
        }/* End custom CSS */