/* style.css (نسخه وب با قابلیت ریسپانسیو موبایل) */
/*
█▀█ █▀▄▀█  █  █▀▀█
█▄█ █░█░█ ░█░ █▄▄█

Designed & Conceptualized by Omid khani
For Rahro System Shargh
2024-2025
*/
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700&display=swap');

/* ... (کدهای @keyframes) ... */
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(1.03); opacity: 1; } 100% { transform: scale(1); opacity: 0.9; } }

/* ⭐️⭐️⭐️ لودر اولیه (جایگزین اسپلش) ⭐️⭐️⭐️ */
#initial-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e0f0ff;
    color: #003366;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}
#initial-loader .logo {
    max-width: 130px;
    height: auto;
    margin-bottom: 20px;
}
#initial-loader .loading-text {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 25px;
}
#initial-loader .spinner {
    display: inline-block;
    border: 4px solid rgba(0, 51, 102, 0.2);
    border-top: 4px solid #0056b3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

/* ... (کدهای .loader تا .company-logo) ... */
.loader { display: inline-block; border: 4px solid rgba(0, 0, 0, 0.1); border-top: 4px solid #0056b3; border-radius: 50%; width: 20px; height: 20px; animation: spin 1s linear infinite; margin-bottom: -5px; margin-left: 10px; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Vazirmatn', Tahoma, sans-serif; display: flex; background-color: #f0f8ff; color: #333; height: 100vh; overflow: hidden; transition: all 0.3s ease; }
#content-area { flex-grow: 1; height: 100vh; display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; transition: background-image 0.5s ease-in-out; }
#content-area.bg-bazargani { background-image: linear-gradient(rgba(240, 248, 255, 0.7), rgba(240, 248, 255, 0.7)), url('pic-bazargani.jpg'); }
#content-area.bg-modian { background-image: linear-gradient(rgba(240, 248, 255, 0.7), rgba(240, 248, 255, 0.7)), url('pic-modian.jpg'); }
#welcome-message { text-align: center; color: #003366; background-color: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 40px; border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); animation: fadeInUp 0.8s ease-out; }
.welcome-logo { max-width: 150px; height: auto; margin-bottom: 20px; animation: pulse 4s ease-in-out infinite; }
#welcome-message h2 { font-size: 1.5em; font-weight: 700; margin-bottom: 10px; }
#welcome-message p { font-size: 1.1em; font-weight: 400; color: #555; }
#welcome-message.loading h2 { color: #0056b3; font-weight: bold; }
#welcome-message.error h2 { color: #d9534f; }
#content-frame { width: 100%; height: 100%; border: none; display: none; position: absolute; top: 0; left: 0; background-color: #ffffff; opacity: 0; transition: opacity 0.4s ease-in-out; }
#content-frame.visible { opacity: 1; }
#sidebar { width: 300px; background-color: #d6eaff; height: 100vh; max-height: 100vh; overflow: hidden; border-left: 1px solid #b0c4de; direction: rtl; display: flex; flex-direction: column; }
.sidebar-header { flex-shrink: 0; position: relative; display: flex; flex-direction: column; align-items: center; padding: 20px 20px 10px 20px; text-align: center; border-bottom: 1px solid #b0c4de; background-color: #e0f0ff; transition: padding 0.3s ease; }
.sidebar-header h3 { margin-top: 10px; color: #003366; }
.company-logo { max-width: 80%; height: auto; display: block; margin: 0 auto 15px auto; transition: margin 0.3s ease, max-width 0.3s ease; }

/* ⭐️ استایل دکمه‌های هدر حذف شد ⭐️ */

.product-switcher { display: flex; width: 90%; margin: 15px auto 0 auto; border: 2px solid #0056b3; border-radius: 5px; overflow: hidden; background-color: #fff; transition: margin 0.3s ease; }
.product-tab { flex: 1; padding: 10px 5px; text-decoration: none; color: #0056b3; text-align: center; font-weight: 700; font-size: 0.9em; transition: background-color 0.2s, color 0.2s, padding 0.3s ease, font-size 0.3s ease; border-left: 1px solid #b0c4de; }
.product-tab:first-child { border-left: none; }
.product-tab:hover { background-color: #c0d9f0; }
.product-tab.active { background-color: #0056b3; color: white; }
.global-link { display: block; width: 90%; margin: 10px auto 0 auto; padding: 10px; text-decoration: none; background-color: transparent; color: #0056b3; border: 2px solid #0056b3; border-radius: 5px; text-align: center; font-weight: 700; transition: background-color 0.2s, color 0.2s, padding 0.3s ease, font-size 0.3s ease; }
.global-link:hover { background-color: #0056b3; color: white; }
.search-container { width: 90%; margin-top: 15px; position: relative; }
#menu-search-input { width: 100%; padding: 8px 12px; border: 2px solid #b0c4de; border-radius: 5px; font-family: 'Vazirmatn', Tahoma, sans-serif; font-size: 0.9em; direction: rtl; transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s; }
#menu-search-input:focus { outline: none; border-color: #0056b3; box-shadow: 0 0 5px rgba(0, 86, 179, 0.3); }

/* (استایل جستجوی غیرفعال مثل قبل) */
#menu-search-input:disabled {
    background-color: #e9ecef;
    color: #888;
    cursor: not-allowed;
}

.tree-menu { list-style: none; padding-right: 0; width: 100%; flex: 1; min-height: 0; overflow-y: auto; }
.tree-menu li { width: 100%; }
.menu-item-container { display: flex; align-items: center; border-bottom: 1px solid #b0c4de; }
.menu-item, .menu-header { display: block; padding: 13px 20px; text-decoration: none; color: #333; cursor: pointer; text-align: right; transition: background-color 0.2s ease, color 0.2s ease; font-weight: 500; }
.menu-item { flex-grow: 1; }
.menu-item:hover, .menu-header:hover { background-color: #c0d9f0; }
.menu-header { background-color: #cce4ff; color: #003366; font-weight: 700; position: relative; }
.menu-header::before { content: '◀'; font-size: 0.7em; position: absolute; left: 15px; top: 17px; transition: transform 0.2s ease; }
.menu-header.open::before { transform: rotate(-90deg); }
.submenu { list-style: none; padding-right: 0; background-color: #e6f2ff; display: none; overflow: hidden; transition: max-height 0.3s ease-out, opacity 0.3s ease-out; max-height: 0; opacity: 0; }
.submenu .menu-item-container { border-bottom-color: #d0e0f0; }
.submenu .menu-item { padding-right: 35px; font-weight: 400; }
.menu-item.active, .global-link.active { background-color: #007acc; color: white !important; }
.submenu.show { display: block; max-height: none; opacity: 1; }

/* ⭐️ استایل دکمه‌های دانلود و پلیر خارجی حذف شد ⭐️ */

/* ... (کدهای .sidebar-footer تا .modal-contact p مثل قبل) ... */
.sidebar-footer { flex-shrink: 0; padding: 20px; border-top: 2px solid #b0c4de; background-color: #e0f0ff; text-align: right; font-size: 0.9em; color: #333; line-height: 1.6; transition: padding 0.3s ease, font-size 0.3s ease; }
.sidebar-footer h4 { font-weight: 700; color: #003366; margin-bottom: 10px; }
.sidebar-footer p, .footer-contact-item { margin-bottom: 8px; }
.sidebar-footer p strong, .footer-contact-item strong { color: #0056b3; }
.footer-contact-item { display: flex; justify-content: space-between; align-items: flex-start; }
.footer-contact-item .contact-details { text-align: left; direction: ltr; font-weight: 500; }
.hidden { display: none !important; }
.menu-item.visited { color: #7b59b6; font-style: italic; }
.menu-item.visited:hover { color: #333; }
.menu-item.visited.active { color: white !important; font-style: normal; }
.progress-bar-container { width: 80%; height: 10px; background-color: #b0c4de; border-radius: 5px; margin: 10px auto 0 auto; overflow: hidden; }
.progress-bar-fill { width: 0%; height: 100%; background-color: #007acc; border-radius: 5px; transition: width 0.2s ease; }
.sidebar-footer .footer-link {
    color: #0056b3;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}
.sidebar-footer .footer-link:hover {
    color: #007acc;
}
.footer-about-link {
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 10px;
}
.footer-about-link:hover {
    color: #007acc;
}
#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: none; 
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
#modal-overlay.visible {
    display: flex;
    opacity: 1;
}
#modal-content {
    background-color: #e0f0ff;
    color: #333;
    padding: 30px 40px;
    border-radius: 15px;
    border: 2px solid #b0c4de;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    direction: rtl;
    position: relative;
    max-width: 400px;
    width: 90%;
    transform: scale(0.9);
    transition: transform 0.2s ease-in-out;
}
#modal-overlay.visible #modal-content {
    transform: scale(1);
}
#modal-close-btn {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 2.2em;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
}
#modal-close-btn:hover {
    color: #333;
}
.modal-logo {
    max-width: 120px;
    height: auto;
    margin-bottom: 15px;
}
#modal-content h3 {
    color: #003366;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 10px;
}
#modal-content p {
    font-size: 1em;
    color: #333;
    margin-bottom: 10px;
}
#modal-content p strong,
#modal-content .modal-contact p strong {
    color: #0056b3;
}
#app-version-span {
    font-weight: 700;
    color: #0056b3;
}
.copyright {
    font-size: 0.9em !important;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 20px !important;
    border-top: 1px solid #b0c4de;
    padding-top: 15px;
}
.modal-contact {
    text-align: right;
    font-size: 0.95em;
    line-height: 1.8;
}
.modal-contact p {
    margin-bottom: 5px;
}

/* ⭐️ استایل نوار آپدیت حذف شد ⭐️ */

/* (استایل نتایج جستجو، مثل قبل) */
.search-result .menu-item {
    font-size: 0.95em;      
    line-height: 1.5;     
    white-space: normal;  
    padding: 12px 20px;   
    font-weight: 400;
}
.search-result .menu-item:hover {
    background-color: #c0d9f0; 
}


/* ⭐️⭐️⭐️ کدهای جدید برای ریسپانسیو موبایل ⭐️⭐️⭐️ */
@media (max-width: 768px) {
    /* چیدمان را از افقی به عمودی تغییر می‌دهیم */
    body {
        flex-direction: column;
        height: auto;
        overflow-y: auto; /* اجازه اسکرول عمودی */
    }

    /* سایدبار تمام عرض می‌شود */
    #sidebar {
        width: 100%;
        height: auto;
        max-height: none;
        border-left: none;
        border-bottom: 2px solid #b0c4de;
        overflow: visible; /* اجازه می‌دهد منوهای باز شده دیده شوند */
    }
    
    /* منو دیگر اسکرول داخلی ندارد، خود صفحه اسکرول می‌شود */
    .tree-menu {
        overflow-y: visible;
        min-height: auto;
    }

    /* بخش محتوا زیر سایدبار قرار می‌گیرد */
    #content-area {
        width: 100%;
        height: 100vh; /* حداقل ارتفاع برای iframe */
        flex-grow: 1;
    }

    /* کوچک کردن پیام خوشامدگویی */
    #welcome-message {
        padding: 20px;
        margin: 20px;
    }
    .welcome-logo {
        max-width: 100px;
    }
    #welcome-message h2 {
        font-size: 1.2em;
    }
    #welcome-message p {
        font-size: 1em;
    }

    /* کوچک کردن پدینگ هدر و فوتر سایدبار */
    .sidebar-header {
        padding: 15px;
    }
    .sidebar-footer {
        padding: 15px;
    }
    
    /* مودال "درباره ما" را کمی کوچک‌تر می‌کنیم */
    #modal-content {
        width: 95%;
        padding: 20px 15px;
    }
 
}
  /* --- کدهای مربوط به فوتر جمع‌شونده --- */

/* 1. استایل اصلی فوتر را برای حالت جدید آماده می‌کنیم */
.sidebar-footer {
    padding: 0; /* پدینگ اصلی را حذف می‌کنیم تا به بخش‌ها منتقل شود */
    border-top: 2px solid #b0c4de; /* حفظ خط بالایی */
}

/* 2. استایل دکمه (همان h4) */
#footer-toggle-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 20px 15px 20px; /* پدینگ اصلی فوتر را به این دکمه می‌دهیم */
    margin: 0;
    font-weight: 700;
    color: #003366;
}

/* 3. استایل فلش کوچک */
#footer-toggle-button .toggle-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 0.8em;
}

/* 4. استایل محتوای جمع‌شونده */
#footer-collapsible-content {
    max-height: 500px; /* ارتفاع کافی برای باز بودن */
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 20px 20px 20px; /* پدینگ محتوا */
    border-top: 1px solid #b0c4de; /* یک خط جداکننده ظریف */
}

/* 5. کلاس 'collapsed' (حالت بسته شده) */
#footer-collapsible-content.collapsed {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}

/* 6. چرخاندن فلش در حالت بسته */
#footer-toggle-button.collapsed .toggle-arrow {
    transform: rotate(-90deg);
}