/*
Theme Name: Hasakah News
Theme URI: https://hasakah.com
Author: Hasakah Media Network
Description: قالب ووردبريس متكامل لشبكة الحسكة الإعلامية، يدعم الاستوديو الحي، قسم الثقة والشفافية، والـ Dynamic Dock، ويحاكي تصميم Sport 9.
Version: 1.0.0
License: Proprietary
Text Domain: hasakah-news
Domain Path: /languages
*/

body {
    direction: rtl;
    font-family: 'Noto Kufi Arabic', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
}

/* ==========================================================================
   Dynamic Dock Styles (Frost Glass Dock)
   ========================================================================== */
.hasakah-dynamic-dock {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 10px 20px;
    border-radius: 40px;
    /* Frost Glass Effect */
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.hasakah-dynamic-dock .dock-menu {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hasakah-dynamic-dock .dock-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    padding: 5px;
}

.hasakah-dynamic-dock .dock-btn i {
    font-size: 24px;
    margin-bottom: 4px;
    transition: transform 0.2s ease;
}

.hasakah-dynamic-dock .dock-btn span {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.8;
}

.hasakah-dynamic-dock .dock-btn:hover {
    color: #e50000;
}

.hasakah-dynamic-dock .dock-btn:hover i {
    transform: translateY(-3px);
}

.hasakah-dynamic-dock .dock-btn.active {
    color: #e50000;
}

.hasakah-dynamic-dock .dock-btn.active span {
    opacity: 1;
}

/* التجاوب مع شاشات الجوال */
@media (max-width: 768px) {
    .hasakah-dynamic-dock {
        width: 95%;
        bottom: 10px;
        padding: 8px 15px;
    }
    .hasakah-dynamic-dock .dock-menu {
        justify-content: space-between;
        width: 100%;
        gap: 0;
    }
    .hasakah-dynamic-dock .dock-btn span {
        display: none; /* إخفاء النص في الجوال والاكتفاء بالأيقونة */
    }
    .hasakah-dynamic-dock .dock-btn i {
        font-size: 26px;
        margin-bottom: 0;
    }
}
