/*
Theme Name: Al-Biruni Digital Media
Theme URI: https://albirunidigitalmedia.com
Author: ADM Team
Description: Custom WordPress theme for Al-Biruni Digital Media featuring dynamic categories, slider, articles, four parts, and video series.
Version: 1.0
Text Domain: al-biruni
*/

:root {
    --primary-teal: #008080;
    --dark-teal: #005959;
    --light-teal: #e0f2f1;
    --accent-green: #4caf50;
    --dark-bg: #111827;
    --text-color: #333333;
    --light-bg: #f9fafb;
}

body { background-color: var(--light-bg); color: var(--text-color); font-family: 'Vazirmatn', sans-serif; direction: rtl; }
header { background: white; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; }
.header-top { display: flex; justify-content: space-between; align-items: center; padding: 15px 5%; border-bottom: 1px solid #eee; }
.logo-area h1 { color: var(--primary-teal); font-size: 1.8rem; font-weight: 700; }
.search-box { display: flex; align-items: center; background: var(--light-bg); border: 1px solid #ddd; border-radius: 30px; padding: 5px 15px; width: 350px; }
.search-box input { border: none; background: transparent; outline: none; width: 100%; text-align: right; }
.header-social { display: flex; gap: 12px; }
.header-social a { background: var(--light-teal); color: var(--primary-teal); width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 50%; text-decoration: none; }
.navbar { background: var(--dark-teal); padding: 0 5%; }
.nav-links { display: flex; list-style: none; gap: 5px; justify-content: center; flex-wrap: wrap; }
.nav-links a { text-decoration: none; color: white; font-weight: 600; padding: 12px 18px; display: block; }
.nav-links a:hover { background: var(--primary-teal); }