/*
Theme Name: تامین صنعت پرگاس (Pargas Infection Control)
Theme URI: https://pargas.ir
Author: Pouya IT & Senior WordPress Core Architect
Description: قالب رسمی و سازمانی تامین صنعت پرگاس، بهینه‌سازی شده برای کنترل عفونت، بیمارستان‌ها و صنایع غذایی. کاملاً واکنش‌گرا، راست‌چین (RTL)، هماهنگ با ووکامرس و المنتور.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pargas-theme
Domain Path: /languages
Tags: rtl-language-support, custom-menu, translation-ready, full-width-template
*/

/* ==========================================================================
   LOCAL FONTS (GDPR FRIENDLY - NO EXTERNAL REQUESTS)
   ========================================================================== */
@font-face {
    font-family: 'Vazirmatn';
    src: url('assets/fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('assets/fonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('assets/fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   WORDPRESS DEFAULT WIDGET STYLES (REMOVED INLINE STYLES)
   ========================================================================== */
.pargas-widget {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #f1f5f9;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pargas-widget:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.pargas-widget-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
    margin-top: 0;
}

/* ==========================================================================
   BREADCRUMBS STYLES (REMOVED INLINE STYLES)
   ========================================================================== */
.pargas-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #64748b;
    background: #ffffff;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid #f1f5f9;
    width: fit-content;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}
.pargas-breadcrumbs a {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}
.pargas-breadcrumbs a:hover {
    color: #059669;
}
.pargas-breadcrumbs .bc-sep {
    color: #94a3b8;
    margin: 0 0.5rem;
}
.pargas-breadcrumbs .bc-current {
    color: #475569;
}
