.elementor-3519 .elementor-element.elementor-element-28c02c82{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-63cb90fa *//* تگ‌های هدینگ */
        h1 {
            font-size: 2.2rem;
            font-weight: 800;
            background: linear-gradient(135deg, #e67e22, #d35400);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin-bottom: 0.5rem;
            line-height: 1.3;
            border-right: 6px solid #e67e22;
            padding-right: 1rem;
        }

        h2 {
            font-size: 1.8rem;
            font-weight: 700;
            margin: 2rem 0 1rem;
            color: #2c3e2f;
            position: relative;
            display: inline-block;
        }
        h2:after {
            content: '';
            position: absolute;
            bottom: -8px;
            right: 0;
            width: 70px;
            height: 4px;
            background: #e67e22;
            border-radius: 4px;
        }

        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 1.5rem 0 0.75rem;
            color: #d35400;
        }

        /* لینک‌های نارنجی + زیرخط */
        a {
            color: #e67e22;
            text-decoration: underline;
            text-underline-offset: 4px;
            font-weight: 500;
            transition: all 0.2s;
        }
        a:hover {
            color: #b85e0a;
            text-decoration-thickness: 2px;
        }

        /* افکت شیشه‌ای برای کارت‌ها و بخش‌های ویژه */
        .glass-card {
            background: rgba(255, 255, 255, 0.55);
            backdrop-filter: blur(12px);
            border-radius: 32px;
            border: 1px solid rgba(255, 165, 75, 0.3);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            padding: 1.8rem;
            margin: 2rem 0;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .glass-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 30px rgba(230, 126, 34, 0.15);
            border-color: rgba(230, 126, 34, 0.6);
        }

        .highlight-orange {
            background: linear-gradient(120deg, #fff0e0, #ffe6d5);
            border-right: 5px solid #e67e22;
            padding: 1rem 1.5rem;
            border-radius: 24px;
        }

        /* تصاویر شیشه‌ای (mockup برای عکس‌های ارسالی) */
        .image-mock {
            background: rgba(255, 245, 235, 0.7);
            backdrop-filter: blur(8px);
            border-radius: 28px;
            padding: 1.2rem;
            text-align: center;
            border: 1px solid #ffd8b0;
            transition: all 0.2s;
        }
        .image-mock i {
            font-size: 3rem;
            color: #e67e22;
            margin-bottom: 0.5rem;
        }
        .image-mock p {
            font-size: 0.9rem;
            color: #4a3b2c;
            font-weight: 500;
        }

        .btn-service {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #e67e22;
            color: white !important;
            text-decoration: none !important;
            padding: 12px 28px;
            border-radius: 40px;
            font-weight: 700;
            box-shadow: 0 6px 14px rgba(230, 126, 34, 0.3);
            transition: 0.2s;
            margin-top: 0.5rem;
        }
        .btn-service:hover {
            background: #cf711f;
            transform: scale(0.98);
            box-shadow: 0 3px 8px rgba(0,0,0,0.1);
        }

        .flex-images {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            justify-content: center;
            margin: 2rem 0;
        }
        .flex-images .image-mock {
            flex: 1;
            min-width: 180px;
        }

        ul, ol {
            margin: 1rem 0 1rem 1.5rem;
        }
        li {
            margin: 0.5rem 0;
        }

        /* جدول زمانی */
        .timeline-table {
            background: #ffffffcc;
            backdrop-filter: blur(4px);
            border-radius: 24px;
            padding: 1rem;
            width: 100%;
            border-collapse: collapse;
        }
        .timeline-table td, .timeline-table th {
            border-bottom: 1px solid #ffd8b0;
            padding: 12px 8px;
        }

        footer {
            margin-top: 3rem;
            border-top: 1px solid #ffdec2;
            padding-top: 1.5rem;
            text-align: center;
            font-size: 0.85rem;
            color: #7f6b5a;
        }

        @media (max-width: 768px) {
            .container {
                padding: 1.2rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.5rem;
            }
        }/* End custom CSS */