.elementor-6632 .elementor-element.elementor-element-a7b78c8{--display:flex;}/* Start custom CSS */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Vazir', 'Tahoma', sans-serif;
            line-height: 1.8;
            color: #333;
            background: #f8f9fa;
        }
        
        .article-container {
            max-width: 900px;
            margin: 0 auto;
            background: #fff;
            padding: 40px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }
        
        h1 {
            font-size: 2em;
            color: #1a1a1a;
            margin-bottom: 20px;
            line-height: 1.4;
        }
        
        h2 {
            font-size: 1.5em;
            color: #2c3e50;
            margin: 35px 0 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #ff6b35;
        }
        
        h3 {
            font-size: 1.2em;
            color: #34495e;
            margin: 25px 0 15px;
        }
        
        p {
            margin-bottom: 18px;
            text-align: justify;
        }
        
        .intro-box {
            background: linear-gradient(135deg, #fff5f0 0%, #ffe8dc 100%);
            border-right: 4px solid #ff6b35;
            padding: 25px;
            margin: 25px 0;
            border-radius: 8px;
        }
        
        .info-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .info-table th {
            background: #ff6b35;
            color: #fff;
            padding: 15px;
            text-align: right;
            font-weight: bold;
        }
        
        .info-table td {
            padding: 15px;
            border-bottom: 1px solid #e0e0e0;
            background: #fff;
        }
        
        .info-table tr:nth-child(even) td {
            background: #f9f9f9;
        }
        
        .highlight-box {
            background: #fff9e6;
            border: 2px solid #ffc107;
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
        }
        
        .highlight-box strong {
            color: #ff6b35;
        }
        
        .service-link-box {
            background: linear-gradient(135deg, #ff6b35 0%, #ff8c5a 100%);
            color: #fff;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
            text-align: center;
            box-shadow: 0 4px 15px rgba(255,107,53,0.3);
        }
        
        .service-link-box h3 {
            color: #fff;
            margin-bottom: 12px;
            font-size: 1.3em;
        }
        
        .service-link-box p {
            margin-bottom: 15px;
            line-height: 1.6;
        }
        
        .service-link-box a {
            display: inline-block;
            background: #fff;
            color: #ff6b35;
            padding: 12px 30px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s;
            margin-top: 10px;
        }
        
        .service-link-box a:hover {
            background: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }
        
        ul, ol {
            margin: 20px 0 20px 30px;
        }
        
        li {
            margin-bottom: 12px;
            line-height: 1.7;
        }
        
        .note-box {
            background: #e8f4f8;
            border-right: 4px solid #2196F3;
            padding: 20px;
            margin: 25px 0;
            border-radius: 6px;
        }
        
        .note-box strong {
            color: #1976D2;
        }
        
        .steps-list {
            counter-reset: step-counter;
            list-style: none;
            margin: 25px 0;
        }
        
        .steps-list li {
            counter-increment: step-counter;
            position: relative;
            padding-right: 50px;
            margin-bottom: 20px;
        }
        
        .steps-list li:before {
            content: counter(step-counter);
            position: absolute;
            right: 0;
            top: 0;
            background: #ff6b35;
            color: #fff;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .comparison-table th {
            background: #34495e;
            color: #fff;
            padding: 15px;
            text-align: center;
        }
        
        .comparison-table td {
            padding: 15px;
            text-align: center;
            border: 1px solid #ddd;
        }
        
        .comparison-table tr:hover td {
            background: #f5f5f5;
        }
        
        strong {
            color: #2c3e50;
        }
        
        @media (max-width: 768px) {
            .article-container {
                padding: 20px;
            }
            
            h1 {
                font-size: 1.6em;
            }
            
            h2 {
                font-size: 1.3em;
            }
            
            .info-table, .comparison-table {
                font-size: 0.9em;
            }
        }
    </style>/* End custom CSS */