.elementor-3111 .elementor-element.elementor-element-4c04b48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3111 .elementor-element.elementor-element-029c28b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{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 );}/* Start custom CSS for html, class: .elementor-element-5fc071b *//* تنظیمات کلی و فونت */
    .nazarkh-article-container {
        line-height: 1.6;
        color: #1e293b; /* Dark Text */
        margin: 0;
        padding: 20px;
        background: #ffffff;
    }

    .nazarkh-h2 {
        color: #1e40af; /* Secondary Blue */
        border-bottom: 2px solid #f59e0b; /* Accent Orange */
        display: inline-block;
        padding-bottom: 5px;
        margin-top: 40px;
        font-size: 20px;
    }

    .nazarkh-h3 {
        color: #1e40af;
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* باکس مقدمه */
    .nazarkh-intro-box {
        background: #f8fafc; /* Light BG */
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 30px;
        border-right: 5px solid #2563eb; /* Primary Blue */
        color: #334155;
    }
    
    /* استایل کارت‌های قالیشویی */
    .nazarkh-carpet-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin: 30px 0;
    }
    
    .nazarkh-shop-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s, border-color 0.2s;
        position: relative;
        overflow: hidden;
    }

    .nazarkh-shop-card:hover {
        transform: translateY(-5px);
        border-color: #2563eb;
    }
    
    .nazarkh-rank-badge {
        position: absolute;
        top: 0;
        left: 0;
        background: #f59e0b; /* Accent Orange */
        color: white;
        padding: 5px 15px;
        border-bottom-right-radius: 12px;
        font-weight: bold;
        font-size: 14px;
    }

    .nazarkh-shop-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        display: block;
        color: #2563eb;
    }

    .nazarkh-shop-feature {
        color: #64748b; /* Text Gray */
        font-size: 14px;
        margin-bottom: 15px;
        display: block;
    }
    
    /* دکمه‌ها */
    .nazarkh-cta-box {
        display: flex;
        gap: 10px;
        margin-top: 15px;
    }

    .nazarkh-btn {
        flex: 1;
        text-align: center;
        padding: 10px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        transition: opacity 0.2s;
    }

    .nazarkh-btn:hover { opacity: 0.9; }

    .nazarkh-btn-call {
        background: #2563eb; /* Primary */
        color: white !important;
    }

    .nazarkh-btn-web {
        background: #f8fafc;
        color: #1e293b !important;
        border: 1px solid #cbd5e1;
    }

    /* جدول مقایسه */
    .nazarkh-comparison-table-wrapper {
        overflow-x: auto;
        margin: 30px 0;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
    }

    .nazarkh-comparison-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
    }

    .nazarkh-comparison-table th, .nazarkh-comparison-table td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #e2e8f0;
    }

    .nazarkh-comparison-table th {
        background: #1e40af; /* Secondary */
        color: white;
        font-weight: bold;
    }

    .nazarkh-comparison-table tr:nth-child(even) {
        background: #f8fafc;
    }

    /* لیست قیمت */
    .nazarkh-price-list {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
    }

    .nazarkh-price-item {
        background: #ecfdf5; /* Green Tint */
        border: 1px solid #10b981; /* Green Border */
        padding: 15px;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nazarkh-price-value {
        font-weight: bold;
        color: #059669; /* Green Text */
    }

    /* آکاردئون */
    .nazarkh-details {
        background: #f8fafc;
        margin-bottom: 10px;
        border-radius: 8px;
        padding: 10px;
        border: 1px solid #e2e8f0;
    }

    .nazarkh-summary {
        cursor: pointer;
        font-weight: bold;
        padding: 5px;
        color: #1e293b;
    }

    .nazarkh-details-content {
        padding: 10px;
        color: #64748b;
        font-size: 15px;
        border-top: 1px solid #e2e8f0;
        margin-top: 10px;
    }

    /* بخش جدید: مناطق تهران (لینک سازی داخلی) */
    .nazarkh-regions-box {
        margin: 40px 0;
        padding: 25px;
        background-color: #eff6ff; /* Very Light Blue */
        border: 2px dashed #60a5fa; /* Blue Dashed Border */
        border-radius: 16px;
    }

    .nazarkh-regions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 15px;
        margin-top: 15px;
    }

    .nazarkh-region-link {
        display: block;
        text-align: center;
        padding: 12px 5px;
        background: #ffffff;
        border: 1px solid #bfdbfe;
        border-radius: 8px;
        text-decoration: none;
        color: #1e40af;
        font-weight: bold;
        font-size: 14px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        transition: all 0.2s;
    }

    .nazarkh-region-link:hover {
        background: #2563eb;
        color: #ffffff;
        transform: translateY(-2px);
    }

    /* لینک‌های مرتبط پایین صفحه */
    .nazarkh-related-posts {
        margin-top: 50px;
        border-top: 2px dashed #cbd5e1;
        padding-top: 30px;
    }

    .nazarkh-related-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

    .nazarkh-post-link {
        display: block;
        padding: 10px;
        background: #f1f5f9;
        border-radius: 8px;
        text-decoration: none;
        color: #1e293b;
        font-size: 14px;
        border: 1px solid transparent;
    }

    .nazarkh-post-link:hover {
        background: #e2e8f0;
        border-color: #cbd5e1;
    }

    /* بخش کامنت */
    .nazarkh-comment-cta {
        margin-top: 40px;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 12px;
        text-align: center;
        border: 1px solid #e5e5e5;
    }/* End custom CSS */